/* Brand tokens and type roles follow app/globals.css and docs/design-typography.md. */
@font-face { font-family: Manrope; src: url('/fonts/manrope-regular.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: Manrope; src: url('/fonts/manrope-medium.ttf') format('truetype'); font-weight: 500; font-display: swap; }

:root {
  color-scheme: light;
  --ink: #0c1f2c;
  --ink-deep: #0a1a24;
  --primary: #0c7c6f;
  --primary-dark: #066057;
  --accent: #e9a12a;
  --accent-soft: #ffd27a;
  --background: #faf7f4;
  --surface: #fff;
  --surface-muted: #eef3f0;
  --muted: #4f645c;
  --border: #d7e0db;
  --shadow-soft: 0 28px 90px rgba(16, 43, 35, 0.12);
  --shadow-card: 0 18px 48px rgba(16, 43, 35, 0.09);
  --shell: 1184px;
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 28px;
}

*, *::before, *::after { box-sizing: border-box; }

html {
  overflow-x: clip;
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
  text-rendering: optimizeLegibility;
}

body {
  margin: 0;
  background: var(--background);
  color: var(--ink);
  font: 400 1rem/1.5 Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: -0.01em;
  -webkit-font-smoothing: antialiased;
}

[hidden] { display: none !important; }
a { color: var(--primary-dark); text-underline-offset: 0.25em; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }
strong, b, h1, h2 { font-weight: 500; }
h1, h2, h3, p { overflow-wrap: break-word; }
h1, h2, h3 { margin-top: 0; text-wrap: balance; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
::selection { background: #f8d99e; color: var(--ink); }

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

.skip {
  position: fixed;
  z-index: 30;
  top: 12px;
  left: 16px;
  padding: 10px 16px;
  border-radius: var(--radius-sm);
  background: var(--ink);
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transform: translateY(-160%);
}

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

.top {
  position: sticky;
  z-index: 20;
  top: 0;
  padding-top: 16px;
  background: color-mix(in srgb, var(--background) 88%, transparent);
  backdrop-filter: blur(12px);
}

.top__inner {
  display: grid;
  min-height: 58px;
  align-items: center;
  gap: 24px;
  padding: 8px 4px 8px 2px;
  grid-template-columns: 1fr auto 1fr;
}

.brand {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  color: var(--ink);
  font-size: 1.38rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  text-decoration: none;
}

.brand img {
  width: 32px;
  height: 32px;
  border-radius: 11px;
  box-shadow: 0 6px 18px rgba(14, 122, 110, 0.17);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  padding: 9px 13px;
  border-radius: 10px;
  color: #334d45;
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.site-nav a:hover {
  background: var(--surface-muted);
  color: var(--primary-dark);
}

.top__actions {
  display: flex;
  justify-content: flex-end;
}

.language-link {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 4px 9px;
  border-radius: 10px;
  color: var(--ink);
  font-size: 0.82rem;
  font-weight: 500;
  text-decoration: none;
}

.language-link span {
  color: var(--accent);
  font-size: 0.95rem;
}

.language-link:hover { background: var(--surface-muted); }

.hero {
  --heading-size: clamp(2.7rem, 4.6vw, 4.5rem);
  --heading-width: 10em;
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  grid-template-rows: auto 1fr;
  gap: 48px 80px;
  align-items: start;
  padding: 56px 0 96px;
}

.hero__copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 8px;
}

.hero__copy .eyebrow { margin: 0 0 16px; }
.hero__copy h1 { margin: 0 0 24px; }

.eyebrow {
  margin: 0 0 18px;
  color: var(--primary);
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.5;
}

h1 {
  max-width: var(--heading-width);
  margin: 0 0 24px;
  color: var(--ink-deep);
  font-size: var(--heading-size);
  line-height: 1.05;
  letter-spacing: -0.02em;
}

html[lang="en"] .hero { --heading-width: 13ch; }

.lead {
  max-width: 36em;
  margin: 0;
  color: var(--ink);
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.web-link,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 100%;
  min-height: 48px;
  padding: 12px 22px;
  border: 0;
  border-radius: var(--radius-sm);
  font-size: 0.98rem;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  text-decoration: none;
  user-select: none;
  -webkit-user-drag: none;
  transition: background-color 160ms ease, opacity 160ms ease;
}

.web-link {
  margin-top: 32px;
  background: var(--primary);
  color: #fff;
}

.web-link__trace {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: var(--accent-soft);
  stroke-width: 2;
}

.web-link__trace-track { opacity: 0.25; }

/* Rounded-square stroke motion inspired by loading.dev's Trace. */
.web-link__trace-stroke {
  stroke-dasharray: 24 76;
  stroke-linecap: round;
  animation: web-link-trace 2.4s linear infinite;
}

@keyframes web-link-trace {
  to { stroke-dashoffset: -100; }
}

.web-link__arrow {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.web-link:hover,
.web-link:focus-visible {
  background: var(--primary-dark);
}

.web-link:active { opacity: 0.92; }

.phones {
  --phone-w: 12rem;
  --phone-h: 24.4rem;
  --stage-width: 28rem;
  /* Match the H1's width and type metrics when centering the artwork. */
  grid-column: 1;
  grid-row: 2;
  position: relative;
  justify-self: start;
  width: min(var(--stage-width), 100%, var(--heading-width));
  margin-left: calc((min(100%, var(--heading-width)) - min(var(--stage-width), 100%, var(--heading-width))) / 2);
  font-size: var(--heading-size);
  font-weight: 500;
  letter-spacing: -0.02em;
  height: 27rem;
  pointer-events: none;
  isolation: isolate;
  z-index: 1;
}

.phones::before {
  position: absolute;
  inset: 8% -4% -2%;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(12, 124, 111, 0.09), rgba(233, 161, 42, 0.04) 48%, transparent 70%);
  content: "";
}

.phone {
  position: absolute;
  width: var(--phone-w);
  height: var(--phone-h);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  transform-origin: center;
  filter: drop-shadow(0 18px 22px rgba(16, 43, 35, 0.13)) drop-shadow(0 3px 5px rgba(16, 43, 35, 0.12));
}

.phone--android {
  right: 2rem;
  top: 1.75rem;
  z-index: 1;
  transform: rotate(12deg);
}

.phone--iphone {
  left: 2rem;
  top: 0.75rem;
  z-index: 2;
  transform: rotate(-12deg);
}

.phone__shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.22), transparent 36%),
    #1b1d21;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.08),
    inset 0 0 0 7px #111316;
}

.phone--iphone .phone__shell {
  border-radius: 2.15rem;
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.28), transparent 32%),
    #2a2c30;
  box-shadow:
    inset 0 0 0 1px rgba(214, 210, 202, 0.28),
    inset 0 0 0 7px #16181b;
}

