:root {
  --color-bg: #F4F8FB;
  --color-surface: #FFFFFF;
  --color-surface-warm: #F5FAFD;
  --color-surface-2: #DDEDF5;
  --color-fg: #424C5C;
  --color-fg-2: #5D8AA3;
  --color-muted: #61788A;
  --color-meta: #7890A0;
  --color-border: #C8DCE7;
  --color-border-strong: #99D6F5;
  --color-accent: #FFA828;
  --color-accent-hover: #E89010;
  --color-accent-on: #424C5C;
  --color-accent-2: #5D8AA3;
  --color-focus-ring: #5D8AA3;
  --radius-sm: 4px;
  --radius-md: 8px;
  --radius-lg: 12px;
  --radius-2xl: 20px;
  --container: 1152px;
  --font-display: "Arial", "Helvetica Neue", system-ui, sans-serif;
  --font-body: "Arial", "Helvetica Neue", system-ui, sans-serif;
}

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

html {
  scroll-behavior: smooth;
  background: var(--color-bg);
}

body {
  margin: 0;
  min-width: 320px;
  background: var(--color-bg);
  color: var(--color-fg);
  font-family: var(--font-body);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

button,
a,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

img,
svg {
  display: block;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

h1,
h2,
h3,
p,
ul,
dl,
dd {
  margin: 0;
}

ul {
  padding: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

[hidden] {
  display: none !important;
}

.page {
  min-height: 100vh;
}

.page-home {
  position: relative;
  overflow: hidden;
}

.page-glow {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: .4;
  background:
    radial-gradient(circle at 12% 4%, var(--color-surface-2), transparent 28%),
    radial-gradient(circle at 88% 28%, rgba(93, 138, 163, .34), transparent 24%);
}

.site-shell {
  position: relative;
  z-index: 1;
  width: min(100%, var(--container));
  margin: 0 auto;
  padding: 20px 16px;
}

.site-header {
  min-height: 52px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand-mark {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--color-accent);
  border-radius: 12px;
  color: var(--color-fg);
  font-size: 14px;
  font-weight: 900;
  letter-spacing: -.02em;
}

.brand-copy {
  text-align: center;
  line-height: 1.15;
}

.brand-name {
  font-family: var(--font-display);
  color: var(--color-fg);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -.02em;
}

.brand-subtitle {
  margin-top: 2px;
  color: var(--color-accent-2);
  font-size: 12px;
  font-weight: 700;
}

.header-status {
  display: none;
}

.card {
  border: 1px solid var(--color-border);
  border-radius: var(--radius-2xl);
  background: var(--color-surface);
}

.hero {
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 28px rgba(66, 76, 92, .10);
}

.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(112deg, var(--color-surface) 0%, var(--color-surface) 55%, var(--color-surface-2) 100%);
}

.hero-orb {
  position: absolute;
  top: 96px;
  right: -80px;
  width: 288px;
  height: 288px;
  border-radius: 50%;
  background: rgba(93, 138, 163, .20);
  filter: blur(64px);
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}

.hero-copy {
  order: 1;
  padding: 28px 20px;
  text-align: center;
}

.hero-badge-row {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.pill svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.pill-blue {
  border: 1px solid rgba(93, 138, 163, .30);
  background: rgba(93, 138, 163, .10);
  color: var(--color-accent-2);
}

.hero h1 {
  max-width: 576px;
  margin-inline: auto;
  color: var(--color-fg);
  font-family: var(--font-display);
  font-size: clamp(36px, 10vw, 48px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -.035em;
}

.accent-blue {
  color: var(--color-accent-2);
}

.hero-descriptor {
  max-width: 576px;
  margin: 20px auto 0;
  color: var(--color-muted);
  font-size: 16px;
  line-height: 1.625;
  font-weight: 500;
}

.hero-learn,
.hero-cta-block {
  max-width: 576px;
  margin-inline: auto;
}

.hero-learn {
  margin-top: 28px;
}

.section-kicker {
  color: var(--color-fg);
  font-size: 16px;
  font-weight: 800;
}

.hero-bullets {
  list-style: none;
  margin-top: 12px;
  display: grid;
  gap: 12px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 12px;
  color: var(--color-fg);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
}

.round-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin-top: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 168, 40, .20);
  color: var(--color-accent-2);
}

.round-icon svg {
  width: 14px;
  height: 14px;
}

.hero-cta-block {
  margin-top: 28px;
}

.cta-stack {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.button {
  text-decoration: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 12px;
  white-space: nowrap;
  transition: transform .18s ease, background-color .18s ease, border-color .18s ease, color .18s ease;
}

.button:focus-visible,
.privacy-link:focus-visible,
.back-link:focus-visible,
.cookie-inner a:focus-visible,
.cookie-inner button:focus-visible {
  outline: 2px solid var(--color-focus-ring);
  outline-offset: 2px;
}

.button-primary {
  min-height: 52px;
  width: 100%;
  padding: 12px 20px;
  background: var(--color-accent);
  color: var(--color-accent-on);
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 10px 20px rgba(255, 168, 40, .25);
}

.button-primary:hover {
  transform: translateY(-2px);
  background: var(--color-accent-hover);
}

.button-primary:active {
  transform: translateY(0);
}

.button-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 20px;
}

.button-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  stroke: none;
}

.button-icon-letter {
  border: 1.5px solid currentColor;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: -.04em;
}

.cta-note {
  margin-top: 12px;
  text-align: center;
  color: var(--color-muted);
  font-size: 12px;
  font-weight: 600;
}

.expert-proof {
  margin-top: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: var(--color-fg);
  font-size: 14px;
  line-height: 1.5;
}

.proof-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(255, 168, 40, .20);
  color: var(--color-accent);
}

