        .hero-center {
            width: 100%;
            text-align: center;
            margin: 0 auto 48px;
            padding-top: 40px;
        }

        .hero-center .pricing-title,
        .hero-center .pricing-subtitle {
            text-align: center !important;
            margin-left: auto;
            margin-right: auto;
        }

        .calendly-inline-widget {
            background: transparent !important;
        }

        /* FAQ section (below demo booking) */
        .faq-section {
            position: relative;
            padding: 96px 20px 110px;
            overflow: hidden;
            isolation: isolate;
        }

        .faq-section::before,
        .faq-section::after {
            content: "";
            position: absolute;
            inset: auto;
            pointer-events: none;
            z-index: -1;
        }

        .faq-section::before {
            top: 6%;
            left: 50%;
            width: min(1200px, 92vw);
            height: 78%;
            transform: translateX(-50%);
            border-radius: 36px;
            background:
                radial-gradient(circle at 20% 18%, rgba(76, 201, 240, 0.14), transparent 46%),
                radial-gradient(circle at 82% 12%, rgba(124, 92, 255, 0.16), transparent 42%),
                radial-gradient(circle at 64% 72%, rgba(16, 185, 129, 0.09), transparent 44%),
                linear-gradient(180deg, rgba(10, 17, 38, 0.44), rgba(5, 11, 28, 0.2));
            border: 1px solid rgba(255, 255, 255, 0.04);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 20px 80px rgba(2, 6, 18, 0.38);
        }

        .faq-section::after {
            left: 50%;
            top: 14%;
            width: min(1100px, 88vw);
            height: 66%;
            transform: translateX(-50%);
            background:
                linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.016) 1px, transparent 1px);
            background-size: 34px 34px, 34px 34px;
            mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.9) 55%, transparent 100%);
            opacity: 0.55;
        }

        .faq-shell {
            position: relative;
            max-width: 1240px;
            margin: 0 auto;
            padding: 34px;
            border-radius: 28px;
            background:
                linear-gradient(145deg, rgba(7, 13, 31, 0.84), rgba(4, 10, 25, 0.9)),
                linear-gradient(90deg, rgba(76, 201, 240, 0.08), rgba(124, 92, 255, 0.08));
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.06),
                inset 0 -1px 0 rgba(255, 255, 255, 0.03),
                0 20px 60px rgba(2, 6, 18, 0.35);
            overflow: hidden;
        }

        .faq-shell::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg,
                    rgba(76, 201, 240, 0.15),
                    rgba(124, 92, 255, 0.35),
                    rgba(76, 201, 240, 0.15));
            box-shadow: 0 0 18px rgba(124, 92, 255, 0.22);
            pointer-events: none;
        }

        .faq-header {
            position: relative;
            text-align: center;
            margin-bottom: 28px;
            padding: 4px 8px 10px;
        }

        .faq-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: rgba(170, 181, 222, 0.88);
            margin-bottom: 14px;
        }

        .faq-eyebrow::before,
        .faq-eyebrow::after {
            content: "";
            width: 34px;
            height: 1px;
            background: linear-gradient(90deg, transparent, rgba(124, 92, 255, 0.55), transparent);
        }

        .faq-title {
            margin: 0 0 12px;
            font-size: clamp(30px, 4vw, 42px);
            line-height: 1.12;
            letter-spacing: -0.02em;
            color: var(--text);
            text-wrap: balance;
        }

        .faq-title {
            background: linear-gradient(120deg, #e6ebff 8%, #bfe4ff 42%, #9dc3ff 70%, #b995ff 100%);
            -webkit-background-clip: text;
            background-clip: text;
            color: transparent;
            text-shadow: 0 8px 28px rgba(76, 201, 240, 0.08);
        }

        .faq-subtitle {
            margin: 0 auto;
            max-width: 760px;
            font-size: 16px;
            line-height: 1.55;
            color: rgba(170, 181, 222, 0.9);
            text-wrap: pretty;
        }

        .faq-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            align-items: start;
        }

        .faq-grid.is-split>.faq-column {
            display: grid;
            gap: 14px;
            align-content: start;
        }

        .faq-help-callout {
            margin-top: 16px;
            padding: 16px 18px;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background:
                radial-gradient(320px 120px at 12% 12%, rgba(76, 201, 240, 0.09), transparent 72%),
                radial-gradient(340px 140px at 92% 18%, rgba(124, 92, 255, 0.12), transparent 74%),
                linear-gradient(145deg, rgba(10, 15, 32, 0.86), rgba(7, 11, 24, 0.94));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.03),
                0 10px 24px rgba(3, 7, 18, 0.2);
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 14px;
            align-items: center;
        }

        .faq-help-badge {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 30px;
            padding: 0 10px;
            border-radius: 999px;
            font-size: 11px;
            line-height: 1;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            font-weight: 800;
            color: rgba(207, 214, 244, 0.95);
            background: rgba(255, 255, 255, 0.025);
            border: 1px solid rgba(255, 255, 255, 0.08);
            white-space: nowrap;
        }

        .faq-help-text {
            margin: 0;
            color: rgba(178, 188, 221, 0.92);
            font-size: 13.5px;
            line-height: 1.5;
        }

        .faq-help-phone {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 42px;
            padding: 0 14px;
            border-radius: 12px;
            text-decoration: none;
            color: #eaf8ff;
            font-weight: 800;
            font-size: 14px;
            letter-spacing: -0.01em;
            white-space: nowrap;
            background:
                linear-gradient(135deg, rgba(20, 217, 160, 0.2), rgba(76, 201, 240, 0.14));
            border: 1px solid rgba(76, 201, 240, 0.28);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.07),
                0 8px 18px rgba(76, 201, 240, 0.12);
            transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .faq-help-phone:hover {
            transform: translateY(-1px);
            border-color: rgba(76, 201, 240, 0.4);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 10px 20px rgba(76, 201, 240, 0.16);
        }

        .faq-item {
            position: relative;
            border-radius: 18px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background:
                linear-gradient(135deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.008)),
                radial-gradient(circle at 86% 14%, rgba(124, 92, 255, 0.08), transparent 42%);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.03),
                0 8px 22px rgba(3, 7, 18, 0.18);
            transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
            overflow: hidden;
        }

        .faq-item::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg,
                    rgba(76, 201, 240, 0.06),
                    rgba(124, 92, 255, 0.38),
                    rgba(16, 185, 129, 0.06));
            opacity: 0.7;
            transition: opacity 0.25s ease, width 0.25s ease;
        }

        .faq-item[open] {
            border-color: rgba(124, 92, 255, 0.28);
            background:
                linear-gradient(135deg, rgba(10, 18, 39, 0.84), rgba(8, 12, 28, 0.94)),
                radial-gradient(circle at 86% 14%, rgba(124, 92, 255, 0.12), transparent 50%);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 14px 32px rgba(3, 7, 18, 0.24),
                0 0 0 1px rgba(124, 92, 255, 0.08);
        }

        .faq-item[open]::before {
            opacity: 1;
            width: 3px;
        }

        .faq-question {
            position: relative;
            display: grid;
            grid-template-columns: auto 1fr auto;
            align-items: center;
            gap: 12px;
            width: 100%;
            list-style: none;
            cursor: pointer;
            padding: 16px 50px 16px 16px;
            min-height: 74px;
            color: var(--text);
            font-size: 15px;
            font-weight: 700;
            line-height: 1.35;
            user-select: none;
            transition: color 0.25s ease;
        }

        .faq-question::-webkit-details-marker {
            display: none;
        }

        .faq-item:hover .faq-question {
            color: #eef3ff;
        }

        .faq-number {
            min-width: 34px;
            height: 28px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            border-radius: 999px;
            font-size: 11px;
            line-height: 1;
            letter-spacing: 0.14em;
            font-weight: 800;
            color: rgba(171, 220, 255, 0.95);
            background: linear-gradient(135deg, rgba(76, 201, 240, 0.14), rgba(124, 92, 255, 0.12));
            border: 1px solid rgba(124, 92, 255, 0.2);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        }

        .faq-question::after {
            content: "+";
            position: absolute;
            right: 14px;
            top: 50%;
            transform: translateY(-50%);
            width: 22px;
            height: 22px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            font-weight: 500;
            color: rgba(224, 230, 255, 0.92);
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.07);
            transition: transform 0.22s ease, background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
        }

        .faq-item[open] .faq-question::after {
            content: "−";
            transform: translateY(-50%) rotate(180deg);
            background: rgba(124, 92, 255, 0.13);
            border-color: rgba(124, 92, 255, 0.28);
            color: #efe8ff;
        }

        /* Override malformed minus glyph from encoding */
        .faq-item[open] .faq-question::after {
            content: "-";
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            opacity: 0;
            transition:
                max-height 0.42s cubic-bezier(0.16, 1, 0.3, 1),
                opacity 0.22s ease;
            will-change: max-height;
        }

        .faq-item[open] .faq-answer {
            max-height: 360px;
            opacity: 1;
        }

        .faq-answer>p {
            min-height: 0;
            overflow: hidden;
            margin: 0;
            padding: 0 16px 0 62px;
            color: rgba(177, 188, 222, 0.92);
            font-size: 14px;
            line-height: 1.6;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
            opacity: 0;
            transform: translateY(-4px);
            transition: opacity 0.28s ease, transform 0.28s ease, padding 0.28s ease;
        }

        .faq-item[open] .faq-answer>p {
            opacity: 1;
            transform: translateY(0);
            padding-top: 12px;
            padding-bottom: 16px;
        }

        @media (max-width: 991px) {
            #faq.faq-section {
                width: 100% !important;
                max-width: none !important;
                margin: 0 !important;
                padding: 74px 0 88px !important;
            }

            .faq-section::before {
                content: none;
            }

            .faq-section::after {
                width: 100vw;
                height: 100%;
                top: 0;
                background-size: 28px 28px, 28px 28px;
                opacity: 0.34;
            }

            .faq-shell {
                max-width: none;
                margin: 0;
                padding: 20px 0 16px;
                border-radius: 0;
                border-left: none;
                border-right: none;
            }

            .faq-header {
                margin-bottom: 16px;
                padding: 2px 14px 6px;
            }

            .faq-title {
                font-size: clamp(26px, 7.4vw, 34px);
                margin-bottom: 10px;
            }

            .faq-subtitle {
                font-size: 14px;
                line-height: 1.5;
            }

            .faq-grid {
                grid-template-columns: 1fr;
                gap: 10px;
                padding: 0 12px;
                box-sizing: border-box;
            }

            .faq-grid.is-split>.faq-column {
                gap: 10px;
            }

            .faq-help-callout {
                margin: 12px 12px 0;
                padding: 14px 12px;
                border-radius: 14px;
                grid-template-columns: 1fr;
                gap: 10px;
                align-items: start;
            }

            .faq-help-badge {
                min-height: 26px;
                width: fit-content;
                font-size: 10px;
                letter-spacing: 0.12em;
            }

            .faq-help-text {
                font-size: 13px;
                line-height: 1.45;
            }

            .faq-help-phone {
                width: 100%;
                justify-content: center;
                min-height: 40px;
                font-size: 13.5px;
            }

            .faq-question {
                grid-template-columns: auto 1fr;
                gap: 10px;
                padding: 14px 44px 14px 12px;
                min-height: 62px;
                font-size: 14px;
                line-height: 1.33;
            }

            .faq-number {
                min-width: 30px;
                height: 24px;
                font-size: 10px;
            }

            .faq-question::after {
                right: 10px;
                width: 20px;
                height: 20px;
                font-size: 14px;
            }

            .faq-answer>p {
                padding: 0 12px 0 12px;
                font-size: 13.5px;
                line-height: 1.55;
            }

            .faq-item[open] .faq-answer>p {
                padding-top: 10px;
                padding-bottom: 14px;
            }
        }

        .contact-secondary-calendly {
            margin: 20px auto 0;
            max-width: 520px;
            text-align: center;
            padding: 18px 18px 16px;
            border-radius: 18px;
            border: 1px solid rgba(124, 92, 255, 0.18);
            background:
                radial-gradient(320px 120px at 50% 0%, rgba(124, 92, 255, 0.12), transparent 75%),
                linear-gradient(145deg, rgba(14, 18, 36, 0.68), rgba(10, 14, 28, 0.72));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 12px 28px rgba(4, 8, 20, 0.22);
        }

        .contact-secondary-calendly-eyebrow {
            margin: 0 0 10px;
            font-size: 13px;
            line-height: 1.35;
            color: rgba(206, 214, 239, 0.9);
            font-weight: 600;
        }

        .contact-secondary-calendly-button {
            min-width: 220px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .contact-secondary-calendly-note {
            margin: 10px auto 0;
            max-width: 46ch;
            font-size: 12px;
            line-height: 1.45;
            color: rgba(169, 177, 214, 0.9);
        }

        @media (max-width: 768px) {
            .contact-secondary-calendly {
                margin-top: 18px;
                padding: 16px 14px 14px;
                border-radius: 16px;
            }

            .contact-secondary-calendly-button {
                width: 100%;
                min-width: 0;
                justify-content: center;
            }

            .contact-secondary-calendly-note {
                font-size: 11.5px;
                line-height: 1.4;
            }
        }


        ::-webkit-scrollbar {
            display: none;
        }

        :root {
            --bg: #0b0e14;
            --text: #e6ebff;
            --muted: #a9b1d6;
            --brand: #7c5cff;
            --accent: #30e3b6;
            --radius: 16px;
        }

        * {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        html {
            overflow-x: hidden;
            scroll-behavior: smooth;
        }

        body {
            font-family: Inter, sans-serif;
            background: linear-gradient(180deg, #0b0e14 0%, #0c1020 100%);
            color: var(--text);
            line-height: 1.6;
            overflow-x: hidden;
            width: 100%;
            max-width: 100vw;
            margin: 0;
            padding: 0;
            position: relative;
        }

        /* Full-page Tech Grid that fades out */
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 100vh;
            background-image:
                linear-gradient(rgba(124, 92, 255, 0.03) 1px, transparent 1px),
                linear-gradient(90deg, rgba(124, 92, 255, 0.03) 1px, transparent 1px);
            background-size: 50px 50px;
            mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
            -webkit-mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
            pointer-events: none;
            z-index: 0;
        }

        /* Top-Down Glow Effect */
        body::after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            height: 400px;
            background: linear-gradient(to bottom,
                    rgba(124, 92, 255, 0.25) 0%,
                    rgba(124, 92, 255, 0.12) 30%,
                    transparent 100%);
            pointer-events: none;
            z-index: 1;
        }

        @media (max-width: 768px) {
            body::before {
                background-image:
                    linear-gradient(rgba(124, 92, 255, 0.055) 1px, transparent 1px),
                    linear-gradient(90deg, rgba(124, 92, 255, 0.055) 1px, transparent 1px);
                background-size: 46px 46px;
            }
        }

        /* Mouse Following Orb */
        .mouse-follower-orb {
            position: fixed;
            width: 400px;
            height: 400px;
            background: radial-gradient(circle, rgba(124, 92, 255, 0.2) 0%, transparent 70%);
            border-radius: 50%;
            pointer-events: none;
            z-index: 2;
            filter: blur(80px);
            transform: translate(-50%, -50%);
            transition: opacity 0.3s ease;
        }





        /* Output Showcase Grid - Responsive (Specific ID) */
        #outputCardsGrid {
            display: grid !important;
            grid-template-columns: minmax(0, 1fr) !important;
            grid-auto-flow: row !important;
            gap: 32px !important;
            width: 100% !important;
            padding: 0 !important;
            margin: 0 !important;
            box-sizing: border-box !important;
        }

        #outputCardsGrid>div {
            width: 100% !important;
            max-width: 100% !important;
            min-width: 0 !important;
            box-sizing: border-box !important;
        }

        @media (min-width: 992px) {
            #outputCardsGrid {
                grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
            }
        }

        @media (max-width: 991px) {
            #outputCardsGrid {
                gap: 0 !important;
                border-radius: 24px !important;
                border: 1px solid rgba(255, 255, 255, 0.12) !important;
                background:
                    radial-gradient(420px 180px at 0% 0%, rgba(48, 227, 182, 0.10), transparent 72%),
                    radial-gradient(420px 220px at 100% 0%, rgba(124, 92, 255, 0.14), transparent 74%),
                    linear-gradient(145deg, rgba(16, 22, 45, 0.78), rgba(8, 12, 28, 0.9)) !important;
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.06),
                    0 14px 34px rgba(4, 8, 20, 0.28) !important;
                overflow: hidden !important;
            }

            #outputCardsGrid>.output-card {
                background: transparent !important;
                border: none !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                padding: 26px 16px !important;
                margin: 0 !important;
            }

            #outputCardsGrid>.output-card::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 1px;
                background: linear-gradient(90deg,
                        transparent 0%,
                        rgba(124, 92, 255, 0.42) 34%,
                        rgba(76, 201, 240, 0.35) 68%,
                        transparent 100%);
                box-shadow: 0 0 10px rgba(76, 201, 240, 0.12);
                opacity: 0;
                pointer-events: none;
            }

            #outputCardsGrid>.output-card:not(:last-child)::after {
                opacity: 1;
            }
        }



        header {
            position: sticky;
            top: 0;
            z-index: 100;
            background: rgba(13, 16, 32, 0.8);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        }

        .nav {
            max-width: 1240px;
            margin: auto;
            padding: 16px 20px;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .logo {
            height: 40px;
            /* Pas aan naar gewenste hoogte */
            width: auto;
            /* Behoudt aspect ratio */
            display: block;
        }

        /* Optioneel: verschillende groottes voor mobiel */
        @media (max-width: 768px) {
            .logo {
                height: 32px;
                /* Kleiner op mobiel */
            }
        }

        .logo-footer {
            height: 40px;
            width: auto;
            display: block;
            margin: 0 auto;
            /* 👈 Dit centreert de logo */
        }

        /* Optioneel: verschillende groottes voor mobiel */
        @media (max-width: 768px) {
            .logo-footer {
                height: 32px;
                margin: 0 auto;
                /* Ook in mobiel versie */
            }
        }

        /* Footer redesign */
        .site-footer {
            position: relative;
            padding: 36px 20px 26px;
            margin-top: 24px;
            overflow: hidden;
            isolation: isolate;
            background:
                radial-gradient(700px 260px at 10% 0%, rgba(76, 201, 240, 0.08), transparent 72%),
                radial-gradient(680px 280px at 92% 0%, rgba(124, 92, 255, 0.12), transparent 74%),
                linear-gradient(180deg, rgba(8, 11, 22, 0.96), rgba(5, 8, 18, 0.98));
            border-top: 1px solid rgba(255, 255, 255, 0.07);
        }

        .site-footer::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(124, 92, 255, 0.42) 25%,
                    rgba(76, 201, 240, 0.48) 50%,
                    rgba(124, 92, 255, 0.42) 75%,
                    transparent 100%);
            box-shadow: 0 0 18px rgba(124, 92, 255, 0.18);
            z-index: 1;
            pointer-events: none;
        }

        .site-footer::after {
            content: "";
            position: absolute;
            inset: 0;
            background:
                linear-gradient(rgba(255, 255, 255, 0.013) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.01) 1px, transparent 1px);
            background-size: 36px 36px;
            mask-image: radial-gradient(circle at center, rgba(0, 0, 0, 0.78) 58%, transparent 100%);
            opacity: 0.7;
            pointer-events: none;
            z-index: -1;
        }

        .site-footer-shell {
            max-width: 1240px;
            margin: 0 auto;
            padding: 24px;
            border-radius: 26px;
            background: linear-gradient(150deg, rgba(13, 18, 37, 0.88), rgba(8, 12, 26, 0.94));
            border: 1px solid rgba(255, 255, 255, 0.08);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.04),
                inset 0 -1px 0 rgba(255, 255, 255, 0.02),
                0 18px 48px rgba(1, 4, 12, 0.34);
            position: relative;
            overflow: hidden;
        }

        .site-footer-shell::before {
            content: "";
            position: absolute;
            inset: 0;
            background:
                radial-gradient(360px 180px at 14% 10%, rgba(76, 201, 240, 0.08), transparent 72%),
                radial-gradient(360px 220px at 88% 12%, rgba(124, 92, 255, 0.1), transparent 74%);
            pointer-events: none;
        }

        .site-footer-grid {
            position: relative;
            z-index: 1;
            display: grid;
            grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.8fr) minmax(0, 1fr);
            gap: 20px;
            align-items: start;
        }

        .site-footer-brand,
        .site-footer-nav,
        .site-footer-contact {
            position: relative;
            padding: 16px;
            border-radius: 18px;
            background: linear-gradient(145deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0.006));
            border: 1px solid rgba(255, 255, 255, 0.05);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.02);
        }

        .site-footer-logo-frame {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 10px 14px;
            border-radius: 14px;
            background: linear-gradient(145deg, rgba(124, 92, 255, 0.09), rgba(76, 201, 240, 0.06));
            border: 1px solid rgba(124, 92, 255, 0.18);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 8px 18px rgba(4, 8, 20, 0.16);
            margin-bottom: 12px;
        }

        .site-footer .logo-footer {
            margin: 0;
            height: 42px;
        }

        .site-footer-tagline {
            margin: 0 0 14px;
            color: rgba(176, 186, 218, 0.94);
            font-size: 14px;
            line-height: 1.55;
            max-width: 52ch;
        }

        .site-footer-pills {
            display: flex;
            flex-wrap: wrap;
            gap: 8px;
        }

        .site-footer-pills span {
            display: inline-flex;
            align-items: center;
            padding: 7px 10px;
            border-radius: 999px;
            font-size: 11px;
            line-height: 1;
            letter-spacing: 0.08em;
            text-transform: uppercase;
            font-weight: 700;
            color: rgba(205, 214, 245, 0.95);
            background: rgba(255, 255, 255, 0.025);
            border: 1px solid rgba(255, 255, 255, 0.07);
        }

        .site-footer-heading {
            margin: 0 0 10px;
            font-size: 11px;
            line-height: 1;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            font-weight: 800;
            color: rgba(156, 168, 205, 0.9);
        }

        .site-footer-nav {
            display: grid;
            gap: 8px;
            align-content: start;
        }

        .site-footer-nav a {
            color: rgba(230, 235, 255, 0.92);
            text-decoration: none;
            font-weight: 600;
            font-size: 14px;
            padding: 8px 10px;
            border-radius: 10px;
            transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
        }

        .site-footer-nav a:hover {
            background: rgba(255, 255, 255, 0.03);
            color: #fff;
            transform: translateX(2px);
        }

        .site-footer-email {
            display: inline-flex;
            align-items: center;
            color: #6edcff;
            text-decoration: none;
            font-weight: 700;
            font-size: 15px;
            letter-spacing: -0.01em;
            margin-bottom: 10px;
            text-shadow: 0 0 18px rgba(76, 201, 240, 0.12);
        }

        .site-footer-email:hover {
            color: #9fe9ff;
        }

        .site-footer-contact-text {
            margin: 0 0 14px;
            color: rgba(173, 184, 220, 0.9);
            font-size: 13px;
            line-height: 1.5;
        }

        .site-footer-actions {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 10px;
        }

        .site-footer-cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 40px;
            padding: 0 14px;
            border-radius: 12px;
            text-decoration: none;
            color: #f2efff;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: -0.01em;
            background: linear-gradient(135deg, rgba(124, 92, 255, 0.9), rgba(107, 77, 224, 0.86));
            border: 1px solid rgba(173, 154, 255, 0.35);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.14),
                0 10px 20px rgba(124, 92, 255, 0.2);
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }

        .site-footer-cta:hover {
            transform: translateY(-1px);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.18),
                0 12px 24px rgba(124, 92, 255, 0.26);
        }

        .site-footer-secondary {
            color: rgba(225, 232, 255, 0.82);
            text-decoration: none;
            font-weight: 600;
            font-size: 13px;
            padding: 9px 10px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.06);
            background: rgba(255, 255, 255, 0.015);
            transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
        }

        .site-footer-secondary:hover {
            color: #fff;
            background: rgba(255, 255, 255, 0.03);
            border-color: rgba(255, 255, 255, 0.1);
        }

        .site-footer-bottom {
            position: relative;
            z-index: 1;
            margin-top: 16px;
            padding-top: 14px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
            color: rgba(153, 165, 201, 0.84);
            font-size: 12px;
            line-height: 1.4;
            text-align: center;
        }

        .site-footer-dot {
            width: 4px;
            height: 4px;
            border-radius: 50%;
            background: rgba(124, 92, 255, 0.7);
            box-shadow: 0 0 10px rgba(124, 92, 255, 0.26);
        }

        @media (max-width: 991px) {
            .site-footer {
                padding: 22px 0 18px;
            }

            .site-footer-shell {
                border-radius: 0;
                border-left: none;
                border-right: none;
                padding: 16px 14px 14px;
            }

            .site-footer-grid {
                grid-template-columns: 1fr;
                gap: 12px;
            }

            .site-footer-brand,
            .site-footer-nav,
            .site-footer-contact {
                padding: 14px 12px;
                border-radius: 14px;
            }

            .site-footer .logo-footer {
                height: 34px;
            }

            .site-footer-logo-frame {
                margin-bottom: 10px;
                padding: 8px 12px;
            }

            .site-footer-tagline {
                font-size: 13px;
                margin-bottom: 12px;
            }

            .site-footer-nav a {
                font-size: 13px;
                padding: 9px 10px;
            }

            .site-footer-email {
                font-size: 14px;
            }

            .site-footer-actions {
                gap: 8px;
            }

            .site-footer-cta,
            .site-footer-secondary {
                width: 100%;
                justify-content: center;
            }

            .site-footer-bottom {
                margin-top: 12px;
                padding-top: 12px;
                gap: 8px;
                font-size: 11.5px;
            }

            .site-footer-dot {
                display: none;
            }
        }

        nav {
            display: flex;
            gap: 24px;
            align-items: center;
        }

        nav a {
            color: var(--muted);
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

        nav a:hover {
            color: #fff;
        }

        .button {
            padding: 12px 24px;
            border-radius: 12px;
            background: linear-gradient(135deg, var(--brand), #6b4de0);
            color: #fff;
            text-decoration: none;
            font-weight: 700;
            transition: transform 0.3s;
            border: none;
            cursor: pointer;
        }

        .button:hover {
            transform: translateY(-2px);
        }

        .section {
            padding: 80px 20px;
            max-width: 1240px;
            margin: auto;
        }

        .hero {
            text-align: center;
            padding: 20px 20px 100px;
            margin: 0;
            position: relative;
        }

        /* Hero Animated Orbs */
        .hero::before {
            content: '';
            position: absolute;
            top: -200px;
            left: -200px;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(0, 255, 242, 0.25) 0%, transparent 70%);
            border-radius: 50%;
            animation: floatOrb1 20s ease-in-out infinite;
            pointer-events: none;
            z-index: 0;
            filter: blur(80px);
        }

        @keyframes floatOrb1 {

            0%,
            100% {
                transform: translate(0, 0) scale(1);
            }

            33% {
                transform: translate(400px, 200px) scale(1.2);
            }

            66% {
                transform: translate(1400px, 400px) scale(0.9);
            }
        }

        /* Additional orbs via child elements - to be added in HTML */
        .hero-orb {
            position: fixed;
            border-radius: 50%;
            pointer-events: none;
            z-index: 0;
            filter: blur(80px);
        }

        .hero-orb-1 {
            top: 10vh;
            right: -150px;
            width: 500px;
            height: 75px;
            background: radial-gradient(circle, rgba(48, 227, 182, 0.25) 0%, transparent 70%);
            animation: floatOrb2 18s ease-in-out infinite;
        }

        .hero-orb-2 {
            top: 40vh;
            left: 50%;
            width: 400px;
            height: 75px;
            background: radial-gradient(circle, rgba(122, 255, 237, 0.15) 0%, transparent 70%);
            animation: floatOrb3 22s ease-in-out infinite;
        }

        .hero-orb-3 {
            top: 25vh;
            left: 1300px;
            width: 400px;
            height: 10px;
            background: radial-gradient(circle, rgba(0, 240, 200, 0.3) 0%, transparent 70%);
            animation: floatOrb4 25s ease-in-out infinite;
        }

        @keyframes floatOrb2 {

            0%,
            100% {
                transform: translate(0, 0) scale(1);
            }

            50% {
                transform: translate(-200px, -150px) scale(1.1);
            }
        }

        @keyframes floatOrb3 {

            0%,
            100% {
                transform: translate(0, 0) scale(1);
            }

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

        @keyframes floatOrb4 {

            0%,
            100% {
                transform: translate(0, 0) scale(1);
            }

            50% {
                transform: translate(-150px, 80px) scale(1.05);
            }
        }

        /* Ensure hero content stays above background */
        .hero>* {
            position: relative;
            z-index: 1;
        }

        .hero h1 {
            font-size: clamp(48px, 8vw, 84px);
            line-height: 1.1;
            margin: 16px 0;
            background: linear-gradient(135deg, #ffffff 40%, #9d7aff 65%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-shadow:
                0 1px 0 rgba(255, 255, 255, 0.08),
                0 8px 22px rgba(6, 10, 24, 0.34),
                0 18px 40px rgba(6, 9, 20, 0.24);
        }

        .hero p {
            max-width: 940px;
            margin: 0 auto;
            color: var(--muted);
            font-size: 24px;
            line-height: 1.6;
            margin-bottom: 48px;
        }

        /* Hero Buttons specific sizing */
        .hero .button {
            padding: 16px 32px;
            font-size: 18px;
            border-radius: 16px;
        }

        .hero-cta-note {
            margin-top: calc(16px * 1.2);
            font-size: 14px;
            line-height: 1.5;
            color: rgba(230, 235, 255, 0.72);
            letter-spacing: 0.01em;
        }

        @media (max-width: 768px) {
            .hero {
                padding-top: 0 !important;
                margin-top: -72px !important;
            }

            .hero h1 {
                margin-top: 0 !important;
            }

            .hero p,
            .hero-subtitle {
                font-size: 20.4px !important;
                line-height: 1.38 !important;
            }

            .hero-title-break-desktop {
                display: none !important;
            }

            .hero .highlight-wrapper {
                margin-right: 0.4em;
            }

            .hero-buttons {
                width: min(100%, 420px);
                margin-left: auto;
                margin-right: auto;
                gap: 8px !important;
                flex-wrap: nowrap !important;
                align-items: stretch;
            }

            .hero-buttons .button {
                flex: 1 1 0;
                min-width: 0;
                min-height: 54px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-align: center;
                padding: 10px 8px !important;
                font-size: clamp(12px, 3.35vw, 14px) !important;
                line-height: 1.15 !important;
                border-radius: 14px !important;
                white-space: normal;
                text-wrap: balance;
            }

            .hero-cta-note {
                display: none !important;
            }
        }

        .chip {
            background: rgba(48, 227, 182, 0.15);
            color: var(--accent);
            padding: 8px 16px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 16px;
        }

        .glass {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: var(--radius);
            padding: 24px;
        }

        .pricing {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 24px;
            margin-top: 40px;
        }

        .price-box {
            text-align: center;
            padding: 32px;
        }

        .price {
            font-size: 32px;
            font-weight: 800;
            margin: 12px 0;
        }

        form {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 500px;
            margin: 24px auto;
        }

        input,
        select {
            padding: 16px;
            border-radius: 12px;
            border: none;
            font-size: 15px;
            background: rgba(255, 255, 255, 0.06);
            color: #fff;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.3s ease;
        }

        input:focus,
        select:focus {
            outline: none;
            border: 1px solid var(--brand);
            background: rgba(255, 255, 255, 0.08);
            box-shadow: 0 0 0 3px rgba(124, 92, 255, 0.1);
        }

        input::placeholder {
            color: rgba(255, 255, 255, 0.4);
        }

        select option {
            background: #0b0e14;
            color: #fff;
        }

        #ai-hub {
            padding-top: 80px;
            padding-bottom: 80px;
            position: relative;
        }

        #ai-hub h2 {
            font-size: clamp(48px, 6vw, 72px);
            font-weight: 800;
            background: linear-gradient(135deg, #fff 0%, var(--accent) 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            margin-bottom: 16px;
            opacity: 0;
            transform: translateY(-30px);
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            line-height: 1.2;
        }

        #ai-hub p.lead {
            text-align: center;
            color: var(--muted);
            margin-bottom: 48px;
            opacity: 0;
            transform: translateY(-20px);
            transition: all 0.8s cubic-bezier(0.16, 1, 0.3, 1);
            transition-delay: 0.2s;
        }

        #ai-hub.animated h2 {
            opacity: 1;
            transform: translateY(0);
        }

        #ai-hub.animated p.lead {
            opacity: 1;
            transform: translateY(0);
        }

        #ai-hub .aihub-grid {
            display: grid;
            grid-template-columns: 1fr auto 1fr;
            align-items: center;
            justify-items: center;
            column-gap: clamp(40px, 6vw, 120px);
            min-height: 520px;
            position: relative;
        }

        #ai-hub::before,
        #ai-hub::after {
            content: "";
            position: absolute;
            pointer-events: none;
        }

        #ai-hub::before {
            top: -160px;
            left: 0%;
            width: 800px;
            height: 800px;
            background: radial-gradient(closest-side, rgba(124, 92, 255, 0.28), transparent 70%);
            filter: blur(20px);
        }

        #ai-hub::after {
            bottom: -180px;
            right: -2%;
            width: 850px;
            height: 850px;
            background: radial-gradient(closest-side, rgba(48, 227, 182, 0.22), transparent 70%);
            filter: blur(20px);
        }

        #ai-hub .hub {
            width: clamp(100px, 14vw, 200px);
            height: clamp(100px, 14vw, 200px);
            border-radius: 50%;
            background: linear-gradient(135deg, var(--brand), var(--accent));
            box-shadow: 0 0 28px rgba(124, 92, 255, 0.35),
                0 0 72px rgba(48, 227, 182, 0.22),
                inset 0 0 0 1px rgba(255, 255, 255, 0.06),
                inset 0 10px 30px rgba(255, 255, 255, 0.08),
                inset 0 -14px 30px rgba(0, 0, 0, 0.55);
            opacity: 0;
            transform: scale(0.6);
            transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1);
        }

        #ai-hub .stack {
            display: flex;
            flex-direction: column;
            gap: 16px;
            max-width: 100%;
        }

        #ai-hub .stack.left {
            align-items: flex-end;
        }

        #ai-hub .stack.right {
            align-items: flex-start;
        }

        #ai-hub .card {
            width: clamp(180px, 30vw, 260px);
            height: clamp(48px, 6vw, 54px);
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 10px 12px;
            border-radius: 12px;
            border: 1px solid rgba(255, 255, 255, 0.10);
            background: linear-gradient(135deg, rgba(124, 92, 255, 0.35), rgba(48, 227, 182, 0.22)),
                linear-gradient(180deg, #0e172e, #0b1428);
            box-shadow: 0 6px 16px rgba(0, 0, 0, 0.35),
                inset 0 1px 0 rgba(255, 255, 255, 0.04);
            opacity: 0;
            transition: all 1.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
        }

        #ai-hub .icon {
            width: 16px;
            height: 16px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: var(--accent);
            font-weight: 800;
            font-size: 14px;
        }

        #ai-hub .txt {
            display: flex;
            flex-direction: column;
            line-height: 1.15;
        }

        #ai-hub .name {
            font-size: clamp(13px, 2vw, 15px);
        }

        #ai-hub .stack.left .card {
            transform: translateX(-100vw);
        }

        #ai-hub .stack.right .card {
            transform: translateX(100vw);
        }

        #ai-hub.animated .hub {
            opacity: 1;
            transform: scale(1);
        }

        #ai-hub.animated .stack.left .card {
            opacity: 1;
            transform: translateX(0);
        }

        #ai-hub.animated .stack.right .card {
            opacity: 1;
            transform: translateX(0);
        }

        #ai-hub .stack.left .card:nth-child(1) {
            margin-right: 0;
            transition-delay: 0.1s;
        }

        #ai-hub .stack.left .card:nth-child(2) {
            margin-right: clamp(4px, 1.5vw, 18px);
            transition-delay: 0.2s;
        }

        #ai-hub .stack.left .card:nth-child(3) {
            margin-right: clamp(8px, 3vw, 36px);
            transition-delay: 0.3s;
        }

        #ai-hub .stack.left .card:nth-child(4) {
            margin-right: clamp(4px, 1.5vw, 18px);
            transition-delay: 0.4s;
        }

        #ai-hub .stack.left .card:nth-child(5) {
            margin-right: 0;
            transition-delay: 0.5s;
        }

        #ai-hub .stack.right .card:nth-child(1) {
            margin-left: 0;
            transition-delay: 0.1s;
        }

        #ai-hub .stack.right .card:nth-child(2) {
            margin-left: clamp(4px, 1.5vw, 18px);
            transition-delay: 0.2s;
        }

        #ai-hub .stack.right .card:nth-child(3) {
            margin-left: clamp(8px, 3vw, 36px);
            transition-delay: 0.3s;
        }

        #ai-hub .stack.right .card:nth-child(4) {
            margin-left: clamp(4px, 1.5vw, 18px);
            transition-delay: 0.4s;
        }

        #ai-hub .stack.right .card:nth-child(5) {
            margin-left: 0;
            transition-delay: 0.5s;
        }

        #ai-hub .orbit {
            display: none;
        }

        @media (max-width: 700px) {
            .stat-cards-grid {
                grid-template-columns: 1fr !important;
                gap: 20px !important;
            }

            .stat-card-hero {
                order: -1;
            }

            .pricing {
                gap: 60px !important;
            }

            .price-box {
                margin-top: 0 !important;
            }

            .pricing-card-2 {
                transform: scale(1) !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }

        @media (min-width: 701px) and (max-width: 900px) {
            .stat-cards-grid {
                grid-template-columns: 1fr !important;
                gap: 20px !important;
            }

            .stat-card-hero {
                order: -1;
            }

            .pricing {
                gap: 60px !important;
            }

            .price-box {
                margin-top: 0 !important;
            }

            .pricing-card-2 {
                transform: scale(1) !important;
                margin-left: 0 !important;
                margin-right: 0 !important;
            }
        }

        @media (max-width: 900px) {
            #ai-hub .aihub-grid {
                display: none !important;
            }

            #ai-hub .orbit {
                display: block;
                position: relative;
                width: min(480px, 90vw);
                height: min(480px, 90vw);
                margin: 0 auto;
            }

            #ai-hub .orbit .hub {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: clamp(100px, 25vw, 120px);
                height: clamp(100px, 25vw, 120px);
                opacity: 0;
                transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
            }

            #ai-hub .orbit .card {
                position: absolute;
                width: clamp(80px, 20vw, 100px);
                height: clamp(80px, 20vw, 100px);
                border-radius: 12px;
                text-align: center;
                flex-direction: column;
                justify-content: center;
                display: flex;
                padding: clamp(4px, 2vw, 8px);
                background: linear-gradient(135deg, rgba(124, 108, 255, 0.45), rgba(55, 201, 255, 0.3)),
                    linear-gradient(180deg, #0e172e, #0b1428);
                font-size: clamp(11px, 3vw, 14px);
                opacity: 0;
                transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
            }

            #ai-hub .orbit .card:nth-child(2) {
                top: 5%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition-delay: 0.1s;
            }

            #ai-hub .orbit .card:nth-child(3) {
                top: 20%;
                left: 85%;
                transform: translate(-50%, -50%);
                transition-delay: 0.2s;
            }

            #ai-hub .orbit .card:nth-child(4) {
                top: 80%;
                left: 85%;
                transform: translate(-50%, -50%);
                transition-delay: 0.3s;
            }

            #ai-hub .orbit .card:nth-child(5) {
                top: 95%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition-delay: 0.4s;
            }

            #ai-hub .orbit .card:nth-child(6) {
                top: 80%;
                left: 15%;
                transform: translate(-50%, -50%);
                transition-delay: 0.5s;
            }

            #ai-hub .orbit .card:nth-child(7) {
                top: 20%;
                left: 15%;
                transform: translate(-50%, -50%);
                transition-delay: 0.6s;
            }

            #ai-hub.animated .orbit .hub {
                opacity: 1;
            }

            #ai-hub.animated .orbit .card {
                opacity: 1;
            }

            nav {
                display: none;
            }

            .nav {
                justify-content: center;
            }

            .ai-features-grid {
                grid-template-columns: 1fr !important;
                grid-template-rows: auto !important;
                gap: 20px !important;
            }

            .feature-card-large {
                grid-column: 1 !important;
                grid-row: auto !important;
                min-height: auto !important;
                padding: 32px 24px !important;
            }

            .feature-card-small {
                grid-column: 1 !important;
                grid-row: auto !important;
                padding: 28px 24px !important;
            }

            .feature-card-wide {
                flex-direction: column !important;
                padding: 32px 24px !important;
                gap: 24px !important;
            }

            .feature-info-box {
                min-width: 100% !important;
                width: 100% !important;
            }
        }

        @media (max-width: 768px) {
            .ai-detection-section {
                padding: 60px 16px !important;
            }

            .audio-grid {
                grid-template-columns: 1fr !important;
                gap: 24px !important;
            }

            .audio-card {
                padding: 32px 24px !important;
            }
        }

        .audio-card {
            transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.13s ease,
                box-shadow 0.13s ease !important;
        }

        .audio-card-1 {
            transition-delay: 0.6s;
        }

        .audio-card-2 {
            transition-delay: 0.8s;
        }

        .ai-detection-section .audio-card.animated-in {
            opacity: 1;
            transform: translateX(0);
        }

        .audio-card-1.animated-in {
            opacity: 1 !important;
            transform: translateX(0) !important;
        }

        .audio-card-2.animated-in {
            opacity: 1 !important;
            transform: translateX(0) !important;
        }

        @media (max-width: 600px) {
            .section {
                padding: 60px 16px !important;
            }

            .ai-features-grid {
                gap: 16px !important;
            }

            .feature-card-large,
            .feature-card-small {
                padding: 24px 20px !important;
            }

            .feature-card-wide {
                padding: 24px 20px !important;
            }
        }

        @media (max-width: 400px) {
            #ai-hub .orbit {
                width: 95vw;
                height: 95vw;
            }

            #ai-hub .orbit .card {
                width: clamp(70px, 18vw, 85px);
                position: relative;
                width: min(480px, 90vw);
                height: min(480px, 90vw);
                margin: 0 auto;
            }

            #ai-hub .orbit .hub {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                width: clamp(100px, 25vw, 120px);
                height: clamp(100px, 25vw, 120px);
                opacity: 0;
                transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
            }

            #ai-hub .orbit .card {
                position: absolute;
                width: clamp(80px, 20vw, 100px);
                height: clamp(80px, 20vw, 100px);
                border-radius: 12px;
                text-align: center;
                flex-direction: column;
                justify-content: center;
                display: flex;
                padding: clamp(4px, 2vw, 8px);
                background: linear-gradient(135deg, rgba(124, 108, 255, 0.45), rgba(55, 201, 255, 0.3)),
                    linear-gradient(180deg, #0e172e, #0b1428);
                font-size: clamp(11px, 3vw, 14px);
                opacity: 0;
                transition: opacity 1.2s cubic-bezier(0.16, 1, 0.3, 1);
            }

            #ai-hub .orbit .card:nth-child(2) {
                top: 5%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition-delay: 0.1s;
            }

            #ai-hub .orbit .card:nth-child(3) {
                top: 20%;
                left: 85%;
                transform: translate(-50%, -50%);
                transition-delay: 0.2s;
            }

            #ai-hub .orbit .card:nth-child(4) {
                top: 80%;
                left: 85%;
                transform: translate(-50%, -50%);
                transition-delay: 0.3s;
            }

            #ai-hub .orbit .card:nth-child(5) {
                top: 95%;
                left: 50%;
                transform: translate(-50%, -50%);
                transition-delay: 0.4s;
            }

            #ai-hub .orbit .card:nth-child(6) {
                top: 80%;
                left: 15%;
                transform: translate(-50%, -50%);
                transition-delay: 0.5s;
            }

            #ai-hub .orbit .card:nth-child(7) {
                top: 20%;
                left: 15%;
                transform: translate(-50%, -50%);
                transition-delay: 0.6s;
            }

            #ai-hub.animated .orbit .hub {
                opacity: 1;
            }

            #ai-hub.animated .orbit .card {
                opacity: 1;
            }

            nav {
                display: none;
            }

            .nav {
                justify-content: center;
            }

            .ai-features-grid {
                grid-template-columns: 1fr !important;
                grid-template-rows: auto !important;
                gap: 20px !important;
            }

            .feature-card-large {
                grid-column: 1 !important;
                grid-row: auto !important;
                min-height: auto !important;
                padding: 32px 24px !important;
            }

            .feature-card-small {
                grid-column: 1 !important;
                grid-row: auto !important;
                padding: 28px 24px !important;
            }

            .feature-card-wide {
                flex-direction: column !important;
                padding: 32px 24px !important;
                gap: 24px !important;
            }

            .feature-info-box {
                min-width: 100% !important;
                width: 100% !important;
            }
        }

        @media (max-width: 768px) {
            .ai-detection-section {
                padding: 60px 16px !important;
            }

            .audio-grid {
                grid-template-columns: 1fr !important;
                gap: 24px !important;
            }

            .audio-card {
                padding: 32px 24px !important;
            }
        }

        .audio-card {
            transition: opacity 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                transform 0.9s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.13s ease,
                box-shadow 0.13s ease !important;
        }

        .audio-card-1 {
            transition-delay: 0.6s;
        }

        .audio-card-2 {
            transition-delay: 0.8s;
        }

        .ai-detection-section .audio-card.animated-in {
            opacity: 1;
            transform: translateX(0);
        }

        .audio-card-1.animated-in {
            opacity: 1 !important;
            transform: translateX(0) !important;
        }

        .audio-card-2.animated-in {
            opacity: 1 !important;
            transform: translateX(0) !important;
        }

        @media (max-width: 600px) {
            .section {
                padding: 60px 16px !important;
            }

            .ai-features-grid {
                gap: 16px !important;
            }

            .feature-card-large,
            .feature-card-small {
                padding: 24px 20px !important;
            }

            .feature-card-wide {
                padding: 24px 20px !important;
            }
        }

        @media (max-width: 400px) {
            #ai-hub .orbit {
                width: 95vw;
                height: 95vw;
            }

            #ai-hub .orbit .card {
                width: clamp(70px, 18vw, 85px);
                height: clamp(70px, 18vw, 85px);
                font-size: clamp(10px, 2.5vw, 12px);
                padding: clamp(3px, 1.5vw, 6px);
            }
        }

        /* LokaleAI Calls Animation Styles */
        .la-calls-container {
            max-width: 780px;
            margin: 56px auto 40px;
            /* Removed box styles to make it flat */
            color: var(--text);
            font-family: Inter, sans-serif;
        }

        .la-header {
            text-align: left;
            margin-bottom: 18px;
        }

        .la-eyebrow {
            font-size: 11px;
            letter-spacing: 0.16em;
            text-transform: uppercase;
            color: var(--accent);
            font-weight: 600;
            margin: 0 0 6px;
        }

        .la-title {
            margin: 0 0 6px;
            font-size: 22px;
            line-height: 1.3;
            font-weight: 700;
        }

        .la-subtitle {
            margin: 0;
            font-size: 13px;
            color: var(--muted);
            max-width: 480px;
        }

        .la-calls-list {
            display: flex;
            flex-direction: column;
            gap: 8px;
            margin-top: 18px;
        }

        .la-call-row {
            display: flex;
            align-items: center;
            gap: 14px;
            padding: 8px 16px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.03);
            border: 1px solid rgba(255, 255, 255, 0.08);
            position: relative;
            overflow: hidden;
            transition:
                background 0.4s ease,
                border-color 0.4s ease,
                box-shadow 0.4s ease,
                color 0.4s ease;
            min-height: 44px;
        }

        .la-avatar {
            width: 30px;
            height: 30px;
            border-radius: 999px;
            background: transparent;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            position: relative;
        }

        .la-avatar-icon {
            width: 26px;
            height: 26px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.1);
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
            position: relative;
            z-index: 1;
        }

        .la-phone-icon {
            width: 15px;
            height: 15px;
            fill: var(--text);
            transition: fill 0.4s ease;
        }

        .la-text {
            flex: 1;
            min-width: 0;
        }

        .la-line-main {
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            transition: color 0.4s ease;
        }

        .la-line-sub {
            font-size: 12px;
            color: var(--muted);
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            transition: color 0.4s ease;
        }

        .la-status {
            font-size: 12px;
            font-weight: 600;
            white-space: nowrap;
            margin-left: auto;
            color: var(--muted);
            transition: color 0.4s ease;
        }

        /* RINGING: blauwe puls rond de circle */
        .la-call-row.ringing .la-avatar::after {
            content: "";
            position: absolute;
            inset: -4px;
            border-radius: 999px;
            border: 2px solid rgba(56, 189, 248, 0.9);
            animation: la-ring-pulse 1s ease-out infinite;
        }

        @keyframes la-ring-pulse {
            0% {
                transform: scale(0.9);
                opacity: 1;
            }

            100% {
                transform: scale(1.35);
                opacity: 0;
            }
        }

        /* ANSWERED = GROEN, HELE BANNER */
        .la-call-row.answered {
            background: rgba(6, 95, 70, 0.6);
            border-color: #16a34a;
            box-shadow: 0 0 0 1px rgba(34, 197, 94, 0.45);
        }

        .la-call-row.answered .la-avatar-icon {
            background: #16a34a;
            box-shadow: none;
        }

        .la-call-row.answered .la-phone-icon {
            fill: #ecfdf5;
        }

        .la-call-row.answered .la-line-main {
            color: #ecfdf5;
        }

        .la-call-row.answered .la-line-sub {
            color: #bbf7d0;
        }

        .la-call-row.answered .la-status {
            color: #bbf7d0;
        }

        /* MISSED = ROOD, HELE BANNER */
        .la-call-row.missed {
            background: rgba(127, 29, 29, 0.6);
            border-color: #ef4444;
            box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.4);
        }

        .la-call-row.missed .la-avatar-icon {
            background: #b91c1c;
            box-shadow: none;
        }

        .la-call-row.missed .la-phone-icon {
            fill: #fee2e2;
        }

        .la-call-row.missed .la-line-main,
        .la-call-row.missed .la-line-sub {
            color: #fee2e2;
        }

        .la-call-row.missed .la-status {
            color: #fee2e2;
        }

        /* AI-HANDLED = PAARS */
        .la-call-row.ai-handled {
            background: radial-gradient(circle at top left, rgba(124, 92, 255, 0.4), rgba(11, 14, 20, 0.9) 70%);
            border-color: var(--brand);
            box-shadow:
                0 0 0 1px rgba(124, 92, 255, 0.5),
                0 18px 40px rgba(0, 0, 0, 0.5);
        }

        .la-call-row.ai-handled .la-avatar-icon {
            background: var(--brand);
            box-shadow: none;
        }

        .la-call-row.ai-handled .la-phone-icon {
            fill: #fff;
        }

        .la-call-row.ai-handled .la-line-main {
            color: #fff;
        }

        .la-call-row.ai-handled .la-line-sub {
            color: rgba(255, 255, 255, 0.8);
        }

        .la-call-row.ai-handled .la-status {
            color: #fff;
        }

        .la-whatsapp-preview {
            margin-top: 16px;
            padding: 14px;
            border-radius: 18px;
            border: 1px solid rgba(48, 227, 182, 0.16);
            background:
                radial-gradient(320px 140px at 0% 0%, rgba(48, 227, 182, 0.08), transparent 75%),
                radial-gradient(340px 160px at 100% 0%, rgba(124, 92, 255, 0.09), transparent 76%),
                linear-gradient(150deg, rgba(13, 18, 35, 0.86), rgba(8, 12, 24, 0.92));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 14px 30px rgba(0, 0, 0, 0.28);
            position: relative;
            overflow: hidden;
        }

        .la-whatsapp-preview.is-hidden {
            display: none;
        }

        .la-whatsapp-preview.is-revealed {
            animation: la-wa-reveal 0.42s cubic-bezier(0.16, 1, 0.3, 1);
        }

        @keyframes la-wa-reveal {
            0% {
                opacity: 0;
                transform: translateY(10px) scale(0.985);
            }

            100% {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .la-whatsapp-preview::before {
            content: "";
            position: absolute;
            left: 14px;
            right: 14px;
            top: 0;
            height: 1px;
            background: linear-gradient(90deg,
                    transparent 0%,
                    rgba(48, 227, 182, 0.18) 30%,
                    rgba(124, 92, 255, 0.16) 70%,
                    transparent 100%);
            opacity: 0.9;
            pointer-events: none;
        }

        .la-wa-header {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            gap: 12px;
            margin-bottom: 12px;
        }

        .la-wa-header-left {
            display: flex;
            align-items: center;
            gap: 10px;
            min-width: 0;
        }

        .la-wa-icon {
            width: 34px;
            height: 34px;
            border-radius: 10px;
            background: linear-gradient(145deg, rgba(37, 211, 102, 0.28), rgba(37, 211, 102, 0.12));
            border: 1px solid rgba(37, 211, 102, 0.38);
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
        }

        .la-wa-icon svg {
            width: 19.5px;
            height: 19.5px;
            opacity: 0.95;
        }

        .la-wa-icon svg .la-wa-icon-bubble {
            stroke: #e8fff4;
            stroke-width: 1.7;
            stroke-linecap: round;
            stroke-linejoin: round;
            opacity: 0.95;
        }

        .la-wa-icon svg .la-wa-icon-phone {
            stroke: #dffcf0;
            stroke-width: 1.55;
            stroke-linecap: round;
            stroke-linejoin: round;
            opacity: 0.96;
            transform-box: view-box;
            transform-origin: center;
            transform: scale(0.88);
        }

        .la-wa-title {
            font-size: 13px;
            line-height: 1.15;
            color: #ecfdf5;
            font-weight: 700;
        }

        .la-wa-subtitle {
            font-size: 11px;
            line-height: 1.3;
            color: rgba(169, 177, 214, 0.9);
            margin-top: 2px;
        }

        .la-wa-status-pill {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 6px 10px;
            border-radius: 999px;
            border: 1px solid rgba(48, 227, 182, 0.24);
            background: rgba(48, 227, 182, 0.08);
            color: rgba(212, 255, 241, 0.94);
            font-size: 11px;
            font-weight: 600;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .la-wa-status-dot {
            width: 6px;
            height: 6px;
            border-radius: 50%;
            background: #30e3b6;
            box-shadow: 0 0 10px rgba(48, 227, 182, 0.7);
            animation: la-wa-pulse 1.8s ease-in-out infinite;
        }

        @keyframes la-wa-pulse {

            0%,
            100% {
                opacity: 0.55;
                transform: scale(1);
            }

            50% {
                opacity: 1;
                transform: scale(1.15);
            }
        }

        .la-wa-phone {
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background:
                linear-gradient(180deg, rgba(15, 24, 42, 0.92), rgba(9, 14, 28, 0.94));
            overflow: hidden;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
        }

        .la-wa-phone-topbar {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 9px 10px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            background:
                linear-gradient(145deg, rgba(17, 28, 48, 0.98), rgba(12, 18, 35, 0.98));
        }

        .la-wa-contact-avatar {
            width: 24px;
            height: 24px;
            border-radius: 999px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            color: #052019;
            background: linear-gradient(135deg, #25d366, #30e3b6);
            flex-shrink: 0;
        }

        .la-wa-contact-copy {
            min-width: 0;
            flex: 1;
        }

        .la-wa-contact-name {
            font-size: 12px;
            font-weight: 700;
            line-height: 1.1;
            color: #eef2ff;
        }

        .la-wa-contact-state {
            font-size: 10px;
            line-height: 1.15;
            color: rgba(169, 177, 214, 0.9);
            margin-top: 1px;
        }

        .la-wa-badge {
            padding: 4px 8px;
            border-radius: 999px;
            font-size: 10px;
            font-weight: 600;
            color: rgba(216, 255, 239, 0.94);
            border: 1px solid rgba(48, 227, 182, 0.24);
            background: rgba(48, 227, 182, 0.08);
            flex-shrink: 0;
        }

        .la-wa-chat-area {
            padding: 10px;
            background:
                radial-gradient(220px 90px at 100% 0%, rgba(124, 92, 255, 0.08), transparent 80%),
                linear-gradient(180deg, rgba(7, 11, 22, 0.9), rgba(8, 12, 24, 0.95));
        }

        .la-wa-chat-meta {
            margin-bottom: 10px;
        }

        .la-wa-message-shell {
            border: none;
            background: transparent;
            padding: 0;
            box-shadow: none;
        }

        .la-wa-scenario-tag {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            padding: 5px 8px;
            border-radius: 999px;
            font-size: 10px;
            line-height: 1;
            font-weight: 700;
            letter-spacing: 0.02em;
            color: rgba(196, 208, 244, 0.96);
            background: rgba(124, 92, 255, 0.08);
            border: 1px solid rgba(124, 92, 255, 0.16);
        }

        .la-wa-bubble {
            margin-left: 0;
            max-width: 100%;
            background: transparent;
            border: none;
            border-radius: 0;
            padding: 0;
            box-shadow: none;
            transform-origin: 0 50%;
            transition: transform 0.22s ease, opacity 0.22s ease;
        }

        .la-wa-bubble.la-wa-bubble-owner {
            margin-left: 0;
            max-width: 100%;
            border-radius: 0;
            background: transparent;
            border-color: transparent;
            box-shadow: none;
        }

        .la-wa-bubble.la-wa-bubble-owner .la-wa-bubble-meta {
            justify-content: flex-start;
            color: rgba(210, 224, 246, 0.7);
        }

        .la-wa-bubble.is-switching {
            opacity: 0.35;
            transform: translateY(2px) scale(0.985);
        }

        .la-wa-bubble.is-flash {
            animation: none;
        }

        @keyframes la-wa-flash {
            0% {
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.06),
                    0 10px 24px rgba(2, 10, 8, 0.22),
                    0 0 0 rgba(48, 227, 182, 0);
            }

            45% {
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.08),
                    0 12px 26px rgba(2, 10, 8, 0.28),
                    0 0 18px rgba(48, 227, 182, 0.22);
            }

            100% {
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.06),
                    0 10px 24px rgba(2, 10, 8, 0.22),
                    0 0 0 rgba(48, 227, 182, 0);
            }
        }

        .la-wa-message-text {
            margin: 0;
            color: rgba(231, 238, 255, 0.95);
            font-size: 13px;
            line-height: 1.55;
            white-space: normal;
        }

        .la-wa-bubble-meta {
            margin-top: 7px;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 6px;
            color: rgba(218, 255, 242, 0.72);
            font-size: 10px;
            line-height: 1;
        }

        .la-wa-checks {
            color: rgba(48, 227, 182, 0.92);
            font-weight: 700;
            letter-spacing: -0.08em;
        }

        .la-wa-footer {
            margin-top: 10px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 12px;
        }

        .la-wa-rotation-label {
            font-size: 11px;
            color: rgba(169, 177, 214, 0.94);
            font-weight: 600;
        }

        .la-wa-dots {
            display: inline-flex;
            align-items: center;
            gap: 6px;
        }

        .la-wa-dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            border: none;
            background: rgba(255, 255, 255, 0.18);
            cursor: pointer;
            padding: 0;
            transition: transform 0.18s ease, background-color 0.18s ease, box-shadow 0.18s ease;
        }

        .la-wa-dot:hover {
            transform: scale(1.1);
            background: rgba(124, 92, 255, 0.4);
        }

        .la-wa-dot.is-active {
            width: 18px;
            border-radius: 999px;
            background: rgba(76, 201, 240, 0.92);
            box-shadow: 0 0 12px rgba(76, 201, 240, 0.24);
        }

        @media (max-width: 700px) {
            .la-calls-container {
                margin: 32px 12px 28px;
                /* Removed padding and border-radius */
            }

            .la-title {
                font-size: 18px;
            }

            .la-subtitle {
                font-size: 12px;
            }

            .la-line-main {
                font-size: 13px;
            }

            .la-line-sub {
                font-size: 11px;
            }

            .la-status {
                font-size: 11px;
            }

            .la-whatsapp-preview {
                margin-top: 12px;
                padding: 12px;
                border-radius: 16px;
            }

            .la-wa-header {
                align-items: flex-start;
                flex-direction: column;
                gap: 10px;
                margin-bottom: 10px;
            }

            .la-wa-status-pill {
                padding: 5px 9px;
            }

            .la-wa-phone-topbar {
                padding: 8px 9px;
                gap: 7px;
            }

            .la-wa-badge {
                display: none;
            }

            .la-wa-chat-area {
                padding: 8px;
            }

            .la-wa-message-shell {
                padding: 0;
                border-radius: 0;
            }

            .la-wa-scenario-tag {
                font-size: 9.5px;
                padding: 5px 7px;
            }

            .la-wa-bubble {
                max-width: 100%;
                padding: 9px 10px 7px;
                border-radius: 14px 14px 6px 14px;
            }

            .la-wa-bubble.la-wa-bubble-owner {
                border-radius: 0;
            }

            .la-wa-message-text {
                font-size: 12px;
                line-height: 1.5;
            }

            .la-wa-footer {
                gap: 8px;
                flex-wrap: wrap;
            }

            .la-wa-rotation-label {
                font-size: 10px;
            }
        }

        /* --- Mobile Responsiveness Updates --- */

        /* 1. "Laat AI jou bellen" Section */
        .ai-call-box {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 24px 40px;
            background: rgba(0, 0, 0, 0.5);
            border-radius: 100px;
            border: 1px solid rgba(48, 227, 182, 0.2);
            /* max-width controlled by inline or parent, but setting here is safe */
            max-width: 900px;
            margin: 56px auto 0;
            backdrop-filter: blur(10px);
            box-shadow: inset 0 0 40px rgba(48, 227, 182, 0.12), inset 0 0 20px rgba(48, 227, 182, 0.08);
            position: relative;
            /* Transition for entry animation should be kept inline or here if we want overrides */
        }

        .ai-call-box-inner {
            display: flex;
            align-items: center;
            gap: 16px;
        }

        .ai-call-box-form {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 12px;
            margin: 0;
            flex: 1;
            max-width: 500px;
        }

        .ai-call-box-input {
            flex: 1;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 100px;
            padding: 12px 24px;
            color: var(--text);
            outline: none;
            font-family: inherit;
        }

        .ai-call-box-button {
            border-radius: 100px;
            padding: 12px 32px;
            white-space: nowrap;
            display: flex;
            align-items: center;
            gap: 8px;
        }

        /* 2. "Plan een gratis demo" Button */
        .cta-demo-button {
            padding: 12px 28px;
            font-size: 15px;
        }

        /* 3. Badge Text desktop default */
        .ai-detection-stat-responsive {
            font-size: 20px;
            color: var(--accent);
            font-weight: 600;
            margin-bottom: 12px;
        }

        @media (max-width: 768px) {

            /* 1. Stack Left/Right content */
            .ai-call-box {
                flex-direction: column;
                padding: 32px 24px;
                /* More vertical padding */
                border-radius: 24px;
                text-align: center;
                gap: 32px;
                height: auto;
                /* ensure it grows */
            }

            /* Icon + Text block */
            .ai-call-box-inner {
                flex-direction: column;
                text-align: center;
                gap: 12px;
            }

            /* Form block */
            .ai-call-box-form {
                width: 100%;
                flex-direction: column;
                gap: 16px;
                max-width: 100%;
            }

            .ai-call-box-input {
                width: 100%;
                box-sizing: border-box;
                text-align: center;
                /* cleaner on mobile */
            }

            .ai-call-box-button {
                width: 100%;
                justify-content: center;
            }

            /* 2. Button tweaks */
            .cta-demo-button {
                width: 100%;
                justify-content: center;
                display: flex;
                box-sizing: border-box;
            }

            /* 3. Badge Text smaller */
            .ai-detection-stat-responsive {
                font-size: 16px !important;
            }

            /* Also ensure the highlight wrapper respects the font size change if necessary */
            .ai-detection-stat-responsive .highlight-wrapper-detection {
                font-size: inherit;
            }
        }

        /* New Primary CTA Style - matches Thank You page button */
        .btn-glow {
            background: linear-gradient(135deg, var(--brand), #6b4de0);
            border: 1px solid rgba(255, 255, 255, 0.1);
            border-radius: 16px;
            box-shadow: 0 10px 20px rgba(124, 92, 255, 0.3),
                0 0 0 1px rgba(255, 255, 255, 0.1) inset;
            color: #fff;
            position: relative;
            overflow: hidden;
            z-index: 1;
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            text-decoration: none;
        }

        .btn-glow::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.2), transparent);
            transform: skewX(-20deg) translateX(-150%);
            transition: transform 0.6s;
            z-index: -1;
            pointer-events: none;
        }

        /* Ensure secondary buttons override if needed, but we rely on NOT adding .btn-glow to them */

        .btn-glow:hover {
            transform: translateY(-4px) scale(1.02);
            box-shadow: 0 20px 40px rgba(124, 92, 255, 0.5),
                0 0 0 2px rgba(255, 255, 255, 0.4) inset;
            background: linear-gradient(135deg, #8f75ff, #7c5cff);
        }

        .btn-glow:hover::before {
            transform: skewX(-20deg) translateX(150%);
        }

        /* Phone CTA Section */

        .phone-cta-section {
            position: relative;
            padding: 100px 20px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .phone-cta-container {
            max-width: 900px;
            width: 100%;
            position: relative;
            z-index: 1;
        }

        .phone-cta-title {
            font-size: clamp(24px, 4vw, 36px);
            font-weight: 700;
            color: #fff;
            margin-bottom: 40px;
            line-height: 1.2;
        }

        .phone-cta-number {
            display: inline-block;
            font-family: 'Outfit', sans-serif;
            font-size: clamp(24px, 4vw, 40px);
            /* Significant reduction */
            font-weight: 800;
            color: transparent;
            background: linear-gradient(135deg, #fff 0%, var(--brand) 100%);
            -webkit-background-clip: text;
            background-clip: text;
            text-decoration: none;
            transition: transform 0.3s ease, text-shadow 0.3s ease;
            cursor: pointer;
        }

        .phone-cta-number:hover {
            transform: scale(1.05);
            text-shadow: 0 10px 30px rgba(124, 92, 255, 0.3);
        }

        /* Mobile Adjustments */
        @media (max-width: 768px) {
            .phone-cta-section {
                padding: 60px 20px;
            }

            .phone-cta-title {
                margin-bottom: 24px;
            }
        }

        /* Homepage Demo Generator */
        .demo-generator-section {
            padding: 80px 20px;
            position: relative;
            z-index: 8;
        }

        .demo-generator-shell {
            max-width: 1040px;
            margin: 0 auto;
            padding: 0;
        }

        .demo-generator-support-callout {
            max-width: 1040px;
            margin: 14px auto 0;
            padding: 12px 14px;
            border-radius: 14px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background:
                radial-gradient(260px 90px at 12% 12%, rgba(76, 201, 240, 0.08), transparent 72%),
                radial-gradient(260px 100px at 92% 18%, rgba(124, 92, 255, 0.10), transparent 74%),
                linear-gradient(145deg, rgba(11, 17, 36, 0.7), rgba(7, 11, 24, 0.84));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.03),
                0 10px 24px rgba(3, 7, 18, 0.2);
            display: grid;
            grid-template-columns: auto 1fr auto;
            gap: 12px;
            align-items: center;
        }

        .demo-generator-support-label {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 26px;
            padding: 0 9px;
            border-radius: 999px;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(255, 255, 255, 0.02);
            font-size: 10px;
            line-height: 1;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            font-weight: 800;
            color: rgba(198, 207, 237, 0.94);
            white-space: nowrap;
        }

        .demo-generator-support-text {
            margin: 0;
            color: rgba(172, 184, 218, 0.92);
            font-size: 13px;
            line-height: 1.45;
        }

        .demo-generator-support-phone {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 0 12px;
            border-radius: 11px;
            white-space: nowrap;
            text-decoration: none;
            color: #eaf8ff;
            font-weight: 800;
            font-size: 13.5px;
            letter-spacing: -0.01em;
            background: linear-gradient(135deg, rgba(20, 217, 160, 0.16), rgba(76, 201, 240, 0.12));
            border: 1px solid rgba(76, 201, 240, 0.24);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.06),
                0 8px 18px rgba(76, 201, 240, 0.1);
            transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
        }

        .demo-generator-support-phone:hover {
            transform: translateY(-1px);
            border-color: rgba(76, 201, 240, 0.34);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 10px 20px rgba(76, 201, 240, 0.15);
        }

        .demo-generator-header {
            text-align: center;
            margin-bottom: 26px;
        }

        .demo-generator-eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 0;
            border: none;
            background: none;
            box-shadow: none;
            font-size: 13px;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            font-weight: 600;
            color: rgba(180, 150, 255, 0.8);
        }

        .demo-generator-eyebrow::before,
        .demo-generator-eyebrow::after {
            content: "";
            display: inline-block;
            width: 28px;
            height: 1px;
        }

        .demo-generator-eyebrow::before {
            background: linear-gradient(90deg, transparent, rgba(180, 150, 255, 0.6));
        }

        .demo-generator-eyebrow::after {
            background: linear-gradient(90deg, rgba(180, 150, 255, 0.6), transparent);
        }

        .demo-generator-title {
            font-size: clamp(30px, 4.2vw, 44px);
            line-height: 1.14;
            margin: 16px auto 12px;
            max-width: 820px;
            background: linear-gradient(135deg, #ffffff 18%, #b8a7ff 55%, #4cc9f0 100%);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
        }

        .demo-generator-subtitle {
            margin: 0 auto;
            max-width: 700px;
            font-size: 16px;
            color: rgba(174, 185, 219, 0.94);
            line-height: 1.65;
        }

        .demo-generator-form {
            margin-top: 0;
        }

        .demo-generator-form-shell {
            padding: 34px;
            border-radius: 26px;
            border: 1px solid rgba(124, 92, 255, 0.24);
            background:
                radial-gradient(560px 260px at 0% 0%, rgba(48, 227, 182, 0.16), transparent 65%),
                radial-gradient(560px 260px at 100% 0%, rgba(124, 92, 255, 0.22), transparent 70%),
                linear-gradient(145deg, rgba(16, 22, 45, 0.92), rgba(8, 12, 28, 0.96));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 22px 48px rgba(3, 7, 18, 0.5);
        }

        .demo-generator-mobile-surface {
            width: 100%;
        }

        .demo-generator-wave-top,
        .demo-generator-wave-bottom {
            display: none;
        }

        .demo-generator-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 18px;
        }

        .demo-field {
            display: flex;
            flex-direction: column;
            gap: 8px;
            min-width: 0;
        }

        .demo-field-full {
            grid-column: 1 / -1;
        }

        .demo-field label {
            font-size: 13px;
            color: rgba(213, 220, 242, 0.92);
            letter-spacing: 0.01em;
            font-weight: 600;
        }

        .demo-field select,
        .demo-field input[type="text"],
        .demo-field textarea {
            width: 100%;
            background: linear-gradient(145deg, rgba(13, 19, 40, 0.9), rgba(8, 13, 28, 0.95));
            border: 1px solid rgba(255, 255, 255, 0.16);
            color: rgba(237, 241, 255, 0.98);
            border-radius: 14px;
            padding: 13px 14px;
            font-size: 15px;
            line-height: 1.45;
            transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
            outline: none;
        }

        .demo-field textarea {
            min-height: 136px;
            resize: vertical;
        }

        .demo-field select:focus,
        .demo-field input[type="text"]:focus,
        .demo-field textarea:focus {
            border-color: rgba(76, 201, 240, 0.58);
            box-shadow: 0 0 0 3px rgba(76, 201, 240, 0.16);
        }

        .demo-field input[type="text"]::placeholder,
        .demo-field textarea::placeholder {
            color: rgba(157, 170, 210, 0.76);
        }

        .demo-ai-suggestie {
            display: none;
            margin: 0 0 18px;
            padding: 0;
            border: none;
            background: none;
            line-height: 1.4;
            text-align: center;
        }

        .demo-ai-suggestie-label {
            display: block;
            margin-bottom: 4px;
            font-size: 11px;
            letter-spacing: 0.12em;
            text-transform: uppercase;
            color: rgba(166, 182, 218, 0.86);
            font-weight: 650;
        }

        .demo-ai-suggestie-name {
            display: block;
            font-size: 24px;
            font-weight: 800;
            line-height: 1.12;
            letter-spacing: -0.01em;
            color: rgba(232, 238, 252, 0.98);
            margin-bottom: 5px;
        }

        .demo-ai-suggestie-desc {
            display: block;
            font-size: 14px;
            color: rgba(183, 198, 228, 0.95);
            max-width: 66ch;
            margin: 0 auto;
        }

        .demo-ai-choice {
            display: none;
            padding: 14px 14px 12px;
            border-radius: 16px;
            border: 1px solid rgba(124, 92, 255, 0.3);
            background:
                linear-gradient(145deg, rgba(124, 92, 255, 0.14), rgba(124, 92, 255, 0.05)),
                radial-gradient(240px 90px at 0% 0%, rgba(76, 201, 240, 0.14), transparent 75%);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.08),
                0 10px 22px rgba(7, 12, 30, 0.28);
        }

        .demo-ai-choice-label {
            margin: 0 0 11px;
            font-size: 12px;
            color: rgba(216, 223, 245, 0.9);
            font-weight: 700;
            letter-spacing: 0.02em;
        }

        .demo-ai-choice-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px;
        }

        .demo-ai-option {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 42px;
            padding: 10px 11px;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.16);
            background: linear-gradient(140deg, rgba(10, 15, 33, 0.92), rgba(8, 12, 28, 0.92));
            color: rgba(224, 230, 248, 0.92);
            font-size: 13px;
            line-height: 1.25;
            font-weight: 600;
            cursor: pointer;
            transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease, color 0.22s ease;
        }

        .demo-ai-option:hover {
            border-color: rgba(124, 92, 255, 0.52);
            background: linear-gradient(140deg, rgba(15, 22, 45, 0.95), rgba(10, 14, 31, 0.95));
            color: rgba(240, 244, 255, 0.98);
        }

        .demo-ai-option:has(input[type="radio"]:checked) {
            border-color: rgba(124, 92, 255, 0.75);
            background:
                linear-gradient(135deg, rgba(124, 92, 255, 0.34), rgba(76, 201, 240, 0.14));
            color: rgba(250, 252, 255, 0.99);
            box-shadow: 0 0 0 1px rgba(124, 92, 255, 0.3) inset, 0 0 14px rgba(124, 92, 255, 0.18);
        }

        .demo-ai-option input[type="radio"] {
            width: 16px;
            height: 16px;
            accent-color: #7c5cff;
            flex-shrink: 0;
            margin: 0;
        }

        .demo-generator-actions {
            margin-top: 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }

        .demo-generator-submit {
            min-width: 220px;
            padding: 14px 22px;
            border-radius: 14px;
            font-size: 16px;
            line-height: 1.2;
        }

        .demo-generator-submit[disabled] {
            opacity: 0.7;
            cursor: wait;
            filter: saturate(0.84);
        }

        .demo-generator-help {
            margin: 0;
            font-size: 13px;
            color: rgba(164, 176, 212, 0.88);
        }

        .demo-feedback,
        .demo-result {
            display: none;
            margin-top: 20px;
        }

        .demo-feedback.is-visible,
        .demo-result.is-visible {
            display: block;
        }

        .demo-feedback-loading {
            padding: 0;
            border: none;
            background: none;
            color: rgba(205, 243, 255, 0.95);
            display: none;
            flex-direction: column;
            align-items: center;
            gap: 0;
            font-size: 14px;
            font-weight: 600;
        }

        .demo-loading-phase {
            margin: 0;
            position: relative;
            display: inline-block;
            text-align: center;
            font-size: clamp(20px, 3vw, 28px);
            color: rgba(182, 206, 228, 0.5);
            font-weight: 760;
            letter-spacing: 0.01em;
            line-height: 1.2;
            min-height: 1.2em;
        }

        .demo-loading-phase::before {
            content: attr(data-text);
            position: absolute;
            inset: 0;
            color: transparent;
            background-image: linear-gradient(90deg,
                    rgba(255, 255, 255, 0) 0%,
                    rgba(255, 255, 255, 0.96) 46%,
                    rgba(76, 201, 240, 0.95) 56%,
                    rgba(255, 255, 255, 0) 100%);
            background-size: 220px 100%;
            background-repeat: no-repeat;
            background-position: -220px 0;
            -webkit-background-clip: text;
            background-clip: text;
            animation: demoTextShimmer 1.7s linear infinite;
        }

        @keyframes demoTextShimmer {
            from {
                background-position: -220px 0;
            }

            to {
                background-position: 220px 0;
            }
        }

        .demo-feedback-loading.is-visible {
            display: flex;
        }

        .demo-feedback-error {
            padding: 12px 14px;
            border: 1px solid rgba(255, 122, 143, 0.42);
            background: linear-gradient(145deg, rgba(255, 122, 143, 0.16), rgba(255, 122, 143, 0.06));
            color: rgba(255, 215, 222, 0.96);
            font-size: 14px;
            line-height: 1.5;
        }

        .demo-result {
            padding: 0;
            border: none;
            background: none;
            text-align: center;
        }

        .demo-result-label {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 0.11em;
            color: rgba(176, 220, 208, 0.9);
            margin-bottom: 10px;
            font-weight: 700;
            opacity: 0;
            transform: translateY(10px);
        }

        .demo-result-phone {
            display: block;
            text-decoration: none;
            font-size: clamp(26px, 5vw, 40px);
            letter-spacing: 0.02em;
            font-weight: 800;
            line-height: 1.1;
            margin: 0 auto 10px;
            color: transparent;
            background: linear-gradient(110deg, #ffffff 8%, #30e3b6 38%, #ffffff 52%, #4cc9f0 74%, #ffffff 100%);
            background-size: 220% 100%;
            background-position: 0% 50%;
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            opacity: 0;
            transform: translateY(10px);
        }

        .demo-result-text {
            margin: 0 auto;
            color: rgba(190, 206, 225, 0.94);
            font-size: 15px;
            line-height: 1.6;
            max-width: 74ch;
            text-align: center;
            opacity: 0;
            transform: translateY(10px);
        }

        .demo-result.is-visible .demo-result-label {
            animation: demoResultEnter 0.48s cubic-bezier(0.22, 1, 0.36, 1) forwards;
        }

        .demo-result.is-visible .demo-result-phone {
            animation:
                demoResultEnter 0.56s cubic-bezier(0.22, 1, 0.36, 1) 0.06s forwards,
                demoPhoneShimmerOnce 1.15s ease-out 0.32s 1 forwards;
        }

        .demo-result.is-visible .demo-result-text {
            animation: demoResultEnter 0.56s cubic-bezier(0.22, 1, 0.36, 1) 0.16s forwards;
        }

        @keyframes demoResultEnter {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        @keyframes demoPhoneShimmerOnce {
            from {
                background-position: 0% 50%;
            }

            to {
                background-position: 100% 50%;
            }
        }

        @media (max-width: 900px) {
            .demo-generator-form-shell {
                padding: 24px 16px 20px;
                border-radius: 20px;
            }

            .demo-generator-grid {
                grid-template-columns: 1fr;
            }

            .demo-ai-choice-grid {
                grid-template-columns: 1fr;
            }

            .demo-generator-support-callout {
                grid-template-columns: 1fr;
                gap: 10px;
                align-items: start;
                padding: 12px;
            }

            .demo-generator-support-phone {
                width: 100%;
                justify-content: center;
            }
        }

        @media (max-width: 768px) {
            .demo-generator-section {
                padding: 64px 0;
                overflow-x: clip;
                --demo-mobile-panel-bg:
                    linear-gradient(90deg, rgba(7, 14, 33, 0.985) 0%, rgba(8, 18, 40, 0.985) 52%, rgba(20, 15, 46, 0.985) 100%);
            }

            .demo-generator-header {
                margin-bottom: 22px;
                padding: 0 14px;
            }

            .demo-generator-eyebrow {
                font-size: 11px;
                letter-spacing: 1.2px;
            }

            .demo-generator-eyebrow::before,
            .demo-generator-eyebrow::after {
                width: 22px;
            }

            .demo-generator-subtitle {
                font-size: 15px;
            }

            .demo-generator-support-callout {
                margin: 12px 14px 0;
                border-radius: 12px;
                padding: 12px;
            }

            .demo-generator-support-label {
                min-height: 0;
                padding: 0;
                border: none;
                background: none;
                border-radius: 0;
                font-size: 10.5px;
                letter-spacing: 0.12em;
                color: rgba(190, 201, 233, 0.9);
                justify-content: flex-start;
            }

            .demo-generator-support-text {
                font-size: 12.5px;
                line-height: 1.4;
            }

            .demo-generator-support-phone {
                min-height: 36px;
                font-size: 13px;
            }

            .demo-generator-wave-top,
            .demo-generator-wave-bottom {
                display: block;
                position: relative;
                left: 50%;
                margin-left: -50vw;
                width: 100vw;
                max-width: 100vw;
                height: auto;
            }

            .demo-generator-wave-top {
                margin-bottom: 0;
                position: relative;
                z-index: 1;
            }

            .demo-generator-mobile-surface {
                background: var(--demo-mobile-panel-bg);
                position: relative;
                left: 50%;
                margin-left: -50vw;
                width: 100vw;
                max-width: 100vw;
                margin-top: -1px;
                overflow: hidden;
                box-shadow:
                    inset 1px 0 0 rgba(48, 227, 182, 0.18),
                    inset -1px 0 0 rgba(124, 92, 255, 0.2);
            }

            .demo-generator-mobile-surface::before {
                content: none;
            }

            .demo-generator-mobile-surface::after {
                content: none;
            }

            .demo-generator-mobile-surface .demo-generator-form-shell {
                padding: 22px 14px 16px;
                border: none;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
                position: relative;
                z-index: 1;
            }

            .demo-generator-mobile-surface .demo-generator-form-shell:has(.demo-feedback-loading.is-visible),
            .demo-generator-mobile-surface .demo-generator-form-shell:has(.demo-result.is-visible) {
                min-height: clamp(170px, 38vw, 220px);
                display: flex;
                flex-direction: column;
                justify-content: center;
                padding-top: 16px;
                padding-bottom: 16px;
            }

            .demo-generator-mobile-surface .demo-feedback-loading.is-visible,
            .demo-generator-mobile-surface .demo-result.is-visible {
                margin-top: 0;
            }

            .demo-generator-mobile-surface .demo-feedback-loading.is-visible {
                justify-content: center;
            }

            .demo-generator-wave-bottom {
                margin-top: -2px;
                position: relative;
                z-index: 1;
            }

            .demo-generator-submit {
                width: 100%;
                min-width: 0;
                justify-content: center;
            }

            .demo-generator-help {
                width: 100%;
                text-align: center;
            }

            .demo-ai-suggestie-name {
                font-size: 20px;
            }

            .demo-ai-suggestie-desc {
                font-size: 13px;
            }
        }

        /* ===== INTEGRATIONS SECTION from Options Page ===== */
        #integrations-hub {
            margin-top: 120px;
            /* Added spacing */
            padding-top: 80px;
            padding-bottom: 80px;
            position: relative;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            min-height: 900px;
            /* Fixed height to prevent layout shifts */
            justify-content: flex-start;
        }

        /* Mobile: Hide Integrations */
        @media (max-width: 1024px) {
            #integrations-hub {
                display: none !important;
            }
        }

        #integrations-hub h2 {
            font-size: clamp(36px, 4vw, 56px);
            /* A lot smaller */
            font-weight: 800;
            background: linear-gradient(135deg, #ffffff 0%, #4cc9f0 100%);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            text-align: center;
            margin-bottom: 4px;
            line-height: 1.2;
            padding-bottom: 20px;
            margin-top: -10px;
        }

        #integrations-hub p.lead {
            font-family: 'Outfit', sans-serif;
            font-weight: 500;
            font-size: 22px;
            color: #4cc9f0;
            text-align: center;
            margin-bottom: 48px;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        #integrations-hub .aihub-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            align-items: center;
            justify-items: center;
            column-gap: clamp(300px, 40vw, 600px);
            position: relative;
            z-index: 2;
        }

        #integrations-hub .hub {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: clamp(600px, 50vw, 900px);
            height: clamp(600px, 50vw, 900px);
            display: flex;
            align-items: center;
            justify-content: center;
            background: transparent;
            box-shadow: none;
            overflow: visible;
            z-index: 0;
            pointer-events: none;
        }

        #integrations-hub .hub spline-viewer {
            width: 150%;
            height: 150%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        #integrations-hub .hub::after {
            display: none;
        }

        .int-glow-left,
        .int-glow-right {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 600px;
            height: 600px;
            border-radius: 50%;
            filter: blur(80px);
            z-index: 0;
            pointer-events: none;
            opacity: 0.3;
        }

        .int-glow-left {
            left: -10%;
            background: radial-gradient(circle, #4cc9f0 0%, transparent 70%);
        }

        .int-glow-right {
            right: -10%;
            background: radial-gradient(circle, #4361ee 0%, transparent 70%);
        }

        .hub-loader {
            position: absolute;
            width: 50px;
            height: 50px;
            border: 3px solid rgba(76, 201, 240, 0.2);
            border-top-color: #4cc9f0;
            border-radius: 50%;
            animation: spin 1s linear infinite;
            z-index: -1;
        }

        @keyframes spin {
            to {
                transform: rotate(360deg);
            }
        }

        #integrations-hub .stack {
            display: grid;
            grid-auto-rows: 80px;
            /* Fixed height slots for stability */
            gap: 0;
            max-width: 100%;
            position: relative;
            z-index: 10;
            align-items: center;
            /* Center vertically in slot */
        }

        #integrations-hub .stack.left {
            justify-items: end;
            /* Right align in column */
        }

        #integrations-hub .stack.right {
            justify-items: start;
            /* Left align in column */
        }

        #integrations-hub .card {
            width: clamp(200px, 30vw, 280px);
            min-height: 54px;
            display: flex;
            align-items: center;
            gap: 20px;
            padding: 0 24px;
            background:
                linear-gradient(135deg, rgba(5, 5, 10, 0.8), rgba(20, 10, 30, 0.7)) padding-box,
                linear-gradient(135deg, #00d4ff, #d8b4fe) border-box;
            border: 1px solid transparent;
            border-radius: 20px;
            backdrop-filter: blur(12px);
            box-shadow:
                0 4px 20px rgba(0, 0, 0, 0.4),
                0 0 15px rgba(0, 212, 255, 0.3),
                inset 0 0 30px rgba(124, 92, 255, 0.05);
            transform: translateX(0);
            transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                background 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                border-color 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                box-shadow 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                padding 0.4s cubic-bezier(0.25, 0.8, 0.25, 1),
                margin 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
            cursor: default;
            overflow: hidden;
            position: relative;
            /* margin-bottom removed for Grid layout */
            backface-visibility: hidden;
            -webkit-font-smoothing: subpixel-antialiased;
        }

        /* Curved Orbit Layout */
        #integrations-hub .stack.left .card:nth-child(2),
        #integrations-hub .stack.left .card:nth-child(4) {
            margin-right: 50px;
        }

        #integrations-hub .stack.left .card:nth-child(3) {
            margin-right: 100px;
        }

        #integrations-hub .stack.right .card:nth-child(2),
        #integrations-hub .stack.right .card:nth-child(4) {
            margin-left: 50px;
        }

        #integrations-hub .stack.right .card:nth-child(3) {
            margin-left: 100px;
        }

        /* Mirrored Gradient for Right Stack */
        #integrations-hub .stack.right .card {
            background:
                linear-gradient(135deg, rgba(5, 5, 10, 0.8), rgba(20, 10, 30, 0.7)) padding-box,
                linear-gradient(135deg, #d8b4fe, #00d4ff) border-box;
        }

        #integrations-hub .card::after {
            content: none;
            display: none;
        }

        /* Hover Effect */
        #integrations-hub .card:hover {
            /* No margin hacks needed for Grid */
            /* Pull next card up to overlap (offset expansion) */
            border-color: rgba(124, 92, 255, 0.6);
            box-shadow:
                0 8px 30px rgba(0, 0, 0, 0.6),
                0 0 15px rgba(124, 92, 255, 0.15),
                inset 0 0 20px rgba(124, 92, 255, 0.1);
        }

        #integrations-hub .stack.left .card:hover {
            transform: translateX(3px);
        }

        #integrations-hub .stack.right .card:hover {
            transform: translateX(-3px);
        }

        /* Shine Effect */
        #integrations-hub .card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
            transition: 0.7s;
        }

        #integrations-hub .card:hover::before {
            left: 100%;
        }

        /* Shadow Hierarchy */
        #integrations-hub .stack .card:nth-child(3) {
            box-shadow:
                0 15px 40px rgba(0, 0, 0, 0.6),
                0 0 25px rgba(0, 212, 255, 0.4),
                inset 0 0 30px rgba(124, 92, 255, 0.05);
            z-index: 5;
        }

        #integrations-hub .stack .card:nth-child(2),
        #integrations-hub .stack .card:nth-child(4) {
            box-shadow:
                0 10px 30px rgba(0, 0, 0, 0.5),
                0 0 20px rgba(0, 212, 255, 0.3),
                inset 0 0 30px rgba(124, 92, 255, 0.05);
            z-index: 4;
        }

        #integrations-hub .stack .card:hover {
            box-shadow:
                0 15px 45px rgba(0, 0, 0, 0.7),
                0 0 25px rgba(124, 92, 255, 0.3),
                inset 0 0 20px rgba(124, 92, 255, 0.1);
            z-index: 10;
        }

        /* Icon Styling */
        #integrations-hub .icon-plus {
            font-size: 32px;
            background: linear-gradient(135deg, #7c5cff, #4cc9f0);
            background-clip: text;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            display: inline-block;
            transition: all 0.4s;
            flex-shrink: 0;
        }

        #integrations-hub .card:hover .icon-plus {
            transform: rotate(90deg);
            opacity: 1;
        }

        /* Text Styling */
        #integrations-hub .txt {
            display: flex;
            flex-direction: column;
            justify-content: center;
            overflow: hidden;
        }

        #integrations-hub .name {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.85);
            font-weight: 700;
            letter-spacing: 0.5px;
            transition: color 0.4s;
        }

        /* Description Hover Expansion */
        #integrations-hub .desc {
            max-height: 0;
            opacity: 0;
            overflow: hidden;
            color: #b0a8d6;
            margin: 0;
            transition: max-height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1),
                opacity 0.6s ease,
                margin 0.6s ease;
            font-size: 13px;
            line-height: 1;
        }

        #integrations-hub .card:hover .name {
            color: #fff;
        }

        #integrations-hub .card:hover .desc {
            max-height: 80px;
            opacity: 1;
            margin-bottom: 3px;
        }

        /* Scroll Indicator */
        .scroll-indicator {
            margin-top: 40px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            opacity: 0.7;
            animation: bounce 2s infinite;
            cursor: pointer;
            text-decoration: none;
            color: var(--muted, #9ca3af);
            transition: opacity 0.3s;
        }

        .scroll-indicator:hover {
            opacity: 1;
            color: #fff;
        }

        .scroll-text {
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 8px;
            letter-spacing: 0.5px;
            text-transform: uppercase;
        }

        @keyframes bounce {

            0%,
            20%,
            50%,
            80%,
            100% {
                transform: translateY(0);
            }

            40% {
                transform: translateY(-10px);
            }

            60% {
                transform: translateY(-5px);
            }
        }

        /* Social Proof Section */
        .social-card {
            transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
            position: relative;
            overflow: hidden;
            --social-hover-rgb: 124, 92, 255;
        }

        .social-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(255, 255, 255, 0.08), transparent 50%);
            opacity: 0;
            transition: opacity 0.3s;
            pointer-events: none;
            z-index: 0;
        }

        .social-card:hover {
            transform: translateY(-5px) scale(1.02);
            border-color: rgba(var(--social-hover-rgb), 0.4) !important;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), inset 0 0 0 1px rgba(var(--social-hover-rgb), 0.1);
        }

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

        /* Stable card theme colors (works even after carousel clones are prepended/appended) */
        .social-card[data-theme="cyan"] {
            --social-hover-rgb: 76, 201, 240;
        }

        .social-card[data-theme="pink"] {
            --social-hover-rgb: 247, 37, 133;
        }

        .social-card[data-theme="blue"] {
            --social-hover-rgb: 67, 97, 238;
        }

        .social-card[data-theme="orange"] {
            --social-hover-rgb: 255, 158, 0;
        }

        .social-card[data-theme="green"] {
            --social-hover-rgb: 16, 185, 129;
        }

        /* Social proof use-case cards: desktop spacing tune */
        @media (min-width: 769px) {
            .testimonial-carousel-container .social-card>div:nth-child(3) {
                margin-bottom: 12px !important;
                gap: 14px !important;
            }

            .testimonial-carousel-container .social-card>div:nth-child(3)>div>div:first-child {
                margin-bottom: 6px !important;
            }

            .testimonial-carousel-container .social-card>div:nth-child(3)>div>div:last-child {
                font-size: 23px !important;
                line-height: 1.18 !important;
                letter-spacing: -0.01em !important;
            }

            .testimonial-carousel-container .social-card>div:last-child {
                padding-top: 14px !important;
                line-height: 1.6 !important;
                margin-top: 0 !important;
            }
        }

        /* Carousel responsiveness */
        @media (max-width: 1024px) {
            .testimonial-track {
                gap: 20px !important;
            }

            .social-card {
                min-width: 300px !important;
                padding: 24px !important;
            }
        }

        @media (max-width: 768px) {
            .social-card {
                min-width: 280px !important;
            }

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

            .social-proof-section {
                padding: 60px 20px !important;
            }
        }

        /* Improved Mobile Social Proof Layout - Full Width */
        @media (max-width: 768px) {
            .testimonial-carousel-container {
                padding: 40px 0 !important;
            }

            .social-card {
                min-width: 290px !important;
                /* Narrower width (~75-80vw on most phones) */
                width: 75vw !important;
                flex: 0 0 75vw !important;

                min-height: 480px !important;
                /* Taller */
                display: flex !important;
                flex-direction: column !important;
                justify-content: space-between !important;

                padding: 24px 20px !important;
                /* Slightly less side padding */
                margin-right: 16px !important;
                box-sizing: border-box !important;
            }

            /* Smaller Text Overrides using structural selectors */

            /* Mobile Content Reordering: Header -> Quote -> Metrics */

            /* 1. Header (Name/AI) */
            .social-card>div:nth-child(2) {
                order: 1 !important;
                margin-bottom: 0 !important;
                text-align: center !important;
                /* Center header text */
                width: 100% !important;
            }

            /* Title (originally 19px override) - Now much larger */
            .social-card>div:nth-child(2)>div:first-child {
                font-size: 26px !important;
                margin-bottom: 4px !important;
            }

            /* AI Type Subtitle */
            .social-card>div:nth-child(2)>div:nth-child(2) {
                font-size: 16px !important;
                /* Slightly larger too */
                margin-bottom: 4px !important;
            }

            /* Stats Value (originally 32px) */
            .social-card>div:nth-child(3)>div>div:last-child {
                font-size: clamp(15px, 4.3vw, 20px) !important;
                line-height: 1.15 !important;
                letter-spacing: -0.02em !important;
                overflow-wrap: anywhere;
                word-break: normal;
                hyphens: auto;
                max-width: 100%;
            }

            /* Stats Label (originally 13px) */
            .social-card>div:nth-child(3)>div>div:first-child {
                font-size: 12px !important;
            }

            /* Critical flex fix: allow both metric columns to shrink/wrap inside the card */
            .social-card>div:nth-child(3)>div {
                min-width: 0 !important;
            }

            /* 2. Quote (Middle) */
            .social-card>div:last-child {
                font-size: 22px !important;
                /* Increased by ~30% (17px * 1.3 = 22.1px) */
                line-height: 1.4 !important;
                /* Tighter line height for larger text */
                font-style: italic !important;

                order: 2 !important;
                padding-top: 16px !important;
                margin-top: 8px !important;
                margin-bottom: auto !important;
                /* Pushes metrics down */

                border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
            }

            /* 3. Metrics (Bottom) */
            .social-card>div:nth-child(3) {
                order: 3 !important;

                margin-top: 24px !important;
                padding-top: 0 !important;
                margin-bottom: 0 !important;
                gap: 12px !important;
                border-top: none !important;
                /* Remove original separator if present */
            }

            /* Ensure track alignment */
            /* Ensure track alignment */
            .testimonial-track {
                gap: 0 !important;
                /* Managed by card margin */
                padding-left: 0 !important;
                padding-right: 0 !important;
                /* Remove scroll-snap as it conflicts with JS transform */
            }

            .social-card {
                scroll-snap-align: center;
                scroll-snap-stop: always;
            }

            /* Hide desktop navigation on mobile */
            .carousel-nav {
                display: none !important;
            }

            .social-proof-section {
                padding: 60px 0 !important;
            }

            /* Section header adjustments */
            .social-proof-section h2 {
                font-size: 28px !important;
                margin-bottom: 12px !important;
            }

            .social-proof-section p {
                font-size: 16px !important;
            }
        }



        @keyframes pulse-glow {

            0%,
            100% {
                opacity: 0.6;
                transform: scale(1);
            }

            50% {
                opacity: 1;
                transform: scale(1.1);
            }
        }

        .pricing-section-new .step:hover {
            transform: translateY(-4px);
            border-color: currentColor;
            box-shadow: 0 12px 40px rgba(124, 92, 255, 0.3);
        }

        .pricing-section-new .btn-pricing-main:hover {
            transform: translateY(-2px);
            box-shadow: 0 16px 50px rgba(124, 92, 255, 0.5);
        }

        /* Pricing USP badges - visual polish only (content/order/position unchanged) */
        .pricing-usp-badges>div {
            --usp-rgb: 124, 92, 255;
            position: relative;
            overflow: hidden;
            isolation: isolate;
            border-radius: 16px !important;
            background: linear-gradient(135deg, rgba(22, 27, 52, 0.88) 0%, rgba(14, 18, 38, 0.82) 100%) !important;
            border: 1px solid rgba(var(--usp-rgb), 0.38) !important;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.12),
                inset 0 -1px 0 rgba(255, 255, 255, 0.04),
                0 12px 24px rgba(6, 9, 20, 0.45),
                0 0 0 1px rgba(var(--usp-rgb), 0.08);
            backdrop-filter: blur(9px);
            -webkit-backdrop-filter: blur(9px);
            transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
                border-color 0.35s ease,
                box-shadow 0.35s ease;
        }

        .pricing-usp-badges>div::before {
            content: "";
            position: absolute;
            inset: 0;
            z-index: -2;
            background:
                radial-gradient(420px 130px at -10% 50%, rgba(var(--usp-rgb), 0.2), transparent 58%),
                linear-gradient(110deg, rgba(var(--usp-rgb), 0.14), rgba(var(--usp-rgb), 0.04) 38%, transparent 72%);
        }

        .pricing-usp-badges>div::after {
            content: "";
            position: absolute;
            top: 0;
            left: -55%;
            width: 40%;
            height: 100%;
            pointer-events: none;
            transform: skewX(-24deg);
            background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
            transition: left 0.8s cubic-bezier(0.16, 1, 0.3, 1);
        }

        .pricing-usp-badges>div:hover {
            transform: translateY(-2px);
            border-color: rgba(var(--usp-rgb), 0.62) !important;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.18),
                inset 0 -1px 0 rgba(255, 255, 255, 0.06),
                0 18px 36px rgba(6, 9, 20, 0.52),
                0 0 30px rgba(var(--usp-rgb), 0.24);
        }

        .pricing-usp-badges>div:hover::after {
            left: 125%;
        }

        .pricing-price-display>div:first-child {
            position: relative;
        }

        .pricing-included-tooltip {
            position: absolute;
            display: inline-flex;
            align-self: auto;
            top: 4px;
            right: -28px;
            margin: 0;
            z-index: 5;
        }

        .pricing-included-tooltip-mobile-alt {
            display: none;
        }

        .pricing-included-mobile-row,
        .pricing-included-tooltip-mobile-bottom {
            display: none;
        }

        .pricing-included-tooltip::after {
            content: "";
            position: absolute;
            top: 100%;
            right: 0;
            width: 26px;
            height: 12px;
        }

        .pricing-included-trigger {
            width: 20px;
            height: 20px;
            border-radius: 999px;
            border: 1px solid rgba(124, 92, 255, 0.32);
            background: linear-gradient(145deg, rgba(22, 27, 52, 0.92), rgba(14, 17, 34, 0.94));
            color: rgba(230, 235, 255, 0.92);
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 700;
            line-height: 1;
            padding: 0;
            cursor: help;
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.08),
                0 0 0 1px rgba(124, 92, 255, 0.06);
            transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
        }

        .pricing-included-trigger:hover,
        .pricing-included-tooltip:focus-within .pricing-included-trigger {
            border-color: rgba(124, 92, 255, 0.55);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 0 0 1px rgba(124, 92, 255, 0.12),
                0 4px 14px rgba(124, 92, 255, 0.18);
            transform: translateY(-1px);
        }

        .pricing-included-trigger:focus-visible {
            outline: none;
        }

        .pricing-included-panel {
            position: absolute;
            left: auto;
            right: 0;
            top: calc(100% + 10px);
            transform: translateY(6px);
            min-width: 260px;
            max-width: min(340px, calc(100vw - 32px));
            padding: 10px 12px;
            border-radius: 12px;
            border: 1px solid rgba(124, 92, 255, 0.24);
            background:
                radial-gradient(220px 100px at 0% 0%, rgba(124, 92, 255, 0.1), transparent 72%),
                linear-gradient(145deg, rgba(13, 18, 35, 0.97), rgba(8, 12, 24, 0.98));
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.05),
                0 16px 34px rgba(3, 6, 16, 0.42);
            color: rgba(226, 233, 253, 0.9);
            font-size: 12px;
            line-height: 1.55;
            text-align: left;
            white-space: normal;
            overflow: visible;
            opacity: 0;
            visibility: hidden;
            pointer-events: none;
            transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
        }

        .pricing-included-panel::before {
            content: "";
            display: none;
            position: absolute;
            top: -10px;
            right: 3px;
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-bottom: 10px solid rgba(124, 92, 255, 0.24);
            pointer-events: none;
        }

        .pricing-included-panel::after {
            content: "";
            display: none;
            position: absolute;
            top: -8px;
            right: 4px;
            width: 0;
            height: 0;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 9px solid rgba(14, 19, 37, 0.98);
            pointer-events: none;
        }

        .pricing-included-panel strong {
            color: #eef2ff;
            font-size: 12px;
            font-weight: 700;
        }

        .pricing-included-tooltip:hover .pricing-included-panel,
        .pricing-included-tooltip:focus-within .pricing-included-panel {
            opacity: 1;
            visibility: visible;
            pointer-events: auto;
            transform: translateY(0);
        }

        .pricing-usp-badges>div:nth-child(1) {
            --usp-rgb: 48, 227, 182;
        }

        .pricing-usp-badges>div:nth-child(2) {
            --usp-rgb: 167, 139, 255;
        }

        .pricing-usp-badges>div:nth-child(3) {
            --usp-rgb: 76, 201, 240;
        }

        .pricing-usp-badges>div>div:first-child {
            width: 42px !important;
            height: 42px !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex-shrink: 0 !important;
            position: relative;
            overflow: visible;
            background: rgba(12, 17, 35, 0.9) !important;
            border: 1px solid rgba(var(--usp-rgb), 0.38) !important;
            box-shadow:
                inset 0 0 0 1px rgba(255, 255, 255, 0.05),
                0 0 0 1px rgba(var(--usp-rgb), 0.16),
                0 0 10px rgba(var(--usp-rgb), 0.14);
        }

        .pricing-usp-badges>div>div:first-child::before {
            content: "";
            position: absolute;
            inset: 2px;
            border-radius: 50%;
            pointer-events: none;
            border: 1px solid rgba(255, 255, 255, 0.08);
            background: rgba(var(--usp-rgb), 0.06);
        }

        .pricing-usp-badges>div>div:first-child::after {
            content: "";
            position: absolute;
            inset: -6px;
            border-radius: 50%;
            pointer-events: none;
            border: 1px solid rgba(var(--usp-rgb), 0.2);
            background: transparent;
            opacity: 0.45;
            z-index: -1;
        }

        .pricing-usp-badges>div>div:first-child svg {
            width: 18px !important;
            height: 18px !important;
            position: relative;
            z-index: 1;
            filter: drop-shadow(0 0 4px rgba(var(--usp-rgb), 0.22));
        }

        .pricing-usp-badges>div>div:first-child svg * {
            stroke: rgb(var(--usp-rgb)) !important;
            stroke-width: 2.25 !important;
            stroke-linecap: round !important;
            stroke-linejoin: round !important;
        }

        .pricing-usp-badges>div>div:last-child>div:first-child {
            text-shadow: 0 0 8px rgba(var(--usp-rgb), 0.12);
        }

        /* Pricing spotlight rotator */
        .pricing-right {
            min-width: 0;
        }

        .pricing-feature-rotator {
            margin-bottom: 50px;
            display: flex;
            flex-direction: column;
            gap: 14px;
            width: 100%;
            max-width: 100%;
            min-width: 0;
        }

        .pricing-feature-stage {
            --feature-rgb: 124, 92, 255;
            position: relative;
            overflow: hidden;
            border-radius: 22px;
            border: 1px solid rgba(var(--feature-rgb), 0.35);
            background:
                linear-gradient(140deg, rgba(17, 22, 48, 0.9), rgba(10, 14, 30, 0.88)),
                radial-gradient(500px 180px at 100% 0%, rgba(var(--feature-rgb), 0.18), transparent 65%);
            box-shadow:
                inset 0 1px 0 rgba(255, 255, 255, 0.1),
                0 16px 36px rgba(5, 8, 20, 0.5),
                0 0 32px rgba(var(--feature-rgb), 0.14);
            padding: 22px 22px 20px;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            min-height: 188px;
            transition: opacity 0.25s ease, transform 0.25s ease, border-color 0.35s ease, box-shadow 0.35s ease;
        }

        .pricing-feature-stage::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 1px;
            background: linear-gradient(90deg,
                    rgba(255, 255, 255, 0),
                    rgba(255, 255, 255, 0.52),
                    rgba(255, 255, 255, 0));
            opacity: 0.5;
            pointer-events: none;
        }

        .pricing-feature-stage.is-changing {
            opacity: 0.58;
            transform: translateY(2px) scale(0.995);
        }

        .pricing-feature-icon-wrap {
            width: 36px;
            height: 36px;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 14px;
            right: 14px;
            background: rgba(var(--feature-rgb), 0.06);
            border: 1px solid rgba(var(--feature-rgb), 0.18);
            opacity: 0.8;
            pointer-events: none;
        }

        .pricing-feature-icon-svg {
            width: 22px;
            height: 22px;
        }

        .pricing-feature-icon-disc {
            fill: none;
            stroke: rgba(var(--feature-rgb), 0.16);
            stroke-width: 1.2;
        }

        .pricing-feature-icon-glyph {
            fill: none;
            stroke: rgba(var(--feature-rgb), 0.7);
            stroke-width: 2.3;
            stroke-linecap: round;
            stroke-linejoin: round;
            filter: none;
        }

        .pricing-feature-icon-pulse {
            display: none;
        }

        .pricing-feature-content {
            min-width: 0;
            max-width: 100%;
            padding-top: 2px;
            padding-right: 52px;
        }

        .pricing-feature-label {
            font-size: 11px;
            text-transform: uppercase;
            letter-spacing: 0.14em;
            color: rgba(188, 198, 228, 0.72);
            margin-bottom: 7px;
            font-weight: 650;
        }

        .pricing-feature-title {
            display: block;
            width: 100%;
            max-width: 100%;
            min-width: 0;
            margin: 0 0 8px;
            font-size: clamp(21px, 2.7vw, 30px);
            line-height: 1.15;
            letter-spacing: -0.02em;
            font-weight: 800;
            color: rgba(247, 249, 255, 0.98);
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .pricing-feature-description {
            margin: 0;
            max-width: 43ch;
            font-size: 15px;
            line-height: 1.6;
            color: rgba(180, 191, 224, 0.95);
            min-height: calc(1.6em * 2);
        }

        .pricing-feature-switcher {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 9px;
        }

        .pricing-feature-pill {
            --pill-rgb: 124, 92, 255;
            appearance: none;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(14, 19, 39, 0.78);
            color: rgba(188, 197, 224, 0.92);
            border-radius: 999px;
            min-height: 40px;
            padding: 8px 12px;
            display: inline-flex;
            align-items: center;
            justify-content: flex-start;
            gap: 9px;
            cursor: pointer;
            font-size: 12px;
            font-weight: 650;
            letter-spacing: 0.015em;
            transition: transform 0.2s ease, border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease;
        }

        .pricing-feature-pill:hover {
            transform: translateY(-1px);
            border-color: rgba(var(--pill-rgb), 0.42);
            color: rgba(242, 246, 255, 0.98);
        }

        .pricing-feature-pill.is-active {
            background: linear-gradient(145deg, rgba(var(--pill-rgb), 0.16), rgba(var(--pill-rgb), 0.05));
            border-color: rgba(var(--pill-rgb), 0.56);
            color: rgba(248, 250, 255, 0.99);
            box-shadow: 0 0 0 1px rgba(var(--pill-rgb), 0.14), 0 10px 22px rgba(var(--pill-rgb), 0.16);
        }

        .pricing-feature-pill:nth-child(1) {
            --pill-rgb: 124, 92, 255;
        }

        .pricing-feature-pill:nth-child(2) {
            --pill-rgb: 76, 201, 240;
        }

        .pricing-feature-pill:nth-child(3) {
            --pill-rgb: 48, 227, 182;
        }

        .pricing-feature-pill:nth-child(4) {
            --pill-rgb: 255, 158, 0;
        }

        .pricing-feature-pill-dot {
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: rgba(var(--pill-rgb), 0.8);
            box-shadow: 0 0 10px rgba(var(--pill-rgb), 0.65);
            flex-shrink: 0;
        }

        .pricing-feature-mobile-section {
            display: none;
        }

        .pricing-feature-mobile-surface {
            width: 100%;
        }

        .pricing-feature-mobile-shell {
            max-width: 520px;
            margin: 0 auto;
            padding: 0 16px;
        }

        .pricing-feature-mobile-list {
            display: grid;
            gap: 10px;
        }

        .pricing-feature-mobile-wave {
            display: none;
        }

        .pricing-feature-mobile-wave-top {
            display: none;
        }

        .pricing-feature-mobile-heading {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            margin-bottom: 14px;
            padding: 7px 12px;
            border-radius: 999px;
            background: linear-gradient(145deg, rgba(124, 92, 255, 0.18), rgba(76, 201, 240, 0.1));
            border: 1px solid rgba(124, 92, 255, 0.3);
            color: rgba(224, 229, 245, 0.92);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.11em;
            text-transform: uppercase;
        }

        .pricing-feature-mobile-heading::before {
            content: "";
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #4cc9f0;
            box-shadow: 0 0 10px rgba(76, 201, 240, 0.6);
        }

        .pricing-feature-rotator-detached {
            margin-bottom: 0;
        }

        .pricing-feature-stage-detached {
            background:
                linear-gradient(125deg, rgba(15, 21, 47, 0.92), rgba(8, 12, 28, 0.95)),
                radial-gradient(520px 180px at 110% -10%, rgba(var(--feature-rgb), 0.24), transparent 65%);
            border: 1px solid rgba(var(--feature-rgb), 0.36);
            border-radius: 18px;
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 16px 34px rgba(4, 8, 20, 0.46);
        }

        @media (max-width: 900px) {
            .pricing-feature-rotator {
                margin-bottom: 42px;
            }

            .pricing-feature-stage {
                padding: 18px 16px 16px;
                min-height: 208px;
            }

            .pricing-feature-icon-wrap {
                width: 30px;
                height: 30px;
                top: 12px;
                right: 12px;
                border-radius: 8px;
            }

            .pricing-feature-icon-svg {
                width: 18px;
                height: 18px;
            }

            .pricing-feature-content {
                padding-right: 42px;
            }

            .pricing-feature-title {
                font-size: clamp(18px, 5vw, 24px);
            }

            .pricing-feature-description {
                max-width: 100%;
                font-size: 14px;
                min-height: calc(1.6em * 3);
            }
        }

        @media (max-width: 520px) {
            .pricing-feature-switcher {
                grid-template-columns: 1fr;
            }
        }

        /* Mobile responsive */
        @media (max-width: 768px) {
            .pricing-process {
                grid-template-columns: 1fr !important;
            }

            .giant-number {
                font-size: 100px !important;
            }

            .vooraf-text {
                font-size: 36px !important;
            }

            .price-amount {
                flex-direction: column;
                gap: 0 !important;
            }

            .pricing-reveal {
                padding: 32px 24px !important;
            }
        }

        /* ===== Pricing Wave Shine - Mobile ===== */
        @media (max-width: 768px) {

            /* Thicker shine stroke on mobile for better visibility */
            .wave-shine-stroke {
                stroke-width: 7;
            }
        }

        /* ===== New Pricing Split Layout - Responsive ===== */
        @media (max-width: 900px) {
            .pricing-split {
                grid-template-columns: 1fr !important;
                gap: 48px !important;
            }

            .pricing-right {
                transform: none !important;
                opacity: 1 !important;
            }
        }

        /* ===== Pricing Tablet Centering (between stacked layout and mobile polish) ===== */
        @media (max-width: 900px) and (min-width: 769px) {
            #pricing .pricing-left {
                text-align: center !important;
            }

            #pricing .pricing-left .pricing-title {
                text-align: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            #pricing .pricing-left .pricing-subtitle {
                text-align: center !important;
                margin-left: auto !important;
                margin-right: auto !important;
                max-width: 560px !important;
            }

            #pricing .pricing-price-display>div:first-child {
                justify-content: flex-start !important;
                width: fit-content !important;
                margin-left: auto !important;
                margin-right: auto !important;
            }

            #pricing .pricing-included-tooltip {
                right: -20px;
            }

            #pricing .pricing-price-display>div:nth-child(2) {
                justify-content: center !important;
            }

            #pricing .pricing-usp-badges {
                align-items: center !important;
            }

            #pricing .pricing-usp-badges>div {
                width: 560px !important;
                max-width: 100% !important;
                box-sizing: border-box;
            }
        }

        @media (max-width: 600px) {
            .pricing-usp-badges>div {
                padding: 12px 16px !important;
            }
        }

        /* ===== Pricing Mobile Polish (mobile only) ===== */
        @media (max-width: 768px) {
            #pricing .pricing-right .pricing-feature-rotator {
                display: none !important;
            }

            #pricing .pricing-wave-bottom {
                display: none !important;
            }

            .pricing-feature-mobile-section {
                display: block;
                padding: 0;
                background: transparent;
                overflow: visible;
            }

            .pricing-feature-mobile-surface {
                background: linear-gradient(180deg, rgba(9, 16, 34, 1) 0%, rgba(5, 12, 28, 0.98) 100%);
                margin-top: -1px;
                position: relative;
                z-index: 0;
                overflow: visible;
            }

            #pricing>div {
                padding: 56px 14px 74px !important;
            }

            #pricing>div>div:nth-child(1),
            #pricing>div>div:nth-child(2) {
                display: none;
            }

            #pricing .pricing-badge {
                margin-bottom: 30px !important;
            }

            #pricing .pricing-badge span {
                font-size: 11px !important;
                letter-spacing: 1.2px !important;
            }

            #pricing .pricing-split {
                gap: 20px !important;
            }

            #pricing .pricing-left {
                position: relative;
                background: transparent !important;
                border: none !important;
                border-radius: 0 !important;
                box-shadow: none !important;
                padding: 0 !important;
                text-align: center;
            }

            #pricing .pricing-right {
                background: linear-gradient(150deg, rgba(19, 23, 46, 0.72), rgba(11, 15, 31, 0.86));
                border: 1px solid rgba(124, 92, 255, 0.24);
                border-radius: 20px;
                padding: 18px 16px;
                box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 30px rgba(4, 8, 20, 0.42);
            }

            #pricing .pricing-left .pricing-title {
                font-size: clamp(36px, 10.8vw, 44px) !important;
                line-height: 1.06 !important;
                margin-bottom: 14px !important;
                text-align: center !important;
            }

            #pricing .pricing-left .pricing-subtitle {
                font-size: 15px !important;
                line-height: 1.58 !important;
                margin-bottom: 26px !important;
                max-width: 100% !important;
                text-align: center !important;
            }

            #pricing .pricing-price-display {
                margin-bottom: 22px !important;
                /* Important: this element has inline transform-based reveal animation.
                   A transformed ancestor becomes the containing block for the absolute
                   tooltip icon, which makes the mobile icon stick near the price text.
                   Disable transform on mobile so the icon can anchor to .pricing-left. */
                transform: none !important;
            }

            #pricing .pricing-price-display>div:first-child {
                position: static !important;
                gap: 4px !important;
                justify-content: center;
            }

            #pricing .pricing-price-display>div:first-child>span:first-child {
                font-size: 24px !important;
                margin-top: 8px !important;
            }

            #pricing .pricing-price-display>div:first-child>span:nth-child(2) {
                font-size: clamp(70px, 22vw, 94px) !important;
                letter-spacing: -2px !important;
            }

            #pricing .pricing-price-display>div:first-child>span:last-child {
                font-size: 17px !important;
                margin-bottom: 10px !important;
            }

            #pricing .pricing-included-tooltip {
                top: auto;
                /* Anchor to the outer margin next to the USP stack (75% width cards),
                   so the icon doesn't drift over wrapped ROI text on narrower screens. */
                right: max(6px, calc((100% - 75%) / 2 - 2px));
                bottom: 8px;
                margin: 0 !important;
            }

            /* On mobile, use a dedicated trigger row below the CTA card instead of the price row. */
            #pricing .pricing-price-display>div:first-child>.pricing-included-tooltip:not(.pricing-included-tooltip-mobile-alt) {
                display: none !important;
            }

            #pricing .pricing-included-tooltip-mobile-alt {
                display: none !important;
            }

            #pricing .pricing-included-mobile-row {
                display: flex !important;
                justify-content: center;
                align-items: center;
                margin-top: 10px;
                margin-bottom: 6px;
                min-height: 18px;
            }

            #pricing .pricing-included-tooltip-mobile-bottom {
                position: relative !important;
                display: inline-flex !important;
                top: auto;
                right: auto;
                bottom: auto;
                margin: 0 !important;
                z-index: 4;
            }

            #pricing .pricing-included-tooltip.pricing-included-tooltip-mobile-bottom::after {
                top: auto;
                bottom: 100%;
                right: 50%;
                width: 28px;
                height: 14px;
                transform: translateX(50%);
            }

            #pricing .pricing-included-tooltip::after {
                top: 50%;
                bottom: auto;
                right: 100%;
                width: 14px;
                height: 26px;
                transform: translateY(-50%);
            }

            #pricing .pricing-included-trigger {
                width: 18px;
                height: 18px;
                font-size: 10px;
            }

            #pricing .pricing-included-panel {
                top: 50%;
                bottom: auto;
                right: calc(100% + 10px);
                min-width: min(62vw, 230px);
                width: min(78vw, 320px);
                max-width: none;
                font-size: 11px;
                line-height: 1.5;
                padding: 9px 10px;
                transform: translateY(calc(-50% - 38px)) translateX(6px);
            }

            #pricing .pricing-included-tooltip-mobile-bottom .pricing-included-panel {
                top: auto;
                bottom: calc(100% + 10px);
                right: 50%;
                min-width: min(62vw, 230px);
                width: min(78vw, 320px);
                transform: translateX(50%) translateY(6px);
            }

            #pricing .pricing-included-panel::before {
                display: none;
            }

            #pricing .pricing-included-panel::after {
                display: none;
            }

            #pricing .pricing-included-tooltip:hover .pricing-included-panel,
            #pricing .pricing-included-tooltip:focus-within .pricing-included-panel {
                transform: translateY(calc(-50% - 38px)) translateX(0);
            }

            #pricing .pricing-included-tooltip-mobile-bottom:hover .pricing-included-panel,
            #pricing .pricing-included-tooltip-mobile-bottom:focus-within .pricing-included-panel {
                transform: translateX(50%) translateY(0);
            }

            #pricing .pricing-included-panel strong {
                font-size: 11px;
            }

            #pricing .pricing-price-display>div:nth-child(2) {
                margin-top: 6px !important;
                gap: 7px !important;
                flex-wrap: wrap;
                justify-content: center;
                padding-inline: 16px !important;
            }

            #pricing .pricing-price-display>div:nth-child(2)>span {
                font-size: 14px !important;
            }

            #pricing .pricing-price-display>div:nth-child(2)>span:nth-child(2) {
                color: rgba(48, 227, 182, 0.68) !important;
                font-weight: 600 !important;
            }

            #pricing .pricing-usp-badges {
                gap: 8px !important;
                align-items: center !important;
            }

            #pricing .pricing-usp-badges>div {
                padding: 9px 10px !important;
                border-radius: 12px !important;
                background: linear-gradient(145deg, rgba(16, 20, 40, 0.82), rgba(9, 13, 28, 0.9)) !important;
                width: 75% !important;
                margin-left: auto !important;
                margin-right: auto !important;
                justify-content: flex-start !important;
                text-align: left !important;
            }

            #pricing .pricing-usp-badges>div>div:first-child {
                width: 32px !important;
                height: 32px !important;
            }

            #pricing .pricing-usp-badges>div>div:first-child svg {
                width: 15px !important;
                height: 15px !important;
            }

            #pricing .pricing-usp-badges>div>div:last-child>div:first-child {
                font-size: 12px !important;
                line-height: 1.25 !important;
                text-align: left !important;
            }

            #pricing .pricing-usp-badges>div>div:last-child>div:last-child {
                font-size: 11px !important;
                line-height: 1.35 !important;
                text-align: left !important;
            }

            #pricing .pricing-right>div:first-child,
            #pricing .pricing-right>div:nth-child(3) {
                display: none !important;
            }

            #pricing .pricing-feature-rotator {
                margin-bottom: 20px !important;
            }

            #pricing .pricing-feature-stage {
                border-radius: 16px !important;
                min-height: 168px !important;
                padding: 16px 14px 14px !important;
            }

            #pricing .pricing-feature-icon-wrap {
                width: 28px !important;
                height: 28px !important;
                top: 10px !important;
                right: 10px !important;
                border-radius: 8px !important;
            }

            #pricing .pricing-feature-icon-svg {
                width: 16px !important;
                height: 16px !important;
            }

            #pricing .pricing-feature-content {
                padding-right: 36px !important;
            }

            #pricing .pricing-feature-label {
                font-size: 10px !important;
                margin-bottom: 6px !important;
            }

            #pricing .pricing-feature-description {
                font-size: 14px !important;
                line-height: 1.5 !important;
                min-height: calc(1.5em * 2) !important;
            }

            #pricing .pricing-right>a.button {
                padding: 16px !important;
                border-radius: 14px !important;
                font-size: 17px !important;
            }

            #pricing .pricing-right>p {
                margin-top: 10px !important;
                font-size: 12px !important;
            }

            .pricing-feature-mobile-shell {
                padding: 18px 14px 10px;
                overflow: visible;
            }

            .pricing-feature-mobile-wave-top {
                display: block;
                width: 100%;
                min-width: 100%;
                height: auto;
                margin-bottom: 0;
                position: relative;
                z-index: 1;
            }

            .pricing-feature-mobile-wave {
                display: block;
                width: 100%;
                min-width: 100%;
                height: auto;
                margin-top: -2px;
            }

            .pricing-feature-mobile-list {
                gap: 19px;
                overflow: visible;
            }

            .pricing-feature-mobile-item {
                position: relative;
                display: grid;
                grid-template-columns: 64px minmax(0, 1fr);
                gap: 12px;
                align-items: center;
                padding: 0 0 12px;
                overflow: visible;
            }

            .pricing-feature-mobile-item:not(:last-child) {
                border-bottom: none;
            }

            .pricing-feature-mobile-item:not(:last-child)::after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: 0;
                height: 1px;
                background: linear-gradient(90deg,
                        transparent 0%,
                        rgba(124, 92, 255, 0.42) 34%,
                        rgba(76, 201, 240, 0.35) 68%,
                        transparent 100%);
                box-shadow: 0 0 10px rgba(76, 201, 240, 0.12);
                pointer-events: none;
            }

            .pricing-feature-mobile-icon {
                position: relative;
                width: 60px;
                height: 60px;
                border-radius: 16px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                background: linear-gradient(145deg, rgba(var(--feature-rgb), 0.36), rgba(var(--feature-rgb), 0.12));
                border: 1px solid rgba(var(--feature-rgb), 0.58);
                box-shadow:
                    inset 0 1px 0 rgba(255, 255, 255, 0.2),
                    0 10px 22px rgba(var(--feature-rgb), 0.24);
                overflow: visible;
                z-index: 1;
            }

            .pricing-feature-mobile-icon::after {
                content: "";
                position: absolute;
                inset: -10px;
                border-radius: 20px;
                background: radial-gradient(circle, rgba(var(--feature-rgb), 0.28), transparent 72%);
                opacity: 0.75;
                z-index: -1;
            }

            .pricing-feature-mobile-icon-svg {
                width: 40px;
                height: 40px;
                display: block;
                max-width: none;
                overflow: visible !important;
            }

            .pricing-feature-mobile-icon-glyph {
                fill: none;
                stroke: rgba(var(--feature-rgb), 0.98);
                stroke-width: 2.2;
                stroke-linecap: round;
                stroke-linejoin: round;
                filter: none;
            }

            .pricing-feature-mobile-icon-material {
                font-size: 30px;
                line-height: 1;
                display: block;
                color: rgba(var(--feature-rgb), 0.98);
                text-shadow: 0 0 10px rgba(var(--feature-rgb), 0.28);
                -webkit-font-smoothing: antialiased;
            }

            .pricing-feature-mobile-copy {
                min-width: 0;
                padding-top: 2px;
            }

            .pricing-feature-mobile-kicker {
                color: rgba(168, 178, 216, 0.85);
                font-size: 9px !important;
                letter-spacing: 0.12em !important;
                margin-bottom: 4px !important;
                font-weight: 700;
                text-transform: uppercase;
            }

            .pricing-feature-mobile-title {
                font-size: clamp(17px, 5.6vw, 21px) !important;
                line-height: 1.2 !important;
                margin-bottom: 5px !important;
                white-space: normal !important;
                letter-spacing: -0.015em;
            }

            .pricing-feature-mobile-text {
                font-size: 13px !important;
                line-height: 1.42 !important;
                color: rgba(176, 186, 218, 0.9) !important;
                margin: 0;
            }
        }
