:root {
  color-scheme: dark;
  --ink: #eefcf8;
  --muted: #a8bbb7;
  --quiet: #708984;
  --bg: #04110f;
  --bg-deep: #020a09;
  --panel: rgba(12, 31, 28, 0.72);
  --panel-solid: #0b211d;
  --line: rgba(199, 255, 235, 0.12);
  --green: #2ee6a6;
  --green-bright: #74ffc9;
  --blue: #29b8ff;
  --gold: #e9ef73;
  --danger: #ff927e;
  --shadow: 0 32px 100px rgba(0, 0, 0, 0.42);
  --radius: 28px;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", sans-serif;
  font-synthesis: none;
}

* { box-sizing: border-box; }

html {
  scroll-behavior: smooth;
  background: var(--bg-deep);
}

body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 8%, rgba(35, 224, 164, 0.15), transparent 30rem),
    radial-gradient(circle at 84% 13%, rgba(36, 135, 255, 0.14), transparent 34rem),
    linear-gradient(180deg, #071714 0%, var(--bg-deep) 54%, #061310 100%);
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.24;
  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='.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.13'/%3E%3C/svg%3E");
  mix-blend-mode: soft-light;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
  text-decoration-thickness: 0.08em;
}
img { max-width: 100%; }

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

.site-header {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 88px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -0.03em;
  font-size: 1.08rem;
}

.brand img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 9px 22px rgba(33, 225, 167, 0.18));
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  color: var(--muted);
  font-size: 0.92rem;
}

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

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

.nav-pill {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 9px 15px;
  background: rgba(255, 255, 255, 0.035);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(390px, 0.98fr);
  align-items: center;
  gap: clamp(48px, 7vw, 104px);
  min-height: 720px;
  padding: 66px 0 92px;
}

.hero-copy { position: relative; z-index: 2; }

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

.eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 6px rgba(46, 230, 166, 0.1), 0 0 24px var(--green);
}

.availability-eyebrow {
  padding: 10px 15px;
  border: 1px solid rgba(116, 255, 201, 0.22);
  border-radius: 999px;
  background: rgba(46, 230, 166, 0.06);
}

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

h1 {
  max-width: 760px;
  margin-bottom: 24px;
  font-size: clamp(3.45rem, 6.5vw, 6.6rem);
  line-height: 0.96;
  letter-spacing: -0.025em;
  font-weight: 790;
}

.gradient-word {
  color: transparent;
  background: linear-gradient(110deg, var(--green-bright), var(--green) 42%, #49c6ff 92%);
  background-clip: text;
  -webkit-background-clip: text;
}

.hero-lede {
  max-width: 610px;
  margin-bottom: 32px;
  color: var(--muted);
  font-size: clamp(1.08rem, 1.8vw, 1.3rem);
  line-height: 1.6;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
}

.store-badge {
  display: inline-flex;
  line-height: 0;
}

.store-badge img {
  display: block;
  width: 203px;
  height: auto;
  opacity: 0.62;
}

.coming-soon-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 20px;
  border: 1px solid rgba(116, 255, 201, 0.28);
  border-radius: 999px;
  color: var(--green-bright);
  background: rgba(46, 230, 166, 0.07);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero-text-link {
  color: var(--muted);
  font-weight: 720;
  text-decoration: none;
  transition: color 160ms ease;
}

.hero-text-link:hover,
.hero-text-link:focus-visible { color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 21px;
  border: 1px solid var(--line);
  border-radius: 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
  transition: border-color 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible {
  border-color: rgba(115, 255, 202, 0.34);
}

.button-primary {
  color: #002c20;
  border-color: transparent;
  background: linear-gradient(135deg, var(--green-bright), var(--green));
}

.button-primary small {
  margin-left: 9px;
  color: rgba(0, 44, 32, 0.64);
  font-weight: 760;
}

.hero-note {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 22px 0 0;
  color: var(--quiet);
  font-size: 0.84rem;
  font-weight: 680;
}

.hero-note i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(116, 255, 201, 0.35);
}

.hero-visual {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 530px;
}

.hero-orbit {
  position: absolute;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(88, 255, 199, 0.12);
  border-radius: 50%;
  box-shadow: inset 0 0 100px rgba(51, 203, 160, 0.05);
}

.hero-orbit::before,
.hero-orbit::after {
  content: "";
  position: absolute;
  inset: 56px;
  border: 1px solid rgba(84, 179, 255, 0.1);
  border-radius: inherit;
}

.hero-orbit::after { inset: 128px; }

.app-icon-large {
  position: absolute;
  z-index: 1;
  top: -18px;
  right: 12px;
  width: 150px;
  height: 150px;
  object-fit: contain;
  transform: rotate(5deg);
  filter: drop-shadow(0 28px 44px rgba(0, 0, 0, 0.5));
}

.app-card {
  position: relative;
  z-index: 2;
  width: min(430px, 100%);
  overflow: hidden;
  border: 1px solid rgba(205, 255, 238, 0.17);
  border-radius: 27px;
  background: rgba(9, 20, 19, 0.86);
  box-shadow: var(--shadow), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(22px);
  -webkit-backdrop-filter: blur(22px);
}

.mock-header,
.mock-body,
.mock-actions { padding: 22px 24px; }

.mock-header {
  display: flex;
  align-items: center;
  gap: 13px;
  border-bottom: 1px solid var(--line);
}

.mock-status-image {
  width: 43px;
  height: 43px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(46, 230, 166, 0.18));
}

