:root {
  color-scheme: light;
  --ink: #182018;
  --muted: #5f6960;
  --paper: #f6f3ea;
  --panel: #ffffff;
  --panel-2: #ebe7db;
  --line: #d8d5ca;
  --line-strong: #bbae94;
  --night: #14211a;
  --night-2: #223128;
  --lime: #c8e77e;
  --green: #2d6b4d;
  --blue: #2d5a4a;
  --cyan: #83d9c1;
  --coral: #cc704b;
  --gold: #caa052;
  --sand: #ecdfc6;
  --red: #c34136;
  --shadow: 0 22px 70px rgba(26, 31, 22, 0.12);
  --shadow-tight: 0 12px 34px rgba(26, 31, 22, 0.1);
  --radius: 8px;
}

@media (prefers-color-scheme: dark) {
  :root {
    color-scheme: dark;
    --ink: #f6f8f5;
    --muted: #b7c0c7;
    --paper: #0c1118;
    --panel: #151c25;
    --panel-2: #101720;
    --line: #2d3944;
    --line-strong: #465766;
    --night: #070a0f;
    --night-2: #111923;
    --lime: #c7ff6a;
    --green: #50c98d;
    --blue: #7f9aff;
    --cyan: #6fe6ff;
    --coral: #ff8a6e;
    --gold: #ffd06f;
    --sand: #d7c7aa;
    --red: #ff8a80;
    --shadow: 0 22px 70px rgba(0, 0, 0, 0.34);
    --shadow-tight: 0 12px 34px rgba(0, 0, 0, 0.3);
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  color: var(--ink);
  background:
    radial-gradient(900px 420px at 12% -4%, color-mix(in srgb, var(--cyan) 20%, transparent), transparent 70%),
    radial-gradient(720px 360px at 100% 0%, color-mix(in srgb, var(--lime) 14%, transparent), transparent 72%),
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 92%, #ffffff) 0, var(--paper) 440px),
    var(--paper);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a {
  color: var(--blue);
  text-underline-offset: 4px;
}

:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--blue) 45%, transparent);
  outline-offset: 4px;
}

.shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 22px;
}

header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid color-mix(in srgb, var(--line) 74%, transparent);
  background: color-mix(in srgb, var(--paper) 76%, transparent);
  backdrop-filter: blur(24px) saturate(1.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.42);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  font-family: "Fraunces", serif;
  font-weight: 700;
  text-decoration: none;
  color: var(--ink);
}

.brand img {
  width: 36px;
  height: 36px;
  border-radius: var(--radius);
  box-shadow: var(--shadow-tight);
}

nav {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 4px;
  padding: 6px;
  border: 1px solid color-mix(in srgb, var(--line) 78%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--panel) 64%, transparent);
  box-shadow: 0 12px 34px rgba(26, 31, 22, 0.05);
  font-size: 0.9rem;
}

nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 11px;
  border-radius: 999px;
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  white-space: nowrap;
  transition: color 160ms ease, background 160ms ease;
}

nav a:hover {
  background: color-mix(in srgb, var(--lime) 28%, transparent);
  color: var(--ink);
}

nav a::after {
  display: none;
}

nav a:hover::after,
nav a:focus-visible::after {
  display: none;
}

.nav-cta,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: var(--radius);
  background: var(--ink);
  color: var(--paper);
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: var(--shadow-tight);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, border-color 160ms ease;
}

.nav-cta:hover,
.button:hover {
  transform: translateY(-1px);
  background: var(--blue);
  box-shadow: var(--shadow);
}

.button {
  min-height: 48px;
  padding: 0 20px;
}

.button.secondary {
  background: color-mix(in srgb, var(--panel) 72%, transparent);
  color: var(--ink);
  border-color: var(--line);
  box-shadow: none;
}

.button.secondary:hover {
  border-color: var(--line-strong);
  background: var(--panel);
}

.button.secondary.dark {
  color: #f7f8f4;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.22);
}

