/* Below-the-fold styles for the landing page, split out of the inline block
   so the hero markup is not sitting behind 61KB of CSS. Loaded non-blocking;
   see the <link> in landing.html. Generated by splitting on which selectors
   can match above-fold elements — do not hand-edit without re-checking. */
.hero-form-row { display:flex; gap:8px; flex-wrap:wrap; }
.hero-input { flex:1 1 180px; padding:14px 16px; border-radius:10px; border:1px solid rgba(255,255,255,.15); background:rgba(255,255,255,.08); color:#fff; font-size:15px; font-family:inherit; outline:none; transition:border-color .2s; min-width:0; }
.hero-input:focus { border-color:#F59E0B; }
.hero-input::placeholder { color:rgba(255,255,255,.35); }
.hero-form-err { font-size:13px; color:#ef4444; margin-top:8px; min-height:18px; }
.hero-proof-avatars { display:flex; }
.hero-proof-av { width:28px; height:28px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:#fff; margin-right:-8px; border:2px solid #0e1c34; }
.hero-benefits { position:relative; z-index:1; display:flex; justify-content:center; gap:40px; flex-wrap:wrap; max-width:1100px; margin:56px auto 0; padding:28px 0 0; border-top:1px solid rgba(255,255,255,.06); animation:fadeUp .6s ease both; animation-delay:1s; opacity:0; }
.hero-benefit { display:flex; align-items:flex-start; gap:14px; max-width:280px; }
.hero-benefit-icon { width:44px; height:44px; border-radius:12px; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.08); display:flex; align-items:center; justify-content:center; flex-shrink:0; }
.hero-benefit-text { font-size:13px; color:rgba(255,255,255,.55); line-height:1.55; }
.hero-benefit-text strong { color:#fff; font-weight:700; display:block; font-size:14px; margin-bottom:2px; }
.hero-fomo { display:inline-flex;align-items:center;gap:10px;background:linear-gradient(135deg,rgba(245,158,11,.18),rgba(239,68,68,.12));border:1.5px solid rgba(245,158,11,.5);color:#fde68a;font-size:15px;font-weight:700;padding:12px 24px;border-radius:28px;margin-bottom:20px;letter-spacing:.3px;animation:fadeUp .6s ease both,fomoPulse 3s ease-in-out infinite;animation-delay:.45s;opacity:0;box-shadow:0 0 20px rgba(245,158,11,.15),0 0 60px rgba(245,158,11,.06) }
.hero-fomo strong { color:#fff;font-weight:900;font-size:18px }
.hero-fomo-dot { width:9px;height:9px;background:#f59e0b;border-radius:50%;animation:pulse 1.2s infinite;flex-shrink:0;box-shadow:0 0 8px rgba(245,158,11,.6) }
.hero h1 .hl { color: #60a5fa; }
.hero-sub { font-size: clamp(15px, 2vw, 18px); color: rgba(255,255,255,0.52); max-width: 540px; margin: 0 auto 48px; line-height: 1.7; font-weight: 400; }
.hero-actions { display: flex; align-items: center; justify-content: center; gap: 12px; flex-wrap: wrap; margin-bottom: 72px; }
.btn-primary { display: inline-flex; align-items: center; gap: 7px; background: var(--acc); color: #fff; font-size: 15px; font-weight: 700; padding: 14px 30px; border-radius: var(--radius); transition: background .15s, transform .1s, box-shadow .15s; border: none; font-family: inherit; cursor: pointer; box-shadow: 0 4px 22px rgba(37,99,235,0.45); }
.btn-primary:hover { background: var(--acc-light); transform: translateY(-1px); box-shadow: 0 6px 28px rgba(37,99,235,0.55); }
.btn-ghost { display: inline-flex; align-items: center; gap: 7px; background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 600; padding: 14px 26px; border-radius: var(--radius); border: 1px solid rgba(255,255,255,0.14); transition: background .15s, transform .1s; font-family: inherit; cursor: pointer; }
.btn-ghost:hover { background: rgba(255,255,255,0.12); transform: translateY(-1px); }
.hero-stats { display: flex; align-items: center; justify-content: center; gap: 0; flex-wrap: wrap; position: relative; z-index: 1; }
.hero-stat { padding: 0 36px; text-align: center; border-right: 1px solid rgba(255,255,255,0.08); }
.hero-stat:last-child { border-right: none; }
.hero-stat-num { font-size: 32px; font-weight: 800; color: #fff; letter-spacing: -0.5px; }
.hero-stat-label { font-size: 12px; color: rgba(255,255,255,0.38); font-weight: 500; margin-top: 4px; }
.section { padding: 96px 24px; }
.section.bg-gray { background: var(--bg-alt); }
.section.bg-dark { background: #0d1117; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-eyebrow { font-size: 12px; font-weight: 700; color: var(--acc); text-transform: uppercase; letter-spacing: 1.4px; margin-bottom: 12px; }
.section-title { font-size: clamp(24px, 4vw, 40px); font-weight: 800; color: var(--text); margin-bottom: 16px; letter-spacing: -0.7px; line-height: 1.12; }
.section-title.light { color: #fff; }
.section-sub { font-size: 16px; color: var(--text2); max-width: 540px; line-height: 1.7; }
.section-sub.light { color: rgba(255,255,255,0.5); }
.score-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-top: 56px; }
.score-visual { background: linear-gradient(135deg,#0e1c34,#132040); border: 1px solid rgba(59,130,246,.2); border-radius: 18px; padding: 36px 32px; }
.score-ticker-row { display: flex; align-items: center; justify-content: space-between; padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.score-ticker-row:last-child { border-bottom: none; }
.score-tk { font-size: 14px; font-weight: 700; color: #fff; }
.score-name { font-size: 11px; color: rgba(255,255,255,.4); margin-top: 1px; }
.score-bar-wrap { flex: 1; margin: 0 16px; height: 6px; background: rgba(255,255,255,.07); border-radius: 3px; overflow: hidden; }
.score-bar { height: 100%; border-radius: 3px; transition: width .6s ease; }
.score-bar.high { background: linear-gradient(90deg,#22c55e,#16a34a); }
.score-bar.med  { background: linear-gradient(90deg,#f59e0b,#d97706); }
.score-bar.low  { background: linear-gradient(90deg,#f87171,#dc2626); }
.score-val { font-size: 14px; font-weight: 800; color: #fff; min-width: 32px; text-align: right; }
.score-text-block .score-point { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--border); }
.score-text-block .score-point:last-child { border-bottom: none; }
.score-point-icon { width: 36px; height: 36px; border-radius: 9px; background: var(--acc); display: flex; align-items: center; justify-content: center; font-size: 17px; flex-shrink: 0; }
.score-point-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.score-point-desc { font-size: 13px; color: var(--text2); line-height: 1.55; }
.features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 52px; }
.feature-card { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; transition: box-shadow .2s, transform .2s, background-color .25s, border-color .25s; }
.feature-card:hover { box-shadow: 0 8px 32px rgba(0,0,0,.12); transform: translateY(-3px); }
.feature-icon { font-size: 28px; margin-bottom: 14px; line-height: 1; }
.feature-title { font-size: 15px; font-weight: 700; color: var(--text); margin-bottom: 9px; }
.feature-desc { font-size: 13px; color: var(--text2); line-height: 1.65; }
.feature-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 14px; }
.feature-tag { background: var(--tag-bg); color: var(--tag-color); font-size: 10.5px; font-weight: 600; padding: 3px 9px; border-radius: 20px; transition: background-color .25s, color .25s; }
.sources-bar { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 12px; margin-top: 48px; }
.source-chip { background: var(--chip-bg); border: 1px solid var(--border); border-radius: 8px; padding: 9px 18px; font-size: 13px; font-weight: 600; color: var(--text2); display: flex; align-items: center; gap: 8px; transition: background-color .25s, border-color .25s; }
.source-chip span { font-size: 16px; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-top: 52px; position: relative; }
.step { background: var(--card); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 22px; text-align: center; transition: background-color .25s, border-color .25s; }
.step-num { width: 44px; height: 44px; background: linear-gradient(135deg,var(--acc),#1d4ed8); color: #fff; border-radius: 50%; font-size: 18px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; box-shadow: 0 4px 14px rgba(37,99,235,.35); }
.step-title { font-size: 14px; font-weight: 700; color: var(--text); margin-bottom: 8px; }
.step-desc { font-size: 13px; color: var(--text2); line-height: 1.6; }
.highlight-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; margin-top: 56px; }
.highlight-list { list-style: none; margin-top: 28px; }
.highlight-list li { display: flex; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
.highlight-list li:last-child { border-bottom: none; }
.hl-check { width: 20px; height: 20px; background: rgba(34,197,94,.15); border-radius: 5px; display: flex; align-items: center; justify-content: center; font-size: 11px; color: #22c55e; font-weight: 700; flex-shrink: 0; margin-top: 1px; }
.hl-text { font-size: 14px; color: rgba(255,255,255,.7); line-height: 1.55; }
.hl-text strong { color: #fff; }
.mock-card { background: linear-gradient(135deg,#0e1c34,#132040); border: 1px solid rgba(59,130,246,.2); border-radius: 18px; padding: 28px; }
.mock-header { font-size: 11px; font-weight: 700; color: rgba(255,255,255,.4); letter-spacing: 1px; text-transform: uppercase; margin-bottom: 20px; }
.mock-tab-row { display: flex; gap: 6px; margin-bottom: 20px; }
.mock-tab { font-size: 11px; font-weight: 600; padding: 5px 12px; border-radius: 6px; color: rgba(255,255,255,.45); background: rgba(255,255,255,.05); }
.mock-tab.on { background: rgba(37,99,235,.25); color: #93c5fd; }
.mock-row { display: flex; justify-content: space-between; align-items: center; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.06); font-size: 13px; }
.mock-row:last-child { border-bottom: none; }
.mock-label { color: rgba(255,255,255,.5); }
.mock-val { font-weight: 600; color: #fff; }
.mock-val.green { color: #22c55e; }
.mock-val.red { color: #f87171; }
.mock-val.blue { color: #60a5fa; }
.mock-score-big { display: flex; align-items: baseline; gap: 6px; margin: 16px 0 8px; }
.mock-score-num { font-size: 48px; font-weight: 800; color: #22c55e; letter-spacing: -2px; line-height: 1; }
.mock-score-label { font-size: 13px; color: rgba(255,255,255,.4); }
.pricing-toggle-wrap { display:flex; align-items:center; justify-content:center; gap:14px; margin:28px 0 48px; }
.pricing-toggle-label { font-size:13px; font-weight:600; color:rgba(255,255,255,.4); transition:color .2s; }
.pricing-toggle-label.active { color:rgba(255,255,255,.9); }
.pricing-toggle { position:relative; width:46px; height:26px; cursor:pointer; }
.pricing-toggle input { opacity:0; width:0; height:0; }
.pricing-toggle-slider { position:absolute; inset:0; border-radius:13px; background:rgba(255,255,255,.12); border:1px solid rgba(255,255,255,.15); transition:background .25s, border-color .25s; }
.pricing-toggle-slider::before { content:''; position:absolute; width:18px; height:18px; top:3px; left:3px; background:#fff; border-radius:50%; transition:transform .25s cubic-bezier(.22,.68,0,1.2); box-shadow:0 1px 4px rgba(0,0,0,.3); }
.pricing-toggle input:checked ~ .pricing-toggle-slider { background:var(--gold); border-color:var(--gold); }
.pricing-toggle input:checked ~ .pricing-toggle-slider::before { transform:translateX(20px); }
.save-badge { font-size:11px; font-weight:700; background:rgba(34,197,94,.15); border:1px solid rgba(34,197,94,.3); color:#4ade80; padding:3px 10px; border-radius:20px; }
.pricing-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; margin-top:0; max-width:820px; margin-left:auto; margin-right:auto; align-items:start; }
.pricing-card {
  background:rgba(18,24,40,.8);
  backdrop-filter:blur(28px); -webkit-backdrop-filter:blur(28px);
  border:1px solid rgba(255,255,255,.08);
  border-radius:20px; padding:28px 28px 32px;
  position:relative;
  transition:transform .3s cubic-bezier(.22,.68,0,1.2), box-shadow .3s;
}
.pricing-card:hover { transform:translateY(-4px); box-shadow:0 20px 60px rgba(0,0,0,.4); }
.pricing-card.featured {
  border:1.5px solid rgba(245,158,11,.5);
  background:rgba(20,28,52,.85);
  box-shadow:0 0 0 1px rgba(245,158,11,.15), 0 24px 80px rgba(245,158,11,.15), 0 8px 40px rgba(0,0,0,.5);
}
.pricing-card.featured:hover { transform:translateY(-6px); box-shadow:0 0 0 1px rgba(245,158,11,.25), 0 28px 90px rgba(245,158,11,.22); }
.pc-header { display:flex; align-items:center; justify-content:space-between; margin-bottom:20px; }
.pc-header-left { display:flex; align-items:center; gap:9px; }
.pc-header-icon { width:28px; height:28px; border-radius:8px; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); display:flex; align-items:center; justify-content:center; font-size:13px; flex-shrink:0; }
.pricing-card.featured .pc-header-icon { background:rgba(245,158,11,.15); border-color:rgba(245,158,11,.3); }
.pc-name { font-size:15px; font-weight:700; color:#fff; letter-spacing:-.1px; }
.pc-tier-badge { font-size:11px; font-weight:700; padding:4px 12px; border-radius:20px; letter-spacing:.3px; white-space:nowrap; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.1); color:rgba(255,255,255,.55); }
.pc-tier-badge.gold { background:linear-gradient(135deg,#d97706,#F59E0B); color:#0f172a; border:none; box-shadow:0 3px 12px rgba(245,158,11,.4); }
.pc-price-row { display:flex; align-items:baseline; justify-content:space-between; margin-bottom:16px; }
.pc-price { font-family:var(--mono); font-size:48px; font-weight:700; color:#fff; letter-spacing:-2px; line-height:1; }
.pc-price-period { font-size:14px; font-weight:400; color:rgba(255,255,255,.35); margin-left:4px; letter-spacing:0; font-family:'Inter',sans-serif; }
.pc-price-orig { font-family:var(--mono); font-size:16px; font-weight:500; color:rgba(255,255,255,.5); text-decoration:line-through; align-self:center; }
.pricing-btn { display:flex; align-items:center; justify-content:center; gap:8px; width:100%; padding:14px; border-radius:12px; font-size:14px; font-weight:700; text-align:center; transition:all .2s cubic-bezier(.22,.68,0,1.2); font-family:inherit; cursor:pointer; border:none; letter-spacing:.1px; margin-bottom:28px; }
.pricing-btn-primary { background:linear-gradient(135deg,#d97706,#F59E0B 50%,#FCD34D); color:#0f172a; box-shadow:0 4px 20px rgba(245,158,11,.45); }
.pricing-btn-primary:hover { transform:translateY(-2px); box-shadow:0 8px 32px rgba(245,158,11,.65); }
.pricing-btn-secondary { background:rgba(255,255,255,.08); color:rgba(255,255,255,.8); border:1px solid rgba(255,255,255,.13); }
.pricing-btn-secondary:hover { background:rgba(255,255,255,.13); transform:translateY(-2px); }
.pc-section-divider {
  display:flex; align-items:center; gap:10px;
  margin:20px 0 16px; font-size:11px; font-weight:700;
  color:rgba(255,255,255,.28); text-transform:uppercase; letter-spacing:1.2px;
}
.pc-section-divider::before, .pc-section-divider::after {
  content:''; flex:1; height:1px; background:rgba(255,255,255,.08);
}
.pc-section-divider.gold { color:#F59E0B; }
.pc-section-divider.gold::before, .pc-section-divider.gold::after { background:rgba(245,158,11,.25); }
.pricing-list { list-style:none; margin:0; }
.pricing-list li { display:flex; align-items:flex-start; gap:10px; font-size:13px; color:rgba(255,255,255,.7); padding:7px 0; line-height:1.45; }
.pricing-list li.locked { color:rgba(255,255,255,.3); }
.pi-check { flex-shrink:0; margin-top:1px; width:18px; height:18px; }
.pi-check svg { width:18px; height:18px; }
.pi-x { flex-shrink:0; margin-top:1px; width:18px; height:18px; }
.pi-x svg { width:18px; height:18px; }
.pricing-list li.backtest-row { background:rgba(245,158,11,.07); border:1px solid rgba(245,158,11,.2); border-radius:10px; padding:10px 10px; margin:4px 0; color:rgba(255,255,255,.85); }
.pricing-annual-note { text-align:center; font-size:12px; color:rgba(255,255,255,.6); margin-top:20px; }
.pricing-annual-note strong { color:#4ade80; }
.faq-list { margin-top: 48px; max-width: 720px; margin-left: auto; margin-right: auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-q { width: 100%; text-align: left; padding: 20px 0; font-size: 15px; font-weight: 600; color: var(--text); display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: none; cursor: pointer; font-family: inherit; transition: color .15s; }
.faq-q:hover { color: var(--acc); }
.faq-arrow { font-size: 18px; color: var(--text3); transition: transform .2s; flex-shrink: 0; }
.faq-a { font-size: 14px; color: var(--text2); line-height: 1.7; padding-bottom: 18px; display: none; }
.faq-item.open .faq-a { display: block; }
.faq-item.open .faq-arrow { transform: rotate(180deg); }
.cta-section { background: linear-gradient(135deg,#0c1830,#1a2d4a); padding: 88px 24px; text-align: center; }
.cta-inner { max-width: 560px; margin: 0 auto; }
.cta-inner h2 { font-size: clamp(26px,4vw,38px); font-weight: 800; color: #fff; letter-spacing: -0.7px; margin-bottom: 16px; line-height: 1.15; }
.cta-inner p { font-size: 16px; color: rgba(255,255,255,.52); line-height: 1.7; margin-bottom: 36px; }
.cta-actions { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.disclaimer { background: var(--dis-bg); border-top: 1px solid var(--dis-border); border-bottom: 1px solid var(--dis-border); padding: 18px 24px; text-align: center; transition: background-color .25s, border-color .25s; }
.disclaimer p { font-size: 12px; color: var(--dis-text); max-width: 860px; margin: 0 auto; line-height: 1.6; transition: color .25s; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 20px; }
.footer-logo { font-size: 16px; font-weight: 800; color: rgba(255,255,255,.8); display: flex; align-items: center; gap: 7px; }
.footer-logo-dot { width: 6px; height: 6px; background: var(--acc-light); border-radius: 50%; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,.55); margin-top: 5px; }
.footer-links { display: flex; gap: 20px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,.62); transition: color .15s; }
.footer-links a:hover { color: rgba(255,255,255,.8); }
.ig-btn {
  display:inline-flex; align-items:center; gap:10px;
  background:linear-gradient(45deg,#f09433 0%,#e6683c 20%,#dc2743 45%,#cc2366 70%,#bc1888 100%);
  color:#fff; text-decoration:none; border-radius:14px; padding:10px 18px;
  font-size:13px; font-weight:700; letter-spacing:.1px;
  box-shadow:0 3px 14px rgba(220,39,103,.4);
  animation:igGlowPulse 2.8s ease-in-out infinite, igFloat 3.6s ease-in-out infinite;
  transition:transform .2s ease, box-shadow .2s ease; flex-shrink:0;
}
.ig-btn:hover { transform:translateY(-3px) scale(1.05); box-shadow:0 8px 32px rgba(220,39,103,.65),0 0 60px rgba(188,24,136,.3); animation:none; }
.ig-btn svg { flex-shrink:0; }
.footer-social { display:flex; align-items:center; gap:16px; flex-wrap:wrap; }
#authOverlay { display:none; position:fixed; inset:0; background:rgba(0,0,0,.65); backdrop-filter:blur(8px); -webkit-backdrop-filter:blur(8px); z-index:200; align-items:center; justify-content:center; padding:24px; }
#authOverlay.open { display:flex; }
.auth-box { background:var(--card); border-radius:var(--radius-lg); padding:38px 40px; width:100%; max-width:380px; box-shadow:0 32px 80px rgba(0,0,0,.4); position:relative; max-height:92vh; overflow-y:auto; transition:background-color .25s; }
.auth-close { position:absolute; top:14px; right:14px; width:30px; height:30px; border-radius:50%; background:#f1f5f9; display:flex; align-items:center; justify-content:center; color:#64748b; font-size:16px; line-height:1; transition:background .15s; border:none; cursor:pointer; font-family:inherit; }
.auth-close:hover { background:#e2e8f0; }
.auth-logo { font-size:22px; font-weight:800; color:var(--acc); display:flex; align-items:center; gap:6px; margin-bottom:4px; }
.auth-logo-dot { width:7px; height:7px; background:var(--acc-light); border-radius:50%; }
.auth-sub { font-size:12px; color:var(--text3); margin-bottom:26px; }
.field { margin-bottom:14px; }
.field-label { font-size:11px; font-weight:600; color:var(--text3); text-transform:uppercase; letter-spacing:.7px; display:block; margin-bottom:5px; }
.field-input { width:100%; background:var(--input-bg); border:1px solid var(--input-border); color:var(--text); font-family:inherit; font-size:14px; padding:10px 13px; border-radius:var(--radius); outline:none; transition:border-color .15s, background-color .25s; }
.field-input:focus { border-color:var(--acc); background:var(--card); }
.auth-btn { width:100%; background:linear-gradient(135deg,#2563eb,#1d4ed8); color:#fff; font-size:14px; font-weight:700; padding:12px; border-radius:var(--radius); border:none; font-family:inherit; cursor:pointer; margin-top:6px; transition:opacity .15s,transform .1s; box-shadow:0 4px 14px rgba(37,99,235,.3); }
.auth-btn:hover { opacity:.92; transform:translateY(-1px); }
.auth-btn:disabled { opacity:.5; cursor:not-allowed; transform:none; }
.auth-err { color:var(--red); font-size:12px; margin-top:10px; min-height:16px; text-align:center; line-height:1.4; }
.auth-switch { text-align:center; margin-top:18px; font-size:13px; color:var(--text2); }
.auth-switch-btn { color:var(--acc); font-weight:600; cursor:pointer; background:none; border:none; font-size:13px; font-family:inherit; padding:0 3px; }
.auth-switch-btn:hover { text-decoration:underline; }
.divider { display:flex; align-items:center; gap:10px; margin:18px 0; color:var(--text3); font-size:11px; letter-spacing:.5px; }
.divider::before,.divider::after { content:''; flex:1; height:1px; background:var(--border); }
.btn-google { width:100%; background:var(--input-bg); border:1px solid var(--input-border); color:var(--text); font-family:inherit; font-size:14px; font-weight:600; padding:11px 14px; border-radius:var(--radius); cursor:pointer; display:flex; align-items:center; justify-content:center; gap:10px; transition:background .15s, background-color .25s; }
.btn-google:hover { filter: brightness(.95); }
.age-warning { background:#fef2f2; border:1px solid #fecaca; border-radius:var(--radius); padding:10px 13px; font-size:12px; color:var(--red); margin-top:10px; display:none; }
.age-warning.show { display:block; }
html.dark-mode .age-warning { background:rgba(220,38,38,.1); border-color:rgba(220,38,38,.35); }
html.dark-mode .divider::before, html.dark-mode .divider::after { background:rgba(255,255,255,.1); }
html.dark-mode .auth-close { background:rgba(255,255,255,.08); color:rgba(255,255,255,.6); }
html.dark-mode .auth-close:hover { background:rgba(255,255,255,.14); }
html.dark-mode .score-text-block .score-point { border-bottom-color:rgba(255,255,255,.07); }
.stats-bar { background:#0d1117; border-top:1px solid rgba(255,255,255,.06); border-bottom:1px solid rgba(255,255,255,.06); padding:0 16px; }
.stats-bar-inner { max-width:960px; margin:0 auto; display:grid; grid-template-columns:repeat(4,1fr); }
.stats-bar-item { display:flex; align-items:center; gap:12px; padding:18px 24px; border-right:1px solid rgba(255,255,255,.08); }
.stats-bar-item:last-child { border-right:none; }
.stats-bar-num { font-size:22px; font-weight:900; color:#fff; letter-spacing:-.5px; line-height:1; }
.stats-bar-lbl { font-size:11px; color:#64748b; font-weight:500; margin-top:2px; }
.process-grid { display:grid; grid-template-columns:1fr auto 1fr; max-width:860px; margin:0 auto; align-items:stretch; }
.process-col { padding:32px 28px; text-align:left; }
.process-col-left  { background:rgba(239,68,68,.07);  border:1.5px solid rgba(239,68,68,.2);  border-radius:16px 0 0 16px; }
.process-col-right { background:rgba(34,197,94,.07);  border:1.5px solid rgba(34,197,94,.25); border-radius:0 16px 16px 0; }
.process-vs  { display:flex; align-items:center; justify-content:center; padding:0 16px; }
.process-vs-txt { font-size:13px; font-weight:800; color:#475569; letter-spacing:1px; writing-mode:vertical-lr; transform:rotate(180deg); }
.process-item { display:flex; align-items:flex-start; gap:10px; margin-bottom:14px; }
.process-item:last-of-type { margin-bottom:0; }
.process-footer { margin-top:16px; border-radius:8px; padding:10px 14px; display:flex; align-items:center; gap:8px; }
.process-footer-left  { background:rgba(239,68,68,.12); }
.process-footer-right { background:rgba(34,197,94,.12); }
.anim .reveal            { opacity:0; }
.reveal.visible    { animation:revealUp   .65s cubic-bezier(.22,.68,0,1.2) both; }
.reveal-l.visible  { animation:revealLeft .65s cubic-bezier(.22,.68,0,1.2) both; }
.reveal-r.visible  { animation:revealRight.65s cubic-bezier(.22,.68,0,1.2) both; }
.reveal-s.visible  { animation:revealScale.65s cubic-bezier(.22,.68,0,1.2) both; }
.anim .reveal-l,.anim .reveal-r,.anim .reveal-s { opacity:0; }
.anim .reveal-group > *   { opacity:0; transform:translateY(30px); transition:opacity .55s cubic-bezier(.22,.68,0,1.2), transform .55s cubic-bezier(.22,.68,0,1.2); }
.reveal-group > *   { transition:opacity .55s cubic-bezier(.22,.68,0,1.2), transform .55s cubic-bezier(.22,.68,0,1.2); }
.reveal-group.visible > * { opacity:1; transform:translateY(0); }
.reveal-group.visible > *:nth-child(1){transition-delay:.05s}
.reveal-group.visible > *:nth-child(2){transition-delay:.12s}
.reveal-group.visible > *:nth-child(3){transition-delay:.19s}
.reveal-group.visible > *:nth-child(4){transition-delay:.26s}
.reveal-group.visible > *:nth-child(5){transition-delay:.33s}
.reveal-group.visible > *:nth-child(6){transition-delay:.40s}
.stats-bar-num { transition:color .4s; }
.stats-bar-item.visible .stats-bar-num { color:#60a5fa; animation:countUp .5s ease both; }
.feature-card { transition:box-shadow .25s, transform .25s, background-color .25s, border-color .25s, opacity .6s, translate .6s; }
.feature-card:hover { box-shadow:0 12px 40px rgba(37,99,235,.18); transform:translateY(-6px) scale(1.01); }
.step { transition:background-color .25s, border-color .25s, transform .2s, box-shadow .2s; }
.step:hover { transform:translateY(-4px); box-shadow:0 8px 28px rgba(0,0,0,.15); }
.pricing-card { transition:transform .25s, box-shadow .25s, background-color .25s, border-color .25s; }
.pricing-card:hover { transform:translateY(-6px); box-shadow:0 16px 48px rgba(0,0,0,.2); }
.hero-sub    { position:relative; z-index:1; animation:fadeUp .6s ease both; animation-delay:2.9s; opacity:0; }
.hero-actions { position:relative; z-index:1; animation:fadeUp .6s ease both; animation-delay:3.2s; opacity:0; }
.hero-stats  { position:relative; z-index:1; animation:fadeUp .6s ease both; animation-delay:3.5s; opacity:0; }
#score  { position: relative; overflow: hidden; }
#detail { position: relative; overflow: hidden; }
.score-visual, .mock-card { position:relative; overflow:hidden; }
.score-visual::before, .mock-card::before {
  content:''; position:absolute; left:0; right:0; height:1px; z-index:10;
  background:linear-gradient(90deg,transparent 0%,rgba(59,130,246,.55) 35%,rgba(139,209,255,.9) 50%,rgba(59,130,246,.55) 65%,transparent 100%);
  top:-1px; pointer-events:none;
  animation: scanLine 3.2s ease-in-out 1.2s 1 both;
}
.mock-card::before { animation-delay:1.8s }
.score-visual {
  box-shadow:0 0 0 1px rgba(59,130,246,.15), 0 20px 50px rgba(0,0,0,.45);
  transition:box-shadow 1.3s ease;
}
.score-visual.visible {
  box-shadow:0 0 0 1px rgba(59,130,246,.42), 0 24px 80px rgba(37,99,235,.30), 0 0 100px rgba(59,130,246,.14);
}
.score-ticker-row { opacity:0 }
.score-visual.visible .score-ticker-row { animation:rowSlideIn .46s ease both }
.score-visual.visible .score-ticker-row:nth-child(2) { animation-delay:.12s }
.score-visual.visible .score-ticker-row:nth-child(3) { animation-delay:.25s }
.score-visual.visible .score-ticker-row:nth-child(4) { animation-delay:.38s }
.score-visual.visible .score-ticker-row:nth-child(5) { animation-delay:.51s }
.score-visual.visible .score-ticker-row:nth-child(6) { animation-delay:.64s }
.score-bar { transform-origin:left; transform:scaleX(0) }
.score-visual.visible .score-bar { animation:barGrow .75s cubic-bezier(.22,.68,0,1.2) both }
.score-visual.visible .score-ticker-row:nth-child(2) .score-bar { animation-delay:.38s }
.score-visual.visible .score-ticker-row:nth-child(3) .score-bar { animation-delay:.51s }
.score-visual.visible .score-ticker-row:nth-child(4) .score-bar { animation-delay:.64s }
.score-visual.visible .score-ticker-row:nth-child(5) .score-bar { animation-delay:.77s }
.score-visual.visible .score-ticker-row:nth-child(6) .score-bar { animation-delay:.90s }
.score-val { opacity:0 }
.score-visual.visible .score-ticker-row:nth-child(2) .score-val { animation:numPop .48s cubic-bezier(.22,.68,0,1.2) .82s both }
.score-visual.visible .score-ticker-row:nth-child(3) .score-val { animation:numPop .48s cubic-bezier(.22,.68,0,1.2) .95s both }
.score-visual.visible .score-ticker-row:nth-child(4) .score-val { animation:numPop .48s cubic-bezier(.22,.68,0,1.2) 1.08s both }
.score-visual.visible .score-ticker-row:nth-child(5) .score-val { animation:numPop .48s cubic-bezier(.22,.68,0,1.2) 1.21s both }
.score-visual.visible .score-ticker-row:nth-child(6) .score-val { animation:numPop .48s cubic-bezier(.22,.68,0,1.2) 1.34s both }
.mock-card {
  box-shadow:0 0 0 1px rgba(59,130,246,.12), 0 20px 50px rgba(0,0,0,.55);
  transition:box-shadow 1.3s ease;
}
.mock-card.visible {
  box-shadow:0 0 0 1px rgba(59,130,246,.42), 0 24px 80px rgba(37,99,235,.28), 0 0 80px rgba(37,99,235,.12);
}
.mock-tab-row { opacity:0 }
.mock-card.visible .mock-tab-row { animation:tabsIn .4s ease .12s both }
.mock-score-big { opacity:0 }
.mock-card.visible .mock-score-big { animation:scoreBigIn .55s cubic-bezier(.22,.68,0,1.2) .25s both }
.mock-prog-bar { transform:scaleX(0) }
.mock-card.visible .mock-prog-bar { animation:barGrow .85s cubic-bezier(.22,.68,0,1.2) .55s both }
.mock-row { opacity:0 }
.mock-card.visible .mock-row { animation:mockRowIn .38s ease both }
.mock-card.visible .mock-row:nth-child(5)  { animation-delay:.42s }
.mock-card.visible .mock-row:nth-child(6)  { animation-delay:.50s }
.mock-card.visible .mock-row:nth-child(7)  { animation-delay:.58s }
.mock-card.visible .mock-row:nth-child(8)  { animation-delay:.66s }
.mock-card.visible .mock-row:nth-child(9)  { animation-delay:.74s }
.mock-card.visible .mock-row:nth-child(10) { animation-delay:.82s }
.mock-card.visible .mock-row:nth-child(11) { animation-delay:.90s }
.mock-card.visible .mock-row:nth-child(12) { animation-delay:.98s }
.mock-card.visible .mock-row:nth-child(13) { animation-delay:1.06s }
.section           { background: transparent !important; }
.section.bg-gray   { background: rgba(255,255,255,.018) !important; }
.section.bg-dark   { background: rgba(4,9,20,.25) !important; }
.cta-section       { background: linear-gradient(135deg,rgba(8,14,30,.95),rgba(12,24,52,.95)) !important; }
.stats-bar         { background: rgba(4,9,20,.35) !important; border-color: rgba(255,255,255,.05) !important; }
.disclaimer        { background: rgba(251,191,36,.06) !important; border-color: rgba(251,191,36,.2) !important; }
.disclaimer p      { color: #fbbf24 !important; }
.section-title     { color: #fff !important; }
.section-eyebrow   { color: #60a5fa !important; }
.section-sub       { color: rgba(255,255,255,.5) !important; }
.score-point-title { color: #e2e8f0 !important; }
.score-point-desc  { color: rgba(255,255,255,.44) !important; }
.score-text-block .score-point { border-bottom-color: rgba(255,255,255,.07) !important; }
.score-point-icon  { background: rgba(37,99,235,.28) !important; border: 1px solid rgba(59,130,246,.22) !important; }
.feature-card {
  background: linear-gradient(135deg,#0e1c34,#132040) !important;
  border-color: rgba(59,130,246,.2) !important;
}
.feature-title { color: #e6edf3 !important; }
.feature-desc  { color: rgba(255,255,255,.48) !important; }
.feature-tag   { background: rgba(37,99,235,.22) !important; color: #93c5fd !important; }
.step {
  background: linear-gradient(135deg,#0e1c34,#132040) !important;
  border-color: rgba(59,130,246,.18) !important;
}
.step-title { color: #e6edf3 !important; }
.step-desc  { color: rgba(255,255,255,.46) !important; }
.source-chip {
  background: linear-gradient(135deg,#0e1c34,#132040) !important;
  border-color: rgba(59,130,246,.2) !important;
  color: rgba(255,255,255,.58) !important;
}
.faq-item { border-bottom-color: rgba(255,255,255,.08) !important; }
.faq-q    { color: rgba(255,255,255,.85) !important; }
.faq-arrow { color: rgba(255,255,255,.32) !important; }
.faq-a    { color: rgba(255,255,255,.44) !important; }
.cta-inner h2 { color: #fff !important; }
.cta-inner p  { color: rgba(255,255,255,.5) !important; }
.theme-toggle {
  position: relative; cursor: pointer; flex-shrink: 0;
  width: 56px; height: 32px; border-radius: 9999px;
  border: 2px solid #e8d5b7; background: #fef3c7;
  transition: border-color 700ms cubic-bezier(0.68,-0.55,0.265,1.55),
              background-color 700ms cubic-bezier(0.68,-0.55,0.265,1.55);
  outline: none;
  display: flex; align-items: center;
}
html.dark-mode .theme-toggle {
  border-color: #2d2a4e;
  background: #1a1838;
}
.theme-toggle:focus-visible { box-shadow: 0 0 0 3px rgba(245,158,11,.45); }
.theme-toggle:hover { opacity: .9; }
.tt-knob {
  position: absolute; top: 50%; transform: translateY(-50%);
  left: 2px;
  width: 24px; height: 24px; border-radius: 50%;
  background: #ff9500; color: #fff;
  display: grid; place-items: center;
  transition: left 700ms cubic-bezier(0.68,-0.55,0.265,1.55),
              background-color 700ms cubic-bezier(0.68,-0.55,0.265,1.55);
}
html.dark-mode .theme-toggle .tt-knob {
  left: calc(100% - 26px);
  background: #e8e6f0; color: #1a1838;
}
.tt-sun,
.tt-moon {
  grid-area: 1 / 1;
  display: flex; align-items: center; justify-content: center;
  transition: opacity 500ms cubic-bezier(0.68,-0.55,0.265,1.55),
              transform 500ms cubic-bezier(0.68,-0.55,0.265,1.55);
}
.tt-sun  { opacity: 1; transform: rotate(0deg) scale(1); }
.tt-moon { opacity: 0; transform: rotate(-90deg) scale(0.5); }
html.dark-mode .theme-toggle .tt-sun  { opacity: 0; transform: rotate(90deg) scale(0.5); }
html.dark-mode .theme-toggle .tt-moon { opacity: 1; transform: rotate(0deg) scale(1); }
.feature-card {
  background: rgba(14,28,52,.55) !important;
  backdrop-filter: blur(20px) !important;
  -webkit-backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  border-top: 1px solid rgba(255,255,255,.18) !important;
}
.feature-card:hover {
  background: rgba(14,28,52,.75) !important;
  border-color: rgba(245,158,11,.25) !important;
  box-shadow: 0 12px 40px rgba(245,158,11,.10), 0 0 0 1px rgba(245,158,11,.15) !important;
}
.step {
  background: rgba(14,28,52,.50) !important;
  backdrop-filter: blur(16px) !important;
  -webkit-backdrop-filter: blur(16px) !important;
  border: 1px solid rgba(255,255,255,.09) !important;
  border-top: 1px solid rgba(255,255,255,.15) !important;
}
.step:hover {
  border-color: rgba(139,92,246,.3) !important;
  box-shadow: 0 8px 32px rgba(139,92,246,.12), 0 0 0 1px rgba(139,92,246,.2) !important;
}
.source-chip {
  background: rgba(14,28,52,.60) !important;
  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
}
.pricing-card {
  backdrop-filter: blur(24px) !important;
  -webkit-backdrop-filter: blur(24px) !important;
}
.btn-primary {
  background: linear-gradient(135deg, #d97706, #F59E0B, #FCD34D) !important;
  background-size: 200% 200% !important;
  color: #0f172a !important;
  box-shadow: 0 4px 22px var(--gold-glow) !important;
  font-weight: 800 !important;
  letter-spacing: -.1px;
}
.btn-primary:hover {
  background-position: right center !important;
  box-shadow: 0 6px 36px var(--gold-glow), 0 0 60px rgba(245,158,11,.2) !important;
  transform: translateY(-2px) !important;
}
.feature-tag {
  background: rgba(139,92,246,.2) !important;
  color: #c4b5fd !important;
  border: 1px solid rgba(139,92,246,.25) !important;
}
.step-num {
  background: linear-gradient(135deg, #d97706, #F59E0B) !important;
  color: #0f172a !important;
  box-shadow: 0 4px 14px rgba(245,158,11,.4) !important;
}
.section-eyebrow { color: #F59E0B !important; }
.score-point-icon {
  background: rgba(139,92,246,.22) !important;
  border: 1px solid rgba(139,92,246,.3) !important;
}
.pricing-card.featured {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 1px rgba(245,158,11,.35), 0 20px 60px rgba(245,158,11,.18) !important;
}
.pricing-grid.visible .pricing-card.featured {
  animation: proGlowGold 3s ease-in-out .8s infinite !important;
}
.pricing-badge {
  background: linear-gradient(135deg, #d97706, #F59E0B) !important;
  color: #0f172a !important;
}
.pricing-btn-primary {
  background: linear-gradient(135deg, #d97706, #F59E0B) !important;
  color: #0f172a !important;
  box-shadow: 0 4px 14px rgba(245,158,11,.35) !important;
}
.pricing-btn-primary:hover {
  background: linear-gradient(135deg, #F59E0B, #FCD34D) !important;
}
.score-bar.high { background: linear-gradient(90deg,#F59E0B,#d97706) !important; }
.score-visual.visible {
  box-shadow: 0 0 0 1px rgba(245,158,11,.35), 0 24px 80px rgba(245,158,11,.18), 0 0 100px rgba(245,158,11,.08) !important;
}
.faq-q:hover { color: #F59E0B !important; }
.stats-bar-item.visible .stats-bar-num { color: #F59E0B !important; }
.section.bg-dark  { background: rgba(7,12,20,.78)  !important; }
.stats-bar        { background: rgba(7,12,20,.72)  !important; }
.cta-section      { background: rgba(7,14,28,.74)  !important; }
.feature-card, .step { transform-style: preserve-3d; will-change: transform; }
#pricing .pc {
  --mx: 50%; --my: 50%;
}
#pricing .pc::after {
  content: '';
  position: absolute; inset: 0; border-radius: inherit;
  background: radial-gradient(220px circle at var(--mx) var(--my), rgba(245,158,11,.14), transparent 60%);
  pointer-events: none; opacity: 0;
  transition: opacity 0.3s; z-index: 0;
}
#pricing .pc:hover::after { opacity: 1; }
#pricing .pc > * { position: relative; z-index: 1; }
.section-eyebrow { will-change: transform, opacity; }