.mock-header strong { display: block; font-size: 1rem; }
.mock-header span { display: block; color: var(--muted); font-size: 0.82rem; }
.live-dot { margin-left: auto; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 17px var(--green); }

.mock-body { display: grid; gap: 15px; }
.mock-row { display: flex; align-items: center; gap: 10px; color: var(--muted); font-size: 0.84rem; }
.mock-row b { margin-left: auto; color: var(--ink); font-weight: 630; text-align: right; }
.mock-row-icon { color: var(--green); }

.mock-actions {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  border-top: 1px solid var(--line);
}

.mock-button {
  padding: 11px 15px;
  border-radius: 11px;
  text-align: center;
  font-size: 0.86rem;
  font-weight: 750;
  background: rgba(255, 255, 255, 0.07);
}

.mock-button.primary { color: #00271c; background: var(--green); }

.trust-line {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px 38px;
  padding: 24px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  color: var(--quiet);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.trust-line span::before { content: "✓"; margin-right: 9px; color: var(--green); }

.section { padding: 118px 0; }
.section-tight { padding: 84px 0; }

.section-heading {
  max-width: 740px;
  margin-bottom: 54px;
}

.section-heading.center { margin-right: auto; margin-left: auto; text-align: center; }

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.4rem, 4.6vw, 4.35rem);
  line-height: 1.03;
  letter-spacing: -0.02em;
}

.section-heading p,
.large-copy {
  color: var(--muted);
  font-size: 1.08rem;
}

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

.feature-card,
.step-card,
.privacy-card,
.faq-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(20, 52, 45, 0.72), rgba(5, 19, 16, 0.75));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.feature-card { min-height: 320px; padding: 30px; }
.feature-card::after { content: ""; position: absolute; right: -50px; bottom: -70px; width: 170px; height: 170px; border-radius: 50%; background: var(--glow, var(--green)); opacity: 0.11; filter: blur(22px); }
.feature-number { display: block; margin-bottom: 80px; color: var(--green); font-family: ui-monospace, monospace; font-size: 0.78rem; }
.feature-card h3 { margin-bottom: 12px; font-size: 1.34rem; letter-spacing: -0.01em; }
.feature-card p { color: var(--muted); font-size: 0.94rem; }

.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  counter-reset: steps;
}

.step-card { padding: 25px; counter-increment: steps; }
.step-card::before { content: "0" counter(steps); display: block; margin-bottom: 30px; color: var(--green); font-family: ui-monospace, monospace; font-size: 0.76rem; }
.step-card h3 { font-size: 1.08rem; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: 0.88rem; }

.privacy-split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 72px;
  align-items: center;
}

.privacy-card { padding: 12px; }
.privacy-list { list-style: none; margin: 0; padding: 0; }
.privacy-list li { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 19px 18px; border-bottom: 1px solid var(--line); }
.privacy-list li:last-child { border-bottom: 0; }
.privacy-list strong { display: block; margin-bottom: 3px; }
.privacy-list span { color: var(--muted); font-size: 0.88rem; }
.privacy-check { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; color: var(--green); background: rgba(46, 230, 166, 0.1); }

.quote-section { text-align: center; }
.quote-section blockquote { max-width: 970px; margin: 0 auto 26px; font-size: clamp(2.25rem, 5vw, 4.8rem); line-height: 1.08; letter-spacing: -0.02em; font-weight: 720; }
.quote-section p { color: var(--muted); }

.cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: clamp(34px, 6vw, 68px);
  border: 1px solid rgba(116, 255, 201, 0.2);
  border-radius: 34px;
  background:
    radial-gradient(circle at 90% 0%, rgba(58, 188, 255, 0.18), transparent 24rem),
    linear-gradient(135deg, rgba(27, 73, 61, 0.72), rgba(7, 26, 22, 0.9));
  box-shadow: var(--shadow);
}