.phone--android .phone__shell {
  border-radius: 0.72rem;
  background:
    linear-gradient(165deg, rgba(255, 255, 255, 0.2), transparent 42%),
    #3a3d42;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.16),
    inset 0 0 0 10px #121416;
}

.phone--android .phone__shell::after {
  position: absolute;
  z-index: 5;
  top: 17px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 32%, #5b6573, #070809 58%);
  box-shadow:
    0 0 0 3px #121416,
    0 0 0 5px rgba(250, 247, 244, 0.92);
  transform: translateX(-50%);
  content: "";
}

.phone__screen {
  position: absolute;
  inset: 7px;
  overflow: hidden;
  background: #faf7f4;
}

.phone--iphone .phone__screen { inset: 6px; border-radius: 1.78rem; }
.phone--android .phone__screen { inset: 10px 9px 9px; border-radius: 0.42rem; }

.phone__island {
  position: absolute;
  z-index: 5;
  top: 16px;
  left: 50%;
  width: 5.7rem;
  height: 1.48rem;
  border-radius: 999px;
  background: #050607;
  transform: translateX(-50%);
  box-shadow: inset -17px 0 0 -9px #2a3038;
}

.phone__btn {
  position: absolute;
  background: #2a2d31;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.phone--iphone .phone__btn--silent {
  top: 4.4rem;
  left: -3px;
  width: 3px;
  height: 1.05rem;
  border-radius: 2px 0 0 2px;
}

.phone--iphone .phone__btn--vol {
  top: 6.2rem;
  left: -3px;
  width: 3px;
  height: 3.1rem;
  border-radius: 2px 0 0 2px;
}

.phone--iphone .phone__btn--pwr {
  top: 7.1rem;
  right: -3px;
  width: 3px;
  height: 2.5rem;
  border-radius: 0 2px 2px 0;
}

.phone--android .phone__btn--vol {
  top: 6.4rem;
  right: -3px;
  width: 3px;
  height: 2.6rem;
  border-radius: 0 2px 2px 0;
}

