:root {
  --ink: #10284b;
  --ink-strong: #0b2141;
  --ink-soft: #586f88;
  --brand: #1a4370;
  --blue: #245bff;
  --blue-dark: #1747cf;
  --teal: #16897b;
  --orange: #d9780d;
  --line: #d8e5f1;
  --line-strong: #c4d8ea;
  --bg: #f3f8fc;
  --surface: #fff;
  --surface-soft: rgba(255, 255, 255, .86);
  --focus: 0 0 0 4px rgba(36, 91, 255, .18);
  --shadow-soft: 0 12px 32px rgba(23, 59, 98, .07);
  --shadow-card: 0 20px 55px rgba(23, 59, 98, .09);
  --radius-sm: 14px;
  --radius-md: 20px;
  --radius-lg: 28px;
}

*, *::before, *::after { box-sizing: border-box; }
html { color-scheme: light; scroll-behavior: smooth; }
body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 0 0, rgba(84, 183, 197, .18), transparent 31rem),
    linear-gradient(180deg, #fbfdff 0%, var(--bg) 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; }
img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input { font: inherit; }
:where(a, button, input):focus-visible { outline: 3px solid transparent; box-shadow: var(--focus); }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 10px;
  left: 10px;
  padding: 11px 15px;
  border-radius: 10px;
  color: #fff;
  background: var(--ink-strong);
  font-weight: 800;
  text-decoration: none;
  transform: translateY(-160%);
  transition: transform .15s ease;
}
.skip-link:focus { transform: translateY(0); }

.page-shell {
  display: flex;
  width: min(1280px, calc(100% - 40px));
  min-height: 100vh;
  margin-inline: auto;
  flex-direction: column;
}
.site-header,
.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.site-header { padding: 22px 0 4px; }
main { flex: 1; padding: 12px 0 38px; }

.brand {
  display: inline-flex;
  min-height: 82px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 10px 20px 10px 12px;
  border: 1px solid #c6daf8;
  border-radius: 22px;
  color: var(--brand);
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 12px 30px rgba(23, 59, 98, .06);
  font-weight: 850;
  letter-spacing: -.025em;
  text-decoration: none;
}
.brand-mark { width: 58px; height: 58px; color: var(--brand); filter: drop-shadow(0 9px 10px rgba(23, 59, 98, .14)); }
.brand-name { font-size: 2.32rem; line-height: 1; }

.status-pill {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 13px;
  padding: 9px 14px;
  border: 1px solid #b6ccf7;
  border-radius: 999px;
  color: #2452a9;
  background: rgba(255, 255, 255, .78);
  font-size: .92rem;
  font-weight: 750;
  box-shadow: 0 8px 22px rgba(23, 59, 98, .04);
}
.status-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff8a3d;
  box-shadow: 0 0 0 4px rgba(255, 138, 61, .14);
  animation: status-pulse 2.4s ease-in-out infinite;
}
@keyframes status-pulse {
  0%, 100% { box-shadow: 0 0 0 4px rgba(255, 138, 61, .14); transform: scale(1); }
  45% { box-shadow: 0 0 0 8px rgba(255, 138, 61, .08); transform: scale(1.08); }
}

.site-footer {
  margin-top: 34px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(196, 216, 234, .92);
  color: var(--ink-soft);
  font-size: .88rem;
}
.site-footer p { margin: 0; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 18px; }
.site-footer a,
.page-nav a,
.privacy-note a,
.consent-meta a { color: var(--blue-dark); font-weight: 720; text-underline-offset: 4px; }

