@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Instrument+Sans:wght@400;500;600;700&display=swap");

:root {
  --bg: #0b1010;
  --bg-elevated: rgba(18, 24, 24, 0.82);
  --surface: rgba(16, 22, 22, 0.9);
  --text: #edf7ef;
  --text-muted: #9eb0a3;
  --accent: #cdfa4d;
  --accent-warm: #ff9c43;
  --shadow: 0 22px 64px rgba(0, 0, 0, 0.34);
  --radius: 24px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Instrument Sans", "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(166, 225, 24, 0.18), transparent 30%),
    radial-gradient(circle at top right, rgba(255, 156, 67, 0.14), transparent 24%),
    linear-gradient(180deg, #0a0f0f 0%, #0f1716 32%, #0b1111 100%);
  line-height: 1.65;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.page-shell {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.page-shell::before,
.page-shell::after {
  content: "";
  position: fixed;
  width: 26rem;
  height: 26rem;
  border-radius: 50%;
  filter: blur(110px);
  opacity: 0.5;
  pointer-events: none;
  z-index: 0;
}

.page-shell::before {
  top: -9rem;
  left: -6rem;
  background: rgba(166, 225, 24, 0.16);
}

.page-shell::after {
  top: 14rem;
  right: -10rem;
  background: rgba(255, 156, 67, 0.12);
}

.site-header,
.site-footer,
main {
  position: relative;
  z-index: 1;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  backdrop-filter: blur(18px);
  background: rgba(7, 11, 11, 0.72);
  border-bottom: 1px solid rgba(205, 255, 97, 0.09);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--accent), var(--accent-warm));
  color: #11150f;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(205, 250, 77, 0.18);
}

.brand-copy strong {
  display: block;
  font-family: "Space Grotesk", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.02em;
}

.brand-copy span {
  display: block;
  color: var(--text-muted);
  font-size: 0.84rem;
}

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

.site-nav a,
.footer-links a {
  color: var(--text-muted);
  font-size: 0.95rem;
  transition: color 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--text);
}

.header-cta,
.button,
.button-secondary,
.button-tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.header-cta,
.button {
  background: linear-gradient(135deg, var(--accent), #e3ff9a);
  color: #11150f;
  box-shadow: 0 14px 30px rgba(166, 225, 24, 0.24);
}

.button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.button-tertiary {
  border: 1px solid rgba(205, 250, 77, 0.18);
  background: transparent;
  color: var(--accent);
}

.header-cta:hover,
.header-cta:focus-visible,
.button:hover,
.button-secondary:hover,
.button-tertiary:hover,
.button:focus-visible,
.button-secondary:focus-visible,
.button-tertiary:focus-visible {
  transform: translateY(-1px);
}

.section {
  padding: 32px 0 88px;
}

.section-tight {
  padding-top: 16px;
}

.hero {
  padding: 44px 0 74px;
}

.hero-grid,
.split-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 28px;
  align-items: start;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 28px;
  height: 1px;
  background: currentColor;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Space Grotesk", sans-serif;
  letter-spacing: -0.03em;
}

h1 {
  max-width: 11.5ch;
  font-size: clamp(3rem, 7vw, 5.6rem);
  line-height: 0.95;
}

h2 {
  font-size: clamp(2rem, 4.3vw, 3.45rem);
  line-height: 1;
}

h3 {
  font-size: 1.18rem;
  line-height: 1.15;
}

.lead,
.section-copy,
.card p,
.faq-item p,
.hero-note,
.page-note {
  color: var(--text-muted);
  font-size: 1rem;
}

.lead {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 1.05rem;
}

.hero-actions,
.button-row,
.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-actions {
  margin-top: 26px;
}

.chip-row {
  margin-top: 16px;
}

.notice {
  margin-top: 18px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.03);
  color: var(--text-muted);
  font-size: 0.93rem;
}

.hero-side,
.panel,
.card,
.faq-item,
.metric,
.table-shell,
.cta-band {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.hero-side,
.panel,
.cta-band {
  border-radius: calc(var(--radius) + 4px);
}

.hero-side {
  padding: 18px;
}

.hero-kicker {
  margin: 0 0 10px;
  color: var(--accent);
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.media-frame {
  overflow: hidden;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)), #111717;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.media-frame img {
  width: 100%;
  height: auto;
}

.media-tall img {
  width: 100%;
  max-height: 660px;
  object-fit: cover;
  object-position: top center;
}

.metric-grid,
.card-grid,
.faq-grid,
.media-grid {
  display: grid;
  gap: 18px;
}

.metric-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 24px;
}

.metric {
  padding: 20px;
  border-radius: 22px;
}

.metric strong {
  display: block;
  color: var(--accent);
  font-family: "Space Grotesk", sans-serif;
  font-size: 1.3rem;
}

.metric span {
  color: var(--text-muted);
  font-size: 0.92rem;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 24px;
}

.section-head .section-copy {
  max-width: 58ch;
  margin: 12px 0 0;
}

.card-grid.two-up,
.media-grid.two-up,
.faq-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.card-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  padding: 24px;
  border-radius: 24px;
}

.card h3,
.faq-item h3 {
  margin-bottom: 10px;
}

.card p,
.faq-item p {
  margin: 0;
}

.card-link {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-link .button-row,
.card .button-row {
  margin-top: auto;
}

.chip {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(205, 250, 77, 0.08);
  border: 1px solid rgba(205, 250, 77, 0.16);
  color: #e7f7bf;
  font-size: 0.9rem;
}

.media-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
}

.media-card .media-frame {
  aspect-ratio: 16 / 10;
}

.media-card .media-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

.faq-item {
  padding: 22px;
  border-radius: 24px;
}

.table-shell {
  overflow-x: auto;
  border-radius: 28px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 15px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--accent);
  font-size: 0.86rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

td {
  color: var(--text-muted);
  font-size: 0.96rem;
}

tbody tr:last-child td {
  border-bottom: 0;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 30px;
}

.cta-band h2 {
  margin-bottom: 10px;
}

.site-footer {
  padding: 0 0 42px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-copy {
  margin: 10px 0 0;
  max-width: 52ch;
  color: var(--text-muted);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: flex-end;
  align-content: start;
}

.fade-rise {
  animation: fade-rise 0.7s ease both;
}

.fade-rise.delay-1 {
  animation-delay: 0.08s;
}

@keyframes fade-rise {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1040px) {
  .hero-grid,
  .split-grid,
  .cta-band,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .site-nav {
    display: none;
  }

  .metric-grid,
  .card-grid.three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 22px, 1180px);
  }

  .section {
    padding-bottom: 68px;
  }

  .hero {
    padding-top: 30px;
  }

  h1 {
    max-width: none;
    font-size: clamp(2.6rem, 13vw, 4rem);
  }

  .metric-grid,
  .card-grid.two-up,
  .card-grid.three-up,
  .media-grid.two-up,
  .faq-grid.two-up {
    grid-template-columns: 1fr;
  }

  .header-inner {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .header-cta {
    display: none;
  }

  .section-head {
    align-items: start;
  }

  .cta-band {
    padding: 24px;
  }

  .footer-links {
    justify-content: start;
  }
}
