/* ================================================================
           REDESIGN 2026 — DARK PRECISION (MARKETING PAGE)
        ================================================================ */

        :root {
            --color-bg-primary: #080B14 !important;
            --dark-950: #080B14;
            --dark-900: #0D1117;
            --dark-800: #161C28;
            --dark-700: #1E2739;
            --indigo: #2563EB;
            --indigo-dark: #1d4ed8;
            --indigo-light: #60a5fa;
            --emerald: #4ade80;
            --amber: #f59e0b;
            --rose: #f43f5e;
            --txt-bright: #F0F4FF;
            --txt-sub: #94A3B8;
            --txt-muted: #64748B;
        }

        body {
            background-color: var(--dark-950) !important;
            color: var(--txt-sub);
        }

        .js-enabled [data-animate] {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity .5s ease, transform .5s ease;
        }

        .js-enabled [data-animate].is-visible {
            opacity: 1;
            transform: translateY(0);
        }

        /* HERO */
        .hero {
            position: relative;
            background: var(--dark-950) !important;
            background-image:
                radial-gradient(ellipse 80% 50% at 20% 50%, rgba(244, 63, 94, .10) 0%, transparent 60%),
                radial-gradient(ellipse 60% 40% at 80% 30%, rgba(37, 99, 235, .10) 0%, transparent 60%) !important;
            overflow: hidden;
            padding: 240px 0 var(--space-24) !important;
            min-height: 100vh;
            display: flex;
            align-items: flex-start;
            justify-content: center;
        }

        .hero::before {
            display: none !important;
        }

        .hero-svg-bg {
            position: absolute;
            inset: 0;
            overflow: hidden;
            z-index: 1;
            pointer-events: none;
            background:
                radial-gradient(circle at 20% 30%, rgba(244, 63, 94, 0.15) 0%, transparent 40%),
                radial-gradient(circle at 80% 70%, rgba(37, 99, 235, 0.12) 0%, transparent 40%);
        }

        .hero-particles {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
            background-size: 40px 40px;
            mask-image: linear-gradient(to bottom, black, transparent);
            -webkit-mask-image: linear-gradient(to bottom, black, transparent);
            opacity: 0.4;
        }

        .hero-glow-sphere {
            position: absolute;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(244, 63, 94, 0.08) 0%, transparent 70%);
            top: -200px;
            left: -100px;
            filter: blur(80px);
            animation: float-glow 8s infinite alternate ease-in-out;
        }

        @keyframes float-glow {
            0% {
                transform: translate(0, 0) scale(1);
            }

            100% {
                transform: translate(50px, 50px) scale(1.1);
            }
        }

        .hero-overline {
            display: inline-block;
            font-size: var(--font-size-sm);
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: var(--letter-spacing-wider);
            color: #f9a8d4;
            background: rgba(244, 63, 94, .10);
            border: 1px solid rgba(244, 63, 94, .25);
            padding: 6px 16px;
            border-radius: var(--radius-full);
            margin-bottom: var(--space-5);
        }

        .hero-title-accent {
            background: linear-gradient(135deg, #f9a8d4, #93c5fd);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .hero-description {
            font-size: var(--font-size-lg);
            line-height: var(--line-height-relaxed);
            margin-bottom: var(--space-8);
            color: rgba(255, 255, 255, 0.9);
            max-width: 800px;
            margin-left: auto;
            margin-right: auto;
        }

        .hero-stats {
            margin-top: var(--space-12);
            padding: var(--space-4) var(--space-6);
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: var(--radius-xl);
            display: inline-flex;
            gap: var(--space-8);
            justify-content: center;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
            width: 100%;
            max-width: 900px;
            flex-wrap: wrap;
        }

        .growth-element {
            position: absolute;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 12px;
            padding: 12px;
            backdrop-filter: blur(8px);
            display: flex;
            align-items: center;
            gap: 10px;
            z-index: 2;
            pointer-events: none;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }

        .growth-bar {
            width: 4px;
            background: var(--rose);
            border-radius: 2px;
            animation: grow-bar 2s alternate infinite ease-in-out;
        }

        @keyframes grow-bar {
            0% {
                height: 10px;
            }

            100% {
                height: 30px;
            }
        }

        /* SECTION BACKGROUNDS */
        section {
            position: relative;
            overflow: hidden;
        }

        .approach {
            background: radial-gradient(circle at 70% 30%, rgba(244, 63, 94, .04) 0%, transparent 50%), var(--dark-900) !important;
        }

        .services-detail {
            background: radial-gradient(circle at 20% 60%, rgba(37, 99, 235, .04) 0%, transparent 50%), var(--dark-950) !important;
        }

        .process {
            background: radial-gradient(circle at 80% 50%, rgba(16, 185, 129, .03) 0%, transparent 50%), var(--dark-900) !important;
        }

        .integration {
            background: radial-gradient(circle at 40% 30%, rgba(249, 115, 22, .03) 0%, transparent 50%), var(--dark-950) !important;
        }

        .cta-wrap {
            background: radial-gradient(ellipse 60% 60% at 30% 50%, rgba(244, 63, 94, .20) 0%, transparent 60%),
                radial-gradient(ellipse 50% 50% at 80% 50%, rgba(37, 99, 235, .15) 0%, transparent 60%),
                var(--dark-950) !important;
        }

        .section-title {
            color: var(--txt-bright) !important;
        }

        .section-description {
            color: var(--txt-sub) !important;
        }

        .section-overline {
            color: #f9a8d4 !important;
            background: rgba(244, 63, 94, .08) !important;
            border: 1px solid rgba(244, 63, 94, .18) !important;
        }

        /* BENTO GRID */
        .bento-grid {
            display: grid;
            grid-template-columns: repeat(12, 1fr);
            gap: 20px;
            margin-top: var(--space-12);
        }

        /* Approach grid */
        .approach-grid .card-service:nth-child(1) {
            grid-column: span 6;
        }

        .approach-grid .card-service:nth-child(2) {
            grid-column: span 6;
        }

        /* Services grid — 4 service cards with varied spans */
        .services-grid-page .card-service:nth-child(1) {
            grid-column: span 7;
        }

        .services-grid-page .card-service:nth-child(2) {
            grid-column: span 5;
        }

        .services-grid-page .card-service:nth-child(3) {
            grid-column: span 5;
        }

        .services-grid-page .card-service:nth-child(4) {
            grid-column: span 7;
        }

        /* Process grid — numbered steps */
        .process-grid .card-service:nth-child(1) {
            grid-column: span 12;
            flex-direction: row;
            text-align: left;
        }

        .process-grid .card-service:nth-child(2) {
            grid-column: span 12;
            flex-direction: row;
            text-align: left;
        }

        .process-grid .card-service:nth-child(3) {
            grid-column: span 12;
            flex-direction: row;
            text-align: left;
        }

        .process-grid .card-service:nth-child(4) {
            grid-column: span 12;
            flex-direction: row;
            text-align: left;
        }

        .process-grid .card-service:nth-child(5) {
            grid-column: span 12;
            flex-direction: row;
            text-align: left;
        }

        /* Integration grid */
        .integration-grid .card-service:nth-child(1) {
            grid-column: span 4;
        }

        .integration-grid .card-service:nth-child(2) {
            grid-column: span 4;
        }

        .integration-grid .card-service:nth-child(3) {
            grid-column: span 4;
        }

        @media (max-width: 900px) {
            .bento-grid {
                grid-template-columns: 1fr;
            }

            .bento-grid .card-service {
                grid-column: span 1 !important;
                flex-direction: column !important;
                text-align: center !important;
            }
        }

        /* GLASSMORPHISM CARD */
        .card-service {
            background: rgba(255, 255, 255, .03);
            border: 1px solid rgba(255, 255, 255, .08);
            border-radius: 20px;
            padding: 32px;
            display: flex;
            flex-direction: column;
            backdrop-filter: blur(12px);
            -webkit-backdrop-filter: blur(12px);
            transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
            position: relative;
            z-index: 1;
        }

        .card-service:hover {
            background: rgba(255, 255, 255, .06);
            border-color: rgba(255, 255, 255, 0.15);
            transform: translateY(-8px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
        }

        .card-service::before {
            content: '';
            position: absolute;
            inset: 0;
            border-radius: 20px;
            background: radial-gradient(800px circle at var(--mouse-x) var(--mouse-y), rgba(255, 255, 255, 0.06), transparent 40%);
            z-index: -1;
            opacity: 0;
            transition: opacity 0.5s;
            pointer-events: none;
        }

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

        .card-service-icon {
            background: rgba(255, 255, 255, 0.03);
            color: var(--txt-bright);
            border: 1px solid rgba(255, 255, 255, 0.08);
            width: 56px;
            height: 56px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: var(--space-6);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
            transition: all 0.3s ease;
            flex-shrink: 0;
        }

        .card-service:hover .card-service-icon {
            transform: scale(1.1) rotate(5deg);
            background: rgba(244, 63, 94, .25);
            color: #f9a8d4;
            border-color: rgba(244, 63, 94, .4);
            box-shadow: 0 0 20px rgba(244, 63, 94, 0.3);
        }

        .card-service-title {
            font-size: 20px;
            font-weight: 700;
            color: var(--txt-bright);
            margin-bottom: 12px;
        }

        .card-service-description {
            font-size: 15px;
            color: var(--txt-sub);
            line-height: 1.7;
        }

        /* SERVICE DETAIL CARD (large with lists) */
        .service-card-large {
            padding: 40px !important;
        }

        .service-icon-large {
            width: 72px !important;
            height: 72px !important;
            border-radius: 18px;
            margin-bottom: 24px;
        }

        .service-card-title {
            font-size: 26px !important;
            font-weight: 700;
            color: var(--txt-bright);
            margin-bottom: 12px;
        }

        .service-intro {
            font-size: 16px;
            color: var(--txt-sub);
            margin-bottom: 20px;
            line-height: 1.6;
        }

        .service-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        .service-list li {
            display: flex;
            align-items: flex-start;
            gap: 12px;
            font-size: 15px;
            color: var(--txt-sub);
            line-height: 1.6;
            margin-bottom: 10px;
            padding-bottom: 10px;
            border-bottom: 1px solid rgba(255, 255, 255, .06);
        }

        .service-list li:last-child {
            border-bottom: none;
            margin-bottom: 0;
        }

        .service-list li strong {
            color: var(--txt-bright);
        }

        .list-check {
            flex-shrink: 0;
            width: 18px;
            height: 18px;
            margin-top: 2px;
            color: #f9a8d4;
        }

        /* PROCESS STEP CARD */
        .process-card-row {
            gap: 28px;
            align-items: center;
        }

        .process-number {
            flex-shrink: 0;
            width: 72px;
            height: 72px;
            border-radius: 50%;
            background: rgba(244, 63, 94, .12);
            color: var(--txt-bright);
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 32px;
            font-weight: 800;
            border: 1px solid rgba(244, 63, 94, .25);
            transition: all 0.3s ease;
        }

        .card-service:hover .process-number {
            background: var(--rose);
            transform: scale(1.1);
            box-shadow: 0 0 20px rgba(244, 63, 94, 0.4);
        }

        .process-title {
            font-size: 24px;
            font-weight: 700;
            color: var(--txt-bright);
            margin-bottom: 8px;
        }

        .process-desc {
            font-size: 16px;
            color: var(--txt-sub);
            line-height: 1.7;
            margin: 0;
        }

        /* INTEGRATION MINI CARDS */
        .mini-icon {
            font-size: 40px;
            margin-bottom: 16px;
        }

        .mini-title {
            font-size: 18px;
            font-weight: 700;
            color: var(--txt-bright);
            margin-bottom: 10px;
        }

        .mini-desc {
            font-size: 14px;
            color: var(--txt-sub);
            line-height: 1.6;
            margin: 0;
        }

        /* BUTTONS */
        .btn-shimmer {
            position: relative;
            overflow: hidden;
            background: linear-gradient(135deg, #f43f5e, #e11d48);
            color: #fff;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
            border: none;
            border-radius: var(--radius-lg);
            transition: all var(--transition-base) var(--ease-out);
        }

        .btn-shimmer:hover {
            transform: translateY(-2px);
            box-shadow: 0 12px 35px rgba(244, 63, 94, .45);
            color: #fff;
        }

        .btn-shimmer::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 60%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .18), transparent);
            transform: skewX(-20deg);
            animation: cta-shimmer 3.5s infinite 1s;
        }

        @keyframes cta-shimmer {
            0% {
                left: -100%
            }

            100% {
                left: 160%
            }
        }

        .btn-outline-hero {
            background: transparent;
            color: rgba(255, 255, 255, .9);
            border: 1.5px solid rgba(255, 255, 255, .25);
            border-radius: var(--radius-lg);
        }

        .btn-outline-hero:hover {
            background: rgba(255, 255, 255, .06);
            border-color: rgba(255, 255, 255, .4);
            color: #fff;
            transform: translateY(-2px);
        }

        /* CTA */
        .cta-title {
            font-size: 44px;
            font-weight: 800;
            color: var(--txt-bright);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .cta-desc {
            font-size: 20px;
            color: var(--txt-sub);
            margin-bottom: 40px;
            line-height: 1.6;
        }

