/* ── Reset & tokens ─────────────────────────────────────────────── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
    --bg: #0b0f1a;
    --bg-2: #0f1424;
    --surface: rgba(255, 255, 255, 0.035);
    --surface-2: rgba(255, 255, 255, 0.06);
    --border: rgba(255, 255, 255, 0.09);
    --border-strong: rgba(255, 255, 255, 0.16);
    --text: #eef1f7;
    --muted: #97a1b6;
    --faint: #6b7488;
    --brand: #c2703f;      /* lifted terracotta for contrast on dark */
    --brand-2: #e0895a;
    --brand-deep: #73381a;
    --good: #34d399;
    --bad: #f87171;
    --radius: 18px;
    --maxw: 1120px;
}

html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
html, body { max-width: 100%; overflow-x: hidden; }

body {
    font-family: 'Roboto', system-ui, -apple-system, sans-serif;
    background: var(--bg);
    color: var(--text);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
    /* ambient brand wash */
    background-image:
        radial-gradient(1200px 600px at 80% -10%, rgba(194, 112, 63, 0.18), transparent 60%),
        radial-gradient(900px 500px at -10% 10%, rgba(115, 56, 26, 0.16), transparent 55%);
    background-attachment: fixed;
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

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

/* ── Header ──────────────────────────────────────────────────────── */
.site-header {
    position: sticky; top: 0; z-index: 50;
    backdrop-filter: blur(12px);
    background: rgba(11, 15, 26, 0.72);
    border-bottom: 1px solid var(--border);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-logo { width: 30px; height: 30px; border-radius: 8px; }
.brand-name { font-weight: 900; font-size: 1.15rem; letter-spacing: -0.02em; }
.header-nav { display: flex; align-items: center; gap: 8px; }
.nav-link {
    color: var(--muted); font-weight: 500; font-size: 0.95rem;
    padding: 8px 12px; border-radius: 10px; transition: color .2s, background .2s;
}
.nav-link:hover { color: var(--text); background: var(--surface); }
.nav-btn {
    display: inline-flex; align-items: center; gap: 8px;
    font-weight: 700; font-size: 0.95rem; color: #fff;
    padding: 9px 18px; border-radius: 999px;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    box-shadow: 0 6px 20px rgba(194, 112, 63, 0.35);
    transition: transform .15s, box-shadow .2s;
}
.nav-btn:hover { transform: translateY(-1px); box-shadow: 0 10px 26px rgba(194, 112, 63, 0.45); }

/* ── Hero ────────────────────────────────────────────────────────── */
.hero { position: relative; padding: clamp(48px, 8vw, 96px) 0 clamp(40px, 6vw, 72px); overflow: hidden; }
.hero-glow {
    position: absolute; top: -180px; left: 50%; transform: translateX(-50%);
    width: min(900px, 120vw); height: 620px; pointer-events: none;
    background: radial-gradient(closest-side, rgba(194, 112, 63, 0.28), transparent 70%);
    filter: blur(20px); animation: glow 7s ease-in-out infinite;
}
@keyframes glow { 0%,100% { opacity: .7; } 50% { opacity: 1; } }

.hero-grid {
    position: relative; display: grid; grid-template-columns: 1.1fr 0.9fr;
    gap: clamp(28px, 5vw, 64px); align-items: center;
}
.eyebrow {
    display: inline-block; font-size: 0.8rem; font-weight: 700; letter-spacing: 0.14em;
    text-transform: uppercase; color: var(--brand-2);
    padding: 6px 12px; border: 1px solid var(--border-strong); border-radius: 999px;
    background: var(--surface); margin-bottom: 20px;
}
.hero-title {
    font-size: clamp(2.3rem, 6.2vw, 4rem); font-weight: 900; line-height: 1.04;
    letter-spacing: -0.03em; margin-bottom: 18px;
}
.grad {
    background: linear-gradient(120deg, var(--brand-2), #f3b58c);
    -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-sub { font-size: clamp(1.02rem, 2.4vw, 1.2rem); color: var(--muted); max-width: 34em; margin-bottom: 30px; }

.hero-cta { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; margin-bottom: 20px; }
.store-badge { display: inline-block; height: 52px; transition: transform .18s; }
.store-badge img { height: 100%; width: auto; }
.store-badge:hover { transform: translateY(-2px); }

.text-cta {
    display: inline-flex; align-items: center; gap: 7px;
    color: var(--brand-2); font-weight: 700; font-size: 1rem;
}
.text-cta svg { transition: transform .2s; }
.text-cta:hover svg { transform: translateX(4px); }

/* Product mock */
.hero-demo { position: relative; min-height: 300px; }
.fc-card {
    background: linear-gradient(180deg, rgba(255,255,255,0.07), rgba(255,255,255,0.03));
    border: 1px solid var(--border-strong); border-radius: var(--radius);
    padding: 22px; box-shadow: 0 30px 70px rgba(0,0,0,0.5); backdrop-filter: blur(6px);
}
.fc-float { animation: float 6s ease-in-out infinite; }
.fc-float-2 { animation: float 6s ease-in-out infinite 1.5s; }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }

.fc-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.fc-label { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--faint); }
.fc-time { font-size: 0.75rem; color: var(--faint); }
.fc-claim { font-size: 1.05rem; font-weight: 500; margin-bottom: 18px; }
.fc-verdict { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.fc-verdict-text { display: flex; flex-direction: column; }
.fc-verdict-text strong { font-size: 1.05rem; }
.fc-verdict-text span { font-size: 0.85rem; color: var(--muted); }
.verdict-false { color: var(--bad); }
.verdict-true { color: var(--good); }

.score-ring {
    flex-shrink: 0; width: 56px; height: 56px; border-radius: 50%;
    display: grid; place-items: center; font-weight: 900; font-size: 1.1rem; color: #fff;
    position: relative;
}
.score-ring::before {
    content: ""; position: absolute; inset: 5px; border-radius: 50%; background: var(--bg-2);
}
.score-ring span { position: relative; z-index: 1; }
.score-false { background: conic-gradient(var(--bad) 12%, rgba(248,113,113,0.15) 0); }
.score-true  { background: conic-gradient(var(--good) 96%, rgba(52,211,153,0.15) 0); }

.fc-sources { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding-top: 14px; border-top: 1px solid var(--border); }
.src-title { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.1em; color: var(--faint); margin-right: 2px; }
.src-chip { font-size: 0.8rem; color: var(--text); background: var(--surface-2); border: 1px solid var(--border); padding: 4px 10px; border-radius: 999px; }

.fc-mini {
    display: flex; align-items: center; gap: 12px; padding: 14px 16px;
    position: absolute; right: -8px; bottom: -28px; max-width: 280px;
}
.fc-mini .score-ring { width: 44px; height: 44px; font-size: 0.9rem; }
.fc-mini strong { font-size: 0.95rem; }
.fc-mini p { font-size: 0.82rem; color: var(--muted); }

/* Live stat strip */
.stat-strip {
    margin-top: clamp(40px, 6vw, 68px);
    display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: clamp(16px, 4vw, 48px);
    padding: 22px; border: 1px solid var(--border); border-radius: var(--radius);
    background: var(--surface);
}
.stat { text-align: center; }
.stat-num { display: block; font-size: clamp(1.5rem, 4vw, 2rem); font-weight: 900; letter-spacing: -0.02em; }
.stat-lbl { font-size: 0.82rem; color: var(--muted); }
.stat-div { width: 1px; height: 36px; background: var(--border-strong); }

/* ── Sections ────────────────────────────────────────────────────── */
.section { padding: clamp(48px, 8vw, 92px) 0; }
.section-title { font-size: clamp(1.7rem, 4.4vw, 2.5rem); font-weight: 900; letter-spacing: -0.02em; text-align: center; }
.section-lead { text-align: center; color: var(--muted); max-width: 40em; margin: 12px auto 0; font-size: 1.05rem; }

/* reveal (progressive enhancement — hidden only when JS is present) */
.js .reveal { opacity: 0; transform: translateY(18px); transition: opacity .6s ease, transform .6s ease; }
.js .reveal.in { opacity: 1; transform: none; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 44px; }
.step {
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 28px; transition: border-color .2s, transform .2s, background .2s;
}
.step:hover { border-color: var(--border-strong); transform: translateY(-3px); background: var(--surface-2); }
.step-ico {
    width: 48px; height: 48px; border-radius: 12px; display: grid; place-items: center;
    color: var(--brand-2); background: rgba(194,112,63,0.14); border: 1px solid rgba(194,112,63,0.28); margin-bottom: 16px;
}
.step-ico svg { width: 24px; height: 24px; }
.step h3 { font-size: 1.15rem; font-weight: 700; margin-bottom: 8px; }
.step p { color: var(--muted); font-size: 0.98rem; }

/* Platforms */
.platform-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 44px; }
.platform-card {
    display: flex; flex-direction: column; align-items: flex-start;
    background: var(--surface); border: 1px solid var(--border); border-radius: var(--radius);
    padding: 24px; transition: border-color .2s, transform .2s, background .2s;
}
.platform-card:hover { border-color: var(--brand); transform: translateY(-3px); background: var(--surface-2); }
.pc-ico {
    width: 46px; height: 46px; border-radius: 12px; display: grid; place-items: center;
    background: var(--surface-2); border: 1px solid var(--border); color: var(--text); margin-bottom: 16px;
}
.pc-ico svg { width: 24px; height: 24px; }
.pc-wa { color: #25D366; }
.pc-tg { color: #29a9eb; }
.pc-name { font-weight: 700; font-size: 1.1rem; }
.pc-desc { color: var(--muted); font-size: 0.92rem; margin: 4px 0 16px; }
.pc-go {
    margin-top: auto; display: inline-flex; align-items: center; gap: 6px;
    color: var(--brand-2); font-weight: 700; font-size: 0.9rem;
}
.pc-go::after { content: "→"; transition: transform .2s; }
.platform-card:hover .pc-go::after { transform: translateX(3px); }

/* Now CTA */
.now-cta {
    position: relative; overflow: hidden; text-align: center;
    border: 1px solid var(--border-strong); border-radius: 26px;
    padding: clamp(36px, 6vw, 64px) clamp(20px, 5vw, 56px);
    background: linear-gradient(180deg, rgba(194,112,63,0.14), rgba(255,255,255,0.03));
}
.now-glow {
    position: absolute; inset: auto 0 -60% 0; height: 70%;
    background: radial-gradient(closest-side, rgba(224,137,90,0.35), transparent 70%);
    filter: blur(30px); pointer-events: none;
}
.now-copy { position: relative; max-width: 620px; margin: 0 auto; }
.now-cta h2 { font-size: clamp(1.7rem, 4.4vw, 2.6rem); font-weight: 900; letter-spacing: -0.02em; margin: 6px 0 12px; }
.now-cta p { color: var(--muted); font-size: 1.05rem; margin-bottom: 26px; }
.now-btn { font-size: 1rem; padding: 13px 26px; }

/* ── Footer ──────────────────────────────────────────────────────── */
.site-footer { border-top: 1px solid var(--border); padding: 40px 0; margin-top: 20px; }
.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; }
.footer-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 900; }
.footer-brand img { width: 26px; height: 26px; border-radius: 7px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px; }
.footer-links a { color: var(--muted); padding: 6px 12px; border-radius: 8px; font-weight: 500; transition: color .2s, background .2s; }
.footer-links a:hover { color: var(--text); background: var(--surface); }
.footer-copy { color: var(--faint); font-size: 0.85rem; width: 100%; }

/* ── Responsive ──────────────────────────────────────────────────── */
@media (max-width: 900px) {
    .hero-grid { grid-template-columns: 1fr; }
    .hero-demo { order: -1; margin: 0 auto; max-width: 460px; width: 100%; }
    .steps, .platform-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
    .header-nav .nav-link { display: none; }
    .steps, .platform-grid { grid-template-columns: 1fr; }
    .hero-cta { justify-content: flex-start; }
    .stat-div { display: none; }
    .stat-strip { gap: 20px 32px; }
    .fc-mini { position: static; margin: 16px auto 0; right: auto; bottom: auto; }
    .hero-demo { min-height: 0; }
    .footer-inner { flex-direction: column; align-items: flex-start; }
    /* `fixed` disables GPU compositing on iOS Safari → janky scroll. The wash
       looks identical scrolling, so drop it on small screens. */
    body { background-attachment: scroll; }
}

@media (prefers-reduced-motion: reduce) {
    .hero-glow, .fc-float, .fc-float-2 { animation: none; }
    .reveal { transition: none; }
    html { scroll-behavior: auto; }
}
