:root {
  --green: #063b24;
  --green-2: #0a5335;
  --ink: #07110d;
  --muted: #66756d;
  --paper: #f7faf8;
  --line: rgba(6, 59, 36, 0.16);
  --page-max: 1160px;
  --page-edge: max(18px, calc((100vw - var(--page-max)) / 2));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background: var(--paper);
  font-family:
    Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

img,
video {
  max-width: 100%;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px var(--page-edge);
  color: #fff;
  background: linear-gradient(180deg, rgba(3, 12, 8, 0.58), rgba(3, 12, 8, 0));
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  font-size: 0.95rem;
  font-weight: 950;
}

.brand img {
  width: 40px;
  height: 40px;
  border-radius: 9px;
}

nav {
  display: flex;
  align-items: center;
  gap: 18px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.92rem;
  font-weight: 850;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
}

.language-select {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
}

.language-select select {
  min-height: 44px;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  border-radius: 0;
  color: #fff;
  background: transparent;
  font: inherit;
  font-weight: 950;
  cursor: pointer;
  outline: none;
  appearance: none;
}

.language-select select option {
  color: var(--ink);
  background: #fff;
}

nav a:hover,
nav a:focus-visible {
  color: #fff;
  outline: none;
}

.nav-download {
  min-height: 44px;
  padding: 0 16px;
  color: var(--green);
  background: #fff;
  border-radius: 8px;
}

nav .nav-download:hover,
nav .nav-download:focus-visible {
  color: var(--green);
  background: #f2f6f3;
}

.hero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 122px var(--page-edge) 132px;
  color: #fff;
  background: #020805;
}

.hero-video,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-video {
  object-fit: cover;
  opacity: 0.68;
  filter: saturate(0.9) contrast(1.1);
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(2, 8, 5, 0.94), rgba(2, 8, 5, 0.56) 44%, rgba(2, 8, 5, 0.08)),
    linear-gradient(180deg, rgba(2, 8, 5, 0.2), rgba(2, 8, 5, 0.92));
}

.vertical-mark {
  position: absolute;
  right: clamp(16px, 3vw, 38px);
  top: 50%;
  z-index: 2;
  margin: 0;
  transform: translateY(-50%);
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: min(920px, 100%);
}

.eyebrow {
  margin: 0 0 12px;
  color: currentColor;
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
  opacity: 0.78;
}

h1,
h2,
h3,
p {
  letter-spacing: 0;
}

h1 {
  max-width: 980px;
  margin: 0;
  font-size: clamp(3.25rem, 11vw, 9.6rem);
  line-height: 0.84;
  font-weight: 950;
}

.hero-copy {
  max-width: 720px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1rem, 1.7vw, 1.28rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 34px;
}

.hero-actions span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.94rem;
  font-weight: 800;
}

.primary-action {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 8px;
  color: #fff;
  background: var(--green);
  font-size: 1rem;
  font-weight: 950;
  box-shadow: 0 24px 54px rgba(6, 59, 36, 0.28);
  transition:
    transform 180ms ease,
    background 180ms ease;
}

.primary-action:hover,
.primary-action:focus-visible {
  transform: translateY(-1px);
  background: var(--green-2);
  outline: none;
}

.hero-bottom {
  position: absolute;
  right: var(--page-edge);
  bottom: 30px;
  left: var(--page-edge);
  z-index: 3;
  overflow: hidden;
  min-height: 46px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.hero-bottom::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 92px;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
  animation: tickerSweep 5600ms ease-in-out infinite;
}

.feature-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: featureMarquee 30s linear infinite;
}

.feature-track span {
  min-height: 46px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.86rem;
  font-weight: 850;
  white-space: nowrap;
  letter-spacing: 0;
  padding-right: clamp(34px, 4vw, 58px);
}

@keyframes featureMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes tickerSweep {
  0%,
  12% {
    transform: translateX(-120%);
    opacity: 0;
  }
  24%,
  72% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw);
    opacity: 0;
  }
}

.vision-section {
  padding: clamp(78px, 12vw, 150px) var(--page-edge);
  background: var(--paper);
}

.vision-kicker {
  width: min(var(--page-max), 100%);
  margin: 0 auto 18px;
  color: var(--green);
  font-size: clamp(4.4rem, 19vw, 17rem);
  line-height: 0.8;
  font-weight: 950;
  opacity: 0.09;
}

.vision-section h2,
.vision-section p,
.proof-section h2 {
  width: min(var(--page-max), 100%);
  margin-right: auto;
  margin-left: auto;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: clamp(2.35rem, 6vw, 5.8rem);
  line-height: 0.92;
  font-weight: 950;
}

.vision-section p {
  max-width: 760px;
  margin-top: 24px;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
}

.app-stage {
  display: grid;
  grid-template-columns: minmax(320px, 0.86fr) minmax(360px, 1.14fr);
  gap: clamp(28px, 6vw, 70px);
  align-items: center;
  padding: clamp(76px, 11vw, 140px) var(--page-edge);
  color: #fff;
  background: #030b07;
}

