@font-face {
  font-family: "Geist Local";
  src: url("assets/fonts/geist-variable.woff2") format("woff2");
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
}

:root {
  --ink: #090b0c;
  --ink-soft: #171a1b;
  --paper: #f4f5f3;
  --white: #ffffff;
  --muted: #606668;
  --line: #d8dcda;
  --cyan: #00b9c6;
  --cyan-dark: #007b84;
  --lime: #b8ee48;
  --coral: #ff684d;
  --yellow: #ffc938;
  --card-radius: 8px;
  --content-width: 1320px;
  --nav-height: 78px;
}

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

html { scroll-behavior: smooth; scroll-padding-top: 92px; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Geist Local", "Microsoft YaHei UI", "PingFang SC", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  text-rendering: optimizeLegibility;
}

body.nav-open { overflow: hidden; }

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, summary { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid var(--lime);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 200;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--lime);
  border-radius: 4px;
  transform: translateY(-160%);
}

.skip-link:focus { transform: translateY(0); }
.page-shell { width: 100%; max-width: 100%; overflow: hidden; }
.section { padding: 176px 0; }
.section-inner { width: min(var(--content-width), calc(100% - 64px)); margin: 0 auto; }

.section-heading { max-width: 740px; margin-bottom: 64px; }
.section-heading.heading-wide { max-width: 1180px; }
.section-kicker {
  margin: 0 0 22px;
  color: var(--cyan-dark);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}
.section-kicker.light { color: var(--lime); }

h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: 0; }
h2 { margin-bottom: 28px; font-size: 56px; line-height: 1.08; font-weight: 690; }
h3 { margin-bottom: 12px; font-size: 26px; line-height: 1.2; }
.section-heading > p:last-child { max-width: 760px; margin-bottom: 0; color: var(--muted); font-size: 18px; }

.site-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  height: var(--nav-height);
  color: var(--white);
  transition: background-color 240ms ease, border-color 240ms ease;
}

.site-nav.is-scrolled,
.site-nav.is-solid {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(9, 11, 12, 0.12);
  backdrop-filter: blur(18px);
}

.nav-inner {
  width: min(1460px, calc(100% - 48px));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 170px; }
.brand img { width: 44px; height: 44px; object-fit: cover; border-radius: 8px; }
.brand span { display: grid; line-height: 1.15; }
.brand strong { font-size: 17px; font-weight: 760; }
.brand small { margin-top: 4px; font-size: 10px; opacity: 0.65; }

.nav-menu { display: flex; align-items: center; gap: 30px; }
.nav-menu > a { font-size: 14px; font-weight: 620; transition: opacity 180ms ease; }
.nav-menu > a:hover { opacity: 0.62; }
.nav-action {
  min-height: 42px;
  padding: 0 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--white) !important;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 6px;
}
.nav-action svg { width: 16px; }
.site-nav:not(.is-scrolled):not(.is-solid) .nav-action { color: var(--ink) !important; background: var(--lime); border-color: var(--lime); }

.icon-button {
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  color: inherit;
  background: transparent;
  border: 1px solid currentColor;
  border-radius: 6px;
  cursor: pointer;
}
.icon-button svg { width: 21px; height: 21px; }
.nav-toggle { display: none; }

.hero {
  position: relative;
  height: 88svh;
  min-height: 720px;
  max-height: 980px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--ink);
  isolation: isolate;
}

.hero-background {
  position: absolute;
  inset: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 46%;
  filter: grayscale(0.7) saturate(0.7) contrast(1.18);
}

.hero-wash {
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(4, 7, 8, 0.56), rgba(4, 7, 8, 0.84)), radial-gradient(circle at 50% 42%, rgba(0, 185, 198, 0.12), transparent 45%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.34'/%3E%3C/svg%3E");
}

.hero-content {
  width: min(1180px, calc(100% - 48px));
  padding-top: 62px;
  text-align: center;
}

.hero-content h1 {
  max-width: 72rem;
  margin: 0 auto 18px;
  font-size: 98px;
  line-height: 1.02;
  font-weight: 720;
}

.hero-statement { margin-bottom: 20px; color: var(--white); font-size: 30px; font-weight: 560; }
.hero-copy { max-width: 800px; margin: 0 auto 34px; color: rgba(255, 255, 255, 0.76); font-size: 17px; }
.hero-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }

.button {
  min-height: 50px;
  padding: 0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 700;
  line-height: 1.2;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; height: 18px; }
.button-primary { color: var(--ink); background: var(--lime); }
.button-primary:hover { background: var(--white); }
.button-ghost { color: var(--white); background: rgba(9, 11, 12, 0.45); border-color: rgba(255, 255, 255, 0.5); }
.button-ghost:hover { background: var(--white); color: var(--ink); border-color: var(--white); }
.button-dark { color: var(--white); background: var(--ink); border-color: var(--ink); }
.button-dark:hover { color: var(--ink); background: var(--white); }
.button-light { color: var(--ink); background: var(--white); }
.button-outline-light { color: var(--white); background: transparent; border-color: rgba(255, 255, 255, 0.56); }
.button-outline-light:hover { color: var(--ink); background: var(--lime); border-color: var(--lime); }

.hero-footnote {
  position: absolute;
  right: 28px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
}
.hero-footnote span { width: 22px; height: 1px; background: var(--lime); }

.platform-marquee { overflow: hidden; color: var(--ink); background: var(--lime); border-bottom: 1px solid rgba(9, 11, 12, 0.24); }
.marquee-track { width: max-content; display: flex; animation: marquee 28s linear infinite; }
.marquee-group { min-width: max-content; padding: 18px 0; display: flex; align-items: center; }
.marquee-group span, .marquee-group b { position: relative; padding: 0 34px; font-size: 13px; }
.marquee-group span { font-weight: 850; }
.marquee-group b { font-weight: 500; }
.marquee-group b::before { content: ""; position: absolute; left: 0; top: 50%; width: 5px; height: 5px; background: var(--coral); transform: translate(-50%, -50%) rotate(45deg); }
@keyframes marquee { to { transform: translateX(-50%); } }

