:root {
  color-scheme: dark;
  --bg: #081018;
  --panel: #111b23;
  --panel-2: #142432;
  --text: #f5f8fb;
  --muted: #aab9c6;
  --line: rgba(180, 205, 226, .22);
  --blue: #55a8ff;
  --green: #68d59d;
  --gold: #f0c25c;
  --rose: #ec7890;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.5;
  overflow-x: hidden;
}
a { color: inherit; }
.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 4vw, 56px);
  background: rgba(8, 16, 24, .78);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(16px);
}
.brand, .site-nav, .hero-actions, .site-footer { display: flex; align-items: center; }
.brand { gap: 10px; font-weight: 800; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 8px;
  color: #061018;
  background: linear-gradient(135deg, var(--green), var(--blue));
}
.site-nav { gap: 20px; color: var(--muted); font-size: 14px; font-weight: 750; }
.site-nav a, .site-footer a, .button { text-decoration: none; }
.site-nav a:hover, .site-footer a:hover { color: var(--text); }
.nav-action, .button { border-radius: 8px; font-weight: 800; }
.nav-action { padding: 10px 14px; color: #061018; background: var(--green); text-decoration: none; }
.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  padding: 112px clamp(20px, 4vw, 56px) clamp(54px, 8vw, 92px);
  isolation: isolate;
}
.hero::before, .hero::after { content: ""; position: absolute; inset: 0; z-index: -2; }
.hero::before { background: var(--hero-image) center / cover no-repeat; }
.hero::after {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 16, 24, .96) 0%, rgba(8, 16, 24, .78) 40%, rgba(8, 16, 24, .38) 74%, rgba(8, 16, 24, .62) 100%),
    linear-gradient(0deg, rgba(8, 16, 24, 1) 0%, rgba(8, 16, 24, .24) 36%, rgba(8, 16, 24, .16) 100%);
}
.hero-copy { width: min(780px, 100%); }
.eyebrow, .kicker {
  margin: 0 0 10px;
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 18px; font-size: clamp(52px, 8vw, 112px); line-height: .92; letter-spacing: 0; }
h2 { margin-bottom: 14px; font-size: clamp(31px, 4vw, 52px); line-height: 1.04; }
h3 { margin-bottom: 10px; font-size: 22px; line-height: 1.16; }
.hero-lede { max-width: 690px; margin-bottom: 26px; color: #d8e3ec; font-size: 20px; }
.hero-actions { flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; min-height: 44px; padding: 12px 17px; }
.button-primary { color: #061018; background: var(--blue); }
.button-secondary { color: var(--text); border: 1px solid var(--line); background: rgba(255, 255, 255, .07); }
.section { padding: clamp(54px, 7vw, 90px) clamp(20px, 4vw, 56px); border-top: 1px solid var(--line); }
.section-soft { background: rgba(255, 255, 255, .025); }
.section-heading { width: min(1000px, 100%); margin-bottom: 28px; }
.section-heading p, .product-card p, .capability-grid p, .policy-grid p, .timeline-step p, .split-section p { color: var(--muted); }
.product-grid, .capability-grid, .policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.capability-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.policy-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.product-card, .capability-grid article, .policy-grid article, .list-panel, .timeline-step {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, .045);
}
.product-card, .capability-grid article, .policy-grid article, .list-panel { padding: 22px; }
.policy-grid article { background: linear-gradient(145deg, rgba(85, 168, 255, .12), rgba(104, 213, 157, .06)), rgba(255, 255, 255, .045); }
.policy-grid span { display: inline-flex; margin-bottom: 12px; color: var(--gold); font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.kicker { color: var(--gold); }
.split-section {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, 1.1fr);
  gap: clamp(26px, 5vw, 70px);
  align-items: start;
}
.timeline { display: grid; gap: 12px; }
.timeline-step { display: grid; grid-template-columns: 48px 1fr; gap: 14px; padding: 18px; }
.step-number {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 8px;
  color: #061018;
  background: var(--green);
  font-weight: 900;
}
.list-panel ul { margin: 0; padding-left: 20px; color: var(--muted); }
.list-panel li + li { margin-top: 8px; }
.tag-cloud { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-cloud span {
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  color: #d8e3ec;
  background: rgba(255, 255, 255, .05);
  font-weight: 750;
}
.cta-band {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: linear-gradient(135deg, rgba(85, 168, 255, .14), rgba(104, 213, 157, .12));
}
.site-footer {
  justify-content: space-between;
  gap: 20px;
  padding: 24px clamp(20px, 4vw, 56px);
  color: var(--muted);
  border-top: 1px solid var(--line);
}
.footer-links { display: flex; gap: 16px; }
@media (max-width: 980px) {
  .site-header { position: static; align-items: flex-start; flex-direction: column; }
  .site-nav { flex-wrap: wrap; }
  .hero { min-height: 720px; padding-top: 54px; }
  .product-grid, .capability-grid, .policy-grid, .split-section { grid-template-columns: 1fr; }
  .cta-band, .site-footer { align-items: flex-start; flex-direction: column; }
}
