/* ============================================================
   Landing / ad-page layout (landing.css)
   Shared by the homepage and every ad + sitelink landing page,
   so they all use the SAME hero and hook. Pulls tokens from
   app.css. Page-specific "content below" lives in each page.
   ============================================================ */

/* ── Hero ── */
.hero { position: relative; padding: 64px 0 40px; }
.hero::before {
    content: ''; position: absolute; inset: -40px 0 auto 0; height: 520px; z-index: -1;
    background: radial-gradient(50% 60% at 30% 0%, rgba(29,112,184,.10), transparent 70%),
                radial-gradient(40% 50% at 90% 10%, rgba(43,143,224,.09), transparent 70%);
}
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; }
@media (max-width: 900px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } .hero { padding: 40px 0 20px; } }
.hero h1 { font-size: clamp(2.1rem, 4.4vw, 3.3rem); font-weight: 800; letter-spacing: -.03em; line-height: 1.06; margin-bottom: 18px; }
.hero h1 .hl { color: var(--accent); }
.hero .lede { font-size: 1.1rem; color: var(--muted); max-width: 520px; margin-bottom: 28px; }
.hero-cta { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-bottom: 24px; }
.hero-cta .signin { font-size: .9rem; color: var(--muted); font-weight: 600; }
.hero-cta .signin a { color: var(--accent); }
.chips { display: flex; flex-wrap: wrap; gap: 10px 22px; }
.chip { display: inline-flex; align-items: center; gap: 7px; font-size: .86rem; color: var(--muted); font-weight: 500; }

