/* Home page only: extracted from home section templates */

        .footer-bg {
            background-color: var(--base-grey);
        }

        .prt-left-content-box i {
            font-size: 70px;
        }

        .portfolio-image {
            height: 230px;
            object-fit: cover;
        }

        .ml-60 {
            margin-left: 60px;
        }

        .pt-70 {
            padding-top: 70px;
        }

        /* section background */
        .service-section {
            padding: 100px 0;
            background: #f6f8fc;
        }

        /* grid spacing */
        .tech-grid {
            margin-top: 50px;
        }

        /* tech card */
        .tech-card {
            text-align: center;
            background: #ffffff;
            padding: 35px 20px;
            border-radius: 16px;
            transition: all .35s ease;
            position: relative;
            overflow: hidden;
            height: 100%;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
        }

        /* hover glow background */
        .tech-card::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(135deg, #001746, #0054df);
            opacity: 0;
            top: 0;
            left: 0;
            transition: all .35s ease;
            z-index: 0;
        }

        .tech-card:hover::before {
            opacity: 1;
        }

        /* icon container */
        .tech-icon {
            width: 100px;
            height: 100px;
            margin: auto;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 85px;
            color: #0d47a1;
            margin-bottom: 18px;
            transition: all .35s ease;
            position: relative;
            z-index: 2;
        }

        /* title */
        .tech-title {
            font-size: 15px;
            font-weight: 600;
            color: #1a1a1a;
            position: relative;
            z-index: 2;
            transition: all .35s ease;
        }

        /* hover effects */
        .tech-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
        }

        .tech-card:hover .tech-icon {
            background: #ffffff;
            color: #0d47a1;
        }

        .tech-card:hover .tech-title {
            color: #ffffff;
        }

        .client_icon {
            max-width: 50px;
            max-width: 50px;
        }

        .legacy-why-section {
            padding: 62px 0 54px;
            background:
                radial-gradient(circle at 12% 88%, rgba(63, 134, 255, 0.18), transparent 24%),
                radial-gradient(circle at 88% 18%, rgba(143, 197, 255, 0.16), transparent 24%),
                linear-gradient(105deg, #001647 0%, #0036a2 52%, #0a56ea 100%);
            overflow: hidden;
            position: relative;
        }

        .legacy-why-section::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 36%),
                linear-gradient(90deg, transparent 0, transparent calc(100% - 1px), rgba(255, 255, 255, 0.06) calc(100% - 1px)),
                linear-gradient(0deg, transparent 0, transparent calc(100% - 1px), rgba(255, 255, 255, 0.04) calc(100% - 1px));
            background-size: auto, 140px 140px, 140px 140px;
            pointer-events: none;
            opacity: 0.8;
        }

        .legacy-why-slider {
            position: relative;
            margin: 0;
            z-index: 1;
        }

        .legacy-why-slide {
            padding: 0;
        }

        .legacy-why-wrap {
            position: relative;
            padding: 16px 0 64px;
            min-height: 420px;
        }

        .legacy-why-wrap::before {
            content: '';
            position: absolute;
            left: 70px;
            bottom: 78px;
            width: 220px;
            height: 220px;
            border-radius: 44px;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
            border: 1px solid rgba(255, 255, 255, 0.14);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
            backdrop-filter: blur(8px);
            transform: rotate(-10deg);
            pointer-events: none;
            z-index: 0;
        }

        .legacy-why-wrap::after {
            content: '';
            position: absolute;
            left: 30px;
            bottom: 42px;
            width: 280px;
            height: 280px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(107, 175, 255, 0.18), transparent 68%);
            filter: blur(14px);
            pointer-events: none;
            z-index: 0;
        }

        .legacy-why-floating {
            position: absolute;
            z-index: 3;
        }

        .legacy-why-avatar {
            right: 68px;
            bottom: 38px;
            width: 116px;
            height: 116px;
            border-radius: 50%;
            background: linear-gradient(135deg, #ff79b4 0%, #d84f98 100%);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow:
                0 28px 52px rgba(0, 12, 48, 0.28),
                0 0 0 14px rgba(255, 255, 255, 0.05);
            overflow: hidden;
            border: 4px solid rgba(255, 255, 255, 0.14);
        }

        .legacy-why-avatar i {
            font-size: 50px;
            line-height: 1;
            color: #00194c;
        }

        .legacy-why-icons {
            top: 6px;
            right: 42px;
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .legacy-why-icons .pin {
            position: relative;
            width: 26px;
            height: 26px;
            border-radius: 50% 50% 50% 0;
            background: #ff7f5a;
            transform: rotate(-45deg);
        }

        .legacy-why-icons .pin::before {
            content: '';
            position: absolute;
            top: 6px;
            left: 6px;
            width: 14px;
            height: 14px;
            border-radius: 50%;
            background: #fff;
        }

        .legacy-why-icons .coin {
            width: 34px;
            height: 34px;
            border-radius: 50%;
            background: rgba(255, 214, 92, 0.92);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 18px;
            color: #7b6300;
        }

        .legacy-why-path {
            position: absolute;
            top: 94px;
            right: 58px;
            width: 156px;
            height: 112px;
            border-top: 4px dotted rgba(217, 236, 255, 0.55);
            border-right: 4px dotted rgba(217, 236, 255, 0.55);
            border-radius: 0 44px 0 0;
        }

        .legacy-why-gear {
            position: absolute;
            top: 102px;
            right: 246px;
            width: 84px;
            height: 84px;
            border: 4px solid rgba(217, 236, 255, 0.28);
            border-radius: 50%;
        }

        .legacy-why-gear::before,
        .legacy-why-gear::after {
            content: '';
            position: absolute;
            border-radius: 50%;
            border: 4px solid rgba(217, 236, 255, 0.28);
        }

        .legacy-why-gear::before {
            inset: 15px;
        }

        .legacy-why-gear::after {
            inset: 29px;
        }

        .legacy-why-card {
            position: relative;
            z-index: 1;
            width: min(100%, 1180px);
            margin: 0 auto;
            min-height: 338px;
            padding: 78px 150px 88px 144px;
            background: #eef3fb;
            color: #00194c;
            border-radius: 34px 164px 34px 148px;
            box-shadow:
                0 36px 80px rgba(0, 12, 48, 0.26),
                inset 0 1px 0 rgba(255, 255, 255, 0.55);
            overflow: hidden;
        }

        .legacy-why-card::before {
            content: '';
            position: absolute;
            inset: 0;
            background:
                radial-gradient(circle at top right, rgba(0, 84, 223, 0.08), transparent 30%),
                radial-gradient(circle at left 30%, rgba(0, 84, 223, 0.04), transparent 26%),
                linear-gradient(0deg, rgba(255, 255, 255, 0.52), rgba(255, 255, 255, 0.22));
            pointer-events: none;
        }

        .legacy-why-card::after {
            content: '';
            position: absolute;
            right: 60px;
            top: 58px;
            width: 320px;
            height: 320px;
            border-radius: 50%;
            background: radial-gradient(circle, rgba(0, 84, 223, 0.08), transparent 70%);
            filter: blur(10px);
            pointer-events: none;
        }

        .legacy-why-copy {
            position: relative;
            z-index: 2;
            max-width: 760px;
        }

        .legacy-why-card h2 {
            color: #00194c;
            font-size: 56px;
            line-height: 1.08;
            margin-bottom: 22px;
            letter-spacing: -0.03em;
        }

        .legacy-why-card p {
            max-width: 760px;
            font-size: 18px;
            line-height: 1.72;
            color: rgba(0, 25, 76, 0.86);
            margin-bottom: 20px;
        }

        .legacy-why-card p:last-child {
            margin-bottom: 0;
        }

        .legacy-why-brand {
            display: inline-flex;
            align-items: center;
            gap: 18px;
            margin-top: 16px;
            font-size: 32px;
            font-weight: 600;
            color: #0054df;
        }

        .legacy-why-brand::before {
            content: '';
            width: 25px;
            height: 4px;
            background: #0054df;
            border-radius: 999px;
        }

        .legacy-why-quote {
            position: absolute;
            right: 112px;
            bottom: 78px;
            width: 126px;
            height: 126px;
            border-radius: 50%;
            background: #f2de68;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow:
                0 24px 40px rgba(0, 12, 48, 0.16),
                inset 0 1px 0 rgba(255, 255, 255, 0.45);
            pointer-events: none;
            opacity: 0.68;
            z-index: 4;
        }

        .legacy-why-quote i {
            font-size: 48px;
            line-height: 1;
            color: rgba(0, 25, 76, 0.22);
        }

        .legacy-why-accent {
            position: absolute;
            left: 34px;
            bottom: 52px;
            width: 226px;
            height: 176px;
            pointer-events: none;
            z-index: 0;
        }

        .legacy-why-accent::before {
            content: '';
            position: absolute;
            left: 8px;
            bottom: 0;
            width: 174px;
            height: 174px;
            border-radius: 38px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
            backdrop-filter: blur(6px);
            transform: rotate(-14deg);
        }

        .legacy-why-accent::after {
            content: '';
            position: absolute;
            left: 78px;
            bottom: 32px;
            width: 108px;
            height: 108px;
            border-radius: 28px;
            border: 1px solid rgba(139, 194, 255, 0.42);
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03));
            box-shadow:
                0 0 0 16px rgba(139, 194, 255, 0.05),
                0 24px 40px rgba(0, 12, 48, 0.12);
        }

        .legacy-why-streak {
            position: absolute;
            left: 112px;
            bottom: 140px;
            width: 180px;
            height: 3px;
            background: linear-gradient(90deg, rgba(255, 255, 255, 0.6), rgba(139, 194, 255, 0));
            transform: rotate(-28deg);
            transform-origin: left center;
            pointer-events: none;
            z-index: 0;
            border-radius: 999px;
        }

        .legacy-why-slider .slick-dots {
            position: absolute;
            left: 50%;
            right: auto;
            transform: translateX(-50%);
            bottom: 8px;
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 8px 16px;
            margin: 0;
            list-style: none;
        }

        .legacy-why-slider .slick-dots li {
            margin: 0;
            line-height: 0;
        }

        .legacy-why-slider .slick-dots li button {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.35);
            border: 0;
            padding: 0;
            font-size: 0;
            line-height: 0;
            transition: all .3s ease;
        }

        .legacy-why-slider .slick-dots li.slick-active button {
            background: #ffffff;
            box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.22);
        }

        .slick-dots {
            border: none;
        }




        @media (max-width: 1199px) {
            .legacy-why-card {
                width: min(100%, 1000px);
                padding: 68px 110px 76px 100px;
            }

            .legacy-why-card h2 {
                font-size: 46px;
            }

            .legacy-why-card p {
                font-size: 16px;
            }

            .legacy-why-avatar {
                right: 34px;
            }

            .legacy-why-quote {
                right: 88px;
                bottom: 64px;
            }

            .legacy-why-wrap::before {
                left: 24px;
            }

            .legacy-why-accent {
                left: 8px;
            }
        }

        @media (max-width: 991px) {
            .legacy-why-section {
                padding: 36px 0 42px;
            }

            .legacy-why-wrap {
                padding: 0 0 50px;
            }

            .legacy-why-wrap::before,
            .legacy-why-wrap::after {
                /* display: none; */
            }

            .legacy-why-icons,
            .legacy-why-path,
            .legacy-why-gear,
            .legacy-why-quote,
            .legacy-why-accent,
            .legacy-why-streak {
                /* display: none; */
            }

            /* .legacy-why-avatar {
                                        position: relative;
                                        top: auto;
                                        right: auto;
                                        bottom: auto;
                                        left: auto;
                                        margin: 0 auto -18px;
                                        width: 88px;
                                        height: 88px;
                                        border-radius: 50%;
                                    } */

            .legacy-why-card {
                /* margin-left: 0;
                                        width: 100%;
                                        min-height: auto;
                                        padding: 62px 24px 34px;
                                        border-radius: 24px 68px 24px 68px;
                                        text-align: center; */
            }

            .legacy-why-card h2 {
                font-size: 30px;
            }

            .legacy-why-card p {
                font-size: 16px;
                max-width: none;
            }

            .legacy-why-brand {
                justify-content: center;
            }
        }

        @media (max-width: 575px) {
            .legacy-why-section {
                padding: 24px 0 36px;
            }

            .legacy-why-card {
                padding: 58px 18px 26px;
            }

            .legacy-why-card h2 {
                font-size: 24px;
            }

            .legacy-why-card p {
                font-size: 15px;
                line-height: 1.7;
            }
        }


        .counter-numbers {
            text-align: center;
        }
    

        .client-industry-card {
            background: #fff;
            border-radius: 14px;
            padding: 30px 15px;
            transition: all 0.3s ease;
            box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
            height: 100%;
        }

        /* HOVER EFFECT */
        .client-industry-card:hover {
            transform: translateY(-8px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
        }

        /* ICON STYLE */
        .industry-icon {
            width: 130px;
            height: 130px;
            margin: 0 auto 15px;
            border-radius: 50%;
            background: linear-gradient(135deg, #e8f0ff, #f5f8ff);
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .industry-icon img {
            max-width: 80px;
            transition: 0.3s;
        }

        /* TITLE */
        .industry-title {
            font-size: 16px;
            font-weight: 600;
            color: #0b1c39;
            margin-top: 10px;
        }

        /* HOVER ICON EFFECT */
        .client-industry-card:hover .industry-icon {
            background: var(--base-dark);
        }

        .client-industry-card:hover .industry-icon img {
            filter: brightness(0) invert(1);
            transform: scale(1.1);
        }

        .client-industry-card:hover .industry-title {
            color:var(--base-dark);
        }

        .p-70 {
            padding-right: 70px !important;
            padding-left: 70px !important;
        }
    

        .st-counter-premium {
            --st-bg-1: #06101f;
            --st-bg-2: #0b1f39;
            --st-bg-3: #123d73;
            --st-accent: #384fe9;
            --st-accent-2: #8ea6ff;
            --st-text: #f8fbff;
            --st-muted: rgba(227, 235, 255, 0.72);
            --st-border: rgba(255, 255, 255, 0.10);
            --st-card: rgba(255, 255, 255, 0.07);
            position: relative;
            overflow: hidden;
            padding: 120px 0;
            /* background:
                            radial-gradient(circle at 15% 20%, rgba(105, 226, 255, 0.10), transparent 22%),
                            radial-gradient(circle at 85% 25%, rgba(142, 166, 255, 0.12), transparent 24%),
                            linear-gradient(180deg, #eef4fb 0%, #f7fbff 100%); */
            background:
                radial-gradient(circle at 15% 20%, rgba(37, 60, 194, 0.1), transparent 22%),
                radial-gradient(circle at 85% 25%, rgba(142, 166, 255, 0.12), transparent 24%),
                linear-gradient(180deg, #eef4fb 0%, #f7fbff 100%);
        }

        .st-counter-wrap {
            position: relative;
            padding: 34px;
            border-radius: 36px;
            /* background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.18)); */
            /* box-shadow: 0 30px 70px rgba(9, 30, 66, 0.08); */
        }

        .st-counter-wrap::before {
            content: "";
            position: absolute;
            inset: 0;
            border-radius: 36px;
            padding: 1px;
            background: linear-gradient(135deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.10));
            -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
            -webkit-mask-composite: xor;
            mask-composite: exclude;
            pointer-events: none;
        }

        .padding-65 {
            padding: 65px !important;
        }

        .st-counter-story,
        .st-counter-layout {
            position: relative;
            z-index: 2;
        }

        .st-counter-story {
            padding: 28px 12px 28px 8px;
        }

        .st-counter-kicker {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 22px;
            padding: 10px 16px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 600;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: #d8e7ff;
            background: #00194c;
            box-shadow: 0 14px 35px rgba(7, 20, 42, 0.18);
        }

        .st-counter-kicker-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: white;
            box-shadow: 0 0 12px white;
        }

        .st-counter-heading {
            margin: 0 0 18px;
            max-width: 540px;
            font-size: clamp(2.3rem, 4vw, 4.2rem);
            line-height: 1.02;
            letter-spacing: -0.05em;
            font-weight: 600;
            color: #08111f;
        }

        .st-counter-copy,
        .st-counter-copy p {
            margin: 0;
            max-width: 540px;
            color: #506079;
            font-size: 1.03rem;
            line-height: 1.85;
        }

        .st-counter-feature-card {
            display: flex;
            align-items: flex-start;
            gap: 16px;
            margin-top: 34px;
            padding: 22px;
            max-width: 520px;
            border-radius: 24px;
            background: rgba(255, 255, 255, 0.68);
            backdrop-filter: blur(16px);
            border: 1px solid rgba(255, 255, 255, 0.65);
            box-shadow: 0 18px 45px rgba(10, 37, 64, 0.08);
        }

        .st-feature-icon {
            flex: 0 0 58px;
            width: 58px;
            height: 58px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 18px;
            color: #fff;
            font-size: 22px;
            background: linear-gradient(135deg, #0f3c72, #1f67c7);
            box-shadow: 0 18px 30px rgba(15, 60, 114, 0.22);
        }

        .st-feature-label {
            display: block;
            margin-bottom: 6px;
            color: #0d2342;
            font-size: 0.9rem;
            font-weight: 600;
            letter-spacing: 0.04em;
            text-transform: uppercase;
        }

        .st-feature-content p {
            margin: 0;
            color: #5c6b80;
            font-size: 0.97rem;
            line-height: 1.7;
        }

        .st-counter-cta {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            margin-top: 28px;
            padding: 15px 24px;
            border-radius: 999px;
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            background: linear-gradient(135deg, #08192f, #144887);
            box-shadow: 0 18px 40px rgba(8, 25, 47, 0.20);
            transition: transform 0.35s ease, box-shadow 0.35s ease;
        }

        .st-counter-cta:hover {
            color: #fff;
            transform: translateY(-3px);
            box-shadow: 0 22px 44px rgba(8, 25, 47, 0.26);
        }

        .st-counter-cta svg {
            width: 18px;
            height: 18px;
        }

        .st-counter-layout {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 16px;
            align-content: center;
            max-width: 620px;
            margin-left: auto;
            padding: 10px 0 10px 8px;
        }

        .st-stat-mini-card {
            position: relative;
            /* min-height: 168px; */
            padding: 20px 20px 18px;
            border-radius: 22px;
            overflow: hidden;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62));
            border: 1px solid rgba(255, 255, 255, 0.7);
            box-shadow: 0 16px 35px rgba(10, 37, 64, 0.08),
                inset 0 1px 0 rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(14px);
            transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
        }

        .st-stat-mini-card::before {
            content: "";
            position: absolute;
            inset: 0;
            /* background:
                            radial-gradient(circle at top right, rgba(105, 226, 255, 0.12), transparent 30%),
                            linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 70%); */
            pointer-events: none;
        }

        .st-stat-mini-card:hover {
            transform: translateY(-5px);
            box-shadow:
                0 20px 40px rgba(23, 57, 209, 0.12),
                inset 0 1px 0 rgba(255, 255, 255, 0.8);
            border-color: rgba(105, 130, 255, 0.28);
            border-color: #0017464e;
        }

        .st-stat-mini-top {
            position: relative;
            z-index: 1;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 18px;
        }

        .st-stat-mini-icon {
            width: 46px;
            height: 46px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 16px;
            color: #123d73;
            font-size: 18px;
            background: linear-gradient(135deg, rgba(105, 226, 255, 0.18), rgba(142, 166, 255, 0.12));
            background: linear-gradient(135deg, #0017462a, #0056df38);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
        }

        .st-stat-mini-index {
            font-size: 11px;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #8a9ab2;
        }

        .st-stat-mini-number {
            position: relative;
            z-index: 1;
            margin-bottom: 8px;
            font-size: clamp(2rem, 3vw, 3rem);
            line-height: 1;
            font-weight: 600;
            letter-spacing: -0.05em;
            color: #08111f;
        }

        .st-stat-mini-title {
            position: relative;
            z-index: 1;
            margin: 0;
            max-width: 14ch;
            font-size: 0.98rem;
            line-height: 1.45;
            font-weight: 600;
            color: #506079;
        }

        .st-counter-noise,
        .st-counter-grid-lines,
        .st-counter-orb {
            position: absolute;
            pointer-events: none;
        }

        .st-counter-noise {
            inset: 0;
            opacity: 0.06;
            background-image: radial-gradient(#0e2f63 0.55px, transparent 0.55px);
            background-size: 18px 18px;
        }

        .st-counter-grid-lines {
            inset: 0;
            opacity: 0.18;
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
            background-size: 90px 90px;
            mask-image: radial-gradient(circle at center, black 34%, transparent 88%);
        }

        .st-counter-orb {
            border-radius: 50%;
            filter: blur(26px);
        }

        .orb-one {
            width: 240px;
            height: 240px;
            left: -50px;
            top: 120px;
            background: rgba(105, 226, 255, 0.14);
        }

        .orb-two {
            width: 320px;
            height: 320px;
            right: -100px;
            bottom: 40px;
            background: rgba(142, 166, 255, 0.14);
        }

        .reveal-fade {
            opacity: 0;
            transform: translateY(26px) scale(0.985);
            transition: opacity 0.8s ease, transform 0.8s ease;
        }

        .reveal-fade.is-visible {
            opacity: 1;
            transform: translateY(0) scale(1);
        }

        .delay-1 {
            transition-delay: 120ms;
        }

        @media (max-width: 1399px) {
            .st-counter-heading {
                font-size: clamp(2.1rem, 3.5vw, 3.6rem);
            }
        }

        @media (max-width: 1199px) {
            .st-counter-wrap {
                padding: 24px;
            }

            .st-counter-layout {
                max-width: 100%;
                padding-left: 0;
            }
        }

        @media (max-width: 991px) {
            .st-counter-premium {
                padding: 90px 0;
            }

            .st-counter-story {
                padding: 12px 4px 10px;
            }

            .st-counter-feature-card {
                margin-top: 28px;
            }

            .st-counter-layout {
                margin-top: 10px;
                gap: 14px;
            }

            .st-stat-mini-card {
                min-height: 156px;
                padding: 18px;
            }
        }

        @media (max-width: 767px) {
            .st-counter-premium {
                padding: 72px 0;
            }

            .st-counter-wrap {
                padding: 16px;
                border-radius: 24px;
            }

            .st-counter-heading {
                font-size: 2.2rem;
            }

            .st-counter-layout {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .st-stat-mini-card {
                min-height: 140px;
                padding: 16px;
                border-radius: 18px;
            }

            .st-feature-icon,
            .st-stat-mini-icon {
                width: 42px;
                height: 42px;
                font-size: 16px;
                border-radius: 14px;
            }

            .st-counter-feature-card {
                padding: 18px;
                border-radius: 20px;
            }

            .st-stat-mini-number {
                font-size: 2.2rem;
            }

            .st-stat-mini-title {
                max-width: 100%;
                font-size: 0.95rem;
            }
        }
    



.tech-stack-section {
    padding: 80px 0 90px;
    position: relative;
    overflow: hidden;
}

/* Subtle radial glow behind */
.tech-stack-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 50% 60% at 10% 50%, rgba(0,84,223,0.05) 0%, transparent 60%),
        radial-gradient(ellipse 40% 50% at 90% 20%, rgba(0,84,223,0.04) 0%, transparent 55%);
    pointer-events: none;
}

/* ── Header ── */
.ts-header {
    margin-bottom: 48px;
}

.ts-main-title {
    font-size: 54px !important;
    font-weight: 600 !important;
    letter-spacing: -0.5px;
    line-height: 1.18 !important;
    color: var(--base-dark) !important;
    margin-bottom: 16px !important;
}

.ts-desc {
    font-size: 15px;
    line-height: 1.72;
    color: #5a6880;
    max-width: 620px;
    margin: 0 auto;
}

/* ── Grid ── */
.ts-grid {
    gap: 0;
}

.ts-col {
    padding: 10px;
}

/* ── Card ── */
.ts-card {
    background: #ffffff;
    border: 1px solid rgba(0, 23, 70, 0.08);
    border-radius: 16px;
    padding: 28px 28px 24px;
    height: 100%;
    box-shadow: 0 2px 12px rgba(0, 23, 70, 0.06), 0 1px 3px rgba(0, 23, 70, 0.04);
    transition:
        transform 0.26s cubic-bezier(0.34, 1.56, 0.64, 1),
        box-shadow 0.26s ease,
        border-color 0.2s;
    position: relative;
    overflow: hidden;
}

/* Top accent line */
.ts-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--base-skin), rgba(0,84,223,0.3));
    border-radius: 16px 16px 0 0;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.ts-card:hover::before {
    opacity: 1;
}

.ts-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(0, 23, 70, 0.11), 0 3px 8px rgba(0, 23, 70, 0.06);
    border-color: rgba(0, 84, 223, 0.18);
}

