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

:root {
    --amber:      #d4881e;
    --amber-dark: #b87318;
    --amber-glow: rgba(212, 136, 30, 0.15);
    --dark:       #0e0c0a;
    --mid:        #181510;
    --text:       #e8e0d5;
    --muted:      #7a7068;
    --border:     rgba(212,136,30,0.12);
}

body {
    font-family: 'Outfit', sans-serif;
    background: var(--dark);
    color: var(--text);
    overflow-x: hidden;
    font-size: 16px;
    line-height: 1.6;
}

/* ── HERO ── */
.hero {
    min-height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 24px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid var(--border);
}

.glow-top {
    position: absolute;
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,136,30,0.18) 0%, transparent 65%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    max-width: 560px;
    width: 100%;
}

.badge {
    display: inline-block;
    font-family: 'Outfit', sans-serif;
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--amber);
    border: 1px solid var(--amber);
    padding: 5px 14px;
    border-radius: 2px;
    margin-bottom: 28px;
}

h1 {
    font-family: 'Fraunces', serif;
    font-size: clamp(3rem, 8vw, 5.5rem);
    font-weight: 900;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

h1 em {
    font-style: italic;
    font-weight: 700;
    color: var(--amber);
}

.sub {
    font-size: 1.05rem;
    color: var(--muted);
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto 36px;
}

/* ── BUTTONS ── */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 6px;
    padding: 14px 30px;
    transition: all 0.22s ease;
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-amber {
    background: var(--amber);
    color: #fff;
}
.btn-amber:hover {
    background: var(--amber-dark);
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(212,136,30,0.35);
}

.btn-ghost {
    background: transparent;
    color: var(--text);
    border: 1px solid rgba(232,224,213,0.25);
}
.btn-ghost:hover {
    border-color: rgba(232,224,213,0.55);
    color: #fff;
}

.btn-lg {
    padding: 16px 40px;
    font-size: 1.05rem;
}

.hero-btns {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 40px;
}

/* ── TRUST STRIP ── */
.trust-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-top: 32px;
    border-top: 1px solid var(--border);
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 28px;
}

.trust-item strong {
    font-family: 'Fraunces', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}

.trust-item span {
    font-size: 0.72rem;
    color: var(--muted);
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 4px;
}

.trust-sep {
    width: 1px;
    height: 40px;
    background: var(--border);
    flex-shrink: 0;
}

/* ── BENEFITS ── */
.benefits {
    padding: 80px 24px;
    background: var(--mid);
    text-align: center;
}

.section-eyebrow {
    font-size: 0.7rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--amber);
    margin-bottom: 14px;
}

.benefits-h2 {
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 48px;
}

.benefits-h2 em {
    font-style: italic;
    color: var(--amber);
}

.cards {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 640px;
    margin: 0 auto;
}

.card {
    background: rgba(255,255,255,0.03);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 28px 24px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: border-color 0.2s;
}

.card:hover {
    border-color: rgba(212,136,30,0.3);
}

.card-icon {
    font-size: 1.6rem;
    flex-shrink: 0;
    margin-top: 2px;
}

.card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
}

.card p {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.6;
}

/* ── CTA SECTION ── */
.cta-section {
    padding: 80px 24px;
    background: var(--dark);
    border-top: 1px solid var(--border);
    text-align: center;
}

.cta-inner {
    max-width: 520px;
    margin: 0 auto;
}

.cta-inner h2 {
    font-family: 'Fraunces', serif;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin-bottom: 14px;
}

.cta-inner h2 em {
    font-style: italic;
    color: var(--amber);
}

.cta-inner p {
    color: var(--muted);
    font-size: 1rem;
    margin-bottom: 32px;
}

.cta-btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* ── FOOTER ── */
.footer {
    padding: 24px;
    border-top: 1px solid var(--border);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    text-align: center;
}

.footer p {
    color: var(--muted);
    font-size: 0.78rem;
}

