:root {
  color-scheme: dark;
  --bg: #050813;
  --surface: rgba(13, 21, 35, .82);
  --surface-strong: rgba(17, 28, 48, .94);
  --line: rgba(255, 255, 255, .12);
  --line-blue: rgba(118, 180, 255, .34);
  --text: #f5f8ff;
  --muted: #aeb9cb;
  --soft: #748196;
  --blue: #76b7ff;
  --violet: #9b82ff;
  --mint: #7cf1c4;
  --radius: 8px;
  --shadow: 0 28px 80px rgba(0, 0, 0, .46);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: linear-gradient(160deg, rgba(12, 28, 55, .96) 0%, var(--bg) 38%, #070716 100%);
  color: var(--text);
  font-family: var(--font-family, Inter), ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, rgba(83, 150, 255, .28), transparent 34%),
    linear-gradient(250deg, rgba(149, 112, 255, .18), transparent 42%),
    linear-gradient(180deg, rgba(124, 241, 196, .06), transparent 48%);
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  background-image:
    linear-gradient(rgba(255, 255, 255, .035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, .035) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, .08) 68%, transparent);
  pointer-events: none;
}

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

a:hover {
  text-decoration: none;
}

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

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

h1 {
  margin-bottom: 22px;
  font-size: clamp(46px, 7.6vw, 86px);
  line-height: .94;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(32px, 4.8vw, 56px);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: 0;
}

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

.nav {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
  background: rgba(5, 8, 19, .76);
  backdrop-filter: blur(18px);
}

.nav-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .38);
}

.brand-dot {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  color: #c9d3e5;
  font-size: 14px;
  font-weight: 650;
}

.nav-links a {
  opacity: .86;
}

.nav-links a:hover {
  opacity: 1;
  color: var(--text);
}

.button,
.btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 18px;
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, .14);
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}

.button:hover,
.btn:hover {
  transform: translateY(-1px);
  border-color: rgba(118, 183, 255, .48);
}

.button.primary,
.btn-primary {
  color: #061221;
  border: 0;
  background: linear-gradient(135deg, #8ec7ff 0%, #73a8ff 45%, #a48bff 100%);
  box-shadow: 0 18px 42px rgba(83, 139, 255, .34);
}

.button.secondary,
.btn-ghost {
  color: var(--text);
  background: rgba(255, 255, 255, .07);
}

.hero {
  min-height: calc(82svh - 70px);
  position: relative;
  display: grid;
  align-items: center;
  padding: 72px 0 56px;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(5, 8, 19, .96) 0%, rgba(5, 8, 19, .82) 38%, rgba(5, 8, 19, .36) 72%, rgba(5, 8, 19, .82) 100%),
    linear-gradient(180deg, transparent 0%, rgba(5, 8, 19, .7) 100%);
}

.asset-wall {
  position: absolute;
  inset: -24px -72px -80px 38%;
  display: grid;
  grid-template-columns: repeat(3, minmax(180px, 265px));
  gap: 18px;
  align-items: center;
  transform: rotate(-4deg);
  opacity: .92;
}

.asset-column {
  display: grid;
  gap: 18px;
}

.asset-column:nth-child(2) {
  transform: translateY(64px);
}

.asset-column:nth-child(3) {
  transform: translateY(-30px);
}

.asset-tile {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: var(--radius);
  overflow: hidden;
  background: #0b1220;
  box-shadow: var(--shadow);
}

.asset-tile img {
  width: 100%;
  height: auto;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 660px;
}

.eyebrow,
.section-eyebrow {
  margin: 0 0 18px;
  color: var(--blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.lead {
  max-width: 610px;
  color: #d5deee;
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 1.55;
  margin-bottom: 28px;
}

.cta-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.proof-pill,
.proof-row span {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  padding: 0 12px;
  background: rgba(13, 21, 35, .72);
  color: #dbe5f5;
  font-size: 13px;
  font-weight: 750;
}

.section {
  padding: 88px 0;
  border-top: 1px solid rgba(255, 255, 255, .06);
}

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

.section-head {
  max-width: 720px;
  margin-bottom: 34px;
}

.section-copy,
.section .sub {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
  line-height: 1.62;
}

.feature-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.feature-card,
.feature {
  min-height: 192px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, .11);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(21, 35, 59, .92), rgba(9, 15, 27, .84)),
    linear-gradient(135deg, rgba(118, 183, 255, .18), rgba(155, 130, 255, .1));
  box-shadow: 0 18px 48px rgba(0, 0, 0, .28);
}

.feature-number,
.feature-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: var(--radius);
  background: rgba(118, 183, 255, .16);
  border: 1px solid rgba(118, 183, 255, .26);
  color: #bcdcff;
  font-size: 13px;
  font-weight: 900;
}

.feature-card p,
.feature p {
  margin-bottom: 0;
  color: #b7c3d7;
  line-height: 1.55;
}

.product-band {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(320px, 1.08fr);
  gap: 34px;
  align-items: center;
  margin-top: 18px;
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: linear-gradient(130deg, rgba(15, 26, 45, .98), rgba(8, 13, 25, .92) 52%, rgba(22, 17, 46, .86));
  box-shadow: var(--shadow);
  overflow: hidden;
}

.product-band.reverse {
  grid-template-columns: minmax(320px, 1.08fr) minmax(0, .92fr);
  background: linear-gradient(130deg, rgba(16, 14, 34, .98), rgba(8, 13, 25, .94) 48%, rgba(12, 26, 45, .9));
}

.product-text {
  padding: 16px;
}

.kicker {
  min-height: 30px;
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
  margin-bottom: 16px;
  border-radius: var(--radius);
  border: 1px solid rgba(118, 183, 255, .28);
  background: rgba(118, 183, 255, .1);
  color: #c6e1ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.product-text p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.62;
}