/* ── Card head row ── */
.ts-card__head {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(0, 23, 70, 0.07);
}

/* Icon circle */
.ts-card__icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(0, 84, 223, 0.08);
    border: 1px solid rgba(0, 84, 223, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--base-skin);
    flex-shrink: 0;
    transition: all 0.2s;
}

.ts-card:hover .ts-card__icon {
    background: var(--base-skin);
    color: #fff;
    border-color: var(--base-skin);
    box-shadow: 0 4px 12px rgba(0, 84, 223, 0.28);
}

/* Category title */
.ts-card__title {
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--base-dark) !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: color 0.2s;
}

.ts-card:hover .ts-card__title {
    color: var(--base-skin) !important;
}

/* ── Tech tags ── */
.ts-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.ts-tag {
    display: inline-block;
    padding: 5px 12px;
    background: rgba(0, 84, 223, 0.06);
    border: 1px solid rgba(0, 84, 223, 0.12);
    border-radius: 100px;
    font-size: 12.5px;
    font-weight: 600;
    color: var(--base-dark);
    line-height: 1;
    transition: all 0.18s ease;
    white-space: nowrap;
}

.ts-tag:hover,
.ts-card:hover .ts-tag {
    background: rgba(0, 84, 223, 0.10);
    border-color: rgba(0, 84, 223, 0.25);
    color: var(--base-skin);
}