.stage-copy {
  max-width: 560px;
  justify-self: end;
}

.stage-copy h2 {
  color: #fff;
}

.stage-copy p {
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  margin-top: 26px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.74);
  color: #fff;
  font-weight: 950;
}

.reel-wall {
  display: grid;
  grid-template-columns: 0.78fr 1fr 0.78fr;
  gap: 10px;
  align-items: center;
  min-width: 0;
}

.reel-wall video {
  width: 100%;
  height: min(66vw, 640px);
  display: block;
  object-fit: cover;
  border-radius: 0;
  opacity: 0.72;
  filter: saturate(0.92) contrast(1.08);
}

.reel-wall .main-reel {
  height: min(78vw, 760px);
  opacity: 1;
}

.market-section {
  overflow: hidden;
  padding: clamp(78px, 11vw, 132px) var(--page-edge);
  background: var(--paper);
}

.market-head,
.market-lanes,
.market-strip,
.faq-copy,
.faq-list {
  width: min(var(--page-max), 100%);
  margin-right: auto;
  margin-left: auto;
}

.market-head p:not(.eyebrow) {
  max-width: 760px;
  margin: 24px 0 0;
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.market-lanes {
  display: grid;
  grid-template-columns: minmax(0, 1fr) clamp(72px, 10vw, 124px) minmax(0, 1fr);
  margin-top: 48px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.market-lane {
  padding: clamp(26px, 4vw, 46px) 0;
}

.market-role {
  display: inline-flex;
  margin-bottom: 14px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.market-lane h3 {
  max-width: 430px;
  margin-bottom: 28px;
  font-size: clamp(1.9rem, 3.8vw, 3.65rem);
}

.market-lane ul {
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--line);
  list-style: none;
}

.market-lane li {
  display: grid;
  grid-template-columns: minmax(86px, 0.28fr) minmax(0, 1fr);
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.market-lane strong {
  color: var(--ink);
  font-size: 1rem;
  font-weight: 950;
}

.market-lane li span {
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.45;
}

.market-bridge {
  display: grid;
  place-items: center;
  margin: 0 clamp(18px, 3vw, 32px);
  border-right: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.market-bridge span {
  color: rgba(6, 59, 36, 0.40);
  font-size: 0.78rem;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.market-strip {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border-top: 1px solid rgba(6, 59, 36, 0.14);
  mask-image: linear-gradient(90deg, transparent, #000 8%, #000 92%, transparent);
}

.market-strip::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 78px;
  height: 1px;
  background: rgba(6, 59, 36, 0.58);
  animation: marketSweep 6400ms ease-in-out infinite;
}

.market-strip-track {
  width: max-content;
  display: flex;
  align-items: center;
  animation: marketMarquee 34s linear infinite;
}

.market-strip span {
  flex: 0 0 auto;
  padding: 14px 0 0;
  margin-right: clamp(34px, 5vw, 64px);
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 950;
  white-space: nowrap;
}

@keyframes marketMarquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes marketSweep {
  0%,
  14% {
    transform: translateX(-110%);
    opacity: 0;
  }
  26%,
  72% {
    opacity: 1;
  }
  100% {
    transform: translateX(100vw);
    opacity: 0;
  }
}

.proof-section {
  padding: clamp(78px, 11vw, 132px) var(--page-edge);
  background: #fff;
}

.proof-list {
  width: min(var(--page-max), 100%);
  margin: 44px auto 0;
  border-top: 1px solid var(--line);
}

.proof-list article {
  display: grid;
  grid-template-columns: 82px minmax(180px, 0.42fr) minmax(240px, 0.58fr);
  gap: 24px;
  align-items: baseline;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}

.proof-list span {
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 950;
}

h3 {
  margin: 0;
  font-size: clamp(1.55rem, 3vw, 3rem);
  line-height: 0.96;
  font-weight: 950;
}

.proof-list p {
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
}

.faq-section {
  padding: clamp(78px, 11vw, 132px) var(--page-edge);
  background: var(--paper);
}

.faq-list {
  margin-top: 38px;
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  color: var(--ink);
  font-size: clamp(1.15rem, 2.1vw, 1.8rem);
  font-weight: 950;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  color: var(--green);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list p {
  max-width: 780px;
  margin: -4px 0 24px;
  color: var(--muted);
  font-size: 1rem;
}

.legal-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(280px, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(54px, 8vw, 82px) var(--page-edge);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.legal-section h2 {
  font-size: clamp(1.9rem, 3.8vw, 3.2rem);
}

.legal-section p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
}

.legal-section a {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-bottom: 2px solid var(--green);
  color: var(--green);
  font-weight: 950;
}

.download-section {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: clamp(58px, 8vw, 90px) var(--page-edge);
  color: #fff;
  background: var(--green);
}

.download-section img {
  width: 76px;
  height: 76px;
  border-radius: 14px;
}

.download-section h2 {
  max-width: 760px;
  color: #fff;
}

.download-section p:not(.eyebrow) {
  max-width: 620px;
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.74);
}

.primary-action.light {
  color: var(--green);
  background: #fff;
  box-shadow: none;
}

.primary-action.light:hover,
.primary-action.light:focus-visible {
  color: var(--green);
  background: #f0f4f1;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 34px var(--page-edge) 46px;
  background: var(--paper);
}

footer img {
  width: 68px;
  height: 68px;
  border-radius: 14px;
  object-fit: cover;
}

footer p {
  margin: 0;
  color: var(--muted);
  font-size: 0.94rem;
}

.legal-page {
  background:
    radial-gradient(circle at top right, rgba(6, 59, 36, 0.08), transparent 34rem),
    #fff;
}

.legal-document {
  width: min(980px, calc(100% - 36px));
  margin: 0 auto;
  padding: 54px 0 80px;
}

.legal-document h1 {
  color: var(--ink);
  font-size: clamp(2.45rem, 7vw, 5.6rem);
  line-height: 0.94;
}

.legal-document h2 {
  margin-top: 48px;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
}

.legal-document h3 {
  margin: 26px 0 8px;
  color: var(--green);
  font-size: 1.05rem;
}

.legal-document p {
  color: var(--muted);
  font-size: 1.05rem;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 38px;
  color: var(--green);
  font-weight: 950;
}

.legal-kicker {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.82rem;
  font-weight: 950;
  text-transform: uppercase;
}

.legal-intro {
  max-width: 760px;
  margin-top: 24px;
}

.legal-toc {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 34px 0 18px;
}

.legal-toc a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--green);
  background: rgba(6, 59, 36, 0.04);
  font-size: 0.92rem;
  font-weight: 900;
}

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

.legal-grid div {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 10px;
  background: var(--paper);
}

.legal-grid dt {
  margin-bottom: 8px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 950;
  text-transform: uppercase;
}

.legal-grid dd {
  margin: 0;
  color: var(--ink);
  font-size: 1rem;
  font-weight: 800;
}

.legal-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.legal-list li {
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 1.02rem;
}

.legal-list li::before {
  content: "";
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--green);
}

@media (max-width: 900px) {
  .site-header {
    padding: 14px 18px;
  }

  nav a:not(.nav-download) {
    display: none;
  }

  nav {
    gap: 12px;
  }

  .vertical-mark {
    display: none;
  }

  .hero {
    padding-bottom: 112px;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(2, 8, 5, 0.16), rgba(2, 8, 5, 0.94)),
      linear-gradient(90deg, rgba(2, 8, 5, 0.82), rgba(2, 8, 5, 0.16));
  }

  .hero-bottom {
    bottom: 24px;
  }

  .feature-track span {
    min-height: 40px;
    padding-right: 24px;
  }

  .app-stage {
    grid-template-columns: 1fr;
  }

  .stage-copy {
    max-width: none;
    justify-self: stretch;
  }

  .market-lanes {
    grid-template-columns: 1fr;
  }

  .market-bridge {
    min-height: 64px;
    margin: 0;
    border-top: 1px solid var(--line);
    border-right: 0;
    border-bottom: 1px solid var(--line);
    border-left: 0;
  }

  .market-bridge span {
    writing-mode: horizontal-tb;
    transform: none;
  }

  .proof-list article {
    grid-template-columns: 50px 1fr;
  }

  .proof-list p {
    grid-column: 2;
  }

  .legal-section {
    grid-template-columns: 1fr;
  }

  .download-section {
    grid-template-columns: 1fr;
  }

  .download-section .primary-action {
    width: 100%;
  }

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

  .legal-toc a {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .brand span {
    display: none;
  }

  .nav-download {
    min-height: 42px;
    padding: 0 14px;
  }

  .language-select select {
    min-height: 42px;
    max-width: 46px;
  }

  .hero {
    min-height: 94svh;
    padding-top: 104px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-action {
    width: 100%;
  }

  .vision-kicker {
    margin-bottom: 12px;
  }

  .reel-wall {
    grid-template-columns: 0.72fr 1fr;
    overflow: hidden;
  }

  .reel-wall video:last-child {
    display: none;
  }

  .reel-wall video {
    height: 460px;
  }

  .reel-wall .main-reel {
    height: 520px;
  }

  .market-lanes {
    margin-top: 34px;
  }

  .market-lane {
    padding: 30px 0;
  }

  .market-lane h3 {
    max-width: none;
    margin-bottom: 22px;
  }

  .market-lane li {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 0;
  }

  .faq-list summary {
    min-height: 70px;
  }

  footer {
    align-items: flex-start;
    flex-direction: column;
  }
}

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

  .primary-action {
    transition: none;
  }

  .feature-track {
    animation: none;
  }

  .hero-bottom::after,
  .market-strip::after,
  .market-strip-track {
    animation: none;
  }
}
