@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-500-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-600-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-700-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/assets/fonts/manrope-latin-800-normal.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

:root {
  --canvas: #fcfcf8;
  --surface: #ffffff;
  --ink: #102a2e;
  --muted: #5d6b6d;
  --muted-2: #899496;
  --border: #dce7e4;
  --border-strong: #c5d9d5;
  --teal: #00796b;
  --teal-hover: #00695c;
  --teal-dark: #004d40;
  --mint: #eaf6f3;
  --yellow: #f4be3f;
  --yellow-soft: #fff2c2;
  --indigo: #5564e7;
  --indigo-dark: #3038a4;
  --navy: #143b46;
  --ochre: #c89a43;
  --max: 1200px;
  --shadow: 0 24px 70px rgba(16, 42, 46, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 82px; }
body {
  margin: 0;
  background: var(--canvas);
  color: var(--ink);
  font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; }
img, svg { display: block; max-width: 100%; }

.skip-link {
  position: fixed; left: 12px; top: 12px; z-index: 999;
  transform: translateY(-150%); background: #fff; padding: 10px 14px; border-radius: 10px;
  box-shadow: var(--shadow);
}
.skip-link:focus { transform: translateY(0); }
.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; }
.container { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.narrow { max-width: 820px; }
.section { padding: 116px 0; }
.center-copy { text-align: center; margin-inline: auto; }
.eyebrow { color: var(--teal); font-weight: 750; font-size: 14px; letter-spacing: .01em; }
.eyebrow-dark { color: #5b4808; }
.eyebrow-light { color: #a8e1d6; }
.eyebrow-warm { color: #163f43; }
.eyebrow-final { color: #fff0ab; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.04em; text-wrap: balance; }
h2 { font-size: 40px; line-height: 1.18; margin-bottom: 18px; }
.hero-copy h1 { font-weight: 800; }
.problem h2 { font-weight: 800; }
.how-panel .section-heading h2 { font-weight: 800; }
.why .section-heading h2 { font-weight: 800; }
.faq-section .faq-heading h2 { font-weight: 800; }
.final-card h2 { font-weight: 800; }
p { color: var(--muted); }
html[lang="en"] body {
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3,
html[lang="en"] .btn,
html[lang="en"] .desktop-nav,
html[lang="en"] .brand-copy {
  font-family: "Manrope", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
html[lang="en"] h1,
html[lang="en"] h2,
html[lang="en"] h3 { letter-spacing: -0.055em; }
html[lang="en"] .hero h1 { font-weight: 800; line-height: 1.02; max-width: 11ch; }
html[lang="en"] .hero-lead { font-weight: 500; letter-spacing: -0.012em; }
html[lang="en"] .desktop-nav,
html[lang="en"] .btn { font-weight: 700; letter-spacing: -0.018em; }
html[lang="en"] .brand-copy strong { font-weight: 800; letter-spacing: -0.045em; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(252,252,248,.92); border-bottom: 1px solid rgba(220,231,228,.78);
  backdrop-filter: blur(16px); -webkit-backdrop-filter: blur(16px);
}
.nav-row { height: 72px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 10px; width: max-content; }
.brand-mark { width: 32px; height: 32px; border-radius: 10px; background: #fff; box-shadow: 0 6px 20px rgba(16,42,46,.12); position: relative; overflow: hidden; }
.brand-mark::before, .brand-mark::after, .brand-mark span { content:""; position: absolute; left: 6px; right: 6px; height: 8px; border-radius: 99px 2px 99px 2px; transform: skewX(-18deg); }
.brand-mark::before { top: 5px; background: #0e4654; }
.brand-mark span { top: 12px; background: #17a79b; }
.brand-mark::after { top: 19px; background: #075d70; }
.brand-copy { display: flex; align-items: baseline; gap: 7px; }
.brand-copy strong { font-size: 16px; }
.brand-copy small { color: var(--muted-2); font-weight: 600; }
.desktop-nav { display: flex; gap: 30px; color: var(--muted); font-size: 15px; }
.desktop-nav a, .site-footer nav a { transition: color .16s ease; }
.desktop-nav a:hover, .site-footer nav a:hover { color: var(--teal); }
.desktop-nav a[aria-current="location"] { color: var(--teal); font-weight: 750; }
.nav-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border: 0; font-weight: 750; border-radius: 999px; transition: transform .16s ease, background .16s ease, box-shadow .16s ease; }
.btn-primary { background: var(--yellow); color: var(--ink); box-shadow: 0 10px 24px rgba(200,154,67,.24); }
.btn-primary:hover { background: #efb72d; transform: translateY(-1px); }
.btn-compact { min-height: 44px; padding: 0 20px; font-size: 14px; }
.btn-large { min-height: 52px; padding-inline: 28px; }
.locale-control {
  display: inline-grid;
  grid-auto-flow: column;
  align-items: stretch;
  min-height: 36px;
  padding: 3px;
  border: 1px solid var(--border-strong);
  border-radius: 999px;
  background: rgba(255,255,255,.72);
  color: var(--muted);
  font-family: "Manrope", ui-sans-serif, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  line-height: 1;
}
.locale-control > * {
  display: inline-grid;
  min-width: 33px;
  place-items: center;
  border-radius: 999px;
  padding: 0 8px;
}
.locale-current { background: var(--teal-dark); color: #fff; }
.locale-switch { color: var(--muted); transition: color .16s ease, background .16s ease; }
.locale-switch:hover { color: var(--teal-dark); background: var(--mint); }
.locale-switch:focus-visible {
  outline: 3px solid rgba(0,121,107,.32);
  outline-offset: 2px;
  color: var(--teal-dark);
}
.text-link { font-weight: 700; color: var(--muted); }
.text-link:hover { color: var(--teal); }
.menu-button { display: none; width: 44px; height: 44px; border: 0; background: transparent; border-radius: 12px; padding: 10px; cursor: pointer; }
.menu-button span:not(.sr-only) { display: block; height: 2px; background: var(--ink); border-radius: 99px; margin: 5px 0; transition: transform .18s ease, opacity .18s ease; }
.menu-button[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.menu-button[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.menu-button[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }
.mobile-menu { position: absolute; inset: 72px 0 auto; padding: 14px 0 20px; background: rgba(252,252,248,.98); box-shadow: 0 28px 50px rgba(16,42,46,.12); }
.mobile-menu-panel { background: #fff; border: 1px solid var(--border); border-radius: 28px; padding: 18px; display: grid; gap: 4px; box-shadow: 0 16px 42px rgba(16,42,46,.10); }
.mobile-menu-panel > a:not(.btn) { padding: 12px 10px; font-weight: 650; }
.mobile-menu-divider { height: 1px; background: var(--border); margin: 8px 0; }

.hero { position: relative; overflow: hidden; background: #fff; min-height: 680px; display: flex; align-items: center; }
.hero-orb { position: absolute; width: 54vw; aspect-ratio: 1; right: -15vw; bottom: -42%; border-radius: 46% 0 0 0; background: rgba(85,100,231,.08); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: 5fr 7fr; gap: 60px; align-items: center; position: relative; z-index: 1; }
.hero h1 { font-size: clamp(48px, 4.6vw, 64px); line-height: 1.05; margin: 16px 0 24px; }
.hero h1 span { color: var(--teal); }
.hero-lead { font-size: 19px; max-width: 520px; }
.hero-actions { display: flex; align-items: center; gap: 22px; margin-top: 30px; }
.platform-note { margin: 18px 0 0; color: var(--muted-2); font-size: 14px; }
.platform-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); display: inline-block; margin-right: 9px; }

.visual-shell { position: relative; background: #fff; border: 1px solid var(--border-strong); border-radius: 20px; box-shadow: var(--shadow); overflow: visible; }
.hero-visual { aspect-ratio: 16 / 10; }
.feature-visual { width: 100%; aspect-ratio: 4 / 3; }
.product-asset-shell { overflow: hidden; padding: 0; background: #fff; }
.product-asset-shell picture { display: block; width: 100%; height: 100%; }
.product-asset-shell img {
  display: block; width: 100%; height: 100%; max-width: none;
  object-fit: cover; object-position: center; border-radius: inherit;
}
.hero-visual.product-asset-shell {
  overflow: visible;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.hero-visual.product-asset-shell img { object-fit: contain; }
.product-story .product-asset-shell { overflow: visible; background: transparent; }
.product-story .product-asset-shell img { object-fit: contain; }

.problem { background: #fff; }
.problem h2 { margin-top: 10px; }
.problem p { font-size: 18px; margin-bottom: 0; }

.how-panel { background: var(--yellow); border-radius: 34px; padding: 66px; }
.section-heading { max-width: 720px; margin-bottom: 46px; }
.section-heading p { font-size: 18px; margin-bottom: 0; }
.workflow-rail { display: none; }
.workflow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.workflow-step { background: rgba(255,255,255,.80); border: 1px solid rgba(16,42,46,.10); border-radius: 22px; padding: 28px; min-height: 220px; }
.step-no { color: var(--indigo-dark); font-size: 13px; font-weight: 800; display: block; margin-bottom: 28px; }
.workflow-step h3 { font-size: 23px; line-height: 1.28; margin-bottom: 12px; }
.workflow-step p { margin-bottom: 0; }

.feature-block { position: relative; }
.feature-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 64px; align-items: center; }
.feature-copy { grid-column: span 5; }
.feature-copy h2 { margin-top: 10px; }
.feature-copy > p { font-size: 18px; }
.feature-visual-stage { grid-column: span 7; padding: 38px; border-radius: 34px; }
.stage-indigo { background: var(--indigo); }
.stage-navy { background: rgba(255,255,255,.08); }
.stage-ochre { background: rgba(255,255,255,.24); }
.feature-two { background: var(--navy); color: #fff; }
.feature-three { background: var(--ochre); }
.dark-copy > p, .light-list li { color: rgba(255,255,255,.74); }
.warm-copy > p, .warm-list li { color: rgba(16,42,46,.76); }
.check-list { list-style: none; padding: 0; margin: 26px 0 0; }
.check-list li { position: relative; padding-left: 22px; margin: 10px 0; color: var(--muted); }
.check-list li::before { content:""; width: 8px; height: 8px; border-radius: 50%; position: absolute; left: 0; top: .72em; background: var(--teal); }
.light-list li::before { background: var(--yellow); }
.warm-list li::before { background: var(--indigo-dark); }

.why { background: #eff8f5; }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-grid article { background: #fff; border: 1px solid var(--border); border-radius: 24px; padding: 30px; min-height: 220px; }
.why-grid span { color: var(--teal); font-size: 13px; font-weight: 800; }
.why-grid h3 { margin: 34px 0 12px; font-size: 23px; }
.why-grid p { margin-bottom: 0; }
.why-stepper-tabs { display: none; }

.experience-section { background: #fff; }
.experience-panel {
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 64px;
  align-items: end;
  padding: 56px;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 32px;
  background: linear-gradient(135deg, #7d1d46, #651535);
  color: #fff;
}
.experience-copy h2 { margin: 10px 0 18px; color: #fff; font-size: clamp(34px, 3.4vw, 48px); line-height: 1.12; }
.experience-copy p { max-width: 530px; margin-bottom: 0; color: rgba(255, 255, 255, .78); font-size: 18px; }
.experience-copy .experience-note { margin-top: 18px; color: rgba(255, 255, 255, .64); font-size: 15px; }
.experience-copy .eyebrow { color: #fff; }
.experience-summary { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
.experience-metric { min-height: 164px; display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 24px; border-radius: 22px; background: #fff; }
.experience-metric strong { color: #651535; font-size: clamp(25px, 2.3vw, 34px); line-height: 1.08; letter-spacing: -.035em; }

@media (min-width: 721px) {
  .why-grid > .why-stepper-panel[hidden] { display: block !important; }
}

.faq-grid { display: grid; grid-template-columns: 4fr 7fr; gap: 84px; align-items: start; }
.faq-heading { position: sticky; top: 110px; }
.faq-list { border-top: 1px solid var(--border); }
details { border-bottom: 1px solid var(--border); }
summary { list-style: none; min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; font-weight: 700; }
summary::-webkit-details-marker { display: none; }
summary span { font-size: 20px; color: var(--teal); transition: transform .18s ease; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: -6px 44px 24px 0; }

.final-section { background: var(--indigo); color: #fff; padding: 84px 0; }
.final-card { text-align: center; border-radius: 40px; padding: 76px 32px; background: var(--indigo-dark); }
.final-card h2 { font-size: 44px; margin: 10px 0 18px; }
.final-card p { color: rgba(255,255,255,.76); font-size: 18px; }
.final-note { display: block; color: rgba(255,255,255,.58); font-size: 13px; margin-top: 14px; }

.browser-support-note { margin: 12px 0 0; color: var(--muted-2); font-size: 14px; }
.install-dialog[hidden] { display: none; }
.install-dialog { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 24px; }
.install-dialog-backdrop { position: absolute; inset: 0; border: 0; background: rgba(16,42,46,.52); cursor: default; }
.install-dialog-panel { position: relative; width: min(100%, 440px); padding: 36px; border-radius: 28px; background: #fff; box-shadow: 0 28px 70px rgba(16,42,46,.25); }
.install-dialog-panel h2 { margin: 8px 0 12px; font-size: 32px; }
.install-dialog-panel > p:not(.eyebrow) { margin: 0; color: var(--muted); }
.install-dialog-close { position: absolute; top: 14px; right: 16px; width: 36px; height: 36px; border: 0; border-radius: 50%; background: var(--warm); color: var(--ink); font-size: 24px; line-height: 1; }
.install-store-options { display: grid; gap: 10px; margin-top: 24px; }
.install-store-option { display: flex; align-items: center; justify-content: space-between; min-height: 52px; padding: 0 18px; border: 1px solid var(--border); border-radius: 16px; color: var(--ink); font-weight: 750; }
.install-store-option::after { content: "↗"; color: var(--teal); }
.install-store-option:hover { border-color: var(--teal); color: var(--teal-dark); }

.site-footer { background: var(--teal-dark); color: #fff; padding: 54px 0 66px; }
.footer-grid { display: flex; align-items: flex-start; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(255,255,255,.18); padding-top: 30px; }
.footer-brand .brand-copy small, .site-footer p { color: rgba(255,255,255,.62); }
.site-footer p { font-size: 14px; margin: 12px 0 0; }
.site-footer nav { display: flex; gap: 26px; color: rgba(255,255,255,.72); font-size: 14px; }

@media (min-width: 981px) {
  html[lang="en"] .hero-grid { grid-template-columns: 1fr 1fr; gap: 40px; }
  html[lang="en"] .hero h1 { font-size: clamp(48px, 3.7vw, 52px); max-width: none; }
}

@media (max-width: 980px) {
  .container { width: min(calc(100% - 48px), var(--max)); }
  .section { padding: 88px 0; }
  .desktop-nav { display: none; }
  .nav-row { grid-template-columns: 1fr auto; }
  .menu-button { display: block; }
  .hero { min-height: auto; }
  .hero-grid, .feature-grid, .faq-grid { grid-template-columns: 1fr; gap: 46px; }
  .hero-copy, .feature-copy, .feature-visual-stage { grid-column: auto; }
  .workflow-grid, .why-grid { grid-template-columns: 1fr; }
  .workflow-step { min-height: auto; }
  .faq-heading { position: static; }
  .feature-two .feature-visual-stage { order: 2; }
  .feature-two .feature-copy { order: 1; }
}

@media (max-width: 680px) {
  html { scroll-padding-top: 72px; }
  .container { width: calc(100% - 32px); }
  .section { padding: 62px 0; }
  .nav-row { height: 68px; gap: 8px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 30px; height: 30px; }
  .btn-compact { min-height: 42px; padding-inline: 15px; font-size: 13px; }
  .locale-control { min-height: 34px; font-size: 11px; }
  .locale-control > * { min-width: 30px; padding-inline: 7px; }
  .nav-actions > [data-install-cta] { display: none; }
  .menu-button { width: 42px; height: 42px; }
  .mobile-menu { inset: 68px 0 auto; }
  .mobile-menu-panel { border-radius: 30px; padding: 16px; }

  h2 { font-size: 32px; }
  .hero { padding-top: 56px; }
  .hero-orb { display: none; }
  .hero-grid { gap: 40px; }
  .hero h1 { font-size: clamp(40px, 11.4vw, 48px); line-height: 1.08; margin-top: 14px; }
  html[lang="en"] .hero h1 { font-size: 32px; line-height: 1.1; max-width: none; }
  .hero-lead { font-size: 17px; }
  .hero-actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero-actions .btn { width: 100%; }
  .hero-actions .text-link { text-align: center; }
  .browser-support-note { text-align: center; }
  .install-dialog { padding: 16px; }
  .install-dialog-panel { padding: 32px 22px 24px; }
  .platform-note { text-align: center; }
  .hero-visual { aspect-ratio: 4 / 3; border-radius: 24px; }
  .visual-shell { border-radius: 24px; box-shadow: 0 20px 46px rgba(16,42,46,.12); }

  .problem h2 { font-size: 36px; }
  .problem p, .section-heading p, .feature-copy > p { font-size: 17px; }

  .how-panel { width: calc(100% - 12px); padding: 38px 20px 26px; border-radius: 32px; }
  .how-panel .section-heading { margin-bottom: 30px; }
  .workflow-rail { display: flex; align-items: center; justify-content: center; gap: 10px; margin-bottom: 18px; }
  .workflow-rail span { width: 34px; height: 34px; border-radius: 50%; background: #111; color: #fff; display: grid; place-items: center; font-weight: 800; font-size: 13px; }
  .workflow-rail i { height: 2px; width: 38px; background: rgba(16,42,46,.20); }
  .workflow-grid { gap: 12px; }
  .workflow-step { border-radius: 24px; padding: 22px; }
  .workflow-step:not(:first-child) { display: none; }
  .step-no { margin-bottom: 16px; }

  .feature-block { background: #fff; color: var(--ink); }
  .feature-grid { gap: 22px; }
  .feature-copy { border-radius: 30px; padding: 30px 24px; }
  .feature-copy .eyebrow { margin-bottom: 8px; }
  .feature-copy h2 { font-size: 34px; margin-top: 0; }
  .feature-one .feature-copy { order: 2; background: var(--indigo); color: #fff; }
  .feature-one .feature-visual-stage { order: 1; }
  .feature-one .feature-copy > p, .feature-one .check-list li { color: rgba(255,255,255,.80); }
  .feature-one .feature-copy .eyebrow { color: #d9dcff; }
  .feature-one .check-list li::before { background: var(--yellow); }
  .feature-two .feature-copy { background: var(--navy); color: #fff; }
  .feature-three .feature-copy { background: var(--ochre); color: var(--ink); }
  .feature-visual-stage { padding: 0; background: transparent; border-radius: 0; }
  .feature-visual { aspect-ratio: 4 / 3; border-radius: 24px; }
  .feature-two .feature-visual-stage, .feature-three .feature-visual-stage { order: 2; }
  .feature-two .feature-copy, .feature-three .feature-copy { order: 1; }

  .why { background: #fff; }
  .why .section-heading { margin-bottom: 28px; }
  .why-grid { gap: 14px; }
  .why-grid article { border-radius: 26px; padding: 25px; min-height: auto; background: #eff8f5; }
  .why-grid h3 { margin-top: 26px; }

  .experience-panel { grid-template-columns: 1fr; gap: 34px; padding: 40px; }

  .faq-grid { gap: 24px; }
  .faq-heading { margin-bottom: 0; }
  .faq-list { border: 1px solid var(--border); border-radius: 28px; padding: 0 20px; background: #fff; overflow: hidden; }
  .faq-list details:last-child { border-bottom: 0; }
  summary { min-height: 72px; }

  .final-section { background: #fff; padding: 62px 0; }
  .final-card { border-radius: 36px; padding: 54px 24px; background: var(--indigo); }
  .final-card h2 { font-size: 36px; }
  .final-card .btn { width: 100%; }

  .footer-grid { flex-direction: column; }
  .site-footer nav { flex-wrap: wrap; }
}

@media (max-width: 380px) {
  .container { width: calc(100% - 28px); }
  .nav-actions { gap: 3px; }
  .btn-compact { padding-inline: 12px; }
  .hero h1 { font-size: 40px; }
  .feature-copy h2 { font-size: 31px; }
  .how-panel { width: calc(100% - 6px); }
}

@media (prefers-reduced-motion: no-preference) {
  .motion-ready .story-reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity .46s ease, transform .46s cubic-bezier(.22, .8, .36, 1), box-shadow .18s ease;
  }

  .motion-ready .story-reveal.is-revealed { opacity: 1; transform: translateY(0); }
  .motion-ready .hero-copy.story-reveal { transition-delay: 0ms; }
  .motion-ready .hero-visual.story-reveal { transition-delay: 100ms; }

  @media (min-width: 981px) {
    .motion-ready .product-story .feature-visual-stage.story-reveal {
      opacity: 0;
      transform: translate3d(72px, 0, 0) scale(.985);
      transition: opacity 700ms ease, transform 700ms cubic-bezier(.16, 1, .3, 1);
    }

    .motion-ready .product-story .feature-visual-stage.story-reveal.is-revealed {
      opacity: 1; transform: translate3d(0, 0, 0) scale(1);
    }
  }

  @media (hover: hover) and (pointer: fine) {
    .feature-media-primary:hover { transform: translateY(-4px); box-shadow: 0 32px 68px rgba(10, 32, 38, .25); }
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}

.legal-page { background: #fff; min-height: 72vh; padding: 96px 0 120px; }
.legal-container { max-width: 820px; }
.legal-container h1 { font-size: 56px; line-height: 1.08; margin: 12px 0 24px; }
.legal-lead { font-size: 19px; margin-bottom: 58px; }
.legal-container section { padding: 30px 0; border-top: 1px solid var(--border); }
.legal-container section h2 { font-size: 26px; margin-bottom: 12px; }
.legal-container section p { margin-bottom: 0; }
@media (max-width:680px){.legal-page{padding:68px 0 88px}.legal-container h1{font-size:42px}.legal-lead{font-size:17px;margin-bottom:42px}.legal-container section{padding:24px 0}.legal-container section h2{font-size:23px}}

.mobile-product-index { display: none; }

@media (max-width: 720px) {
  .hero-grid { gap: 24px; }
  .hero-visual.product-asset-shell { overflow: hidden; aspect-ratio: 4 / 3; }
  .hero-visual.product-asset-shell img { transform: scale(1.2); transform-origin: 50% 50%; }

  .product-story { overflow: visible; }
  .product-story-rail { display: none; }
  .product-story .feature-block { padding: 28px 0; background: transparent; }
  .product-story .feature-grid { display: flex; flex-direction: column; gap: 28px; }
  .product-story .feature-visual-stage {
    order: 1;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
  }
  .product-story .feature-copy { order: 2; width: 100%; padding: 8px 2px 0; background: transparent; color: var(--ink); }
  .product-story .feature-copy > p,
  .product-story .check-list li { color: var(--muted); }
  .product-story .feature-one .feature-copy .eyebrow { color: var(--teal); }
  .product-story [data-story-section="matching"] .feature-copy .eyebrow { color: var(--teal); }
  .product-story .feature-media-safe-area { min-height: 0; aspect-ratio: 16 / 9; overflow: hidden; }
  .product-story [data-story-section="discovery"] .feature-media-safe-area {
    aspect-ratio: 4 / 3;
    display: grid;
    place-items: center;
  }
  .product-story .feature-media-primary {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin: 0;
    transform: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
  }
  .product-story [data-story-section="matching"] .feature-media-primary img,
  .product-story [data-story-section="confirm"] .feature-media-primary img {
    transform: scale(1.05);
    transform-origin: 50% 50%;
  }
  .product-story [data-story-section="discovery"] .feature-media-primary img {
    transform: translateX(-21%) scale(1.30);
    transform-origin: 50% 50%;
  }
  .product-story .feature-media-secondary[hidden],
  .product-story .feature-media-secondary { display: none; }

  .how-section { padding-bottom: 22px; }
  .how-panel { padding: 34px 22px; }
  .how-panel .section-heading { margin-bottom: 0; }
  .how-panel .workflow-rail,
  .how-panel .workflow-grid { display: none; }

  .mobile-product-index {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    width: calc(100% - 32px);
    margin: 0 auto 18px;
  }
  .mobile-product-index a {
    min-height: 56px;
    display: grid;
    place-items: center;
    padding: 8px 6px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: #fff;
    color: var(--ink);
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
  }
  .mobile-product-index a:focus-visible {
    outline: 3px solid rgba(22, 124, 120, .42);
    outline-offset: 2px;
  }

  .product-story .feature-block {
    padding: 28px 0 52px;
    scroll-margin-top: 84px;
  }
  .product-story .feature-grid { gap: 18px; }
  .product-story .feature-copy {
    order: 1;
    border-radius: 28px;
    padding: 30px 24px 28px;
  }
  .product-story .feature-visual-stage { order: 2; }
  .product-story .feature-copy h2 { margin-bottom: 14px; }
  .product-story .check-list { display: none; }

  .product-story .feature-one .feature-copy { background: var(--teal); color: #fff; }
  .product-story [data-story-section="matching"] .feature-copy { background: var(--indigo); color: #fff; }
  .product-story [data-story-section="confirm"] .feature-copy { background: var(--yellow); color: var(--ink); }
  .product-story .feature-one .feature-copy > p,
  .product-story [data-story-section="matching"] .feature-copy > p { color: rgba(255, 255, 255, .82); }
  .product-story .feature-one .feature-copy .eyebrow,
  .product-story [data-story-section="matching"] .feature-copy .eyebrow { color: #d9f4ed; }
  .product-story [data-story-section="confirm"] .feature-copy > p { color: rgba(16, 42, 46, .78); }
  .product-story [data-story-section="confirm"] .feature-copy .eyebrow { color: var(--ink); }

  .why-stepper { display: grid; gap: 22px; }
  .why-grid > .why-stepper-panel {
    min-height: 232px;
    padding: 30px 28px;
    border: 1px solid var(--border);
    border-radius: 30px;
    background: #eff8f5;
  }
  .why-grid > .why-stepper-panel span { color: var(--teal); font-size: 13px; font-weight: 800; }
  .why-grid > .why-stepper-panel h3 { margin: 32px 0 12px; font-size: 28px; line-height: 1.16; }
  .why-grid > .why-stepper-panel p { margin: 0; }
  .why-stepper-tabs { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
  .why-stepper-tab {
    display: grid;
    justify-items: center;
    gap: 9px;
    min-width: 0;
    padding: 0 0 8px;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 13px;
    font-weight: 800;
  }
  .why-stepper-number {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid var(--border);
    border-radius: 50%;
    background: var(--yellow);
    color: var(--ink);
  }
  .why-stepper-tab[aria-selected="true"] { border-bottom-color: var(--teal); color: var(--teal-dark); }
  .why-stepper-tab[aria-selected="true"] .why-stepper-number { border-color: var(--yellow); background: var(--yellow); color: var(--ink); }
  .why-stepper-tab:focus-visible { outline: 3px solid rgba(0, 121, 107, .42); outline-offset: 4px; border-radius: 12px; }

  .how-panel { background: linear-gradient(135deg, #7d1d46, #651535); padding: 44px 24px; }
  .how-panel .section-heading { text-align: center; }
  .how-panel .section-heading .eyebrow,
  .how-panel .section-heading h2,
  .how-panel .section-heading p { color: #fff; }
  .how-panel .section-heading .eyebrow { font-size: 20px; font-weight: 800; }
  .mobile-product-index { display: none; }

  .why-grid > .why-stepper-panel { background: linear-gradient(135deg, #f8c53d, #e9a91d); color: var(--ink); }
  .why-grid > .why-stepper-panel > span { display: none; }
  .why-grid > .why-stepper-panel p { color: rgba(16, 42, 46, .78); }
  .why-stepper-number { border-color: #111; background: #111; color: #fff; }
  .why-stepper-tab { color: #111; }
  .why-stepper-tab[aria-selected="true"] { border-bottom-color: #111; color: #111; }
  .why-stepper-tab[aria-selected="true"] .why-stepper-number { border-color: #111; background: #111; color: #fff; }

  .experience-panel { gap: 28px; padding: 32px 24px; border-radius: 28px; }
  .experience-copy h2 { font-size: 34px; }
  .experience-copy p { font-size: 17px; }
  .experience-summary { grid-template-columns: 1fr; }
  .experience-metric { min-height: 126px; }

  html[lang="en"] .why { display: block; }
}
