:root {
    --primary: #3b82f6;
    --primary-dark: #2563eb;
    --navy: #1e293b;
    --violet: #7c3aed;
    --green: #10b981;
    --bg: #f8fafc;
    --surface: #ffffff;
    --surface-soft: #eef2ff;
    --text: #111827;
    --muted: #4b5563;
    --line: #d1d5db;
    --radius-lg: 22px;
    --radius-md: 14px;
    --shadow: 0 18px 36px rgba(30, 41, 59, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    font-family: "Manrope", "Segoe UI", sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.45;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding-bottom: 96px;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.18;
    letter-spacing: -0.015em;
}

p {
    margin: 0;
}

.container {
    width: min(1080px, calc(100vw - 24px));
    margin-inline: auto;
    min-width: 0;
}

.section {
    padding: 48px 0;
}

.section:not(.hero) {
    padding-top: 24px;
    padding-bottom: 28px;
}

.section h2 {
    font-size: clamp(1.38rem, 5vw, 2.02rem);
    margin-bottom: 12px;
}

.section-alt {
    background: #eef2ff;
    border-top: 1px solid #dbe4ff;
    border-bottom: 1px solid #dbe4ff;
}

.section-caption {
    color: var(--muted);
    font-size: 0.96rem;
    margin-top: 2px;
}

.btn {
    border: 0;
    border-radius: 13px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font: inherit;
    font-weight: 800;
    cursor: pointer;
    text-decoration: none;
    transition: transform 0.16s ease, background-color 0.16s ease;
    max-width: 100%;
    text-align: center;
    min-width: 0;
}

.btn-icon {
    width: 18px;
    height: 18px;
    flex: 0 0 18px;
}

.btn-label {
    display: inline-block;
    white-space: normal;
    line-height: 1.18;
    min-width: 0;
    overflow-wrap: anywhere;
}

.btn:focus-visible {
    outline: 3px solid rgba(59, 130, 246, 0.35);
    outline-offset: 2px;
}

.btn-primary {
    width: 100%;
    max-width: 430px;
    min-height: 56px;
    background: var(--primary);
    color: #ffffff;
    box-shadow: 0 14px 28px rgba(59, 130, 246, 0.38);
    padding: 12px 16px;
}

.btn-primary:hover {
    transform: translateY(-1px);
    background: var(--primary-dark);
}

.btn-primary:active {
    transform: translateY(0) scale(0.985);
}

.hero {
    background: linear-gradient(145deg, #1e293b 0%, #233a66 38%, #7c3aed 100%);
    color: #f8fafc;
    padding-top: 26px;
    padding-bottom: 46px;
}

.hero-grid {
    display: grid;
    gap: 18px;
}

.hero-grid > * {
    min-width: 0;
}

.hero-copy {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.16);
    background: rgba(15, 23, 42, 0.34);
    backdrop-filter: blur(4px);
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.35);
}

.hero-copy {
    padding: 24px 18px 20px;
    max-width: 760px;
    width: min(760px, 100%);
    min-width: 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    color: #e5edff;
    border-radius: 18px;
    min-height: 42px;
    padding: 8px 12px;
    margin-bottom: 16px;
}

.badge-label {
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1;
}

.badge-price {
    display: flex;
    align-items: baseline;
    gap: 8px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    font-weight: 700;
    color: #dbeafe;
}

.badge-price strong {
    color: #ffffff;
    font-size: 0.95rem;
}

.badge-price s {
    color: #bfdbfe;
    opacity: 0.9;
    text-decoration-thickness: 2px;
}

.hero-copy h1 {
    font-size: clamp(1.72rem, 8vw, 3rem);
    margin-bottom: 14px;
}

.hero-subtitle {
    color: #dbeafe;
    margin-bottom: 16px;
    font-size: 1.03rem;
    line-height: 1.42;
}

.hero-list {
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.hero-list li {
    position: relative;
    padding-left: 20px;
    font-size: 1rem;
    color: #f1f5f9;
}

.hero-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--green);
}

