            :root {
                --black: #0a0a0a;
                --charcoal: #1a1a2e;
                --navy: #16213e;
                --blue: #0f3460;
                --accent: #e94560;
                --gold: #f5a623;
                --green: #00c896;
                --white: #ffffff;
                --off-white: #f7f8fc;
                --muted: #8892a4;
                --border: #e2e8f0;
                --text: #1a1a2e;
                --body-text: #4a5568;
                --font-display: "Clash Display", "Plus Jakarta Sans", sans-serif;
                --font-body: "Plus Jakarta Sans", sans-serif;
                --r: 12px;
                --r-lg: 20px;
                --shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
                --shadow-lg: 0 16px 48px rgba(0, 0, 0, 0.14);
            }

            *,
            *::before,
            *::after {
                box-sizing: border-box;
                margin: 0;
                padding: 0;
            }
            html {
                scroll-behavior: smooth;
            }
            img {
                max-width: 100%;
                display: block;
            }

            body {
                font-family: var(--font-body);
                color: var(--text);
                background: var(--white);
                font-size: 16px;
                line-height: 1.65;
                overflow-x: hidden;
            }

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

            .tag {
                display: inline-block;
                background: rgba(233, 69, 96, 0.12);
                color: var(--accent);
                font-family: var(--font-body);
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 0.1em;
                text-transform: uppercase;
                padding: 5px 14px;
                border-radius: 100px;
                margin-bottom: 16px;
            }

            .section {
                padding: 72px 0;
            }

            .section-title {
                font-family: var(--font-display);
                font-size: clamp(26px, 4vw, 42px);
                font-weight: 700;
                line-height: 1.12;
                color: var(--charcoal);
                letter-spacing: -0.02em;
            }

            .btn-primary {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: var(--accent);
                color: #fff;
                font-family: var(--font-body);
                font-size: 15px;
                font-weight: 700;
                padding: 16px 32px;
                border-radius: var(--r);
                text-decoration: none;
                border: none;
                cursor: pointer;
                transition:
                    background 0.2s,
                    transform 0.2s,
                    box-shadow 0.2s;
                box-shadow: 0 4px 20px rgba(233, 69, 96, 0.35);
                white-space: nowrap;
                line-height: 1;
                letter-spacing: 0.01em;
            }
            .btn-primary:hover {
                background: #d03050;
                transform: translateY(-2px);
                box-shadow: 0 8px 28px rgba(233, 69, 96, 0.45);
            }

            .btn-secondary {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                background: transparent;
                color: var(--accent);
                font-family: var(--font-body);
                font-size: 15px;
                font-weight: 700;
                padding: 14px 26px;
                border-radius: var(--r);
                text-decoration: none;
                border: 2px solid var(--accent);
                cursor: pointer;
                transition: background 0.2s;
                white-space: nowrap;
                letter-spacing: 0.01em;
            }
            .btn-secondary:hover {
                background: rgba(233, 69, 96, 0.07);
            }

            .microcopy {
                display: flex;
                flex-wrap: wrap;
                gap: 10px 18px;
                align-items: center;
                font-size: 13px;
                color: var(--muted);
                margin-top: 12px;
            }
            .microcopy span::before {
                content: "✓ ";
                color: var(--green);
                font-weight: 700;
            }

            nav {
                position: sticky;
                top: 0;
                background: rgba(255, 255, 255, 0.96);
                backdrop-filter: blur(14px);
                -webkit-backdrop-filter: blur(14px);
                border-bottom: 1px solid var(--border);
                z-index: 100;
                padding: 12px 0;
            }
            nav .inner {
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
            }
            .logo {
                font-family: var(--font-display);
                font-size: 20px;
                font-weight: 700;
                color: var(--charcoal);
                text-decoration: none;
                white-space: nowrap;
                flex-shrink: 0;
                letter-spacing: -0.02em;
            }
            .logo span {
                color: var(--accent);
            }
            .nav-cta .btn-primary {
                padding: 10px 20px;
                font-size: 14px;
            }

            #hero {
                background: linear-gradient(135deg, var(--charcoal) 0%, var(--navy) 55%, var(--blue) 100%);
                padding: 64px 0 72px;
                position: relative;
                overflow: hidden;
            }
            #hero::before {
                content: "";
                position: absolute;
                inset: 0;
                background: radial-gradient(ellipse at 80% 10%, rgba(233, 69, 96, 0.18) 0%, transparent 55%),
                    radial-gradient(ellipse at 15% 90%, rgba(0, 200, 150, 0.08) 0%, transparent 50%);
                pointer-events: none;
            }

            .hero-grid {
                display: grid;
                grid-template-columns: 1fr 420px;
                gap: 48px;
                align-items: center;
            }

            .hero-tag {
                background: rgba(233, 69, 96, 0.22);
                color: #ffaabb;
                border: 1px solid rgba(233, 69, 96, 0.35);
            }

            .hero-h1 {
                font-family: var(--font-display);
                font-size: clamp(34px, 5.2vw, 60px);
                font-weight: 700;
                color: #fff;
                line-height: 1.06;
                margin-bottom: 18px;
                letter-spacing: -0.03em;
            }
            .hero-h1 .price-highlight {
                color: var(--gold);
            }

            .hero-sub {
                font-size: clamp(15px, 2vw, 18px);
                color: rgba(255, 255, 255, 0.75);
                line-height: 1.75;
                margin-bottom: 32px;
                max-width: 520px;
            }

            .hero-ctas {
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                align-items: center;
            }

            .hero-microcopy {
                color: rgba(255, 255, 255, 0.5);
                margin-top: 14px;
            }
            .hero-microcopy span::before {
                content: "✓ ";
            }

            .hero-card {
                background: #fff;
                border-radius: var(--r-lg);
                padding: 32px 28px;
                box-shadow: 0 24px 64px rgba(0, 0, 0, 0.32);
                width: 100%;
            }
            .hero-card-title {
                font-family: var(--font-display);
                font-size: 20px;
                font-weight: 700;
                color: var(--charcoal);
                margin-bottom: 4px;
                letter-spacing: -0.02em;
            }
            .hero-card-sub {
                font-size: 13px;
                color: var(--muted);
                margin-bottom: 22px;
            }

            .input-group {
                margin-bottom: 12px;
            }
            .input-label {
                display: block;
                font-size: 11px;
                font-weight: 700;
                color: var(--muted);
                text-transform: uppercase;
                letter-spacing: 0.09em;
                margin-bottom: 5px;
            }
            .input-field {
                width: 100%;
                padding: 13px 15px;
                border: 2px solid var(--border);
                border-radius: var(--r);
                font-family: var(--font-body);
                font-size: 16px;
                color: var(--text);
                background: var(--off-white);
                transition:
                    border-color 0.2s,
                    background 0.2s;
                -webkit-appearance: none;
                appearance: none;
            }
            .input-field:focus {
                outline: none;
                border-color: var(--accent);
                background: #fff;
            }
            .input-field::placeholder {
                color: #b0bac9;
            }

            .input-or {
                text-align: center;
                font-size: 12px;
                color: var(--muted);
                font-weight: 600;
                margin: 8px 0;
            }

            .card-cta {
                width: 100%;
                padding: 15px;
                font-size: 16px;
                margin-top: 6px;
            }
            .card-price {
                text-align: center;
                margin-top: 12px;
                font-size: 13px;
                color: var(--muted);
            }
            .card-price strong {
                color: var(--charcoal);
                font-size: 20px;
                font-family: var(--font-display);
            }
            .card-secure {
                display: flex;
                align-items: center;
                justify-content: center;
                gap: 6px;
                margin-top: 12px;
                font-size: 12px;
                color: var(--muted);
                flex-wrap: wrap;
                text-align: center;
            }

            #proof-bar {
                background: var(--off-white);
                border-bottom: 1px solid var(--border);
                padding: 18px 0;
            }
            .proof-bar-inner {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                gap: 14px 28px;
                justify-content: center;
            }
            .proof-badge {
                display: flex;
                align-items: center;
                gap: 8px;
                font-size: 13px;
                font-weight: 600;
                color: var(--charcoal);
                white-space: nowrap;
            }
            .proof-badge .icon {
                width: 30px;
                height: 30px;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
            }
            .proof-badge .icon svg {
                width: 16px;
                height: 16px;
                display: block;
                flex-shrink: 0;
            }
            .icon-blue {
                background: rgba(15, 52, 96, 0.1);
            }
            .icon-green {
                background: rgba(0, 200, 150, 0.12);
            }
            .icon-gold {
                background: rgba(245, 166, 35, 0.14);
            }
            .icon-red {
                background: rgba(233, 69, 96, 0.1);
            }
            .proof-divider {
                width: 1px;
                height: 28px;
                background: var(--border);
                flex-shrink: 0;
            }

            #stats {
                background: var(--charcoal);
                padding: 48px 0;
            }
            .stats-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 32px;
                text-align: center;
            }
            .stat-num {
                font-family: var(--font-display);
                font-size: clamp(34px, 5vw, 54px);
                font-weight: 700;
                color: var(--accent);
                line-height: 1;
                letter-spacing: -0.03em;
            }
            .stat-label {
                font-size: 14px;
                color: rgba(255, 255, 255, 0.6);
                margin-top: 8px;
                line-height: 1.5;
            }

            #product-includes {
                background: var(--white);
                padding: 72px 0;
            }
            .product-layout {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 56px;
                align-items: center;
            }
            .product-heading {
                font-family: var(--font-display);
                font-size: clamp(26px, 3.5vw, 40px);
                font-weight: 700;
                color: var(--charcoal);
                line-height: 1.1;
                margin-bottom: 14px;
                letter-spacing: -0.025em;
            }
            .product-subtext {
                font-size: 16px;
                color: var(--body-text);
                line-height: 1.8;
                margin-bottom: 28px;
            }
            .include-list {
                display: flex;
                flex-direction: column;
                gap: 14px;
            }
            .include-item {
                display: flex;
                align-items: flex-start;
                gap: 16px;
                background: var(--off-white);
                border-radius: var(--r);
                padding: 18px 20px;
                border-left: 4px solid var(--green);
                transition: box-shadow 0.2s;
            }
            .include-item:hover {
                box-shadow: var(--shadow);
            }
            .include-check {
                width: 36px;
                height: 36px;
                background: var(--green);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                margin-top: 2px;
            }
            .include-body {
            }
            .include-title {
                font-weight: 700;
                font-size: 16px;
                color: var(--charcoal);
                margin-bottom: 3px;
            }
            .include-desc {
                font-size: 14px;
                color: var(--body-text);
                line-height: 1.55;
            }

            .report-card {
                background: var(--charcoal);
                border-radius: var(--r-lg);
                padding: 32px 28px;
                box-shadow: var(--shadow-lg);
                position: relative;
                overflow: hidden;
            }
            .report-card::before {
                content: "";
                position: absolute;
                top: -40px;
                right: -40px;
                width: 180px;
                height: 180px;
                background: radial-gradient(circle, rgba(233, 69, 96, 0.2) 0%, transparent 70%);
                pointer-events: none;
            }
            .report-card-header {
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 24px;
                padding-bottom: 18px;
                border-bottom: 1px solid rgba(255, 255, 255, 0.1);
            }
            .report-card-brand {
                font-family: var(--font-display);
                font-size: 15px;
                font-weight: 700;
                color: #fff;
                letter-spacing: -0.02em;
            }
            .report-card-brand span {
                color: var(--accent);
            }
            .report-badge-official {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                background: rgba(0, 200, 150, 0.15);
                border: 1px solid rgba(0, 200, 150, 0.3);
                color: var(--green);
                font-size: 11px;
                font-weight: 700;
                padding: 4px 10px;
                border-radius: 100px;
                white-space: nowrap;
            }
            .report-row {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding: 13px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.07);
                gap: 12px;
            }
            .report-row:last-child {
                border-bottom: none;
            }
            .report-row-label {
                font-size: 14px;
                color: rgba(255, 255, 255, 0.6);
                display: flex;
                align-items: center;
                gap: 8px;
            }
            .report-row-label .ricon {
                display: flex;
                align-items: center;
                flex-shrink: 0;
            }
            .report-status {
                display: inline-flex;
                align-items: center;
                gap: 5px;
                font-size: 13px;
                font-weight: 700;
                padding: 4px 12px;
                border-radius: 100px;
                white-space: nowrap;
            }
            .status-clear {
                background: rgba(0, 200, 150, 0.15);
                color: var(--green);
                border: 1px solid rgba(0, 200, 150, 0.3);
            }
            .status-warn {
                background: rgba(233, 69, 96, 0.15);
                color: #ff7a90;
                border: 1px solid rgba(233, 69, 96, 0.3);
            }
            .status-ok {
                background: rgba(245, 166, 35, 0.15);
                color: var(--gold);
                border: 1px solid rgba(245, 166, 35, 0.3);
            }
            .report-price-tag {
                margin-top: 22px;
                background: rgba(233, 69, 96, 0.12);
                border-radius: var(--r);
                padding: 14px 18px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 12px;
            }
            .report-price-label {
                font-size: 13px;
                color: rgba(255, 255, 255, 0.5);
            }
            .report-price-val {
                font-family: var(--font-display);
                font-size: 32px;
                font-weight: 700;
                color: var(--gold);
                letter-spacing: -0.03em;
            }
            .ppsr-cert-note {
                margin-top: 14px;
                background: rgba(0, 200, 150, 0.08);
                border: 1px solid rgba(0, 200, 150, 0.2);
                border-radius: var(--r);
                padding: 12px 16px;
                font-size: 13px;
                color: rgba(255, 255, 255, 0.6);
                line-height: 1.55;
                display: flex;
                gap: 10px;
                align-items: flex-start;
            }
            .ppsr-cert-note .cert-icon {
                font-size: 20px;
                flex-shrink: 0;
            }

            #problem {
                background: var(--off-white);
                padding: 72px 0;
            }
            .problem-layout {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 56px;
                align-items: start;
            }
            .problem-lead {
                font-size: 19px;
                font-weight: 600;
                color: var(--charcoal);
                line-height: 1.55;
                margin-bottom: 20px;
            }
            .problem-body {
                font-size: 16px;
                color: var(--body-text);
                line-height: 1.8;
                margin-bottom: 16px;
            }
            .risk-cards {
                display: flex;
                flex-direction: column;
                gap: 14px;
            }
            .risk-card {
                background: #fff;
                border-radius: var(--r);
                padding: 18px 20px;
                border-left: 4px solid var(--accent);
                display: flex;
                gap: 14px;
                align-items: flex-start;
                box-shadow: var(--shadow);
            }
            .risk-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                flex-shrink: 0;
                width: 40px;
                height: 40px;
                background: rgba(233, 69, 96, 0.08);
                border-radius: 10px;
                margin-top: 2px;
            }
            .risk-title {
                font-weight: 700;
                color: var(--charcoal);
                font-size: 15px;
                margin-bottom: 3px;
            }
            .risk-desc {
                font-size: 14px;
                color: var(--body-text);
                line-height: 1.55;
            }

            #benefits {
                background: #fff;
                padding: 72px 0;
            }
            .benefits-intro {
                text-align: center;
                max-width: 580px;
                margin: 0 auto 44px;
            }
            .benefits-intro .section-title {
                margin-bottom: 10px;
            }
            .benefits-intro p {
                font-size: 16px;
                color: var(--body-text);
                line-height: 1.75;
            }
            .benefits-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 22px;
            }
            .benefit-card {
                background: var(--off-white);
                border-radius: var(--r-lg);
                padding: 28px 24px;
                border: 1px solid transparent;
                transition:
                    border-color 0.25s,
                    transform 0.25s,
                    box-shadow 0.25s;
            }
            .benefit-card:hover {
                border-color: var(--accent);
                transform: translateY(-4px);
                box-shadow: var(--shadow-lg);
            }
            .benefit-icon {
                width: 48px;
                height: 48px;
                background: rgba(233, 69, 96, 0.1);
                border-radius: 12px;
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 16px;
            }
            .benefit-title {
                font-family: var(--font-display);
                font-size: 17px;
                font-weight: 600;
                color: var(--charcoal);
                margin-bottom: 8px;
                letter-spacing: -0.015em;
            }
            .benefit-desc {
                font-size: 14px;
                color: var(--body-text);
                line-height: 1.7;
            }

            #how-it-works {
                background: var(--off-white);
                padding: 72px 0;
            }
            .hiw-intro {
                text-align: center;
                max-width: 520px;
                margin: 0 auto 48px;
            }
            .hiw-intro .section-title {
                margin-bottom: 10px;
            }
            .hiw-intro p {
                font-size: 16px;
                color: var(--body-text);
            }

            .steps-row {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 28px;
                position: relative;
            }

            .steps-row::before {
                content: "";
                position: absolute;
                top: 40px;
                left: calc(16.67% + 20px);
                right: calc(16.67% + 20px);
                height: 2px;
                background: linear-gradient(90deg, var(--accent), var(--gold));
                pointer-events: none;
            }

            .step {
                text-align: center;
            }
            .step-num {
                width: 80px;
                height: 80px;
                background: linear-gradient(135deg, var(--accent) 0%, #c0392b 100%);
                border-radius: 50%;
                display: flex;
                align-items: center;
                justify-content: center;
                font-family: var(--font-display);
                font-size: 30px;
                font-weight: 700;
                color: #fff;
                margin: 0 auto 18px;
                box-shadow: 0 8px 24px rgba(233, 69, 96, 0.3);
                position: relative;
                z-index: 1;
                letter-spacing: -0.02em;
            }
            .step-title {
                font-family: var(--font-display);
                font-size: 20px;
                font-weight: 600;
                color: var(--charcoal);
                margin-bottom: 10px;
                letter-spacing: -0.02em;
            }
            .step-desc {
                font-size: 15px;
                color: var(--body-text);
                line-height: 1.7;
            }

            .hiw-cta {
                text-align: center;
                margin-top: 44px;
            }
            .hiw-cta .microcopy {
                justify-content: center;
                margin-top: 10px;
            }

            #trust {
                background: #fff;
                padding: 72px 0;
            }
            .trust-intro {
                text-align: center;
                max-width: 580px;
                margin: 0 auto 44px;
            }
            .trust-intro .section-title {
                margin-bottom: 10px;
            }
            .trust-intro p {
                font-size: 16px;
                color: var(--body-text);
                line-height: 1.75;
            }

            .trust-grid {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 22px;
                margin-bottom: 56px;
            }
            .trust-card {
                background: var(--off-white);
                border-radius: var(--r-lg);
                padding: 28px 24px;
                text-align: center;
            }
            .trust-icon {
                display: flex;
                align-items: center;
                justify-content: center;
                margin-bottom: 16px;
            }
            .trust-title {
                font-family: var(--font-display);
                font-size: 17px;
                font-weight: 600;
                color: var(--charcoal);
                margin-bottom: 8px;
                letter-spacing: -0.015em;
            }
            .trust-desc {
                font-size: 14px;
                color: var(--body-text);
                line-height: 1.7;
            }

            .reviews-heading {
                text-align: center;
                font-family: var(--font-display);
                font-size: 26px;
                font-weight: 700;
                color: var(--charcoal);
                margin-bottom: 6px;
                letter-spacing: -0.025em;
            }
            .reviews-sub {
                text-align: center;
                font-size: 14px;
                color: var(--muted);
                margin-bottom: 28px;
            }
            .reviews-row {
                display: grid;
                grid-template-columns: repeat(3, 1fr);
                gap: 20px;
            }
            .review-card {
                background: var(--off-white);
                border-radius: var(--r-lg);
                padding: 24px 22px;
                border-top: 3px solid var(--gold);
            }
            .stars {
                color: var(--gold);
                font-size: 17px;
                margin-bottom: 10px;
                letter-spacing: 2px;
            }
            .review-text {
                font-size: 15px;
                color: var(--body-text);
                line-height: 1.7;
                margin-bottom: 14px;
                font-style: italic;
            }
            .reviewer {
                font-size: 13px;
                font-weight: 700;
                color: var(--charcoal);
            }
            .reviewer span {
                font-weight: 400;
                color: var(--muted);
            }

            #comparison {
                background: var(--off-white);
                padding: 72px 0;
            }
            .compare-intro {
                text-align: center;
                max-width: 600px;
                margin: 0 auto 40px;
            }
            .compare-intro .section-title {
                margin-bottom: 10px;
            }
            .compare-intro p {
                font-size: 16px;
                color: var(--body-text);
                line-height: 1.75;
            }

            .table-scroll {
                overflow-x: auto;
                -webkit-overflow-scrolling: touch;
                border-radius: var(--r-lg);
                box-shadow: var(--shadow);
            }
            .compare-table {
                width: 100%;
                min-width: 540px;
                border-collapse: collapse;
                font-size: 14px;
                background: #fff;
            }
            .compare-table th {
                padding: 16px 18px;
                font-family: var(--font-display);
                font-size: 14px;
                font-weight: 600;
                text-align: center;
                background: var(--off-white);
                border-bottom: 2px solid var(--border);
                letter-spacing: -0.01em;
            }
            .compare-table th:first-child {
                text-align: left;
            }
            .compare-table th.highlight {
                background: var(--accent);
                color: #fff;
            }
            .compare-table th.highlight small {
                display: block;
                font-size: 11px;
                font-weight: 400;
                opacity: 0.8;
                margin-top: 2px;
            }
            .compare-table td {
                padding: 13px 18px;
                border-bottom: 1px solid var(--border);
                text-align: center;
                color: var(--body-text);
            }
            .compare-table td:first-child {
                text-align: left;
                font-weight: 500;
                color: var(--charcoal);
            }
            .compare-table tr:last-child td {
                border-bottom: none;
            }
            .compare-table td.highlight {
                background: rgba(233, 69, 96, 0.04);
            }
            .tick {
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            .cross {
                display: inline-flex;
                align-items: center;
                justify-content: center;
            }
            .price-cell {
                font-family: var(--font-display);
                font-size: 20px;
                font-weight: 800;
            }
            .price-best {
                color: var(--accent);
            }
            .price-bad {
                color: #bbb;
            }
            .compare-note {
                text-align: center;
                font-size: 14px;
                color: var(--muted);
                margin-top: 18px;
                line-height: 1.6;
            }
            .compare-cta {
                text-align: center;
                margin-top: 28px;
            }

            #state-sections {
                background: #fff;
                padding: 72px 0;
            }
            .state-grid {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 28px;
            }
            .state-card {
                border-radius: var(--r-lg);
                padding: 32px 28px;
                background: var(--off-white);
            }
            .state-card.nsw {
                border-top: 4px solid var(--accent);
            }
            .state-card.qld {
                border-top: 4px solid var(--gold);
            }
            .state-card h2 {
                font-family: var(--font-display);
                font-size: 24px;
                font-weight: 700;
                color: var(--charcoal);
                margin-bottom: 12px;
                letter-spacing: -0.025em;
            }
            .state-card p {
                font-size: 15px;
                color: var(--body-text);
                line-height: 1.75;
                margin-bottom: 14px;
            }
            .state-card .btn-gold {
                display: inline-flex;
                align-items: center;
                background: var(--gold);
                color: var(--charcoal);
                font-family: var(--font-body);
                font-size: 15px;
                font-weight: 700;
                padding: 13px 24px;
                border-radius: var(--r);
                text-decoration: none;
                box-shadow: 0 4px 16px rgba(245, 166, 35, 0.35);
                transition:
                    opacity 0.2s,
                    transform 0.2s;
            }
            .state-card .btn-gold:hover {
                opacity: 0.9;
                transform: translateY(-2px);
            }

            #faq {
                background: var(--off-white);
                padding: 72px 0;
            }
            .faq-layout {
                display: grid;
                grid-template-columns: 300px 1fr;
                gap: 56px;
                align-items: flex-start;
            }
            .faq-sidebar .section-title {
                margin-bottom: 14px;
            }
            .faq-sidebar p {
                font-size: 15px;
                color: var(--body-text);
                line-height: 1.75;
                margin-bottom: 24px;
            }
            .faq-list {
                display: flex;
                flex-direction: column;
                gap: 10px;
            }
            .faq-item {
                background: #fff;
                border-radius: var(--r);
                box-shadow: var(--shadow);
                overflow: hidden;
            }
            .faq-q {
                width: 100%;
                text-align: left;
                padding: 18px 22px;
                font-family: var(--font-body);
                font-size: 15px;
                font-weight: 700;
                color: var(--charcoal);
                background: none;
                border: none;
                cursor: pointer;
                display: flex;
                justify-content: space-between;
                align-items: center;
                gap: 14px;
                line-height: 1.4;
            }
            .faq-q:hover {
                color: var(--accent);
            }
            .faq-icon {
                font-size: 20px;
                color: var(--accent);
                flex-shrink: 0;
                transition: transform 0.25s;
                line-height: 1;
            }
            .faq-a {
                padding: 0 22px 18px;
                font-size: 14px;
                color: var(--body-text);
                line-height: 1.75;
                display: none;
            }
            .faq-item.open .faq-a {
                display: block;
            }
            .faq-item.open .faq-icon {
                transform: rotate(45deg);
            }

            #final-cta {
                background: linear-gradient(135deg, var(--charcoal) 0%, var(--navy) 55%, var(--blue) 100%);
                padding: 88px 0;
                text-align: center;
                position: relative;
                overflow: hidden;
            }
            #final-cta::before {
                content: "";
                position: absolute;
                inset: 0;
                background: radial-gradient(ellipse at center, rgba(233, 69, 96, 0.15) 0%, transparent 65%);
                pointer-events: none;
            }
            .final-title {
                font-family: var(--font-display);
                font-size: clamp(28px, 5vw, 56px);
                font-weight: 700;
                color: #fff;
                line-height: 1.1;
                margin-bottom: 18px;
                position: relative;
                letter-spacing: -0.03em;
            }
            .final-sub {
                font-size: clamp(15px, 2vw, 18px);
                color: rgba(255, 255, 255, 0.65);
                line-height: 1.75;
                max-width: 580px;
                margin: 0 auto 36px;
                position: relative;
            }
            .final-cta-btns {
                display: flex;
                gap: 14px;
                justify-content: center;
                flex-wrap: wrap;
                position: relative;
            }
            .final-microcopy {
                display: flex;
                gap: 12px 20px;
                justify-content: center;
                flex-wrap: wrap;
                margin-top: 14px;
                position: relative;
            }
            .final-microcopy span {
                font-size: 13px;
                color: rgba(255, 255, 255, 0.45);
            }
            .final-microcopy span::before {
                content: "\2713";
                color: var(--green);
            }

            footer {
                background: var(--black);
                padding: 36px 0;
                text-align: center;
            }
            .footer-inner {
                max-width: 700px;
                margin: 0 auto;
                padding: 0 20px;
            }
            .footer-logo {
                font-family: var(--font-display);
                font-size: 17px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 14px;
                letter-spacing: -0.02em;
            }
            .footer-logo span {
                color: var(--accent);
            }
            .footer-links {
                display: flex;
                gap: 10px 18px;
                justify-content: center;
                flex-wrap: wrap;
                margin-bottom: 14px;
            }
            .footer-links a {
                font-size: 13px;
                color: rgba(255, 255, 255, 0.4);
                text-decoration: none;
            }
            .footer-links a:hover {
                color: rgba(255, 255, 255, 0.75);
            }
            .footer-copy {
                font-size: 12px;
                color: rgba(255, 255, 255, 0.22);
                line-height: 1.65;
            }

            .sticky-bar {
                display: none; /* shown via media query */
                position: fixed;
                bottom: 0;
                left: 0;
                right: 0;
                background: #fff;
                border-top: 1px solid var(--border);
                padding: 10px 16px;
                z-index: 200;
                box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.12);
                align-items: center;
                justify-content: space-between;
                gap: 10px;
            }
            .sticky-bar-text {
                font-size: 14px;
                font-weight: 600;
                color: var(--charcoal);
                line-height: 1.3;
                flex: 1;
                min-width: 0;
            }
            .sticky-bar-text span {
                color: var(--accent);
                display: block;
            }
            .sticky-bar .btn-primary {
                padding: 11px 20px;
                font-size: 14px;
                flex-shrink: 0;
                white-space: nowrap;
            }

            @keyframes fadeUp {
                from {
                    opacity: 0;
                    transform: translateY(22px);
                }
                to {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
            .anim {
                animation: fadeUp 0.55s ease both;
            }
            .d1 {
                animation-delay: 0.1s;
            }
            .d2 {
                animation-delay: 0.2s;
            }
            .d3 {
                animation-delay: 0.3s;
            }
            .d4 {
                animation-delay: 0.42s;
            }

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

                .product-layout,
                .problem-layout,
                .faq-layout {
                    grid-template-columns: 1fr;
                    gap: 40px;
                }

                .product-layout {
                }

                .benefits-grid {
                    grid-template-columns: 1fr 1fr;
                }
                .trust-grid {
                    grid-template-columns: 1fr 1fr;
                }
                .reviews-row {
                    grid-template-columns: 1fr 1fr;
                }

                .stats-grid {
                    gap: 20px;
                }

                .steps-row::before {
                    display: none;
                }
            }

            @media (max-width: 640px) {
                .section {
                    padding: 52px 0;
                }
                #hero {
                    padding: 44px 0 52px;
                }
                #product-includes,
                #problem,
                #benefits,
                #how-it-works,
                #trust,
                #comparison,
                #state-sections,
                #faq,
                #final-cta {
                    padding: 52px 0;
                }

                .nav-cta .btn-primary {
                    padding: 9px 14px;
                    font-size: 13px;
                }

                .hero-h1 {
                    font-size: 30px;
                }
                .hero-sub {
                    font-size: 15px;
                }
                .hero-ctas {
                    flex-direction: column;
                    align-items: flex-start;
                }
                .hero-ctas .btn-primary,
                .hero-ctas .btn-secondary {
                    width: 100%;
                    text-align: center;
                }

                .hero-card {
                    padding: 24px 18px;
                }

                .benefits-grid,
                .trust-grid,
                .reviews-row,
                .stats-grid,
                .steps-row {
                    grid-template-columns: 1fr;
                }

                .steps-row::before {
                    display: none;
                }

                .state-grid {
                    grid-template-columns: 1fr;
                }

                .proof-bar-inner {
                    gap: 10px 20px;
                }
                .proof-divider {
                    display: none;
                }

                .faq-layout {
                    grid-template-columns: 1fr;
                    gap: 28px;
                }
                .faq-sidebar .btn-primary {
                    width: 100%;
                    text-align: center;
                }

                .final-cta-btns .btn-primary {
                    width: 100%;
                    font-size: 16px;
                    padding: 17px 20px;
                }

                .sticky-bar {
                    display: flex;
                }
                body {
                    padding-bottom: 68px;
                }

                .microcopy {
                    font-size: 12px;
                    gap: 8px 14px;
                }
            }