/* ── Floating alert preview ── */
.preview { background: #fff; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-lg); overflow: hidden; }
.preview-top { display: flex; align-items: center; gap: 10px; padding: 14px 18px; border-bottom: 1px solid var(--line); background: var(--tint); }
.preview-top .mark { width: 26px; height: 26px; border-radius: 7px; background: linear-gradient(135deg, var(--accent), #2b8fe0); display: flex; align-items: center; justify-content: center; flex: none; }
.preview-top .from { font-size: .82rem; font-weight: 700; }
.preview-top .from span { color: var(--faint); font-weight: 500; }
.preview-top .live { margin-left: auto; font-size: .7rem; font-weight: 700; color: var(--ok); display: flex; align-items: center; gap: 6px; }
.preview-top .live .d { width: 6px; height: 6px; border-radius: 50%; background: var(--ok); animation: pulse 1.8s infinite; }
.preview-body { padding: 22px 20px 24px; }
.preview-body .subject { font-size: 1.08rem; font-weight: 800; letter-spacing: -.01em; margin-bottom: 14px; }
.slot { display: flex; align-items: center; gap: 13px; padding: 14px 16px; border: 1px solid rgba(29,112,184,.22); background: var(--accent-t); border-radius: 12px; margin-bottom: 9px; }
.slot .cal { width: 44px; height: 48px; border-radius: 8px; background: #fff; border: 1px solid rgba(29,112,184,.25); flex: none; overflow: hidden; text-align: center; display: flex; flex-direction: column; }
.slot .cal .m { background: var(--accent); color: #fff; font-size: .56rem; font-weight: 800; letter-spacing: .06em; padding: 3px 0; }
.slot .cal .d { flex: 1; display: flex; align-items: center; justify-content: center; font-size: 1.05rem; font-weight: 800; color: var(--ink); line-height: 1; }
.slot .info b { font-size: .98rem; } .slot .info span { display: block; font-size: .82rem; color: var(--muted); }
.slot .gain { margin-left: auto; text-align: right; font-size: .72rem; color: var(--ok); font-weight: 700; }
.preview-meta { font-size: .78rem; color: var(--faint); margin: 12px 2px 0; } .preview-meta s { color: var(--faint); }

/* ── Sections ── */
section { padding: 64px 0; }
.band { background: var(--tint); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.sec-head { text-align: center; margin-bottom: 44px; }
.eyebrow { font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--accent); margin-bottom: 10px; }
.sec-title { font-size: clamp(1.5rem, 3.2vw, 2.1rem); font-weight: 800; letter-spacing: -.02em; }
.sec-sub { font-size: 1rem; color: var(--muted); max-width: 560px; margin: 12px auto 0; }

/* Testimonials */
.tm { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .tm { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.tm-card { border: 1px solid var(--line); border-radius: var(--radius); padding: 22px; background: #fff; box-shadow: var(--shadow-sm); }
.tm-head { display: flex; align-items: center; gap: 11px; margin-bottom: 12px; }
.tm-av { width: 40px; height: 40px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 800; font-size: .85rem; }
.tm-name { font-size: .9rem; font-weight: 700; line-height: 1.2; } .tm-loc { font-size: .76rem; color: var(--faint); }
.stars { color: var(--star); font-size: .85rem; letter-spacing: 1px; }
.tm-quote { font-size: .9rem; color: var(--muted); margin-top: 9px; }

/* How it works steps */
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
@media (max-width: 820px) { .steps { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; } }
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 24px; transition: box-shadow .2s ease, transform .2s ease; }
.step:hover { box-shadow: var(--shadow); transform: translateY(-2px); }
.step .n { width: 34px; height: 34px; border-radius: 9px; background: var(--accent-t); color: var(--accent-d); font-weight: 800; font-size: .9rem; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.step h3 { font-size: 1.02rem; font-weight: 700; margin-bottom: 7px; } .step p { font-size: .9rem; color: var(--muted); }

/* Two-column prose + list (used by content-below sections) */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: start; }
@media (max-width: 820px) { .split { grid-template-columns: 1fr; gap: 28px; } }
.prose h2 { font-size: clamp(1.5rem, 3.2vw, 2rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 14px; line-height: 1.15; }
.prose p { color: var(--muted); font-size: 1rem; margin-bottom: 14px; line-height: 1.7; }
.prose p:last-child { margin-bottom: 0; }
.checklist { display: flex; flex-direction: column; gap: 14px; }
.checklist li { list-style: none; display: flex; gap: 12px; align-items: flex-start; font-size: .96rem; color: var(--ink); }
.checklist svg { color: var(--ok); flex: none; margin-top: 3px; }
.checklist b { font-weight: 700; } .checklist span span { color: var(--muted); font-weight: 400; }

/* Stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; text-align: center; }
@media (max-width: 600px) { .stats { grid-template-columns: 1fr; gap: 26px; } }
.stat .num { font-size: 2.3rem; font-weight: 800; letter-spacing: -.02em; } .stat .lbl { font-size: .9rem; color: var(--muted); margin-top: 4px; }

/* FAQ */
.faq { max-width: 800px; margin: 0 auto; }
.faq details { border-bottom: 1px solid var(--line); } .faq details:first-child { border-top: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; padding: 20px 40px 20px 2px; font-weight: 700; font-size: 1rem; position: relative; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; position: absolute; right: 6px; top: 50%; transform: translateY(-50%); font-size: 1.4rem; font-weight: 400; color: var(--accent); }
.faq details[open] summary::after { content: '\2212'; }
.faq .a { padding: 0 40px 22px 2px; color: var(--muted); font-size: .92rem; }

/* Final CTA */
.cta-final .cta-box { background: linear-gradient(135deg, #0f2f52, var(--accent)); border-radius: var(--radius-lg); padding: 56px 30px; color: #fff; text-align: center; box-shadow: var(--shadow-lg); }
.cta-box h2 { font-size: clamp(1.6rem, 3.6vw, 2.3rem); font-weight: 800; letter-spacing: -.02em; margin-bottom: 12px; }
.cta-box p { opacity: .9; max-width: 460px; margin: 0 auto 26px; }
.cta-box .btn-primary { background: #fff; color: var(--accent-d); } .cta-box .btn-primary:hover { background: #eef6fd; }
.cta-box .fine { font-size: .8rem; opacity: .8; margin-top: 16px; }

/* ── Mobile (most traffic) ── */
@media (max-width: 600px) {
    section { padding: 46px 0; }
    .sec-head { margin-bottom: 30px; }
    /* Full-width, thumb-friendly primary actions */
    .hero-cta { flex-direction: column; align-items: stretch; gap: 12px; }
    .hero-cta .btn { width: 100%; }
    .hero-cta .signin { text-align: center; }
    .cta-final .cta-box { padding: 40px 22px; }
    .cta-box .btn { width: 100%; }
    /* Tighter hero + preview on small screens */
    .hero h1 { font-size: clamp(1.9rem, 8.5vw, 2.4rem); }
    .hero .lede { font-size: 1.02rem; }
    .preview-body { padding: 18px 16px 20px; }
    .split { gap: 22px; }
}
