:root {
  color-scheme: dark;
  --bg: #080a0f;
  --panel: #111722;
  --panel-2: #151e2c;
  --text: #f4f7fb;
  --muted: #a8b3c3;
  --line: rgba(255,255,255,.12);
  --accent: #62f6c7;
  --accent-2: #75a7ff;
  --shadow: 0 24px 80px rgba(0,0,0,.45);
  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(98,246,199,.12), transparent 32%), radial-gradient(circle at 90% 15%, rgba(117,167,255,.14), transparent 30%), var(--bg);
  color: var(--text);
}
a { color: inherit; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(8,10,15,.78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:800; letter-spacing:.02em; }
.brand img { width: 38px; height: 38px; border-radius: 12px; }
nav { display:flex; gap:20px; color: var(--muted); font-size: 14px; }
nav a { text-decoration:none; }
nav a:hover { color: var(--text); }
main { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.hero { min-height: 78vh; display:grid; grid-template-columns: 1.05fr .95fr; gap: 42px; align-items:center; padding: 72px 0 44px; }
.eyebrow { color: var(--accent); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 800; margin: 0 0 14px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 7vw, 76px); line-height: .94; letter-spacing: -.06em; margin-bottom: 22px; }
h2 { font-size: clamp(30px, 4vw, 48px); line-height: 1; letter-spacing: -.04em; margin-bottom: 18px; }
h3 { font-size: 23px; line-height: 1.08; letter-spacing: -.03em; }
.lede { color: var(--muted); font-size: clamp(18px, 2.2vw, 22px); line-height: 1.55; max-width: 680px; }
.actions { display:flex; gap: 14px; flex-wrap:wrap; margin-top: 28px; }
.actions.center { justify-content:center; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height: 46px; padding: 0 18px; border-radius: 999px; text-decoration:none; font-weight:800; border: 1px solid var(--line); }
.button.primary { background: linear-gradient(135deg, var(--accent), var(--accent-2)); color: #061018; border: 0; }
.button.secondary { background: rgba(255,255,255,.05); color: var(--text); }
.hero-card { background: linear-gradient(180deg, rgba(255,255,255,.09), rgba(255,255,255,.03)); border:1px solid var(--line); border-radius: 30px; padding: 16px; box-shadow: var(--shadow); }
.hero-card img { width:100%; border-radius: 22px; display:block; border:1px solid var(--line); }
.signal-grid { display:grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 14px; }
.signal-grid span { background: rgba(255,255,255,.06); border: 1px solid var(--line); border-radius: 16px; padding: 14px; color: var(--muted); font-weight:700; }
.section { padding: 62px 0; border-top: 1px solid var(--line); }
.section-heading { max-width: 760px; margin-bottom: 26px; }
.product-grid { display:grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.product { min-height: 315px; display:flex; flex-direction:column; background: rgba(17,23,34,.78); border:1px solid var(--line); border-radius: 24px; padding: 22px; }
.product.featured { background: linear-gradient(180deg, rgba(98,246,199,.14), rgba(17,23,34,.82)); }
.tag { align-self:flex-start; color: var(--accent); border:1px solid rgba(98,246,199,.25); background: rgba(98,246,199,.08); border-radius: 999px; padding: 6px 10px; font-size: 12px; font-weight:800; margin-bottom: 18px; }
.product p, .copy-block p { color: var(--muted); line-height:1.55; }
.product-footer { margin-top:auto; display:flex; align-items:center; justify-content:space-between; gap:16px; padding-top: 20px; border-top: 1px solid var(--line); font-weight:800; }
.product-footer a { color: var(--accent); text-decoration:none; }
.split { display:grid; grid-template-columns: .8fr 1.2fr; gap: 44px; align-items:start; }
.copy-block { font-size: 18px; }
.cta { text-align:center; margin: 56px 0; padding: 52px 22px; background: linear-gradient(135deg, rgba(98,246,199,.11), rgba(117,167,255,.11)); border:1px solid var(--line); border-radius: 30px; }
footer { width:min(1160px, calc(100% - 40px)); margin:0 auto; padding: 28px 0 46px; display:flex; justify-content:space-between; gap:20px; color: var(--muted); border-top:1px solid var(--line); }
@media (max-width: 900px) { .hero, .split { grid-template-columns:1fr; } .product-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 620px) { nav { display:none; } .product-grid { grid-template-columns:1fr; } footer { flex-direction:column; } }
.product-art { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 18px; border: 1px solid var(--line); margin-bottom: 16px; background: #0d1320; }
.av-art { display:flex; align-items:center; justify-content:center; background: radial-gradient(circle at 30% 20%, rgba(98,246,199,.28), transparent 36%), linear-gradient(135deg, #142031, #0d111b); color: var(--accent); font-size: 32px; font-weight: 950; letter-spacing:.14em; }
.proof-strip { display:grid; grid-template-columns: repeat(3, 1fr); gap:16px; }
.proof-strip div { background: rgba(255,255,255,.055); border: 1px solid var(--line); border-radius: 22px; padding: 20px; }
.proof-strip strong { display:block; font-size: 20px; margin-bottom: 8px; }
.proof-strip span { color: var(--muted); line-height:1.45; }
.faq details { background: rgba(255,255,255,.055); border:1px solid var(--line); border-radius: 18px; padding: 18px 20px; margin-bottom: 12px; }
.faq summary { cursor:pointer; font-weight: 850; font-size: 18px; }
.faq p { color: var(--muted); margin: 12px 0 0; line-height:1.55; }
@media (max-width: 900px) { .proof-strip { grid-template-columns:1fr; } }
.contact-line { color: var(--muted); font-size: 18px; margin: 6px 0 0; }
.contact-line a { color: var(--accent); font-weight: 850; text-decoration: none; }
.contact-line a:hover { text-decoration: underline; }
.section-lede { color: var(--muted); font-size: 18px; line-height: 1.55; max-width: 780px; }
.lead-magnet { display:grid; grid-template-columns: 300px 1fr; gap: 26px; align-items:center; background: linear-gradient(135deg, rgba(98,246,199,.14), rgba(117,167,255,.10)); border:1px solid var(--line); border-radius: 28px; padding: 22px; margin-bottom: 44px; box-shadow: var(--shadow); }
.lead-art { width:100%; aspect-ratio:1 / 1; object-fit:cover; border-radius:20px; border:1px solid var(--line); background:#0d1320; }
.lead-magnet h3 { font-size: clamp(28px, 4vw, 44px); margin-bottom: 12px; }
.lead-magnet p { color: var(--muted); line-height: 1.55; font-size: 17px; }
.microcopy { font-size: 14px !important; margin-top: 14px; }
.microcopy strong { color: var(--accent); }
.products-heading { margin-top: 4px; }
@media (max-width: 760px) { .lead-magnet { grid-template-columns:1fr; } }