.hero-note {
    margin-top: 14px;
    margin-bottom: 14px;
    color: #dbeafe;
    font-size: 0.95rem;
    line-height: 1.35;
    text-align: center;
}

.hero-note span {
    display: block;
}

#how-it-works .section-caption {
    margin-top: 16px;
}

.hero-offer {
    margin-top: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(59, 130, 246, 0.22), rgba(16, 185, 129, 0.14));
    padding: 12px;
    text-align: center;
}

.hero-offer-title {
    font-size: 1rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 4px;
}

.hero-offer-text {
    color: #dbeafe;
    font-size: 1.12rem;
    line-height: 1.3;
    font-weight: 800;
}

.hero-offer-text strong {
    color: #ffffff;
    font-size: 1.24em;
    letter-spacing: 0.01em;
}

.hero-offer-text s {
    color: #bfdbfe;
    font-size: 0.92em;
    text-decoration-thickness: 2px;
}

.hero-offer-timer-row {
    margin-top: 8px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(15, 23, 42, 0.4);
    padding: 6px 10px;
}

.hero-offer-timer-label {
    font-size: 0.78rem;
    color: #bfdbfe;
    font-weight: 700;
}

.hero-offer-timer {
    font-size: 1rem;
    font-weight: 800;
    color: #fef08a;
    letter-spacing: 0.04em;
}

@media (max-width: 380px) {
    .container {
        width: calc(100vw - 20px);
    }

    .hero-copy {
        padding: 20px 15px 16px;
    }

    .hero-badge {
        padding: 9px 10px;
        margin-bottom: 12px;
    }

    .badge-label {
        font-size: 0.78rem;
    }

    .badge-price {
        font-size: 0.82rem;
        gap: 6px;
    }

    .hero-copy h1 {
        font-size: clamp(1.56rem, 8.5vw, 2.08rem);
    }

    .hero-offer {
        padding: 10px;
    }

    .hero-offer-title {
        font-size: 0.94rem;
    }

    .hero-offer-text {
        font-size: 1rem;
    }

    .hero-offer-timer-label {
        font-size: 0.74rem;
    }

    .hero-offer-timer {
        font-size: 0.92rem;
    }
}

@media (max-height: 760px) and (max-width: 480px) {
    .hero {
        padding-top: 14px;
        padding-bottom: 24px;
    }

    .hero-copy {
        padding: 16px 14px 12px;
    }

    .hero-badge {
        padding: 8px 10px;
        margin-bottom: 10px;
    }

    .badge-label {
        font-size: 0.76rem;
    }

    .badge-price {
        font-size: 0.8rem;
        gap: 6px;
    }

    .badge-price strong {
        font-size: 0.9rem;
    }

    .hero-copy h1 {
        font-size: clamp(1.44rem, 8.1vw, 1.9rem);
        margin-bottom: 8px;
    }

    .hero-subtitle {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 0.9rem;
        line-height: 1.32;
        margin-bottom: 10px;
    }

    .hero-list {
        gap: 7px;
        margin-bottom: 30px;
    }

    .hero-list li {
        font-size: 0.9rem;
        padding-left: 18px;
    }

    .btn-primary {
        min-height: 48px;
        padding: 9px 12px;
    }

    .btn-icon {
        width: 16px;
        height: 16px;
        flex-basis: 16px;
    }

    .hero-note {
        margin-top: 8px;
        margin-bottom: 10px;
        font-size: 0.8rem;
        line-height: 1.22;
    }

    .hero-offer {
        margin-top: 8px;
        padding: 9px;
    }

    .hero-offer-title {
        font-size: 0.88rem;
        margin-bottom: 3px;
    }

    .hero-offer-text {
        font-size: 0.96rem;
        line-height: 1.24;
    }

    .hero-offer-timer-row {
        margin-top: 6px;
        gap: 6px;
        padding: 5px 8px;
    }

    .hero-offer-timer-label {
        font-size: 0.7rem;
    }

    .hero-offer-timer {
        font-size: 0.86rem;
    }
}

