/* landing.css — marketing landing page styles (adapted from the provided
   mockup). Loaded ONLY by index.html. Tokens, body base, .container and .btn
   live in aeo.css (shared with the report). Bare-element rules here are safe
   because the report page never loads this file. */

body::before {
  content: ""; position: fixed; inset: 0; pointer-events: none; opacity: 0.12;
  background-image:
    linear-gradient(rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  z-index: 0;
}

.nav-wrap { position: sticky; top: 0; z-index: 50; background: rgba(5,7,17,0.78); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,0.08); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 900; letter-spacing: -0.035em; font-size: 19px; }
.brand-mark { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: linear-gradient(135deg, var(--cyan), var(--blue)); color: #03101d; box-shadow: 0 0 32px rgba(56,216,255,0.35); font-weight: 950; }
.nav-links { display: flex; align-items: center; gap: 24px; color: var(--muted); font-size: 14px; font-weight: 650; }
.nav-links a:hover { color: var(--text); }

.hero { padding: 76px 0 54px; }
.hero-grid { display: grid; grid-template-columns: 1.02fr 0.98fr; gap: 48px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; padding: 9px 13px; border-radius: 999px; border: 1px solid rgba(56,216,255,0.30); background: rgba(56,216,255,0.08); color: #ccf7ff; font-size: 14px; font-weight: 750; margin-bottom: 22px; }
.dot { width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 8px rgba(85,239,176,0.13); }
h1 { margin: 0; font-size: clamp(47px, 6.4vw, 88px); line-height: 0.93; letter-spacing: -0.085em; }
.gradient { background: linear-gradient(135deg, #fff 0%, var(--cyan) 42%, #8ea6ff 100%); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hero-copy { margin: 24px 0 0; max-width: 650px; color: var(--muted); font-size: 20px; line-height: 1.55; }
.hero-actions { margin-top: 34px; display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.trust-pill { display: inline-flex; align-items: center; gap: 8px; padding: 10px 12px; border-radius: 999px; background: rgba(255,255,255,0.065); border: 1px solid rgba(255,255,255,0.10); color: #dce8f6; font-size: 13px; font-weight: 700; }

.hero-card { position: relative; padding: 20px; border-radius: 34px; background: radial-gradient(circle at 30% 0%, rgba(56,216,255,0.20), transparent 36%), linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.055)); border: 1px solid rgba(255,255,255,0.14); box-shadow: var(--shadow); overflow: hidden; }
.hero-card::after { content: ""; position: absolute; right: -80px; bottom: -80px; width: 210px; height: 210px; border-radius: 50%; background: rgba(56,216,255,0.14); filter: blur(18px); pointer-events: none; }
.browser-dots { display: flex; gap: 8px; margin: 6px 0 18px; }
.browser-dots span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.26); }
.ai-question { padding: 18px; border-radius: 22px; background: rgba(0,0,0,0.28); border: 1px solid rgba(255,255,255,0.10); font-size: 18px; font-weight: 850; line-height: 1.35; }
.ai-answer { margin-top: 16px; padding: 18px; border-radius: 24px; background: rgba(255,255,255,0.075); border: 1px solid rgba(255,255,255,0.10); position: relative; z-index: 1; }
.answer-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-bottom: 14px; }
.answer-head strong { letter-spacing: -0.025em; }
.mini-label { display: inline-flex; align-items: center; padding: 6px 10px; border-radius: 999px; background: rgba(56,216,255,0.11); border: 1px solid rgba(56,216,255,0.22); color: #bdf2ff; font-size: 12px; font-weight: 850; }
.result-list { display: grid; gap: 10px; }
.result { display: grid; grid-template-columns: 36px 1fr auto; gap: 12px; align-items: center; padding: 13px; border-radius: 18px; background: rgba(255,255,255,0.065); border: 1px solid rgba(255,255,255,0.09); }
.rank { width: 36px; height: 36px; border-radius: 13px; display: grid; place-items: center; background: rgba(85,239,176,0.13); color: var(--green); font-weight: 950; }
.result strong { display: block; font-size: 14px; }
.result small { color: var(--muted); display: block; line-height: 1.35; margin-top: 2px; }
.missing { background: rgba(255,77,109,0.08); border: 1px dashed rgba(255,77,109,0.35); }
.missing .rank { background: rgba(255,77,109,0.12); color: var(--red); }
.score-preview { margin-top: 16px; padding: 18px; border-radius: 24px; background: rgba(5,12,25,0.75); border: 1px solid rgba(56,216,255,0.20); position: relative; z-index: 1; }
.score-top { display: flex; justify-content: space-between; gap: 12px; align-items: center; }
.score-number { font-weight: 950; color: var(--yellow); font-size: 22px; }
.bar { height: 10px; background: rgba(255,255,255,0.10); border-radius: 999px; overflow: hidden; margin: 12px 0; }
.bar span { width: 42%; display: block; height: 100%; background: linear-gradient(90deg, var(--red), var(--yellow)); border-radius: inherit; }
.small-muted { color: var(--muted); font-size: 13px; line-height: 1.5; }

section { padding: 76px 0; }
.section-head { max-width: 790px; margin: 0 auto 36px; text-align: center; }
.section-head.left { margin-left: 0; text-align: left; }
h2 { font-size: clamp(34px, 4.4vw, 58px); line-height: 0.98; letter-spacing: -0.065em; margin: 0; }
.section-head p { margin: 18px 0 0; color: var(--muted); font-size: 18px; line-height: 1.55; }

.pain-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.pain-card, .question-card, .check-card, .report-card, .step-card, .price-card, .tool-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius); padding: 24px; box-shadow: 0 18px 50px rgba(0,0,0,0.18); }
.pain-card { min-height: 215px; background: linear-gradient(180deg, rgba(255,255,255,0.10), rgba(255,255,255,0.05)); }
.card-icon { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 16px; margin-bottom: 18px; color: var(--cyan); background: rgba(56,216,255,0.11); border: 1px solid rgba(56,216,255,0.16); font-weight: 950; }
h3 { margin: 0; font-size: 22px; letter-spacing: -0.035em; }
.pain-card p, .question-card p, .check-card p, .report-card p, .step-card p, .tool-card p { color: var(--muted); line-height: 1.55; margin: 12px 0 0; }

