:root {
  --ink: #141821;
  --ink-soft: #556070;
  --paper: #f5f7f4;
  --white: #fff;
  --cobalt: #2448d8;
  --cobalt-dark: #1731a6;
  --coral: #ff6c63;
  --lime: #c9e33e;
  --line: #d9ded8;
  --shell: 1180px;
  --shadow: 0 24px 60px rgba(20, 24, 33, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: clip; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", "Noto Sans SC", system-ui, sans-serif; line-height: 1.6; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(var(--shell), calc(100% - 64px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(245, 247, 244, .92); border-bottom: 1px solid rgba(20, 24, 33, .08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 38px; }
.brand { display: inline-flex; align-items: center; gap: 11px; font-family: "Space Grotesk", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 0; }
.brand img { width: 30px; height: 30px; border-radius: 9px; }
.main-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; color: var(--ink-soft); font-size: 14px; font-weight: 600; }
.main-nav a, .footer-links a { transition: color 180ms ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--cobalt); }
.nav-cta, .button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 999px; font-size: 14px; font-weight: 700; transition: transform 180ms ease, background 180ms ease, color 180ms ease; cursor: pointer; }
.nav-cta { padding: 11px 17px; color: var(--white); background: var(--ink); }
.nav-cta:hover, .button:hover { transform: translateY(-2px); }
.nav-cta svg, .button svg, .text-link svg { width: 16px; height: 16px; }
.icon-button { display: none; border: 0; background: none; color: var(--ink); cursor: pointer; }

