:root {
  color-scheme: dark;
  --bg: #07111f;
  --bg-soft: #0d1b2e;
  --panel: rgba(255, 255, 255, 0.075);
  --panel-strong: rgba(255, 255, 255, 0.12);
  --text: #f6f8fb;
  --muted: #aab8cc;
  --line: rgba(255, 255, 255, 0.16);
  --brand: #6ee7f9;
  --brand-2: #9b8cff;
  --accent: #d3f985;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.32);
  --radius: 24px;
  --max: 1160px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: radial-gradient(circle at 20% 0%, rgba(110,231,249,.18), transparent 32rem), radial-gradient(circle at 90% 10%, rgba(155,140,255,.2), transparent 30rem), var(--bg); color: var(--text); line-height: 1.6; }
a { color: inherit; }
img, svg { max-width: 100%; }
.container { width: min(calc(100% - 32px), var(--max)); margin-inline: auto; }
.section { padding: 88px 0; }
.skip-link { position: absolute; left: 16px; top: -48px; background: var(--accent); color: #0b1020; padding: 10px 14px; border-radius: 999px; z-index: 10; }
.skip-link:focus { top: 16px; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.site-header { position: sticky; top: 0; z-index: 5; background: rgba(7, 17, 31, 0.78); backdrop-filter: blur(18px); border-bottom: 1px solid var(--line); }
.nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; letter-spacing: -0.02em; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 13px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #07111f; box-shadow: 0 0 32px rgba(110,231,249,.28); }
.nav-links { display: flex; align-items: center; gap: 22px; color: var(--muted); }
.nav-links a { text-decoration: none; font-weight: 650; }
.nav-links a:hover, .text-link:hover { color: var(--brand); }
.nav-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 14px; background: transparent; color: var(--text); }
.nav-toggle span:not(.sr-only) { display: block; width: 18px; height: 2px; margin: 4px auto; background: currentColor; border-radius: 2px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 999px; background: linear-gradient(135deg, var(--brand), var(--brand-2)); color: #07111f; font-weight: 800; text-decoration: none; cursor: pointer; box-shadow: 0 16px 42px rgba(110,231,249,.18); }
.button:hover { transform: translateY(-1px); }
.button-secondary { background: rgba(255,255,255,.07); color: var(--text); border-color: var(--line); box-shadow: none; }
.button-small { min-height: 40px; padding: 0 16px; }
.hero { padding-top: 112px; }
.hero-grid, .split-grid, .page-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .92fr); gap: 56px; align-items: center; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .14em; font-size: .78rem; font-weight: 900; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(3rem, 7vw, 6.9rem); line-height: .9; letter-spacing: -0.075em; margin-bottom: 24px; }
h2 { font-size: clamp(2rem, 4vw, 3.6rem); line-height: 1; letter-spacing: -0.055em; margin-bottom: 18px; }
h3 { font-size: 1.22rem; line-height: 1.2; margin-bottom: 10px; }
.hero-lede, .section-heading p, .split-grid > div > p { color: var(--muted); font-size: 1.16rem; max-width: 720px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 30px 0; }
.metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 42px 0 0; }
.metrics div, .service-card, .contact-panel, .contact-form, .legal-page { border: 1px solid var(--line); background: var(--panel); border-radius: var(--radius); padding: 22px; box-shadow: var(--shadow); }
.metrics dt { font-size: 1.4rem; font-weight: 900; color: var(--text); }
.metrics dd { margin: 4px 0 0; color: var(--muted); font-size: .92rem; }
.hero-card { border: 1px solid var(--line); border-radius: 32px; padding: 28px; background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: var(--shadow); position: relative; overflow: hidden; }
.hero-card::after { content: ""; position: absolute; inset: auto -80px -90px auto; width: 230px; height: 230px; border-radius: 50%; background: rgba(110,231,249,.18); filter: blur(4px); }
.card-topline { display: flex; gap: 8px; margin-bottom: 42px; }
.card-topline span { width: 12px; height: 12px; border-radius: 999px; background: var(--panel-strong); }
.signal-stack { display: grid; gap: 12px; margin: 30px 0; }
.signal-stack span { width: var(--w); height: 12px; border-radius: 999px; background: linear-gradient(90deg, var(--brand), var(--brand-2)); }
.check-list { padding: 0; margin: 0; list-style: none; display: grid; gap: 12px; color: var(--muted); }
.check-list li { position: relative; padding-left: 28px; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 900; }
.trusted { padding: 28px 0; }
.logo-strip { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 34px; color: var(--muted); border-block: 1px solid var(--line); padding-block: 24px; }
.logo-strip strong { color: var(--text); }
.section-heading { text-align: center; max-width: 820px; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 34px; }
.service-card { box-shadow: none; transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-4px); border-color: rgba(110,231,249,.45); }
.service-card p, .timeline p, .insight-grid p, .legal-page p, .legal-page li { color: var(--muted); }
.icon { display: inline-flex; margin-bottom: 28px; color: var(--brand); font-weight: 900; }
.split-section { background: linear-gradient(180deg, transparent, rgba(255,255,255,.035), transparent); }
.text-link { color: var(--text); font-weight: 850; text-decoration: none; }
.timeline { display: grid; gap: 16px; }
.timeline article { border-left: 2px solid rgba(110,231,249,.35); padding: 4px 0 4px 24px; }
.timeline span { color: var(--accent); font-weight: 900; font-size: .82rem; }
.insight-band { padding: 72px 0; }
.insight-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 24px; align-items: start; }
.cta-card { display: flex; justify-content: space-between; align-items: center; gap: 28px; border: 1px solid var(--line); border-radius: 32px; padding: 42px; background: linear-gradient(135deg, rgba(110,231,249,.16), rgba(155,140,255,.12)); box-shadow: var(--shadow); }
.site-footer { border-top: 1px solid var(--line); padding: 38px 0; color: var(--muted); }
.footer-grid { display: flex; justify-content: space-between; gap: 24px; }
.footer-grid nav { display: flex; gap: 18px; }
.footer-grid a, .copyright a { text-decoration: none; color: var(--muted); }
.copyright { margin-top: 24px; font-size: .92rem; }
.page-shell { min-height: 70vh; }
.contact-form { display: grid; gap: 12px; }
label { font-weight: 800; }
input, textarea { width: 100%; border: 1px solid var(--line); border-radius: 16px; background: rgba(0,0,0,.18); color: var(--text); padding: 14px 15px; font: inherit; }
input:focus, textarea:focus { outline: 3px solid rgba(110,231,249,.28); border-color: var(--brand); }
.form-note { color: var(--muted); font-size: .9rem; }
code { color: var(--accent); }
.legal-page { max-width: 820px; }
.legal-page h1 { font-size: clamp(2.7rem, 7vw, 5rem); }
.legal-page h2 { font-size: 1.45rem; letter-spacing: -0.02em; margin-top: 32px; }
@media (max-width: 920px) {
  .hero-grid, .split-grid, .page-grid, .insight-grid { grid-template-columns: 1fr; }
  .card-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: 1fr; }
  .cta-card, .footer-grid { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 720px) {
  .section { padding: 64px 0; }
  .hero { padding-top: 78px; }
  .nav-toggle { display: inline-block; }
  .nav-links:not(.nav-links-static) { position: absolute; left: 16px; right: 16px; top: 76px; display: none; flex-direction: column; align-items: stretch; gap: 14px; padding: 18px; border: 1px solid var(--line); border-radius: 20px; background: rgba(7,17,31,.96); }
  .nav-links.is-open { display: flex; }
  .card-grid { grid-template-columns: 1fr; }
  .hero-actions { flex-direction: column; }
  .button { width: 100%; }
  .cta-card { padding: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}
