* { box-sizing: border-box; }
:root {
  --bg: #050611;
  --panel: #171822;
  --panel-2: #20212b;
  --text: #f6f7fb;
  --muted: #a8adbd;
  --purple: #8b5cf6;
  --purple-2: #6d5dfc;
  --border: rgba(255,255,255,0.12);
}
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  background: radial-gradient(circle at top right, rgba(34,197,255,0.12), transparent 25%), radial-gradient(circle at top left, rgba(139,92,246,0.18), transparent 30%), var(--bg);
  color: var(--text);
}
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(5,6,17,0.72);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav { display: flex; justify-content: space-between; align-items: center; min-height: 76px; }
.logo { font-weight: 900; font-size: 22px; letter-spacing: -0.04em; }
.logo span { color: var(--purple); }
.nav-links { display: flex; gap: 22px; align-items: center; color: var(--muted); font-weight: 700; }
.nav-links a:hover { color: white; }
.nav-cta { background: rgba(139,92,246,0.18); color: white !important; border: 1px solid rgba(139,92,246,0.5); padding: 10px 14px; border-radius: 999px; }
.section-padding { padding: 92px 0; }
.hero { padding-top: 120px; }
.hero-grid { display: grid; grid-template-columns: 1.08fr 0.92fr; gap: 60px; align-items: center; }
.eyebrow { color: #c4b5fd; background: rgba(139,92,246,0.16); border: 1px solid rgba(139,92,246,0.35); padding: 8px 13px; border-radius: 999px; display: inline-flex; font-weight: 800; font-size: 14px; margin: 0 0 18px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(44px, 7vw, 78px); line-height: 0.95; letter-spacing: -0.07em; margin-bottom: 24px; }
h2 { font-size: clamp(34px, 5vw, 54px); line-height: 1; letter-spacing: -0.06em; margin-bottom: 16px; }
h3 { font-size: 24px; letter-spacing: -0.03em; }
.hero-text, .section-heading p, .muted { color: var(--muted); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; gap: 14px; margin: 32px 0; flex-wrap: wrap; }
.btn, .cta-btn { border: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 14px 20px; border-radius: 14px; font-weight: 900; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover, .cta-btn:hover { transform: translateY(-2px); }
.btn-primary, .cta-btn { color: white; background: linear-gradient(135deg, var(--purple-2), #a855f7); box-shadow: 0 16px 40px rgba(139,92,246,0.28); }
.btn-secondary { background: rgba(255,255,255,0.07); border: 1px solid var(--border); color: white; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px; color: var(--muted); font-weight: 700; }
.trust-row span { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); padding: 10px 12px; border-radius: 999px; }
.hero-card, .scanner-card, .cta-box, .auth-card { background: linear-gradient(180deg, rgba(255,255,255,0.09), rgba(255,255,255,0.035)); border: 1px solid var(--border); border-radius: 30px; box-shadow: 0 32px 90px rgba(0,0,0,0.35); }
.hero-card { padding: 24px; }
.scan-window { background: #0d0e18; border: 1px solid rgba(255,255,255,0.1); border-radius: 22px; padding: 24px; }
.window-top { display: flex; gap: 8px; margin-bottom: 28px; }
.window-top span { width: 11px; height: 11px; border-radius: 50%; background: rgba(255,255,255,0.24); }
.scan-label { color: var(--muted); font-weight: 800; }
.mini-score, .risk-score { display: flex; justify-content: space-between; align-items: center; background: rgba(239,68,68,0.12); border: 1px solid rgba(239,68,68,0.32); border-radius: 18px; padding: 20px; margin: 18px 0; }
.mini-score strong, .risk-score strong { color: #fb7185; font-size: 34px; }
.mini-finding { padding: 14px; border-radius: 14px; margin-top: 10px; background: rgba(255,255,255,0.06); font-weight: 800; }
.danger { color: #fb7185; } .warn { color: #facc15; } .good { color: #4ade80; }
.section-heading { max-width: 700px; margin-bottom: 36px; }
.cards-grid, .pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-card, .price-card, details { background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.1); border-radius: 22px; padding: 24px; }
.feature-card p, .price-card li, details p { color: var(--muted); line-height: 1.65; }
.darker { background: rgba(255,255,255,0.025); }
.how-grid { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 50px; align-items: start; }
.steps { display: grid; gap: 14px; }
.steps div { display: grid; grid-template-columns: 70px 1fr; gap: 18px; padding: 22px; border-radius: 20px; background: rgba(255,255,255,0.055); border: 1px solid rgba(255,255,255,0.09); }
.steps strong { color: #c4b5fd; font-size: 24px; }
.pricing-grid { grid-template-columns: repeat(3, 1fr); }
.price { font-size: 44px; font-weight: 900; letter-spacing: -0.05em; }
.price span { color: var(--muted); font-size: 16px; }
.price-card ul { padding-left: 20px; min-height: 100px; }
.price-card.featured { border-color: rgba(139,92,246,0.55); transform: translateY(-10px); }
.cta-box { padding: 46px; display: grid; grid-template-columns: 0.85fr 1.15fr; gap: 45px; align-items: center; }
.waitlist-form { display: flex; gap: 12px; align-items: center; }
.waitlist-form input, .scanner-form input { flex: 1; min-height: 54px; padding: 16px 18px; border-radius: 14px; border: 1px solid var(--border); background: rgba(255,255,255,0.08); color: white; font-size: 16px; outline: none; }
.waitlist-form input:focus, .scanner-form input:focus { border-color: var(--purple); box-shadow: 0 0 0 4px rgba(139,92,246,0.18); }
.success-message { display: none; width: 100%; background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.35); color: #86efac; padding: 14px 16px; border-radius: 14px; margin-bottom: 16px; font-weight: 800; }
.faq-container { max-width: 850px; }
details { margin-bottom: 14px; }
summary { cursor: pointer; font-weight: 900; font-size: 18px; }
.footer { padding: 30px 0; border-top: 1px solid rgba(255,255,255,0.08); color: var(--muted); }
.footer-inner { display: flex; justify-content: space-between; gap: 20px; }
.scanner-page, .auth-page { min-height: calc(100vh - 76px); padding: 110px 20px 60px; display: flex; justify-content: center; align-items: flex-start; }
.scanner-card { width: min(940px, 100%); padding: 42px; }
.scanner-top { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; }
.scanner-card h1 { font-size: clamp(36px, 5vw, 56px); }
.ai-badge { color: #a78bfa; font-weight: 900; margin-top: 10px; }
.scanner-chip, .report-badge { background: rgba(255,255,255,0.07); border: 1px solid var(--border); border-radius: 999px; padding: 10px 13px; color: var(--muted); font-weight: 800; white-space: nowrap; }
.scanner-form { display: flex; gap: 12px; margin-top: 28px; }
.scan-status { margin-top: 22px; color: #c4b5fd; font-weight: 900; min-height: 26px; }
.hidden { display: none !important; }
.loader { margin-top: 18px; width: 38px; height: 38px; border: 4px solid rgba(255,255,255,0.12); border-top: 4px solid var(--purple); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { 100% { transform: rotate(360deg); } }
#progressBar { width: 100%; height: 9px; background: rgba(255,255,255,0.1); border-radius: 20px; margin-top: 15px; overflow: hidden; }
#progressFill { width: 0%; height: 100%; background: linear-gradient(90deg, var(--purple-2), #a855f7); transition: width .45s ease; }
.results { margin-top: 34px; animation: fadeUp .4s ease; }
@keyframes fadeUp { from { opacity: 0; transform: translateY(12px); } to { opacity: 1; transform: translateY(0); } }
.results-header { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; }
.findings-grid { display: grid; gap: 14px; }
.finding { padding: 18px; border-radius: 16px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); }
.finding.high strong { color: #fb7185; }
.finding.medium strong { color: #facc15; }
.finding.low strong { color: #60a5fa; }
.finding p { margin: 8px 0 0; color: white; line-height: 1.55; }
.locked-feature { margin-top: 20px; padding: 16px; border-radius: 14px; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.09); color: var(--muted); text-align: center; font-weight: 800; }
.report-btn { margin-top: 18px; }
.auth-card { width: min(560px, 100%); padding: 42px; text-align: center; }
@media (max-width: 850px) {
  .nav-links { gap: 12px; font-size: 14px; }
  .hero-grid, .how-grid, .cta-box { grid-template-columns: 1fr; }
  .cards-grid, .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .waitlist-form, .scanner-form { flex-direction: column; align-items: stretch; }
  .scanner-top, .results-header { flex-direction: column; }
  .scanner-card, .cta-box { padding: 28px; }
}
@media (max-width: 560px) {
  .container { width: min(100% - 24px, 1120px); }
  .nav { align-items: flex-start; padding: 16px 0; gap: 12px; flex-direction: column; }
  .nav-links { flex-wrap: wrap; }
  .section-padding { padding: 64px 0; }
}
