:root {
  --ink: #11112f;
  --ink-soft: #292646;
  --muted: #686578;
  --paper: #fbfaf7;
  --surface: #ffffff;
  --purple: #6639e6;
  --purple-dark: #4a23b6;
  --purple-deep: #211651;
  --purple-soft: #f0eaff;
  --lime: #cfff3d;
  --lime-soft: #efffb6;
  --lime-deep: #243000;
  --line: #dfdde6;
  --line-strong: #c9c5d5;
  --danger: #a32121;
  --shadow: 0 22px 60px rgba(33, 22, 81, .12);
  --radius-lg: 32px;
  --radius-md: 20px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  color-scheme: light;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; overflow-x: hidden; background: var(--paper); }
body::before { content: ""; position: absolute; z-index: -1; inset: 0 0 auto; height: 650px; background: radial-gradient(circle at 50% 2%, rgba(207, 255, 61, .18), transparent 38%), radial-gradient(circle at 12% 30%, rgba(102, 57, 230, .10), transparent 30%); pointer-events: none; }
a { color: inherit; }
img { max-width: 100%; }
button, input, select { font: inherit; }
button, a, summary { touch-action: manipulation; -webkit-tap-highlight-color: rgba(102, 57, 230, .18); }
button, summary { cursor: pointer; }
h1, h2, p { overflow-wrap: break-word; }
h1, h2 { text-wrap: balance; }
p { text-wrap: pretty; }
section[id] { scroll-margin-top: 90px; }

.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; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; color: white; border-radius: 10px; background: var(--ink); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }
.preview-notice { padding: 7px 16px; color: rgba(255, 255, 255, .86); background: var(--ink); text-align: center; font-size: 11px; font-weight: 700; letter-spacing: .02em; }

.site-header { max-width: 1180px; margin: 0 auto; padding: 18px 24px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { min-width: 0; display: inline-flex; align-items: center; gap: 10px; font-size: 18px; font-weight: 780; text-decoration: none; }
.brand img { width: 42px; height: 42px; border-radius: 13px; object-fit: cover; }
.brand strong { color: var(--purple); }
.header-links { display: flex; align-items: center; gap: 22px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--ink-soft); font-size: 14px; font-weight: 720; text-decoration: none; }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 0 18px; color: white; border-radius: 999px; background: var(--purple); font-size: 14px; font-weight: 820; text-decoration: none; transition: background-color .18s ease, transform .18s ease; }
.header-cta:hover, .header-cta:active { background: var(--purple-dark); transform: translateY(-1px); }
.text-link:hover, .text-link:active { color: var(--purple); }