.bg-base-dark.tech-stack-section {
    background-color: var(--base-dark);
}

.bg-base-dark .ts-main-title {
    color: #ffffff !important;
}

.bg-base-dark .ts-desc {
    color: #7a98c0;
}

.bg-base-dark .ts-card {
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
}

.bg-base-dark .ts-card:hover {
    background: rgba(255, 255, 255, 0.07);
    border-color: rgba(0, 84, 223, 0.35);
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.40);
}

.bg-base-dark .ts-card__head {
    border-bottom-color: rgba(255, 255, 255, 0.07);
}

.bg-base-dark .ts-card__icon {
    background: rgba(0, 84, 223, 0.18);
    border-color: rgba(0, 84, 223, 0.30);
    color: #6fa3ff;
}

.bg-base-dark .ts-card__title {
    color: #ffffff !important;
}

.bg-base-dark .ts-card:hover .ts-card__title {
    color: #6fa3ff !important;
}

.bg-base-dark .ts-tag {
    background: rgba(0, 84, 223, 0.12);
    border-color: rgba(0, 84, 223, 0.25);
    color: #a8c0e8;
}

.bg-base-dark .ts-card:hover .ts-tag {
    background: rgba(0, 84, 223, 0.20);
    border-color: rgba(0, 84, 223, 0.40);
    color: #7fb3ff;
}

