/* Self-hosted Geist (variable, latin subset), no third-party request, cacheable on the edge */
@font-face {
  font-family: 'Geist';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("assets/fonts/geist-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  color-scheme: light;
  --bg: #fbfbfd;
  --bg-2: #f5f5f7;
  --surface: #ffffff;
  --stats-bg: #000000;
  --dark: #1d1d1f;
  --ink: #1d1d1f;
  --ink-soft: #2d2d30;
  --ink-2: #48484a;
  --muted: #6e6e73;
  --faint: #86868b;
  --on-dark: #f5f5f7;
  --on-dark-muted: #a1a1a6;
  --line: rgb(0 0 0 / 9%);
  --line-2: rgb(0 0 0 / 14%);
  --line-strong: rgb(0 0 0 / 22%);
  --line-dark: rgb(255 255 255 / 14%);
  --accent: #0071e3;
  --accent-2: #2997ff;
  --accent-ink: #0058b8;
  --accent-soft: #e8f1fd;
  --on-accent: #ffffff;
  --surface-soft: #eef0f3;
  --radius: 18px;
  --radius-control: 12px;
  --r-lg: 20px;
  --r-md: 14px;
  --r-pill: 999px;
  --r-phone: 34px;
  --shadow: 0 30px 70px rgb(0 0 0 / 14%);
  --shadow-soft: 0 18px 44px rgb(0 0 0 / 10%);
  --display: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --sans: "Geist", system-ui, -apple-system, "Segoe UI", sans-serif;
  --shell: 78rem;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --spring: cubic-bezier(0.34, 1.3, 0.64, 1);
  --grain: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.82' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E");
  --dots: radial-gradient(rgb(0 0 0 / 4%) 1px, transparent 1.6px);
  --dots-lg: radial-gradient(rgb(0 0 0 / 3.5%) 1px, transparent 1.7px);
  --grid: linear-gradient(rgb(0 0 0 / 3.2%) 1px, transparent 1px), linear-gradient(90deg, rgb(0 0 0 / 3.2%) 1px, transparent 1px);
  --hatch: repeating-linear-gradient(-45deg, rgb(0 0 0 / 3%) 0 1px, transparent 1px 13px);
  --grid-dark: linear-gradient(rgb(255 255 255 / 4%) 1px, transparent 1px), linear-gradient(90deg, rgb(255 255 255 / 4%) 1px, transparent 1px);
  --cross: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42'%3E%3Cpath d='M21 14.5v13M14.5 21h13' stroke='%23000000' stroke-opacity='0.1' stroke-width='1'/%3E%3C/svg%3E");
  --ring: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40'%3E%3Ccircle cx='20' cy='20' r='2.5' fill='none' stroke='%23000000' stroke-opacity='0.09' stroke-width='1'/%3E%3C/svg%3E");
}

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

html { overflow-x: clip; scroll-padding-top: calc(4.5rem + 1px); }

body {
  margin: 0;
  min-width: 20rem;
  overflow-x: clip;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  opacity: 0.022;
  background-image: var(--grain);
  background-size: 160px 160px;
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
button, a { -webkit-tap-highlight-color: transparent; }

h1, h2, h3 {
  margin: 0;
  font-family: var(--display);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -0.03em;
  color: var(--ink);
}
p { margin: 0; color: var(--muted); }

::selection { background: var(--accent); color: #fff; }
:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 4px; }

.skip-link {
  position: fixed; top: 0.75rem; left: 0.75rem; z-index: 100;
  padding: 0.7rem 1rem; border-radius: var(--radius-control);
  background: var(--ink); color: #fff; font-weight: 600;
  text-decoration: none; transform: translateY(-180%);
  transition: transform 220ms var(--ease);
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(calc(100% - 3rem), var(--shell)); margin-inline: auto; }
.section-space { padding-block: clamp(4.5rem, 9vw, 8rem); }

/* ---------- Header (sticky) ---------- */
.site-header {
  position: sticky; top: 0; z-index: 30;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--bg) 78%, transparent);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}