.search-hero { width: min(940px, calc(100% - 48px)); min-height: 660px; margin: 0 auto; padding: 92px 0 78px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.hero-brand { max-width: 800px; text-align: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; color: var(--purple); font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-brand h1 { margin: 16px 0 15px; font-size: clamp(46px, 7vw, 76px); line-height: .98; letter-spacing: -.055em; }
.hero-brand p { max-width: 640px; margin: 0 auto; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.55; }

.search-card { width: 100%; margin-top: 38px; padding: 10px 10px 13px; border: 1px solid var(--line); border-radius: 28px; background: rgba(255, 255, 255, .96); box-shadow: var(--shadow); }
.search-card:focus-within { border-color: rgba(102, 57, 230, .62); box-shadow: 0 22px 60px rgba(33, 22, 81, .14), 0 0 0 4px rgba(102, 57, 230, .10); }
.search-row { display: grid; grid-template-columns: 1fr auto; gap: 10px; }
.search-row > input { min-width: 0; min-height: 64px; padding: 0 22px; color: var(--ink); border: 0; border-radius: 19px; background: transparent; font-size: 18px; outline: 0; }
.search-row > input::placeholder { color: #888495; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 24px; border: 0; border-radius: 15px; font-size: 15px; font-weight: 850; text-decoration: none; transition: background-color .18s ease, color .18s ease, transform .18s ease, box-shadow .18s ease; }
.button-primary { color: white; background: var(--purple); box-shadow: 0 10px 24px rgba(102, 57, 230, .22); }
.button-primary:hover, .button-primary:active { background: var(--purple-dark); transform: translateY(-1px); }
.button:disabled { opacity: .66; cursor: progress; transform: none; }
.button-secondary { color: var(--purple-deep); background: var(--lime); }
.button-secondary:hover, .button-secondary:active { color: var(--lime-deep); background: #d9ff68; transform: translateY(-1px); }
.search-row .button { min-height: 64px; border-radius: 19px; }
.form-error { min-height: 0; margin: 0; padding: 0 14px; color: var(--danger); font-size: 13px; font-weight: 700; }
.form-error:not(:empty) { min-height: 20px; padding-top: 8px; }

.filters { margin: 7px 8px 0; border-top: 1px solid var(--line); }
.filters summary { width: fit-content; min-height: 44px; display: flex; align-items: center; gap: 7px; color: var(--purple-dark); font-size: 13px; font-weight: 800; list-style-position: inside; }
.filters summary span { color: var(--muted); font-size: 11px; font-weight: 650; }
.filter-grid { padding: 7px 0 12px; display: grid; grid-template-columns: 1fr 1fr 1.2fr; gap: 12px; }
.filter-grid label { min-width: 0; display: grid; gap: 7px; color: var(--ink-soft); font-size: 12px; font-weight: 780; }
.filter-grid select, .filter-grid input { width: 100%; min-width: 0; min-height: 48px; padding: 0 13px; color: var(--ink); border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface); outline: 0; }
.price-field { display: grid; grid-template-columns: auto 1fr; align-items: center; border: 1px solid var(--line-strong); border-radius: 12px; background: var(--surface); }
.price-field > span { padding-left: 13px; color: var(--muted); font-size: 13px; }
.price-field input { border: 0; }
.search-helper { margin: 4px 14px 0; color: var(--muted); font-size: 11px; line-height: 1.45; }

.suggestions { margin-top: 18px; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 8px; }
.suggestions > span { color: var(--muted); font-size: 12px; }
.suggestions button { min-height: 38px; padding: 0 13px; color: var(--ink-soft); border: 1px solid var(--line); border-radius: 999px; background: rgba(255, 255, 255, .70); font-size: 12px; font-weight: 700; transition: border-color .18s ease, color .18s ease, background-color .18s ease; }
.suggestions button:hover, .suggestions button:active { color: var(--purple-dark); border-color: var(--purple); background: var(--purple-soft); }

.quick-actions { width: min(700px, 100%); margin-top: 34px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.quick-card { min-width: 0; min-height: 72px; padding: 12px 14px; display: flex; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255, 255, 255, .72); text-decoration: none; transition: border-color .18s ease, background-color .18s ease, transform .18s ease; }
.quick-card:hover, .quick-card:active { border-color: var(--purple); background: white; transform: translateY(-1px); }
.quick-icon { width: 43px; height: 43px; flex: 0 0 auto; display: grid; place-items: center; color: white; border-radius: 13px; background: var(--purple); font-size: 16px; font-weight: 900; }
.quick-icon-lime { color: var(--lime-deep); background: var(--lime); font-size: 11px; }
.quick-card strong, .quick-card small { min-width: 0; display: block; }
.quick-card strong { color: var(--ink); font-size: 14px; }
.quick-card small { margin-top: 3px; color: var(--muted); font-size: 11px; }

.results-section { max-width: 1120px; min-height: 420px; margin: 0 auto; padding: 72px 24px 88px; scroll-margin-top: 20px; }
.results-section[hidden], .results-section [hidden] { display: none !important; }
.results-loading { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; box-shadow: var(--shadow); }
.loading-copy { display: flex; align-items: center; gap: 20px; }
.loading-copy h2 { margin: 8px 0 5px; font-size: clamp(30px, 4vw, 46px); line-height: 1; letter-spacing: -.04em; }
.loading-copy p { margin: 0; color: var(--muted); }
.minu-loader { position: relative; width: 64px; height: 64px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 20px; background: var(--purple); }
.minu-loader::before { content: "M"; color: white; font-size: 24px; font-weight: 950; }
.minu-loader span { position: absolute; width: 11px; height: 11px; right: -2px; bottom: -2px; border: 3px solid white; border-radius: 50%; background: var(--lime); }
.search-progress { height: 6px; margin: 30px 0 26px; overflow: hidden; border-radius: 999px; background: var(--purple-soft); }
.search-progress span { display: block; width: 44%; height: 100%; border-radius: inherit; background: var(--purple); animation: search-progress 1.4s ease-in-out infinite alternate; transform-origin: left center; }
.skeleton-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.skeleton-card { min-width: 0; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--paper); }
.skeleton-card > span { display: block; aspect-ratio: 1.1; border-radius: 12px; background: #eae7ef; }
.skeleton-card > div { padding: 12px 2px 4px; display: grid; gap: 8px; }
.skeleton-card i { height: 9px; display: block; border-radius: 999px; background: #eae7ef; }
.skeleton-card i:nth-child(2) { width: 72%; }
.skeleton-card i:nth-child(3) { width: 48%; background: var(--purple-soft); }

.results-heading { display: flex; align-items: end; justify-content: space-between; gap: 28px; }
.results-heading h2 { margin: 12px 0 10px; font-size: clamp(38px, 5vw, 60px); line-height: 1; letter-spacing: -.045em; }
.results-heading p { max-width: 760px; margin: 0; color: var(--muted); font-size: 16px; line-height: 1.55; }
.button-quiet { flex: 0 0 auto; color: var(--purple-dark); border: 1px solid var(--line-strong); background: white; box-shadow: none; }
.button-quiet:hover, .button-quiet:active { border-color: var(--purple); background: var(--purple-soft); }
.demo-notice { margin: 28px 0 0; padding: 14px 16px; color: #5f4a0b; border: 1px solid #e7cf79; border-radius: 14px; background: #fff8d9; font-size: 12px; line-height: 1.55; }
.demo-notice strong { color: #483703; }
.product-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.product-card { min-width: 0; overflow: hidden; display: grid; grid-template-rows: auto 1fr; border: 1px solid var(--line); border-radius: 24px; background: white; box-shadow: 0 12px 34px rgba(33, 22, 81, .07); }
.product-card-best { grid-column: span 2; grid-template-columns: minmax(250px, .9fr) minmax(0, 1.1fr); grid-template-rows: 1fr; border: 2px solid var(--purple); box-shadow: 0 18px 48px rgba(102, 57, 230, .15); }
.product-visual { position: relative; min-height: 230px; overflow: hidden; display: grid; place-items: center; background: linear-gradient(145deg, var(--purple-soft), #faf7ff); }
.product-visual img { width: 100%; height: 100%; object-fit: cover; }
.product-placeholder { width: 110px; height: 110px; display: grid; place-items: center; color: var(--purple); border: 2px solid rgba(102, 57, 230, .18); border-radius: 34px; background: white; font-size: 28px; font-weight: 950; letter-spacing: -.06em; transform: rotate(-3deg); }
.product-rank { position: absolute; top: 14px; left: 14px; min-height: 31px; padding: 0 10px; display: inline-flex; align-items: center; color: white; border-radius: 999px; background: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.product-card-best .product-rank { color: var(--lime-deep); background: var(--lime); }
.product-content { min-width: 0; padding: 22px; display: flex; flex-direction: column; }
.product-category { color: var(--purple); font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.product-content h3 { margin: 10px 0 6px; font-size: 19px; line-height: 1.25; }
.product-card-best h3 { font-size: clamp(22px, 3vw, 30px); }
.product-seller { margin: 0; color: var(--muted); font-size: 12px; }
.product-signals { margin-top: 15px; display: flex; flex-wrap: wrap; gap: 6px; }
.product-signals span { min-height: 28px; padding: 0 9px; display: inline-flex; align-items: center; color: var(--ink-soft); border-radius: 999px; background: #f0eef4; font-size: 10px; font-weight: 760; }
.product-signals .discount-signal { color: var(--lime-deep); background: var(--lime-soft); }
.product-pricing { margin-top: auto; padding-top: 22px; display: grid; gap: 2px; }
.product-pricing s { color: var(--muted); font-size: 12px; font-variant-numeric: tabular-nums; }
.product-pricing strong { font-size: 27px; letter-spacing: -.035em; font-variant-numeric: tabular-nums; }
.product-coupon { margin: 8px 0 0; color: var(--purple-dark); font-size: 11px; font-weight: 800; }
.offer-link { min-height: 46px; margin-top: 18px; display: inline-flex; align-items: center; justify-content: center; color: white; border: 0; border-radius: 13px; background: var(--purple); font-size: 13px; font-weight: 850; text-decoration: none; transition: background-color .18s ease, transform .18s ease; }
.offer-link:hover, .offer-link:active { background: var(--purple-dark); transform: translateY(-1px); }
.offer-link-disabled { color: var(--muted); background: #efedf2; cursor: not-allowed; }
.offer-link-disabled:hover, .offer-link-disabled:active { background: #efedf2; transform: none; }
.results-footnote { margin: 18px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }
.results-empty, .results-error { padding: 64px 28px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: white; text-align: center; }
.results-empty h2, .results-error h2 { margin: 18px 0 8px; font-size: clamp(30px, 4vw, 44px); letter-spacing: -.04em; }
.results-empty p, .results-error p { margin: 0 auto 24px; color: var(--muted); }
.empty-mark { width: 58px; height: 58px; margin: 0 auto; display: grid; place-items: center; color: var(--purple); border-radius: 18px; background: var(--purple-soft); font-size: 24px; font-weight: 950; }

@keyframes search-progress {
  from { transform: translateX(-15%) scaleX(.72); }
  to { transform: translateX(142%) scaleX(1); }
}

.minu-section { max-width: 1120px; margin: 0 auto; padding: 92px 24px; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 76px; }
.minu-visual { position: relative; overflow: hidden; min-height: 470px; display: grid; place-items: end center; border-radius: var(--radius-lg); background: var(--purple-soft); isolation: isolate; }
.minu-visual::before { content: ""; position: absolute; z-index: -1; width: 270px; height: 270px; top: -95px; right: -55px; border-radius: 50%; background: var(--lime); }
.minu-visual img { width: min(470px, 104%); height: auto; margin-bottom: -2%; object-fit: contain; }
.online-dot { position: absolute; z-index: 2; top: 22px; left: 22px; min-height: 34px; padding: 0 13px; display: inline-flex; align-items: center; gap: 8px; color: var(--purple-deep); border: 1px solid rgba(102, 57, 230, .20); border-radius: 999px; background: rgba(255, 255, 255, .86); font-size: 11px; font-weight: 820; backdrop-filter: blur(8px); }
.online-dot::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: #38a169; box-shadow: 0 0 0 3px rgba(56, 161, 105, .15); }
.minu-copy h2, .how-section h2, .group-section h2 { margin: 14px 0 18px; font-size: clamp(38px, 5vw, 60px); line-height: 1.02; letter-spacing: -.045em; }
.minu-copy > p { max-width: 610px; margin: 0; color: var(--muted); font-size: 17px; line-height: 1.7; }
.feature-list { margin: 30px 0; padding: 0; display: grid; gap: 14px; list-style: none; }
.feature-list li { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 13px; }
.feature-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: var(--purple); border-radius: 13px; background: var(--purple-soft); font-size: 13px; font-weight: 900; font-variant-numeric: tabular-nums; }
.feature-list strong, .feature-list small { display: block; }
.feature-list strong { font-size: 15px; }
.feature-list small { margin-top: 3px; color: var(--muted); font-size: 13px; line-height: 1.45; }

.how-section { max-width: 1120px; margin: 0 auto 24px; padding: 56px; display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; color: white; border-radius: var(--radius-lg); background: var(--purple-deep); }
.eyebrow-light { color: var(--lime); }
.how-section h2 { max-width: 500px; margin-bottom: 0; font-size: clamp(34px, 4vw, 52px); }
.how-section ol { margin: 0; padding: 0; display: grid; list-style: none; }
.how-section li { padding: 18px 0; display: grid; grid-template-columns: 46px 1fr; gap: 15px; border-bottom: 1px solid rgba(255, 255, 255, .16); }
.how-section li:last-child { border-bottom: 0; }
.how-section li > span { color: var(--lime); font-size: 12px; font-weight: 900; font-variant-numeric: tabular-nums; }
.how-section p { margin: 0; color: rgba(255, 255, 255, .76); line-height: 1.55; }
.how-section strong { color: white; }

.group-section { max-width: 1120px; margin: 0 auto; padding: 88px 24px; display: flex; align-items: center; justify-content: space-between; gap: 48px; }
.group-section h2 { max-width: 700px; margin-bottom: 10px; font-size: clamp(34px, 4vw, 52px); }
.group-section p { margin: 0; color: var(--muted); font-size: 16px; }
.group-section .button { flex: 0 0 auto; }
.disclosure { max-width: 1072px; margin: 0 auto 70px; padding: 18px 20px; color: var(--muted); border: 1px solid var(--line); border-radius: 16px; background: white; font-size: 12px; line-height: 1.6; }
.disclosure strong { color: var(--ink); }

.site-footer { max-width: 1120px; margin: 0 auto; padding: 28px 24px 48px; display: grid; grid-template-columns: 1fr auto; gap: 24px; border-top: 1px solid var(--line); }
.site-footer strong { font-size: 16px; }
.site-footer p { margin: 5px 0 0; color: var(--muted); font-size: 12px; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; }
.site-footer a { min-height: 44px; display: inline-flex; align-items: center; color: var(--muted); font-size: 12px; font-weight: 700; }
.site-footer a:hover { color: var(--purple); }
.mobile-dock { display: none; }

.legal-header { max-width: 900px; margin: 0 auto; padding: 24px; }
.legal-main { max-width: 800px; margin: 0 auto; padding: 50px 24px 110px; }
.legal-main h1 { margin: 16px 0 20px; font-size: clamp(40px, 6vw, 64px); line-height: 1; letter-spacing: -.045em; }
.legal-main h2 { margin: 36px 0 10px; font-size: 24px; }
.legal-main p, .legal-main li { color: var(--muted); line-height: 1.75; }
.legal-main .back-link { min-height: 44px; display: inline-flex; align-items: center; margin-top: 34px; color: var(--purple); font-weight: 800; }

.brand:focus-visible, .text-link:focus-visible, .header-cta:focus-visible, .button:focus-visible, .quick-card:focus-visible, .suggestions button:focus-visible, .filters summary:focus-visible, .filter-grid select:focus-visible, .filter-grid input:focus-visible, .site-footer a:focus-visible, .mobile-dock a:focus-visible, .back-link:focus-visible, .offer-link:focus-visible { outline: 3px solid var(--purple); outline-offset: 3px; }

@media (max-width: 900px) {
  .header-links .text-link { display: none; }
  .search-hero { min-height: 620px; padding-top: 70px; }
  .skeleton-grid { grid-template-columns: repeat(3, 1fr); }
  .skeleton-card:nth-child(n + 4) { display: none; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .product-card-best { grid-column: 1 / -1; }
  .filter-grid { grid-template-columns: 1fr 1fr; }
  .filter-grid label:last-child { grid-column: 1 / -1; }
  .minu-section { grid-template-columns: 1fr; gap: 44px; }
  .minu-visual { min-height: 430px; }
  .how-section { margin-inline: 24px; grid-template-columns: 1fr; gap: 28px; }
  .group-section { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 620px) {
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom)); }
  .preview-notice { font-size: 10px; }
  .site-header { padding: 13px 16px; }
  .brand { font-size: 15px; }
  .brand img { width: 38px; height: 38px; }
  .header-cta { display: none; }
  .search-hero { width: calc(100% - 32px); min-height: auto; padding: 62px 0 68px; justify-content: flex-start; }
  .hero-brand h1 { margin-top: 14px; font-size: clamp(43px, 13vw, 58px); }
  .hero-brand p { font-size: 16px; }
  .search-card { margin-top: 30px; padding: 8px; border-radius: 23px; }
  .search-row { grid-template-columns: 1fr; }
  .search-row > input { min-height: 58px; padding-inline: 16px; font-size: 16px; }
  .search-row .button { min-height: 54px; }
  .filter-grid { grid-template-columns: 1fr; }
  .filter-grid label:last-child { grid-column: auto; }
  .search-helper { margin-top: 8px; }
  .suggestions { justify-content: flex-start; }
  .suggestions > span { width: 100%; }
  .quick-actions { grid-template-columns: 1fr; margin-top: 28px; }
  .results-section { padding: 54px 16px 70px; }
  .results-loading { padding: 26px 18px; border-radius: 24px; }
  .loading-copy { align-items: flex-start; gap: 14px; }
  .minu-loader { width: 50px; height: 50px; border-radius: 15px; }
  .minu-loader::before { font-size: 19px; }
  .loading-copy h2 { font-size: 31px; }
  .skeleton-grid { grid-template-columns: 1fr 1fr; }
  .skeleton-card:nth-child(n + 5) { display: block; }
  .skeleton-card:last-child { display: none; }
  .results-heading { align-items: flex-start; flex-direction: column; }
  .results-heading h2 { font-size: 40px; }
  .results-heading .button { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card-best { grid-column: auto; grid-template-columns: 1fr; grid-template-rows: auto 1fr; }
  .product-visual { min-height: 240px; }
  .product-content h3, .product-card-best h3 { font-size: 21px; }
  .minu-section { padding: 70px 16px; }
  .minu-visual { min-height: 350px; border-radius: 26px; }
  .minu-copy h2 { font-size: 42px; }
  .minu-copy > p { font-size: 16px; }
  .minu-copy > .button { width: 100%; }
  .how-section { margin: 0 16px 12px; padding: 34px 24px; border-radius: 26px; }
  .group-section { padding: 68px 16px; gap: 28px; }
  .group-section .button { width: 100%; }
  .disclosure { margin: 0 16px 54px; }
  .site-footer { margin-inline: 16px; padding-inline: 0; grid-template-columns: 1fr; }
  .site-footer nav { justify-content: flex-start; gap: 14px; }
  .mobile-dock { position: fixed; z-index: 30; left: 0; right: 0; bottom: 0; padding: 9px 12px max(9px, env(safe-area-inset-bottom)); display: grid; grid-template-columns: .72fr 1.28fr; gap: 8px; border-top: 1px solid var(--line); background: rgba(255, 255, 255, .94); backdrop-filter: blur(14px); }
  .mobile-dock a { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; color: var(--purple-dark); border: 1px solid var(--line); border-radius: 14px; background: white; font-size: 13px; font-weight: 850; text-decoration: none; }
  .mobile-dock .dock-primary { color: white; border-color: var(--purple); background: var(--purple); }
  .legal-header, .legal-main { padding-inline: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
