:root {
  --bg: #07101f;
  --panel: #0d1a2e;
  --panel2: #102139;
  --text: #f4f7fb;
  --muted: #b7c4d8;
  --muted2: #8fa1ba;
  --accent: #83d0ff;
  --accent2: #9df0d1;
  --warn: #ffd28a;
  --bad: #ff9aa6;
  --line: rgba(255,255,255,.13);
  --shadow: 0 24px 80px rgba(0,0,0,.32);
  --radius: 22px;
  --max: 1160px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Inter, ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif; color: var(--text); background: radial-gradient(circle at top left, rgba(131,208,255,.22), transparent 35%), radial-gradient(circle at 80% 0%, rgba(157,240,209,.15), transparent 28%), var(--bg); line-height: 1.62; }
a { color: inherit; }
code { color: #dcecff; }
.skip-link { position: absolute; left: -999px; top: auto; background: var(--accent); color: #07101f; padding: 10px 14px; z-index: 999; }
.skip-link:focus { left: 12px; top: 12px; }
.container { width: min(var(--max), calc(100% - 40px)); margin: 0 auto; }
.container.narrow { max-width: 840px; }
.site-header { position: sticky; top: 0; z-index: 50; backdrop-filter: blur(16px); background: rgba(7,16,31,.84); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 14px 0; }
.brand { text-decoration: none; font-weight: 900; letter-spacing: -.02em; line-height: 1.05; min-width: 214px; }
.brand span { display: block; color: var(--accent); font-size: .88rem; text-transform: uppercase; letter-spacing: .08em; }
.nav-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-end; gap: 6px; }
.nav-links a { text-decoration: none; color: var(--muted); font-weight: 760; font-size: .9rem; padding: 8px 10px; border-radius: 999px; }
.nav-links a:hover, .nav-links a.active { color: var(--text); background: rgba(255,255,255,.075); }
.nav-toggle { display: none; }
.hero { padding: 78px 0 64px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .72fr); gap: 38px; align-items: center; }
.eyebrow { color: var(--accent2); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 900; margin-bottom: 10px; }
h1, h2, h3 { line-height: 1.12; margin: 0 0 14px; letter-spacing: -.03em; }
h1 { font-size: clamp(2.6rem, 7vw, 5.45rem); max-width: 920px; }
h2 { font-size: clamp(1.55rem, 3vw, 2.45rem); }
h3 { font-size: 1.22rem; }
p { margin: 0 0 16px; color: var(--muted); }
.lede { font-size: clamp(1.08rem, 2vw, 1.34rem); color: #d4dfef; max-width: 780px; }
.microcopy, .small-note { color: var(--muted2); font-size: .94rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin: 24px 0 12px; }
.center-row { justify-content: center; }
.button { display: inline-flex; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: 999px; text-decoration: none; padding: 12px 17px; font-weight: 900; cursor: pointer; font: inherit; transition: transform .15s ease, opacity .15s ease; }
.button:hover { transform: translateY(-1px); }
.button.primary { background: var(--accent); color: #07101f; }
.button.ghost { background: rgba(255,255,255,.06); border-color: var(--line); color: var(--text); }
.button.small { padding: 9px 13px; font-size: .92rem; }
.text-link { color: var(--accent); font-weight: 900; text-decoration: none; }
.card { background: linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.045)); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); padding: 24px; }
.hero-card { transform: rotate(1deg); }
.card-label { color: var(--accent2); font-weight: 900; margin-bottom: 12px; }
.problem-card code, .codeish, .generated-report { display: block; white-space: pre-wrap; background: rgba(0,0,0,.24); border: 1px solid rgba(255,255,255,.12); border-radius: 16px; color: #dcecff; padding: 16px; font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; font-size: .92rem; overflow-x: auto; }
.section { padding: 64px 0; }
.section.alt { background: rgba(255,255,255,.035); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.page-hero { padding: 64px 0 46px; }
.section-head { max-width: 780px; margin-bottom: 30px; }
.center { text-align: center; margin-left: auto; margin-right: auto; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: start; }
.split.wide-left { grid-template-columns: 1.25fr .75fr; }
.icon-card .icon { width: 44px; height: 44px; border-radius: 14px; background: rgba(131,208,255,.13); border: 1px solid rgba(131,208,255,.35); display: grid; place-items: center; color: var(--accent); font-weight: 950; font-size: 1.3rem; margin-bottom: 16px; }
.feature-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.feature-list li { padding: 12px 14px; border: 1px solid var(--line); background: rgba(255,255,255,.04); border-radius: 13px; color: var(--muted); }
.feature-list.boxed { padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.035); }
.two-col-list { grid-template-columns: 1fr 1fr; }
.check-list { margin: 0 0 18px; padding-left: 20px; color: var(--muted); }
.check-list li, .number-list li { margin: 7px 0; color: var(--muted); }
.muted-list li { color: var(--muted2); }
.report-tabs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 18px; }
.tab-btn { color: var(--text); background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 999px; padding: 10px 13px; font-weight: 850; cursor: pointer; }
.tab-btn.active { background: var(--accent); color: #07101f; }
.report-panel { display: none; }
.report-panel.active { display: block; }
.report-panel h3 { color: var(--accent); margin-top: 24px; }
.callout { border-left: 4px solid var(--accent); background: rgba(131,208,255,.10); padding: 16px 18px; border-radius: 12px; color: var(--text); margin: 20px 0; }
.warning { border-left: 4px solid var(--warn); background: rgba(255,210,138,.10); }
.timeline { counter-reset: step; display: grid; gap: 16px; }
.step { position: relative; padding-left: 78px; }
.step:before { counter-increment: step; content: counter(step); position: absolute; left: 24px; top: 24px; width: 42px; height: 42px; border-radius: 50%; background: var(--accent); color: #07101f; font-weight: 950; display: grid; place-items: center; }
.pricing-card { display: flex; flex-direction: column; gap: 12px; min-height: 100%; }
.pricing-card .button { margin-top: auto; }
.featured { border-color: rgba(131,208,255,.55); }
.badge { align-self: flex-start; color: #07101f; background: var(--accent2); font-size: .8rem; font-weight: 950; padding: 7px 10px; border-radius: 999px; }
.price { font-size: 2.35rem; font-weight: 950; letter-spacing: -.04em; color: var(--text); }
.price span { font-size: 1rem; color: var(--muted); font-weight: 750; }
.demo-box textarea, .intake-form textarea, .intake-form input, .intake-form select { width: 100%; border-radius: 15px; background: rgba(0,0,0,.28); border: 1px solid var(--line); color: var(--text); padding: 14px 16px; font: inherit; margin: 7px 0 16px; }
.demo-box textarea { min-height: 240px; resize: vertical; }
.intake-form textarea { min-height: 110px; resize: vertical; }
.intake-form label, .demo-box label { display: block; color: var(--text); font-weight: 850; margin-bottom: 8px; }
.checkbox { display: flex !important; align-items: flex-start; gap: 10px; color: var(--muted) !important; font-weight: 700 !important; }
.checkbox input { width: auto; margin-top: 6px; }
.demo-output { display: none; }
.demo-output.active { display: block; }
.large-quote { font-size: 1.45rem; color: var(--text); font-weight: 850; }
.placeholder { background: rgba(0,0,0,.25); border: 1px dashed rgba(255,255,255,.25); padding: 13px; border-radius: 12px; }
.hidden { position: absolute; overflow: hidden; clip: rect(0 0 0 0); height: 1px; width: 1px; margin: -1px; padding: 0; border: 0; }
.faq-list { display: grid; gap: 18px; }
.footer { padding: 38px 0; border-top: 1px solid var(--line); color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; align-items: flex-start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.footer-links a { color: var(--muted); text-decoration: none; font-weight: 750; }
@media (max-width: 1080px) { .nav { align-items: flex-start; } .nav-links a { font-size: .84rem; padding: 7px 8px; } }
@media (max-width: 980px) { .hero-grid, .grid-3, .grid-2, .split, .split.wide-left { grid-template-columns: 1fr; } .nav { align-items: center; } .nav-toggle { display: inline-flex; background: rgba(255,255,255,.07); color: var(--text); border: 1px solid var(--line); border-radius: 999px; padding: 9px 12px; font-weight: 850; } .nav-links { display: none; position: absolute; top: 64px; left: 20px; right: 20px; flex-direction: column; align-items: stretch; background: rgba(7,16,31,.97); border: 1px solid var(--line); border-radius: 18px; padding: 12px; box-shadow: var(--shadow); } .nav-links.open { display: flex; } .nav-links a { border-radius: 12px; } .two-col-list { grid-template-columns: 1fr; } .footer-grid { flex-direction: column; } .footer-links { justify-content: flex-start; } }
@media (max-width: 540px) { .container { width: min(var(--max), calc(100% - 28px)); } .hero, .page-hero { padding-top: 42px; } .section { padding: 44px 0; } .step { padding-left: 24px; padding-top: 68px; } .step:before { left: 24px; top: 18px; } h1 { font-size: 2.55rem; } .card { padding: 20px; } .button-row { flex-direction: column; align-items: stretch; } .button { width: 100%; } }


/* v6 brand and positioning additions */
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 260px; }
.brand-mark { width: 46px; height: 46px; flex: 0 0 auto; filter: drop-shadow(0 10px 24px rgba(0,0,0,.28)); }
.brand .brand-text { display: grid; gap: 3px; color: var(--text); text-transform: none; letter-spacing: 0; font-size: 1rem; line-height: 1.05; }
.brand .brand-text strong { display: block; color: var(--text); font-size: 1.06rem; letter-spacing: -.03em; }
.brand .brand-text em { display: block; color: var(--accent2); font-size: .72rem; font-style: normal; font-weight: 850; letter-spacing: .04em; text-transform: uppercase; }
.statement-section { background: linear-gradient(135deg, rgba(131,208,255,.09), rgba(157,240,209,.06)); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.order-card { text-align: center; align-self: stretch; display: grid; align-content: center; }
.order-mark-large { width: min(210px, 70%); margin: 0 auto 18px; display: block; filter: drop-shadow(0 22px 42px rgba(0,0,0,.32)); }
.statement-ribbon { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(131,208,255,.075); }
.statement-ribbon .container { display: flex; align-items: center; gap: 10px; padding: 14px 0; color: #d8e6f6; font-weight: 750; }
.statement-ribbon img { width: 30px; height: 30px; flex: 0 0 auto; }
.statement-ribbon strong { color: var(--text); }
@media (max-width: 1080px) { .brand { min-width: 230px; } .brand .brand-text strong { font-size: .98rem; } .brand .brand-text em { font-size: .64rem; } .brand-mark { width: 40px; height: 40px; } }
@media (max-width: 980px) { .brand { min-width: 0; } .nav-links { top: 74px; } }
@media (max-width: 540px) { .brand .brand-text em { display: none; } .brand-mark { width: 38px; height: 38px; } .statement-ribbon .container { align-items: flex-start; font-size: .92rem; } }