.nav-shell {
  display: flex; align-items: center; gap: clamp(1.4rem, 2.4vw, 2.4rem);
  width: min(calc(100% - 3rem), var(--shell)); height: 4.5rem; margin-inline: auto;
}
.brand {
  display: inline-flex; align-items: center; margin-inline-end: auto; gap: 0.6rem;
  color: var(--ink); font-family: var(--display); font-size: 1.2rem; font-weight: 700;
  letter-spacing: -0.03em; text-decoration: none;
}
.brand img { height: 1.45rem; width: auto; }
.primary-nav { display: flex; align-items: center; gap: clamp(1.5rem, 2.4vw, 2.5rem); white-space: nowrap; }
.primary-nav a {
  position: relative; color: var(--ink-2); font-size: 0.94rem; font-weight: 500;
  text-decoration: none; transition: color 220ms var(--ease);
}
.primary-nav a::after {
  position: absolute; right: 0; bottom: -0.4rem; left: 0; height: 2px; content: "";
  background: var(--accent); transform: scaleX(0); transform-origin: right;
  transition: transform 300ms var(--ease);
}
.primary-nav a:hover, .primary-nav a[aria-current="page"] { color: var(--ink); }
.primary-nav a:hover::after, .primary-nav a[aria-current="page"]::after { transform: scaleX(1); transform-origin: left; }

.nav-action {
  padding: 0.6rem 1.15rem; border-radius: var(--r-pill);
  background: var(--accent); color: #fff; font-weight: 600; font-size: 0.9rem;
  line-height: 1; text-decoration: none;
  transition: background-color 220ms var(--ease), transform 300ms var(--spring), box-shadow 220ms var(--ease);
  box-shadow: 0 6px 18px rgb(41 151 255 / 24%);
}
.nav-action:hover { background: var(--accent-ink); transform: translateY(-2px); box-shadow: 0 10px 24px rgb(41 151 255 / 30%); }
.nav-action:active { transform: scale(0.96); }

.reading-progress {
  position: absolute; right: 0; bottom: -1px; left: 0; height: 2px;
  background: var(--accent); transform: scaleX(0); transform-origin: left;
}

/* ---------- Buttons / store badges ---------- */
.store-btn {
  display: inline-flex; align-items: center; gap: 0.7rem;
  padding: 0.72rem 1.2rem; border-radius: var(--r-md);
  background: var(--ink); color: #fff; text-decoration: none;
  transition: transform 300ms var(--spring), box-shadow 260ms var(--ease), background-color 220ms var(--ease);
  box-shadow: 0 10px 26px rgb(0 0 0 / 16%);
}
.store-btn:hover { transform: translateY(-3px); box-shadow: 0 16px 32px rgb(0 0 0 / 24%); }
.store-btn:active { transform: scale(0.98); }
.store-ico { width: 1.6rem; height: 1.6rem; flex: none; }
.store-txt { display: flex; flex-direction: column; line-height: 1.1; text-align: left; }
.store-txt small { font-size: 0.62rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; opacity: 0.72; }
.store-txt strong { font-family: var(--display); font-size: 1.05rem; font-weight: 600; letter-spacing: -0.01em; }

.store-soon { background: transparent; color: inherit; cursor: default; border: 1px solid var(--line-2); box-shadow: none; opacity: 0.85; }
.store-soon:hover { transform: none; box-shadow: none; }
.soon-badge { font-size: 0.6rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.24rem 0.5rem; border-radius: var(--r-pill); background: var(--accent-soft); color: var(--accent-ink); }

.btn-line {
  display: inline-flex; align-items: center; gap: 0.4rem; align-self: center;
  color: var(--accent); font-weight: 600; font-size: 0.98rem; text-decoration: none;
  border-bottom: 2px solid transparent; padding-bottom: 0.2rem;
  transition: border-color 260ms var(--ease), color 260ms var(--ease);
}
.btn-line::after { content: "\2192"; transition: transform 300ms var(--ease); }
.btn-line:hover { border-color: var(--accent); color: var(--accent-ink); }
.btn-line:hover::after { transform: translateX(0.25rem); }

.text-link { display: inline-flex; align-items: center; color: var(--accent); font-weight: 600; text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 0.15rem; transition: border-color 260ms var(--ease), color 260ms var(--ease); }
.text-link::after { margin-left: 0.5rem; content: "\2192"; transition: transform 300ms var(--ease); }
.text-link:hover { border-color: var(--accent); color: var(--accent-ink); }
.text-link:hover::after { transform: translateX(0.3rem); }