.proof-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-bottom: 10px;
    scrollbar-width: thin;
}

.proof-track::-webkit-scrollbar {
    height: 8px;
}

.proof-track::-webkit-scrollbar-thumb {
    background: #bfc9dd;
    border-radius: 999px;
}

.proof-slide {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--surface);
    box-shadow: var(--shadow);
    scroll-snap-align: start;
}

.proof-slide img {
    width: 100%;
    height: auto;
}

.proof-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.proof-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #94a3b8;
    opacity: 0.5;
}

.proof-dot.active {
    width: 24px;
    background: var(--primary);
    opacity: 1;
}

.reviews-track {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 100%;
    gap: 10px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding-bottom: 10px;
    margin-bottom: 10px;
    scrollbar-width: thin;
}

.reviews-track::-webkit-scrollbar {
    height: 8px;
}

.reviews-track::-webkit-scrollbar-thumb {
    background: #bfc9dd;
    border-radius: 999px;
}

.review-card {
    margin: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: #ffffff;
    box-shadow: var(--shadow);
    padding: 14px;
    display: grid;
    gap: 10px;
    scroll-snap-align: start;
}

.review-text {
    margin: 0;
    color: #1f2937;
    font-size: 0.95rem;
    line-height: 1.42;
}

.review-meta {
    display: grid;
    gap: 2px;
}

.review-name {
    font-size: 0.9rem;
    font-weight: 800;
    color: #0f172a;
}

.review-role {
    font-size: 0.82rem;
    color: #64748b;
}

.reviews-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-bottom: 10px;
}

.review-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    border: 0;
    background: #94a3b8;
    opacity: 0.5;
}

.review-dot.active {
    width: 24px;
    background: var(--primary);
    opacity: 1;
}

.steps-grid,
.value-grid,
.fit-grid {
    display: grid;
    gap: 10px;
}

.step-card,
.value-card,
.fit-card {
    border: 1px solid var(--line);
    border-radius: var(--radius-md);
    background: var(--surface);
    padding: 13px;
}

.step-index {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--surface-soft);
    color: var(--primary-dark);
    display: grid;
    place-items: center;
    font-size: 0.78rem;
    font-weight: 800;
    margin-bottom: 8px;
}

.step-card h3,
.value-card h3,
.fit-card h3 {
    font-size: 0.95rem;
    margin-bottom: 7px;
}

.step-card p,
.value-card p {
    color: #374151;
    font-size: 0.92rem;
}

.anti-doubt {
    margin-top: 12px;
    border: 1px dashed #cbd5e1;
    background: #f8fafc;
    border-radius: var(--radius-md);
    padding: 11px 12px;
}

.anti-doubt h3 {
    font-size: 0.86rem;
    margin-bottom: 6px;
    color: #64748b;
    font-weight: 700;
}

.anti-doubt ul {
    margin: 0 0 6px;
    padding-left: 17px;
}

.anti-doubt li {
    font-size: 0.84rem;
    color: #6b7280;
    margin-bottom: 5px;
}

.anti-doubt li::marker {
    color: #94a3b8;
}

.anti-doubt p {
    color: #6b7280;
    font-size: 0.82rem;
}

.offer {
    background: var(--navy);
    color: #f8fafc;
}

.offer-box {
    border-radius: var(--radius-lg);
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: linear-gradient(165deg, rgba(30, 41, 59, 0.95), rgba(17, 24, 39, 0.98));
    padding: 18px;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.45);
}

.offer-box h2 {
    margin-bottom: 10px;
}

.offer-box p {
    color: #dbeafe;
}

.offer-box strong {
    color: #ffffff;
}

.offer-note {
    margin-top: 9px;
    margin-bottom: 6px;
    color: #bfdbfe;
    font-size: 0.84rem;
}

.offer-proof {
    margin-top: 8px;
    margin-bottom: 12px;
    color: #e0e7ff;
}

