:root {
  --bg: #030605;
  --bg-soft: #07110d;
  --surface: rgba(8, 14, 12, 0.82);
  --surface-strong: rgba(10, 18, 15, 0.94);
  --line: rgba(124, 255, 174, 0.12);
  --line-strong: rgba(124, 255, 174, 0.2);
  --text: #f5f8f7;
  --muted: rgba(229, 236, 232, 0.72);
  --accent: #4ade80;
  --accent-strong: #16a34a;
  --shadow: 0 24px 90px rgba(0, 0, 0, 0.38);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-height: 100vh;
  color: var(--text);
  background:
    radial-gradient(circle at 16% 10%, rgba(74, 222, 128, 0.1), transparent 18%),
    radial-gradient(circle at 86% 12%, rgba(52, 168, 83, 0.08), transparent 20%),
    linear-gradient(180deg, #020403 0%, #020705 42%, #010303 100%);
  font-family: "Sora", "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(rgba(74, 222, 128, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(74, 222, 128, 0.025) 1px, transparent 1px);
  background-size: 32px 32px;
  opacity: 0.3;
}

.matrixVeil {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.42;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.06)),
    repeating-linear-gradient(90deg, rgba(0, 0, 0, 0) 0 14px, rgba(74, 222, 128, 0.02) 14px 15px, rgba(0, 0, 0, 0) 15px 28px);
  mask-image: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0 42%, #000 78%);
}

.matrixVeil::before,
.matrixVeil::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: repeat;
  background-size: 120px 180px;
  opacity: 0.52;
}

.matrixVeil::before {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0 4%, rgba(98,255,165,0.82) 4% 5%, rgba(0,0,0,0) 5% 9%, rgba(98,255,165,0.28) 9% 12%, rgba(0,0,0,0) 12% 100%);
  animation: matrixDrop 14s linear infinite;
}

.matrixVeil::after {
  background-image: linear-gradient(180deg, rgba(0,0,0,0) 0 18%, rgba(220,252,231,0.78) 18% 19%, rgba(0,0,0,0) 19% 24%, rgba(74,222,128,0.32) 24% 29%, rgba(0,0,0,0) 29% 100%);
  background-position: 60px -40px;
  animation: matrixDrop 17s linear infinite reverse;
}

.pageGlow {
  position: fixed;
  width: 32vw;
  height: 32vw;
  border-radius: 999px;
  filter: blur(80px);
  pointer-events: none;
  opacity: 0.3;
}

.pageGlowLeft { left: -10vw; top: 10vh; background: radial-gradient(circle, rgba(74, 222, 128, 0.28), transparent 70%); }
.pageGlowRight { right: -10vw; bottom: 6vh; background: radial-gradient(circle, rgba(22, 163, 74, 0.22), transparent 72%); }

.topbar, main { position: relative; z-index: 1; }
.topbar {
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 28px 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brandLockup {
  display: inline-flex;
  flex-direction: column;
  gap: 0.08rem;
  color: inherit;
  text-decoration: none;
}

.brandWordmark {
  display: inline-flex;
  align-items: baseline;
  font-family: "Space Grotesk", sans-serif;
  font-size: clamp(2.1rem, 3.4vw, 3.4rem);
  font-weight: 700;
  line-height: 0.9;
}

.brandX {
  margin-left: -0.04em;
  color: var(--accent);
  text-shadow: 0 0 18px rgba(74, 222, 128, 0.42), 0 0 36px rgba(74, 222, 128, 0.18);
}

.brandRadar {
  margin-left: 0.16rem;
  font-size: 0.95rem;
  letter-spacing: 0.48em;
  text-transform: uppercase;
  color: rgba(245, 248, 247, 0.74);
}

.topnav {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.topnav a {
  color: rgba(245, 248, 247, 0.78);
  text-decoration: none;
  font-size: 0.95rem;
}

.navCta {
  padding: 11px 16px;
  border-radius: 999px;
  border: 1px solid rgba(124, 255, 174, 0.16);
  background: rgba(8, 14, 12, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

main {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 28px 48px;
}

.hero, .section, .ctaBand {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--surface), rgba(6, 11, 10, 0.92));
  box-shadow: var(--shadow);
  backdrop-filter: blur(18px);
}

.hero {
  position: relative;
  border-radius: 36px;
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 420px);
  gap: 30px;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(74, 222, 128, 0.08), transparent 20%),
    linear-gradient(120deg, transparent 0 42%, rgba(255, 255, 255, 0.03) 52%, transparent 64%);
  pointer-events: none;
}