/* ---------- Phone device ---------- */
.phone {
  position: relative; width: clamp(15rem, 22vw, 18.5rem);
  padding: 0.4rem; border-radius: var(--r-phone);
  background: linear-gradient(150deg, #35353a, #101013);
  box-shadow: var(--shadow);
}
.phone-screen {
  position: relative; overflow: hidden;
  border-radius: calc(var(--r-phone) - 0.4rem); background: #0a0a0c;
}
.phone-statusbar {
  position: relative; z-index: 3;
  display: flex; align-items: center; justify-content: space-between;
  height: 1.85rem; padding: 0.12rem 0.95rem 0;
  background: #08080a; color: #fff; font-size: 0.62rem; font-weight: 600; letter-spacing: 0.01em;
}
.sb-time { font-variant-numeric: tabular-nums; }
.phone-island { width: 2.9rem; height: 0.82rem; border-radius: 1rem; background: #000; box-shadow: inset 0 0 0 1px rgb(255 255 255 / 5%); }
.sb-icons { display: inline-flex; align-items: center; gap: 0.26rem; }
.sb-icons svg { display: block; height: 0.66rem; width: auto; }
.phone-screen > img { display: block; width: 100%; height: auto; }
.phone-home { position: relative; z-index: 3; height: 1.2rem; display: grid; place-items: center; background: #08080a; }
.phone-home > span { width: 34%; height: 0.32rem; border-radius: 1rem; background: rgb(255 255 255 / 52%); }

.scanline {
  position: absolute; top: 1.85rem; left: 0; right: 0; z-index: 2; height: 17%;
  background: linear-gradient(to bottom, rgb(41 151 255 / 0), rgb(41 151 255 / 16%) 70%, rgb(41 151 255 / 26%));
  border-bottom: 2px solid rgb(41 151 255 / 90%);
  box-shadow: 0 0 20px rgb(41 151 255 / 55%);
  pointer-events: none; opacity: 0;
}

/* ---------- Hero ---------- */
.hero {
  position: relative; overflow: clip;
  background:
    radial-gradient(105% 78% at 82% -8%, rgb(41 151 255 / 16%), transparent 52%),
    radial-gradient(85% 70% at 6% 2%, rgb(41 151 255 / 7%), transparent 55%),
    linear-gradient(180deg, #eaf1fb 0%, #f5f8fc 40%, var(--bg) 80%);
}
.hero-grid {
  position: relative; z-index: 1; display: grid;
  grid-template-columns: 1.05fr 0.95fr; align-items: center;
  gap: clamp(2rem, 5vw, 4rem);
  min-height: calc(100dvh - 4.5rem); padding-block: clamp(2rem, 5vh, 4rem);
}
.hero-copy { max-width: 40rem; }
.pill {
  display: inline-flex; align-items: center; gap: 0.5rem; margin-bottom: 1.5rem;
  padding: 0.42rem 0.9rem; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line-2); color: var(--ink-2);
  font-size: 0.8rem; font-weight: 600;
}
.pill-dot { width: 0.5rem; height: 0.5rem; border-radius: 50%; background: var(--accent); flex: none; }
.pill .pill-dot { position: relative; }
.hero h1 { font-size: clamp(2.9rem, 6.4vw, 5.1rem); font-weight: 700; letter-spacing: -0.045em; line-height: 0.98; }
.accent-word { position: relative; white-space: nowrap; color: var(--accent); }
.accent-word::after {
  content: ""; position: absolute; left: 0; right: 0; bottom: 0.02em; height: 0.07em;
  border-radius: 2px; background: currentColor; opacity: 0.8; transform-origin: left center;
}
.hero-lead { max-width: 34rem; margin-top: 1.5rem; color: var(--ink-2); font-size: clamp(1.05rem, 1.4vw, 1.25rem); line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 0.85rem 1.4rem; margin-top: 2.2rem; }
.hero-trust { list-style: none; margin: 2.1rem 0 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 0.6rem 1.5rem; color: var(--muted); font-size: 0.95rem; }
.hero-trust li { display: inline-flex; align-items: center; gap: 0.5rem; }
.hero-trust li::before { content: ""; width: 5px; height: 5px; border-radius: 1.5px; background: var(--accent); flex: none; }

.hero-visual { position: relative; margin: 0; display: grid; place-items: center; isolation: isolate; }
.hero-visual::before {
  content: ""; position: absolute; z-index: -1; inset: 4% 6%;
  border-radius: 50%; background: radial-gradient(circle, rgb(41 151 255 / 12%), transparent 66%);
}
.phone-hero { rotate: 5deg; transition: rotate 1.15s var(--ease); }
.hero-visual.in-view .phone-hero { rotate: 0deg; }
.chip {
  position: absolute; z-index: 4; display: flex; align-items: center; gap: 0.55rem;
  padding: 0.7rem 0.95rem; border-radius: var(--r-md);
  background: var(--surface); border: 1px solid var(--line); box-shadow: 0 14px 30px rgb(0 0 0 / 12%);
}
.chip span { display: flex; flex-direction: column; line-height: 1.15; }
.chip strong { font-size: 0.86rem; font-weight: 600; color: var(--ink); }
.chip small { font-size: 0.72rem; color: var(--muted); }
.chip-1 { top: 8%; left: -1rem; }
.chip-2 { top: 44%; right: -1.5rem; }
.chip-3 { bottom: 9%; left: -0.5rem; }

/* ---------- Section heads ---------- */
.head { max-width: 44rem; margin-bottom: clamp(2.5rem, 5vw, 4rem); }
.eyebrow { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.9rem; }
.eyebrow-light { color: var(--accent-2); }
.head h2 { font-size: clamp(2rem, 4.2vw, 3.1rem); font-weight: 600; letter-spacing: -0.04em; max-width: 18ch; }
.head-sub { margin-top: 0.95rem; font-size: 1.05rem; color: var(--muted); max-width: 46ch; }

/* ---------- How it works (line-grid texture) ---------- */
.how { background-image: var(--cross); background-size: 42px 42px; }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.5rem, 4vw, 3rem); position: relative; }
.steps::before { content: ""; position: absolute; top: 1.45rem; left: 8%; right: 8%; height: 2px; background: repeating-linear-gradient(90deg, var(--line-2) 0 7px, transparent 7px 15px); z-index: 0; }
.step { position: relative; z-index: 1; }
.step-n {
  display: grid; place-items: center; width: 2.9rem; height: 2.9rem; margin-bottom: 1.2rem;
  border-radius: 50%; background: var(--bg); border: 1.5px solid var(--accent);
  color: var(--accent); font-family: var(--display); font-weight: 700; font-size: 1.15rem;
  transition: background-color 300ms var(--ease), color 300ms var(--ease), transform 400ms var(--spring);
}
.step:hover .step-n { background: var(--accent); color: #fff; transform: translateY(-4px); }
.step h3 { font-size: 1.5rem; margin-bottom: 0.5rem; }
.step p { font-size: 0.98rem; }

/* ---------- Showcase (dot texture) ---------- */
.showcase { background-color: #f6f4ee; background-image: var(--cross); background-size: 42px 42px; }
.show-row { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; padding-block: clamp(2.5rem, 5vw, 4rem); }
.show-row + .show-row { border-top: 1px solid var(--line); }
.show-row.reverse .show-media { order: -1; }
.show-tag { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--accent); margin-bottom: 0.7rem; }
.show-text h3 { font-size: clamp(1.7rem, 3vw, 2.5rem); font-weight: 600; letter-spacing: -0.035em; }
.show-text > p { margin-top: 0.9rem; max-width: 38ch; font-size: 1.03rem; }
.show-points { list-style: none; margin: 1.7rem 0 0; padding: 0; max-width: 30rem; }
.show-points li { position: relative; padding: 0.72rem 0 0.72rem 1.7rem; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 0.96rem; font-weight: 500; }
.show-points li:last-child { border-bottom: 1px solid var(--line); }
.show-points li::before { content: ""; position: absolute; left: 0; top: 50%; width: 0.5rem; height: 0.5rem; transform: translateY(-50%); border: 1.5px solid var(--accent); border-radius: 50%; }

.show-media { position: relative; display: flex; justify-content: center; }
.show-media .phone { width: clamp(14rem, 26vw, 17rem); transition: rotate 1.15s var(--ease), scale 550ms var(--ease), box-shadow 550ms var(--ease); }
.phone-tilt { rotate: -5deg; }
.phone-tilt-alt { rotate: 4deg; }
.show-media.in-view .phone-tilt, .show-media.in-view .phone-tilt-alt { rotate: 0deg; }
.show-media .phone:hover { scale: 1.06; z-index: 6; box-shadow: 0 44px 90px rgb(0 0 0 / 22%); }
.show-chip {
  position: absolute; z-index: 4; display: inline-flex; align-items: center; gap: 0.45rem;
  padding: 0.55rem 0.85rem; border-radius: var(--r-pill);
  background: var(--surface); border: 1px solid var(--line); box-shadow: 0 12px 26px rgb(0 0 0 / 12%);
  font-size: 0.82rem; font-weight: 600; color: var(--ink); white-space: nowrap;
}
.show-chip-a { top: 12%; left: 0; }
.show-chip-b { bottom: 15%; right: 0; }

/* ---------- Stats (dark, 2x2, big blue numbers, grid texture) ---------- */
.stats { position: relative; overflow: clip; background-color: var(--stats-bg); background-image: var(--grid-dark); background-size: 46px 46px; color: var(--on-dark); padding-block: clamp(4.5rem, 9vw, 7.5rem); }
.stats-glow { position: absolute; inset: auto auto -30% -8%; width: min(46rem, 78vw); aspect-ratio: 1; pointer-events: none; background: radial-gradient(circle, rgb(41 151 255 / 16%), transparent 62%); }
.stats > .shell { position: relative; }
.stats .head h2 { color: var(--on-dark); }
.stats-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line-dark); border: 1px solid var(--line-dark); border-radius: var(--r-lg); overflow: hidden; }
.stat { background: var(--stats-bg); padding: clamp(2rem, 4vw, 3.2rem); }
.stat b { display: block; font-family: var(--display); font-weight: 700; font-size: clamp(2.8rem, 5.6vw, 4.8rem); letter-spacing: -0.005em; line-height: 1; color: var(--accent-2); font-variant-numeric: tabular-nums; }
.stat span { display: block; margin-top: 0.7rem; color: var(--on-dark-muted); font-size: 0.98rem; }