.proof-icon svg {
  width: 20px;
  height: 20px;
}

.hero-media-panel {
  order: 2;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--color-border);
  background: linear-gradient(to bottom, rgba(93, 138, 163, .20), var(--color-surface-2), var(--color-bg));
}

.hero-image-wrap {
  position: relative;
  min-height: 350px;
  flex: 1 1 auto;
  overflow: hidden;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 30%;
}

.hero-image.is-fallback {
  object-fit: contain;
  padding: 28px;
  opacity: .92;
}

.image-badge {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 2;
  border-radius: 12px;
  padding: 12px 16px;
  background: var(--color-fg);
  color: var(--color-bg);
  text-align: center;
  box-shadow: 0 10px 20px rgba(66, 76, 92, .2);
}

.image-badge p {
  font-size: 14px;
  font-weight: 700;
}

.image-badge span {
  display: block;
  margin-top: 2px;
  color: rgba(244, 248, 251, .70);
  font-size: 12px;
  font-weight: 600;
}

.metrics {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-top: 1px solid var(--color-border);
  background: rgba(244, 248, 251, .80);
}

.metric {
  width: 100%;
  flex: 0 0 auto;
  padding: 12px 8px;
  text-align: center;
}

.metric strong {
  display: block;
  color: var(--color-accent-2);
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 800;
}

.metric span {
  display: block;
  margin-top: 2px;
  color: var(--color-muted);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.2;
}

.navigator-intro {
  position: relative;
  margin-top: 20px;
  overflow: hidden;
  border-radius: var(--radius-2xl);
  padding: 28px 20px;
  background: var(--color-fg);
  color: var(--color-bg);
  box-shadow: 0 14px 24px rgba(66, 76, 92, .15);
}

.navigator-intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(244, 248, 251, .3), transparent);
}

.navigator-orb {
  position: absolute;
  right: -64px;
  top: -80px;
  width: 224px;
  height: 224px;
  border-radius: 50%;
  background: rgba(255, 168, 40, .15);
  filter: blur(64px);
}

.navigator-inner {
  position: relative;
  width: min(100%, 1024px);
  margin: 0 auto;
}

.navigator-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.navigator-copy {
  text-align: center;
}