.hero { min-height: 700px; display: grid; grid-template-columns: minmax(0, 1fr) minmax(340px, 460px); gap: 72px; align-items: center; padding-block: 74px 92px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 20px; color: var(--cobalt); font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.eyebrow-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: "Space Grotesk", "Noto Sans SC", sans-serif; letter-spacing: 0; line-height: 1.04; }
h1 { max-width: 700px; margin-bottom: 25px; font-size: 76px; }
h1 em { white-space: nowrap; }
h1 em, h2 em { color: var(--coral); font-style: normal; }
.hero-lede { max-width: 575px; margin-bottom: 32px; color: var(--ink-soft); font-size: 18px; line-height: 1.8; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { min-height: 48px; padding: 13px 20px; }
.button-primary { color: var(--white); background: var(--cobalt); box-shadow: 0 12px 25px rgba(36, 72, 216, .23); }
.button-primary:hover { background: var(--cobalt-dark); }
.button-quiet { color: var(--ink); background: transparent; border: 1px solid var(--line); }
.button-quiet:hover { border-color: var(--ink); background: var(--white); }
.hero-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 28px; color: var(--ink-soft); font-size: 12px; font-weight: 600; }
.hero-meta span { display: inline-flex; align-items: center; gap: 7px; }
.hero-meta svg { width: 15px; height: 15px; color: var(--cobalt); }
.hero-device { position: relative; display: flex; justify-content: center; }
.device-glow { position: absolute; inset: 14% -10% 3%; background: var(--lime); border-radius: 44% 56% 42% 58% / 46% 37% 63% 54%; transform: rotate(-9deg); opacity: .92; }
.device-frame { position: relative; width: min(100%, 328px); padding: 10px; background: #10131c; border: 5px solid #2e3441; border-radius: 42px; box-shadow: var(--shadow); transform: rotate(3deg); }
.device-screen { overflow: hidden; border-radius: 31px; background: #171a21; aspect-ratio: 9 / 19.5; }
.device-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.device-speaker { position: absolute; top: 18px; left: 50%; width: 80px; height: 5px; border-radius: 99px; background: #3d4250; transform: translateX(-50%); z-index: 1; }
.device-note { position: absolute; right: -16px; bottom: 64px; display: flex; align-items: center; gap: 10px; color: var(--ink); font-size: 12px; font-weight: 700; transform: rotate(-5deg); }
.note-line { width: 45px; height: 1px; background: var(--ink); }

.signal-strip { border-block: 1px solid rgba(20, 24, 33, .12); background: var(--white); }
.signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.signal-grid > div { display: flex; flex-direction: column; gap: 7px; padding: 23px 26px; border-right: 1px solid var(--line); }
.signal-grid > div:first-child { padding-left: 0; }
.signal-grid > div:last-child { border-right: 0; }
.signal-grid strong { color: var(--coral); font-family: "Space Grotesk", sans-serif; font-size: 13px; }
.signal-grid span { color: var(--ink-soft); font-size: 13px; font-weight: 600; }

.section { padding-block: 140px; }
.section-heading { max-width: 700px; }
.section-heading h2, .showcase h2, .safety-intro h2, .download-inner h2 { margin-bottom: 22px; font-size: 62px; }
.section-heading > p:last-child, .showcase-copy > p, .safety-intro > p:last-child { max-width: 585px; color: var(--ink-soft); font-size: 17px; line-height: 1.8; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 58px; }
.feature-card { position: relative; min-height: 380px; display: flex; flex-direction: column; padding: 28px; border-radius: 20px; overflow: hidden; }
.feature-card-dark { color: var(--white); background: var(--ink); }
.feature-card-lime { background: var(--lime); }
.feature-card-coral { color: var(--white); background: var(--coral); }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 76px; }
.card-top svg { width: 24px; height: 24px; }
.card-index { font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; opacity: .64; }
.feature-card h3 { margin-bottom: 12px; font-size: 30px; }
.feature-card p { max-width: 290px; margin-bottom: 28px; font-size: 15px; opacity: .8; }
.card-foot { margin-top: auto; font-size: 11px; font-weight: 700; letter-spacing: .04em; opacity: .63; }
.mini-path { display: flex; align-items: center; gap: 8px; margin-bottom: 23px; }
.mini-path::before { content: ""; width: 30px; height: 2px; background: rgba(255,255,255,.28); }
.mini-path span { width: 13px; height: 13px; border: 2px solid currentColor; border-radius: 50%; opacity: .6; }
.mini-path span.active { border-color: var(--coral); background: var(--coral); opacity: 1; }
.avatar-stack { display: flex; align-items: center; margin: 2px 0 22px; }
.avatar-stack img, .avatar-stack span { width: 36px; height: 36px; display: grid; place-items: center; margin-left: -7px; border: 3px solid var(--lime); border-radius: 50%; background: var(--white); color: var(--ink); font-size: 13px; font-weight: 700; }
.avatar-stack img { margin-left: 0; object-fit: cover; }
.media-row { display: flex; gap: 9px; margin-bottom: 22px; }
.media-row span { display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.35); border-radius: 10px; }
.media-row svg { width: 18px; height: 18px; }

.section-ink { color: var(--white); background: var(--ink); }
.eyebrow-light { color: var(--lime); }
.split-section { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.section-ink .section-heading > p:last-child { color: #b5bdc9; }
.steps { border-top: 1px solid rgba(255,255,255,.2); }
.step { display: grid; grid-template-columns: 44px 1fr 24px; gap: 20px; align-items: start; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.2); }
.step > span { color: var(--coral); font-family: "Space Grotesk", sans-serif; font-size: 12px; font-weight: 700; }
.step h3 { margin-bottom: 7px; font-size: 23px; }
.step p { margin: 0; color: #aeb6c2; font-size: 14px; }
.step > svg { width: 20px; height: 20px; color: var(--lime); }

.showcase { display: grid; grid-template-columns: .84fr 1.16fr; gap: 100px; align-items: center; }
.check-list { display: grid; gap: 14px; margin: 28px 0 30px; color: var(--ink); font-size: 14px; font-weight: 700; }
.check-list span { display: flex; align-items: center; gap: 10px; }
.check-list svg { width: 17px; height: 17px; color: var(--cobalt); }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--cobalt); font-size: 14px; font-weight: 700; }
.text-link:hover { color: var(--cobalt-dark); }
.community-board { padding: 22px; border: 1px solid var(--line); border-radius: 22px; background: var(--white); box-shadow: 0 25px 50px rgba(20,24,33,.08); }
.board-header { display: flex; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 12px; font-weight: 700; }
.board-header svg { width: 18px; height: 18px; }
.board-post { display: flex; gap: 13px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.board-post:last-child { border-bottom: 0; padding-bottom: 0; }
.post-avatar { flex: 0 0 38px; display: grid; place-items: center; height: 38px; border-radius: 12px; color: var(--white); font-family: "Space Grotesk", sans-serif; font-weight: 700; }
.avatar-blue { background: var(--cobalt); }.avatar-coral { background: var(--coral); }.avatar-lime { color: var(--ink); background: var(--lime); }
.post-body { flex: 1; min-width: 0; }.post-body strong { display: block; font-size: 14px; }.post-body small { margin-left: 7px; color: #9ba3ad; font-size: 11px; font-weight: 500; }.post-body p { margin: 6px 0 13px; color: var(--ink-soft); font-size: 14px; }
.post-progress { height: 7px; overflow: hidden; border-radius: 99px; background: #e9ece8; }.post-progress span { display: block; height: 100%; border-radius: inherit; background: var(--coral); }
.post-footer { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 13px; color: #7e8792; font-size: 11px; font-weight: 700; }.post-footer span { display: inline-flex; align-items: center; gap: 5px; }.post-footer svg { width: 14px; height: 14px; }

.safety-section { background: #e9efea; }
.safety-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.safety-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.safety-item { min-height: 198px; padding: 26px; background: var(--paper); }.safety-item svg { width: 24px; height: 24px; margin-bottom: 28px; color: var(--cobalt); }.safety-item h3 { margin-bottom: 8px; font-size: 20px; }.safety-item p { margin: 0; color: var(--ink-soft); font-size: 14px; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 100px; }
.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 22px 0; font-size: 16px; font-weight: 700; cursor: pointer; list-style: none; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary svg { width: 18px; height: 18px; color: var(--cobalt); transition: transform 180ms ease; }.faq-list details[open] summary svg { transform: rotate(45deg); }.faq-list details p { max-width: 660px; margin: -7px 0 23px; color: var(--ink-soft); font-size: 14px; }

.download-section { color: var(--white); background: var(--cobalt); }.download-inner { display: flex; align-items: end; justify-content: space-between; gap: 40px; padding-block: 92px; }.download-inner h2 { margin: 0; }.button-light { color: var(--ink); background: var(--white); }.button-light:hover { background: var(--lime); }
.legal-note { display: flex; align-items: center; gap: 15px; margin-top: 22px; padding-block: 26px 42px; }.legal-note-icon { display: grid; place-items: center; flex: 0 0 42px; width: 42px; height: 42px; border-radius: 12px; color: var(--cobalt); background: #e1e7ff; }.legal-note-icon svg { width: 20px; height: 20px; }.legal-note strong { font-size: 14px; }.legal-note p { margin: 3px 0 0; color: var(--ink-soft); font-size: 13px; }.status-chip { display: inline-flex; align-items: center; gap: 5px; margin-left: auto; padding: 6px 11px; border-radius: 99px; color: #58620d; background: #e5f3a7; font-size: 11px; font-weight: 700; transition: color 180ms ease, background 180ms ease; cursor: pointer; }.status-chip:hover { color: var(--white); background: var(--cobalt); }.status-chip svg { width: 13px; height: 13px; }
.site-footer { color: #c1c8d1; background: var(--ink); }.footer-grid { display: grid; grid-template-columns: 1fr auto auto; gap: 45px; align-items: end; padding-block: 36px; }.brand-footer { color: var(--white); }.footer-grid p { margin: 14px 0 0; color: #9da7b4; font-size: 13px; }.footer-links { display: flex; flex-wrap: wrap; gap: 22px; color: #d8dde4; font-size: 13px; font-weight: 600; }.footer-meta { display: flex; gap: 15px; color: #87919e; font-size: 11px; }

a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid rgba(36, 72, 216, .35); outline-offset: 4px; }

.privacy-page { background: #f7f8f6; }
.privacy-page .site-header { background: rgba(247, 248, 246, .94); }
.privacy-nav { margin-left: auto; }
.privacy-nav a { display: inline-flex; align-items: center; gap: 8px; color: var(--ink-soft); font-size: 14px; font-weight: 700; transition: color 180ms ease; }
.privacy-nav a:hover { color: var(--cobalt); }
.privacy-nav svg { width: 16px; height: 16px; }
.privacy-hero { color: var(--white); background: var(--ink); }
.privacy-hero-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 64px; align-items: end; padding-block: 78px 72px; }
.privacy-hero-copy { max-width: 780px; }
.privacy-hero .eyebrow { color: var(--lime); }
.privacy-hero h1 { margin-bottom: 22px; font-size: 64px; }
.privacy-hero-copy > p:last-child { max-width: 720px; margin-bottom: 0; color: #bdc5d0; font-size: 17px; line-height: 1.85; }
.policy-stamp { min-width: 228px; padding-left: 24px; border-left: 1px solid rgba(255,255,255,.2); }
.policy-stamp span { display: block; color: #8f99a7; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.policy-stamp strong { display: block; margin: 4px 0 18px; font-family: "Space Grotesk", sans-serif; font-size: 18px; }
.policy-stamp strong:last-child { margin-bottom: 0; }
.policy-layout { display: grid; grid-template-columns: 250px minmax(0, 760px); gap: 72px; justify-content: center; padding-block: 64px 100px; }
.policy-toc { align-self: start; position: sticky; top: 110px; padding-right: 34px; border-right: 1px solid var(--line); }
.policy-toc strong { display: block; margin-bottom: 15px; color: var(--ink); font-family: "Space Grotesk", sans-serif; font-size: 13px; }
.policy-toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; counter-reset: policy-toc; }
.policy-toc li { counter-increment: policy-toc; }
.policy-toc a { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 8px; padding: 7px 0; color: #626d7b; font-size: 12px; line-height: 1.4; transition: color 180ms ease; }
.policy-toc a::before { content: counter(policy-toc, decimal-leading-zero); color: #9aa3ad; font-family: "Space Grotesk", sans-serif; font-size: 10px; font-weight: 700; }
.policy-toc a:hover { color: var(--cobalt); }
.policy-document { min-width: 0; }
.policy-intro { margin-bottom: 34px; padding: 0 0 28px; border-bottom: 2px solid var(--ink); }
.policy-intro p { margin-bottom: 0; color: var(--ink-soft); font-size: 14px; }
.policy-section { scroll-margin-top: 108px; padding: 8px 0 46px; border-bottom: 1px solid var(--line); }
.policy-section + .policy-section { padding-top: 46px; }
.policy-section h2 { display: flex; gap: 16px; align-items: baseline; margin-bottom: 22px; font-size: 28px; line-height: 1.25; }
.policy-number { flex: 0 0 34px; color: var(--coral); font-size: 12px; }
.policy-section h3 { margin: 30px 0 12px; color: var(--cobalt); font-size: 17px; line-height: 1.4; }
.policy-section p, .policy-section li { color: #3f4854; font-size: 15px; line-height: 1.9; }
.policy-section p { margin-bottom: 16px; }
.policy-section ul { display: grid; gap: 7px; margin: 4px 0 20px; padding-left: 22px; }
.policy-section li::marker { color: var(--coral); }
.policy-contact { margin-top: 28px; padding: 26px 0; border-top: 2px solid var(--cobalt); border-bottom: 1px solid var(--line); }
.policy-contact a { color: var(--cobalt); font-weight: 700; overflow-wrap: anywhere; }
.policy-contact a:hover { color: var(--cobalt-dark); }
.policy-footer-note { margin: 34px 0 0; color: #7a8490; font-size: 12px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 600ms ease; }.reveal-delay { transition-delay: 120ms; }.reveal-delay-1 { transition-delay: 100ms; }.reveal-delay-2 { transition-delay: 180ms; }.reveal.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .shell { width: min(var(--shell), calc(100% - 40px)); }
  .nav-wrap { gap: 18px; }.icon-button { display: grid; place-items: center; margin-left: auto; }.icon-button svg { width: 21px; height: 21px; }.main-nav { position: absolute; top: 78px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 10px; border: 1px solid var(--line); border-radius: 15px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }.main-nav.is-open { display: flex; }.main-nav a { padding: 13px 12px; }.nav-cta { display: none; }
  .hero { grid-template-columns: 1fr; gap: 30px; padding-block: 68px 80px; }.hero-copy { max-width: 700px; }.hero h1 { font-size: 64px; }.hero-device { justify-content: flex-start; padding-left: 9%; }.device-frame { width: min(65vw, 310px); }.device-note { right: auto; left: 58%; }
  .signal-grid { grid-template-columns: repeat(2, 1fr); }.signal-grid > div:nth-child(2) { border-right: 0; }.signal-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }.signal-grid > div:nth-child(3) { padding-left: 0; }
  .feature-grid, .split-section, .showcase, .safety-layout, .faq-section { grid-template-columns: 1fr; gap: 55px; }.feature-grid { gap: 14px; }.feature-card { min-height: 320px; }.card-top { margin-bottom: 54px; }
  .section { padding-block: 100px; }.section-heading h2, .showcase h2, .safety-intro h2, .download-inner h2 { font-size: 48px; }.download-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; gap: 22px; align-items: start; }.footer-meta { justify-content: space-between; }
  .privacy-hero-inner { grid-template-columns: 1fr; gap: 38px; padding-block: 64px; }.privacy-hero h1 { font-size: 54px; }.policy-stamp { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.2); border-left: 0; }.policy-stamp strong { margin-bottom: 0; }.policy-layout { grid-template-columns: 1fr; gap: 38px; }.policy-toc { position: static; padding: 0 0 28px; border-right: 0; border-bottom: 1px solid var(--line); }.policy-toc ol { grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; }
}
@media (max-width: 560px) {
  .shell { width: min(var(--shell), calc(100% - 32px)); }.hero { min-height: auto; padding-top: 48px; }.hero h1 { font-size: 42px; }.hero-lede { font-size: 16px; }.hero-device { padding-left: 3%; }.device-frame { width: min(78vw, 300px); }.device-note { left: 60%; bottom: 45px; white-space: nowrap; }.signal-grid > div { padding: 17px 13px; }.signal-grid > div:first-child, .signal-grid > div:nth-child(3) { padding-left: 0; }.signal-grid span { font-size: 12px; }.section-heading h2, .showcase h2, .safety-intro h2, .download-inner h2 { font-size: 40px; }.feature-grid { grid-template-columns: 1fr; }.safety-grid { grid-template-columns: 1fr; }.safety-item { min-height: auto; }.legal-note { align-items: flex-start; flex-wrap: wrap; }.status-chip { margin-left: 57px; }.footer-links { gap: 15px; }
  .privacy-nav span { display: none; }.privacy-hero-inner { padding-block: 52px; }.privacy-hero h1 { font-size: 42px; }.privacy-hero-copy > p:last-child { font-size: 15px; }.policy-stamp { grid-template-columns: 1fr 1fr; }.policy-stamp > div:last-child { grid-column: 1 / -1; }.policy-layout { padding-block: 42px 72px; }.policy-toc ol { grid-template-columns: 1fr; }.policy-section h2 { font-size: 24px; }.policy-section p, .policy-section li { font-size: 14px; }.footer-meta { flex-direction: column; gap: 7px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.reveal { opacity: 1; transform: none; transition: none; }.nav-cta, .button { transition: none; } }

@media print {
  .site-header, .policy-toc, .site-footer { display: none; }
  .privacy-page { background: #fff; }
  .privacy-hero { color: #000; background: #fff; }
  .privacy-hero-inner { display: block; padding: 0 0 28px; }
  .privacy-hero .eyebrow, .privacy-hero-copy > p:last-child, .policy-stamp span { color: #444; }
  .policy-stamp { display: flex; gap: 36px; margin-top: 24px; padding: 20px 0 0; border-top: 1px solid #bbb; border-left: 0; }
  .policy-layout { display: block; padding: 0; }
  .policy-section { break-inside: avoid; }
}
