:root {
    --bg: #FFFFFF;
    --ink: #111827;
    --ink-soft: #6B7280;
    --line: #E5E7EB;
    --surface: #F9FAFB;
    --brand: #2563EB;
    --brand-soft: #DBEAFE;
    --accent: #FBBF24;
    --bad: #EF4444;
    --bad-soft: #FEE2E2;
    --good: #22C55E;
    --good-soft: #DCFCE7;
    --radius: 12px;
    --radius-lg: 20px;
    --container: 1120px;
    --s1: 8px;
    --s2: 12px;
    --s3: 16px;
    --s4: 24px;
    --s5: 32px;
    --s6: 48px;
    --s7: 64px;
    --s8: 96px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Inter', system-ui, -apple-system, sans-serif;
    color: var(--ink);
    background: var(--bg);
    line-height: 1.6;
    font-size: 16px;
    padding-bottom: 88px;
}

@media (min-width:960px) {
    body {
        padding-bottom: 0;
    }
}

img,
svg {
    display: block;
}

.container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 20px;
}

@media (min-width:768px) {
    .container {
        padding: 0 32px;
    }
}

h1,
h2,
h3 {
    font-weight: 800;
    letter-spacing: -0.02em;
    line-height: 1.15;
    color: var(--ink);
}

h1 {
    font-size: clamp(28px, 6vw, 46px);
}

h2 {
    font-size: clamp(22px, 4vw, 32px);
    margin-bottom: var(--s2);
}

h3 {
    font-size: 17px;
    margin-bottom: 4px;
    font-weight: 700;
}

p {
    color: var(--ink-soft);
}

a {
    color: inherit;
}

ul {
    list-style: none;
}

:focus-visible {
    outline: 2px solid var(--brand);
    outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
    * {
        transition: none !important;
        animation: none !important;
        scroll-behavior: auto !important;
    }
}

.mono {
    font-family: 'IBM Plex Mono', monospace;
}

/* Hide utilities */
.hide-mobile {
    display: none;
}

@media (min-width:640px) {
    .hide-mobile {
        display: inline;
    }
}

.hide-desktop {
    display: inline;
}

@media (min-width:960px) {
    .hide-desktop {
        display: none;
    }
}

/* Reveal on scroll */
.reveal-init {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity .6s ease, transform .6s ease;
}

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

/* Icons */
.icon {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

.icon--sm {
    width: 16px;
    height: 16px;
}

.icon--lg {
    width: 24px;
    height: 24px;
}

/* Layout */
.section {
    padding: var(--s7) 0;
}

@media (min-width:768px) {
    .section {
        padding: var(--s8) 0;
    }
}

.section--surface {
    background: var(--surface);
}

.section--brand {
    background: var(--brand);
    color: #fff;
}

.section--brand h2,
.section--brand p {
    color: #fff;
}

.section-head {
    margin-bottom: var(--s5);
}

.section-head p {
    font-size: 15px;
    max-width: 520px;
}

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

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--brand);
    background: var(--brand-soft);
    padding: 6px 12px;
    border-radius: 999px;
    margin-bottom: var(--s3);
}

.section--brand .eyebrow {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    padding: 14px 28px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: transform .15s ease, box-shadow .15s ease;
}

.btn:active {
    transform: scale(0.98);
}

.btn--primary {
    background: var(--brand);
    color: #fff;
}

.btn--primary:hover {
    box-shadow: 0 8px 20px rgba(37, 99, 235, 0.30);
}

.btn--white {
    background: #fff;
    color: var(--brand);
}

.btn--white:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.btn--block {
    width: 100%;
}

.btn--sm {
    padding: 10px 18px;
    font-size: 14px;
}

@keyframes pulse-blue {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 99, 235, 0.35);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(37, 99, 235, 0);
    }
}

@keyframes pulse-white {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.45);
    }

    50% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
}

.btn--pulse {
    animation: pulse-blue 2.4s ease-in-out infinite;
}

.btn--pulse-light {
    animation: pulse-white 2.4s ease-in-out infinite;
}

.price-old {
    font-family: 'IBM Plex Mono', monospace;
    text-decoration: line-through;
    color: var(--ink-soft);
}

.price-new {
    font-family: 'IBM Plex Mono', monospace;
    color: var(--brand);
    font-weight: 700;
}

.section--brand .price-old {
    color: rgba(255, 255, 255, 0.65);
}

.section--brand .price-new {
    color: #fff;
}

/* Urgency bar */
.urgency-bar {
    background: var(--ink);
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
}

.urgency-bar .container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    text-align: center;
}