@media (max-width: 991px) {
    .tech-stack-section { padding: 60px 0 70px; }
    .ts-main-title { font-size: 30px !important; }
    .ts-col { padding: 8px; }
    .ts-card { padding: 24px 22px 20px; }
}

@media (max-width: 767px) {
    .tech-stack-section { padding: 50px 0 60px; }
    .ts-main-title { font-size: 26px !important; }
    .ts-col { padding: 6px; }
}

@media (max-width: 480px) {
    .ts-card { padding: 20px 18px 18px; }
    .ts-card__title { font-size: 11px !important; }
    .ts-tag { font-size: 11.5px; padding: 4px 10px; }
}


.tech-spectrum-section {
    position: relative;
    padding: 92px 0 100px;
    overflow: hidden;
}

.tech-spectrum-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 18%, rgba(0, 84, 223, 0.08), transparent 26%),
        radial-gradient(circle at 88% 82%, rgba(0, 84, 223, 0.07), transparent 28%);
    pointer-events: none;
}

.tech-spectrum-shell {
    position: relative;
    z-index: 1;
    padding: 0;
}

.tech-spectrum-header {
    text-align: center;
    margin-bottom: 42px;
    position: relative;
}

.tech-spectrum-header .section-title {
    font-size: 54px;
    font-weight: 600;
    line-height: 1.2;
    color: var(--base-dark);
    margin-bottom: 18px;
}

.gradient-text-tech {
    color: var(--base-skin);
}

.tech-spectrum-header .section-subtitle {
    max-width: 700px;
    margin: 0 auto;
    color: #5c6b84;
    font-size: 18px;
    line-height: 1.8;
}

.tech-spectrum-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.tech-spectrum-item {
    --tech-accent: #0054df;
    position: relative;
    min-width: 0;
    padding: 24px 22px 20px;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 84, 223, 0.96), rgba(0, 70, 188, 0.96));
    border: none;
    transition:
        transform 0.26s ease,
        box-shadow 0.26s ease;
    box-shadow: 0 18px 38px rgba(0, 84, 223, 0.12);
}


.tech-spectrum-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 44px rgba(0, 84, 223, 0.18);
}

.tech-spectrum-item__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.tech-spectrum-item__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.14em;
}

.tech-spectrum-item__icon {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.14);
    color: #ffffff;
    border: none;
    transition:
        transform 0.26s ease,
        background 0.26s ease,
        color 0.26s ease;
}

.tech-spectrum-item:hover .tech-spectrum-item__icon {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.tech-spectrum-item__title {
    margin: 0 0 16px;
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: -0.03em;
}

.tech-spectrum-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tech-spectrum-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    padding: 6px 0;
    border-radius: 999px;
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
    transition:
        color 0.22s ease,
        background 0.22s ease;
}

.tech-spectrum-tag::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.72);
    opacity: 1;
}

.tech-spectrum-item:hover .tech-spectrum-tag {
    color: #ffffff;
    background: transparent;
}