.eyebrow,
.section-kicker {
  margin: 0 0 13px;
  color: #2b5fd1;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}
h1 {
  max-width: 780px;
  margin: 0;
  font-size: clamp(2.65rem, 4.12vw, 3.85rem);
  line-height: 1.08;
  letter-spacing: -.06em;
  text-wrap: balance;
}
.title-line { display: block; white-space: nowrap; }
.title-dot { color: #2f7cec; }
.intro {
  max-width: 720px;
  margin: 24px 0 0;
  color: var(--ink-soft);
  font-size: clamp(1.08rem, 1.5vw, 1.24rem);
  line-height: 1.72;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(360px, .9fr);
  align-items: center;
  gap: clamp(36px, 5vw, 66px);
  padding-top: 4px;
}
.hero-actions {
  display: grid;
  width: min(100%, 560px);
  justify-items: center;
  gap: 15px;
  margin: 30px auto 0;
}
.primary-action { display: grid; justify-items: center; gap: 10px; text-align: center; }
.cta-row { display: flex; flex-wrap: wrap; gap: 13px; }
.microcopy { max-width: 430px; margin: 0; color: var(--ink-soft); font-size: .9rem; }
.hero-visual { display: grid; justify-items: center; gap: 16px; }
.hero-art {
  overflow: hidden;
  width: min(100%, 600px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(255,255,255,.82), rgba(229,242,252,.76));
  box-shadow: var(--shadow-card);
}
.hero-art img { width: 100%; height: 100%; object-fit: cover; }

.btn,
.submit-button,
.share-links a,
.partner-website-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
}
.btn {
  min-height: 52px;
  padding: 14px 21px;
  border-radius: 15px;
  font-size: .98rem;
  font-weight: 820;
}
.btn svg { width: 1.08em; height: 1.08em; fill: currentColor; }
.btn-primary,
.submit-button {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, #2e64ff, #245bff);
  box-shadow: 0 15px 30px rgba(36, 91, 255, .2);
}
.btn-primary:hover,
.submit-button:hover { filter: brightness(1.035); transform: translateY(-1px); }

.share-links { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 10px; }
.share-links > span { color: var(--ink-soft); font-size: .9rem; font-weight: 800; }
.share-links a {
  min-height: 36px;
  padding: 8px 12px;
  border: 1px solid #cfe0f0;
  border-radius: 10px;
  color: var(--blue-dark);
  background: rgba(255,255,255,.84);
  font-size: .86rem;
  font-weight: 800;
}
.share-links svg { width: 1.05em; height: 1.05em; fill: currentColor; }

.features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 22px);
  margin-top: 42px;
}
.feature-card {
  display: grid;
  min-height: 116px;
  grid-template-columns: 82px minmax(0, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: var(--surface-soft);
  box-shadow: var(--shadow-soft);
}
.feature-blue { border-color: #c8dafe; box-shadow: 0 12px 32px rgba(36, 98, 216, .08); }
.feature-mint { border-color: #bfe6dc; box-shadow: 0 12px 32px rgba(22, 137, 123, .08); }
.feature-peach { border-color: #f4dcb8; box-shadow: 0 12px 32px rgba(217, 120, 13, .08); }
.feature-icon { display: grid; place-items: center; color: var(--blue); background: #e9f1ff; }
.feature-icon.mint { color: var(--teal); background: #dff4ef; }
.feature-icon.peach { color: var(--orange); background: #fff0dc; }
.feature-icon svg { width: 40px; height: 40px; fill: currentColor; }
.feature-copy { min-width: 0; padding: 20px 21px 20px 19px; }
.feature-card h2 { margin: 1px 0 7px; font-size: 1.08rem; letter-spacing: -.02em; }
.feature-card p { margin: 0; color: var(--ink-soft); font-size: .91rem; line-height: 1.62; }

.about-product,
.updates-section,
.form-card,
.notice-card {
  border: 1px solid var(--line);
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
}
.about-product {
  margin-top: 34px;
  padding: clamp(26px, 4vw, 42px);
  border-radius: 26px;
}
.about-product-heading { max-width: 760px; margin-inline: auto; text-align: center; }
.about-product-heading h2,
.updates-copy h2 {
  margin: 7px 0 0;
  font-size: clamp(1.75rem, 3vw, 2.35rem);
  line-height: 1.12;
  letter-spacing: -.04em;
}
.about-product-heading > p:last-child,
.updates-copy > p {
  max-width: 680px;
  margin: 14px auto 0;
  color: var(--ink-soft);
  font-size: .98rem;
  line-height: 1.68;
}
.about-product-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
  margin-top: 30px;
}
.about-product-points article { min-width: 0; padding-top: 18px; border-top: 2px solid #d9e6f2; }
.about-product-points h3 { margin: 0; font-size: 1.02rem; letter-spacing: -.018em; }
.about-product-points p { margin: 9px 0 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.62; }

.updates-section {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(400px, 1.18fr);
  align-items: center;
  gap: clamp(34px, 5.5vw, 76px);
  margin-top: 38px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: var(--radius-lg);
}
.updates-copy > p { margin-inline: 0; }
.updates-benefits { display: grid; gap: 10px; margin: 20px 0 0; padding: 0; list-style: none; color: var(--ink-soft); font-size: .92rem; }
.updates-benefits li { display: flex; align-items: flex-start; gap: 9px; }
.updates-benefits li::before { width: 7px; height: 7px; margin-top: .55em; border-radius: 50%; background: #54b7c5; content: ""; flex: 0 0 auto; }

.form-card { padding: clamp(22px, 3.4vw, 31px); border-radius: 23px; background: rgba(255,255,255,.94); }
.form-row { display: grid; gap: 7px; margin-bottom: 17px; }
.form-row label { color: var(--ink-strong); font-size: .92rem; font-weight: 760; }
.form-row label span { color: var(--ink-soft); font-size: .82rem; font-weight: 500; }
.form-row input {
  width: 100%;
  min-height: 50px;
  padding: 11px 13px;
  border: 1px solid #cfddea;
  border-radius: 12px;
  color: var(--ink);
  background: #fbfdff;
}
.form-row input:hover { border-color: #aac2d7; }
.form-row input:focus { border-color: #5488ff; box-shadow: var(--focus); }
.form-help { margin: -9px 0 17px; color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.honeypot { position: absolute !important; overflow: hidden; width: 1px; height: 1px; clip: rect(0 0 0 0); white-space: nowrap; }
.consent-row {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  gap: 11px;
  margin-top: 14px;
  padding: 13px;
  border: 1px solid #d9e5f0;
  border-radius: 14px;
  background: #f8fbfe;
}
.consent-row.disabled { opacity: .62; }
.consent-row input { width: 18px; height: 18px; margin: 2px 0 0; accent-color: var(--blue); }
.consent-copy label { color: var(--ink); font-size: .9rem; font-weight: 650; line-height: 1.45; }
.consent-meta { display: block; margin-top: 5px; color: var(--ink-soft); font-size: .78rem; line-height: 1.45; }
.consent-meta-split { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.meta-status { font-weight: 820; }
.meta-status-required { color: #a24600; }
.meta-status-recommended { color: #166b39; }
.partner-note,
.privacy-note { margin: 13px 0 0; color: var(--ink-soft); font-size: .78rem; line-height: 1.55; }
.submit-button { width: 100%; min-height: 52px; margin-top: 18px; border-radius: 14px; cursor: pointer; font-weight: 840; transition: transform .15s ease, filter .15s ease; }
.submit-button svg { width: 1.15em; height: 1.15em; fill: currentColor; }
.form-message { margin: 0 0 19px; padding: 12px 14px; border-radius: 12px; font-size: .88rem; font-weight: 720; line-height: 1.45; }
.form-message.success { border: 1px solid #bfe6dc; color: #126e61; background: #ecfaf6; }
.form-message.error { border: 1px solid #ffd0c4; color: #9a351e; background: #fff1ed; }

.page-nav { font-size: .9rem; }
.page-nav-top { margin: 0 0 28px; }
.page-nav-bottom { margin: 30px 0 0; }
.content-page,
.privacy-page { padding: 28px 0 35px; }
.content-page h1,
.privacy-heading h1,
.partners-intro h1 { max-width: none; margin-inline: auto; font-size: clamp(2.5rem, 5vw, 4rem); line-height: 1.02; letter-spacing: -.045em; text-align: center; }

.partners-intro,
.privacy-heading { max-width: 900px; margin-inline: auto; text-align: center; }
.partners-intro { max-width: 1040px; }
.partners-lead,
.privacy-lead { max-width: 680px; margin: 17px auto 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.68; }
.partners-updated,
.privacy-updated { margin: 18px 0 0; color: var(--ink-soft); font-size: .84rem; font-style: italic; }
.partner-card-grid { display: grid; gap: 19px; margin-top: 46px; }
.partner-public-card {
  display: grid;
  min-height: 210px;
  grid-template-columns: 162px minmax(0, 1fr);
  gap: clamp(24px, 3.5vw, 38px);
  padding: clamp(22px, 2.7vw, 30px);
  border: 1px solid var(--line);
  border-radius: 25px;
  background: rgba(255,255,255,.91);
  box-shadow: var(--shadow-card);
}
.partner-logo-wrap { overflow: hidden; width: 162px; aspect-ratio: 1; align-self: center; border: 1px solid #d4e2ee; border-radius: 20px; background: #fff; }
.partner-logo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.partner-logo-fallback { display: grid; width: 100%; height: 100%; place-items: center; color: var(--blue); background: #eaf2ff; font-size: 2.5rem; font-weight: 900; }
.partner-public-copy { display: flex; min-width: 0; flex-direction: column; align-items: stretch; }
.partner-public-copy h2 { margin: 1px 0 10px; font-size: clamp(1.55rem, 2.2vw, 1.9rem); letter-spacing: -.03em; }
.partner-public-copy p { max-width: 82ch; margin: 0; color: var(--ink-soft); font-size: .99rem; line-height: 1.72; }
.partner-website-link {
  min-height: 46px;
  align-self: flex-end;
  margin-top: auto;
  padding: 11px 15px;
  border: 1px solid #bdd0ff;
  border-radius: 12px;
  color: var(--blue-dark);
  background: #f3f6ff;
  font-size: .9rem;
  font-weight: 800;
}
.partner-website-link svg { width: 1.05em; height: 1.05em; fill: currentColor; }
.notice-card { margin-top: 46px; padding: 34px; border-radius: 24px; }
.empty-partners { display: flex; min-height: 150px; align-items: center; justify-content: center; gap: 20px; text-align: left; }
.empty-partners > svg { width: 44px; height: 44px; fill: #739bbd; flex: 0 0 auto; }
.empty-partners h2 { margin: 0 0 5px; font-size: 1.22rem; }
.empty-partners p { margin: 0; color: var(--ink-soft); line-height: 1.6; }

.privacy-document {
  max-width: 920px;
  margin: 34px auto 0;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid var(--line);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--shadow-soft);
}
.privacy-section + .privacy-section { margin-top: 30px; padding-top: 30px; border-top: 1px solid var(--line); }
.privacy-section h2 { margin: 0 0 12px; font-size: 1.35rem; letter-spacing: -.025em; }
.privacy-section h3 { margin: 0 0 6px; font-size: 1.08rem; }
.privacy-section p { max-width: none; margin: 0; color: var(--ink); font-size: 1rem; line-height: 1.72; }
.privacy-section p + p { margin-top: 12px; }
.privacy-section strong { color: var(--ink-strong); }
.privacy-section a { color: var(--blue-dark); font-weight: 700; text-underline-offset: 3px; }
.privacy-section a.btn-primary { color: #fff; text-decoration: none; }
.privacy-unsubscribe-box { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 18px; margin-top: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
.privacy-unsubscribe-box p { max-width: 58ch; color: var(--ink-soft); font-size: .95rem; }
.privacy-unsubscribe-button { min-width: 164px; }
.confirm-page { display: grid; justify-items: center; padding-top: clamp(38px, 7vw, 84px); }
.confirm-page .page-nav { justify-self: start; }
.confirm-card { display: grid; width: min(100%, 760px); justify-items: center; margin: clamp(30px, 5vw, 56px) auto 0; padding: clamp(30px, 4.8vw, 50px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 20px 55px rgba(18, 43, 74, .08); text-align: center; }
.confirm-card .section-kicker { margin-bottom: 19px; text-align: center; }
.confirm-card h1 { max-width: 680px; margin: 0 0 30px; font-size: clamp(2.35rem, 4.4vw, 4rem); }
.confirm-card .form-message { width: min(100%, 640px); margin: 0 0 30px; padding: 17px 20px; text-align: center; }
.confirm-card .btn { display: inline-flex; min-width: 210px; }
.not-found-page { display: grid; align-items: center; justify-items: center; padding-top: clamp(38px, 7vw, 84px); }
.not-found-card { display: grid; width: min(100%, 760px); justify-items: center; padding: clamp(30px, 4.8vw, 50px); border: 1px solid var(--line); border-radius: 22px; background: rgba(255,255,255,.96); box-shadow: 0 20px 55px rgba(18, 43, 74, .08); text-align: center; }
.not-found-card h1 { margin: 0; font-size: clamp(2.45rem, 4.4vw, 4rem); }
.not-found-card > p:not(.section-kicker) { max-width: 520px; margin: 20px auto 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.not-found-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 30px; }
.btn-secondary { border: 1px solid #cfe0f0; color: var(--blue-dark); background: rgba(255,255,255,.88); }

.unsubscribe-page { display: block; }
.unsubscribe-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(390px, 560px);
  align-items: center;
  gap: clamp(34px, 5vw, 66px);
  margin-top: 22px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--line);
  border-radius: 30px;
  background:
    radial-gradient(circle at 0 0, rgba(84, 183, 197, .13), transparent 18rem),
    rgba(255, 255, 255, .72);
  box-shadow: var(--shadow-card);
}
.unsubscribe-intro { align-self: center; }
.unsubscribe-intro h1 { max-width: 540px; font-size: clamp(2.8rem, 4.4vw, 3.85rem); }
.unsubscribe-intro > p:last-of-type { max-width: 470px; margin: 16px 0 0; color: var(--ink-soft); font-size: 1rem; line-height: 1.65; }
.unsubscribe-note { margin: 16px 0 0; color: var(--ink-soft); font-size: .9rem; }
.unsubscribe-icon { display: grid; width: 60px; height: 60px; place-items: center; margin: 0 0 18px; border-radius: 18px; color: var(--blue); background: #e8f0ff; box-shadow: 0 13px 31px rgba(36, 91, 255, .12); }
.unsubscribe-icon svg { width: 30px; height: 30px; fill: currentColor; }
.unsubscribe-card { width: 100%; max-width: none; justify-self: stretch; align-self: center; margin: 0; background: rgba(255,255,255,.96); }

@media (max-width: 1120px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { max-width: 820px; }
  .hero-visual { order: -1; width: min(720px, 100%); margin-inline: auto; }
  .hero-art { width: 100%; }
  .features { grid-template-columns: 1fr; }
}
@media (max-width: 940px) {
  .updates-section,
  .unsubscribe-panel { grid-template-columns: 1fr; }
  .updates-copy { max-width: 680px; }
  .unsubscribe-card { justify-self: start; }
}
@media (max-width: 820px) {
  .about-product-points { grid-template-columns: 1fr; gap: 18px; }
}
@media (max-width: 720px) {
  .page-shell { width: min(100% - 24px, 1280px); }
  .site-header { padding-top: 15px; padding-bottom: 2px; }
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; }
  .brand { min-height: 70px; gap: 11px; padding: 9px 15px 9px 10px; border-radius: 19px; }
  .brand-mark { width: 50px; height: 50px; }
  .brand-name { font-size: 1.86rem; }
  .status-pill { min-height: 38px; padding: 7px 12px; font-size: .84rem; }
  main { padding-top: 10px; }
  h1,
  .content-page h1,
  .privacy-heading h1,
  .partners-intro h1,
  .unsubscribe-intro h1 { font-size: clamp(2.35rem, 11vw, 3.2rem); }
  .title-line { white-space: normal; }
  .hero { gap: 28px; padding-top: 0; }
  .hero-art { border-radius: 21px; }
  .intro { margin-top: 20px; font-size: 1.02rem; }
  .cta-row { width: 100%; }
  .btn { width: 100%; flex: 1 1 180px; }
  .hero-actions, .primary-action { justify-items: stretch; }
  .primary-action { text-align: left; }
  .microcopy { max-width: none; }
  .share-links, .site-footer nav { justify-content: flex-start; }
  .features { margin-top: 27px; }
  .feature-card { grid-template-columns: 72px minmax(0, 1fr); min-height: 104px; }
  .feature-copy { padding: 17px; }
  .feature-icon svg { width: 34px; height: 34px; }
  .about-product { margin-top: 28px; padding: 23px 18px; border-radius: 22px; }
  .about-product-heading,
  .partners-intro,
  .privacy-heading { text-align: left; }
  .about-product-heading > p:last-child,
  .partners-lead,
  .partners-updated,
  .privacy-lead { margin-left: 0; margin-right: 0; }
  .updates-section { margin-top: 28px; padding: 22px 17px; border-radius: 23px; }
  .form-card { padding: 20px 16px; border-radius: 19px; }
  .content-page, .privacy-page { padding-top: 35px; }
  .unsubscribe-panel { margin-top: 18px; padding: 22px 17px; border-radius: 23px; }
  .partner-public-card { grid-template-columns: 1fr; min-height: 0; gap: 18px; padding: 19px; }
  .partner-logo-wrap { width: 116px; }
  .partner-website-link { width: 100%; align-self: stretch; margin-top: 21px; }
  .privacy-document { padding: 22px 19px; border-radius: 18px; }
  .privacy-unsubscribe-box { align-items: stretch; flex-direction: column; }
  .privacy-unsubscribe-button { width: 100%; }
}
@media (max-width: 430px) {
  .cta-row { flex-direction: column; }
  .feature-card { grid-template-columns: 1fr; }
  .feature-icon { min-height: 64px; }
  .empty-partners { align-items: flex-start; justify-content: flex-start; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .status-dot { animation: none; }
}
@media (prefers-contrast: more) {
  :root { --ink-soft: #405a73; --line: #b5cada; --line-strong: #95b2ca; }
  .form-row input, .partner-public-card, .privacy-document, .feature-card { border-width: 2px; }
}
