:root {
  color-scheme: light;
  --sun: #faa402;
  --leaf: #0f766e;
  --coral: #e95f46;
  --sky: #2563eb;
  --ink: #171412;
  --muted: #625b52;
  --line: #dedbd4;
  --paper: #ffffff;
  --wash: #f7fbff;
  --wash-strong: #eef7f3;
  --deep: #12100e;
  --max: 1120px;
  --radius: 8px;
  font-family:
    -apple-system, BlinkMacSystemFont, "SF Pro Display", "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  overflow-x: clip;
}

[id] {
  scroll-margin-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.5;
  overflow-x: clip;
}

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

img {
  height: auto;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  touch-action: manipulation;
}

.skip-link {
  position: fixed;
  left: 16px;
  top: 16px;
  z-index: 100;
  border-radius: var(--radius);
  padding: 10px 14px;
  color: var(--deep);
  background: var(--sun);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-140%);
}

.skip-link:focus-visible {
  transform: translateY(0);
}

a:focus-visible,
button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--sky), white 25%);
  outline-offset: 3px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(23, 20, 18, 0.08);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(14px);
}

.nav {
  width: min(calc(100% - 32px), var(--max));
  min-height: 64px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 800;
  text-decoration: none;
}

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

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

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

.nav-links a[aria-current="page"],
.nav-links a:hover {
  color: var(--ink);
}

.hero {
  min-height: calc(100svh - 64px);
  display: grid;
  align-items: center;
  border-bottom: 1px solid var(--line);
  background:
    linear-gradient(90deg, rgba(18, 16, 14, 0.82), rgba(18, 16, 14, 0.3)),
    linear-gradient(135deg, #0f766e 0%, #ffffff 56%, #faa402 100%);
}

.hero-inner {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 72px 0;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.7fr);
  gap: 56px;
  align-items: center;
}

.hero-inner > *,
.split > *,
.privacy-row > * {
  min-width: 0;
}

.eyebrow {
  margin: 0 0 18px;
  color: #ffdd80;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0;
}

.hero h1 {
  max-width: 680px;
  margin: 0;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.02;
  font-weight: 850;
  overflow-wrap: break-word;
}

.hero-copy {
  max-width: 560px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
}

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

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 12px 18px;
  font-weight: 760;
  text-decoration: none;
}

.button.primary {
  color: var(--deep);
  background: var(--sun);
}

.button.secondary {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.1);
}

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

.phone {
  width: min(100%, 330px);
  padding: 16px;
  border: 2px solid rgba(255, 255, 255, 0.42);
  border-radius: 40px;
  background: #151311;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.phone-screen {
  overflow: hidden;
  border-radius: 28px;
  background: #ffffff;
}

.phone-shot {
  width: 100%;
  height: auto;
}

.section {
  padding: 88px 0;
}

.section.alt {
  background: var(--wash);
}

.section.tight {
  padding: 64px 0;
}

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

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

.section-heading h2,
.content h1,
.content h2 {
  margin: 0;
  font-size: 42px;
  line-height: 1.08;
  overflow-wrap: break-word;
}

.section-heading p,
.content .lead {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 19px;
}

.feature-list {
  margin-top: 48px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.feature {
  border-top: 4px solid var(--sun);
  padding-top: 18px;
}

.feature:nth-child(2) {
  border-top-color: var(--leaf);
}

.feature:nth-child(3) {
  border-top-color: var(--coral);
}

.feature h3,
.support-grid h2 {
  margin: 0;
  font-size: 22px;
  line-height: 1.15;
}

.feature p,
.support-item p,
.content p,
.content li {
  color: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 1fr);
  gap: 60px;
  align-items: center;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  align-items: start;
}

.timeline-number {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: var(--radius);
  color: #ffffff;
  background: var(--leaf);
  font-weight: 850;
}

.timeline-item h3 {
  margin: 0 0 6px;
  font-size: 20px;
}

.timeline-item p {
  margin: 0;
  color: var(--muted);
}

.screen-figure {
  margin: 20px 0 0 64px;
  max-width: 240px;
}

.screen-figure img {
  width: 100%;
  aspect-ratio: 560 / 1216;
  border: 1px solid var(--line);
  border-radius: 28px;
  object-fit: contain;
  box-shadow: 0 20px 48px rgba(23, 20, 18, 0.16);
}

.screen-figure figcaption {
  margin-top: 10px;
  color: var(--muted);
  font-size: 14px;
}

.privacy-band {
  border-block: 1px solid var(--line);
  background: var(--wash-strong);
}

.privacy-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(260px, 0.45fr);
  gap: 42px;
  align-items: center;
}

.privacy-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.privacy-points li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: var(--muted);
}

.privacy-points li::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  margin-top: 8px;
  border-radius: 999px;
  background: var(--leaf);
}

.release-note {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #ffffff;
}

.release-note p {
  margin: 8px 0 0;
  color: var(--muted);
}

.content {
  width: min(calc(100% - 32px), 860px);
  margin: 0 auto;
  padding: 72px 0;
}

.content h1 {
  font-size: 48px;
}

.content h2 {
  margin-top: 46px;
  font-size: 28px;
}

.content h3 {
  margin: 28px 0 8px;
  font-size: 20px;
}

.content p,
.content li {
  font-size: 17px;
}

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

.content a,
.footer a {
  color: var(--leaf);
  font-weight: 700;
}

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

.support-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px;
  background: #ffffff;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--deep);
  color: rgba(255, 255, 255, 0.78);
}

.footer {
  width: min(calc(100% - 32px), var(--max));
  margin: 0 auto;
  padding: 34px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 18px;
  font-size: 14px;
}

.footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.footer a {
  color: #ffdd80;
  text-decoration: none;
}

@media (max-width: 860px) {
  .hero-inner,
  .split,
  .privacy-row {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .hero-inner {
    padding: 56px 0 40px;
  }

  .hero h1,
  .content h1 {
    font-size: 42px;
  }

  .hero-copy {
    font-size: 18px;
  }

  .phone {
    width: min(100%, calc(100vw - 64px), 292px);
  }

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

@media (max-width: 620px) {
  .nav {
    align-items: flex-start;
    flex-direction: column;
    padding: 14px 0;
    gap: 12px;
  }

  .nav-links {
    width: 100%;
    justify-content: flex-start;
    gap: 12px;
  }

  .hero {
    min-height: auto;
  }

  .hero h1,
  .section-heading h2,
  .content h1 {
    font-size: 30px;
  }

  .hero h1 {
    max-width: 13ch;
  }

  .hero-copy,
  .section-heading p,
  .feature p,
  .timeline-item p,
  .release-note p,
  .content p,
  .content li {
    max-width: 31ch;
  }

  .section {
    padding: 64px 0;
  }

  .actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }
}
