:root {
  color-scheme: dark;
  --canvas: #071018;
  --canvas-soft: #0b1620;
  --surface: #101d29;
  --surface-raised: #172534;
  --ink: #f7fbff;
  --ink-soft: #d7e2ec;
  --muted: #a9b9c7;
  --line: #2b3b49;
  --line-strong: #415566;
  --blue: #4169e1;
  --blue-hover: #3658c4;
  --cyan: #47d7ee;
  --green: #58d68d;
  --warning: #f4bd50;
  --danger: #ff7b78;
  --focus: #72e5f5;
  --personal: #f05d2f;
  --max: 1180px;
  --reading: 760px;
  --radius: 12px;
  --shadow: 0 28px 70px rgb(0 0 0 / 34%);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--canvas); }
body {
  min-width: 0;
  margin: 0;
  overflow-x: hidden;
  background: var(--canvas);
  color: var(--ink);
  font-family: "Segoe UI Variable", "Segoe UI", system-ui, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.apps-index { background: #0c0c0c; }
img, svg { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
button, input, select, textarea, a { -webkit-tap-highlight-color: transparent; }
:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}
::selection { background: var(--blue); color: #fff; }
[hidden] { display: none !important; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 100;
  transform: translateY(-160%);
  padding: 0.7rem 0.9rem;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
.skip-link:focus { transform: translateY(0); }
.shell { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.reading { width: min(100%, var(--reading)); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid rgb(65 85 102 / 72%);
  background: var(--canvas);
}
.site-header__inner {
  width: min(calc(100% - 2rem), var(--max));
  min-height: 72px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.product-lockup, .brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.72rem;
  min-width: 0;
  color: var(--ink);
  text-decoration: none;
}
.product-lockup img { width: 38px; height: 38px; border-radius: 9px; }
.product-lockup__name { font-size: 1rem; font-weight: 720; letter-spacing: -0.025em; white-space: nowrap; }
.product-lockup__name strong { color: var(--cyan); font-weight: inherit; }
.brand-lockup__name { font-size: 0.92rem; font-weight: 720; }
.brand-lockup__tag { color: #b8c3cd; font-size: 0.82rem; }
.site-nav { display: flex; align-items: center; justify-content: flex-end; gap: 0.2rem; }
.site-nav a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.72rem;
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 650;
  text-decoration: none;
}
.site-nav a:hover, .site-nav a[aria-current="page"] { background: var(--surface); color: var(--ink); }
.site-nav .nav-cta { margin-left: 0.35rem; background: var(--blue); color: #fff; }
.site-nav .nav-cta:hover { background: var(--blue-hover); }

.button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.72rem 1rem;
  border: 1px solid var(--line-strong);
  border-radius: 10px;
  background: var(--surface);
  color: var(--ink);
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}
.button:hover { border-color: var(--blue); background: var(--surface-raised); }
.button--primary { border-color: var(--blue); background: var(--blue); color: #fff; }
.button--primary:hover { border-color: var(--blue-hover); background: var(--blue-hover); }
.button--store { min-width: 238px; justify-content: flex-start; text-align: left; }
.button--store svg { width: 26px; height: 26px; flex: 0 0 auto; }
.button--store small { display: block; color: #fff; font-size: 0.72rem; }
.button--store strong { display: block; font-size: 0.98rem; }
.button-row { display: flex; flex-wrap: wrap; gap: 0.72rem; margin-top: 1.7rem; }
.text-link { color: var(--cyan); font-weight: 700; text-underline-offset: 0.18em; }

.product-hero { padding: clamp(3.5rem, 7vw, 6.5rem) 0 clamp(3.2rem, 6vw, 5.5rem); border-bottom: 1px solid var(--line); }
.product-hero__grid { display: grid; grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); }
.product-hero__mark { display: inline-flex; align-items: center; gap: 0.65rem; margin-bottom: 1.25rem; color: var(--ink-soft); font-weight: 650; }
.product-hero__mark img { width: 44px; height: 44px; border-radius: 10px; }
.product-hero h1, .page-hero h1 {
  margin: 0;
  font-weight: 680;
  line-height: 0.96;
  letter-spacing: -0.04em;
  text-wrap: balance;
}
.product-hero h1 { font-size: clamp(3.25rem, 6.4vw, 5.1rem); }
.product-hero h1 span, .page-hero h1 span { display: block; color: var(--cyan); }
.product-hero__lead { max-width: 670px; margin: 1.4rem 0 0; color: var(--ink-soft); font-size: clamp(1.08rem, 2vw, 1.28rem); text-wrap: pretty; }
.product-hero__note { margin: 0.8rem 0 0; color: var(--muted); font-size: 0.84rem; }
.product-hero__visual { min-width: 0; }
.product-window {
  position: relative;
  padding: 0.55rem;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: #0b1420;
  box-shadow: var(--shadow);
}
.product-window::before {
  content: "";
  display: block;
  width: 48px;
  height: 8px;
  margin: 0.18rem 0 0.55rem 0.25rem;
  border-radius: 50%;
  background: #577089;
  box-shadow: 16px 0 #577089, 32px 0 #577089;
}
.product-window img { width: 100%; border-radius: 10px; }
.proof-line { display: flex; flex-wrap: wrap; gap: 0.7rem 1.2rem; margin-top: 1rem; color: var(--muted); font-size: 0.86rem; }
.proof-line span { display: inline-flex; align-items: center; gap: 0.42rem; }
.proof-line span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--green); }

.section { padding: clamp(4rem, 7vw, 6.5rem) 0; }
.section + .section { border-top: 1px solid var(--line); }
.section--soft { background: var(--canvas-soft); }
.section--compact { padding-block: clamp(2.8rem, 5vw, 4.2rem); }
.section-heading { max-width: 850px; margin: 0; font-size: clamp(2rem, 4.2vw, 3.35rem); font-weight: 650; line-height: 1.06; letter-spacing: -0.04em; text-wrap: balance; }
.section-heading--small { font-size: clamp(1.7rem, 3.6vw, 2.8rem); }
.section-intro { max-width: 720px; margin: 1rem 0 0; color: var(--muted); font-size: 1.06rem; }
.section-label { margin: 0 0 0.7rem; color: var(--cyan); font-weight: 700; }

.trust-strip { border-bottom: 1px solid var(--line); background: var(--canvas-soft); }
.trust-strip__inner { min-height: 88px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); align-items: stretch; }
.trust-item { display: flex; flex-direction: column; justify-content: center; padding: 1rem 1.2rem; border-left: 1px solid var(--line); }
.trust-item:last-child { border-right: 1px solid var(--line); }
.trust-item strong { font-size: 1rem; }
.trust-item span { color: var(--muted); font-size: 0.82rem; }

.feature-ledger { margin-top: 2.7rem; border-top: 1px solid var(--line-strong); }
.feature-row { display: grid; grid-template-columns: 0.38fr 0.62fr; gap: clamp(1.5rem, 5vw, 5rem); padding: clamp(1.8rem, 4vw, 3rem) 0; border-bottom: 1px solid var(--line); }
.feature-row h3 { margin: 0; font-size: clamp(1.35rem, 2.6vw, 2rem); line-height: 1.18; letter-spacing: -0.025em; }
.feature-row p { max-width: 680px; margin: 0; color: var(--muted); }
.feature-row ul { margin: 0.8rem 0 0; padding-left: 1.2rem; color: var(--ink-soft); }
.feature-row li { margin: 0.4rem 0; }
.feature-row li::marker { color: var(--cyan); }

.media-stage { margin-top: 2.5rem; }
.media-stage__image { padding: 0.55rem; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface); }
.media-stage__image img { width: 100%; border-radius: 8px; }
.media-stage__caption { display: grid; grid-template-columns: 0.42fr 0.58fr; gap: 1.5rem; margin-top: 1.2rem; }
.media-stage__caption h3 { margin: 0; font-size: 1.45rem; line-height: 1.2; }
.media-stage__caption p { margin: 0; color: var(--muted); }
.media-pair { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.2rem; margin-top: 1.3rem; }
.media-panel { min-width: 0; padding: 0.65rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.media-panel img { width: 100%; border-radius: 9px; }
.media-panel h3 { margin: 1rem 0 0.2rem; font-size: 1.2rem; }
.media-panel p { margin: 0 0 0.45rem; color: var(--muted); }
.video-poster { position: relative; aspect-ratio: 16 / 9; margin-top: 2rem; overflow: hidden; border: 1px solid var(--line-strong); border-radius: var(--radius); background: #000; }
.video-poster__button { position: absolute; inset: 0; width: 100%; height: 100%; padding: 0; border: 0; background: #000; color: #fff; cursor: pointer; }
.video-poster__button img { width: 100%; height: 100%; object-fit: cover; }
.video-poster__button span { position: absolute; left: 50%; top: 50%; min-height: 48px; max-width: calc(100% - 2rem); display: inline-flex; align-items: center; padding: 0.7rem 1rem; border: 1px solid rgb(255 255 255 / 45%); border-radius: 8px; background: #071018; color: #fff; font-weight: 750; text-align: center; transform: translate(-50%, -50%); }
.video-poster iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.video-note { max-width: 760px; margin: 0.9rem 0 0; color: var(--muted); font-size: 0.9rem; }

.page-hero { padding: clamp(3.7rem, 7vw, 6rem) 0 clamp(2.8rem, 5vw, 4rem); border-bottom: 1px solid var(--line); }
.page-hero__inner { max-width: 920px; }
.page-hero h1 { font-size: clamp(3rem, 6.5vw, 5.6rem); }
.page-hero h1 small { display: block; margin-top: 0.85rem; color: var(--ink); font-size: clamp(1.5rem, 3.3vw, 2.6rem); font-weight: 560; line-height: 1.1; letter-spacing: -0.03em; }
.page-hero__intro { max-width: 730px; margin: 1.25rem 0 0; color: var(--ink-soft); font-size: clamp(1.05rem, 2vw, 1.23rem); }
.breadcrumbs { margin-bottom: 1.2rem; color: var(--muted); font-size: 0.84rem; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 0.35rem; margin: 0; padding: 0; list-style: none; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 0.35rem; color: #6f8394; }
.breadcrumbs a { color: var(--ink-soft); }

.two-column { display: grid; grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr); gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.sticky-note { position: sticky; top: 96px; }
.sticky-note h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.4rem); line-height: 1.12; letter-spacing: -0.03em; }
.sticky-note p { color: var(--muted); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { position: relative; padding: 0.85rem 0 0.85rem 1.8rem; border-bottom: 1px solid var(--line); color: var(--ink-soft); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 800; }

.comparison-wrap { margin-top: 2.2rem; overflow-x: auto; border: 1px solid var(--line-strong); border-radius: var(--radius); }
.comparison-table { width: 100%; min-width: 720px; border-collapse: collapse; background: var(--surface); }
.comparison-table th, .comparison-table td { padding: 1rem 1.15rem; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.comparison-table th { background: var(--surface-raised); color: var(--ink); }
.comparison-table th:first-child { width: 28%; }
.comparison-table tr:last-child td { border-bottom: 0; }
.comparison-table td { color: var(--ink-soft); }
.comparison-table td:first-child { color: var(--muted); font-weight: 700; }
.disclaimer { margin-top: 1rem; padding: 1rem 1.1rem; border: 1px solid var(--line-strong); border-radius: 10px; background: #0d1924; color: var(--ink-soft); font-size: 0.88rem; }
.source-note { color: var(--muted); font-size: 0.84rem; }
.source-note a { color: var(--cyan); }

.criteria-list { margin-top: 2.4rem; border-top: 1px solid var(--line-strong); counter-reset: criteria; }
.criteria-item { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 1rem; padding: 1.55rem 0; border-bottom: 1px solid var(--line); counter-increment: criteria; }
.criteria-item::before { content: counter(criteria, decimal-leading-zero); color: var(--cyan); font-variant-numeric: tabular-nums; font-weight: 750; }
.criteria-item h3 { margin: 0; font-size: 1.35rem; }
.criteria-item p { margin: 0.45rem 0 0; color: var(--muted); }

.help-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 2rem; border-top: 1px solid var(--line-strong); border-left: 1px solid var(--line); }
.help-link { min-width: 0; padding: 1.35rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; }
.help-link:hover { background: var(--surface); }
.help-link strong { display: block; font-size: 1.12rem; }
.help-link span { display: block; margin-top: 0.35rem; color: var(--muted); }
.search-panel { margin-top: 1.8rem; }
.search-panel label { display: block; margin-bottom: 0.5rem; font-weight: 700; }
.search-panel input { width: min(100%, 640px); min-height: 50px; padding: 0.75rem 0.9rem; border: 1px solid var(--line-strong); border-radius: 9px; background: var(--surface); color: var(--ink); }
.search-panel input::placeholder { color: #91a3b2; }
.search-status { margin: 0.6rem 0 0; color: var(--muted); font-size: 0.86rem; }

.docs-layout { display: grid; grid-template-columns: 260px minmax(0, 1fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.docs-sidebar { position: sticky; top: 92px; }
.docs-sidebar strong { display: block; margin-bottom: 0.6rem; }
.docs-sidebar nav { display: flex; flex-direction: column; }
.docs-sidebar a { padding: 0.48rem 0.6rem; border-left: 2px solid var(--line); color: var(--muted); font-size: 0.88rem; text-decoration: none; }
.docs-sidebar a:hover, .docs-sidebar a[aria-current="page"] { border-color: var(--cyan); background: var(--surface); color: var(--ink); }
.prose { max-width: var(--reading); min-width: 0; }
.prose > :first-child { margin-top: 0; }
.prose h2 { margin: 3.1rem 0 1rem; scroll-margin-top: 100px; font-size: clamp(1.65rem, 3vw, 2.25rem); line-height: 1.15; letter-spacing: -0.025em; }
.prose h3 { margin: 2rem 0 0.75rem; font-size: 1.3rem; line-height: 1.22; }
.prose p, .prose li { color: var(--ink-soft); }
.prose p { margin: 0.9rem 0; }
.prose ul, .prose ol { padding-left: 1.35rem; }
.prose li { margin: 0.5rem 0; padding-left: 0.22rem; }
.prose li::marker { color: var(--cyan); }
.prose a { color: var(--cyan); text-underline-offset: 0.16em; }
.prose code { padding: 0.12rem 0.3rem; border-radius: 5px; background: var(--surface-raised); color: #dff9ff; font-size: 0.9em; overflow-wrap: anywhere; }
.prose table { width: 100%; margin: 1.3rem 0; border-collapse: collapse; font-size: 0.94rem; }
.prose th, .prose td { padding: 0.75rem; border: 1px solid var(--line); text-align: left; vertical-align: top; }
.prose th { background: var(--surface-raised); }
.prose blockquote { margin: 1.3rem 0; padding: 0.9rem 1rem; border-left: 3px solid var(--cyan); background: var(--surface); color: var(--ink-soft); }
.prose strong { color: var(--ink); }
.prose hr { margin: 2.5rem 0; border: 0; border-top: 1px solid var(--line); }
.article-meta { margin: 0 0 1.5rem; color: var(--muted); font-size: 0.86rem; }

.faq-list { margin-top: 1.7rem; border-top: 1px solid var(--line-strong); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; min-height: 56px; padding: 1rem 2.5rem 1rem 0; cursor: pointer; list-style: none; color: var(--ink); font-weight: 700; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 50%; right: 0.2rem; transform: translateY(-50%); color: var(--cyan); font-size: 1.45rem; font-weight: 400; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { max-width: 760px; padding: 0 2rem 1.15rem 0; color: var(--muted); }

.support-layout { display: grid; grid-template-columns: minmax(0, 0.76fr) minmax(0, 1.24fr); gap: clamp(2rem, 5vw, 4rem); align-items: start; }
.support-aside { position: sticky; top: 96px; }
.support-aside img { width: 68px; height: 68px; margin-bottom: 1rem; border-radius: 14px; }
.support-aside h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); line-height: 1.12; }
.support-aside p { color: var(--muted); }
.support-form { padding: clamp(1.25rem, 3vw, 2rem); border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); }
.support-form h2 { margin: 0 0 0.55rem; font-size: clamp(1.7rem, 3vw, 2.45rem); line-height: 1.1; }
.support-form > p { margin-top: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.field { min-width: 0; }
.field--full { grid-column: 1 / -1; }
.field label { display: block; margin-bottom: 0.38rem; font-weight: 700; }
.field small { display: block; margin-top: 0.35rem; color: var(--muted); }
.field input, .field select, .field textarea { width: 100%; min-height: 48px; padding: 0.68rem 0.75rem; border: 1px solid var(--line-strong); border-radius: 8px; background: #0b1721; color: var(--ink); }
.field textarea { min-height: 132px; resize: vertical; }
.form-status { min-height: 1.5rem; margin: 0.8rem 0 0; color: var(--green); }
.privacy-note { padding: 1rem; border: 1px solid var(--line); border-radius: 10px; background: #0b1721; color: var(--muted); font-size: 0.88rem; }

.cta-band { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 2rem; padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line-strong); border-radius: var(--radius); background: var(--surface); }
.cta-band h2 { margin: 0; font-size: clamp(1.7rem, 3.5vw, 2.7rem); line-height: 1.08; letter-spacing: -0.03em; }
.cta-band p { max-width: 680px; margin: 0.7rem 0 0; color: var(--muted); }
.policy-wrap { width: min(calc(100% - 2rem), var(--reading)); margin-inline: auto; }
.page-hero .policy-wrap { padding-bottom: 0; }
.policy-meta { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; margin: 2.2rem 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: var(--line); }
.policy-meta div { min-width: 0; padding: 0.95rem 1rem; background: var(--surface); }
.policy-meta dt { margin: 0 0 0.2rem; color: var(--muted); font-size: 0.78rem; font-weight: 700; }
.policy-meta dd { margin: 0; color: var(--ink); font-size: 0.92rem; font-weight: 650; overflow-wrap: anywhere; }
.policy-meta a, .policy-section a { color: var(--cyan); }
.policy-section { padding: 2rem 0; border-top: 1px solid var(--line); }
.policy-section:first-child { border-top: 0; }
.policy-section h2 { margin: 0 0 1rem; font-size: clamp(1.45rem, 3vw, 2rem); line-height: 1.2; letter-spacing: -0.025em; }
.policy-section p { margin: 0.85rem 0; color: var(--ink-soft); }
.policy-section ul, .policy-section ol { margin: 1rem 0; padding-left: 1.35rem; color: var(--ink-soft); }
.policy-section li { margin: 0.7rem 0; padding-left: 0.25rem; }
.policy-section li::marker { color: var(--cyan); font-weight: 750; }
.policy-section strong { color: var(--ink); }
.statement { margin: 1.25rem 0; padding: 1rem 1.1rem; border-left: 3px solid var(--cyan); background: var(--surface); color: var(--ink) !important; font-weight: 650; }
.contact-card { margin-top: 1.25rem; padding: 1.2rem; border: 1px solid var(--line-strong); border-radius: 10px; background: var(--surface); }
.contact-card a { font-size: 1.02rem; font-weight: 750; }

.site-footer { border-top: 1px solid var(--line); background: #050c12; }
.site-footer__inner { width: min(calc(100% - 2rem), var(--max)); min-height: 118px; margin-inline: auto; display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; color: #8fa1b0; font-size: 0.84rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1rem; }
.footer-links a { color: var(--ink-soft); }

.apps-hero { padding: clamp(4rem, 7vw, 6.5rem) 0 3.5rem; border-bottom: 1px solid #303030; }
.apps-hero h1 { max-width: 850px; margin: 0; font-size: clamp(3.2rem, 8vw, 6.7rem); font-weight: 350; line-height: 0.98; letter-spacing: -0.04em; }
.apps-hero p { max-width: 650px; margin: 1.4rem 0 0; color: #b9b9b9; font-size: 1.13rem; }
.app-entry { display: grid; grid-template-columns: 150px minmax(0, 1fr) auto; align-items: center; gap: clamp(1.3rem, 4vw, 3rem); padding: clamp(1.5rem, 4vw, 2.8rem) 0; border-bottom: 1px solid #303030; text-decoration: none; }
.app-entry:first-child { border-top: 1px solid #303030; }
.app-entry:hover { background: rgb(255 255 255 / 2%); }
.app-entry img { width: 120px; height: 120px; border-radius: 24px; }
.app-entry h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -0.04em; }
.app-entry h2 span { color: var(--cyan); }
.app-entry p { max-width: 690px; margin: 0.75rem 0 0; color: #b9b9b9; }
.app-entry__arrow { color: var(--cyan); font-size: 2rem; }

@media (max-width: 980px) {
  .site-header__inner { padding: 0.65rem 0; align-items: flex-start; flex-direction: column; }
  .site-nav { width: 100%; overflow-x: auto; justify-content: flex-start; padding-bottom: 0.1rem; scrollbar-width: none; }
  .site-nav::-webkit-scrollbar { display: none; }
  .site-nav a { flex: 0 0 auto; }
  .site-nav .nav-cta { margin-left: 0; }
  .product-hero__grid, .two-column, .support-layout { grid-template-columns: 1fr; }
  .product-hero__visual { max-width: 880px; }
  .sticky-note, .support-aside { position: static; }
  .docs-layout { grid-template-columns: 1fr; }
  .docs-sidebar { position: static; overflow: visible; }
  .docs-sidebar nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .docs-sidebar a { min-height: 44px; display: flex; align-items: center; border-left: 0; border-bottom: 2px solid var(--line); }
  .cta-band { grid-template-columns: 1fr; }
}

@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-nav { flex-wrap: wrap; gap: 0.3rem; overflow: visible; }
  .site-nav a { padding: 0.55rem 0.65rem; }
  .product-hero { padding-top: 2.8rem; }
  .product-hero h1 { font-size: clamp(3rem, 15vw, 4.7rem); }
  .page-hero h1 { font-size: clamp(2.8rem, 14vw, 4.5rem); }
  .trust-strip__inner { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .trust-item:nth-child(odd) { border-left: 0; }
  .trust-item:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-right: 0; }
  .feature-row, .media-stage__caption { grid-template-columns: 1fr; gap: 0.65rem; }
  .media-pair, .help-grid, .form-grid { grid-template-columns: 1fr; }
  .docs-sidebar nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .policy-meta { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .button--store { min-width: 0; }
  .app-entry { grid-template-columns: 84px minmax(0, 1fr); }
  .app-entry img { width: 76px; height: 76px; border-radius: 16px; }
  .app-entry__arrow { display: none; }
  .site-footer__inner { padding: 2rem 0; align-items: flex-start; flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 420px) {
  .shell, .site-header__inner, .site-footer__inner { width: min(calc(100% - 1.3rem), var(--max)); }
  .product-lockup__name { font-size: 0.93rem; }
  .site-nav a { padding-inline: 0.58rem; font-size: 0.82rem; }
  .trust-item { padding-inline: 0.72rem; }
  .comparison-wrap { margin-inline: -0.3rem; }
}

@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; }
}

@media (forced-colors: active) {
  .button, .product-window, .media-panel, .support-form, .cta-band { border: 1px solid CanvasText; }
}