.footer-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a {
    color: var(--muted);
    text-decoration: none;
    font-size: 0.78rem;
    transition: color 0.2s;
}
.footer-links a:hover { color: var(--text); }

/* ── TABLET 600px+ ── */
@media (min-width: 600px) {
    .hero-btns {
        flex-direction: row;
        justify-content: center;
    }
    .cta-btns {
        flex-direction: row;
        justify-content: center;
    }
    .footer {
        flex-direction: row;
        justify-content: space-between;
        padding: 24px 40px;
    }
}

/* ── DESKTOP 900px+ ── */
@media (min-width: 900px) {
    .hero { padding: 80px 40px; }
    .benefits { padding: 110px 40px; }
    .cta-section { padding: 110px 40px; }
    .cards {
        flex-direction: row;
        align-items: stretch;
    }
    .card {
        flex: 1;
        flex-direction: column;
        gap: 14px;
    }
}

/* ── CONVERSION ELEMENTS (amber theme) ── */
#sticky-bar {
    position: fixed;
    bottom: -80px;
    left: 0; right: 0;
    background: #1a1408;
    border-top: 1px solid rgba(212,136,30,0.3);
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    z-index: 900;
    transition: bottom 0.4s ease;
    flex-wrap: wrap;
}
#sticky-bar.visible { bottom: 0; }
.sticky-text { font-size: 0.88rem; color: #e8e0d5; }
.sticky-text strong { color: #d4881e; }
.sticky-cta { padding: 10px 22px; font-size: 0.9rem; border-radius: 6px; background: #d4881e; color: #fff; text-decoration: none; font-weight: 600; white-space: nowrap; }

.live-toast {
    position: fixed;
    bottom: 80px;
    left: 20px;
    background: #1a1408;
    border: 1px solid rgba(212,136,30,0.35);
    border-radius: 10px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 950;
    min-width: 240px;
    max-width: 300px;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.4s, transform 0.4s;
    box-shadow: 0 8px 24px rgba(0,0,0,0.4);
}
.live-toast.show { opacity: 1; transform: translateY(0); }
.toast-dot { width: 9px; height: 9px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 6px #4ade80; flex-shrink: 0; }
.toast-body strong { display: block; font-size: 0.88rem; color: #fff; }
.toast-body span   { font-size: 0.78rem; color: #7a7068; }

#exit-overlay {
    position: fixed; inset: 0;
    background: rgba(0,0,0,0.75);
    z-index: 1000;
    display: flex; align-items: center; justify-content: center;
    opacity: 0; pointer-events: none;
    transition: opacity 0.3s;
    padding: 20px;
}
#exit-overlay.visible { opacity: 1; pointer-events: all; }
.exit-box {
    background: #1a1408;
    border: 1px solid rgba(212,136,30,0.3);
    border-radius: 16px;
    padding: 40px 32px;
    max-width: 420px;
    width: 100%;
    text-align: center;
    position: relative;
}
.exit-pulse {
    width: 52px; height: 52px; border-radius: 50%;
    background: rgba(212,136,30,0.15);
    border: 2px solid rgba(212,136,30,0.4);
    margin: 0 auto 20px;
}
.exit-box h2 { font-family: 'Fraunces', serif; font-size: 1.6rem; color: #fff; margin-bottom: 12px; }
.exit-box p  { color: #7a7068; font-size: 0.95rem; line-height: 1.6; margin-bottom: 24px; }
.exit-main-btn { width: 100%; background: #d4881e; color: #fff; border: none; border-radius: 8px; padding: 15px; font-size: 1rem; font-weight: 600; cursor: pointer; text-decoration: none; display: block; }
.exit-skip { background: none; border: none; color: #7a7068; font-size: 0.85rem; cursor: pointer; margin-top: 14px; display: block; width: 100%; }
.exit-close { position: absolute; top: 14px; right: 16px; background: none; border: none; color: #7a7068; font-size: 1.4rem; cursor: pointer; line-height: 1; }
