:root {
  color: #f5f1ff;
  background: #0d0916;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

html {
  min-height: 100%;
  background:
    radial-gradient(circle at 20% 0%, rgb(126 87 255 / 18%), transparent 24rem),
    linear-gradient(180deg, #120d1f 0%, #0d0916 46%, #09070e 100%);
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  min-height: 100vh;
}

a {
  color: inherit;
}

body {
  background:
    radial-gradient(circle at 20% 0%, rgb(126 87 255 / 18%), transparent 24rem),
    linear-gradient(180deg, #120d1f 0%, #0d0916 46%, #09070e 100%);
}

.site-header,
.site-footer,
.hero,
.section-band,
.page-shell {
  width: min(1120px, calc(100% - 2rem));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.25rem 0;
}

.brand,
.site-nav,
.site-footer nav,
.hero-actions,
.panel-top {
  display: flex;
  align-items: center;
}

.brand {
  gap: 0.75rem;
  color: #f8f5ff;
  font-weight: 750;
  text-decoration: none;
}

.brand span {
  display: block;
  font-size: 3rem;
  line-height: 1;
}

.brand img,
.panel-top img {
  border-radius: 0.5rem;
}

.site-nav,
.site-footer nav {
  gap: 1rem;
  color: #c8bbed;
  font-size: 0.95rem;
  font-weight: 650;
}

.site-nav a,
.site-footer a,
.text-link {
  text-decoration-color: transparent;
  text-underline-offset: 0.25rem;
}

.site-nav a:hover,
.site-nav a[aria-current="page"],
.site-footer a:hover,
.text-link:hover {
  color: #b99cff;
  text-decoration-color: currentcolor;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(20rem, 0.75fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
  min-height: calc(100vh - 8.5rem);
  padding: clamp(2.25rem, 8vw, 6rem) 0;
}

.hero-copy {
  max-width: 43rem;
}

.eyebrow {
  margin: 0 0 0.75rem;
  color: #bda9ff;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 1rem;
  color: #fff;
  font-size: 5.25rem;
  line-height: 0.98;
}

h2 {
  margin-bottom: 0.7rem;
  color: #fff;
  font-size: 2.35rem;
  line-height: 1.08;
}

h3 {
  margin-bottom: 0.45rem;
  color: #f5f1ff;
  font-size: 1.05rem;
}

.lede,
.page-heading p,
.section-copy p,
.content-stack p,
.feature-list p {
  color: #c9c0df;
}

.lede {
  max-width: 38rem;
  font-size: 1.25rem;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border: 1px solid #9d79ff;
  border-radius: 0.5rem;
  background: #8b5cf6;
  color: #fff;
  font-weight: 750;
  text-decoration: none;
}

.text-link {
  color: #cab8ff;
  font-weight: 750;
}

.product-panel {
  border: 1px solid #33264f;
  border-radius: 0.5rem;
  background: linear-gradient(180deg, #1a1328 0%, #120e1c 100%);
  box-shadow: 0 1.5rem 4rem rgb(0 0 0 / 35%);
  padding: clamp(1.25rem, 4vw, 2rem);
}

.panel-top {
  gap: 1rem;
}

.panel-label,
.panel-value {
  margin: 0;
}

.panel-label,
.metric-grid span {
  color: #b7abc9;
  font-size: 0.85rem;
  font-weight: 700;
}

.panel-value {
  color: #fff;
  font-size: 3rem;
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  line-height: 1;
}

.metric-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 1.5rem 0;
}

.content-stack article,
.feature-list article {
  border: 1px solid #312748;
  border-radius: 0.5rem;
  background: #16111f;
}

.metric-grid div {
  padding: 1rem 0;
  border-top: 1px solid #312748;
  border-bottom: 1px solid #312748;
}

.metric-grid strong {
  display: block;
  margin-top: 0.25rem;
  color: #fff;
  font-size: 1.5rem;
}

.transaction-list {
  display: grid;
  gap: 0.65rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.transaction-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
  border-top: 1px solid #312748;
}

.transaction-list strong {
  color: #bda9ff;
}

.section-band {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  padding: 4rem 0 5rem;
  border-top: 1px solid #2f2546;
}

.section-copy {
  max-width: 34rem;
}

.feature-list,
.content-stack {
  display: grid;
  gap: 1rem;
}

.feature-list article,
.content-stack article {
  padding: 1.25rem;
}

.page-shell {
  padding: clamp(2.5rem, 8vw, 5.5rem) 0 5rem;
}

.page-heading {
  max-width: 44rem;
  margin-bottom: 2rem;
}

.page-heading h1 {
  font-size: 4.25rem;
}

.content-stack {
  max-width: 48rem;
}

.content-stack h2 {
  font-size: 1.35rem;
}

.content-stack p,
.feature-list p {
  margin-bottom: 0;
}

.site-footer {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.5rem 0 2rem;
  border-top: 1px solid #2f2546;
}

.site-footer p {
  max-width: 44rem;
  margin-bottom: 0;
  color: #b8aec9;
  font-size: 0.9rem;
}

@media (max-width: 760px) {
  .site-header,
  .site-footer,
  .section-band {
    align-items: stretch;
    flex-direction: column;
  }

  .hero,
  .section-band {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  h1 {
    font-size: 3.35rem;
  }

  h2,
  .page-heading h1 {
    font-size: 2.35rem;
  }

  .lede {
    font-size: 1.1rem;
  }

  .site-nav,
  .site-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .brand span {
    font-size: 2.25rem;
  }

  h1,
  .page-heading h1 {
    font-size: 2.65rem;
  }

  .panel-value {
    font-size: 2.35rem;
  }

  .site-nav {
    gap: 0.75rem;
  }

  .metric-grid {
    grid-template-columns: 1fr;
  }

  .transaction-list li {
    flex-direction: column;
    gap: 0.25rem;
  }
}