.phone--android .phone__btn--pwr {
  top: 9.5rem;
  right: -3px;
  width: 3px;
  height: 1.35rem;
  border-radius: 0 2px 2px 0;
}

.ms {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 11px 10px 8px;
  color: var(--ink);
}

.ms__status {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 1.15rem;
  padding: 0 10px;
  color: var(--ink-deep);
  font-size: 0.52rem;
  font-weight: 500;
}

.phone--iphone .ms__status { padding: 14px 16px 0; }
.phone--android .ms__status { padding: 12px 14px 0; }

.ms__hole { visibility: hidden; }

.ms__head {
  display: grid;
  gap: 2px;
  margin: 8px 2px 10px;
}

.ms__head strong {
  font-size: 0.92rem;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.ms__head small,
.ms__kicker,
.ms__search small {
  color: var(--primary);
  font-size: 0.52rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

.ms__search {
  display: grid;
  gap: 3px;
  margin: 14px 0 10px;
  padding: 8px 10px;
  border: 1px solid rgba(16, 43, 35, 0.08);
  border-radius: 10px;
  background: #fff;
}

.ms__search b {
  color: #7a8d85;
  font-size: 0.58rem;
  font-weight: 400;
}

.ms__kicker {
  margin: 0 2px 8px;
  color: var(--muted);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mcats {
  display: grid;
  flex: 1;
  gap: 6px;
  grid-template-columns: 1fr 1fr;
  min-height: 0;
}

.mcat {
  display: flex;
  min-height: 0;
  flex-direction: column;
  justify-content: flex-end;
  padding: 8px;
  border-radius: 11px;
}

.mcat--1 { background: #dff2ed; }
.mcat--2 { background: #fceccc; }
.mcat--3 { background: #e8eafa; }
.mcat--4 { background: #f7e3ec; }

.mcat i {
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  margin-bottom: auto;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.82);
}

.mcat svg,
.mcard svg {
  width: 11px;
  height: 11px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.mcat b {
  display: block;
  margin-bottom: 2px;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.mcat small {
  color: #61736c;
  font-size: 0.46rem;
  line-height: 1.3;
}

.mcard {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 8px;
  margin-bottom: 7px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
}

.mcard span {
  display: grid;
  place-items: center;
  border-radius: 8px;
}

.mcard--1 span { background: #dff2ed; }
.mcard--2 span { background: #fceccc; }
.mcard--3 span { background: #f7e3ec; }

.mcard b {
  display: block;
  font-size: 0.58rem;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.mcard p {
  margin: 2px 0 4px;
  color: var(--muted);
  font-size: 0.46rem;
  line-height: 1.3;
}

.mcard em {
  color: #176b5b;
  font-size: 0.42rem;
  font-style: normal;
  font-weight: 500;
}

.mcard--2 em { color: #77540f; }
.mcard--3 em { color: #803b61; }

.ms__dock,
.ms__home {
  flex-shrink: 0;
}

.ms__dock {
  display: flex;
  justify-content: space-around;
  margin-top: auto;
  padding: 8px 6px 4px;
}

.ms__dock i {
  width: 14px;
  height: 4px;
  border-radius: 99px;
  background: #d5ddd8;
}

.ms__dock .is-on { background: var(--primary); width: 18px; }

.ms__home {
  display: block;
  width: 36%;
  height: 4px;
  margin: 8px auto 2px;
  border-radius: 99px;
  background: #1b1d21;
}

.tag {
  grid-column: 2;
  grid-row: 1 / 3;
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  padding: 36px 32px 32px;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: var(--surface);
  box-shadow: var(--shadow-card);
}

.tag-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 28px;
}

.tag-head img {
  width: 58px;
  height: 58px;
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(14, 122, 110, 0.16);
}

.tag-head strong {
  display: block;
  font-size: 1.23rem;
  line-height: 1.3;
  letter-spacing: -0.04em;
}

.tag-head span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 0.78rem;
}

.demo {
  overflow: hidden;
  margin: 4px 0 6px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #f4f6f4;
}

.demo-video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #faf7f4;
}

.price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 0;
  border-block: 1px solid var(--border);
}

.price b {
  color: var(--primary-dark);
  font-size: 1.75rem;
  letter-spacing: -0.05em;
}

.price small {
  color: var(--muted);
  font-size: 0.75rem;
}

.specs {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px 24px;
  margin: 26px 0 32px;
  font-size: 0.79rem;
}

.specs dt { color: var(--muted); }
.specs dd { margin: 0; text-align: right; }

.btn {
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.btn svg { width: 20px; height: 20px; flex-shrink: 0; }
.btn .btn__platform { width: 24px; height: 24px; fill: currentColor; }
.btn .btn__action { width: 18px; height: 18px; opacity: 0.75; }

.btn-android {
  color: #fff;
  background: var(--primary);
}

.btn-android:hover,
.btn-android:focus-visible { background: var(--primary-dark); }
.btn:active { opacity: 0.92; }

.btn-apple {
  color: #fff;
  background: #14232b;
}

.btn-android:not([hidden]) + .btn-apple { margin-top: 10px; }
.btn-apple:hover,
.btn-apple:focus-visible { background: #243943; }

.btn:disabled {
  cursor: default;
  background: var(--surface-muted);
  color: var(--muted);
  box-shadow: none;
}

.fine {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.7;
}

.card-footnote {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding-top: 24px;
  margin-top: auto;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.card-footnote span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
}

.install-help {
  margin-top: 12px;
  padding: 16px 18px;
  border: 1px solid var(--border);
  border-radius: var(--radius-sm);
  background: var(--surface-muted);
  font-size: 0.8rem;
  line-height: 1.6;
}

.install-help ol { margin: 8px 0 0; padding-left: 20px; }
.install-help li + li { margin-top: 6px; }
.install-help p { margin: 8px 0 0; }

section { padding: 96px 0; }

h2 {
  max-width: 18ch;
  margin: 0 0 22px;
  font-size: clamp(2.25rem, 3.35vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.intro {
  max-width: 62ch;
  margin: 0 0 48px;
  color: var(--muted);
  font-size: 1.03rem;
  line-height: 1.6;
}

#features { border-top: 1px solid rgba(16, 43, 35, 0.08); }

.features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  counter-reset: feature;
}

.feature {
  position: relative;
  padding: 24px 20px;
  border: 1px solid rgba(16, 43, 35, 0.075);
  border-radius: var(--radius-md);
  background: #dff2ed;
  box-shadow: 0 8px 20px rgba(16, 43, 35, 0.04);
  counter-increment: feature;
}

.feature:nth-child(2) { background: #fceccc; }
.feature:nth-child(3) { background: #e8eafa; }
.feature:nth-child(4) { background: #f7e3ec; }

.feature::after {
  position: absolute;
  top: 18px;
  right: 18px;
  color: rgba(16, 43, 35, 0.35);
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  content: "0" counter(feature);
}

.ico {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.78);
}

.ico svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: var(--ink);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.feature h3 {
  margin: 0 0 10px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.01em;
  line-height: 1.25;
}

.feature p {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.feature ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0;
  padding: 14px 0 0;
  margin: 0;
  border-top: 1px solid rgba(16, 43, 35, 0.08);
  list-style: none;
}

.feature li {
  display: inline-flex;
  align-items: center;
  color: #5f736b;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  line-height: 1.2;
}

.feature li:not(:last-child)::after {
  margin-inline: 10px;
  color: rgba(16, 43, 35, 0.28);
  content: "·";
  font-weight: 500;
}

#values {
  position: relative;
  overflow: hidden;
  padding: 96px 0;
  background: var(--ink-deep);
  color: #fff;
}

#values::after {
  position: absolute;
  right: -180px;
  bottom: -340px;
  width: 740px;
  height: 740px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
  box-shadow:
    inset 0 0 0 95px rgba(255, 255, 255, 0.018),
    inset 0 0 0 190px rgba(255, 255, 255, 0.018);
}

#values .eyebrow { color: #78c9bd; }
#values h2 { position: relative; z-index: 1; max-width: 14ch; }
#values .intro { position: relative; z-index: 1; color: #b7c6c1; margin-bottom: 0; }

.values {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  padding: 0;
  margin: 48px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  counter-reset: value;
}

.values > div {
  padding: 36px 32px 0 0;
  counter-increment: value;
}

.values > div::before {
  display: block;
  margin-bottom: 16px;
  color: var(--accent);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  content: "0" counter(value);
}

.values h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.values p {
  margin: 0;
  max-width: 36ch;
  color: #b7c6c1;
  font-size: 0.92rem;
  line-height: 1.65;
}

#how {
  border-top: 0;
  padding: 72px 0;
}

#how .intro { margin-bottom: 32px; }

.steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  position: relative;
  padding-top: 56px;
  counter-increment: step;
}

.steps li::before {
  position: absolute;
  top: 0;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: var(--radius-sm);
  background: #fceccc;
  color: #7c540c;
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  content: "0" counter(step);
}

.steps strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.25rem;
  font-weight: 400;
}

.steps span {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

#faq {
  display: grid;
  grid-template-columns: minmax(280px, 0.68fr) minmax(0, 1.32fr);
  column-gap: clamp(58px, 9vw, 112px);
  align-items: start;
  padding: 72px 0 64px;
}

.faq-heading { position: sticky; top: 120px; }

.faq-list { margin: 0; counter-reset: faq; }

details {
  padding: 22px 6px;
  border-top: 1px solid var(--border);
  counter-increment: faq;
}

details:first-of-type { padding-top: 0; border-top: 0; }
details:last-of-type { border-bottom: 1px solid var(--border); }

summary {
  position: relative;
  display: grid;
  align-items: start;
  gap: 16px;
  padding-right: 36px;
  color: var(--ink);
  font-size: 1.12rem;
  font-weight: 400;
  line-height: 1.35;
  cursor: pointer;
  list-style: none;
  grid-template-columns: 38px 1fr;
}

summary::-webkit-details-marker { display: none; }

summary::before {
  padding-top: 5px;
  color: var(--primary);
  font-size: 0.67rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  content: "0" counter(faq);
}

summary::after {
  position: absolute;
  top: 0;
  right: 2px;
  color: var(--primary);
  font-size: 1.2rem;
  content: "+";
}

details[open] summary::after { content: "−"; }

details p {
  max-width: 65ch;
  margin: 12px 0 0;
  padding-left: 54px;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.65;
}

.soon {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 36px;
  align-items: center;
  padding: clamp(28px, 4.5vw, 52px);
  margin: 8px auto 64px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 88% 22%, rgba(255, 210, 122, 0.16), transparent 34%),
    linear-gradient(145deg, #0f7d70 0%, #0a5f56 52%, #084943 100%);
  box-shadow: var(--shadow-soft);
  color: #fff;
}

.soon .eyebrow,
.soon h2,
.soon p { position: relative; z-index: 1; }

.soon .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #fff7e8;
  letter-spacing: 0.14em;
}

.soon .eyebrow::before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent-soft);
  box-shadow: 0 0 0 5px rgba(255, 210, 122, 0.16);
  content: "";
}

.soon h2 {
  max-width: 16ch;
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.65rem);
}

.soon p {
  max-width: 43ch;
  margin: 0;
  color: #d8efe9;
  font-size: 1.05rem;
  line-height: 1.6;
}

.stores { display: grid; gap: 12px; }

.store {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
}

.store svg { width: 28px; height: 28px; flex-shrink: 0; fill: #fff; }
.store b { display: block; font-size: 0.94rem; font-weight: 500; }

.store span {
  display: block;
  margin-top: 4px;
  color: var(--accent-soft);
  font-size: 0.73rem;
}

.site-footer {
  border-top: 1px solid var(--border);
  background: transparent;
}

.site-footer__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  padding-block: 44px 28px;
}

.footer-brand {
  display: grid;
  gap: 12px;
}

.footer-brand .brand img {
  width: 28px;
  height: 28px;
  border-radius: 9px;
  box-shadow: none;
}

.footer-brand .brand { font-size: 1.2rem; letter-spacing: -0.045em; }

.footer-brand p {
  margin: 0;
  max-width: 28ch;
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.5;
}

.site-footer__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  text-align: right;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 0;
}

.site-footer nav a {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  color: var(--muted);
  font-size: 0.82rem;
  text-decoration: none;
  transition: color 160ms ease;
}

.site-footer nav a:hover { color: var(--primary-dark); }

.site-footer nav a + a::before {
  margin-inline: 12px;
  color: #b7c4bd;
  content: "·";
  font-weight: 500;
  pointer-events: none;
}

.site-footer__legal {
  margin: 0;
  color: var(--muted);
  font-size: 0.75rem;
  line-height: 1.45;
  opacity: 0.88;
}

.stamp {
  padding: 0 0 48px;
  color: var(--muted);
  font-size: 0.7rem;
  line-height: 1.8;
  opacity: 0.78;
  overflow-wrap: anywhere;
}

@media (max-width: 1100px) {
  .phones {
    --phone-w: 10rem;
    --phone-h: 20.4rem;
    --stage-width: 24rem;
    height: 23.5rem;
  }
  .phone--iphone { left: 2rem; }
  .phone--android { right: 2rem; }
  .phone__island { top: 12px; width: 46%; height: 1.1rem; }
  .phone--iphone .ms__status { padding: 8px 2px 0; }
  .mcard { grid-template-columns: 28px minmax(0, 1fr); gap: 6px; padding: 5px; }
  .mcard b { font-size: 0.52rem; }
  .mcat { padding: 6px; }
  .mcat b { font-size: 0.55rem; }
}

@media (max-width: 1000px) {
  .hero { column-gap: 40px; }
  .tag { padding: 26px; }
  .features { grid-template-columns: repeat(2, 1fr); }
  .soon { gap: 28px; padding: 32px; }
  #faq { column-gap: 40px; }
}

@media (max-width: 899px) {
  .top__inner { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
}

@media (max-width: 760px) {
  .wrap { width: min(var(--shell), calc(100% - 28px)); }
  .top { padding-top: 10px; }
  .brand { font-size: 1.22rem; }
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 40px;
    padding: 28px 0 64px;
  }
  .hero__copy { padding: 4px 6px 0; }
  .hero__copy h1 { margin-bottom: 20px; }
  .web-link { margin-top: 24px; }
  h1 { max-width: 12em; font-size: clamp(2rem, 9.5vw, 3rem); }
  html[lang="en"] h1 { max-width: 13ch; }
  .lead { font-size: 1.1rem; }
  .phones { display: none; }
  .tag { grid-column: auto; grid-row: auto; width: 100%; max-width: 540px; justify-self: center; }
  section,
  #values { padding: 72px 0; }
  #how { padding: 56px 0; }
  h2 { font-size: 2.25rem; }
  .intro { margin-bottom: 36px; }
  #how .intro { margin-bottom: 28px; }
  .values,
  .steps { grid-template-columns: 1fr; gap: 0; }
  .values > div { padding: 28px 0 0; }
  .values > div + div { border-top: 1px solid rgba(255, 255, 255, 0.14); }
  .steps { gap: 28px; }
  .steps li { padding: 0 0 0 62px; }
  .steps li::before { left: 0; }
  #faq { display: block; padding: 56px 0 48px; }
  .faq-heading { position: static; }
  #faq h2 { margin-bottom: 24px; }
  details:first-of-type { padding-top: 18px; border-top: 1px solid var(--border); }
  details p { padding-left: 40px; }
  summary { gap: 10px; grid-template-columns: 30px 1fr; }
  .soon {
    grid-template-columns: 1fr;
    padding: 24px;
    margin-bottom: 36px;
  }
  .site-footer__inner {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
    padding-block: 36px 16px;
  }
  .site-footer__meta,
  .site-footer nav {
    align-items: flex-start;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 420px) {
  .features { grid-template-columns: 1fr; }
  .feature { padding: 22px; }
  .ico { margin-bottom: 22px; }
  .tag { padding: 22px; }
  .tag-head { gap: 12px; }
  .tag-head strong { font-size: 1.06rem; }
  .tag-head img { width: 48px; height: 48px; }
  .tag-head span { font-size: 0.7rem; }
  .specs { gap: 10px 12px; }
  .price small { font-size: 0.68rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .web-link__trace-stroke { animation: none; }
  .demo-video { pointer-events: none; }
}

@media print {
  .language-link,
  .site-nav,
  #installBtn,
  .install-help,
  .demo,
  .phones,
  .skip { display: none !important; }
  body { background: #fff; }
  .top { position: static; background: #fff; }
  .hero { gap: 32px; padding: 24px 0; }
  .tag { box-shadow: none; break-inside: avoid; }
  #values { background: #fff; color: var(--ink); }
  #values .eyebrow,
  .values > div::before { color: var(--primary); }
  .values h3 { color: var(--ink); }
  .values p,
  #values .intro { color: var(--muted); }
  .soon { background: #fff; color: var(--ink); box-shadow: none; }
  .soon .eyebrow,
  .soon p { color: var(--muted); }
  .store { border-color: var(--border); background: var(--surface); }
  .store svg { fill: var(--ink); }
  .store span { color: var(--primary-dark); }
  .stamp { color: #000; opacity: 1; }
}