.hero-stage {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  color: #f7f8f4;
  background:
    linear-gradient(120deg, rgba(200, 231, 126, 0.12), transparent 30%),
    linear-gradient(160deg, rgba(204, 112, 75, 0.12), transparent 56%),
    linear-gradient(145deg, #081018 0%, #121b26 46%, #26382b 100%);
}

.hero-stage::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(6, 10, 14, 0.38));
}

.hero-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.28;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 42px 42px;
  mask-image: linear-gradient(to bottom, black 0 72%, transparent);
}

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 0.78fr);
  gap: 52px;
  align-items: center;
  padding-top: 66px;
  padding-bottom: 54px;
}

.hero-copy {
  max-width: 760px;
}

.eyebrow {
  margin: 0 0 12px;
  font-family: "Manrope", sans-serif;
  color: var(--lime);
  font-weight: 700;
  font-size: 0.82rem;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin-top: 0;
  font-family: "Fraunces", serif;
  letter-spacing: 0;
}

h1 {
  margin-bottom: 18px;
  max-width: 860px;
  font-size: 4.55rem;
  line-height: 0.93;
}

h2 {
  margin-bottom: 14px;
  font-size: 2.55rem;
  line-height: 1.02;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.15rem;
}

p {
  margin: 0 0 14px;
  max-width: 760px;
}

.lede {
  max-width: 700px;
  font-size: 1.14rem;
  color: #dce7df;
}

.hero-proofline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.hero-proofline span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border-radius: 999px;
  background: rgba(10, 18, 24, 0.36);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #e7f0e8;
  font-size: 0.79rem;
  font-weight: 700;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 0;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}

.hero-metrics div {
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px) saturate(1.25);
}

.hero-metrics strong,
.hero-metrics span {
  display: block;
}

.hero-metrics strong {
  margin-bottom: 5px;
  color: #f8fbf6;
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
}

.hero-metrics span {
  color: #d6e0d7;
  font-size: 0.92rem;
}

.hero-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px) saturate(1.25);
  color: #dde7df;
  font-size: 0.88rem;
  font-weight: 700;
}

.hero-badges span:nth-child(2) {
  border-color: rgba(131, 217, 193, 0.34);
}

.hero-badges span:nth-child(3) {
  border-color: rgba(200, 231, 126, 0.34);
}

.hero-badges span:nth-child(4) {
  border-color: rgba(204, 112, 75, 0.34);
}

.hero-cockpit {
  position: relative;
  justify-self: center;
  width: min(100%, 430px);
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.055)),
    rgba(13, 20, 27, 0.66);
  backdrop-filter: blur(28px) saturate(1.35);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.38);
}

.hero-cockpit::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(200, 231, 126, 0.55), rgba(131, 217, 193, 0.2), rgba(204, 112, 75, 0.36));
}

.video-shell {
  display: grid;
  gap: 14px;
}

.video-topline,
.video-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 48px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #f7f8f4;
  backdrop-filter: blur(18px) saturate(1.25);
}

.video-topline span,
.video-caption span {
  color: #d6e0d7;
  font-size: 0.9rem;
  font-weight: 700;
}

.video-topline strong {
  color: var(--lime);
}

.video-frame {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1076 / 1924;
  width: min(100%, 292px);
  margin: 0 auto;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 30px;
  background: #05080d;
  box-shadow:
    0 28px 70px rgba(0, 0, 0, 0.34),
    inset 0 0 0 8px rgba(255, 255, 255, 0.05);
}

.video-frame::before {
  content: "";
  position: absolute;
  inset: 10px;
  z-index: 2;
  pointer-events: none;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
}

.video-frame video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.video-caption {
  display: grid;
  align-items: start;
  justify-content: stretch;
  gap: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.video-caption strong {
  font-family: "Fraunces", serif;
  font-size: 1.05rem;
}

.dash-card {
  padding: 18px;
  border-radius: var(--radius);
  background: #f9fbf5;
  color: #101318;
}

.dash-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: start;
  padding-bottom: 18px;
  border-bottom: 1px solid #dce3db;
}