.check-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.check-item {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #d8e3f4;
  font-size: 15px;
  line-height: 1.4;
}

.check-item span:first-child {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: var(--radius);
  background: rgba(124, 241, 196, .14);
  color: var(--mint);
  font-size: 12px;
  font-weight: 900;
}

.product-media {
  min-height: 440px;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 20px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(118, 183, 255, .12), rgba(155, 130, 255, .1)),
    rgba(255, 255, 255, .04);
  border: 1px solid rgba(255, 255, 255, .08);
}

.double-shot {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-items: center;
}

.double-shot img {
  width: 100%;
  max-height: 600px;
  object-fit: contain;
  border-radius: var(--radius);
  box-shadow: 0 22px 70px rgba(0, 0, 0, .46);
}

.feature-graphic {
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  overflow: hidden;
  background: #07101b;
  box-shadow: var(--shadow);
}

.feature-graphic img {
  width: 100%;
  height: auto;
}

.two-column {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.info-panel {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(18, 30, 51, .92), rgba(9, 15, 27, .9));
}

.info-panel.highlight {
  border-color: rgba(118, 183, 255, .36);
  background: linear-gradient(145deg, rgba(31, 54, 91, .94), rgba(12, 19, 34, .94));
}

.info-panel p {
  margin-bottom: 0;
  color: var(--muted);
  line-height: 1.58;
}

.permissions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.permission {
  min-height: 188px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: var(--radius);
  background: rgba(11, 18, 32, .78);
}

.permission h3 {
  font-size: 17px;
}

.permission p {
  margin-bottom: 0;
  color: #adbacf;
  font-size: 14px;
  line-height: 1.55;
}

.final-cta {
  padding: 52px;
  border: 1px solid rgba(118, 183, 255, .28);
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(61, 125, 238, .24), rgba(145, 112, 255, .16)),
    rgba(8, 13, 25, .92);
  box-shadow: var(--shadow);
}

.final-cta h2 {
  max-width: 760px;
}

.final-cta p {
  max-width: 650px;
  color: #c7d2e4;
  font-size: 18px;
  line-height: 1.62;
}

.legal-page {
  padding: 70px 0;
}

.legal-page .container {
  max-width: 860px;
}

.legal-page h1 {
  margin-bottom: 12px;
  font-size: clamp(36px, 6vw, 58px);
  line-height: 1.04;
}

.legal-page h2 {
  margin: 38px 0 12px;
  font-size: 25px;
}

.legal-page h3 {
  margin: 26px 0 8px;
  font-size: 18px;
}

.legal-page p,
.legal-page li,
.legal-page td,
.legal-page th {
  color: var(--muted);
}

.legal-page a {
  color: #bddcff;
}

.legal-page ul {
  padding-left: 20px;
}

.legal-page li {
  margin-bottom: 8px;
}

.legal-page table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 16px;
  font-size: 14px;
}

.legal-page th,
.legal-page td {
  border: 1px solid var(--line);
  padding: 10px;
  text-align: left;
  vertical-align: top;
}

.legal-meta {
  color: var(--soft);
  font-size: 14px;
}

.footer {
  padding: 46px 0 34px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  color: #aab6ca;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(3, minmax(130px, .45fr));
  gap: 28px;
}

.footer p {
  margin-top: 12px;
  line-height: 1.55;
}

.footer h3,
.footer-col h4 {
  margin-bottom: 12px;
  color: var(--text);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.footer a,
.footer-col a {
  display: block;
  margin-top: 10px;
  color: #cbd5e7;
  font-size: 14px;
}

.footer .brand {
  display: inline-flex;
}

.footer .brand img {
  flex: 0 0 auto;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 34px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, .08);
  font-size: 13px;
}

@media (max-width: 980px) {
  .nav-links a:not(.button) {
    display: none;
  }

  .hero {
    min-height: auto;
    display: flex;
    flex-direction: column;
    padding: 72px 0 34px;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(5, 8, 19, .98) 0%, rgba(5, 8, 19, .74) 48%, rgba(5, 8, 19, .96) 100%);
  }

  .hero > .container {
    order: 1;
  }

  .asset-wall {
    position: relative;
    inset: auto;
    order: 2;
    z-index: 2;
    grid-template-columns: repeat(3, minmax(130px, 1fr));
    width: min(760px, 100%);
    margin: 34px auto 0;
    transform: none;
    opacity: 1;
  }

  .asset-column:nth-child(2),
  .asset-column:nth-child(3) {
    transform: none;
  }

  .asset-column .asset-tile:nth-child(2) {
    display: none;
  }

  .feature-strip,
  .permissions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-band,
  .product-band.reverse {
    grid-template-columns: 1fr;
  }

  .product-band.reverse .product-media {
    order: 2;
  }

  .two-column,
  .footer-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-inner {
    min-height: 64px;
  }

  .brand img {
    width: 36px;
    height: 36px;
  }

  .button,
  .btn {
    min-height: 42px;
    padding: 0 13px;
    font-size: 13px;
  }

  .hero {
    padding-top: 34px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 31px;
  }

  .lead {
    font-size: 17px;
  }

  .asset-wall {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 24px;
  }

  .asset-column:nth-child(3) {
    display: none;
  }

  .section {
    padding: 62px 0;
  }

  .feature-strip,
  .permissions-grid,
  .double-shot {
    grid-template-columns: 1fr;
  }

  .product-band {
    padding: 14px;
  }

  .product-text {
    padding: 10px;
  }

  .product-media {
    min-height: auto;
    padding: 12px;
  }

  .final-cta {
    padding: 28px;
  }

  .legal-page {
    padding: 48px 0;
  }

  .footer p {
    margin-top: 8px;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