.offer-fomo {
    margin-top: 6px;
    font-size: 0.83rem;
    color: #fde68a;
    white-space: normal;
    overflow-wrap: anywhere;
    line-height: 1.3;
}

#offerFomoTimer {
    display: inline-block;
    min-width: 8ch;
    text-align: center;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}

.fit-card ul {
    margin: 0;
    padding-left: 17px;
}

.fit-card li {
    margin-bottom: 7px;
    font-size: 0.88rem;
    color: #374151;
}

.fit-card-muted {
    background: #f8fafc;
}

.sources-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.sources-shell {
    margin-top: 14px;
    border: 1px solid #c7d2e8;
    border-radius: 16px;
    background: #ffffff;
    padding: 16px;
    display: grid;
    gap: 12px;
}

.sources-shell .section-caption {
    margin-top: 0;
}

.source-pill {
    border-radius: 999px;
    border: 1px solid #b6c2db;
    background: #ffffff;
    color: #1f2937;
    font-weight: 700;
    font-size: 0.84rem;
    padding: 8px 13px;
}

.source-pill-muted {
    border-color: #cfd8ea;
    background: #f3f6fb;
    color: #94a3b8;
    padding: 8px 10px;
    min-width: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.source-pill-icon {
    width: 16px;
    height: 16px;
    opacity: 0.68;
    display: block;
}

.final-cta {
    background: linear-gradient(145deg, #e0ecff 0%, #ede9fe 100%);
}

.final-cta-box {
    border: 1px solid #c9d7ff;
    border-radius: var(--radius-lg);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow);
    padding: 18px;
    text-align: center;
}

.final-cta-box p {
    margin-bottom: 12px;
    color: var(--muted);
    font-size: 0.96rem;
}

.faq-list {
    display: grid;
    gap: 8px;
}

.faq-item {
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #ffffff;
    padding: 11px;
}

.faq-item summary {
    list-style: none;
    cursor: pointer;
    font-weight: 700;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

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

.faq-item summary::after {
    content: "+";
    color: #64748b;
}

.faq-item[open] summary::after {
    content: "−";
}

.faq-item p {
    margin-top: 7px;
    color: #374151;
    font-size: 0.88rem;
}

.footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 28px 0 116px;
}

.footer-grid {
    display: grid;
    gap: 12px;
}

.footer-brand {
    font-size: 1.06rem;
    font-weight: 800;
    color: #f8fafc;
    margin-bottom: 6px;
}

.footer p {
    font-size: 0.82rem;
}

.footer-links,
.footer-meta {
    display: grid;
    gap: 6px;
}

.footer-links a,
.footer-meta a {
    color: #bae6fd;
    text-decoration: underline;
    text-decoration-color: rgba(186, 230, 253, 0.55);
}

.sticky-cta {
    position: fixed;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: min(720px, calc(100vw - 20px));
    bottom: 10px;
    z-index: 50;
    border: 1px solid #93c5fd;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 34px rgba(30, 41, 59, 0.28);
    padding: 10px;
    display: grid;
    gap: 5px;
}

.sticky-cta[hidden] {
    display: none !important;
}

.btn-sticky {
    width: 100%;
    min-height: 48px;
    max-width: none;
}

.sticky-cta p {
    margin: 0;
    text-align: center;
    color: #334155;
    font-size: 0.76rem;
    font-weight: 700;
}

@media (min-width: 760px) {
    .steps-grid,
    .value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .fit-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

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

    .hero {
        padding-top: 32px;
        padding-bottom: 54px;
    }

    .hero-grid {
        grid-template-columns: 1fr;
        align-items: start;
        justify-items: center;
    }

    .hero-copy {
        margin-inline: auto;
    }

    .hero-copy .btn-primary {
        margin-inline: auto;
    }

    .steps-grid,
    .value-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .footer {
        padding-bottom: 34px;
    }

    .footer-grid {
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 20px;
        align-items: start;
    }

}