.dash-label,
.summary-label {
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.dash-top strong,
.dash-score strong {
  display: block;
  font-family: "Fraunces", serif;
}

.dash-score {
  text-align: right;
}

.dash-score strong {
  font-size: 3.6rem;
  line-height: 0.86;
  color: var(--green);
}

.dash-score span {
  display: inline-flex;
  margin-top: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #e8f8cf;
  color: #285000;
  font-weight: 800;
}

.cart-visual {
  position: relative;
  min-height: 170px;
  margin: 18px 0;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(135deg, rgba(36, 89, 255, 0.2), transparent 40%),
    linear-gradient(155deg, #152233, #203d31);
}

.cart-visual::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 46px;
  height: 48px;
  border-radius: 8px 8px 14px 14px;
  background: linear-gradient(90deg, var(--lime), #f8ffe5);
  box-shadow: 0 -42px 0 -22px rgba(255, 255, 255, 0.9);
}

.cart-visual::after {
  content: "";
  position: absolute;
  left: 48px;
  right: 58px;
  bottom: 28px;
  height: 24px;
  background:
    radial-gradient(circle at 12px 12px, #090f15 0 10px, transparent 11px),
    radial-gradient(circle at calc(100% - 12px) 12px, #090f15 0 10px, transparent 11px);
}

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

.signal-grid div {
  padding: 13px;
  border: 1px solid #dce3db;
  border-radius: var(--radius);
  background: #ffffff;
}

.signal-grid span,
.signal-grid strong {
  display: block;
}

.signal-grid span {
  color: #68727a;
  font-size: 0.8rem;
  font-weight: 700;
}

.signal-grid strong {
  margin-top: 4px;
  color: #141a20;
}

.reveal-card {
  animation: rise-in 520ms ease both;
}

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

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

.trust-strip {
  background: var(--night);
  color: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.trust-grid div {
  min-height: 128px;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.045));
}

.trust-grid strong,
.trust-grid span {
  display: block;
}

.trust-grid strong {
  margin-bottom: 6px;
  font-family: "Fraunces", serif;
}

.trust-grid span {
  color: #c9d4dc;
}

.marketplace-status-band {
  padding: 82px 0;
  background:
    linear-gradient(135deg, rgba(131, 217, 193, 0.18), transparent 34%),
    linear-gradient(180deg, #eef5ed, #f8faf4);
}

.marketplace-status-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 28px;
  align-items: start;
}

.marketplace-status-layout p:not(.eyebrow) {
  color: var(--muted);
}

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

.marketplace-status-grid article {
  min-height: 178px;
  padding: 20px;
  border: 1px solid color-mix(in srgb, var(--line) 86%, var(--cyan));
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.6));
  backdrop-filter: blur(18px) saturate(1.18);
  box-shadow: 0 16px 42px rgba(25, 55, 43, 0.08);
}

.marketplace-status-grid span,
.marketplace-status-grid strong {
  display: block;
}

.marketplace-status-grid span {
  margin-bottom: 20px;
  color: var(--blue);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
}

.marketplace-status-grid strong {
  margin-bottom: 8px;
  color: var(--green);
  font-family: "Fraunces", serif;
  font-size: 1.18rem;
}

.marketplace-status-grid p {
  color: var(--muted);
  font-size: 0.94rem;
}

.signal-band {
  padding: 82px 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--paper) 92%, #ffffff), color-mix(in srgb, var(--panel-2) 84%, #ffffff));
}

.signal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
  gap: 26px;
  align-items: start;
}

.signal-copy p:not(.eyebrow) {
  color: var(--muted);
}

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

.signal-panel {
  min-height: 188px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--panel) 94%, var(--cyan)), var(--panel));
  box-shadow: 0 1px 0 rgba(16, 22, 31, 0.03);
}

.signal-panel strong,
.signal-panel span {
  display: block;
}

.signal-panel strong {
  margin-bottom: 10px;
  color: var(--green);
  font-family: "Fraunces", serif;
  font-size: 1.18rem;
}

.signal-panel span {
  color: var(--muted);
}

.lanes-band {
  padding-top: 78px;
}

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