.square-icon {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.square-icon svg {
  width: 20px;
  height: 20px;
}

.square-icon-orange {
  background: var(--color-accent);
  color: var(--color-accent-on);
}

.eyebrow {
  margin-top: 20px;
  color: var(--color-accent);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.navigator-copy h2,
.insights h2,
.social-heading h2,
.final-card h2,
.privacy-header h1,
.operator-card h2,
.privacy-scope h2,
.policy-body h2 {
  font-family: var(--font-display);
}

.navigator-copy h2 {
  margin-top: 8px;
  color: var(--color-bg);
  font-size: 24px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -.025em;
}

.navigator-description {
  max-width: 512px;
  margin: 12px auto 0;
  color: rgba(244, 248, 251, .80);
  font-size: 14px;
  line-height: 1.625;
  font-weight: 500;
}

.navigator-note {
  margin-top: 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 168, 40, .35);
  border-radius: 999px;
  padding: 8px 12px;
  background: rgba(255, 168, 40, .10);
  color: var(--color-accent);
  font-size: 12px;
  font-weight: 800;
}

.navigator-note svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.scenario-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.scenario-card {
  min-width: 0;
  min-height: 158px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid rgba(244, 248, 251, .15);
  border-radius: var(--radius-lg);
  padding: 16px;
  background: rgba(244, 248, 251, .07);
  text-align: center;
  transition: transform .2s ease, background-color .2s ease;
}

.scenario-card:hover {
  transform: translateY(-4px);
  background: rgba(244, 248, 251, .12);
}

.scenario-icon {
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(244, 248, 251, .10);
  color: var(--color-accent);
}

.scenario-icon svg {
  width: 18px;
  height: 18px;
}

.scenario-card h3 {
  margin-top: 20px;
  color: var(--color-bg);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.scenario-card p {
  margin-top: 8px;
  color: rgba(244, 248, 251, .75);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.insights {
  margin-top: 20px;
  padding: 32px 20px;
  text-align: center;
  box-shadow: 0 1px 3px rgba(66, 76, 92, .06);
}

.insights h2 {
  color: var(--color-fg);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.insights-list {
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.insight-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
}

.insight-item + .insight-item {
  border-top: 1px solid var(--color-border);
}

.insight-icon {
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(93, 138, 163, .15);
  color: var(--color-accent-2);
  font-size: 16px;
  font-weight: 800;
}

.insight-icon svg {
  width: 16px;
  height: 16px;
}

.insight-item h3 {
  color: var(--color-fg);
  font-size: 14px;
  font-weight: 800;
}

.insight-item p {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
}

.social-card {
  margin-top: 20px;
  border: 1px solid rgba(255, 168, 40, .30);
  border-radius: var(--radius-2xl);
  padding: 16px;
  background: var(--color-surface-warm);
  text-align: center;
  box-shadow: 0 1px 3px rgba(66, 76, 92, .06);
}

.social-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.social-heading .square-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
}

.social-heading .square-icon svg {
  width: 16px;
  height: 16px;
}

.social-heading h2 {
  color: var(--color-fg);
  font-size: 16px;
  font-weight: 800;
}

.social-heading p {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
}

.social-buttons {
  margin-top: 16px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.social-buttons .button-primary {
  padding-inline: 16px;
  font-size: 12px;
}

.final-section {
  margin-top: 20px;
}

.final-card {
  overflow: hidden;
  border: 1px solid rgba(244, 248, 251, .15);
  border-radius: var(--radius-2xl);
  padding: 32px 16px;
  background: var(--color-fg);
  color: var(--color-bg);
  text-align: center;
  box-shadow: 0 1px 3px rgba(66, 76, 92, .06);
}

.final-inner {
  max-width: 896px;
  margin: 0 auto;
}

.final-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(244, 248, 251, .25);
  border-radius: 999px;
  padding: 4px 12px;
  background: rgba(244, 248, 251, .10);
  color: var(--color-bg);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.final-pill svg {
  width: 14px;
  height: 14px;
}

.final-card h2 {
  margin-top: 12px;
  color: var(--color-bg);
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.025em;
}

.final-card > .final-inner > p:not(.final-note) {
  max-width: 672px;
  margin: 8px auto 0;
  color: rgba(244, 248, 251, .75);
  font-size: 14px;
  line-height: 1.6;
}

.final-buttons {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.button-ghost-dark {
  min-height: 44px;
  border: 1px solid rgba(244, 248, 251, .25);
  padding: 12px 16px;
  background: rgba(244, 248, 251, .10);
  color: var(--color-bg);
  font-size: 12px;
  font-weight: 700;
}

.button-ghost-dark:hover {
  transform: translateY(-2px);
  background: rgba(244, 248, 251, .20);
}

.button-ghost-dark:active {
  transform: translateY(0);
}

.mini-brand-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--color-accent);
  color: var(--color-accent-on);
}

.mini-brand-icon svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
  stroke: none;
}

.mini-letter {
  font-size: 9px;
  font-weight: 900;
}

.arrow {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
}

.final-note {
  margin-top: 24px;
  border-top: 1px solid rgba(244, 248, 251, .15);
  padding-top: 16px;
  color: rgba(244, 248, 251, .60);
  font-size: 11px;
  line-height: 1.6;
}

.footer-card {
  margin-top: 28px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 24px 20px;
  background: rgba(255, 255, 255, .70);
  text-align: center;
  box-shadow: 0 1px 3px rgba(66, 76, 92, .06);
}

.footer-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--color-muted);
  font-size: 14px;
}