.inline-case-mark { width: 54px; height: 42px; margin: 0 9px; display: inline-grid; place-items: center; vertical-align: -0.08em; color: var(--cyan-dark); border: 1px solid var(--cyan-dark); border-radius: 6px; }
.inline-case-mark svg { width: 26px; height: 26px; stroke-width: 1.6; }

.capabilities { background: var(--paper); }
.bento-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: minmax(390px, auto) minmax(330px, auto);
  grid-auto-flow: dense;
  gap: 12px;
}
.bento-card {
  position: relative;
  overflow: hidden;
  padding: 34px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--card-radius);
}
.bento-card p { color: var(--muted); }
.bento-system { grid-column: span 7; display: grid; grid-template-columns: 0.75fr 1.25fr; gap: 32px; color: var(--white); background: var(--ink); border-color: var(--ink); }
.bento-system p { color: rgba(255, 255, 255, 0.64); }
.bento-apps { grid-column: span 5; }
.bento-media, .bento-recovery, .bento-case { grid-column: span 4; }
.interactive-surface { transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease; }
.interactive-surface:hover { transform: translateY(-5px); border-color: var(--cyan); box-shadow: 0 24px 50px rgba(9, 11, 12, 0.1); }

.card-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 36px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--cyan-dark);
  border-radius: 7px;
}
.card-icon svg { width: 23px; }
.card-icon.accent-lime { color: var(--ink); background: var(--lime); }
.card-icon.accent-coral { background: var(--coral); }