.lane-card {
  min-height: 300px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--panel) 94%, var(--sand)), var(--panel));
  box-shadow: 0 1px 0 rgba(16, 22, 31, 0.03);
}

.lane-card.featured {
  border-color: rgba(36, 70, 54, 0.2);
  background:
    linear-gradient(180deg, rgba(14, 24, 20, 0.92), rgba(29, 47, 38, 0.96));
  color: #f5f9f4;
  box-shadow: 0 24px 60px rgba(20, 29, 22, 0.14);
}

.lane-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--lime) 18%, var(--panel));
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.lane-card.featured .lane-kicker {
  background: rgba(202, 231, 126, 0.12);
  color: var(--lime);
}

.lane-card h3 {
  margin-bottom: 10px;
  font-size: 1.38rem;
}

.lane-card p {
  color: var(--muted);
}

.lane-card.featured p,
.lane-card.featured .lane-list li {
  color: #d4e1d6;
}

.lane-list {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.lane-list li {
  position: relative;
  padding-left: 18px;
  color: var(--muted);
  font-weight: 600;
}

.lane-list li + li {
  margin-top: 10px;
}

.lane-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--cyan) 78%, var(--green));
}

.section {
  padding: 88px 22px;
}

.section-heading {
  margin-bottom: 30px;
}

.section-heading p:not(.eyebrow),
.doc p,
.feature p,
.panel p {
  color: var(--muted);
}

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

.feature,
.panel,
.purchase,
.legal-links a,
.insight-card,
.support-form,
.report-preview,
.app-summary {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--panel);
  box-shadow: 0 1px 0 rgba(16, 22, 31, 0.03);
}

.feature,
.panel {
  padding: 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.feature:hover,
.panel:hover,
.purchase:hover,
.legal-links a:hover {
  transform: translateY(-2px);
  border-color: var(--line-strong);
  box-shadow: var(--shadow);
}

.feature span {
  display: inline-flex;
  margin-bottom: 34px;
  font-family: "Manrope", sans-serif;
  color: var(--blue);
  font-weight: 700;
}

.case-band {
  padding: 76px 0;
  background: var(--panel-2);
}

.case-layout,
.legal-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 34px;
  align-items: start;
}

.case-list,
.legal-links {
  display: grid;
  gap: 10px;
}

.case-list div,
.legal-links a {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 16px;
  text-decoration: none;
}

.case-list strong {
  color: var(--green);
}

.case-list span {
  color: var(--muted);
  text-align: right;
}

.purchase-grid,
.launch-grid,
.faq-grid,
.about-grid,
.legal-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.purchase {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.purchase span {
  display: inline-flex;
  margin-bottom: 22px;
  font-family: "Manrope", sans-serif;
  color: var(--blue);
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.purchase p {
  color: var(--muted);
}

.purchase strong {
  display: inline-flex;
  width: fit-content;
  padding: 7px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--lime) 35%, var(--panel));
  color: color-mix(in srgb, var(--green) 88%, #000000);
  font-size: 0.9rem;
}

.legal-band {
  padding: 80px 0;
  background:
    linear-gradient(135deg, rgba(180, 244, 85, 0.08), transparent 35%),
    var(--night);
  color: #f7f8f4;
}

.legal-band p:not(.eyebrow) {
  color: #cbd7df;
}

.legal-links {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.legal-links a {
  min-height: 126px;
  flex-direction: column;
  color: #f7f8f4;
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.legal-links span {
  color: #c4d0d8;
  font-size: 0.94rem;
}

.doc {
  padding: 48px 22px 78px;
}

.doc .eyebrow {
  color: var(--blue);
}

.doc ul {
  padding-left: 1.2rem;
}

.callout {
  margin: 24px 0;
  padding: 18px;
  border-radius: var(--radius);
  background: var(--night);
  color: #f7f8f4;
}

.callout p {
  color: #f7f8f4;
}

.contact-grid,
.app-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
  gap: 18px;
  align-items: start;
}

.web-app {
  padding-top: 42px;
  padding-bottom: 78px;
}

.app-board {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 290px;
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
  padding: 30px;
  overflow: hidden;
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(131, 217, 193, 0.18), transparent 36%),
    linear-gradient(135deg, var(--night), var(--night-2));
  color: #f7f8f4;
}

.app-board::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -70px;
  width: 280px;
  height: 190px;
  background: linear-gradient(90deg, var(--lime), var(--cyan));
  filter: blur(70px);
  opacity: 0.28;
}

