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

        svg {
            vertical-align: middle;
            flex-shrink: 0
        }

        .sr-only {
            position: absolute;
            width: 1px;
            height: 1px;
            padding: 0;
            margin: -1px;
            overflow: hidden;
            clip: rect(0, 0, 0, 0);
            white-space: nowrap;
            border: 0
        }

        html {
            scroll-behavior: smooth;
            font-size: 16px;
            overflow-x: hidden
        }

        body {
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
            color: #f0f0f8;
            background: #06060a;
            -webkit-font-smoothing: antialiased;
            overflow-x: hidden
        }

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

        /* ── NAV ── */
        nav {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 100;
            background: rgba(6, 6, 10, 0.8);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06)
        }

        .nav-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 64px
        }

        .nav-logo {
            font-size: 20px;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #fff;
            text-decoration: none
        }

        .nav-logo span {
            color: #00e5a0
        }

        .nav-links {
            display: flex;
            align-items: center;
            gap: 32px;
            list-style: none
        }

        .nav-links a {
            font-size: 13px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
            transition: color 0.2s;
            letter-spacing: 0.2px
        }

        .nav-links a:hover {
            color: #fff
        }

        .nav-cta {
            background: #fff !important;
            color: #06060a !important;
            padding: 9px 22px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s
        }

        .nav-cta:hover {
            background: #00e5a0 !important;
            transform: translateY(-1px)
        }

        .hamburger {
            display: none;
            flex-direction: column;
            gap: 5px;
            cursor: pointer;
            background: none;
            border: none;
            padding: 8px
        }

        .hamburger span {
            width: 22px;
            height: 1.5px;
            background: #fff;
            border-radius: 2px;
            transition: all 0.3s
        }

        /* ── HERO ── */
        .hero {
            padding: 160px 0 100px;
            text-align: center;
            position: relative;
            overflow: hidden
        }

        .hero::before {
            content: '';
            position: absolute;
            top: -200px;
            left: 50%;
            transform: translateX(-50%);
            width: 900px;
            height: 900px;
            background: radial-gradient(circle, rgba(0, 229, 160, 0.06) 0%, transparent 70%);
            pointer-events: none
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(0, 229, 160, 0.08);
            border: 1px solid rgba(0, 229, 160, 0.12);
            border-radius: 100px;
            padding: 7px 18px;
            font-size: 12px;
            font-weight: 600;
            color: #00e5a0;
            margin-bottom: 32px;
            letter-spacing: 0.3px
        }

        .hero h1 {
            font-size: clamp(36px, 5vw, 56px);
            font-weight: 800;
            line-height: 1.1;
            letter-spacing: -2px;
            margin-bottom: 24px;
            background: linear-gradient(180deg, #fff 40%, rgba(255, 255, 255, 0.5));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text
        }

        .hero-sub {
            font-size: 17px;
            color: rgba(255, 255, 255, 0.45);
            line-height: 1.8;
            max-width: 520px;
            margin: 0 auto 48px;
            font-weight: 400
        }

        .hero-actions {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            flex-wrap: wrap
        }

        .btn-primary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            color: #06060a;
            padding: 14px 32px;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.25s;
            letter-spacing: -0.2px
        }

        .btn-primary:hover {
            background: #00e5a0;
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(0, 229, 160, 0.2)
        }

        .btn-secondary {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: transparent;
            color: rgba(255, 255, 255, 0.6);
            padding: 14px 32px;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            border: 1px solid rgba(255, 255, 255, 0.1);
            transition: all 0.25s
        }

        .btn-secondary:hover {
            color: #fff;
            border-color: rgba(255, 255, 255, 0.25)
        }

        .hero-metrics {
            display: flex;
            justify-content: center;
            gap: 48px;
            margin-top: 80px;
            padding-top: 48px;
            border-top: 1px solid rgba(255, 255, 255, 0.06)
        }

        .hero-metric {
            text-align: center
        }

        .hero-metric-num {
            font-size: 32px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -1px;
            margin-bottom: 4px
        }

        .hero-metric-label {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.35);
            font-weight: 500;
            letter-spacing: 0.5px;
            text-transform: uppercase
        }

        /* ── SECTIONS COMMON ── */
        .section {
            padding: 100px 0
        }

        .section-label {
            font-size: 12px;
            font-weight: 600;
            color: #00e5a0;
            text-transform: uppercase;
            letter-spacing: 2px;
            margin-bottom: 16px
        }

        .section-heading {
            font-size: clamp(28px, 3.5vw, 40px);
            font-weight: 800;
            letter-spacing: -1px;
            line-height: 1.2;
            margin-bottom: 16px
        }

        .section-desc {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.4);
            line-height: 1.7;
            max-width: 500px
        }

        .section-center {
            text-align: center
        }

        .section-center .section-desc {
            margin: 0 auto
        }

        /* ── FEATURES ── */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 16px;
            margin-top: 56px
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            padding: 36px 28px;
            transition: all 0.3s
        }

        .feature-card:hover {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(0, 229, 160, 0.15);
            transform: translateY(-4px)
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            border-radius: 14px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            margin-bottom: 20px;
            background: rgba(0, 229, 160, 0.08);
            color: #00e5a0
        }

        .feature-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 10px;
            color: #fff
        }

        .feature-desc {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.4);
            line-height: 1.7
        }

        /* ── HOW IT WORKS ── */
        .steps {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 32px;
            margin-top: 56px
        }

        .step {
            position: relative;
            padding-left: 0;
            text-align: center
        }

        .step-num {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 40px;
            height: 40px;
            border-radius: 12px;
            font-size: 16px;
            font-weight: 700;
            color: #00e5a0;
            background: rgba(0, 229, 160, 0.08);
            margin-bottom: 20px
        }

        .step-title {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 8px;
            color: #fff
        }

        .step-desc {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.4);
            line-height: 1.7
        }

        /* ── CALCULATOR ── */
        .calc-section {
            padding: 80px 0;
            background: linear-gradient(180deg, #06060a 0%, #080810 100%)
        }

        .calc-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 24px;
            padding: 48px;
            max-width: 640px;
            margin: 0 auto
        }

        .calc-input-group {
            margin-bottom: 28px
        }

        .calc-input-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 12px
        }

        .calc-input-label {
            font-size: 13px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.6)
        }

        .calc-input-value {
            font-size: 20px;
            font-weight: 700;
            color: #00e5a0;
            font-variant-numeric: tabular-nums
        }

        .calc-input-value .currency {
            font-size: 14px;
            font-weight: 500;
            opacity: 0.7
        }

        .calc-range {
            -webkit-appearance: none;
            appearance: none;
            width: 100%;
            height: 4px;
            border-radius: 4px;
            background: rgba(255, 255, 255, 0.08);
            outline: none;
            cursor: pointer
        }

        .calc-range::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #00e5a0;
            cursor: pointer;
            box-shadow: 0 0 12px rgba(0, 229, 160, 0.3);
            transition: transform 0.15s
        }

        .calc-range::-webkit-slider-thumb:hover {
            transform: scale(1.15)
        }

        .calc-range::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border-radius: 50%;
            background: #00e5a0;
            cursor: pointer;
            border: none
        }

        .calc-divider {
            height: 1px;
            background: rgba(255, 255, 255, 0.06);
            margin: 32px 0
        }

        .calc-results {
            opacity: 0;
            transform: translateY(10px);
            transition: opacity 0.4s, transform 0.4s
        }

        .calc-results.visible {
            opacity: 1;
            transform: translateY(0)
        }

        .loss-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 14px 0;
            border-bottom: 1px solid rgba(255, 255, 255, 0.04)
        }

        .loss-row:last-child {
            border-bottom: none
        }

        .loss-label {
            font-size: 14px;
            color: rgba(255, 255, 255, 0.6)
        }

        .loss-value {
            font-size: 18px;
            font-weight: 700;
            font-variant-numeric: tabular-nums
        }

        .loss-value.negative {
            color: #ff5277
        }

        .loss-value.positive {
            color: #00e5a0
        }

        .loss-total {
            margin-top: 20px;
            padding: 20px;
            background: rgba(255, 82, 119, 0.04);
            border: 1px solid rgba(255, 82, 119, 0.1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .loss-total-label {
            font-size: 15px;
            font-weight: 600
        }

        .loss-total-value {
            font-size: 24px;
            font-weight: 800;
            color: #ff5277;
            font-variant-numeric: tabular-nums
        }

        .loss-vs {
            margin-top: 12px;
            padding: 16px 20px;
            background: rgba(0, 229, 160, 0.04);
            border: 1px solid rgba(0, 229, 160, 0.1);
            border-radius: 16px;
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .loss-vs-label {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.6)
        }

        .loss-vs-value {
            font-size: 16px;
            font-weight: 700;
            color: #00e5a0
        }

        .calc-cta {
            display: block;
            text-align: center;
            margin-top: 20px;
            padding: 14px 32px;
            background: #fff;
            color: #06060a;
            font-size: 14px;
            font-weight: 600;
            border-radius: 100px;
            text-decoration: none;
            transition: all 0.25s;
            opacity: 0;
            transform: translateY(8px);
            transition: opacity 0.4s, transform 0.4s, box-shadow 0.2s
        }

        .calc-cta.visible {
            opacity: 1;
            transform: translateY(0)
        }

        .calc-cta:hover {
            background: #00e5a0;
            box-shadow: 0 8px 32px rgba(0, 229, 160, 0.2)
        }

        /* ── PLANS ── */
        .plans-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 20px;
            margin-top: 48px
        }

        .plan-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 24px;
            padding: 40px 32px;
            display: flex;
            flex-direction: column;
            transition: all 0.3s
        }

        .plan-card:hover {
            border-color: rgba(255, 255, 255, 0.12);
            transform: translateY(-4px)
        }

        .plan-card.featured {
            border-color: rgba(0, 229, 160, 0.2);
            background: rgba(0, 229, 160, 0.02)
        }

        .plan-popular {
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            background: #00e5a0;
            color: #06060a;
            padding: 4px 16px;
            border-radius: 100px;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase
        }

        .plan-card.featured {
            position: relative
        }

        .plan-name {
            font-size: 20px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #fff
        }

        .plan-card.featured .plan-name {
            color: #00e5a0
        }

        .plan-price {
            display: flex;
            align-items: baseline;
            gap: 4px;
            margin-bottom: 6px
        }

        .plan-currency {
            font-size: 18px;
            font-weight: 500;
            color: rgba(255, 255, 255, 0.5)
        }

        .plan-amount {
            font-size: 48px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -2px;
            line-height: 1;
            font-variant-numeric: tabular-nums
        }

        .plan-period {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.35);
            margin-bottom: 24px
        }

        .plan-desc {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            margin-bottom: 24px;
            line-height: 1.6
        }

        .plan-features {
            list-style: none;
            margin-bottom: 32px;
            flex: 1;
            padding: 0
        }

        .plan-features li {
            display: flex;
            align-items: flex-start;
            gap: 10px;
            padding: 7px 0;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.65);
            line-height: 1.5
        }

        .plan-features li .check {
            color: #00e5a0;
            font-weight: 700;
            font-size: 13px;
            flex-shrink: 0;
            margin-top: 2px
        }

        .plan-footnote {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.3);
            font-style: italic;
            margin-top: -16px;
            margin-bottom: 24px;
            line-height: 1.5
        }

        .plan-cta {
            display: block;
            text-align: center;
            padding: 14px 28px;
            border-radius: 100px;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.25s
        }

        .plan-cta.primary {
            background: #fff;
            color: #06060a
        }

        .plan-cta.primary:hover {
            background: #00e5a0;
            transform: translateY(-2px);
            box-shadow: 0 8px 32px rgba(0, 229, 160, 0.2)
        }

        .plan-cta.secondary {
            background: transparent;
            color: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(255, 255, 255, 0.1)
        }

        .plan-cta.secondary:hover {
            border-color: rgba(255, 255, 255, 0.3);
            color: #fff
        }

        .plan-guarantee {
            text-align: center;
            font-size: 11px;
            color: rgba(255, 255, 255, 0.25);
            margin-top: 12px
        }

        /* ── AGENCY CARD ── */
        .agency-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            padding: 28px 32px;
            cursor: pointer;
            transition: all 0.3s
        }

        .agency-card:hover {
            border-color: rgba(255, 255, 255, 0.12)
        }

        .agency-card.open {
            border-color: rgba(0, 229, 160, 0.2)
        }

        .agency-header {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .agency-header-left {
            display: flex;
            align-items: center;
            gap: 16px
        }

        .agency-icon {
            font-size: 28px
        }

        .agency-question {
            font-size: 15px;
            font-weight: 600;
            color: #fff
        }

        .agency-question span {
            color: #00e5a0
        }

        .agency-sub {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.4);
            margin-top: 2px
        }

        .agency-toggle {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.4);
            display: flex;
            align-items: center;
            gap: 6px
        }

        .agency-toggle .arrow {
            transition: transform 0.3s
        }

        .agency-card.open .agency-toggle .arrow {
            transform: rotate(180deg)
        }

        .agency-details {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease
        }

        .agency-card.open .agency-details {
            max-height: 600px
        }

        .agency-divider {
            height: 1px;
            background: rgba(255, 255, 255, 0.06);
            margin: 24px 0
        }

        .agency-perks {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            margin-bottom: 24px
        }

        .agency-perk-icon {
            font-size: 20px;
            margin-bottom: 8px
        }

        .agency-perk-title {
            font-size: 14px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 4px
        }

        .agency-perk-desc {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.4);
            line-height: 1.6
        }

        .agency-bottom {
            display: flex;
            align-items: center;
            justify-content: space-between
        }

        .agency-quote {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.5);
            max-width: 300px
        }

        .agency-quote strong {
            color: #00e5a0
        }

        .agency-cta-btn {
            display: inline-flex;
            padding: 12px 28px;
            background: #00e5a0;
            color: #06060a;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.25s
        }

        .agency-cta-btn:hover {
            background: #fff;
            transform: translateY(-2px)
        }

        /* ── PROOF ── */
        .proof-stats {
            display: flex;
            justify-content: center;
            gap: 48px;
            margin: 48px 0;
            flex-wrap: wrap
        }

        .proof-stat {
            text-align: center
        }

        .proof-stat-num {
            font-size: 36px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -1px;
            margin-bottom: 4px;
            font-variant-numeric: tabular-nums
        }

        .proof-stat-label {
            font-size: 12px;
            color: rgba(255, 255, 255, 0.35);
            font-weight: 500;
            text-transform: uppercase;
            letter-spacing: 0.5px
        }

        .proof-logos {
            display: flex;
            justify-content: center;
            gap: 28px;
            margin: 40px 0;
            flex-wrap: wrap
        }

        .proof-logo {
            width: 28px;
            height: 28px;
            fill: rgba(255, 255, 255, 0.15);
            transition: fill 0.2s
        }

        .proof-logo:hover {
            fill: rgba(255, 255, 255, 0.4)
        }

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

        .testimonial {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            padding: 28px 24px
        }

        .testimonial-stars {
            font-size: 14px;
            margin-bottom: 14px;
            letter-spacing: 0;
            display: flex;
            gap: 3px;
            color: #f5a623
        }

        .testimonial-text {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.55);
            line-height: 1.7;
            margin-bottom: 20px;
            font-style: italic
        }

        .testimonial-author {
            display: flex;
            align-items: center;
            gap: 12px
        }

        .testimonial-avatar {
            width: 36px;
            height: 36px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 14px;
            font-weight: 700;
            color: #fff
        }

        .testimonial-name {
            font-size: 13px;
            font-weight: 600;
            color: #fff
        }

        .testimonial-role {
            font-size: 11px;
            color: rgba(255, 255, 255, 0.35)
        }

        /* ── FAQ ── */
        .faq-list {
            max-width: 640px;
            margin: 48px auto 0
        }

        .faq-item {
            border-bottom: 1px solid rgba(255, 255, 255, 0.06)
        }

        .faq-question {
            width: 100%;
            background: none;
            border: none;
            padding: 20px 0;
            text-align: left;
            font-family: inherit;
            font-size: 15px;
            font-weight: 600;
            color: #fff;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: color 0.2s
        }

        .faq-question:hover {
            color: #00e5a0
        }

        .faq-icon {
            font-size: 18px;
            color: rgba(255, 255, 255, 0.3);
            transition: transform 0.3s;
            font-weight: 300
        }

        .faq-item.open .faq-icon {
            transform: rotate(45deg);
            color: #00e5a0
        }

        .faq-answer {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease
        }

        .faq-item.open .faq-answer {
            max-height: 200px
        }

        .faq-answer p {
            padding: 0 0 20px;
            font-size: 13px;
            color: rgba(255, 255, 255, 0.45);
            line-height: 1.7
        }

        /* ── FINAL CTA ── */
        .final-cta {
            padding: 120px 0;
            text-align: center;
            position: relative
        }

        .final-cta::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(0, 229, 160, 0.04) 0%, transparent 70%);
            pointer-events: none
        }

        .final-heading {
            font-size: clamp(28px, 4vw, 44px);
            font-weight: 800;
            letter-spacing: -1.5px;
            line-height: 1.15;
            margin-bottom: 20px
        }

        .final-sub {
            font-size: 16px;
            color: rgba(255, 255, 255, 0.4);
            margin-bottom: 40px;
            max-width: 480px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.7
        }

        .final-btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            color: #06060a;
            padding: 16px 40px;
            border-radius: 100px;
            font-size: 15px;
            font-weight: 700;
            text-decoration: none;
            transition: all 0.25s
        }

        .final-btn:hover {
            background: #00e5a0;
            transform: translateY(-2px);
            box-shadow: 0 12px 40px rgba(0, 229, 160, 0.2)
        }

        .final-trust {
            display: flex;
            justify-content: center;
            gap: 24px;
            margin-top: 32px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.25);
            flex-wrap: wrap
        }

        /* ── FOOTER ── */
        .footer-mini {
            padding: 32px 0;
            text-align: center;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.2);
            border-top: 1px solid rgba(255, 255, 255, 0.04)
        }

        .footer-mini a {
            color: rgba(255, 255, 255, 0.3);
            text-decoration: none;
            transition: color 0.2s
        }

        .footer-mini a:hover {
            color: #00e5a0
        }

        /* ── ANIMATIONS ── */
        .fade-in {
            opacity: 0;
            transform: translateY(24px);
            transition: opacity 0.6s ease, transform 0.6s ease;
            will-change: opacity, transform
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0)
        }

        .d1 {
            transition-delay: 0.1s
        }

        .d2 {
            transition-delay: 0.2s
        }

        .d3 {
            transition-delay: 0.3s
        }

        .d4 {
            transition-delay: 0.4s
        }

        /* ── RESPONSIVE ── */
        @media(max-width:768px) {
            .nav-links {
                display: none;
                position: fixed;
                top: 64px;
                left: 0;
                right: 0;
                background: rgba(6, 6, 10, 0.98);
                backdrop-filter: blur(24px);
                flex-direction: column;
                padding: 24px;
                gap: 20px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.06)
            }

            .nav-links.open {
                display: flex
            }

            .hamburger {
                display: flex
            }

            .hero {
                padding: 120px 0 80px
            }

            .hero-metrics {
                flex-wrap: wrap;
                gap: 32px
            }

            .features-grid,
            .steps {
                grid-template-columns: 1fr;
                max-width: 400px;
                margin-left: auto;
                margin-right: auto
            }

            .proof-stats {
                gap: 32px
            }

            .agency-perks {
                grid-template-columns: 1fr
            }

            .agency-bottom {
                flex-direction: column;
                text-align: center;
                gap: 16px
            }

            .agency-cta-btn {
                width: 100%;
                justify-content: center
            }

            .faq-question {
                font-size: 14px
            }
        }
        .exit-overlay {
            display: none;
            position: fixed;
            inset: 0;
            z-index: 9999;
            background: rgba(0, 0, 0, 0.7);
            backdrop-filter: blur(8px);
            animation: fadeOverlay 0.3s ease
        }

        @keyframes fadeOverlay {
            from {
                opacity: 0
            }

            to {
                opacity: 1
            }
        }

        .exit-popup {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            background: #101018;
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 24px;
            padding: 48px 40px 40px;
            max-width: 440px;
            width: 90%;
            text-align: center;
            animation: popUp 0.4s cubic-bezier(0.68, -0.3, 0.27, 1.2)
        }

        @keyframes popUp {
            from {
                opacity: 0;
                transform: translate(-50%, -45%) scale(0.9)
            }

            to {
                opacity: 1;
                transform: translate(-50%, -50%) scale(1)
            }
        }

        .exit-popup::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            border-radius: 24px 24px 0 0;
            background: linear-gradient(90deg, transparent, #00e5a0, transparent)
        }

        .exit-close {
            position: absolute;
            top: 16px;
            right: 16px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            color: rgba(255, 255, 255, 0.4);
            width: 32px;
            height: 32px;
            border-radius: 50%;
            font-size: 18px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.2s
        }

        .exit-close:hover {
            background: rgba(255, 82, 119, 0.1);
            color: #ff5277
        }

        .exit-emoji {
            font-size: 44px;
            margin-bottom: 16px
        }

        .exit-title {
            font-size: 22px;
            font-weight: 800;
            color: #fff;
            letter-spacing: -0.5px;
            margin-bottom: 10px
        }

        .exit-desc {
            font-size: 13px;
            color: rgba(255, 255, 255, 0.45);
            line-height: 1.7;
            margin-bottom: 28px;
            max-width: 340px;
            margin-left: auto;
            margin-right: auto
        }

        .exit-desc strong {
            color: #ff5277;
            font-weight: 600
        }

        .exit-cta {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: #fff;
            color: #06060a;
            padding: 14px 32px;
            border-radius: 100px;
            font-family: inherit;
            font-size: 14px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.25s;
            border: none;
            cursor: pointer
        }

        .exit-cta:hover {
            background: #00e5a0;
            transform: translateY(-2px);
            box-shadow: 0 8px 28px rgba(0, 229, 160, 0.2)
        }

        .exit-skip {
            display: block;
            margin-top: 14px;
            font-size: 12px;
            color: rgba(255, 255, 255, 0.25);
            cursor: pointer;
            background: none;
            border: none;
            font-family: inherit;
            transition: color 0.2s
        }

        .exit-skip:hover {
            color: rgba(255, 255, 255, 0.45)
        }

        .exit-badges {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 16px;
            margin-top: 20px;
            font-size: 11px;
            color: rgba(255, 255, 255, 0.2)
        }

        .exit-badges span {
            display: flex;
            align-items: center;
            gap: 4px
        }
