@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-semibold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Manrope";
  src: url("/assets/manrope-extrabold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --ink: #07141a;
  --ink-soft: #0c1d24;
  --panel: #11262e;
  --panel-2: #16323a;
  --line: rgba(202, 244, 231, 0.14);
  --text: #f4fbf8;
  --muted: #a6b8b6;
  --mint: #65f2c1;
  --mint-dark: #0d4d3e;
  --paper: #e8f2ef;
  --max: 1160px;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  color-scheme: dark;
}

body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 82% 9%, rgba(101, 242, 193, 0.12), transparent 28rem),
    radial-gradient(circle at 12% 45%, rgba(48, 125, 127, 0.12), transparent 32rem),
    var(--ink);
  color: var(--text);
  font: 400 16px/1.65 "Manrope", sans-serif;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.16;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E");
}

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

.shell {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: rgba(7, 20, 26, 0.82);
  backdrop-filter: blur(18px);
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand img {
  width: 38px;
  height: 38px;
  border-radius: 11px;
  box-shadow: 0 0 28px rgba(101, 242, 193, 0.12);
}

.brand-mark {
  width: 17px;
  height: 2px;
  background: var(--mint);
  border-radius: 10px;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 26px;
  color: var(--muted);
  font-size: 0.84rem;
  font-weight: 600;
}

.nav-links a {
  text-decoration: none;
  transition: color 160ms ease;
}

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

.hero {
  min-height: 790px;
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
  padding: 74px 0 92px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 20px;
  color: var(--mint);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

h1, h2, h3 {
  margin-top: 0;
  line-height: 1.04;
  letter-spacing: -0.055em;
}

h1 {
  max-width: 780px;
  margin-bottom: 26px;
  font-size: clamp(3.25rem, 7.4vw, 7.2rem);
  font-weight: 800;
}

.hero h1 span { color: var(--mint); }

.hero-copy > p:not(.eyebrow) {
  max-width: 610px;
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.05rem, 1.7vw, 1.28rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 34px;
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: rgba(255,255,255,0.025);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.button.primary {
  border-color: var(--mint);
  background: var(--mint);
  color: #062019;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  border-color: var(--mint);
}

.phone-stage {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 600px;
}

.phone-stage::before {
  position: absolute;
  width: min(42vw, 470px);
  aspect-ratio: 1;
  border: 1px solid rgba(101, 242, 193, 0.18);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(101, 242, 193, 0.13), transparent 67%);
  content: "";
}

.phone {
  position: relative;
  width: min(285px, 67vw);
  padding: 9px;
  border: 1px solid rgba(208, 255, 239, 0.22);
  border-radius: 44px;
  background: #071116;
  box-shadow: 0 38px 80px rgba(0, 0, 0, 0.38), 0 0 50px rgba(101, 242, 193, 0.08);
  transform: rotate(3deg);
}

.phone img { border-radius: 35px; }

.float-note {
  position: absolute;
  right: -22px;
  bottom: 72px;
  width: 174px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(17, 38, 46, 0.92);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.float-note small { display: block; color: var(--muted); }
.float-note strong { color: var(--mint); font-size: 1.12rem; }

.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,0.018);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  min-height: 132px;
  display: grid;
  align-content: center;
  padding: 24px 42px;
  border-right: 1px solid var(--line);
}

.trust-item:first-child { border-left: 1px solid var(--line); }
.trust-item strong { font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: 0.84rem; }

.section { padding: 120px 0; }
.section-heading { max-width: 780px; margin-bottom: 54px; }
.section-heading h2 { margin-bottom: 19px; font-size: clamp(2.6rem, 5vw, 5rem); }
.section-heading > p:last-child { max-width: 610px; color: var(--muted); font-size: 1.08rem; }

.feature-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

.feature {
  min-height: 250px;
  grid-column: span 4;
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(145deg, rgba(22, 50, 58, 0.72), rgba(10, 28, 34, 0.76));
}

.feature.wide { grid-column: span 8; }
.feature-number { color: var(--mint); font-size: 0.7rem; font-weight: 800; letter-spacing: 0.12em; }
.feature h3 { margin: 55px 0 13px; font-size: 1.7rem; }
.feature p { margin: 0; color: var(--muted); }

.screens {
  overflow: hidden;
  padding: 118px 0 132px;
  border-block: 1px solid var(--line);
  background: var(--paper);
  color: var(--ink);
}

.screens .eyebrow { color: #087a5c; }
.screens .section-heading p:last-child { color: #4d625f; }
.screens-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(210px, 1fr));
  gap: 18px;
  width: min(1500px, calc(100% - 32px));
  margin-inline: auto;
}

.screen-card {
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 48px rgba(6, 34, 28, 0.13);
  transition: transform 220ms ease;
}

.screen-card:nth-child(even) { transform: translateY(34px); }
.screen-card:hover { transform: translateY(-7px); }
.screen-card:nth-child(even):hover { transform: translateY(27px); }

.disclaimer {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
  align-items: center;
}

.disclaimer h2 { margin-bottom: 20px; font-size: clamp(2.45rem, 5vw, 4.9rem); }
.disclaimer p { color: var(--muted); }

.source-list {
  display: grid;
  gap: 10px;
}

.source-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}