.app-board > * {
  position: relative;
  z-index: 1;
}

.app-board h1 {
  margin-bottom: 10px;
  color: #f7f8f4;
  font-size: 3.45rem;
}

.app-board p:not(.eyebrow) {
  color: #d3dde4;
}

.app-summary {
  display: grid;
  gap: 8px;
  padding: 18px;
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.app-summary strong {
  font-family: "Fraunces", serif;
  font-size: 2.65rem;
  color: var(--lime);
}

#summaryLine {
  color: #d3dde4;
  font-weight: 700;
}

.summary-progress {
  overflow: hidden;
  height: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.summary-progress span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--coral), var(--gold), var(--lime));
  transition: width 180ms ease;
}

.insight-board {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
  margin-bottom: 24px;
}

.insight-card {
  display: grid;
  gap: 6px;
  padding: 16px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--panel) 92%, var(--cyan)), var(--panel));
}

.insight-card span {
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 0.76rem;
  font-weight: 700;
  text-transform: uppercase;
}

.insight-card strong {
  color: var(--green);
  font-family: "Fraunces", serif;
  font-size: 1.45rem;
  line-height: 1;
}

.support-form {
  display: grid;
  gap: 16px;
  margin: 20px 0 34px;
  padding: 22px;
}

.app-form {
  margin: 0;
}

.form-section-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-bottom: 6px;
  border-bottom: 1px solid var(--line);
}

.form-section-title span {
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.form-section-title strong {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: var(--night);
  color: var(--lime);
  font-size: 0.86rem;
}

.muted-report {
  color: var(--muted);
}

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

.form-row {
  display: grid;
  gap: 7px;
}

.form-row label {
  font-weight: 800;
  color: var(--ink);
}

.form-row input,
.form-row select,
.form-row textarea {
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel) 96%, var(--paper));
  color: var(--ink);
  font: inherit;
}

.form-row textarea {
  resize: vertical;
}

.form-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.checklist {
  display: grid;
  gap: 8px;
}

.check-row {
  position: relative;
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel) 98%, var(--paper));
  font-weight: 800;
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.check-row:hover {
  border-color: var(--blue);
  transform: translateY(-1px);
}

.check-row.is-complete {
  background: color-mix(in srgb, var(--lime) 22%, var(--panel));
  border-color: color-mix(in srgb, var(--green) 42%, var(--line));
}

.check-row input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.check-box {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 2px solid var(--line-strong);
  border-radius: 7px;
  background: var(--panel);
}

.check-box::after {
  content: "";
  width: 10px;
  height: 6px;
  border-bottom: 3px solid #ffffff;
  border-left: 3px solid #ffffff;
  transform: rotate(-45deg) scale(0);
  transition: transform 120ms ease;
}

.check-row input:checked + .check-box {
  border-color: var(--green);
  background: var(--green);
}

.check-row input:checked + .check-box::after {
  transform: rotate(-45deg) scale(1);
}

.check-row input:focus-visible + .check-box {
  outline: 3px solid color-mix(in srgb, var(--blue) 40%, transparent);
  outline-offset: 3px;
}

.report-preview {
  position: sticky;
  top: 92px;
  overflow: hidden;
  padding: 20px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--panel) 94%, var(--lime)), var(--panel));
  box-shadow: var(--shadow);
}

.report-header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.report-header span:first-child {
  color: var(--muted);
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
}

.report-header h2 {
  margin: 4px 0 0;
  font-size: 1.75rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 999px;
  background: var(--night);
  color: var(--lime);
  font-weight: 900;
}

.report-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 16px;
}

