:root {
  --bg: #080a0d;
  --panel: rgba(16,19,24,.74);
  --panel-strong: rgba(18,22,29,.92);
  --text: #f8fafc;
  --soft: #cbd5e1;
  --muted: #94a3b8;
  --border: rgba(255,255,255,.09);
  --orange: #FF6A00;
  --orange-soft: #fed7aa;
  --green: #86efac;
  --red: #fca5a5;
  --shadow: 0 28px 90px rgba(0,0,0,.42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(255,106,0,.13), transparent 36rem),
    radial-gradient(circle at 85% 12%, rgba(59,130,246,.09), transparent 34rem),
    linear-gradient(180deg, #080a0d 0%, #0b0d10 52%, #090b0e 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
button, input { font: inherit; }

.site-bg-grid { position: fixed; inset: 0; z-index: -2; background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, rgba(0,0,0,.55), transparent 70%); }
.site-shell { width: min(94vw, 1440px); margin: 0 auto; }
.nav { position: sticky; top: 0; z-index: 40; backdrop-filter: blur(18px); background: linear-gradient(180deg, rgba(8,10,13,.92), rgba(8,10,13,.68)); border-bottom: 1px solid rgba(255,255,255,.06); }
.nav-inner { width: min(94vw, 1440px); margin: 0 auto; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 950; letter-spacing: -.03em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 14px; color: var(--orange-soft); background: radial-gradient(circle at 30% 20%, rgba(255,255,255,.18), transparent 35%), rgba(255,106,0,.16); border: 1px solid rgba(255,106,0,.32); box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 10px 32px rgba(255,106,0,.12); }
.nav-links { display: flex; align-items: center; gap: 22px; color: rgba(226,232,240,.78); font-size: 13px; font-weight: 750; }
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 42px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.045); color: var(--text); font-size: 13px; font-weight: 900; letter-spacing: .01em; transition: transform .18s ease, border-color .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-1px); border-color: rgba(255,106,0,.32); background: rgba(255,255,255,.07); }
.btn-primary { background: linear-gradient(135deg, rgba(255,106,0,.95), rgba(251,146,60,.88)); border-color: rgba(251,146,60,.52); color: #111827; }
.btn-primary:hover { background: linear-gradient(135deg, rgba(251,146,60,.98), rgba(253,186,116,.9)); }
.btn-ghost { color: rgba(226,232,240,.82); }
.hero { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(440px, .98fr); gap: 46px; align-items: center; min-height: calc(100vh - 78px); padding: 78px 0 54px; }
.eyebrow { margin: 0 0 14px; color: #FF6A00; opacity: 1; font-size: 11px; font-weight: 950; letter-spacing: .115em; text-transform: uppercase; }
.hero h1 { margin: 0; max-width: 860px; font-size: clamp(46px, 6.5vw, 86px); line-height: .94; letter-spacing: -.065em; color: #F8FAFC; text-shadow: 0 18px 44px rgba(0,0,0,.34); }
.hero .lede { max-width: 720px; margin: 24px 0 0; color: rgba(226,232,240,.82); font-size: clamp(18px, 1.6vw, 22px); line-height: 1.58; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-pill { display: inline-flex; align-items: center; min-height: 30px; padding: 0 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; color: rgba(203,213,225,.84); background: rgba(255,255,255,.04); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .045em; }
.hero-visual { position: relative; padding: 14px; border: 1px solid rgba(255,255,255,.11); border-radius: 32px; background: linear-gradient(145deg, rgba(255,255,255,.07), rgba(255,255,255,.025)); box-shadow: var(--shadow); overflow: hidden; }
.hero-visual::before { content: ""; position: absolute; inset: -30%; background: radial-gradient(circle, rgba(255,106,0,.1), transparent 42%); filter: blur(6px); animation: drift 12s ease-in-out infinite alternate; }
@keyframes drift { from { transform: translate(-3%, -2%); } to { transform: translate(4%, 3%); } }
.cockpit-card { position: relative; border: 1px solid rgba(255,255,255,.095); border-radius: 24px; background: rgba(10,13,18,.86); overflow: hidden; }
.cockpit-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.075); }
.status-dot { width: 8px; height: 8px; border-radius: 99px; background: var(--green); box-shadow: 0 0 18px rgba(34,197,94,.6); }
.cockpit-header strong { font-size: 13px; }
.cockpit-header span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.cockpit-body { display: grid; grid-template-columns: 1fr 160px; gap: 14px; padding: 16px; }
.command-preview { padding: 18px; border: 1px solid rgba(255,106,0,.18); border-radius: 20px; background: rgba(255,106,0,.07); }
.command-preview span { color: var(--orange-soft); font-size: 10px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.command-preview h3 { margin: 10px 0; font-size: 24px; line-height: 1.05; letter-spacing: -.03em; color: #F8FAFC; text-shadow: 0 18px 44px rgba(0,0,0,.34); }
.command-preview p { margin: 0; color: rgba(226,232,240,.82); font-size: 13px; line-height: 1.5; }
.meter-preview { padding: 16px; border: 1px solid rgba(255,255,255,.08); border-radius: 20px; background: rgba(255,255,255,.04); }
.meter-preview span { color: var(--muted); font-size: 10px; font-weight: 950; letter-spacing: .07em; text-transform: uppercase; }
.meter-preview strong { display: block; margin: 10px 0 14px; font-size: 22px; }
.meter-track { height: 10px; overflow: hidden; border-radius: 99px; background: rgba(239,68,68,.22); }
.meter-track i { display: block; width: 63%; height: 100%; border-radius: 99px; background: linear-gradient(90deg, #22c55e, #86efac); }
.intel-feed-preview { display: grid; gap: 8px; padding: 0 16px 16px; }
.feed-item { display: grid; grid-template-columns: 46px minmax(0, 1fr); gap: 10px; padding: 10px; border-left: 2px solid rgba(255,106,0,.5); border-radius: 14px; background: rgba(255,255,255,.04); }
.feed-time { color: rgba(148,163,184,.82); font-size: 10px; font-weight: 800; }
.feed-item h4 { margin: 0 0 4px; font-size: 12px; }
.feed-item p { margin: 0; color: rgba(203,213,225,.78); font-size: 11px; line-height: 1.35; }
.section { padding: 84px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 28px; }
.section-head h2 { margin: 0; max-width: 760px; font-size: clamp(32px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; color: #F8FAFC; text-shadow: 0 18px 44px rgba(0,0,0,.34); }
.section-head p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.62; }
.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.feature-card, .profile-card, .pricing-card, .compare-card { border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022)); box-shadow: inset 0 1px 0 rgba(255,255,255,.03); }
.feature-card { min-height: 245px; padding: 22px; }
.feature-icon { display: grid; place-items: center; width: 42px; height: 42px; margin-bottom: 28px; border-radius: 15px; color: var(--orange-soft); background: rgba(255,106,0,.13); border: 1px solid rgba(255,106,0,.24); }
.feature-card h3, .profile-card h3 { margin: 0 0 12px; font-size: 21px; letter-spacing: -.02em; color: #F8FAFC; }
.feature-card p, .profile-card p { margin: 0; color: rgba(203,213,225,.8); font-size: 14px; line-height: 1.6; }
.compare-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.compare-card { padding: 24px; }
.compare-card h3 { margin: 0 0 16px; font-size: 22px; color: #F8FAFC; }
.compare-card ul { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.compare-card li { color: rgba(203,213,225,.82); font-size: 14px; line-height: 1.45; }
.compare-card.edgar { border-color: rgba(255,106,0,.18); background: linear-gradient(145deg, rgba(255,106,0,.075), rgba(255,255,255,.026)); }
.profile-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.profile-card { padding: 22px; }
.profile-card span { display: inline-flex; margin-bottom: 18px; color: var(--orange-soft); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.video-panel { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 28px; align-items: center; padding: clamp(24px, 4vw, 44px); border: 1px solid rgba(255,106,0,.18); border-radius: 32px; background: radial-gradient(circle at top left, rgba(255,106,0,.1), transparent 45%), linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }
.video-box { min-height: 330px; display: grid; place-items: center; border: 1px dashed rgba(255,106,0,.32); border-radius: 26px; background: rgba(0,0,0,.18); text-align: center; padding: 24px; }
.video-box strong { display: block; margin-bottom: 8px; font-size: 24px; color: #F8FAFC; }
.video-box p { margin: 0; color: var(--muted); line-height: 1.5; }
.video-copy h2 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.045em; color: #F8FAFC; text-shadow: 0 18px 44px rgba(0,0,0,.34); }
.video-copy p { color: rgba(226,232,240,.82); font-size: 16px; line-height: 1.65; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; align-items: stretch; }
.pricing-card { position: relative; padding: 24px; }
.pricing-card.featured { border-color: rgba(255,106,0,.32); box-shadow: 0 18px 70px rgba(255,106,0,.08); }
.price-label { color: var(--orange-soft); font-size: 11px; font-weight: 950; letter-spacing: .08em; text-transform: uppercase; }
.pricing-card h3 { margin: 12px 0 10px; font-size: 25px; color: #F8FAFC; }
.price { display: flex; align-items: baseline; gap: 4px; margin: 16px 0; }
.price strong { font-size: 44px; letter-spacing: -.05em; }
.price span { color: var(--muted); }
.pricing-card p { color: var(--muted); line-height: 1.55; }
.pricing-card ul { display: grid; gap: 10px; margin: 22px 0 24px; padding: 0; list-style: none; }
.pricing-card li { color: rgba(226,232,240,.82); font-size: 14px; }
.pricing-card li::before { content: "✓"; margin-right: 8px; color: var(--green); }
.cta { margin: 86px 0 42px; padding: clamp(32px, 5vw, 64px); border: 1px solid rgba(255,106,0,.2); border-radius: 36px; text-align: center; background: radial-gradient(circle at top, rgba(255,106,0,.13), transparent 54%), linear-gradient(145deg, rgba(255,255,255,.06), rgba(255,255,255,.02)); }
.cta h2 { margin: 0 auto 16px; max-width: 850px; font-size: clamp(36px, 5.5vw, 70px); line-height: .98; letter-spacing: -.055em; color: #F8FAFC; text-shadow: 0 18px 44px rgba(0,0,0,.34); }
.cta p { max-width: 680px; margin: 0 auto 26px; color: var(--soft); font-size: 17px; line-height: 1.62; }
.footer { padding: 34px 0 48px; border-top: 1px solid rgba(255,255,255,.07); color: var(--muted); }
.footer-inner { width: min(94vw, 1440px); margin: 0 auto; display: grid; grid-template-columns: minmax(220px, .9fr) minmax(260px, 1fr) auto; align-items: center; gap: 24px; font-size: 13px; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-logo { width: clamp(180px, 16vw, 260px); height: auto; object-fit: contain; }
.footer-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; }
.footer-links a:hover { color: #F8FAFC; }
.footer-socials { display: flex; align-items: center; justify-content: flex-end; gap: 12px; }
.footer-socials a { width: 38px; height: 38px; display: inline-grid; place-items: center; border-radius: 999px; border: 1px solid rgba(255,255,255,.1); background: rgba(255,255,255,.045); color: rgba(248,250,252,.86); transition: transform .18s ease, border-color .18s ease, background .18s ease, color .18s ease; }
.footer-socials a:hover { transform: translateY(-1px); border-color: rgba(255,106,0,.36); background: rgba(255,106,0,.10); color: #FF6A00; }
.footer-socials svg { width: 18px; height: 18px; }
.login-modal { position: fixed; inset: 0; z-index: 100; display: none; place-items: center; padding: 24px; }
.login-modal:target { display: grid; }
.login-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.68); backdrop-filter: blur(10px); }
.login-card { position: relative; z-index: 1; width: min(92vw, 520px); padding: 28px; border: 1px solid rgba(255,106,0,.24); border-radius: 28px; background: linear-gradient(145deg, rgba(18,22,29,.98), rgba(10,13,18,.96)); box-shadow: var(--shadow); }
.login-card h2 { margin: 0 0 12px; font-size: clamp(28px, 4vw, 42px); line-height: 1; letter-spacing: -.04em; }
.login-card p { color: rgba(226,232,240,.82); line-height: 1.6; margin: 0 0 20px; }
.login-close { position: absolute; top: 14px; right: 16px; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.1); border-radius: 999px; background: rgba(255,255,255,.045); color: rgba(226,232,240,.85); font-size: 22px; line-height: 1; }
.legal-shell { padding-top: 40px; }
.legal-shell h1 { margin: 18px 0 22px; font-size: clamp(40px, 6vw, 72px); line-height: .95; letter-spacing: -.055em; }
.legal-card { max-width: 860px; margin: 18px 0; padding: 24px; border: 1px solid var(--border); border-radius: 24px; background: linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.022)); color: rgba(226,232,240,.84); line-height: 1.65; }
.legal-card h2 { margin: 0 0 10px; color: var(--text); }
.highlight-orange, .section-head h2 strong { color: #FF6A00; }
@media (max-width: 1180px) { .hero, .video-panel { grid-template-columns: 1fr; } .hero { min-height: auto; } .profile-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 920px) { .nav-links { display: none; } .feature-grid, .pricing-grid, .compare-wrap { grid-template-columns: 1fr; } .cockpit-body { grid-template-columns: 1fr; } .section-head { display: grid; align-items: start; } .footer-inner { grid-template-columns: 1fr; text-align: center; } .footer-brand, .footer-socials { align-items: center; justify-content: center; } .footer-links { justify-content: center; } }
@media (max-width: 620px) { .nav-inner { min-height: 68px; } .brand span:last-child { display: none; } .nav-actions .btn-ghost { display: none; } .hero { padding-top: 54px; } .hero h1 { font-size: 44px; } .profile-grid { grid-template-columns: 1fr; } .hero-actions .btn { width: 100%; } }
