:root {
  color-scheme: dark;
  --bg: #080a09;
  --surface: #101412;
  --surface-2: #171c19;
  --line: #262d29;
  --text: #f3f3ed;
  --muted: #a6ada9;
  --soft: #d2d6d3;
  --accent: #9ed8c5;
  --accent-ink: #092018;
  --max: 1120px;
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 82% 8%, rgba(158, 216, 197, 0.08), transparent 27rem),
    var(--bg);
  color: var(--text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

a {
  color: inherit;
  text-underline-offset: 0.2em;
}

a:hover {
  color: var(--accent);
}

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

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

.site-header {
  position: relative;
  z-index: 10;
  padding: 24px 0;
}

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

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  font-size: 18px;
  font-weight: 760;
  letter-spacing: -0.02em;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  border: 1px solid var(--line);
  border-radius: 10px;
}

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

.nav-links a {
  text-decoration: none;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  align-items: center;
  gap: 76px;
  min-height: 720px;
  padding: 72px 0 112px;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

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

h1 {
  max-width: 760px;
  margin-bottom: 26px;
  font-size: clamp(58px, 8.4vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}

h2 {
  margin-bottom: 22px;
  font-size: clamp(36px, 5vw, 60px);
  line-height: 1;
  letter-spacing: -0.05em;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

.hero-copy {
  max-width: 620px;
  margin-bottom: 34px;
  color: var(--soft);
  font-size: clamp(19px, 2vw, 23px);
  line-height: 1.5;
}

.store-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 18px;
}

.store-actions.centered {
  justify-content: center;
}

.store-badge-item {
  display: grid;
  justify-items: center;
  gap: 8px;
}

.store-badge {
  display: flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.store-badge img {
  width: auto;
  max-width: none;
}

.app-store-badge img {
  width: 180px;
}

.google-play-badge img {
  width: 220px;
}

.store-badge[aria-disabled="true"] {
  cursor: default;
}

.store-status {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.availability {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 13px;
}

.phone-wrap {
  display: flex;
  justify-content: center;
}

.phone {
  width: min(100%, 366px);
  padding: 13px;
  border: 1px solid #303734;
  border-radius: 48px;
  background: #050706;
  box-shadow: 0 42px 90px rgba(0, 0, 0, 0.42);
  transform: rotate(2deg);
}

.phone-screen {
  min-height: 660px;
  overflow: hidden;
  padding: 28px 22px;
  border-radius: 37px;
  background: #0d100f;
}

.phone-status {
  display: flex;
  justify-content: space-between;
  margin-bottom: 58px;
  color: #d9dcd9;
  font-size: 12px;
  font-weight: 700;
}

.phone-kicker {
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.21em;
}

.phone-title {
  margin: 12px 0 30px;
  font-size: 35px;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.focus-card {
  padding: 23px;
  border: 1px solid #26302c;
  border-radius: 25px;
  background: #151b18;
}

.focus-card-label {
  margin-bottom: 24px;
  color: var(--muted);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.focus-card h3 {
  font-size: 26px;
}

.focus-card p {
  color: var(--muted);
  font-size: 13px;
}

.duration-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 20px 0;
}

.duration {
  padding: 10px 4px;
  border: 1px solid var(--line);
  border-radius: 10px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}

.duration.active {
  border-color: var(--text);
  background: var(--text);
  color: #0a0c0b;
}

.start-button {
  padding: 14px 12px;
  border-radius: 12px;
  background: var(--accent);
  color: var(--accent-ink);
  font-size: 13px;
  font-weight: 800;
  text-align: center;
}

.next-row {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-top: 14px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #111512;
}

.next-dot {
  width: 34px;
  height: 34px;
  border-radius: 11px;
  background: rgba(158, 216, 197, 0.16);
}

.next-row strong,
.next-row span {
  display: block;
}

.next-row strong {
  font-size: 12px;
}

.next-row span {
  color: var(--muted);
  font-size: 10px;
}

.section {
  padding: 110px 0;
  border-top: 1px solid var(--line);
}

.section-intro {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  margin-bottom: 64px;
}

.section-copy {
  max-width: 650px;
  color: var(--muted);
  font-size: 19px;
}

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

.feature-card,
.step-card,
.support-card {
  padding: 30px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent), var(--surface);
}

.feature-card p,
.step-card p,
.support-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.feature-number {
  display: inline-flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  margin-bottom: 38px;
  border: 1px solid rgba(158, 216, 197, 0.25);
  border-radius: 50%;
  color: var(--accent);
  font-size: 12px;
  font-weight: 800;
}

.privacy-callout {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
  padding: 58px;
  border: 1px solid rgba(158, 216, 197, 0.28);
  border-radius: 34px;
  background: rgba(158, 216, 197, 0.055);
}

.privacy-callout p {
  margin-bottom: 0;
  color: var(--soft);
  font-size: 19px;
}

.privacy-points {
  display: grid;
  gap: 14px;
  color: var(--soft);
  font-size: 14px;
}

.privacy-point {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.privacy-point::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 0.48em;
  border-radius: 50%;
  background: var(--accent);
  content: "";
}

.cta {
  padding: 118px 0;
  text-align: center;
}

.cta h2 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}

.cta p {
  max-width: 560px;
  margin: 0 auto 30px;
  color: var(--muted);
}

.site-footer {
  padding: 34px 0 44px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 13px;
}

.footer-row {
  display: flex;
  justify-content: space-between;
  gap: 28px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.footer-links a {
  text-decoration: none;
}

.store-legal {
  max-width: 900px;
  margin-top: 22px;
  font-size: 10px;
  line-height: 1.5;
}

.legal-hero {
  max-width: 820px;
  padding: 96px 0 60px;
}

.legal-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(48px, 8vw, 82px);
}

.legal-hero p {
  max-width: 700px;
  color: var(--muted);
  font-size: 19px;
}

.updated {
  color: var(--accent) !important;
  font-size: 13px !important;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.legal-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 760px);
  gap: 70px;
  padding: 40px 0 110px;
  border-top: 1px solid var(--line);
}

.legal-nav {
  position: sticky;
  top: 28px;
  align-self: start;
  display: grid;
  gap: 10px;
  color: var(--muted);
  font-size: 13px;
}

.legal-nav a {
  text-decoration: none;
}

.legal-content section {
  padding: 0 0 42px;
}

.legal-content h2 {
  margin-bottom: 18px;
  font-size: 31px;
  letter-spacing: -0.035em;
}

.legal-content h3 {
  margin-top: 28px;
  font-size: 19px;
}

.legal-content p,
.legal-content li {
  color: var(--soft);
}

.legal-content ul,
.legal-content ol {
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 9px;
}

.notice {
  margin-bottom: 44px;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--surface);
  color: var(--soft);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin: 24px 0 70px;
}

.support-card a {
  color: var(--accent);
  font-weight: 700;
}

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

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

.faq summary {
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
}

.faq details p {
  max-width: 720px;
  margin: 14px 0 0;
  color: var(--muted);
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 70px;
    padding-top: 54px;
  }

  .phone {
    transform: none;
  }

  .section-intro,
  .privacy-callout,
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 28px;
  }

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

  .legal-nav {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
  }
}

@media (max-width: 640px) {
  body {
    font-size: 16px;
  }

  .shell {
    width: min(calc(100% - 28px), var(--max));
  }

  .nav-links a:not(:last-child) {
    display: none;
  }

  .hero {
    padding-bottom: 84px;
  }

  h1 {
    font-size: 54px;
  }

  .phone-screen {
    min-height: 590px;
  }

  .section {
    padding: 82px 0;
  }

  .privacy-callout {
    padding: 30px;
  }

  .store-badge-item {
    width: 100%;
  }

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

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

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