.footer-entity {
  color: var(--color-fg);
  font-weight: 600;
}

.footer-copy {
  margin-top: 4px;
  color: var(--color-muted);
  font-size: 12px;
}

.privacy-link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: var(--color-accent-2);
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(93, 138, 163, .40);
  text-underline-offset: 4px;
  transition: color .18s ease;
}

.privacy-link:hover {
  color: var(--color-accent);
}

.footer-disclaimer {
  margin-top: 20px;
  border-top: 1px solid var(--color-border);
  padding-top: 16px;
  color: var(--color-muted);
  font-size: 12px;
  line-height: 1.6;
}

/* Privacy */
.page-privacy {
  background: var(--color-bg);
  color: var(--color-fg);
}

.privacy-article {
  width: min(100%, 760px);
  margin: 0 auto;
  padding: 40px 16px;
}

.privacy-header {
  margin-bottom: 32px;
}

.back-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--color-muted);
  font-size: 14px;
  text-decoration: none;
}

.back-link:hover {
  color: var(--color-fg);
}

.back-link svg {
  width: 16px;
  height: 16px;
}

.privacy-header h1 {
  margin-top: 16px;
  color: var(--color-fg);
  font-size: 24px;
  font-weight: 800;
}

.privacy-header p {
  margin-top: 8px;
  color: var(--color-muted);
  font-size: 14px;
}

.operator-card {
  margin-bottom: 32px;
  border: 1px solid rgba(66, 76, 92, .10);
  border-radius: 12px;
  padding: 24px;
  background: var(--color-surface-warm);
}

.operator-card h2,
.privacy-scope h2,
.policy-body h2 {
  color: var(--color-fg);
  font-size: 18px;
  font-weight: 600;
}

.operator-card h2 {
  margin-bottom: 16px;
}

.operator-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  font-size: 14px;
}

.operator-grid dt {
  color: var(--color-muted);
}

.operator-grid dd {
  margin-top: 2px;
  color: var(--color-fg);
  line-height: 1.5;
}

.site-url {
  overflow-wrap: anywhere;
}

.privacy-scope {
  margin-bottom: 32px;
}

.privacy-scope h2 {
  margin-bottom: 12px;
}

.privacy-scope h3 {
  margin-top: 12px;
  margin-bottom: 4px;
  color: var(--color-muted);
  font-size: 14px;
  font-weight: 500;
}

.privacy-scope h3 + ul + h3 {
  margin-top: 16px;
}

.privacy-scope ul {
  list-style: disc;
  padding-left: 24px;
  color: var(--color-fg);
  font-size: 14px;
}

.privacy-scope li + li {
  margin-top: 4px;
}

.policy-body h2 {
  margin-top: 24px;
  margin-bottom: 8px;
}

.policy-body h2:first-child {
  margin-top: 0;
}

.policy-body p {
  margin-bottom: 12px;
  color: var(--color-fg);
  font-size: 14px;
  line-height: 1.625;
}

/* Cookie notice */
.cookie-consent {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 50;
  display: flex;
  justify-content: center;
  padding: 0 12px;
  pointer-events: none;
}

.cookie-inner {
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-radius: 12px;
  padding: 8px 12px;
  background: var(--color-bg);
  color: var(--color-muted);
  box-shadow: 0 10px 24px rgba(66, 76, 92, .18);
  pointer-events: auto;
}

.cookie-inner p {
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
}

.cookie-inner a {
  color: var(--color-fg);
  font-weight: 500;
  text-underline-offset: 2px;
}

.cookie-inner a:hover {
  text-decoration: none;
}

.cookie-inner button {
  height: 36px;
  flex: 0 0 auto;
  cursor: pointer;
  border: 1px solid rgba(66, 76, 92, .15);
  border-radius: 8px;
  padding: 0 12px;
  background: transparent;
  color: var(--color-fg);
  font-size: 12px;
  font-weight: 500;
}

.cookie-inner button:hover {
  background: rgba(66, 76, 92, .05);
}