/* ---------- Tools (premium tiles, hatch texture) ---------- */
.tools { background-color: #edf4f1; background-image: var(--ring); background-size: 40px 40px; }
.tools-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.tool {
  position: relative; grid-column: span 1;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--r-lg);
  padding: clamp(1.6rem, 2.6vw, 2.1rem);
  box-shadow: 0 1px 2px rgb(0 0 0 / 4%);
  transition: transform 400ms var(--spring), box-shadow 400ms var(--ease), border-color 300ms var(--ease);
}
.tool:hover { transform: translateY(-5px); box-shadow: 0 26px 54px rgb(0 0 0 / 10%); border-color: var(--line-2); }
.tool-icon {
  display: inline-grid; place-items: center; width: 3rem; height: 3rem; border-radius: 14px;
  background: var(--accent-soft); color: var(--accent); margin-bottom: 1.3rem;
  transition: background-color 320ms var(--ease), color 320ms var(--ease), transform 400ms var(--spring);
}
.tool:hover .tool-icon { background: var(--accent); color: #fff; transform: translateY(-2px); }
.tool-icon svg { width: 1.55rem; height: 1.55rem; }
.tool h3 { font-size: 1.4rem; font-weight: 600; letter-spacing: -0.025em; }
.tool > p, .tool-feature-main > p { margin-top: 0.6rem; color: var(--muted); font-size: 0.98rem; line-height: 1.55; }
.tool-features { list-style: none; margin: 1.4rem 0 0; padding: 0; }
.tool-features li { display: flex; align-items: center; gap: 0.65rem; padding: 0.58rem 0; border-top: 1px solid var(--line); color: var(--ink-2); font-size: 0.92rem; font-weight: 500; }
.tool-features li::before {
  content: ""; flex: none; width: 1.2rem; height: 1.2rem; border-radius: 50%;
  background: var(--accent-soft) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230071e3' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E") center / 0.72rem no-repeat;
}
.tool-feature { grid-column: 1 / -1; display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(1.5rem, 4vw, 3.5rem); align-items: center; padding: clamp(1.9rem, 3.5vw, 2.9rem); }
.tool-feature-main h3 { font-size: clamp(1.5rem, 2.4vw, 1.9rem); }
.tool-feature-aside { display: grid; gap: 0.9rem; align-content: center; padding-left: clamp(1rem, 3vw, 2.6rem); border-left: 1px solid var(--line); }
.aside-label { margin: 0; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--faint); }
.tool-cats { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.tool-cats span { font-size: 0.78rem; font-weight: 500; color: var(--ink-2); background: var(--bg-2); border: 1px solid var(--line); border-radius: var(--r-pill); padding: 0.32rem 0.7rem; }

/* ---------- Privacy (large dot texture, premium tiles) ---------- */
.privacy { background-color: #f1f3f8; background-image: var(--ring); background-size: 40px 40px; }
.priv-feature-tile { display: block; height: 2.5rem; width: auto; margin-bottom: 1.4rem; }
.tool-feature-main .text-link { margin-top: 1.5rem; }
.priv-promise { display: flex; align-items: center; gap: 0.8rem; }
.priv-promise-ico { flex: none; width: 1.75rem; height: 1.75rem; display: grid; place-items: center; border-radius: 50%; background: var(--accent-soft); color: var(--accent); }
.priv-promise-ico svg { width: 0.95rem; height: 0.95rem; }
.priv-promise b { font-weight: 600; color: var(--ink); font-size: 0.98rem; }
.tool-features.muted li::before { background: transparent; border: 1.5px solid var(--faint); }

/* ---------- FAQ ---------- */
.faq-grid { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.6fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.faq-head { margin-bottom: 0; position: sticky; top: 6.5rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  list-style: none; cursor: pointer;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: 1.35rem 0.25rem; font-size: 1.12rem; font-weight: 600; color: var(--ink);
  transition: color 200ms var(--ease);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: ""; flex: none; width: 0.62rem; height: 0.62rem; margin-right: 0.4rem;
  border-right: 2px solid var(--muted); border-bottom: 2px solid var(--muted);
  rotate: 45deg; transition: rotate 300ms var(--ease);
}
.faq-item[open] summary::after { rotate: -135deg; }
.faq-item summary:hover { color: var(--accent); }
.faq-item summary:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; border-radius: 6px; }
.faq-item > p { margin: 0 0 1.4rem; max-width: 62ch; color: var(--muted); font-size: 1.02rem; line-height: 1.6; }

/* ---------- Get (full-width CTA) ---------- */
.get { position: relative; overflow: clip; background: linear-gradient(180deg, var(--bg), #eef1f7); padding-block: clamp(5rem, 10vw, 9rem); text-align: center; }
.get-glow { position: absolute; inset: -18% 0 auto 0; height: 72%; pointer-events: none; background: radial-gradient(50% 100% at 50% 0%, rgb(41 151 255 / 15%), transparent 68%); }
.get-inner { position: relative; z-index: 1; width: min(calc(100% - 3rem), 54rem); margin-inline: auto; }
.get-icon { display: block; height: 2.5rem; width: auto; margin: 0 auto 1.7rem; }
.get-label { color: var(--accent); font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; font-size: 0.8rem; margin-bottom: 0.9rem; }
.get h2 { font-size: clamp(2.2rem, 5vw, 3.7rem); font-weight: 700; letter-spacing: -0.045em; }
.get-sub { max-width: 46ch; margin: 1.1rem auto 0; color: var(--muted); font-size: 1.08rem; }
.get-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 0.9rem; margin-top: 2.3rem; }
.get-note { margin-top: 1.5rem; color: var(--faint); font-size: 0.85rem; }

/* ---------- Footer (from 77beats / SynapsPrint) ---------- */
.site-footer { border-top: 1px solid var(--line-dark); padding: 42px 0; background: var(--dark); color: var(--on-dark); }
.foot-row { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.foot-copy { display: inline-flex; align-items: center; gap: 10px; color: var(--on-dark-muted); font-size: 14px; flex-wrap: wrap; }
.foot-brand { height: 28px; width: auto; background: transparent; }
.foot-links { display: flex; gap: 24px; margin-left: auto; }
.foot-links a { color: var(--on-dark-muted); font-size: 13px; text-decoration: none; transition: color 0.2s ease; }
.foot-links a:hover { color: #fff; }

/* ---------- Legal pages ---------- */
.legal-page { background: var(--bg); }
.legal-hero { padding-block: clamp(4.5rem, 10vw, 8rem) clamp(3rem, 6vw, 5.5rem); }
.legal-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 3rem; }
.legal-title { max-width: 60rem; }
.legal-title h1 { max-width: 16ch; margin-bottom: 1.3rem; font-size: clamp(2.8rem, 6.5vw, 5.4rem); font-weight: 700; letter-spacing: -0.045em; }
.legal-summary { max-width: 44rem; font-size: clamp(1.05rem, 1.6vw, 1.3rem); color: var(--ink-2); }
.legal-dates { margin-top: 1.15rem; color: var(--faint); font-size: 0.92rem; font-weight: 500; }
.back-link { display: inline-flex; align-items: center; gap: 0.55rem; color: var(--muted); font-weight: 600; font-size: 0.92rem; text-decoration: none; transition: color 260ms var(--ease), transform 260ms var(--ease); }
.back-link::before { content: "\2190"; }
.back-link:hover { color: var(--accent); transform: translateX(-0.3rem); }

.legal-document { padding-block: clamp(4rem, 8vw, 7rem); }
.legal-layout { display: grid; grid-template-columns: minmax(13rem, 0.3fr) minmax(0, 0.7fr); align-items: start; gap: clamp(3rem, 7vw, 7rem); }
.legal-toc { position: sticky; top: 7rem; min-width: 0; }
.legal-toc > p { margin-bottom: 1.1rem; color: var(--ink); font-size: 0.88rem; font-weight: 700; font-family: var(--display); }
.legal-toc nav { display: grid; gap: 0.2rem; }
.legal-toc a { display: block; padding: 0.55rem 0.75rem; border-left: 2px solid transparent; color: var(--muted); font-size: 0.9rem; font-weight: 500; line-height: 1.35; text-decoration: none; transition: background-color 260ms var(--ease), border-color 260ms var(--ease), color 260ms var(--ease); }
.legal-toc a:hover { border-left-color: var(--accent); background: var(--surface-soft); color: var(--ink); }
.legal-toc a[aria-current="true"] { border-left-color: var(--accent); background: var(--surface-soft); color: var(--ink); font-weight: 600; }

.legal-content { min-width: 0; }
.legal-content section { scroll-margin-top: 7rem; padding-bottom: 3.5rem; margin-bottom: 3.5rem; border-bottom: 1px solid var(--line); }
.legal-content section:last-child { margin-bottom: 0; border-bottom: 0; }
.legal-content h2 { max-width: 20ch; margin-bottom: 1.3rem; font-size: clamp(1.9rem, 3.4vw, 3rem); font-weight: 600; letter-spacing: -0.035em; }
.legal-content h3 { margin: 2.4rem 0 0.7rem; font-size: 1.25rem; font-weight: 600; letter-spacing: -0.02em; }
.legal-content p, .legal-content li { max-width: 70ch; color: var(--ink-2); font-size: 1.02rem; line-height: 1.75; }
.legal-content a { color: var(--accent); font-weight: 600; }
.legal-content code { font-family: ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace; font-size: 0.9em; background: var(--surface-soft); padding: 0.12em 0.4em; border-radius: 5px; }
.legal-content ol, .legal-content ul { max-width: 66ch; margin-block: 1.5rem 1.8rem; padding-left: 1.5rem; }
.legal-content li { padding-left: 0.45rem; margin-bottom: 0.55rem; }

/* ---------- Motion ---------- */
@supports (animation-timeline: scroll()) {
  .reading-progress { animation: reading-progress linear both; animation-timeline: scroll(root block); }
}
@keyframes reading-progress { from { transform: scaleX(0); } to { transform: scaleX(1); } }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }

  .enter { animation: enter-up 1000ms var(--ease) both; }
  .enter-1 { animation-delay: 80ms; }
  .enter-2 { animation-delay: 180ms; }
  .enter-3 { animation-delay: 300ms; }
  .enter-4 { animation-delay: 420ms; }
  .enter-5 { animation-delay: 540ms; }

  .js .reveal { opacity: 0; transform: translateY(1.8rem); transition: opacity 900ms var(--ease), transform 900ms var(--ease); }
  .js .reveal.in { opacity: 1; transform: none; }

  .float { animation: float 7s ease-in-out infinite; }
  @keyframes float { 0%, 100% { translate: 0 0; } 50% { translate: 0 -0.7rem; } }

  .phone-scan .scanline { animation: scanmove 3.4s cubic-bezier(0.45, 0, 0.2, 1) infinite; }

  /* Headline underline draws in, rests, fades, and repeats */
  .accent-word::after { animation: underline-draw 7s var(--ease) 1s infinite; }

  /* Live "now available" ping on the hero pill dot */
  .pill .pill-dot::after { content: ""; position: absolute; inset: 0; border-radius: 50%; background: var(--accent); pointer-events: none; animation: dot-ping 2.6s ease-out infinite; }

  /* Floating chips settle in when the hero enters view, then drift gently */
  .js .chip { opacity: 0; scale: 0.96; transition: opacity 0.7s var(--ease), scale 0.7s var(--ease); }
  .js .hero-visual.in-view .chip { opacity: 1; scale: 1; }
  .js .hero-visual.in-view .chip-1 { transition-delay: 0.2s; }
  .js .hero-visual.in-view .chip-2 { transition-delay: 0.35s; }
  .js .hero-visual.in-view .chip-3 { transition-delay: 0.5s; }
  .chip-1 { animation: chip-drift 7s ease-in-out infinite; }
  .chip-2 { animation: chip-drift 8.5s ease-in-out 0.6s infinite reverse; }
  .chip-3 { animation: chip-drift 7.8s ease-in-out 0.3s infinite; }

  /* Recurring light sheen across the hero phone glass */
  .phone-hero .phone-screen::after {
    content: ""; position: absolute; inset: 0; z-index: 5; pointer-events: none;
    background: linear-gradient(115deg, transparent 34%, rgb(255 255 255 / 0.28) 50%, transparent 64%);
    translate: -130% 0; animation: phone-sheen 7s linear 1.4s infinite;
  }
}

@keyframes enter-up { from { opacity: 0; transform: translateY(1.8rem); } to { opacity: 1; transform: none; } }
@keyframes scanmove {
  0% { transform: translateY(-110%); opacity: 0; }
  12% { opacity: 1; }
  55% { transform: translateY(480%); opacity: 1; }
  66% { opacity: 0; }
  100% { transform: translateY(480%); opacity: 0; }
}
@keyframes underline-draw {
  0% { scale: 0 1; opacity: 0; }
  10% { opacity: 0.8; }
  28% { scale: 1 1; opacity: 0.8; }
  72% { scale: 1 1; opacity: 0.8; }
  88% { scale: 1 1; opacity: 0; }
  100% { scale: 0 1; opacity: 0; }
}
@keyframes dot-ping { 0% { opacity: 0.5; scale: 1; } 70%, 100% { opacity: 0; scale: 2.8; } }
@keyframes chip-drift { 0%, 100% { translate: 0 0; } 50% { translate: 0 -0.45rem; } }
@keyframes phone-sheen {
  0% { translate: -130% 0; opacity: 0; }
  3% { opacity: 1; }
  18% { translate: 130% 0; opacity: 1; }
  22% { translate: 130% 0; opacity: 0; }
  100% { translate: 130% 0; opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; scroll-behavior: auto !important; }
  .reading-progress { display: none; }
  .phone-hero, .phone-tilt, .phone-tilt-alt { rotate: 0deg !important; }
  .scanline { display: none; }
}

@media (prefers-reduced-transparency: reduce) {
  .site-header { background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* ---------- Responsive ---------- */
@media (max-width: 66rem) {
  .hero-grid { grid-template-columns: 1fr 0.85fr; }
}

@media (max-width: 54rem) {
  .shell, .nav-shell { width: min(calc(100% - 2rem), var(--shell)); }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding-block: 3rem 3.5rem; gap: 3rem; }
  .hero-copy { max-width: none; }
  .hero-visual { order: 2; }
  .chip-1 { left: 0; }
  .chip-2 { right: 0; }
  .chip-3 { left: 0; }
  .steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .steps::before { display: none; }
  .show-row, .show-row.reverse { grid-template-columns: 1fr; gap: 2rem; }
  .show-row .show-media, .show-row.reverse .show-media { order: -1; }
  .tools-grid { grid-template-columns: 1fr; }
  .tool-feature { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 2rem; }
  .faq-head { position: static; }
  .tool-feature-aside { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); padding-top: 1.6rem; }
  .legal-hero-inner { grid-template-columns: 1fr; gap: 2rem; }
  .legal-layout { grid-template-columns: 1fr; gap: 2.5rem; }
  .legal-toc { position: static; }
  .legal-toc nav { display: flex; flex-wrap: wrap; gap: 0.4rem; }
  .legal-toc a { border: 1px solid var(--line); border-radius: var(--radius-control); }
}

@media (max-width: 40rem) {
  .primary-nav { display: none; }
  .nav-shell { height: 4rem; }
  html { scroll-padding-top: calc(4rem + 1px); }
  .hero h1 { font-size: clamp(2.5rem, 12vw, 3.9rem); }
  .hero-actions { gap: 0.8rem; }
  .store-btn { flex: 1 1 auto; justify-content: center; }
  .btn-line { flex-basis: 100%; }
  .stats-grid { grid-template-columns: 1fr; }
  .show-chip { display: none; }
  .get-actions .store-btn { flex: 1 1 100%; }
  .brand img { height: 1.3rem; }
  .foot-row { flex-direction: column; align-items: center; text-align: center; gap: 14px; }
  .foot-copy { justify-content: center; }
  .foot-links { margin-left: 0; justify-content: center; gap: 16px 22px; flex-wrap: wrap; }
}

@media (max-width: 23rem) {
  .shell, .nav-shell { width: calc(100% - 1.25rem); }
  .brand span { font-size: 1.05rem; }
}