.cta-card h2 { max-width: 720px; margin-bottom: 10px; font-size: clamp(2.2rem, 4vw, 4rem); }
.cta-card p { margin-bottom: 0; color: var(--muted); }

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: end;
  padding: 54px 0 64px;
  color: var(--quiet);
  font-size: 0.84rem;
}

.footer-links { display: flex; gap: 22px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--ink); }

/* Legal and support pages */
.page-hero { max-width: 850px; padding: 96px 0 64px; }
.page-hero h1 { margin-bottom: 22px; font-size: clamp(3.2rem, 7vw, 6rem); }
.page-hero p { max-width: 700px; color: var(--muted); font-size: 1.1rem; }
.updated { color: var(--quiet); font-size: 0.82rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }

.content-layout { display: grid; grid-template-columns: 230px minmax(0, 760px); gap: 68px; align-items: start; padding: 22px 0 120px; }
.contents-nav { position: sticky; top: 32px; display: grid; gap: 8px; }
.contents-nav strong { margin-bottom: 8px; color: var(--ink); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.1em; }
.contents-nav a { color: var(--quiet); text-decoration: none; font-size: 0.86rem; }
.contents-nav a:hover { color: var(--green); }

.prose { min-width: 0; }
.prose section { scroll-margin-top: 32px; padding: 0 0 48px; margin-bottom: 48px; border-bottom: 1px solid var(--line); }
.prose section:last-child { border-bottom: 0; }
.prose h2 { font-size: clamp(1.75rem, 3vw, 2.45rem); letter-spacing: -0.015em; }
.prose h3 { margin: 28px 0 9px; font-size: 1.05rem; }
.prose p,
.prose li { color: var(--muted); }
.prose li + li { margin-top: 9px; }
.prose a { color: var(--green-bright); }
.callout { padding: 22px 24px; border: 1px solid rgba(116, 255, 201, 0.2); border-radius: 18px; background: rgba(46, 230, 166, 0.07); }
.callout p:last-child { margin-bottom: 0; }

.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 70px; }
.support-card { padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: var(--panel); }
.support-card .support-icon { color: var(--green); font-size: 1.3rem; }
.support-card h2 { margin: 18px 0 8px; font-size: 1.2rem; }
.support-card p { margin: 0; color: var(--muted); font-size: 0.88rem; }

.faq-list { display: grid; gap: 10px; }
.faq-list details { border: 1px solid var(--line); border-radius: 18px; background: var(--panel); }
.faq-list summary { padding: 19px 21px; cursor: pointer; font-weight: 690; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; float: right; color: var(--green); }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 21px 20px; color: var(--muted); }
.faq-answer p:last-child { margin-bottom: 0; }

@media (max-width: 920px) {
  .hero { grid-template-columns: 1fr; padding-top: 50px; }
  .hero-copy { text-align: center; }
  .availability-eyebrow { justify-content: center; }
  .hero-lede { margin-right: auto; margin-left: auto; }
  .hero-actions { justify-content: center; }
  .hero-note { justify-content: center; }
  .hero-visual { min-height: 490px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 240px; }
  .feature-number { margin-bottom: 42px; }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .privacy-split { grid-template-columns: 1fr; gap: 35px; }
  .content-layout { grid-template-columns: 1fr; gap: 30px; }
  .contents-nav { position: static; grid-template-columns: repeat(2, minmax(0, 1fr)); padding: 20px; border: 1px solid var(--line); border-radius: 18px; }
  .contents-nav strong { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .site-shell { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 74px; }
  .site-nav { gap: 14px; }
  .site-nav a:not(.nav-pill) { display: none; }
  .nav-pill { padding: 8px 12px; }
  .hero { min-height: auto; padding: 54px 0 64px; }
  h1 { font-size: clamp(3rem, 16vw, 4.7rem); }
  .hero-visual { min-height: 410px; }
  .hero-orbit { width: 390px; height: 390px; }
  .app-icon-large { width: 105px; height: 105px; right: -2px; }
  .app-card { width: calc(100% - 8px); }
  .mock-header, .mock-body, .mock-actions { padding: 18px; }
  .section { padding: 82px 0; }
  .section-tight { padding: 62px 0; }
  .steps, .support-grid { grid-template-columns: 1fr; }
  .cta-card { grid-template-columns: 1fr; }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .footer-links { flex-wrap: wrap; }
  .page-hero { padding: 70px 0 42px; }
  .contents-nav { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