@media (min-width: 640px) {
  .site-shell {
    padding: 32px 24px;
  }

  .site-header {
    margin-bottom: 28px;
  }

  .brand-copy {
    text-align: left;
  }

  .hero-copy {
    padding: 40px 32px;
  }

  .hero h1 {
    font-size: 48px;
  }

  .hero-descriptor {
    font-size: 18px;
  }

  .section-kicker {
    font-size: 18px;
  }

  .hero-bullets li {
    font-size: 16px;
  }

  .button-primary {
    font-size: 16px;
  }

  .hero-media-panel {
    min-height: 430px;
  }

  .hero-image-wrap {
    min-height: 430px;
  }

  .image-badge {
    right: 24px;
    bottom: 24px;
  }

  .metric {
    padding: 16px 12px;
  }

  .metric strong {
    font-size: 18px;
  }

  .metric span {
    font-size: 12px;
  }

  .navigator-intro {
    padding: 36px 32px;
  }

  .eyebrow {
    font-size: 12px;
  }

  .navigator-copy h2,
  .insights h2,
  .final-card h2 {
    font-size: 30px;
  }

  .navigator-description {
    font-size: 16px;
  }

  .navigator-note {
    font-size: 14px;
  }

  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .scenario-card {
    min-height: 190px;
  }

  .scenario-card h3 {
    font-size: 16px;
  }

  .scenario-card p {
    font-size: 14px;
  }

  .insights {
    padding: 40px 32px;
  }

  .insight-item {
    flex-direction: row;
    align-items: center;
    gap: 16px;
  }

  .insight-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }

  .insight-item h3 {
    font-size: 16px;
  }

  .insight-item p {
    font-size: 14px;
  }

  .social-card {
    padding: 20px 24px;
  }

  .social-heading h2 {
    font-size: 18px;
  }

  .social-heading p {
    font-size: 14px;
  }

  .social-buttons {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .social-buttons .button-primary {
    font-size: 14px;
  }

  .final-section {
    margin-top: 28px;
  }

  .final-card {
    padding: 40px 32px;
  }

  .final-pill {
    font-size: 12px;
  }

  .final-card > .final-inner > p:not(.final-note) {
    margin-top: 12px;
    font-size: 16px;
  }

  .final-buttons {
    margin-top: 28px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
  }

  .button-ghost-dark {
    font-size: 14px;
  }

  .final-note {
    margin-top: 28px;
    font-size: 12px;
  }

  .footer-card {
    padding-inline: 28px;
  }

  .privacy-header h1 {
    font-size: 30px;
  }

  .operator-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-consent {
    bottom: 16px;
    justify-content: flex-end;
    padding-inline: 16px;
  }
}

@media (min-width: 1024px) {
  .site-shell {
    padding: 40px 32px;
  }

  .site-header {
    justify-content: space-between;
  }

  .header-status {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1px solid var(--color-border);
    border-radius: 999px;
    padding: 8px 12px;
    background: var(--color-surface);
    color: var(--color-muted);
    font-size: 12px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(66, 76, 92, .08);
  }

  .status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--color-accent);
  }

  .hero-grid {
    grid-template-columns: 1.08fr .92fr;
  }

  .hero-copy {
    padding: 44px 40px;
    text-align: left;
  }

  .hero-badge-row,
  .hero-bullets li,
  .expert-proof {
    justify-content: flex-start;
  }

  .hero h1,
  .hero-descriptor,
  .hero-learn,
  .hero-cta-block {
    margin-left: 0;
  }

  .hero h1 {
    font-size: 54px;
  }

  .hero-media-panel {
    min-height: 0;
    border-top: 0;
    border-left: 1px solid var(--color-border);
  }

  .hero-image-wrap {
    min-height: 460px;
  }

  .metrics {
    flex-direction: row;
    align-items: stretch;
  }

  .metric {
    width: auto;
    flex: 1 1 0;
  }

  .navigator-intro {
    padding-inline: 40px;
  }

  .navigator-grid {
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 40px;
  }

  .navigator-copy {
    padding-block: 4px;
    text-align: left;
  }

  .navigator-description {
    margin-left: 0;
  }

  .scenario-grid {
    grid-template-columns: 1fr;
    align-content: center;
  }

  .scenario-card {
    align-items: flex-start;
    text-align: left;
  }

  .insights,
  .social-card,
  .footer-card {
    text-align: left;
  }

  .social-heading {
    flex-direction: row;
    align-items: flex-start;
  }

  .final-card {
    padding-inline: 48px;
  }

  .final-card h2 {
    font-size: 36px;
  }

  .footer-row {
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .hero-copy {
    padding-left: 48px;
    padding-right: 48px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .scenario-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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