.data-console { align-self: stretch; display: grid; align-content: start; border-left: 1px solid rgba(255, 255, 255, 0.16); }
.console-bar { min-height: 54px; padding: 0 12px 0 22px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 9px; border-bottom: 1px solid rgba(255, 255, 255, 0.16); }
.console-bar > span { width: 8px; height: 8px; background: var(--lime); border-radius: 50%; }
.console-bar strong { font-size: 12px; }
.console-bar small { color: rgba(255, 255, 255, 0.5); font-size: 10px; }
.console-row { min-height: 82px; padding: 12px 0 12px 22px; display: grid; grid-template-columns: 38px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
.console-row img { width: 34px; height: 34px; object-fit: contain; }
.console-row span { display: grid; }
.console-row b { font-size: 13px; }
.console-row small { color: rgba(255, 255, 255, 0.5); font-size: 10px; }
.console-row em { padding: 4px 7px; color: var(--lime); font-size: 9px; font-style: normal; border: 1px solid rgba(184, 238, 72, 0.35); border-radius: 4px; }

.app-orbit { margin-top: 38px; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.app-orbit figure { margin: 0; text-align: center; }
.app-orbit img { width: 48px; height: 48px; margin: 0 auto 8px; object-fit: contain; transition: transform 500ms ease; }
.bento-apps:hover .app-orbit img { transform: translateY(-4px) scale(1.06); }
.app-orbit figcaption { color: var(--muted); font-size: 10px; }
.scope-note { position: absolute; bottom: 24px; left: 34px; right: 34px; color: #818789; font-size: 10px; }

.media-strip { position: absolute; right: 24px; bottom: 24px; display: flex; }
.media-strip img { width: 54px; height: 54px; margin-left: -10px; padding: 8px; object-fit: contain; background: #eff1ef; border: 3px solid var(--white); border-radius: 50%; }
.state-legend { position: absolute; left: 34px; right: 34px; bottom: 30px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 5px; }
.state-legend span { padding: 7px 4px; color: var(--ink); font-size: 10px; text-align: center; border-bottom: 3px solid var(--line); }
.state-legend .deleted { border-color: var(--coral); }
.state-legend .recovered { border-color: var(--cyan); }
.state-legend .fragment { border-color: var(--yellow); }
.case-path { position: absolute; left: 34px; right: 34px; bottom: 34px; display: flex; align-items: center; justify-content: space-between; }
.case-path span { font-size: 11px; font-weight: 750; }
.case-path svg { width: 14px; color: var(--cyan-dark); }

.product-showcase { background: #e8ebe9; }
.showcase-heading { max-width: 1040px !important; }
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-flow: dense;
  gap: 14px;
}
.showcase-card {
  margin: 0;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: var(--card-radius);
}
.showcase-media {
  aspect-ratio: 1.845 / 1;
  overflow: hidden;
  background: #071116;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}
.showcase-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(.2, .75, .2, 1);
}
.showcase-card:hover .showcase-media img { transform: scale(1.035); }
.showcase-card figcaption {
  min-height: 126px;
  padding: 24px 26px 26px;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 15px;
  color: var(--white);
}
.showcase-card figcaption > svg { width: 22px; margin-top: 4px; color: var(--lime); }
.showcase-card h3 { margin-bottom: 8px; font-size: 23px; }
.showcase-card p { margin: 0; color: rgba(255, 255, 255, 0.62); font-size: 13px; line-height: 1.65; }
.showcase-note { margin: 24px 0 0; display: flex; align-items: center; gap: 8px; color: var(--muted); font-size: 13px; }
.showcase-note svg { flex: 0 0 auto; width: 17px; color: var(--cyan-dark); }

.connection-section { color: var(--white); background: var(--ink); }
.connection-grid { display: grid; grid-template-columns: 0.78fr 1.22fr; gap: 110px; align-items: start; }
.connection-sticky { max-width: 490px; padding-top: 8px; }
.connection-sticky h2 { font-size: 54px; }
.connection-sticky > p:not(.section-kicker) { margin-bottom: 34px; color: rgba(255, 255, 255, 0.58); }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--cyan-dark); font-size: 14px; font-weight: 750; border-bottom: 1px solid currentColor; }
.text-link.light { color: var(--lime); }
.text-link svg { width: 16px; }
.connection-list { display: grid; gap: 28px; }
.connection-card {
  min-height: 520px;
  padding: 38px;
  display: grid;
  grid-template-columns: 44px 1fr;
  grid-template-rows: 1fr 176px;
  gap: 20px 28px;
  color: var(--ink);
  background: var(--white);
  border-radius: var(--card-radius);
}
.connection-index { padding-top: 3px; color: var(--cyan-dark); font-size: 12px; font-weight: 800; }
.connection-title { display: flex; align-items: center; gap: 12px; }
.connection-title svg { width: 26px; color: var(--cyan-dark); }
.connection-title h3 { margin: 0; font-size: 32px; }
.connection-copy > p { margin: 20px 0; color: #515759; }
.clean-list { margin: 0; padding: 0; list-style: none; }
.clean-list li { position: relative; padding: 8px 0 8px 22px; color: #363b3d; font-size: 14px; border-top: 1px solid var(--line); }
.clean-list li::before { content: ""; position: absolute; left: 2px; top: 18px; width: 7px; height: 7px; background: var(--lime); border: 1px solid var(--ink); }
.connection-visual { grid-column: 1 / -1; overflow: hidden; border-top: 1px solid var(--line); }
.guide-visual { display: grid; place-items: center; background: #edf0ef; }
.guide-visual img { width: auto; height: 154px; object-fit: contain; transition: transform 700ms ease; }
.connection-card:hover .guide-visual img { transform: scale(1.06); }
.usb-visual { display: flex; align-items: center; justify-content: center; gap: 28px; color: var(--ink); background: var(--lime); }
.usb-visual img { width: 72px; height: 72px; object-fit: contain; }
.usb-visual > span { width: 180px; height: 2px; background: var(--ink); }
.usb-visual > span::after { content: ""; display: block; width: 48%; height: 100%; background: var(--coral); animation: cable-flow 2s ease-in-out infinite alternate; }
.usb-visual svg { width: 64px; height: 64px; }
@keyframes cable-flow { to { transform: translateX(110%); } }
.connection-wifi { border-top: 8px solid var(--lime); }
.connection-offline { border-top: 8px solid var(--coral); }

.workflow-section { background: var(--white); }
.horizontal-accordion { min-height: 470px; display: flex; overflow: hidden; border: 1px solid var(--ink); border-radius: var(--card-radius); }
.accordion-panel {
  flex: 1 1 0;
  min-width: 0;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: var(--ink);
  background: var(--paper);
  border-left: 1px solid var(--ink);
  cursor: pointer;
  transition: flex 550ms cubic-bezier(.2, .75, .2, 1), background-color 300ms ease, color 300ms ease;
}
.accordion-panel:first-child { border-left: 0; }
.accordion-panel.is-active { flex: 3.1 1 0; color: var(--white); background: var(--ink); }
.accordion-number { font-size: 12px; font-weight: 800; }
.accordion-panel > svg { width: 52px; height: 52px; color: var(--cyan-dark); }
.accordion-panel.is-active > svg { color: var(--lime); }
.accordion-content { overflow: hidden; }
.accordion-content h3 { white-space: nowrap; }
.accordion-content p { width: 340px; max-width: 100%; margin: 0; color: var(--muted); opacity: 0; transform: translateY(12px); transition: opacity 280ms 130ms ease, transform 280ms 130ms ease; }
.accordion-panel.is-active .accordion-content p { color: rgba(255, 255, 255, 0.66); opacity: 1; transform: none; }

.advantage-section { padding-bottom: 240px; background: #e8ebe9; }
.stacking-cards { position: relative; }
.advantage-card {
  position: sticky;
  top: 112px;
  min-height: 410px;
  margin-bottom: 44px;
  padding: 60px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  border: 1px solid rgba(9, 11, 12, 0.2);
  border-radius: var(--card-radius);
  box-shadow: 0 24px 80px rgba(9, 11, 12, 0.16);
  transform-origin: center top;
}
.advantage-card > div { max-width: 820px; }
.advantage-card span { display: block; margin-bottom: 26px; font-size: 12px; font-weight: 850; }
.advantage-card h3 { margin-bottom: 22px; font-size: 46px; }
.advantage-card p { max-width: 720px; margin: 0; font-size: 17px; }
.advantage-card > svg { width: 90px; height: 90px; }
.stack-local { background: var(--white); }
.stack-speed { top: 132px; background: var(--cyan); }
.stack-context { top: 152px; background: var(--lime); }
.stack-honest { top: 172px; color: var(--white); background: var(--ink); }
.stack-honest p { color: rgba(255, 255, 255, 0.65); }

.privacy-band { padding: 190px 0; background: var(--lime); }
.privacy-layout { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 130px; }
.privacy-layout h2 { max-width: 740px; font-size: 68px; }
.reveal-copy .reveal-token { opacity: 1; }
.privacy-rules { border-top: 1px solid var(--ink); }
.privacy-rules > div:not(.privacy-links) { padding: 25px 0; display: grid; grid-template-columns: 34px 1fr; gap: 18px; border-bottom: 1px solid rgba(9, 11, 12, 0.45); }
.privacy-rules svg { width: 24px; }
.privacy-rules p { margin: 0; }
.privacy-rules strong { display: block; margin-bottom: 5px; }
.privacy-links { padding-top: 34px; display: flex; align-items: center; flex-wrap: wrap; gap: 22px; }

.notice-section { background: var(--paper); }
.notice-layout { display: grid; grid-template-columns: 0.72fr 1.28fr; gap: 100px; }
.notice-list { border-top: 1px solid var(--ink); }
.notice-list details { border-bottom: 1px solid var(--ink); }
.notice-list summary { padding: 28px 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-size: 21px; font-weight: 680; cursor: pointer; list-style: none; }
.notice-list summary::-webkit-details-marker { display: none; }
.notice-list summary svg { width: 20px; transition: transform 200ms ease; }
.notice-list details[open] summary svg { transform: rotate(45deg); }
.notice-list details p { max-width: 760px; padding: 0 48px 28px 0; margin: 0; color: var(--muted); }

.final-cta { padding: 150px 32px 90px; color: var(--white); background: var(--ink); }
.final-cta-inner { width: min(1160px, 100%); margin: 0 auto; text-align: center; }
.final-cta h2 { max-width: 1000px; margin: 0 auto 54px; font-size: 82px; }
.prepare-checks { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255, 255, 255, 0.28); border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
.prepare-checks span { min-height: 104px; padding: 22px; display: flex; align-items: center; justify-content: center; gap: 10px; font-size: 13px; border-left: 1px solid rgba(255, 255, 255, 0.28); }
.prepare-checks span:first-child { border-left: 0; }
.prepare-checks svg { width: 18px; color: var(--lime); }
.final-actions { margin-top: 40px; display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; }
.final-cta-inner > p { margin: 34px 0 0; color: rgba(255, 255, 255, 0.48); font-size: 12px; }
.support-link { color: var(--lime); font-weight: 800; border-bottom: 1px solid currentColor; }

.site-footer { padding: 72px 0 28px; color: var(--white); background: var(--ink); border-top: 1px solid rgba(255, 255, 255, 0.15); }
.footer-inner { width: min(var(--content-width), calc(100% - 64px)); margin: 0 auto; }
.footer-brand { color: var(--white); }
.footer-inner > p { max-width: 460px; margin: 28px 0; color: rgba(255, 255, 255, 0.5); font-size: 14px; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 28px; }
.site-footer nav a { color: rgba(255, 255, 255, 0.78); font-size: 13px; }
.site-footer nav a:hover { color: var(--lime); }
.site-footer .footer-bottom a { color: rgba(255, 255, 255, 0.7); border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.site-footer .footer-bottom a:hover { color: var(--lime); border-color: var(--lime); }
.site-toast { position: fixed; right: 24px; bottom: 24px; z-index: 180; max-width: min(360px, calc(100% - 36px)); padding: 14px 17px; color: var(--white); background: var(--ink); border: 1px solid var(--lime); border-radius: 6px; box-shadow: 0 18px 44px rgba(9, 11, 12, 0.22); font-size: 13px; opacity: 0; transform: translateY(12px); pointer-events: none; transition: opacity 180ms ease, transform 180ms ease; }
.site-toast.is-visible { opacity: 1; transform: none; }
.footer-bottom { margin-top: 58px; padding-top: 20px; display: flex; justify-content: space-between; color: rgba(255, 255, 255, 0.38); font-size: 11px; border-top: 1px solid rgba(255, 255, 255, 0.14); }

/* Legal pages */
.legal-page { background: var(--white); }
.legal-hero { padding: 190px 0 104px; color: var(--white); background: var(--ink); }
.legal-hero-inner { width: min(1160px, calc(100% - 64px)); margin: 0 auto; }
.legal-hero-inner > p { margin-bottom: 30px; color: var(--lime); font-size: 13px; font-weight: 800; }
.legal-hero h1 { max-width: 1080px; margin-bottom: 48px; font-size: 74px; line-height: 1.06; }
.legal-meta { display: flex; flex-wrap: wrap; gap: 16px 36px; color: rgba(255, 255, 255, 0.55); font-size: 12px; }
.use-hero { background: var(--cyan-dark); }
.use-hero .legal-hero-inner > p { color: var(--white); }
.legal-layout { width: min(1200px, calc(100% - 64px)); margin: 0 auto; padding: 110px 0 150px; display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 100px; align-items: start; }
.legal-toc { position: sticky; top: 112px; display: grid; border-top: 1px solid var(--ink); }
.legal-toc strong, .legal-toc a { padding: 11px 0; border-bottom: 1px solid var(--line); }
.legal-toc strong { font-size: 13px; }
.legal-toc a { color: var(--muted); font-size: 12px; }
.legal-toc a:hover { color: var(--cyan-dark); }
.legal-content { min-width: 0; }
.legal-content section { padding: 58px 0; border-bottom: 1px solid var(--line); }
.legal-content section:first-child { padding-top: 0; }
.legal-content h2 { margin-bottom: 24px; font-size: 36px; }
.legal-content h3 { margin-top: 34px; font-size: 20px; }
.legal-content p, .legal-content li { color: #3f4547; }
.legal-content p { max-width: 850px; }
.legal-content li { margin-bottom: 10px; }
.legal-content a:not(.button) { color: var(--cyan-dark); border-bottom: 1px solid currentColor; }
.legal-lead { font-size: 21px; }
.legal-lead p { color: var(--ink); }
.legal-callout { margin: 32px 0; padding: 28px; display: grid; grid-template-columns: 34px 1fr; gap: 18px; background: var(--lime); border-radius: var(--card-radius); }
.legal-callout svg { width: 26px; }
.legal-callout p { margin: 0; color: var(--ink); }
.legal-note { margin-top: 30px; padding-left: 18px; font-size: 13px; border-left: 4px solid var(--coral); }
.allowed-list { padding-left: 22px; }
.prohibited-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.prohibited-grid > div { padding: 28px; display: grid; grid-template-columns: 30px 1fr; gap: 14px; background: var(--white); }
.prohibited-grid svg { width: 24px; color: var(--coral); }
.prohibited-grid p { margin: 0; }
.legal-checklist { margin: 30px 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.legal-checklist span { padding: 16px; display: flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--line); border-radius: 6px; }
.legal-checklist svg { width: 20px; color: var(--cyan-dark); }
.legal-footer { padding-top: 30px; }
.legal-footer .footer-bottom { margin-top: 0; }
.legal-footer a { color: rgba(255, 255, 255, 0.7); }

/* Recovery agreement page */
.agreement-hero { background: var(--cyan-dark); }
.agreement-hero .legal-hero-inner > p { color: var(--lime); }
.agreement-mobile-break { display: none; }
.agreement-page { overflow-x: hidden; }
.agreement-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 18px; margin-top: 34px; }
.agreement-hero-actions .button { color: var(--ink); background: var(--lime); border-color: var(--lime); }
.agreement-hero-actions .button:hover { color: var(--white); background: transparent; border-color: var(--white); }
.agreement-hero-link { display: inline-flex; align-items: center; gap: 7px; color: rgba(255, 255, 255, 0.78); font-size: 13px; font-weight: 700; }
.agreement-hero-link svg { width: 16px; }
.agreement-lead { padding-bottom: 20px !important; }
.agreement-facts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 36px; }
.agreement-facts > div { padding: 28px; background: var(--paper); border: 1px solid var(--line); border-top: 4px solid var(--cyan); border-radius: var(--card-radius); }
.agreement-facts > div:nth-child(2) { border-top-color: var(--lime); }
.agreement-facts > div:nth-child(3) { border-top-color: var(--coral); }
.agreement-facts svg { width: 25px; margin-bottom: 28px; color: var(--cyan-dark); }
.agreement-facts > div:nth-child(2) svg { color: #75a600; }
.agreement-facts > div:nth-child(3) svg { color: var(--coral); }
.agreement-facts h3 { margin-bottom: 10px; font-size: 22px; }
.agreement-facts p { margin: 0; color: var(--muted); font-size: 14px; }
.agreement-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0 30px; }
.agreement-tags span { padding: 11px 15px; color: var(--ink); background: var(--lime); border-radius: 999px; font-size: 13px; font-weight: 720; }
.agreement-price-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 30px 0; }
.agreement-price-grid > div { min-height: 170px; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; background: var(--ink); color: var(--white); border-radius: var(--card-radius); }
.agreement-price-grid span { color: rgba(255, 255, 255, 0.68); font-size: 13px; }
.agreement-price-grid strong { color: var(--lime); font-size: 24px; }
.agreement-price-grid small { color: rgba(255, 255, 255, 0.48); font-size: 11px; }
.agreement-list { padding-left: 22px; }
.agreement-list li { margin-bottom: 13px; }
.agreement-risks { margin: 30px 0; }
.agreement-risks svg { color: var(--coral); }
.agreement-signature { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 24px; margin-top: 42px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--ink); font-size: 14px; }
.agreement-confirm { margin-top: 28px; padding: 18px 20px; color: var(--ink) !important; background: var(--lime); font-weight: 650; }
.agreement-original { padding-bottom: 0 !important; border-bottom: 0 !important; }
.agreement-original-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 24px; }
.agreement-original-heading h2 { margin: 0; }
.agreement-pages { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.agreement-pages figure { margin: 0; background: var(--paper); border: 1px solid var(--line); }
.agreement-pages img { display: block; width: 100%; height: auto; }
.agreement-pages figcaption { padding: 14px 16px 16px; color: var(--muted); font-size: 12px; }

/* Cooperation page */
.cooperation-hero { position: relative; min-height: 760px; padding: 170px 0 92px; overflow: hidden; color: var(--white); background: var(--cyan-dark); isolation: isolate; }
.cooperation-hero::before { content: ""; position: absolute; inset: 0; z-index: -2; opacity: 0.25; background: linear-gradient(120deg, rgba(9, 11, 12, 0.78), transparent 62%), repeating-linear-gradient(90deg, transparent 0 74px, rgba(255, 255, 255, 0.1) 75px, transparent 76px); }
.cooperation-hero::after { content: ""; position: absolute; right: -12%; bottom: -45%; z-index: -1; width: 68vw; height: 68vw; border: 1px solid rgba(255, 255, 255, 0.25); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.05), 0 0 0 140px rgba(255, 255, 255, 0.04); }
.cooperation-hero-inner { width: min(var(--content-width), calc(100% - 64px)); margin: 0 auto; display: grid; grid-template-columns: 0.93fr 1.07fr; gap: 90px; align-items: center; }
.cooperation-hero-copy { max-width: 690px; }
.cooperation-hero-copy h1 { max-width: 760px; margin: 0 0 26px; font-size: 82px; line-height: 1.04; }
.cooperation-hero-copy > p:not(.section-kicker) { max-width: 570px; margin-bottom: 34px; color: rgba(255, 255, 255, 0.73); font-size: 18px; }
.cooperation-actions { justify-content: flex-start; }
.cooperation-hero-visual { position: relative; width: min(560px, 100%); aspect-ratio: 1; margin-left: auto; border: 1px solid rgba(255, 255, 255, 0.34); border-radius: 50%; }
.signal-ring { position: absolute; inset: 15%; border: 1px solid rgba(184, 238, 72, 0.48); border-radius: 50%; animation: pulse-ring 3.4s ease-in-out infinite; }
.ring-two { inset: 27%; animation-delay: -1.1s; border-color: rgba(255, 255, 255, 0.4); }
.ring-three { inset: 39%; animation-delay: -2.2s; border-color: rgba(255, 104, 77, 0.56); }
@keyframes pulse-ring { 0%, 100% { transform: scale(0.96); opacity: 0.56; } 50% { transform: scale(1.04); opacity: 1; } }
.visual-node { position: absolute; width: 104px; height: 104px; padding: 13px 8px; display: grid; place-items: center; align-content: center; gap: 4px; color: var(--ink); background: var(--white); border: 3px solid var(--lime); border-radius: 50%; text-align: center; box-shadow: 0 10px 30px rgba(9, 11, 12, 0.25); }
.visual-node svg { width: 22px; }
.visual-node span, .visual-node small { font-size: 11px; font-weight: 700; }
.node-center { inset: 50% auto auto 50%; width: 164px; height: 164px; color: var(--white); background: var(--ink); border-color: var(--white); transform: translate(-50%, -50%); }
.node-center img { width: 47px; height: 47px; object-fit: contain; filter: grayscale(1) brightness(2); }
.node-center strong { font-size: 14px; }
.node-center small { color: var(--lime); font-size: 10px; }
.node-top { top: 4%; left: 50%; transform: translateX(-50%); }
.node-right { top: 50%; right: 3%; transform: translateY(-50%); border-color: var(--coral); }
.node-bottom { bottom: 4%; left: 50%; transform: translateX(-50%); border-color: var(--cyan); }
.cooperation-marquee { background: var(--white); }
.cooperation-directions { background: var(--paper); }
.direction-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.direction-card { min-height: 360px; padding: 32px; background: var(--white); border: 1px solid var(--line); border-top: 6px solid var(--cyan); border-radius: var(--card-radius); transition: transform 300ms ease, border-color 300ms ease, box-shadow 300ms ease; }
.direction-card:hover { transform: translateY(-5px); border-color: var(--ink); box-shadow: 0 22px 42px rgba(9, 11, 12, 0.1); }
.direction-card:nth-child(2) { border-top-color: var(--lime); }
.direction-card:nth-child(3) { border-top-color: var(--coral); }
.direction-card:nth-child(4) { border-top-color: var(--yellow); }
.direction-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 46px; }
.direction-number { color: var(--muted); font-size: 12px; font-weight: 800; }
.direction-top svg { width: 28px; color: var(--cyan-dark); }
.direction-card:nth-child(2) .direction-top svg { color: #75a600; }
.direction-card:nth-child(3) .direction-top svg { color: var(--coral); }
.direction-card:nth-child(4) .direction-top svg { color: #b48600; }
.direction-card h3 { margin-bottom: 14px; font-size: 29px; }
.direction-card p { min-height: 76px; margin-bottom: 18px; color: var(--muted); font-size: 14px; }
.direction-card ul { margin: 0; padding: 16px 0 0; list-style: none; border-top: 1px solid var(--line); }
.direction-card li { padding: 5px 0 5px 17px; color: #353a3c; font-size: 12px; }
.direction-card li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 10px 1px -17px; background: var(--cyan); }
.direction-card:nth-child(2) li::before { background: var(--lime); }
.direction-card:nth-child(3) li::before { background: var(--coral); }
.direction-card:nth-child(4) li::before { background: var(--yellow); }
.cooperation-process { background: var(--white); }
.process-layout { display: grid; grid-template-columns: 0.82fr 1.18fr; gap: 94px; align-items: start; }
.process-intro h2 { max-width: 620px; font-size: 61px; }
.process-intro > p:last-child { max-width: 500px; color: var(--muted); }
.process-accordion { min-height: 470px; }
.cooperation-boundary { padding: 180px 0; color: var(--white); background: var(--ink); }
.boundary-layout { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 110px; }
.boundary-layout h2 { max-width: 680px; font-size: 62px; }
.boundary-list { border-top: 1px solid rgba(255, 255, 255, 0.3); }
.boundary-list > div { padding: 23px 0; display: grid; grid-template-columns: 32px 1fr; gap: 16px; border-bottom: 1px solid rgba(255, 255, 255, 0.22); }
.boundary-list svg { width: 23px; color: var(--lime); }
.boundary-list p { margin: 0; color: rgba(255, 255, 255, 0.68); }
.boundary-list strong { display: block; margin-bottom: 5px; color: var(--white); }
.cooperation-contact { padding: 116px 0; background: var(--lime); }
.cooperation-contact-inner { width: min(1120px, calc(100% - 64px)); margin: 0 auto; display: flex; align-items: end; justify-content: space-between; gap: 60px; }
.cooperation-contact h2 { max-width: 760px; margin-bottom: 24px; font-size: 62px; }
.cooperation-contact p:not(.section-kicker) { margin: 0; font-size: 18px; }
.contact-phone { font-weight: 850; border-bottom: 2px solid var(--ink); }

@media (max-width: 1180px) {
  .cooperation-hero-copy h1 { font-size: 70px; }
  .cooperation-hero-inner { gap: 50px; }
  .process-layout, .boundary-layout { gap: 60px; }
  .process-intro h2, .boundary-layout h2, .cooperation-contact h2 { font-size: 52px; }
}

@media (max-width: 960px) {
  .cooperation-hero { min-height: 0; padding: 145px 0 92px; }
  .cooperation-hero-inner { grid-template-columns: 1fr; }
  .cooperation-hero-copy { max-width: 780px; }
  .cooperation-hero-visual { margin: 20px auto 0; }
  .process-layout, .boundary-layout { grid-template-columns: 1fr; }
  .process-intro h2, .boundary-layout h2, .cooperation-contact h2 { max-width: 760px; }
  .cooperation-contact-inner { align-items: start; flex-direction: column; }
}

@media (max-width: 720px) {
  .cooperation-hero { padding: 118px 0 70px; }
  .cooperation-hero-inner, .cooperation-contact-inner { width: calc(100% - 36px); }
  .cooperation-hero-copy h1 { font-size: 47px; }
  .cooperation-hero-copy > p:not(.section-kicker) { font-size: 15px; }
  .cooperation-hero-visual { width: min(100%, 400px); }
  .visual-node { width: 82px; height: 82px; }
  .node-center { width: 126px; height: 126px; }
  .node-center img { width: 35px; height: 35px; }
  .node-center strong { font-size: 12px; }
  .node-top { top: 3%; }
  .node-bottom { bottom: 3%; }
  .direction-grid { grid-template-columns: 1fr; }
  .direction-card { min-height: 0; padding: 26px; }
  .direction-top { margin-bottom: 32px; }
  .direction-card p { min-height: 0; }
  .process-intro h2, .boundary-layout h2, .cooperation-contact h2 { font-size: 39px; }
  .cooperation-boundary { padding: 110px 0; }
  .cooperation-contact { padding: 90px 0; }
  .cooperation-contact-inner .button { width: 100%; }
}

@media (max-width: 430px) {
  .cooperation-hero-copy h1 { font-size: 40px; }
  .cooperation-hero-visual { width: min(100%, 330px); }
  .visual-node { width: 70px; height: 70px; }
  .visual-node span { font-size: 9px; }
  .node-center { width: 106px; height: 106px; }
  .node-center strong { font-size: 10px; }
  .node-center small { font-size: 8px; }
}

@media (max-width: 1180px) {
  .section { padding: 140px 0; }
  h2 { font-size: 48px; }
  .hero-content h1 { font-size: 78px; }
  .hero-statement { font-size: 25px; }
  .nav-menu { gap: 20px; }
  .nav-menu > a { font-size: 13px; }
  .bento-system { grid-template-columns: 1fr; }
  .data-console { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.16); }
  .connection-grid { gap: 60px; }
  .connection-sticky h2 { font-size: 46px; }
  .privacy-layout { gap: 70px; }
  .privacy-layout h2 { font-size: 56px; }
  .advantage-card h3 { font-size: 40px; }
}

@media (max-width: 960px) {
  :root { --nav-height: 68px; }
  .nav-inner { width: min(100% - 30px, 1460px); }
  .nav-toggle { display: inline-grid; }
  .nav-menu {
    position: fixed;
    inset: var(--nav-height) 0 auto;
    height: calc(100svh - var(--nav-height));
    padding: 32px 24px 60px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    color: var(--ink);
    background: var(--white);
    transform: translateX(100%);
    transition: transform 320ms cubic-bezier(.2, .75, .2, 1);
  }
  .nav-open .nav-menu { transform: none; }
  .nav-menu > a { padding: 18px 0; font-size: 22px; border-bottom: 1px solid var(--line); }
  .nav-menu .nav-action { margin-top: 24px; padding: 0 18px; font-size: 15px; border-bottom: 0; }
  .hero { min-height: 660px; }
  .hero-content h1 { font-size: 66px; }
  .bento-grid { grid-template-rows: auto; }
  .bento-system, .bento-apps { grid-column: span 12; }
  .bento-media, .bento-recovery, .bento-case { grid-column: span 4; min-height: 340px; }
  .bento-system { grid-template-columns: 0.82fr 1.18fr; }
  .data-console { border-top: 0; border-left: 1px solid rgba(255, 255, 255, 0.16); }
  .showcase-card h3 { font-size: 21px; }
  .connection-grid, .privacy-layout, .notice-layout { grid-template-columns: 1fr; }
  .connection-sticky { max-width: 720px; }
  .connection-sticky h2 { font-size: 52px; }
  .horizontal-accordion { min-height: 570px; flex-direction: column; }
  .accordion-panel { min-height: 82px; flex-direction: row; align-items: center; gap: 18px; border-left: 0; border-top: 1px solid var(--ink); }
  .accordion-panel:first-child { border-top: 0; }
  .accordion-panel.is-active { min-height: 220px; flex: 1 1 auto; }
  .accordion-panel > svg { flex: 0 0 auto; width: 34px; height: 34px; }
  .accordion-content { flex: 1; }
  .accordion-content h3 { margin: 0; }
  .accordion-panel.is-active .accordion-content h3 { margin-bottom: 10px; }
  .privacy-layout h2 { max-width: 820px; }
  .prepare-checks { grid-template-columns: repeat(2, 1fr); }
  .prepare-checks span:nth-child(3) { border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.28); }
  .prepare-checks span:nth-child(4) { border-top: 1px solid rgba(255, 255, 255, 0.28); }
  .final-cta h2 { font-size: 66px; }
  .legal-layout { grid-template-columns: 1fr; gap: 40px; }
  .legal-toc { position: static; grid-template-columns: repeat(3, 1fr); }
  .legal-toc strong { grid-column: 1 / -1; }
  .agreement-facts { grid-template-columns: 1fr; }
  .agreement-pages { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .section { padding: 104px 0; }
  .section-inner, .footer-inner { width: calc(100% - 36px); }
  h2 { font-size: 38px; }
  h3 { font-size: 24px; }
  .section-heading { margin-bottom: 44px; }
  .section-heading > p:last-child { font-size: 16px; }
  .brand { min-width: 0; }
  .brand strong { font-size: 15px; }
  .brand small { font-size: 9px; }
  .brand img { width: 40px; height: 40px; }
  .hero { height: calc(100svh - 48px); min-height: 620px; max-height: none; }
  .hero-background { object-position: 56% center; }
  .hero-content { width: calc(100% - 34px); padding-top: 48px; }
  .hero-content h1 { max-width: 600px; margin-bottom: 16px; font-size: 48px; line-height: 1.08; }
  .hero-statement { margin-bottom: 14px; font-size: 21px; line-height: 1.35; }
  .hero-copy { margin-bottom: 28px; font-size: 14px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-height: 48px; padding: 0 15px; font-size: 13px; }
  .hero-footnote { right: 18px; bottom: 13px; left: 18px; justify-content: center; text-align: center; }
  .marquee-group { padding: 14px 0; }
  .marquee-group span, .marquee-group b { padding: 0 24px; font-size: 11px; }
  .inline-case-mark { width: 42px; height: 34px; margin: 0 5px; vertical-align: -0.05em; }
  .inline-case-mark svg { width: 21px; height: 21px; }
  .bento-grid { display: grid; grid-template-columns: 1fr; grid-template-rows: auto; gap: 10px; }
  .bento-system, .bento-apps, .bento-media, .bento-recovery, .bento-case { grid-column: span 1; min-height: 0; }
  .bento-card { padding: 26px; }
  .bento-system { grid-template-columns: 1fr; }
  .data-console { border-top: 1px solid rgba(255, 255, 255, 0.16); border-left: 0; }
  .card-icon { margin-bottom: 28px; }
  .bento-media, .bento-recovery, .bento-case { min-height: 330px; }
  .app-orbit { margin: 32px 0 64px; gap: 4px; }
  .app-orbit img { width: 40px; height: 40px; }
  .scope-note { left: 26px; right: 26px; }
  .showcase-grid { grid-template-columns: 1fr; gap: 10px; }
  .showcase-card figcaption { min-height: 0; padding: 20px 22px 22px; }
  .showcase-card h3 { font-size: 22px; }
  .showcase-note { align-items: flex-start; font-size: 12px; }
  .connection-grid { gap: 56px; }
  .connection-sticky h2 { font-size: 40px; }
  .connection-card { min-height: 0; padding: 26px; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 18px; }
  .connection-index { padding: 0; }
  .connection-title h3 { font-size: 27px; }
  .connection-visual { grid-column: 1; min-height: 150px; }
  .guide-visual img { max-width: 90%; height: 140px; }
  .usb-visual > span { width: 90px; }
  .workflow-section { padding-bottom: 104px; }
  .horizontal-accordion { min-height: 0; }
  .accordion-panel { padding: 18px; }
  .accordion-panel.is-active { min-height: 230px; }
  .accordion-number { display: none; }
  .accordion-content h3 { white-space: normal; font-size: 21px; }
  .advantage-section { padding-bottom: 150px; }
  .advantage-card { top: 88px; min-height: 430px; padding: 34px; grid-template-columns: 1fr; align-content: space-between; }
  .advantage-card h3 { font-size: 32px; }
  .advantage-card p { font-size: 15px; }
  .advantage-card > svg { width: 58px; height: 58px; }
  .stack-speed { top: 104px; }
  .stack-context { top: 120px; }
  .stack-honest { top: 136px; }
  .privacy-band { padding: 110px 0; }
  .privacy-layout { gap: 60px; }
  .privacy-layout h2 { font-size: 43px; }
  .notice-layout { gap: 24px; }
  .notice-list summary { padding: 22px 0; font-size: 18px; }
  .final-cta { padding: 110px 18px 70px; }
  .final-cta h2 { font-size: 48px; }
  .prepare-checks { grid-template-columns: 1fr; }
  .prepare-checks span { min-height: 80px; border-left: 0; border-top: 1px solid rgba(255, 255, 255, 0.28); }
  .prepare-checks span:first-child { border-top: 0; }
  .footer-bottom { gap: 14px; flex-direction: column; }
  .site-toast { right: 18px; bottom: 18px; left: 18px; max-width: none; text-align: center; }
  .legal-hero { padding: 140px 0 74px; }
  .legal-hero-inner, .legal-layout { width: calc(100% - 36px); }
  .legal-hero h1 { font-size: 46px; }
  .agreement-mobile-break { display: block; }
  .agreement-hero h1 { width: 100%; max-width: 100%; font-size: 30px; word-break: normal; overflow-wrap: normal; }
  .agreement-hero .legal-meta { gap: 8px 18px; font-size: 11px; }
  .agreement-hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .agreement-hero-actions .button { width: 100%; }
  .agreement-hero-link { justify-content: center; }
  .legal-page .nav-inner { width: calc(100% - 36px); gap: 12px; }
  .legal-page .brand { min-width: 0; }
  .legal-page .legal-back { position: fixed; top: 18px; right: 18px; z-index: 110; flex: 0 0 48px; width: 48px; max-width: 48px; padding: 0 11px; overflow: hidden; white-space: nowrap; font-size: 0; }
  .legal-page .legal-back svg { flex: 0 0 auto; margin: 0; }
  .legal-layout { padding: 72px 0 110px; }
  .legal-toc { grid-template-columns: repeat(2, 1fr); }
  .legal-content section { padding: 44px 0; }
  .legal-content h2 { font-size: 30px; }
  .legal-lead { font-size: 18px; }
  .prohibited-grid, .legal-checklist { grid-template-columns: 1fr; }
  .legal-back { min-height: 40px; padding: 0 11px; font-size: 11px; }
  .agreement-price-grid, .agreement-pages { grid-template-columns: 1fr; }
  .agreement-lead .legal-callout { grid-template-columns: 26px minmax(0, 1fr); gap: 12px; padding: 20px; }
  .agreement-lead .legal-callout p { overflow-wrap: anywhere; }
  .agreement-original-heading { align-items: start; flex-direction: column; }
  .agreement-original-heading .button { width: 100%; }
}

@media (max-width: 430px) {
  .hero-content h1 { font-size: 40px; }
  .hero-statement { font-size: 19px; }
  .hero-actions { grid-template-columns: 1fr; gap: 8px; }
  .hero-copy { max-width: 350px; }
  .hero-footnote { display: none; }
  h2 { font-size: 34px; }
  .app-orbit figcaption { display: none; }
  .privacy-layout h2 { font-size: 37px; }
  .final-cta h2 { font-size: 42px; }
  .legal-hero h1 { font-size: 39px; }
  .legal-toc { grid-template-columns: 1fr; }
}

@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; }
  .reveal-copy .reveal-token { opacity: 1 !important; }
}