@media (max-width: 1199px) {
    .tech-spectrum-shell {
        padding: 34px 28px;
    }

    .tech-spectrum-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .tech-spectrum-section {
        padding: 74px 0 82px;
    }

    .tech-spectrum-header .section-title {
        font-size: 36px;
    }

    .tech-spectrum-header .section-subtitle {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .tech-spectrum-section {
        padding: 62px 0 70px;
    }

    .tech-spectrum-header {
        margin-bottom: 32px;
    }

    .tech-spectrum-header .section-title {
        font-size: 30px;
    }

    .tech-spectrum-grid {
        grid-template-columns: 1fr;
    }

    .tech-spectrum-item {
        padding: 20px 18px 18px;
        border-radius: 20px;
    }

    .tech-spectrum-item__title {
        font-size: 19px;
    }
}


        :root {
            /* Premium Dark Theme Color Palette */

            /* Gradients array */
            --accent-blue: #3b82f6;
            --accent-blue-dark: #1e40af;
            --accent-purple: #8b5cf6;
            --accent-cyan: #06b6d4;
            --accent-green: #10b981;

            /* Glassmorphism settings */
            --card-bg: rgba(255, 255, 255, 0.02);
            --card-bg-hover: rgba(255, 255, 255, 0.04);
            --card-border: rgba(255, 255, 255, 0.06);
            --card-border-hover: rgba(255, 255, 255, 0.15);
            --glass-blur: 24px;
        }

        .acclaimed-section {
            font-family: 'Inter', sans-serif;
            background-color: var(--base-dark);
        }

        /* Background Ambient Glows */
        .glow-bg {
            position: absolute;
            border-radius: 50%;
            filter: blur(120px);
            z-index: 0;
            opacity: 0.4;
            pointer-events: none;
        }

        .glow-1 {
            top: -20%;
            left: -10%;
            width: 700px;
            height: 700px;
            background: radial-gradient(circle, rgba(59, 130, 246, 0.3) 0%, rgba(7, 11, 20, 0) 70%);
        }

        .glow-2 {
            bottom: -20%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(139, 92, 246, 0.25) 0%, rgba(7, 11, 20, 0) 70%);
        }

        .acclaimed-section {
            width: 100%;
            padding: 100px 0;
            position: relative;
            z-index: 1;
        }

        .container {
            max-width: 1320px;
            margin: 0 auto;
            padding: 0 24px;
        }

        .content-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 80px;
        }

        /* ------------------------------------- */
        /* Left Content Styles                    */
        /* ------------------------------------- */
        .left-content {
            flex: 1;
            max-width: 580px;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: rgba(59, 130, 246, 0.08);
            border: 1px solid rgba(59, 130, 246, 0.2);
            padding: 8px 18px;
            border-radius: 100px;
            font-size: 0.85rem;
            font-weight: 600;
            letter-spacing: 1.5px;
            color: var(--accent-blue);
            text-transform: uppercase;
            margin-bottom: 24px;
            box-shadow: 0 0 20px rgba(59, 130, 246, 0.1);
        }

        .eyebrow-dot {
            width: 8px;
            height: 8px;
            background: var(--accent-blue);
            border-radius: 50%;
            box-shadow: 0 0 10px var(--accent-blue);
            animation: pulse 2s infinite cubic-bezier(0.4, 0, 0.2, 1);
        }

        @keyframes pulse {
            0% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);
            }

            70% {
                transform: scale(1);
                box-shadow: 0 0 0 8px rgba(59, 130, 246, 0);
            }

            100% {
                transform: scale(0.95);
                box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);
            }
        }

        .main-heading {
            font-size: 4rem;
            font-weight: 600;
            line-height: 1.1;
            margin-bottom: 28px;
            letter-spacing: -1.5px;
            color: #f1f5f9;
        }

        .gradient-text {
            background: linear-gradient(135deg, #00c6ff 0%, #0072ff 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
        }

        .left-content p {
            font-size: 1.15rem;
            color: #94a3b8;
            margin-bottom: 48px;
            font-weight: 400;
            max-width: 90%;
        }

        .action-group {
            display: flex;
            align-items: center;
            gap: 20px;
            margin-top: 40px;
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            background: linear-gradient(135deg, var(--accent-blue) 0%, var(--accent-blue-dark) 100%);
            color: #ffffff;
            font-weight: 600;
            font-size: 1.05rem;
            padding: 16px 36px;
            border-radius: 100px;
            text-decoration: none;
            /* box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4); */
            transition: all 0.3s ease;
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .btn-primary:hover {
            transform: translateY(-3px);
            color: #ffffff;
            /* box-shadow: 0 15px 35px rgba(59, 130, 246, 0.6); */
        }

        .btn-secondary {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #ffffff;
            font-weight: 600;
            font-size: 1.05rem;
            padding: 16px 36px;
            border-radius: 100px;
            text-decoration: none;
            background: transparent;
            border: 1px solid var(--card-border);
            transition: all 0.3s ease;
        }

        .btn-secondary:hover {
            background: var(--card-bg-hover);
            border-color: rgba(255, 255, 255, 0.2);
            transform: translateY(-3px);
        }

        .right-content {
            flex: 1;
        }

        .stat-card {
            background: var(--card-bg);
            border: 1px solid var(--card-border);
            border-radius: 24px;
            padding: 40px 32px;
            backdrop-filter: blur(var(--glass-blur));
            -webkit-backdrop-filter: blur(var(--glass-blur));
            position: relative;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .card-glow {
            position: absolute;
            width: 150px;
            height: 150px;
            border-radius: 50%;
            filter: blur(50px);
            opacity: 0;
            bottom: -50px;
            right: -50px;
            transition: opacity 0.5s ease;
            pointer-events: none;
        }

        .cg-blue {
            background: rgba(59, 130, 246, 0.3);
        }


        .stat-card:hover {
            transform: translateY(-8px);
            border-color: var(--card-border-hover);
            background: var(--card-bg-hover);
            box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
        }

        .stat-card:hover .card-glow {
            opacity: 1;
        }

        .stat-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 16px;
        }

        .stat-icon {
            width: 52px;
            height: 52px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: transform 0.4s ease, background 0.4s ease;
            position: relative;
            z-index: 2;
        }

        .stat-card:hover .stat-icon {
            transform: scale(1.1) rotate(5deg);
        }

        .icon-blue {
            background: rgba(59, 130, 246, 0.1);
            color: var(--accent-blue);
            border: 1px solid rgba(59, 130, 246, 0.2);
        }

        .stat-card:hover .icon-blue {
            background: rgba(59, 130, 246, 0.2);
            box-shadow: 0 0 20px rgba(59, 130, 246, 0.2);
        }


        .stat-number {
            font-size: 3.5rem;
            font-weight: 600;
            line-height: 1;
            margin-bottom: 0;
            color: #ffffff;
            position: relative;
            z-index: 2;
            letter-spacing: -1px;
        }

        .stat-label {
            font-size: 1.05rem;
            color: #94a3b8;
            font-weight: 500;
            position: relative;
            z-index: 2;
        }

        /* ------------------------------------- */
        /* Responsive Design                      */
        /* ------------------------------------- */
        @media (max-width: 1024px) {
            .content-wrapper {
                flex-direction: column;
                text-align: center;
                gap: 60px;
            }

            .left-content {
                max-width: 100%;
            }

            .description {
                margin: 0 auto 40px auto;
            }

            .highlight-box {
                text-align: left;
            }
        }

        @media (max-width: 768px) {
            .main-heading {
                font-size: 2.8rem;
            }

            .stats-grid {
                /* grid-template-columns: 1fr; */
            }

            .stat-number {
                font-size: 3rem;
            }
        }
    

        /* ════════════════════════════════════════════
       STEP SECTION — Brand-matched, single-viewport
       Uses your existing brand vars: --base-skin, --base-dark, --base-grey
       ════════════════════════════════════════════ */

        /* ── Section shell ── */
        .step-section {
            position: relative;
            padding: 60px 0;
            overflow: hidden;
            background-color: var(--base-grey);
        }

        /* Dark mode background override (your existing .bg-base-dark class) */
        .bg-base-dark.step-section,
        .bg-base-dark .step-section {
            background-color: var(--base-dark);
        }

        /* ── Background decorative layers ── */
        .ss-bg {
            position: absolute;
            inset: 0;
            pointer-events: none;
            z-index: 0;
        }

        .ss-bg__orb {
            position: absolute;
            border-radius: 50%;
            filter: blur(80px);
        }

        .ss-bg__orb--1 {
            width: 500px;
            height: 500px;
            top: -150px;
            left: -120px;
            background: radial-gradient(circle, rgba(0, 84, 223, 0.07) 0%, transparent 70%);
        }

        .ss-bg__orb--2 {
            width: 350px;
            height: 350px;
            bottom: -100px;
            right: -60px;
            background: radial-gradient(circle, rgba(0, 84, 223, 0.05) 0%, transparent 70%);
        }

        .ss-bg__grid {
            position: absolute;
            inset: 0;
            background-image:
                linear-gradient(rgba(0, 23, 70, 0.045) 1px, transparent 1px),
                linear-gradient(90deg, rgba(0, 23, 70, 0.045) 1px, transparent 1px);
            background-size: 36px 36px;
            mask-image: radial-gradient(ellipse 75% 75% at 50% 50%, black 20%, transparent 100%);
            -webkit-mask-image: radial-gradient(ellipse 75% 75% at 50% 50%, black 20%, transparent 100%);
        }

        .bg-base-dark .ss-bg__orb--1 {
            background: radial-gradient(circle, rgba(0, 84, 223, 0.14) 0%, transparent 70%);
        }

        .bg-base-dark .ss-bg__orb--2 {
            background: radial-gradient(circle, rgba(0, 84, 223, 0.10) 0%, transparent 70%);
        }

        .bg-base-dark .ss-bg__grid {
            background-image:
                linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
        }

        /* ── Inner container z-index ── */
        .step-section>.container {
            position: relative;
            z-index: 1;
        }

        /* ══ HEADER ROW ══════════════════════════════ */
        .ss-header {
            /* display: grid; */
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            /* grid-template-columns: 1fr 1fr; */
            gap: 0 64px;
            /* align-items: center; */
            margin-bottom: 32px;
        }

        .ss-header__left{
            display: contents;
        }

        /* Left */
        .ss-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            background: rgba(0, 84, 223, 0.08);
            border: 1px solid rgba(0, 84, 223, 0.18);
            border-radius: 100px;
            padding: 4px 14px 4px 9px;
            margin-bottom: 16px;
        }

        .bg-base-dark .ss-eyebrow {
            background: rgba(0, 84, 223, 0.18);
            border-color: rgba(0, 84, 223, 0.35);
        }

        .ss-eyebrow__dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: var(--base-skin);
            flex-shrink: 0;
            animation: ss-dot-pulse 2.4s ease-out infinite;
        }

        @keyframes ss-dot-pulse {
            0% {
                box-shadow: 0 0 0 0 rgba(0, 84, 223, 0.45);
            }

            70% {
                box-shadow: 0 0 0 8px rgba(0, 84, 223, 0);
            }

            100% {
                box-shadow: 0 0 0 0 rgba(0, 84, 223, 0);
            }
        }

        .ss-eyebrow span {
            font-size: 13.6px;
            font-weight: 600;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: var(--base-skin);
        }

        .bg-base-dark .ss-eyebrow span {
            color: #6fa3ff;
        }

        .ss-title {
            font-size: 54px;
            font-weight: 600;
            line-height: 1.15;
            letter-spacing: -0.8px;
            color: var(--base-dark);
            margin-bottom: 0;
        }

        .bg-base-dark .ss-title {
            color: #ffffff;
        }

        .ss-title span {
            background: linear-gradient(135deg, var(--base-skin) 0%, #3d9bff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        /* Right */
        .ss-desc {
            font-size: 14.5px;
            line-height: 1.72;
            color: #5a6880;
            margin-bottom: 22px;
        }

        .bg-base-dark .ss-desc {
            color: #7a98c0;
        }

        .ss-meta {
            margin-top:36px;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 22px;
            flex-wrap: wrap;
        }

        .ss-stat {
            display: flex;
            flex-direction: column;
            gap: 2px;
        }

        .ss-stat__num {
            display: block;
            font-size: 24px;
            font-weight: 900;
            letter-spacing: -1px;
            color: var(--base-dark);
            line-height: 1;
        }

        .bg-base-dark .ss-stat__num {
            color: #ffffff;
        }

        .ss-stat__lbl {
            display: block;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #8896a8;
        }

        .ss-stat__sep {
            width: 1px;
            height: 30px;
            background: rgba(0, 23, 70, 0.12);
            flex-shrink: 0;
        }

        .bg-base-dark .ss-stat__sep {
            background: rgba(255, 255, 255, 0.10);
        }

        /* CTA button */
        .ss-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 11px 22px;
            background: var(--base-skin);
            color: #fff !important;
            font-size: 13.5px;
            font-weight: 700;
            border-radius: 8px;
            text-decoration: none !important;
            transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s;
            box-shadow: 0 4px 16px rgba(0, 84, 223, 0.28);
            white-space: nowrap;
        }

        .ss-cta svg {
            transition: transform 0.2s;
        }

        .ss-cta:hover {
            background: #003eb3;
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(0, 84, 223, 0.38);
        }

        .ss-cta:hover svg {
            transform: translateX(3px);
        }

        /* ── Divider ── */
        .ss-divider {
            height: 1px;
            /* background: linear-gradient(90deg, var(--base-skin) 0%, rgba(0, 84, 223, 0.3) 40%, transparent 100%); */
            margin-bottom: 32px;
            opacity: 0.25;
        }

        /* ══ CARDS GRID ══════════════════════════════ */
        .ss-cards {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 16px;
            position: relative;
        }

        /* Horizontal connector line behind card tops */
        .ss-cards::before {
            content: '';
            position: absolute;
            top: 42px;
            left: calc(10% + 8px);
            right: calc(10% + 8px);
            height: 1.5px;
            background: linear-gradient(90deg, var(--base-skin), rgba(0, 84, 223, 0.15), var(--base-skin));
            opacity: 0.15;
            z-index: 0;
            pointer-events: none;
        }

        /* ── Individual card ── */
        .ss-card {
            position: relative;
            background: #ffffff;
            border: 1px solid rgba(0, 23, 70, 0.09);
            border-radius: 16px;
            padding: 7px 20px 43px;
            display: flex;
            flex-direction: column;
            gap: 14px;
            box-shadow: 0 2px 10px rgba(0, 23, 70, 0.06), 0 1px 3px rgba(0, 23, 70, 0.04);
            overflow: hidden;
            transition:
                transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1),
                box-shadow 0.28s ease,
                border-color 0.2s;
            z-index: 1;
        }

        .bg-base-dark .ss-card {
            background: rgba(255, 255, 255, 0.05);
            border-color: rgba(255, 255, 255, 0.08);
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
        }

        .ss-card:hover {
            transform: translateY(-6px);
            box-shadow: 0 16px 40px rgba(0, 23, 70, 0.13), 0 2px 8px rgba(0, 23, 70, 0.06);
            border-color: rgba(0, 84, 223, 0.22);
        }

        .bg-base-dark .ss-card:hover {
            box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
            border-color: rgba(0, 84, 223, 0.35);
        }

        /* Per-step top accent bar */
        .ss-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            border-radius: 16px 16px 0 0;
            transition: opacity 0.3s;
        }

        .ss-card:nth-child(1)::before {
            /* background: linear-gradient(90deg, #0054df, #3d9bff); */
            /* background: #0054df; */
        }

        .ss-card:nth-child(2)::before {
            /* background: linear-gradient(90deg, #3d9bff, #00c4ff); */
            /* background: #0054df; */
        }

        .ss-card:nth-child(3)::before {
            /* background: linear-gradient(90deg, #00c4ff, #0054df); */
            /* background: #0054df; */
        }

        .ss-card:nth-child(4)::before {
            /* background: linear-gradient(90deg, #0054df, #ff6469); */
            /* background: #0054df; */
        }

        .ss-card:nth-child(5)::before {
            /* background: linear-gradient(90deg, #ff6469, #0054df); */
            /* background: #0054df; */
        }

        /* Ghost watermark number */
        .ss-card__wm {
            position: absolute;
            bottom: -10px;
            right: 6px;
            font-size: 70px;
            font-weight: 900;
            letter-spacing: -4px;
            line-height: 1;
            color: rgba(0, 84, 223, 0.055);
            pointer-events: none;
            user-select: none;
            transition: transform 0.3s ease, color 0.3s;
        }

        .bg-base-dark .ss-card__wm {
            color: rgba(79, 130, 255, 0.08);
        }

        .ss-card:hover .ss-card__wm {
            transform: scale(1.06) translateY(-3px);
            color: rgba(0, 84, 223, 0.10);
        }

        /* Card top row */
        .ss-card__top {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        /* Step badge */
        .ss-badge {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            background: rgba(0, 84, 223, 0.08);
            border: 1px solid rgba(0, 84, 223, 0.15);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 800;
            color: var(--base-skin);
            letter-spacing: 0.3px;
            flex-shrink: 0;
            transition: all 0.2s;
        }

        .bg-base-dark .ss-badge {
            background: rgba(0, 84, 223, 0.20);
            border-color: rgba(0, 84, 223, 0.30);
            color: #6fa3ff;
        }

        .ss-card:hover .ss-badge {
            background: var(--base-skin);
            color: #fff;
            border-color: var(--base-skin);
            box-shadow: 0 4px 12px rgba(0, 84, 223, 0.30);
        }

        /* Progress dots */
        .ss-progress {
            display: flex;
            gap: 4px;
            align-items: center;
        }

        .ss-progress__dot {
            width: 5px;
            height: 5px;
            border-radius: 50%;
            background: rgba(0, 23, 70, 0.12);
            transition: all 0.2s;
        }

        .bg-base-dark .ss-progress__dot {
            background: rgba(255, 255, 255, 0.12);
        }

        .ss-progress__dot.is-filled {
            background: var(--base-skin);
            opacity: 0.55;
        }

        .ss-card:hover .ss-progress__dot.is-filled {
            opacity: 1;
        }

        /* Thumbnail */
        .ss-card__thumb {
            width: 100%;
            height: 143px;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
            flex-shrink: 0;
        }

        .ss-card__thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.4s ease;
        }

        .ss-card:hover .ss-card__thumb img {
            transform: scale(1.07);
        }

        .ss-card__thumb::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom, transparent 50%, rgba(0, 23, 70, 0.15) 100%);
            border-radius: inherit;
            pointer-events: none;
        }

        /* Card text */
        .ss-card__title {
            font-size: 17px;
            font-weight: 600;
            color: var(--base-dark);
            line-height: 1.3;
            letter-spacing: -0.2px;
            margin-bottom: 0;
            transition: color 0.2s;
        }

        .bg-base-dark .ss-card__title {
            color: #ffffff;
        }

        .ss-card:hover .ss-card__title {
            color: var(--base-skin);
        }

        .ss-card__desc {
            font-size: 15.5px;
            line-height: 1.62;
            color: #6b7a99;
            margin: 0;
        }

        .bg-base-dark .ss-card__desc {
            color: #7a98c0;
        }

        /* ══ RESPONSIVE ══════════════════════════════ */
        @media (max-width: 1199px) {
            .ss-header {
                gap: 0 40px;
            }

            .ss-title {
                font-size: 28px;
            }

            .ss-cards {
                gap: 12px;
            }
        }

        @media (max-width: 991px) {
            .step-section {
                padding: 50px 0;
            }

            .ss-header {
                grid-template-columns: 1fr;
                gap: 20px;
                margin-bottom: 28px;
            }

            .ss-cards {
                grid-template-columns: repeat(3, 1fr);
            }

            .ss-cards::before {
                display: none;
            }
        }

        @media (max-width: 767px) {
            .ss-cards {
                grid-template-columns: repeat(2, 1fr);
                gap: 10px;
            }

            .ss-card__thumb {
                height: 80px;
            }

            .ss-card__wm {
                display: none;
            }
        }

        @media (max-width: 480px) {
            .step-section {
                padding: 40px 0;
            }

            .ss-title {
                font-size: 24px;
            }

            .ss-cards {
                grid-template-columns: 1fr 1fr;
            }

            .ss-meta {
                gap: 14px;
            }
        }
    

    .what-we-do-section {
        position: relative;
        overflow: hidden;
        padding: 82px 0;
        background:
            radial-gradient(circle at top left, rgba(36, 104, 232, 0.18), transparent 28%),
            radial-gradient(circle at bottom right, rgba(0, 76, 174, 0.2), transparent 30%),
            linear-gradient(135deg, #00153d 0%, #00215a 52%, #001b49 100%);
    }

    .what-we-do-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 42%);
        pointer-events: none;
    }

    .what-we-do-shell {
        position: relative;
        z-index: 1;
    }

    .what-we-do-layout {
        display: grid;
        grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
        gap: 42px;
        align-items: center;
    }

    .what-we-do-copy {
        max-width: 560px;
    }

    .what-we-do-badge {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        padding: 10px 18px;
        margin-bottom: 22px;
        border-radius: 999px;
        background: rgba(14, 46, 113, 0.45);
        border: 1px solid rgba(111, 162, 255, 0.16);
        color: #8ebcff;
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    .what-we-do-badge::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #5fa2ff;
        box-shadow: 0 0 14px rgba(95, 162, 255, 0.7);
    }

    .what-we-do-title {
        margin: 0;
        color: #ffffff;
        font-size: clamp(2.6rem, 4.8vw, 4.7rem);
        line-height: 0.96;
        font-weight: 600;
        letter-spacing: -0.05em;
    }

    .what-we-do-title span {
        display: block;
        color: #9bc4ff;
    }

    .what-we-do-text {
        margin: 24px 0 0;
        color: rgba(212, 226, 248, 0.74);
        font-size: 17px;
        line-height: 1.8;
    }

    .what-we-do-footer-line {
        display: flex;
        align-items: center;
        gap: 14px;
        margin-top: 28px;
        color: rgba(189, 208, 238, 0.78);
        font-size: 14px;
        line-height: 1.7;
    }

    .what-we-do-footer-line::before {
        content: "";
        width: 54px;
        height: 1px;
        background: linear-gradient(90deg, rgba(112, 168, 255, 0), rgba(112, 168, 255, 0.95));
    }

    .what-we-do-stack {
        position: relative;
        padding: 14px 0 14px 32px;
    }

    .what-we-do-stack::before {
        content: "";
        position: absolute;
        left: 8px;
        top: 12px;
        bottom: 12px;
        width: 1px;
        background: linear-gradient(180deg, rgba(108, 166, 255, 0), rgba(108, 166, 255, 0.65) 15%, rgba(108, 166, 255, 0.65) 85%, rgba(108, 166, 255, 0));
    }

    .what-we-do-item {
        position: relative;
        /* padding: 18px 18px 18px 22px; */
        padding: 10px 18px 5px 22px;
        margin-bottom: 14px;
        border-radius: 20px;
        background: linear-gradient(180deg, rgba(7, 31, 81, 0.82), rgba(5, 25, 67, 0.82));
        border: 1px solid rgba(117, 168, 255, 0.1);
        box-shadow:
            inset 0 1px 0 rgba(255, 255, 255, 0.03),
            0 16px 36px rgba(0, 10, 30, 0.12);
        transition: transform 0.3s ease, border-color 0.3s ease;
    }

    .what-we-do-item:last-child {
        margin-bottom: 0;
    }

    .what-we-do-item::before {
        content: "";
        position: absolute;
        left: -31px;
        top: 28px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #63a6ff;
        box-shadow:
            0 0 0 5px rgba(99, 166, 255, 0.1),
            0 0 18px rgba(99, 166, 255, 0.5);
    }

    .what-we-do-item:hover {
        transform: translateX(4px);
        border-color: rgba(123, 176, 255, 0.22);
    }

    .what-we-do-item-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 16px;
        margin-bottom: 10px;
    }

    .what-we-do-item-top strong {
        display: inline-block;
        color: #ffffff;
        font-size: 23px;
        line-height: 1.2;
        font-weight: 600;
        letter-spacing: -0.03em;
    }

    .what-we-do-icon {
        width: 42px;
        height: 42px;
        border-radius: 14px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(20, 61, 142, 0.55);
        border: 1px solid rgba(111, 162, 255, 0.12);
        color: #74b1ff;
        font-size: 16px;
        flex-shrink: 0;
    }

    .what-we-do-item p {
        margin: 0;
        color: rgba(196, 214, 242, 0.72);
        font-size: 14px;
        line-height: 1.75;
    }

    .what-we-do-index {
        display: block;
        margin-bottom: 8px;
        color: rgba(130, 182, 255, 0.82);
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.18em;
        text-transform: uppercase;
    }

    @media (max-width: 991px) {
        .what-we-do-section {
            padding: 72px 0;
        }

        .what-we-do-layout {
            grid-template-columns: 1fr;
            gap: 28px;
        }

        .what-we-do-copy {
            max-width: 100%;
        }

        .what-we-do-stack {
            padding-left: 28px;
        }

        .what-we-do-item::before {
            left: -27px;
        }
    }

    @media (max-width: 767px) {
        .what-we-do-section {
            padding: 64px 0;
        }

        .what-we-do-badge {
            margin-bottom: 18px;
            font-size: 10px;
        }

        .what-we-do-text {
            font-size: 15px;
            line-height: 1.75;
        }

        .what-we-do-footer-line {
            margin-top: 22px;
            font-size: 13px;
        }

        .what-we-do-stack {
            padding: 6px 0 6px 24px;
        }

        .what-we-do-stack::before {
            left: 6px;
        }

        .what-we-do-item {
            padding: 16px 16px 16px 18px;
            border-radius: 18px;
        }

        .what-we-do-item::before {
            left: -21px;
            top: 25px;
            width: 11px;
            height: 11px;
        }

        .what-we-do-item-top strong {
            font-size: 20px;
        }
    }


    .industry-section {
        padding: 80px 0 90px;
        position: relative;
        overflow: hidden;
    }

    /* Subtle background glow */
    .industry-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background:
            radial-gradient(ellipse 50% 60% at 95% 50%,
                rgba(0, 84, 223, 0.05) 0%, transparent 60%),
            radial-gradient(ellipse 30% 40% at 5% 20%,
                rgba(0, 84, 223, 0.04) 0%, transparent 55%);
        pointer-events: none;
    }

    /* ── Header ── */
    .ind-header {
        margin-bottom: 48px;
    }

    .ind-header__row {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        gap: 40px;
    }

    .ind-main-title {
        font-size: 54px !important;
        font-weight: 600 !important;
        /* letter-spacing: -0.8px; */
        line-height: 1.15 !important;
        color: var(--base-dark) !important;
        margin-bottom: 0 !important;
        flex-shrink: 0;
    }

    .ind-header__desc {
        font-size: 14.5px;
        line-height: 1.72;
        color: #5a6880;
        max-width: 500px;
        margin-bottom: 4px;
        text-align: right;
    }

    /* ── Row list ── */
    .ind-list {
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    /* ── Individual row ── */
    .ind-row {
        display: grid;
        background: rgba(255, 255, 255, 0.75);
        grid-template-columns: 4px 64px 1fr;
        align-items: center;
        gap: 0 24px;
        padding: 28px 24px 28px 20px;
        position: relative;
        transition: background 0.22s ease, padding-left 0.22s ease;
        border-radius: 12px;
        min-height: 195px;
    }

    /* Separator */
    .ind-row:not(:last-child) {
        border-bottom: 1px solid rgba(0, 23, 70, 0.08);
    }

    .ind-row:hover {
        padding-left: 12px;
    }

    .ind-column{
        margin-bottom: 24px;
    }

    /* ── Left accent bar ── */
    .ind-row__bar {
        width: 4px;
        height: 0%;
        border-radius: 4px;
        background: linear-gradient(to bottom, var(--base-skin), #3d9bff);
        align-self: stretch;
        position: relative;
        transition: height 0.3s ease, opacity 0.3s;
        opacity: 0;
        margin: 8px 0;
    }

    /* .ind-row:hover .ind-row__bar {
        height: calc(100% - 16px);
        opacity: 1;
    } */

    .ind-row .ind-row__bar {
        height: calc(100% - 16px);
        opacity: 1;
    }

    /* ── Icon box ── */
    .ind-row__icon {
        width: 52px;
        height: 52px;
        border-radius: 12px;
        background: rgba(0, 84, 223, 0.08);
        border: 1px solid rgba(0, 84, 223, 0.13);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--base-skin);
        flex-shrink: 0;
        transition: all 0.22s ease;
    }

    .ind-row:hover .ind-row__icon {
        background: var(--base-skin);
        color: #ffffff;
        border-color: var(--base-skin);
        box-shadow: 0 6px 18px rgba(0, 84, 223, 0.28);
        transform: scale(1.05);
    }

    /* ── Content ── */
    .ind-row__content {
        min-width: 0;
    }

    .ind-row__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
        margin-bottom: 8px;
    }

    /* Title */
    .ind-row__title {
        font-size: 17px !important;
        font-weight: 700 !important;
        color: var(--base-dark) !important;
        margin: 0 !important;
        line-height: 1.3 !important;
        letter-spacing: -0.2px;
        transition: color 0.2s;
    }

    .ind-row:hover .ind-row__title {
        color: var(--base-skin) !important;
    }

    /* Location badge */
    .ind-row__location {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        font-weight: 600;
        color: var(--base-skin);
        background: rgba(0, 84, 223, 0.08);
        border: 1px solid rgba(0, 84, 223, 0.14);
        border-radius: 100px;
        padding: 4px 12px 4px 9px;
        white-space: nowrap;
        flex-shrink: 0;
        transition: all 0.2s;
    }

    .ind-row:hover .ind-row__location {
        background: rgba(0, 84, 223, 0.13);
        border-color: rgba(0, 84, 223, 0.25);
    }

    /* Description */
    .ind-row__desc {
        font-size: 14px;
        line-height: 1.70;
        color: #5a6880;
        margin: 0;
    }

    .ind-row__desc p {
        margin: 0;
    }

    /* ════════════════════════════════════════════
   DARK MODE
   ════════════════════════════════════════════ */

    .bg-base-dark.industry-section {
        background-color: var(--base-dark);
    }

    .bg-base-dark .ind-main-title {
        color: #ffffff !important;
    }

    .bg-base-dark .ind-header__desc {
        color: #7a98c0;
    }

    .bg-base-dark .ind-row:not(:last-child) {
        border-bottom-color: rgba(255, 255, 255, 0.07);
    }

    .bg-base-dark .ind-row:hover {
        background: rgba(255, 255, 255, 0.04);
    }

    .bg-base-dark .ind-row__icon {
        background: rgba(0, 84, 223, 0.18);
        border-color: rgba(0, 84, 223, 0.28);
        color: #6fa3ff;
    }

    .bg-base-dark .ind-row__title {
        color: #ffffff !important;
    }

    .bg-base-dark .ind-row:hover .ind-row__title {
        color: #6fa3ff !important;
    }

    .bg-base-dark .ind-row__location {
        color: #6fa3ff;
        background: rgba(0, 84, 223, 0.18);
        border-color: rgba(0, 84, 223, 0.30);
    }

    .bg-base-dark .ind-row__desc {
        color: #7a98c0;
    }

    /* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */

    @media (max-width: 991px) {
        .industry-section {
            padding: 60px 0 70px;
        }

        .ind-main-title {
            font-size: 32px !important;
        }

        .ind-header__row {
            flex-direction: column;
            align-items: flex-start;
            gap: 12px;
        }

        .ind-header__desc {
            text-align: left;
            max-width: 100%;
        }

        .ind-row {
            grid-template-columns: 4px 52px 1fr;
            gap: 0 18px;
            padding: 22px 16px 22px 0;
        }
    }

    @media (max-width: 767px) {
        .industry-section {
            padding: 50px 0 60px;
        }

        .ind-main-title {
            font-size: 26px !important;
        }

        .ind-row__top {
            flex-direction: column;
            align-items: flex-start;
            gap: 8px;
        }

        .ind-row__location {
            font-size: 11px;
        }

        .ind-row__icon {
            width: 44px;
            height: 44px;
        }

        .ind-row {
            grid-template-columns: 4px 44px 1fr;
            gap: 0 14px;
        }
    }

    @media (max-width: 480px) {
        .ind-row__bar {
            display: none;
        }

        .ind-row {
            grid-template-columns: 44px 1fr;
            gap: 0 14px;
        }

        .ind-row:hover {
            padding-left: 0;
        }

        .ind-row__title {
            font-size: 15px !important;
        }

        .ind-row__desc {
            font-size: 13px;
        }
    }


    /* ════════════════════════════════════════════
   WHY CHOOSE US — List Style
   ════════════════════════════════════════════ */

    .wcu-section {
        padding: 80px 0 90px;
        position: relative;
        overflow: hidden;
    }

    .wcu-section::before {
        content: '';
        position: absolute;
        inset: 0;
        background: radial-gradient(ellipse 45% 55% at 100% 50%,
                rgba(0, 84, 223, 0.04) 0%, transparent 65%);
        pointer-events: none;
    }

    /* ── Header ── */
    .wcu-main-title {
        font-size: 54px !important;
        font-weight: 600 !important;
        line-height: 1.18 !important;
        color: var(--base-dark) !important;
        margin-bottom: 0 !important;
    }

    /* ── List ── */
    .wcu-list {
        display: flex;
        flex-direction: column;
        border: 1px solid rgba(0, 23, 70, 0.08);
        border-radius: 16px;
        overflow: hidden;
        background: #ffffff;
        box-shadow: 0 2px 12px rgba(0, 23, 70, 0.05);
    }

    /* ── Individual item ── */
    .wcu-item {
        display: grid;
        background: rgba(0, 84, 223, 0.025);
        grid-template-columns: 56px 1fr 40px;
        align-items: center;
        gap: 0 20px;
        padding: 28px 28px;
        margin-bottom: 28px;
        position: relative;
        transition:
            background 0.2s ease,
            transform 0.2s ease;
        cursor: default;
        min-height: 180px;
    }

    /* Separator between items */
    .wcu-item:not(:last-child) {
        border-bottom: 1px solid rgba(0, 23, 70, 0.07);
    }

    .wcu-item:hover {
        background: rgba(0, 84, 223, 0.025);
        box-shadow: 0 4px 14px rgba(0, 84, 223, 0.1);
    }

    /* ── Icon circle ── */
    .wcu-item__icon {
        width: 48px;
        height: 48px;
        border-radius: 12px;
        background: rgba(0, 84, 223, 0.08);
        border: 1px solid rgba(0, 84, 223, 0.14);
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--base-skin);
        flex-shrink: 0;
        transition: all 0.22s ease;
    }

    .wcu-item:hover .wcu-item__icon {
        background: var(--base-skin);
        color: #ffffff;
        border-color: var(--base-skin);
        box-shadow: 0 4px 14px rgba(0, 84, 223, 0.28);
    }

    /* ── Text body ── */
    .wcu-item__body {
        min-width: 0;
    }

    .wcu-item__title {
        font-size: 20px !important;
        font-weight: 700 !important;
        color: var(--base-dark) !important;
        margin-bottom: 6px !important;
        line-height: 1.3 !important;
        letter-spacing: -0.2px;
        transition: color 0.2s;
    }

    .wcu-item:hover .wcu-item__title {
        color: var(--base-skin) !important;
    }

    .wcu-item__desc {
        font-size: 15px;
        line-height: 1.68;
        color: #5a6880;
        margin: 0;
    }

    .wcu-item__desc p {
        margin: 0;
    }

    /* ── Arrow ── */
    .wcu-item__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 34px;
        height: 34px;
        border-radius: 8px;
        color: rgba(0, 23, 70, 0.18);
        flex-shrink: 0;
        transition: all 0.22s ease;
    }

    .wcu-item:hover .wcu-item__arrow {
        background: rgba(0, 84, 223, 0.08);
        color: var(--base-skin);
        transform: translateX(3px);
    }

    /* ════════════════════════════════════════════
   DARK MODE
   ════════════════════════════════════════════ */

    .bg-base-dark.wcu-section {
        background-color: var(--base-dark);
    }

    .bg-base-dark .wcu-main-title {
        color: #ffffff !important;
    }

    .bg-base-dark .wcu-list {
        background: rgba(255, 255, 255, 0.04);
        border-color: rgba(255, 255, 255, 0.08);
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.25);
    }

    .bg-base-dark .wcu-item:not(:last-child) {
        border-bottom-color: rgba(255, 255, 255, 0.07);
    }

    .bg-base-dark .wcu-item:hover {
        background: rgba(255, 255, 255, 0.04);
    }

    .bg-base-dark .wcu-item__icon {
        background: rgba(0, 84, 223, 0.18);
        border-color: rgba(0, 84, 223, 0.28);
        color: #6fa3ff;
    }

    .bg-base-dark .wcu-item__title {
        color: #ffffff !important;
    }

    .bg-base-dark .wcu-item:hover .wcu-item__title {
        color: #6fa3ff !important;
    }

    .bg-base-dark .wcu-item__desc {
        color: #7a98c0;
    }

    .bg-base-dark .wcu-item__arrow {
        color: rgba(255, 255, 255, 0.15);
    }

    .bg-base-dark .wcu-item:hover .wcu-item__arrow {
        background: rgba(0, 84, 223, 0.18);
        color: #6fa3ff;
    }

    /* ════════════════════════════════════════════
   RESPONSIVE
   ════════════════════════════════════════════ */

    @media (max-width: 991px) {
        .wcu-section {
            padding: 60px 0 70px;
        }

        .wcu-main-title {
            font-size: 32px !important;
        }

        .wcu-item {
            padding: 22px 20px;
            gap: 0 16px;
        }
    }

    @media (max-width: 767px) {
        .wcu-section {
            padding: 50px 0 60px;
        }

        .wcu-main-title {
            font-size: 28px !important;
        }

        .wcu-item {
            grid-template-columns: 44px 1fr;
            padding: 18px 16px;
            gap: 0 14px;
        }

        .wcu-item__icon {
            width: 42px;
            height: 42px;
        }

        .wcu-item__arrow {
            display: none;
        }
    }

    @media (max-width: 480px) {
        .wcu-main-title {
            font-size: 24px !important;
        }

        .wcu-item__title {
            font-size: 14.5px !important;
        }

        .wcu-item__desc {
            font-size: 13px;
        }
    }