.report-details div {
  padding: 12px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--panel) 80%, var(--paper));
}

.report-details dt {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.report-details dd {
  margin: 4px 0 0;
  color: var(--ink);
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}

.report-text {
  padding: 14px;
  border-radius: var(--radius);
  background: var(--night);
  color: #f7f8f4;
}

.score-strong {
  background: color-mix(in srgb, var(--lime) 56%, var(--panel));
  color: #254900;
}

.score-good {
  background: color-mix(in srgb, var(--cyan) 34%, var(--panel));
  color: #07556a;
}

.score-check {
  background: color-mix(in srgb, var(--gold) 38%, var(--panel));
  color: #6a4300;
}

.score-risky {
  background: color-mix(in srgb, var(--coral) 38%, var(--panel));
  color: #752000;
}

.local-note {
  padding: 10px 12px;
  border-radius: var(--radius);
  background: color-mix(in srgb, var(--lime) 22%, var(--panel));
  color: var(--green);
  font-size: 0.86rem;
  font-weight: 850;
}

footer {
  padding: 28px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.92rem;
}

@media (max-width: 940px) {
  .nav {
    gap: 12px;
  }

  nav {
    flex: 1 1 auto;
    overflow-x: auto;
    justify-content: flex-start;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    padding: 0 10px;
  }

  .hero,
  .app-board,
  .app-layout,
  .contact-grid,
  .case-layout,
  .legal-layout,
  .marketplace-status-layout,
  .signal-layout,
  .report-card {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 58px;
    gap: 34px;
  }

  h1 {
    font-size: 3.8rem;
  }

  .app-board h1 {
    font-size: 2.8rem;
  }

  .report-preview {
    position: static;
  }

  .trust-grid,
  .marketplace-status-grid,
  .signal-panels,
  .lane-grid,
  .feature-grid,
  .purchase-grid,
  .launch-grid,
  .faq-grid,
  .legal-summary,
  .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-cockpit {
    width: min(100%, 390px);
    border-radius: 22px;
  }

  .video-frame {
    width: min(100%, 300px);
  }
}

@media (max-width: 680px) {
  .shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  header {
    background: color-mix(in srgb, var(--paper) 88%, transparent);
  }

  .nav {
    display: grid;
    grid-template-columns: 1fr auto;
    min-height: 62px;
    gap: 9px 12px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
    font-size: 1rem;
  }

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

  .nav-cta {
    grid-column: 2;
    grid-row: 1;
    min-height: 36px;
    padding: 0 12px;
    font-size: 0.84rem;
  }

  nav {
    grid-column: 1 / -1;
    grid-row: 2;
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-right: -16px;
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 7px;
    padding: 4px 16px 2px;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  nav a {
    min-height: 34px;
    flex: 0 0 auto;
    padding: 0 12px;
    border: 1px solid color-mix(in srgb, var(--line) 72%, transparent);
    border-radius: 999px;
    background: color-mix(in srgb, var(--panel) 78%, transparent);
    color: var(--ink);
    font-size: 0.8rem;
    box-shadow: 0 8px 24px rgba(26, 31, 22, 0.06);
  }

  nav a::after {
    display: none;
  }

  h1 {
    font-size: 2.72rem;
    line-height: 0.98;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero-stage {
    min-height: auto;
  }

  .hero {
    padding-top: 38px;
    padding-bottom: 42px;
  }

  .lede {
    font-size: 1rem;
  }

  .hero-proofline {
    gap: 8px;
  }

  .actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .button {
    width: 100%;
  }

  .hero-cockpit,
  .app-board {
    padding: 14px;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .video-topline,
  .video-caption {
    border-radius: 14px;
  }

  .video-frame {
    border-radius: 24px;
  }

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

  .trust-grid,
  .marketplace-status-grid,
  .signal-panels,
  .lane-grid,
  .feature-grid,
  .purchase-grid,
  .launch-grid,
  .faq-grid,
  .legal-links,
  .legal-summary,
  .about-grid,
  .form-grid,
  .report-details,
  .signal-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}
