:root {
  --bg: #10151c;
  --bg-alt: #151c24;
  --panel: rgba(255, 255, 255, 0.045);
  --panel-strong: rgba(255, 255, 255, 0.07);
  --text: #f2f4f7;
  --muted: #aab7c4;
  --line: rgba(255, 255, 255, 0.08);
  --cyan: #2ed3e6;
  --amber: #ffb454;
  --shadow: 0 18px 48px rgba(0, 0, 0, 0.28);
  --radius: 22px;
  --radius-sm: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(46, 211, 230, 0.08), transparent 30%),
    radial-gradient(circle at left center, rgba(255, 180, 84, 0.06), transparent 32%),
    var(--bg);
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 2rem)); margin: 0 auto; }
.section { padding: 5.5rem 0; position: relative; }
.section-alt { background: linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0)); }
.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(16, 21, 28, 0.72);
  border-bottom: 1px solid var(--line);
}
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  gap: 1rem;
}
.brand-inline { display: inline-flex; align-items: center; gap: 0.95rem; }
.brand-mark { width: 44px; height: 44px; }
.brand-text strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: 1.65rem;
  line-height: 0.95;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.brand-text small { display: block; color: var(--muted); font-size: 0.86rem; margin-top: 0.25rem; }
.nav-links { display: flex; gap: 1.25rem; flex-wrap: wrap; }
.nav-links a { color: var(--muted); font-weight: 600; }
.nav-links a:hover { color: var(--text); }

.hero { padding-top: 4.75rem; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 2rem;
  align-items: start;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.42rem 0.8rem;
  border: 1px solid rgba(46, 211, 230, 0.25);
  border-radius: 999px;
  background: rgba(46, 211, 230, 0.08);
  color: var(--cyan);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.hero h1,
.section-heading h2 {
  margin: 1.1rem 0 1rem;
  font-family: "Barlow Condensed", Impact, sans-serif;
  letter-spacing: 0.02em;
  line-height: 0.95;
}
.hero h1 { font-size: clamp(3.3rem, 8vw, 5.8rem); max-width: 12ch; }
.section-heading h2 { font-size: clamp(2.25rem, 5vw, 3.4rem); }
.hero-text,
.section-heading p,
.feature-card p,
.platform-card p,
.timeline-item p,
.info-panel li,
.footer-copy,
.signal-card p { color: var(--muted); }
.hero-actions { display: flex; gap: 0.85rem; flex-wrap: wrap; margin: 1.75rem 0 1.1rem; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  padding: 0.8rem 1.25rem;
  font-weight: 800;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--cyan); color: #07161a; }
.btn-secondary { border: 1px solid var(--line); background: rgba(255,255,255,0.02); }
.btn.full { width: 100%; margin-top: 1rem; }
.hero-points {
  list-style: none;
  padding: 0;
  margin: 1.3rem 0 0;
  display: grid;
  gap: 0.7rem;
}
.hero-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: #d8e0e8;
}
.hero-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-top: 0.45rem;
  background: var(--amber);
  box-shadow: 0 0 0 6px rgba(255, 180, 84, 0.12);
  flex: 0 0 auto;
}
.hero-panel,
.signal-card,
.metric-card,
.feature-card,
.platform-card,
.info-panel {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.hero-panel { padding: 1rem; }
.signal-card { padding: 1.45rem; }
.signal-header { display: flex; align-items: center; gap: 0.6rem; color: var(--muted); font-size: 0.92rem; font-weight: 700; }
.signal-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 8px rgba(46, 211, 230, 0.12); }
.signal-card h2 { margin: 0.65rem 0 0.6rem; font-size: 1.55rem; }
.signal-tags { display: flex; flex-wrap: wrap; gap: 0.55rem; margin-top: 1rem; }
.signal-tags span {
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(255,255,255,0.05);
  color: #d9e4ec;
  border: 1px solid rgba(255,255,255,0.06);
  font-size: 0.85rem;
}
.metric-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.9rem; margin-top: 0.95rem; }
.metric-card { padding: 1rem 1.05rem; }
.metric-card strong { display: block; font-size: 0.86rem; color: var(--cyan); text-transform: uppercase; letter-spacing: 0.04em; }
.metric-card span { display: block; margin-top: 0.35rem; font-weight: 700; }

.section-heading { max-width: 760px; margin-bottom: 2rem; }
.section-heading.left { margin-bottom: 1.4rem; }
.feature-grid,
.platform-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.feature-card,
.platform-card { padding: 1.3rem; }
.feature-card h3,
.platform-card h3,
.info-panel h3,
.timeline-item h3 { margin: 0 0 0.45rem; font-size: 1.1rem; }
.platform-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(46,211,230,0.22), rgba(255,180,84,0.16));
  color: var(--text);
  font-weight: 900;
  letter-spacing: 0.04em;
  margin-bottom: 0.95rem;
}
.platform-card a { color: var(--cyan); font-weight: 800; word-break: break-word; }
.launch-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
  align-items: start;
}
.timeline { display: grid; gap: 1rem; }
.timeline-item {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 1rem;
  align-items: start;
}
.timeline-item > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(46, 211, 230, 0.12);
  border: 1px solid rgba(46, 211, 230, 0.25);
  color: var(--cyan);
  font-weight: 900;
}
.info-panel { padding: 1.45rem; }
.info-panel ul { margin: 1rem 0 0; padding-left: 1.15rem; }
.info-panel li { margin-bottom: 0.55rem; }
.site-footer { border-top: 1px solid var(--line); padding: 2rem 0 2.6rem; }
.footer-wrap { display: flex; align-items: start; justify-content: space-between; gap: 1.5rem; }
.footer-brand { margin-bottom: 0.85rem; }
.footer-copy { max-width: 520px; margin: 0; }
.footer-links { display: flex; gap: 1rem; flex-wrap: wrap; }
.footer-links a { color: var(--cyan); font-weight: 700; }

@media (max-width: 980px) {
  .hero-grid,
  .launch-grid,
  .feature-grid,
  .platform-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 760px) {
  .nav-wrap,
  .footer-wrap { flex-direction: column; align-items: flex-start; }
  .hero-grid,
  .launch-grid,
  .feature-grid,
  .platform-grid,
  .metric-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 3.25rem; }
  .section { padding: 4.25rem 0; }
  .hero h1 { max-width: 100%; }
  .brand-text strong { font-size: 1.45rem; }
}

/* Keep anchor headings visible below the supplied sticky navigation. */
.section { scroll-margin-top: 100px; }
.privacy-copy { max-width: 860px; }
.privacy-copy h1, .privacy-copy h2 { font-family: "Barlow Condensed", Impact, sans-serif; line-height: 1.1; }
.privacy-copy h1 { font-size: 3.4rem; }
.privacy-copy h2 { font-size: 2rem; margin-top: 2rem; }
.privacy-copy p { color: var(--muted); }
.privacy-copy a { color: var(--cyan); text-decoration: underline; }
@media (max-width: 760px) { .section { scroll-margin-top: 130px; } }