.heroCopy, .heroPanel { position: relative; z-index: 1; }

.eyebrow, .sectionEyebrow, .panelLabel, .featureTag {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(74, 222, 128, 0.08);
  border: 1px solid rgba(124, 255, 174, 0.12);
  color: rgba(190, 242, 207, 0.9);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

h1, h2, h3 { margin: 0; font-family: "Space Grotesk", sans-serif; }
h1 { margin-top: 18px; max-width: 760px; font-size: clamp(2.8rem, 5.2vw, 5rem); line-height: 0.94; }
.lead { max-width: 760px; margin: 20px 0 0; color: var(--muted); font-size: 1.05rem; line-height: 1.8; }

.heroActions, .ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.primaryBtn, .ghostBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.primaryBtn {
  color: #041108;
  background: linear-gradient(135deg, #70f0a2, #31c96c);
  box-shadow: 0 18px 40px rgba(49, 201, 108, 0.22), 0 0 26px rgba(74, 222, 128, 0.18);
}

.ghostBtn {
  color: var(--text);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(124, 255, 174, 0.14);
}

.primaryBtn:hover, .ghostBtn:hover, .navCta:hover { transform: translateY(-1px); }

.signalRow {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.signalRow li {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(124,255,174,0.12);
  color: rgba(245,248,247,0.82);
  font-size: 0.9rem;
}

.heroPanel { display: grid; gap: 14px; }
.heroPanelCard, .heroMiniCard, .infoCard, .faqItem, .bulletPanel, .ctaBand {
  border-radius: 24px;
  border: 1px solid rgba(124,255,174,0.12);
  background: rgba(7, 13, 11, 0.7);
}

.heroPanelMain { padding: 22px; }
.heroPanelMain strong { display: block; margin-top: 12px; font-size: 1.35rem; }
.heroPanelMain p { margin: 12px 0 0; color: var(--muted); line-height: 1.7; }

.heroPanelGrid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.heroMiniCard { padding: 18px; }
.miniValue { display: block; font-weight: 800; font-size: 1rem; color: #baf7cf; margin-bottom: 10px; }
.heroMiniCard p { margin: 0; color: var(--muted); line-height: 1.7; font-size: 0.92rem; }

.section { margin-top: 24px; border-radius: 30px; padding: 30px; }
.sectionAccent { background: linear-gradient(180deg, rgba(8, 18, 14, 0.96), rgba(5, 10, 9, 0.92)); }
.sectionHeading { display: grid; gap: 12px; margin-bottom: 24px; }
.sectionHeading h2 { max-width: 760px; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.02; }

.cards.threeCols { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.infoCard, .faqItem { padding: 22px; }
.infoCard p, .faqItem p, .copyBlock p { margin: 12px 0 0; color: var(--muted); line-height: 1.75; }

.contentSplit { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(300px, 420px); gap: 18px; align-items: start; }
.copyBlock { padding: 8px 2px; }

.bulletPanel {
  padding: 18px;
  display: grid;
  gap: 12px;
}

.bulletItem {
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(124,255,174,0.1);
  color: #dff7e8;
  font-weight: 600;
}

.featureTag { margin-bottom: 12px; }
.faqList { display: grid; gap: 14px; }

.ctaBand {
  margin-top: 24px;
  padding: 28px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.ctaBand h2 {
  max-width: 780px;
  margin-top: 10px;
  font-size: clamp(1.7rem, 2.6vw, 2.6rem);
  line-height: 1.05;
}

@keyframes matrixDrop {
  from { transform: translateY(-30px); }
  to { transform: translateY(30px); }
}

@media (max-width: 980px) {
  .topbar, main { padding-left: 18px; padding-right: 18px; }
  .hero, .contentSplit, .cards.threeCols, .heroPanelGrid, .ctaBand { grid-template-columns: 1fr; }
  .ctaBand { display: grid; }
}

@media (max-width: 640px) {
  .topnav { gap: 12px; }
  .brandWordmark { font-size: 2.4rem; }
  .brandRadar { letter-spacing: 0.32em; font-size: 0.82rem; }
  .hero, .section, .ctaBand { border-radius: 24px; }
  .hero { padding: 24px; }
  .section, .ctaBand { padding: 22px; }
  h1 { font-size: 2.4rem; }
  .sectionHeading h2 { font-size: 1.8rem; }
}