.urgency-bar__timer {
    color: var(--accent);
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.02em;
}

/* Top bar */
.topbar {
    display: block;
    border-bottom: 1px solid var(--line);
    padding: 14px 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

/* @media (min-width:640px) {
.topbar {
display: block;
}
} */

    .topbar .container {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .topbar__name {
        font-family: 'IBM Plex Mono', monospace;
        font-weight: 600;
        font-size: 14px;
    }

    .topbar__logo {
        max-height: 30px;
    }

    .topbar__price {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 14px;
        color: var(--brand);
        font-weight: 600;
    }

    .topbar__price:hover {
        cursor: pointer;
        text-decoration: underline;
    }

    /* Hero */
    .hero {
        padding: var(--s3) 0 var(--s4);
    }

    @media (min-width:768px) {
        .hero {
            padding: var(--s5) 0 var(--s6);
        }
    }

    .hero__grid {
        display: grid;
        gap: var(--s6);
        align-items: center;
    }

    @media (min-width:960px) {
        .hero__grid {
            grid-template-columns: 1fr 1fr;
            gap: var(--s7);
        }
    }

    .hero__content {
        display: flex;
        flex-direction: column;
    }

    .hero__content>* {
        margin-bottom: var(--s3);
    }

    .hero__content>*:last-child {
        margin-bottom: 0;
    }

    .hero__content .eyebrow {
        order: 1;
    }

    .hero__content h1 {
        order: 2;
    }

    .hero__content .hero__sub {
        order: 3;
    }

    .hero__content .hero__price-row {
        order: 4;
    }

    .hero__content .hero__cta {
        order: 5;
    }

    .hero__content .hero__note {
        order: 6;
    }

    .hero__content .hero__benefits {
        order: 7;
    }

    /* @media (min-width:960px) { */
    /*     .hero__content .hero__benefits { */
    /*         order: 4; */
    /*     } */
    /**/
    /*     .hero__content .hero__price-row { */
    /*         order: 5; */
    /*     } */
    /**/
    /*     .hero__content .hero__cta { */
    /*         order: 6; */
    /*     } */
    /**/
    /*     .hero__content .hero__note { */
    /*         order: 7; */
    /*     } */
    /* } */

    .hero__sub {
        font-size: clamp(15px, 4vw, 18px);
        max-width: 480px;
    }

    .hero__benefits {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .hero__benefits li {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        font-weight: 500;
        color: var(--ink);
        font-size: 14px;
    }

    @media (min-width:640px) {
        .hero__benefits li {
            font-size: 15px;
        }
    }

    .hero__benefits .icon {
        color: var(--good);
        margin-top: 2px;
    }

    .hero__price-row {
        display: flex;
        align-items: center;
        gap: 12px;
        flex-wrap: wrap;
    }

    .hero__price-row .price-old {
        font-size: 18px;
    }

    .hero__price-row .price-new {
        font-size: 34px;
    }

    .hero__price-badge {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 12px;
        font-weight: 600;
        background: var(--accent);
        color: var(--ink);
        padding: 4px 10px;
        border-radius: 6px;
        border: 1px solid #F59E0B;
    }

    .hero__note {
        font-size: 13px;
    }

    .hero__visual {
        display: none;
    }

    @media (min-width:960px) {
        .hero__visual {
            display: block;
            position: relative;
            max-width: 520px;
            margin: 0 auto;
        }
    }

    .hero__visual img {
        width: 83%;
        height: auto;
        border-radius: var(--radius-lg);
        margin-inline: auto;
    }

    .hero__tag {
        position: absolute;
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-family: 'IBM Plex Mono', monospace;
        font-size: 12px;
        font-weight: 600;
        padding: 6px 12px;
        border-radius: 8px;
        border: 1px solid;
        box-shadow: 0 6px 16px rgba(17, 24, 39, 0.08);
    }

    .hero__tag--bad {
        top: -14px;
        left: -10px;
        color: var(--bad);
        background: #fff;
        border-color: var(--bad-soft);
    }

    .hero__tag--good {
        bottom: -14px;
        right: -10px;
        color: #15803D;
        background: var(--good-soft);
        border-color: var(--good);
    }

    @keyframes float-y {

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

        50% {
            transform: translateY(-6px);
        }
    }

    .hero__tag--good {
        animation: float-y 3.2s ease-in-out infinite;
    }

    .hero__tag--bad {
        animation: float-y 3.2s ease-in-out infinite;
        animation-delay: 1.1s;
    }

    /* Resume mockup */
    .resume-mock {
        border: 1px solid var(--line);
        border-radius: var(--radius);
        padding: 18px;
        background: #fff;
    }

    .resume-mock--before {
        background: var(--surface);
    }

    .resume-mock__topbar {
        display: flex;
        gap: 4px;
        margin-bottom: 14px;
    }

    .resume-mock__dot {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--line);
    }

    .resume-mock__bar {
        height: 7px;
        border-radius: 3px;
        background: var(--line);
        margin-bottom: 6px;
    }

    .resume-mock--after .resume-mock__bar {
        height: 8px;
        border-radius: 4px;
        margin-bottom: 8px;
    }

    .resume-mock__grid {
        display: grid;
        grid-template-columns: 34% 1fr;
        gap: 14px;
    }

    .resume-mock__col-side,
    .resume-mock__col-main {
        display: flex;
        flex-direction: column;
    }

    .resume-mock__col-side>*,
    .resume-mock__col-main>* {
        margin-bottom: 6px;
    }

    .resume-mock__avatar {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: var(--line);
        margin-bottom: 8px;
    }

    .resume-mock__section-label {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        color: var(--brand);
        padding-bottom: 4px;
        border-bottom: 1px solid var(--line);
        margin: 12px 0 8px;
    }

    .resume-mock__chips {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
        margin-top: 4px;
    }

    .resume-mock__chip {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 10px;
        padding: 3px 8px;
        border-radius: 999px;
        background: var(--brand-soft);
        color: var(--brand);
    }

    .w-35 {
        width: 35%
    }

    .w-40 {
        width: 40%
    }

    .w-55 {
        width: 55%
    }

    .w-60 {
        width: 60%
    }

    .w-65 {
        width: 65%
    }

    .w-70 {
        width: 70%
    }

    .w-75 {
        width: 75%
    }

    .w-80 {
        width: 80%
    }

    .w-85 {
        width: 85%
    }

    .w-90 {
        width: 90%
    }

    .w-95 {
        width: 95%
    }

    .w-100 {
        width: 100%
    }

    /* Generic card */
    .card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        padding: var(--s4);
    }

    .card__icon {
        width: 40px;
        height: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: var(--s3);
    }

    .card p {
        font-size: 14px;
        margin: 0;
    }

    .badge-bonus {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 10px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        background: var(--accent);
        color: var(--ink);
        padding: 2px 7px;
        border-radius: 4px;
        margin-left: 6px;
        display: inline-block;
        vertical-align: middle;
    }

    /* Problem grid */
    .problem-grid {
        display: grid;
        gap: var(--s3);
        grid-template-columns: 1fr;
    }

    @media (min-width:640px) {
        .problem-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width:960px) {
        .problem-grid {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .card--problem {
        border-left: 3px solid var(--bad);
    }

    .card--problem .card__icon {
        background: var(--bad-soft);
        color: var(--bad);
    }

    .problem-bridge {
        margin-top: var(--s5);
        font-size: 16px;
        font-weight: 600;
        color: var(--ink);
    }

    /* Flow diagram */
    .flow {
        display: flex;
        flex-direction: column;
        gap: var(--s3);
    }

    @media (min-width:840px) {
        .flow {
            flex-direction: row;
            align-items: center;
        }
    }

    .flow__step {
        flex: 1;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        padding: var(--s3) var(--s4);
        text-align: center;
    }

    .flow__step--bad {
        border-color: var(--bad);
        background: var(--bad-soft);
    }

    .flow__step .step-label {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.08em;
        color: var(--ink-soft);
        margin-bottom: 4px;
    }

    .flow__step--bad .step-label {
        color: var(--bad);
    }

    .flow__step strong {
        display: block;
        font-size: 16px;
        margin-bottom: 2px;
    }

    .flow__step span.detail {
        font-size: 13px;
        color: var(--ink-soft);
    }

    .flow__arrow {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--ink-soft);
        transform: rotateZ(90deg);
    }

    .flow__outcomes {
        display: flex;
        flex-direction: row;
        gap: var(--s2);
        flex: 1;
    }

    @media (min-width:840px) {
        .flow__outcomes {
            flex-direction: column;
        }
        .flow__arrow {
            transform: rotateZ(0deg);
        }
    }

    .flow__outcome {
        flex: 1;
        border-radius: var(--radius);
        padding: var(--s3);
        text-align: center;
        border: 1px solid;
    }

    .flow__outcome--bad {
        border-color: var(--bad);
        background: var(--bad-soft);
        color: #991B1B;
    }

    .flow__outcome--good {
        border-color: var(--good);
        background: var(--good-soft);
        color: #15803D;
    }

    .flow__outcome .icon {
        margin: 0 auto 4px;
    }

    .flow__outcome strong {
        display: block;
        font-size: 15px;
    }

    .flow__outcome span.detail {
        font-size: 12px;
        opacity: 0.85;
    }

    .flow-caption {
        margin-top: var(--s4);
        font-size: 14px;
    }

    .flow-caption strong {
        color: var(--bad);
    }

    /* Compare (before/after) */
    .compare {
        display: grid;
        gap: var(--s4);
        grid-template-columns: 1fr;
    }

    @media (min-width:880px) {
        .compare {
            grid-template-columns: 1fr 1fr;
        }
    }

    .compare__card {
        border-radius: var(--radius-lg);
        border: 1px solid var(--line);
        overflow: hidden;
        background: #fff;
    }

    .compare__head {
        padding: var(--s3) var(--s4);
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .compare__card--before .compare__head {
        background: var(--bad-soft);
    }

    .compare__card--after .compare__head {
        background: var(--good-soft);
    }

    .compare__label {
        font-family: 'IBM Plex Mono', monospace;
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }

    .compare__card--before .compare__label {
        color: var(--bad);
    }

    .compare__card--after .compare__label {
        color: #15803D;
    }

    .compare__head .detail {
        font-size: 13px;
        font-weight: 600;
    }

    .compare__card--before .compare__head .detail {
        color: var(--bad);
    }

    .compare__card--after .compare__head .detail {
        color: #15803D;
    }

    .compare__body {
        padding: var(--s4);
    }

    .compare__list {
        margin-top: var(--s3);
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .compare__list li {
        display: flex;
        gap: 8px;
        align-items: flex-start;
        font-size: 14px;
        color: var(--ink);
    }

    .compare__card--before .compare__list .icon {
        color: var(--bad);
    }

    .compare__card--after .compare__list .icon {
        color: var(--good);
    }

    .compare__list .icon {
        margin-top: 2px;
    }

    /* What you get grid */
    .grid-3 {
        display: grid;
        gap: var(--s3);
        grid-template-columns: 1fr;
    }

    @media (min-width:640px) {
        .grid-3 {
            grid-template-columns: repeat(2, 1fr);
        }
    }

    @media (min-width:960px) {
        .grid-3 {
            grid-template-columns: repeat(3, 1fr);
        }
    }

    .card--feature .card__icon {
        background: var(--brand-soft);
        color: var(--brand);
    }

    .card--bonus .card__icon {
        background: #FEF3C7;
        color: #B45309;
    }

    /* Value summary */
    .value-summary {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--s3);
        background: var(--brand-soft);
        border: 1px solid var(--brand);
        border-radius: var(--radius-lg);
        padding: var(--s5);
        margin-bottom: var(--s5);
        text-align: center;
    }

    @media (min-width:640px) {
        .value-summary {
            flex-direction: row;
            justify-content: center;
            gap: var(--s5);
            text-align: left;
        }

        .value-summary__save {
            margin-left: auto;
        }
    }

    .value-summary__col {
        display: flex;
        flex-direction: column;
        gap: 2px;
    }

    .value-summary__label {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--ink-soft);
    }

    .value-summary__old {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 24px;
        text-decoration: line-through;
        color: var(--ink-soft);
    }

    .value-summary__new {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 32px;
        font-weight: 700;
        color: var(--brand);
    }

    .value-summary__divider {
        color: var(--brand);
    }

    @media (max-width:639px) {
        .value-summary__divider .icon {
            transform: rotate(90deg);
        }
    }

    .value-summary__save {
        font-family: 'IBM Plex Mono', monospace;
        font-weight: 600;
        font-size: 14px;
        background: var(--accent);
        color: var(--ink);
        padding: 8px 16px;
        border-radius: 999px;
        border: 1px solid #F59E0B;
    }

    /* Value table */
    .value-table {
        width: 100%;
        border-collapse: collapse;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        overflow: hidden;
    }

    .value-table th,
    .value-table td {
        padding: 13px 16px;
        text-align: left;
        border-bottom: 1px solid var(--line);
        font-size: 14px;
    }

    .value-table th {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 11px;
        text-transform: uppercase;
        letter-spacing: 0.06em;
        color: var(--ink-soft);
        background: var(--surface);
    }

    .value-table th:last-child,
    .value-table td:last-child {
        text-align: center;
        width: 90px;
    }

    .value-table .icon {
        color: var(--good);
        margin: 0 auto;
    }

    .value-table tbody tr:last-child td {
        border-bottom: none;
    }

    .value-table tfoot td {
        border-top: 2px solid var(--line);
        background: var(--surface);
        font-weight: 700;
    }

    .value-table tfoot tr:first-child td {
        border-bottom: 1px solid var(--line);
    }

    .value-table tfoot tr:last-child td {
        border-bottom: none;
    }

    .value-table tfoot .price-today {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 18px;
        font-weight: 700;
        color: var(--brand);
    }

    /* CTA section */
    .cta-section {
        text-align: center;
    }

    .cta-section .price-block {
        display: flex;
        align-items: baseline;
        justify-content: center;
        gap: 14px;
        margin: var(--s3) 0 var(--s4);
    }

    .cta-section .price-old {
        font-size: 20px;
    }

    .cta-section .price-new {
        font-size: 42px;
    }

    .cta-section .btn--white {
        font-size: 17px;
        padding: 16px 38px;
    }

    .btn--yellow {
        background: var(--accent);
        color: var(--ink);
    }

    .btn--yellow:hover {
        box-shadow: 0 8px 20px rgba(251, 191, 36, 0.40);
    }

    @keyframes pulse-yellow {

        0%,
        100% {
            box-shadow: 0 0 0 0 rgba(251, 191, 36, 0.45);
        }

        50% {
            box-shadow: 0 0 0 10px rgba(251, 191, 36, 0);
        }
    }

    .btn--pulse-yellow {
        animation: pulse-yellow 2.4s ease-in-out infinite;
    }

    .cta-urgency {
        font-size: 14px;
        margin-top: var(--s3);
        color: rgba(255, 255, 255, 0.8);
    }

    .cta-urgency__timer {
        color: var(--accent);
        font-weight: 600;
    }

    .cta-section .hero__note {
        margin-top: var(--s3);
        color: rgba(255, 255, 255, 0.75);
    }

    /* FAQ */
    .faq {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }

    .faq__item {
        border: 1px solid var(--line);
        border-radius: var(--radius);
        background: #fff;
        overflow: hidden;
    }

    .faq__item summary {
        list-style: none;
        cursor: pointer;
        padding: 16px var(--s4);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        font-weight: 600;
        font-size: 15px;
        color: var(--ink);
    }

    .faq__item summary::-webkit-details-marker {
        display: none;
    }

    .faq__item summary .icon {
        color: var(--ink-soft);
        transition: transform .2s ease;
    }

    .faq__item[open] summary .icon {
        transform: rotate(180deg);
    }

    .faq__item p {
        padding: 0 var(--s4) 16px;
        font-size: 14px;
        margin: 0;
    }

    /* Sticky CTA */
    .sticky-cta {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 50;
        background: var(--ink);
        color: #fff;
        padding: 12px 20px;
        padding-bottom: max(12px, env(safe-area-inset-bottom));
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        box-shadow: 0 -4px 20px rgba(17, 24, 39, 0.15);
    }

    @media (min-width:960px) {
        .sticky-cta {
            display: fixed;
        }
    }

    .sticky-cta__left {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1;
        min-width: 0;
    }

    @media (min-width:640px) {
        .sticky-cta__left {
            flex-direction: row;
            align-items: center;
            gap: 16px;
        }
    }

    .sticky-cta__info {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-shrink: 0;
    }

    .sticky-cta__label {
        font-size: 11px;
        color: rgba(255, 255, 255, 0.75);
        font-family: 'IBM Plex Mono', monospace;
        text-transform: uppercase;
        letter-spacing: 0.06em;
    }

    .sticky-cta__price {
        display: flex;
        align-items: baseline;
        gap: 8px;
    }

    .sticky-cta__price .price-new {
        font-size: 18px;
        color: #fff;
    }

    .sticky-cta__price .price-old {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.6);
    }

    .sticky-cta__save {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 11px;
        font-weight: 600;
        background: var(--accent);
        color: var(--ink);
        padding: 2px 7px;
        border-radius: 4px;
    }

    .sticky-cta__timer-row {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        color: rgba(255, 255, 255, 0.85);
        flex-wrap: wrap;
    }

    .sticky-cta__timer-row .urgency-bar__timer {
        font-size: 13px;
    }

    /* Success bar */
    .success-bar { background: var(--good-soft); color: #15803D; padding: 10px 0; font-size: 14px; font-weight: 600; }
    .success-bar .container { display: flex; align-items: center; justify-content: center; gap: 8px; text-align: center; }
    .success-bar .icon { color: var(--good); }

    /* Confirmation */
    .confirm { text-align: center; }
    .confirm .container { max-width: 560px; }
    .success-badge {
        width: 64px; height: 64px; border-radius: 50%; background: var(--good-soft); border: 2px solid var(--good);
        display: flex; align-items: center; justify-content: center; margin: 0 auto var(--s4); color: var(--good);
    }
    .success-badge .icon { width: 30px; height: 30px; }
    @keyframes pop-in { 0% { transform: scale(0.6); opacity: 0; } 100% { transform: scale(1); opacity: 1; } }
    .success-badge { animation: pop-in .5s cubic-bezier(.34,1.56,.64,1); }
    .confirm__sub { font-size: clamp(15px, 4vw, 17px); margin: var(--s3) auto var(--s4); max-width: 440px; }
    .confirm__note { font-size: 13px; margin-top: var(--s3); }

    /* Order card */
    .order-card {
        background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg);
        padding: var(--s4); max-width: 380px; margin: 0 auto var(--s4); text-align: left;
    }
    .order-card__row { display: flex; justify-content: space-between; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); font-size: 14px; gap: 12px; }
    .order-card__row:last-child { border-bottom: none; }
    .order-card__row span:first-child { color: var(--ink-soft); }
    .order-card__row span:last-child { font-weight: 600; text-align: right; word-break: break-all; }

    /* Steps */
    .steps { display: flex; flex-direction: column; gap: var(--s3); max-width: 680px; margin: 0 auto; }
    .step { display: flex; gap: var(--s3); align-items: flex-start; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: var(--s4); text-align: left; }
    .step__num {
        width: 32px; height: 32px; border-radius: 50%; background: var(--brand); color: #fff;
        display: flex; align-items: center; justify-content: center; font-family: 'IBM Plex Mono', monospace;
        font-weight: 600; font-size: 14px; flex-shrink: 0;
    }
    .step p { font-size: 14px; margin: 0; }

    /* Checklist */
    .checklist { display: grid; gap: 10px; grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
    @media (min-width: 640px) { .checklist { grid-template-columns: repeat(2, 1fr); } }
    .checklist li { display: flex; align-items: center; gap: 8px; font-size: 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 10px 14px; text-align: left; }
    .checklist .icon { color: var(--good); flex-shrink: 0; }

    /* Footer */
    .footer { text-align: center; padding: var(--s5) 0; border-top: 1px solid var(--line); }
    .footer__name { font-family: 'IBM Plex Mono', monospace; font-weight: 600; font-size: 14px; margin-bottom: 4px; }
    .footer p { font-size: 13px; margin: 0; }

    /* ═══════════════════════════════════════════════════════
    TRUST-FIRST ADDITIONS — append to end of existing CSS
    ═══════════════════════════════════════════════════════ */

    /* ── IMAGE SKELETON PLACEHOLDERS ── */
    .img-skeleton {
        /* background: linear-gradient(135deg, #f3f4f6, #e9eaec, #f3f4f6); */
        background-size: 300% 100%;
        animation: skeleton-shimmer 2s infinite;
        border: 2px dashed #D1D5DB;
        border-radius: var(--radius);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 8px;
        text-align: center;
        contain: content;
    }
    .img-skeleton > img {
        max-width: 100%;
        max-height: 100%;
    }
    .img-skeleton > *:first-child { font-size: 36px }
    .img-skeleton strong { font-size: 14px; font-weight: 700 }
    .img-skeleton span { font-size: 11px; color: var(--ink-soft); line-height: 1.5; }
    @keyframes skeleton-shimmer {
        0%   { background-position: 200% 0; }
        100% { background-position: -200% 0; }
    }

    /* ── HERO ADDITIONS ── */
    .hero-rating {
        display: inline-flex;
        align-items: center;
        gap: 6px;
        font-size: 13px;
        font-weight: 600;
        color: var(--ink);
        margin-bottom: 4px;
    }
    .hero-rating__stars { color: #FBBF24; font-size: 15px; letter-spacing: 1px; }
    .hero-rating__count { color: var(--ink-soft); font-weight: 400; }

    .hero-trust-row {
        display: flex;
        align-items: center;
        gap: 14px;
        flex-wrap: wrap;
        padding: 10px 0;
        border-top: 1px solid var(--line);
        border-bottom: 1px solid var(--line);
        margin: 4px 0;
    }
    .trust-badge {
        display: inline-flex;
        align-items: center;
        gap: 5px;
        font-size: 12px;
        font-weight: 600;
        color: var(--ink-soft);
    }
    .trust-badge svg { color: var(--good); flex-shrink: 0; }

    /* ── URGENCY BAR ── */
    .urgency-bar {
        background: var(--ink);
        color: #fff;
        padding: 8px 0;
        font-size: 13px;
        font-weight: 500;
    }
    .urgency-bar .container {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 6px;
        flex-wrap: wrap;
        text-align: center;
    }

    /* ── STATS STRIP ── */
    .stats-strip {
        background: var(--ink);
        padding: var(--s5) 0;
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--s4);
        text-align: center;
    }
    @media (min-width: 640px) { .stats-grid { grid-template-columns: repeat(4, 1fr); } }
    .stat-item__value {
        font-family: 'IBM Plex Mono', monospace;
        font-size: 28px;
        font-weight: 700;
        color: #fff;
        letter-spacing: -0.02em;
        line-height: 1;
        margin-bottom: 5px;
    }
    .stat-item__label { font-size: 12px; color: rgba(255,255,255,0.55); text-transform: uppercase; letter-spacing: 0.06em; }

    /* ── BEFORE/AFTER IMAGE CARDS ── */
    .ba-image-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--s5);
    }
    @media (min-width: 768px) { .ba-image-grid { grid-template-columns: 1fr 1fr; } }

    .ba-image-card {
        border-radius: var(--radius-lg);
        overflow: hidden;
        border: 1px solid var(--line);
        box-shadow: 0 4px 24px rgba(0,0,0,0.08);
        background: #fff;
    }
    .ba-image-card__header {
        padding: 12px 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-family: 'IBM Plex Mono', monospace;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0.06em;
        text-transform: uppercase;
    }
    .ba-image-card--before .ba-image-card__header { background: var(--bad-soft); color: var(--bad); }
    .ba-image-card--after  .ba-image-card__header { background: var(--good-soft); color: #15803D; }
    .ba-image-card__body img { width: 100%; height: auto; display: block; }
    .ba-callouts { padding: var(--s3) var(--s4); display: flex; flex-direction: column; gap: 8px; border-top: 1px solid var(--line); }
    .ba-callout { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; color: var(--ink); line-height: 1.4; }
    .ba-callout svg { flex-shrink: 0; margin-top: 1px; }

    /* ── PRODUCT PREVIEW ── */
    .preview-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: var(--s3);
    }
    @media (min-width: 640px) { .preview-grid { grid-template-columns: repeat(3, 1fr); } }
    .preview-card {
        border: 1px solid var(--line);
        border-radius: var(--radius);
        overflow: hidden;
        background: #fff;
        transition: box-shadow 0.2s ease, transform 0.2s ease;
    }
    .preview-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-2px); }
    .preview-card img { width: 100%; height: auto; display: block; }
    .preview-card__label {
        padding: 9px 13px;
        font-size: 13px;
        font-weight: 700;
        /* color: var(--ink); */
        background-color: var(--brand);
        color: white;
        text-align: center;
        border-top: 1px solid white;

    }

    /* ── TESTIMONIALS ── */
    .testimonial-grid {
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--s4);
    }
    @media (min-width: 640px)  { .testimonial-grid { grid-template-columns: repeat(2, 1fr); } }
    @media (min-width: 960px)  { .testimonial-grid { grid-template-columns: repeat(3, 1fr); } }

    .testimonial-card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius-lg);
        padding: var(--s4);
        display: flex;
        flex-direction: column;
        gap: var(--s3);
        transition: box-shadow 0.2s ease, transform 0.2s ease;
    }
    .testimonial-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.09); transform: translateY(-2px); }
    .tc-stars { color: #FBBF24; font-size: 16px; letter-spacing: 2px; }
    .tc-quote { font-size: 14px; color: var(--ink); line-height: 1.65; flex: 1; }
    .tc-quote::before { content: '\201C'; color: var(--brand); font-size: 20px; font-weight: 800; margin-right: 2px; }
    .tc-author {
        display: flex;
        align-items: center;
        gap: 10px;
        padding-top: var(--s2);
        border-top: 1px solid var(--line);
    }
    .tc-avatar {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        object-fit: cover;
        border: 2px solid var(--line);
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 800;
        font-size: 13px;
        flex-shrink: 0;
    }
    img.tc-avatar { background: var(--surface); }
    .tc-name { display: block; font-size: 14px; font-weight: 700; color: var(--ink); }
    .tc-role { display: block; font-size: 12px; color: var(--ink-soft); margin-top: 1px; }
    .tc-result {
        display: inline-flex;
        align-items: center;
        gap: 4px;
        font-size: 11px;
        font-weight: 700;
        color: #15803D;
        background: var(--good-soft);
        padding: 2px 8px;
        border-radius: 4px;
        margin-top: 4px;
    }
    .tc-result svg { width: 12px; height: 12px; }

    /* ── GUARANTEE SECTION ── */
    .guarantee-section { background: var(--ink); }
    .guarantee-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: var(--s5);
        text-align: center;
    }
    @media (min-width: 768px) {
        .guarantee-box { flex-direction: row; text-align: left; gap: var(--s7); align-items: flex-start; }
    }
    .guarantee-icon-wrap {
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: rgba(34,197,94,0.1);
        border: 2px solid rgba(34,197,94,0.25);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 50px;
        flex-shrink: 0;
    }
    .guarantee-content { color: #fff; }
    .guarantee-content h2 { color: #fff; font-size: clamp(22px,4vw,30px); margin-bottom: var(--s3); }
    .guarantee-content > p { color: rgba(255,255,255,0.68); font-size: 16px; line-height: 1.7; margin-bottom: var(--s4); }
    .guarantee-points { display: flex; flex-direction: column; gap: 10px; }
    @media (min-width: 480px) { .guarantee-points { flex-direction: row; flex-wrap: wrap; gap: 14px 20px; } }
    .guarantee-point {
        display: flex;
        align-items: center;
        gap: 7px;
        font-size: 13px;
        font-weight: 600;
        color: rgba(255,255,255,0.82);
    }
    .guarantee-point svg { color: var(--good); flex-shrink: 0; }

    /* ── CREATOR SECTION ── */
    .creator-card {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius-lg);
        padding: var(--s6);
        display: grid;
        grid-template-columns: 1fr;
        gap: var(--s5);
        align-items: center;
    }
    @media (min-width: 768px) { .creator-card { grid-template-columns: 220px 1fr; } }
    .creator-visual { display: flex; flex-direction: column; align-items: center; gap: var(--s3); }
    .creator-avatar {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid var(--brand-soft);
        display: block;
    }
    .creator-avatar-fallback {
        width: 160px;
        height: 160px;
        border-radius: 50%;
        background: var(--surface);
        border: 4px solid var(--brand-soft);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 56px;
    }
    .creator-links { display: flex; gap: 8px; }
    .creator-content {}
    .creator-content h2 { font-size: clamp(20px,3.5vw,26px); margin-bottom: var(--s3); }
    .creator-content p { font-size: 15px; color: var(--ink-soft); line-height: 1.7; }
    .creator-content p + p { margin-top: var(--s3); }

    /* ── FOMO notification popup ── */
    .lp-fomo{
        position:fixed;bottom:80px;left:16px;z-index:50;
        background:#fff;border:1px solid #E5E7EB;
        border-radius:12px;
        padding:12px 14px;
        box-shadow:0 8px 32px rgba(0,0,0,0.12);
        display:flex;align-items:center;gap:10px;
        max-width:280px;
        transform:translateX(-120%);
        transition:transform .4s cubic-bezier(.34,1.56,.64,1);
        pointer-events:none;
    }
    .lp-fomo.lp-fomo--show{transform:translateX(0)}
    .lp-fomo-icon{
        width:36px;height:36px;border-radius:50%;
        background:#DCFCE7;
        display:flex;align-items:center;justify-content:center;
        font-size:16px;flex-shrink:0;

    }
    .lp-fomo-text{}
    .lp-fomo-name{font-size:13px;font-weight:700;color:#111827;display:block;line-height:1.3}
    .lp-fomo-time{font-size:11px;color:#9CA3AF;margin-top:2px;display:block}

    .checkout-modal-overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

        background: rgba(17, 24, 39, 0.7);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 99999;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px;
        opacity: 0;

        transition: opacity 0.3s ease;
    }
    .checkout-modal-overlay.show {
        opacity: 1;

    }
    .checkout-modal-content {
        background: #ffffff;
        border-radius: 20px;
        width: 100%;
        max-width: 440px;
        padding: 32px 28px;
        position: relative;
        box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
        text-align: center;
        transform: translateY(30px) scale(0.95);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);

    }
    .checkout-modal-overlay.show .checkout-modal-content {
        transform: translateY(0) scale(1);
    }
    .checkout-modal-close {
        position: absolute;

        top: 16px;
        right: 16px;
        background: #F3F4F6;
        border: none;
        font-size: 20px;
        color: #6B7280;
        cursor: pointer;
        width: 32px;
        height: 32px;
        display: flex;
        align-items: center;

        justify-content: center;

        border-radius: 50%;
        transition: all 0.2s;

    }
    .checkout-modal-close:hover {

        background: #E5E7EB;
        color: #111827;

    }
    #checkout-form input:focus {

        outline: none;
        border-color: #3b82f6;
        box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
        background: #ffffff;
    }

.before-after {
    display: none;
}
@media (min-width:840px) {
    .before-after {
        display: block;
    }
}