.source-row span { color: var(--muted); }
.source-row strong { color: var(--mint); text-align: right; }

.legal-hero { padding: 90px 0 58px; }
.legal-hero h1 { max-width: 940px; font-size: clamp(3rem, 7vw, 6.4rem); }
.legal-hero .lede { max-width: 760px; color: var(--muted); font-size: 1.08rem; }

.legal-layout {
  display: grid;
  grid-template-columns: 230px minmax(0, 760px);
  gap: 76px;
  align-items: start;
  padding: 36px 0 120px;
}

.toc {
  position: sticky;
  top: 110px;
  display: grid;
  gap: 11px;
  padding-left: 18px;
  border-left: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.82rem;
}

.toc a { text-decoration: none; }
.toc a:hover { color: var(--mint); }

.prose section {
  padding: 0 0 36px;
  margin: 0 0 38px;
  border-bottom: 1px solid var(--line);
  scroll-margin-top: 110px;
}

.prose section:last-child { border-bottom: 0; }
.prose h2 { margin-bottom: 17px; font-size: clamp(1.7rem, 3vw, 2.25rem); letter-spacing: -0.04em; }
.prose h3 { margin: 26px 0 8px; font-size: 1.05rem; letter-spacing: -0.025em; }
.prose p, .prose li { color: var(--muted); }
.prose strong { color: var(--text); }
.prose a { color: var(--mint); text-underline-offset: 4px; }
.prose ul { padding-left: 20px; }
.prose .callout {
  padding: 22px;
  border: 1px solid rgba(101, 242, 193, 0.28);
  border-radius: 18px;
  background: rgba(101, 242, 193, 0.055);
}

.faq { display: grid; gap: 12px; }
.faq details {
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: rgba(255,255,255,0.018);
}
.faq summary { cursor: pointer; font-weight: 700; }
.faq details p { margin-bottom: 0; }

.site-footer {
  padding: 48px 0;
  border-top: 1px solid var(--line);
}

.footer-grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 30px;
}

.footer-copy { max-width: 460px; color: var(--muted); font-size: 0.78rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: 0.78rem; }
.footer-links a { color: var(--muted); text-decoration: none; }
.footer-links a:hover { color: var(--mint); }

:focus-visible { outline: 2px solid var(--mint); outline-offset: 4px; }

@media (prefers-reduced-motion: no-preference) {
  .hero-copy > * { animation: rise 650ms both; }
  .hero-copy > *:nth-child(2) { animation-delay: 80ms; }
  .hero-copy > *:nth-child(3) { animation-delay: 160ms; }
  .hero-copy > *:nth-child(4) { animation-delay: 240ms; }
  .phone { animation: enter-phone 850ms 180ms both; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } }
  @keyframes enter-phone { from { opacity: 0; transform: translateY(32px) rotate(7deg); } }
}

@media (max-width: 900px) {
  .nav-links a:not(:last-child) { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 58px; }
  .hero-copy { text-align: center; }
  .hero-copy > p { margin-inline: auto !important; }
  .eyebrow { justify-content: center; }
  .actions { justify-content: center; }
  .phone-stage { min-height: 540px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-item, .trust-item:first-child { min-height: 108px; border: 0; border-bottom: 1px solid var(--line); }
  .feature, .feature.wide { grid-column: span 6; }
  .screens-track { overflow-x: auto; grid-template-columns: repeat(5, 250px); padding: 20px 18px 55px; scroll-snap-type: x mandatory; }
  .screen-card { scroll-snap-align: center; }
  .disclaimer { grid-template-columns: 1fr; }
  .legal-layout { grid-template-columns: 1fr; gap: 38px; }
  .toc { position: static; grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .nav { min-height: 66px; }
  .nav-links { gap: 10px; }
  .nav-links .button { min-height: 42px; padding-inline: 15px; }
  h1 { font-size: clamp(2.9rem, 15vw, 4.6rem); }
  .hero { min-height: auto; padding-bottom: 70px; }
  .phone-stage { min-height: 470px; }
  .phone { width: 230px; border-radius: 38px; }
  .phone img { border-radius: 30px; }
  .float-note { right: 0; bottom: 28px; width: 158px; }
  .section { padding: 84px 0; }
  .feature, .feature.wide { grid-column: 1 / -1; min-height: 220px; }
  .feature h3 { margin-top: 38px; }
  .screens { padding: 84px 0 92px; }
  .screens-track { grid-template-columns: repeat(5, 220px); }
  .legal-hero { padding-top: 66px; }
  .legal-layout { padding-bottom: 84px; }
  .toc { grid-template-columns: 1fr; }
  .footer-grid { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}