.questions-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.question-card { min-height: 184px; transition: transform .2s ease, border-color .2s ease; }
.question-card:hover { transform: translateY(-4px); border-color: rgba(56,216,255,0.32); }

.checks-wrap { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 24px; align-items: start; }
.simple-checks { display: grid; gap: 14px; }
.simple-row { display: grid; grid-template-columns: 48px 1fr; gap: 14px; align-items: start; padding: 18px; border-radius: 20px; background: rgba(255,255,255,0.075); border: 1px solid rgba(255,255,255,0.10); }
.simple-row strong { display: block; margin-bottom: 6px; font-size: 17px; }
.simple-row span { color: var(--muted); line-height: 1.45; font-size: 15px; }
.tech-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.tech-chip { padding: 14px; border-radius: 18px; background: rgba(255,255,255,0.065); border: 1px solid rgba(255,255,255,0.10); color: #dbe7f7; font-size: 14px; font-weight: 750; }

.report-preview { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.report-card { background: radial-gradient(circle at 20% 0%, rgba(56,216,255,0.10), transparent 36%), rgba(255,255,255,0.075); }
.report-card ul { display: grid; gap: 10px; list-style: none; padding: 0; margin: 16px 0 0; color: var(--muted); line-height: 1.45; }
.report-card li::before { content: "✓"; color: var(--green); font-weight: 950; margin-right: 8px; }

.tools-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.tool-card { padding: 18px; border-radius: 20px; }

.checkout { padding-top: 40px; }
.checkout-layout { display: grid; grid-template-columns: 0.88fr 1.12fr; gap: 24px; align-items: start; }
.price-card { padding: 30px; background: radial-gradient(circle at 18% 0%, rgba(56,216,255,0.20), transparent 34%), radial-gradient(circle at 100% 20%, rgba(91,124,255,0.16), transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.13), rgba(255,255,255,0.06)); border-color: rgba(56,216,255,0.28); position: sticky; top: 96px; }
.price-title { display: flex; justify-content: space-between; gap: 14px; align-items: start; margin-bottom: 18px; }
.price { font-size: 62px; font-weight: 950; letter-spacing: -0.08em; margin: 18px 0 8px; }
.price span { font-size: 15px; color: var(--muted); letter-spacing: normal; font-weight: 750; }
.includes { display: grid; gap: 11px; padding: 0; margin: 24px 0; list-style: none; color: #dce8f7; }
.includes li { display: flex; gap: 10px; align-items: flex-start; line-height: 1.4; }
.includes li::before { content: "✓"; color: var(--green); font-weight: 950; }

.form-card { background: rgba(255,255,255,0.075); border: 1px solid var(--border); border-radius: var(--radius); padding: 28px; }
form { display: grid; gap: 14px; }
label { display: grid; gap: 8px; color: #dce8f7; font-weight: 750; font-size: 14px; }
input, textarea { width: 100%; border-radius: 16px; border: 1px solid rgba(255,255,255,0.14); background: rgba(0,0,0,0.26); color: var(--text); padding: 15px; outline: none; font: inherit; font-size: 15px; }
textarea { min-height: 96px; resize: vertical; }
input::placeholder, textarea::placeholder { color: #738195; }
input:focus, textarea:focus { border-color: rgba(56,216,255,0.50); box-shadow: 0 0 0 4px rgba(56,216,255,0.08); }
.form-grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-error { color: var(--red); font-size: 14px; min-height: 1.1em; font-weight: 700; }
.payment-note { display: grid; gap: 9px; margin-top: 16px; color: var(--muted); font-size: 13px; line-height: 1.45; }
.note-row { display: flex; gap: 8px; align-items: center; }

.faq { max-width: 900px; margin: 0 auto; display: grid; gap: 12px; }
details { border: 1px solid var(--border); background: rgba(255,255,255,0.065); border-radius: 18px; padding: 18px 20px; }
summary { cursor: pointer; font-weight: 850; letter-spacing: -0.02em; }
details p { color: var(--muted); line-height: 1.55; margin: 12px 0 0; }

.final-cta { padding: 44px 0 96px; }
.final-box { text-align: center; padding: 48px 28px; border-radius: 36px; border: 1px solid rgba(56,216,255,0.24); background: radial-gradient(circle at 50% 0%, rgba(56,216,255,0.20), transparent 38%), rgba(255,255,255,0.075); box-shadow: var(--shadow); }
.final-box p { max-width: 720px; margin: 18px auto 28px; color: var(--muted); font-size: 18px; line-height: 1.55; }

footer { border-top: 1px solid rgba(255,255,255,0.08); padding: 28px 0; color: var(--muted); font-size: 14px; }
.footer-row { display: flex; justify-content: space-between; gap: 18px; flex-wrap: wrap; align-items: center; }

.mobile-cta { display: none; position: fixed; left: 12px; right: 12px; bottom: 12px; z-index: 80; }

@media (max-width: 980px) {
  .nav-links { display: none; }
  .hero-grid, .checks-wrap, .checkout-layout { grid-template-columns: 1fr; }
  .price-card { position: static; }
  .pain-grid, .questions-grid { grid-template-columns: 1fr 1fr; }
  .tools-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 680px) {
  .hero { padding-top: 48px; }
  h1 { font-size: clamp(43px, 14vw, 70px); }
  .hero-copy { font-size: 18px; }
  .btn { width: 100%; }
  .hero-actions { align-items: stretch; }
  .pain-grid, .questions-grid, .report-preview, .tech-grid, .tools-grid, .form-grid-2 { grid-template-columns: 1fr; }
  .hero-card { padding: 14px; border-radius: 26px; }
  .result { grid-template-columns: 34px 1fr; }
  .result .mini-label { display: none; }
  section { padding: 56px 0; }
  .price { font-size: 56px; }
  .mobile-cta { display: block; }
  body { padding-bottom: 82px; }
}
