:root {
  --blue: #082744;
  --blue-2: #123d63;
  --orange: #e87500;
  --cream: #f7f1e8;
  --soft: #f4f7f9;
  --white: #ffffff;
  --text: #10233d;
  --muted: #5d6877;
  --line: #e3d9cb;
  --green: #557c65;
  --error: #9b332c;
  --shadow: 0 18px 46px rgba(8, 39, 68, 0.11);
  --radius: 8px;
  --container: min(1160px, calc(100% - 36px));
  --sans: "Segoe UI", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--text); font-family: var(--sans); font-size: 17px; line-height: 1.6; letter-spacing: 0; }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
p, h1, h2, h3, figure, ul, ol { margin-top: 0; }
figure { margin: 0; }
h1, h2, h3 { color: var(--blue); line-height: 1.12; letter-spacing: 0; overflow-wrap: break-word; }
h1 { max-width: 14ch; font-size: clamp(2.25rem, 5.4vw, 4.25rem); }
h2 { max-width: 17ch; font-size: clamp(2rem, 4.4vw, 3.35rem); }
h3 { font-size: 1.15rem; }
:focus-visible { outline: 3px solid rgba(232, 117, 0, 0.48); outline-offset: 3px; }

.sr-only, .skip-link { 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:focus { position: fixed; top: 14px; left: 14px; z-index: 1000; width: auto; height: auto; clip: auto; padding: 10px 14px; border-radius: var(--radius); background: var(--orange); color: var(--white); font-weight: 850; }
.container { width: var(--container); margin: 0 auto; min-width: 0; }
section[id], main[id] { scroll-margin-top: 72px; }

.site-header { position: sticky; top: 0; z-index: 200; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 18px; min-height: 62px; padding: 6px clamp(16px, 2.4vw, 30px); border-bottom: 1px solid var(--line); background: rgba(255, 255, 255, 0.97); color: var(--text); box-shadow: 0 1px 0 rgba(8, 39, 68, 0.05); backdrop-filter: blur(12px); }
.site-header.is-scrolled { box-shadow: 0 10px 28px rgba(8, 39, 68, 0.11); }
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: 0; }
.brand-logo { width: 70px; height: auto; flex: 0 0 auto; }
.brand-copy { display: grid; gap: 1px; line-height: 1.12; }
.brand-copy strong { color: var(--blue); font-size: 17px; }
.brand-copy small { color: var(--muted); font-size: 12px; font-weight: 750; }
.main-nav { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 2px 16px; min-width: 0; color: var(--text); font-size: 13px; font-weight: 760; line-height: 1.15; }
.main-nav a { position: relative; display: inline-flex; align-items: center; justify-content: center; min-height: 26px; padding: 0; white-space: nowrap; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: -3px; height: 2px; background: var(--orange); transform: scaleX(0); transition: transform 0.18s ease; }
.main-nav a:hover::after, .main-nav a.is-active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 8px; }
.header-button { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 7px 12px; border-radius: var(--radius); font-size: 13px; font-weight: 850; white-space: nowrap; }
.header-button.primary { background: var(--blue); color: var(--white); }
.header-button.secondary { border: 1px solid var(--line); background: var(--white); color: var(--blue); }
.nav-toggle { position: relative; display: none; flex: 0 0 44px; width: 44px; min-width: 44px; max-width: 44px; height: 44px; justify-self: end; padding: 0; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.nav-toggle span:not(.sr-only) { position: absolute; left: 11px; display: block; width: 20px; height: 2px; margin: 0; background: var(--blue); }
.nav-toggle span:not(.sr-only):nth-of-type(2) { top: 14px; }
.nav-toggle span:not(.sr-only):nth-of-type(3) { top: 21px; }
.nav-toggle span:not(.sr-only):nth-of-type(4) { top: 28px; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0.8rem 1.15rem; border: 1px solid transparent; border-radius: var(--radius); font-weight: 850; text-align: center; }
.button-primary { background: var(--orange); color: var(--white); }
.button-blue { background: var(--blue); color: var(--white); }
.button-light { background: var(--white); color: var(--blue); }
.button-secondary { border-color: rgba(255,255,255,0.55); background: rgba(255,255,255,0.1); color: var(--white); }
.button-ghost { border-color: var(--line); background: var(--white); color: var(--blue); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.centered-actions { justify-content: center; }

.hero { position: relative; min-height: min(720px, calc(100vh - 62px)); display: grid; align-items: end; isolation: isolate; color: var(--white); background: var(--blue); }
.hero-media, .hero-shade { position: absolute; inset: 0; z-index: -2; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(5,22,38,0.94) 0%, rgba(8,39,68,0.84) 44%, rgba(8,39,68,0.22) 100%), linear-gradient(0deg, rgba(5,22,38,0.68), rgba(5,22,38,0.04) 48%); }
.hero-content { padding: clamp(5rem, 10vw, 7rem) 0 3rem; }
.hero-copy { max-width: 760px; }
.hero h1 { color: var(--white); }
.eyebrow, .section-kicker { margin-bottom: 0.85rem; color: var(--orange); font-size: 0.78rem; line-height: 1.3; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; }
.hero-lead, .lead, .section-lead { max-width: 760px; color: #3f4f61; font-size: 1.18rem; }
.hero-lead { color: rgba(255,255,255,0.92); }
.trust-note { max-width: 760px; margin: 1rem 0 0; color: rgba(255,255,255,0.9); font-weight: 750; }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
.trust-grid article { padding: 18px 12px; text-align: center; }
.trust-grid span { display: block; color: var(--orange); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.trust-grid strong { display: block; margin-top: 0.25rem; color: var(--blue); font-size: 0.92rem; }

.section { padding: 82px 0; }
.white-section { background: var(--white); }
.soft-section { background: var(--soft); }
.cream-section { background: var(--cream); }
.dark-section, .cta-band { background: var(--blue); color: var(--white); }
.dark-section h2, .dark-section h3, .dark-section .lead, .dark-section .section-lead, .cta-band h2 { color: var(--white); }
.section-heading { max-width: 840px; margin-bottom: 34px; }
.section-heading.centered, .cta-only { margin-right: auto; margin-left: auto; text-align: center; }
.split-grid, .contact-grid, .page-hero-grid { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr); align-items: center; gap: 56px; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card { min-height: 100%; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.card > span, .mini-label { display: inline-block; margin-bottom: 0.75rem; color: var(--orange); font-size: 0.78rem; font-weight: 900; text-transform: uppercase; }
.card a:not(.button) { color: var(--blue); font-weight: 850; }
.number { display: grid; width: 38px; height: 38px; margin-bottom: 1rem; place-items: center; border-radius: var(--radius); background: rgba(232,117,0,0.12); color: var(--blue); font-weight: 900; }
.image-card, .split-media, .contact-photo { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.image-card img { aspect-ratio: 16 / 10; object-fit: cover; }
.image-card .card { border: 0; border-top: 1px solid var(--line); border-radius: 0; box-shadow: none; }
.split-media img, .contact-photo img { aspect-ratio: 4 / 3; object-fit: cover; }
.split-media figcaption, .contact-photo figcaption { padding: 15px 18px; color: var(--muted); font-size: 0.93rem; }

.check-list, .plain-list { padding-left: 0; margin: 1rem 0 0; list-style: none; }
.check-list li, .plain-list li { position: relative; padding-left: 28px; margin: 0.65rem 0; }
.check-list li::before, .plain-list li::before { position: absolute; left: 0; top: 0.08rem; content: "+"; color: var(--orange); font-weight: 900; }
.summary-panel { padding: 28px; border: 1px solid rgba(255,255,255,0.18); border-radius: var(--radius); background: rgba(255,255,255,0.08); }
.page-hero { padding: 74px 0 64px; background: linear-gradient(180deg, var(--soft), var(--white)); }
.page-hero-grid { align-items: stretch; }
.page-hero-grid > div:first-child { align-self: center; }
.mini-panel { align-self: center; padding: 24px; border: 1px solid var(--line); border-left: 4px solid var(--orange); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.mini-panel strong { display: block; color: var(--blue); margin-bottom: 0.6rem; }
.mini-panel .mini-label { margin-bottom: 0.8rem; }
.compact-list { margin-top: 0; }
.compact-list li { margin: 0.48rem 0; }
.mini-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.mini-tags span { padding: 7px 10px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--soft); color: var(--blue); font-size: 0.9rem; font-weight: 850; }
.timeline { display: grid; gap: 14px; }
.timeline article { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 18px; padding: 18px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.timeline strong { color: var(--blue); font-size: 1.05rem; }
.metric-row { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.metric { padding: 20px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.metric strong { display: block; color: var(--blue); font-size: 1.45rem; line-height: 1.15; }

.faq { display: grid; gap: 12px; }
.faq details { border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); }
.faq summary { padding: 18px 20px; color: var(--blue); font-weight: 850; cursor: pointer; }
.faq details p { margin: 0; padding: 0 20px 20px; color: #435265; }

.contact-card { padding: 24px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.form-grid label, .privacy-check { display: grid; gap: 6px; color: var(--blue); font-weight: 850; }
.form-grid .full, .privacy-check { grid-column: 1 / -1; }
.privacy-check { grid-template-columns: auto minmax(0, 1fr); align-items: start; color: var(--text); font-weight: 600; }
.privacy-check input { width: auto; margin-top: 0.35rem; }
.hp-field { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }
input, select, textarea { width: 100%; border: 1px solid var(--line); border-radius: var(--radius); padding: 12px; color: var(--text); background: var(--white); }
textarea { min-height: 132px; resize: vertical; }
[aria-invalid="true"] { border-color: var(--error); }
.form-error, .form-success { min-height: 1.35em; margin: 0.9rem 0 0.4rem; font-weight: 850; }
.form-error { color: var(--error); }
.form-success { color: var(--green); }
.form-note, .disclaimer { color: var(--muted); font-size: 0.92rem; }

.cta-band { padding: 58px 0; }
.cta-band h2 { max-width: none; }
.cta-band p { max-width: 720px; margin-right: auto; margin-left: auto; color: rgba(255,255,255,0.9); }
.cta-grid { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: 28px; }
.cta-centered { max-width: 860px; text-align: center; grid-template-columns: 1fr; justify-items: center; }
.cta-centered .button { min-width: 220px; }
.section-blue { background: var(--blue); color: var(--white); }
.section-blue h2,
.section-blue h3,
.section-blue .lead { color: var(--white); }
.section-blue .section-kicker { color: #ff9a2c; }
.feature-grid { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: 42px; align-items: center; }
.support-copy h2 { max-width: 15ch; }
.process-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.compact-steps .card { min-height: auto; padding: 18px; box-shadow: none; }
.compact-steps .number { width: 32px; height: 32px; margin-bottom: 0.65rem; }
.compact-steps h3 { margin-bottom: 0.35rem; }
.compact-steps p { margin-bottom: 0; font-size: 0.95rem; }
.site-footer { padding: 44px 0 84px; border-top: 1px solid var(--line); background: var(--white); }
.footer-grid { display: grid; grid-template-columns: minmax(240px, 0.8fr) minmax(0, 1.4fr); gap: 42px; }
.footer-brand-lockup { margin-bottom: 1rem; }
.footer-brand { color: var(--blue); font-weight: 850; }
.footer-nav { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.footer-nav h2 { margin-bottom: 0.7rem; font-size: 1rem; }
.footer-nav a { display: block; margin: 0.34rem 0; color: var(--muted); font-size: 0.95rem; font-weight: 650; }
.mobile-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 160; display: none; grid-template-columns: 1fr 1fr; gap: 1px; padding: 8px; background: rgba(255,255,255,0.96); border-top: 1px solid var(--line); }
.mobile-bar a { display: flex; min-height: 42px; align-items: center; justify-content: center; border-radius: var(--radius); background: var(--blue); color: var(--white); font-size: 0.9rem; font-weight: 850; text-align: center; }

@media (max-width: 1120px) {
  .nav-toggle { display: block; grid-column: 3; grid-row: 1; }
  .main-nav { position: fixed; top: 62px; right: 14px; left: 14px; display: none; max-height: calc(100vh - 86px); overflow: auto; flex-direction: column; align-items: stretch; padding: 12px; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { justify-content: flex-start; min-height: 44px; padding: 0 8px; white-space: normal; }
  .main-nav a::after { display: none; }
  .main-nav a:hover, .main-nav a.is-active { background: var(--soft); }
}

@media (max-width: 920px) {
  .site-header { gap: 12px; }
  .header-actions { display: none; }
  .trust-grid, .metric-row, .card-grid, .footer-nav { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .split-grid, .contact-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .section { padding: 66px 0; }
}

@media (max-width: 640px) {
  body { font-size: 16px; }
  .container { width: min(100% - 28px, 1160px); }
  .site-header { min-height: 60px; padding: 6px 14px; }
  .brand-logo { width: 62px; }
  .brand-copy strong { max-width: 180px; font-size: 16px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-copy small { display: none; }
  .main-nav { top: 60px; }
  .hero { min-height: auto; }
  .hero-media img { object-position: 58% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(5,22,38,0.96), rgba(8,39,68,0.82) 64%, rgba(8,39,68,0.34)), linear-gradient(90deg, rgba(5,22,38,0.66), rgba(5,22,38,0.12)); }
  .hero-content { padding: 8rem 0 2.6rem; }
  .hero-lead, .lead, .section-lead { font-size: 1.06rem; }
  .actions { flex-direction: column; }
  .button { width: 100%; }
  .trust-grid, .metric-row, .card-grid, .card-grid.two, .footer-grid, .footer-nav, .form-grid { grid-template-columns: 1fr; }
  .timeline article { grid-template-columns: 1fr; }
  .page-hero { padding: 52px 0; }
  .mobile-bar { display: grid; }
}

/* Compatibility for the first static prototype markup. */
.site-header > .nav-wrap {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
}
.brand-mark {
  display: block;
  width: 70px;
  height: 34px;
  flex: 0 0 auto;
  background: url("../img/awz-logo.png") center / contain no-repeat;
  color: transparent;
  font-size: 0;
}
.brand-text { display: grid; gap: 1px; line-height: 1.12; }
.brand-text strong { color: var(--blue); font-size: 17px; }
.brand-text small { color: var(--muted); font-size: 12px; font-weight: 750; }
.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 2px 16px;
  min-width: 0;
  color: var(--text);
  font-size: 13px;
  font-weight: 760;
  line-height: 1.15;
}
.primary-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0;
  white-space: nowrap;
}
.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  height: 2px;
  background: var(--orange);
  transform: scaleX(0);
  transition: transform 0.18s ease;
}
.primary-nav a:hover::after,
.primary-nav a.active::after { transform: scaleX(1); }
.primary-nav .nav-cta {
  min-height: 36px;
  padding: 7px 12px;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
}
.primary-nav a[href="ausgangslage.html"],
.primary-nav a[href="bewertung.html"] { display: none; }
.primary-nav .nav-cta::after { display: none; }
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.42fr);
  align-items: end;
  gap: 36px;
}
.hero-grid > *,
.hero-copy { min-width: 0; max-width: 100%; }
.hero-lead { overflow-wrap: break-word; }
.hero-actions,
.section-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.hero-panel,
.result-panel,
.mini-panel {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  color: var(--text);
  box-shadow: var(--shadow);
}
.hero-panel ul { padding-left: 0; margin: 1rem 0 0; list-style: none; }
.hero-panel li { position: relative; padding-left: 28px; margin: 0.65rem 0; }
.hero-panel li::before { position: absolute; left: 0; top: 0.08rem; content: "+"; color: var(--orange); font-weight: 900; }
.trust-grid > span {
  display: block;
  padding: 18px 12px;
  color: var(--blue);
  font-size: 0.92rem;
  font-weight: 850;
  text-align: center;
}
.section-soft { background: var(--soft); }
.section-cream { background: var(--cream); }
.section-head { max-width: 840px; margin-bottom: 34px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.split,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 1.05fr);
  align-items: center;
  gap: 56px;
}
.statement {
  padding: 28px;
  border-radius: var(--radius);
  background: var(--blue);
  color: var(--white);
}
.statement h2 { color: var(--white); }
.choice-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 1.4rem; }
.choice-list label,
.choice-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  min-height: 104px;
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  font-weight: 760;
}
.choice-list input { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; cursor: pointer; }
.choice-symbol { display: grid; width: 52px; height: 52px; place-items: center; border-radius: var(--radius); background: var(--soft); color: var(--blue); }
.choice-symbol svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.choice-card strong { display: block; color: var(--blue); line-height: 1.25; }
.choice-card small { display: block; margin-top: 0.28rem; color: var(--muted); font-size: 0.9rem; line-height: 1.35; font-weight: 650; }
.choice-card:has(input:checked) { border-color: rgba(232,117,0,0.68); box-shadow: 0 0 0 3px rgba(232,117,0,0.12); }
.choice-card:has(input:checked) .choice-symbol { background: var(--blue); color: var(--white); }
.decision-board {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.48fr);
  gap: 28px;
  align-items: start;
}
.result-panel {
  background: var(--blue);
  color: var(--white);
  padding: 22px;
}
.result-panel h3 { color: var(--white); }
.result-panel p { margin-bottom: 0.9rem; }
.result-panel .button { margin-top: 0.9rem; width: auto; min-width: 220px; }
.result-steps { display: grid; gap: 8px; margin: 1rem 0 0; padding: 0; list-style: none; }
.result-steps li { position: relative; padding-left: 22px; color: rgba(255,255,255,0.92); font-size: 0.92rem; }
.result-steps li::before { content: ""; position: absolute; left: 0; top: 0.62rem; width: 9px; height: 2px; background: var(--orange); }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 1.3rem 0; }
.tag-row span {
  padding: 5px 9px;
  border-radius: var(--radius);
  background: rgba(255,255,255,0.12);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 850;
}
.footer-links { display: flex; flex-wrap: wrap; gap: 14px; }
.footer-links a { color: var(--blue); font-weight: 760; }

@media (max-width: 1120px) {
  .primary-nav {
    position: fixed;
    top: 62px;
    right: 14px;
    left: 14px;
    display: none;
    max-height: calc(100vh - 86px);
    overflow: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: var(--white);
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .primary-nav a { justify-content: flex-start; min-height: 44px; padding: 0 8px; white-space: normal; }
  .primary-nav a::after { display: none; }
  .primary-nav a:hover,
  .primary-nav a.active { background: var(--soft); }
}

@media (max-width: 920px) {
  .hero-grid,
  .split,
  .contact-layout,
  .decision-board { grid-template-columns: 1fr; }
  .cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .feature-grid,
  .cta-grid { grid-template-columns: 1fr; }
  .cta-grid { justify-items: start; }
  .cta-centered { justify-items: center; }
  .choice-list { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .brand-mark { width: 62px; height: 30px; }
  .brand { min-width: 0; }
  .brand-text { min-width: 0; }
  .brand-text strong { max-width: 174px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .brand-text small { display: none; }
  .site-header > .nav-wrap {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-right: 54px;
  }
  .site-header .nav-toggle {
    position: absolute !important;
    top: 8px;
    right: 14px;
    z-index: 500;
    width: 44px;
    min-width: 44px;
    max-width: 44px;
    height: 44px;
    border-color: var(--blue);
    background: var(--blue);
    display: block !important;
  }
  .site-header .nav-toggle span:not(.sr-only) { background: var(--white); }
  .hero-panel { margin-top: 0.6rem; }
  .hero-lead { max-width: 31ch; }
  .cards { grid-template-columns: 1fr; }
  .hero-actions,
  .section-actions { flex-direction: column; }
  .choice-list label,
  .choice-card { grid-template-columns: 48px minmax(0, 1fr); min-height: auto; }
  .choice-symbol { width: 44px; height: 44px; }
  .choice-symbol svg { width: 26px; height: 26px; }
  .result-panel .button,
  .cta-centered .button { width: 100%; min-width: 0; }
}
