/* E200: Guest homepage only. Shared navigation keeps its E198 layout. */
@font-face {
  font-family: Flaggen;
  src: url('/app/flaggen.woff2') format('woff2');
  unicode-range: U+1F1E6-1F1FF;
  font-display: swap;
}
body[data-page=landing] { margin: 0; color: var(--text); font: 16px/1.65 var(--schrift); }
body[data-page=landing] main { position: relative; z-index: 1; }
.hp-hail { position: fixed; inset: 0; overflow: hidden; pointer-events: none; z-index: 0; }
.hp-hail i { position: absolute; top: -12px; left: var(--x); width: var(--size); height: var(--size);
  border-radius: 50%; background: radial-gradient(circle at 30% 25%, #fff, #90bfcc);
  opacity: .32; animation: hp-hail-fall var(--duration) var(--delay) linear infinite; }
[data-theme=dark] .hp-hail i { opacity: .2; }
@keyframes hp-hail-fall { to { transform: translate3d(24px, calc(100vh + 24px), 0); } }
.hp-radar-sweep { transform-origin: 85px 85px; animation: hp-radar-scan 9s linear infinite; }
@keyframes hp-radar-scan { to { transform: rotate(360deg); } }
.hp-motion-paused :is(.hp-hail i,.hp-radar-sweep) { animation-play-state: paused; }
@media (max-width: 760px) { .hp-hail i:nth-child(n+21) { display: none; } }
@media (prefers-reduced-motion: reduce) {
  .hp-hail { display: none; }
  .hp-radar-sweep { animation: none; }
}
body[data-page=landing] :is(h1,h2,h3,p,figure,ol,dl,dd) { margin: 0; }
body[data-page=landing] a { color: var(--chip-teal); }
body[data-page=landing] main { max-width: 1280px; padding: 0 40px 32px; }
body[data-page=landing] h1, body[data-page=landing] h2 { color: var(--navy); letter-spacing: -.045em; }
.topleiste { position: sticky; top: 0; z-index: 20; background: var(--glas);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); border-bottom: 1px solid var(--rand); }
.topbar { margin-inline: auto; align-items: center; }
.marke { display: inline-flex; align-items: center; gap: 9px; text-decoration: none; font-size: 20px; font-weight: 700; }
.marke img { flex-shrink: 0; filter: drop-shadow(0 3px 8px #0ea3b530); }
.marke b { color: var(--navy); }
.marke span { color: var(--teal); }
.hauptnav { display: flex; align-items: center; margin: 0; }
.hauptnav a { font-size: 14px; font-weight: 600; text-decoration: none; padding: 5px 0; }
body[data-page=landing] .hauptnav a { color: var(--text); }
body[data-page=landing] .hauptnav a:hover { color: var(--chip-teal); }
.regler { display: flex; gap: 8px; }
.regler :is(select,button) { background: var(--panel); color: var(--text); border: 1px solid var(--rand); border-radius: 99px; cursor: pointer; }
#sprache { font-family: Flaggen, var(--schrift); }
.pille { border-radius: 99px; padding: 8px 18px; font-size: 14px; font-weight: 650; text-decoration: none; background: var(--verlauf); box-shadow: var(--schatten-haupt); }
body[data-page=landing] .pille { color: var(--auf-akzent); }

.hp-hero { display: grid; grid-template-columns: minmax(0,1.05fr) minmax(0,1fr); align-items: center; gap: 54px; padding: 90px 0 72px; }
.hp-eyebrow { display: flex; align-items: center; gap: 10px; font-size: 11px; line-height: 1.6; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; color: var(--chip-teal); }
.hp-signal { width: 8px; height: 8px; border-radius: 50%; background: var(--akzent); box-shadow: 0 0 0 5px var(--teal-t); }
body[data-page=landing] .hp-hero h1 { font-size: clamp(42px,4.5vw,63px); line-height: 1.08; font-weight: 600; margin: 24px 0; }
.hp-hero h1 > span { display: block; }
.hp-gradient { background: var(--verlauf); background-clip: text; -webkit-background-clip: text; color: transparent; }
.hp-intro { font-size: 17px; line-height: 1.8; color: var(--leise); max-width: 480px; }
.hp-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 14px 24px; margin: 30px 0 18px; }
body[data-page=landing] .hp-button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 50px; padding: 13px 21px; background: var(--verlauf); color: var(--auf-akzent); border-radius: 13px; box-shadow: var(--schatten-haupt); font-size: 14px; font-weight: 700; text-decoration: none; transition: transform .18s, box-shadow .18s; }
.hp-button:hover { transform: translateY(-2px); box-shadow: var(--schatten-schwebe); }
.hp-text-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 12px; text-decoration: none; font-size: 13px; font-weight: 650; line-height: 1.5; padding-block: 8px; }
.hp-text-link:hover { text-decoration: underline; text-underline-offset: 4px; }
.hp-text-link > [aria-hidden=true], .hp-button > [aria-hidden=true] { flex-shrink: 0; font-size: 19px; line-height: 1; }
.hp-micro { color: var(--leise); font-size: 11px; }
.hp-film { min-width: 0; position: relative; }
.hp-film::before { content: ''; position: absolute; inset: -25px -20px; z-index: -1; background: radial-gradient(ellipse, var(--glut-a), transparent 70%); }
.hp-film-frame { border: 1px solid var(--rand); border-radius: 19px; overflow: hidden; background: var(--panel); box-shadow: 0 24px 64px -24px #14385265; }
.hp-film-top { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 42px; padding: 10px 18px; color: var(--leise); background: var(--panel); font-size: 10px; font-weight: 600; }
.hp-film-dots { letter-spacing: 3px; color: var(--rand); white-space: nowrap; }
.hp-film-screen { position: relative; background: #102c40; }
.hp-film-screen video { display: block; width: 100%; height: auto; aspect-ratio: 16/9; }
.hp-play { position: absolute; inset: 0; margin: auto; display: grid; place-items: center; width: 66px; height: 66px; border: 1px solid #ffffff60; border-radius: 50%; color: white; background: #0c2440bd; backdrop-filter: blur(8px); box-shadow: 0 0 0 8px #ffffff24,0 8px 25px #0c24404d; cursor: pointer; transition: transform .18s; }
.hp-play:hover { transform: scale(1.08); }
.hp-film figcaption { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 18px; font-size: 11px; color: var(--leise); text-align: center; }
.hp-caption-line { width: 24px; height: 1px; background: var(--akzent); flex-shrink: 0; }
.hp-film-error { margin-top: 12px !important; font-size: 13px; color: var(--rot); }

.hp-steps { list-style: none; padding: 28px 0; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; border-block: 1px solid var(--rand); }
.hp-steps li { display: flex; gap: 15px; align-items: baseline; min-width: 0; }
.hp-step-number { color: var(--chip-teal); font: 500 12px var(--schrift-titel); }
body[data-page=landing] .hp-steps h2 { font-size: 18px; letter-spacing: -.025em; margin-bottom: 5px; }
.hp-steps p { color: var(--leise); font-size: 12px; line-height: 1.7; max-width: 240px; }
body[data-page=landing] .hp-section { margin-top: 78px; }
.hp-section-head { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); align-items: end; gap: 48px; margin-bottom: 32px; }
body[data-page=landing] .hp-section-head h2 { margin-top: 14px; font-size: clamp(32px,3.4vw,43px); line-height: 1.13; font-weight: 600; white-space: pre-line; }
.hp-section-head > p { max-width: 460px; font-size: 15px; color: var(--leise); }
.hp-example-stage { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.15fr); border: 1px solid var(--rand); border-radius: 25px; overflow: hidden; background: var(--panel); box-shadow: var(--schatten); }
.hp-delivery { min-width: 0; padding: 26px 28px 0; background: radial-gradient(ellipse at 50% 100%, var(--teal-t), transparent 76%), var(--panel); display: flex; flex-direction: column; }
.hp-stage-label { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 8px; font-size: 11px; font-weight: 650; margin-bottom: 28px; }
.hp-channel-tag { font-size: 10px; color: var(--chip-teal); padding: 4px 9px; background: var(--teal-t); border-radius: 99px; }
.hp-phone { width: 292px; max-width: 100%; margin: auto auto 0; position: relative; padding: 24px 12px 30px; border: 6px solid #394451; border-bottom: 0; border-radius: 38px 38px 0 0; background: linear-gradient(155deg,#235971,#113248 50%,#215166); box-shadow: 0 15px 40px #0c24402b; color: #f1f7fb; }
.hp-phone-island { background: #0b1921; border-radius: 99px; width: 78px; height: 18px; margin: -12px auto 18px; }
.hp-phone-clock { text-align: center; font-size: 49px; line-height: 1.15; font-weight: 400; letter-spacing: -.04em; }
.hp-phone-date { text-align: center; font-size: 10px; margin: 4px 0 28px !important; color: #d0e2ec; }
.hp-notification { padding: 16px; border: 1px solid #ffffff35; border-radius: 17px; background: #f4f8fb; color: #16324f; box-shadow: 0 5px 18px #081f3238; }
.hp-notification-top { display: flex; align-items: center; gap: 7px; font-size: 11px; }
.hp-notification-top img { width: 19px; height: 23px; }
.hp-notification-top > span { color: #5b6b7c; font-size: 9px; margin-left: auto; }
.hp-notification h3 { display: flex; align-items: baseline; gap: 6px; font-size: 13px; line-height: 1.4; margin: 12px 0 6px !important; font-family: var(--schrift); }
.hp-hail-dot { width: 7px; height: 7px; flex-shrink: 0; border-radius: 50%; background: #d93b3b; }
.hp-notification > p { font-size: 11px; line-height: 1.7; }
.hp-notification-facts { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; margin-top: 14px !important; padding-top: 12px; border-top: 1px solid #d7e1ea; }
.hp-notification-facts dt { font-size: 9px; color: #5b6b7c; overflow-wrap: anywhere; }
.hp-notification-facts dd { font: 600 18px var(--schrift-titel); margin-top: 2px; }
.hp-phone-home { width: 90px; height: 4px; margin: 22px auto -15px; border-radius: 4px; background: #ffffff80; }
.hp-track { background: #102e43; color: #f1f7fb; padding: 26px 28px; display: flex; flex-direction: column; justify-content: space-between; min-width: 0; }
.hp-track-head { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 8px 20px; font-size: 11px; font-weight: 600; }
.hp-track-head > :last-child { color: #afc9d9; font-size: 10px; font-weight: 400; }
.hp-track-map { width: 100%; height: auto; display: block; margin: 12px 0; }
.hp-track-foot { display: flex; align-items: center; gap: 14px; border-top: 1px solid #ffffff24; padding-top: 20px; }
.hp-track-arrow { display: grid; place-items: center; width: 39px; height: 39px; flex-shrink: 0; background: #ffffff0d; border: 1px solid #ffffff24; border-radius: 12px; color: #f9d17b; font-size: 24px; }
.hp-track-foot h3 { color: #f1f7fb; font: 600 13px var(--schrift); margin-bottom: 5px !important; }
.hp-track-foot p { font-size: 11px; color: #afc9d9; }
.hp-example-caption { display: flex; align-items: start; justify-content: space-between; gap: 20px; margin-top: 20px; }
.hp-example-caption > p { max-width: 630px; color: var(--leise); font-size: 11px; line-height: 1.7; }
.hp-example-caption .hp-text-link { max-width: 260px; padding-top: 0; }
/* E201: Selected coverage and confidence details, within the approved E200 style. */
.hp-info-card { padding: 36px; border: 1px solid var(--rand); border-radius: 25px; background: var(--panel); box-shadow: var(--schatten); }
body[data-page=landing] .hp-info-card h2 { margin: 13px 0 16px; font-size: clamp(29px,3vw,37px); line-height: 1.14; font-weight: 600; white-space: pre-line; }
.hp-reach { display: grid; grid-template-columns: minmax(0,.85fr) minmax(0,1.5fr); gap: 48px; align-items: center; }
.hp-reach-intro > p:last-of-type,.hp-trust-head > div > p:last-of-type { max-width: 590px; color: var(--leise); font-size: 14px; line-height: 1.75; }
.hp-radar { display: block; margin: 22px auto 0; max-width: 100%; }
.hp-reach-list { list-style: none; padding: 0; margin: 0; }
.hp-reach-list li { display: grid; grid-template-columns: 90px minmax(0,1fr); align-items: baseline; gap: 16px; padding: 17px 0; border-bottom: 1px solid var(--rand); }
.hp-reach-list li:first-child { padding-top: 0; }
.hp-reach-list li:last-child { border: 0; }
.hp-reach-list h3 { font: 650 15px/1.45 var(--schrift); color: var(--navy); }
.hp-reach-list p { color: var(--leise); font-size: 12px; line-height: 1.7; margin-top: 5px !important; }
.hp-state { padding: 4px 9px; border-radius: 99px; font-size: 10px; line-height: 1.5; font-weight: 650; justify-self: start; overflow-wrap: anywhere; max-width: 100%; }
.hp-state-live { color: var(--chip-gruen); background: color-mix(in srgb,var(--gruen) 12%,var(--panel)); }
.hp-state-evidence { color: var(--chip-teal); background: var(--teal-t); }
.hp-state-building { color: var(--chip-orange); background: color-mix(in srgb,var(--orange) 12%,var(--panel)); }
.hp-reach-detail > a { margin-top: 10px; }
.hp-trust-head { display: grid; grid-template-columns: minmax(0,1fr) 270px; align-items: center; gap: 42px; }
.hp-confidence-art { display: grid; place-items: center; padding: 14px 20px; background: var(--feld); border-radius: 18px; }
.hp-confidence-art svg { width: 100%; max-width: 230px; height: auto; }
.hp-scale-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px; margin-top: 30px; }
.hp-scale-columns > div > h3 { font: 600 17px/1.4 var(--schrift-titel); margin-bottom: 14px !important; color: var(--navy); }
.hp-scale > div { display: grid; grid-template-columns: 64px minmax(0,1fr); gap: 18px; align-items: baseline; border-bottom: 1px solid var(--rand); padding: 13px 0; }
.hp-scale > div:last-child { border: 0; }
.hp-scale dt { color: var(--chip-teal); font-size: 13px; font-weight: 650; }
.hp-scale dd { color: var(--text); font-size: 13px; }
.hp-scale dd b { font-weight: 650; }
.hp-scale dd p { color: var(--leise); font-size: 12px; line-height: 1.7; margin-top: 4px !important; }
.hp-class { display: inline-flex; align-items: baseline; gap: 7px; white-space: nowrap; }
.hp-class::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: var(--k2); }
.hp-class3::before { background: var(--k3); }
.hp-class4::before { background: var(--k4); }
.hp-trust-foot { display: flex; align-items: center; justify-content: space-between; gap: 22px; margin-top: 25px; padding: 18px 22px; border-left: 2px solid var(--akzent); border-radius: 0 12px 12px 0; background: var(--feld); }
.hp-trust-foot > p { color: var(--leise); font-size: 12px; max-width: 640px; }
.hp-trust-foot > a { flex-shrink: 0; max-width: 270px; }
body[data-page=landing] .hp-closing { display: grid; grid-template-columns: minmax(0,1.3fr) minmax(0,1fr); align-items: center; gap: 50px; padding: 52px; border-radius: 25px; border: 1px solid var(--rand); background: radial-gradient(ellipse at 0 0, var(--teal-t), transparent 72%), var(--panel); }
body[data-page=landing] .hp-closing h2 { white-space: pre-line; font-size: clamp(30px,3.2vw,41px); line-height: 1.15; margin: 17px 0 26px; font-weight: 600; }
.hp-price { border-left: 1px solid var(--rand); padding-left: 50px; }
.hp-price-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; }
.hp-price-line strong { font: 500 64px/1.15 var(--schrift-titel); letter-spacing: -.065em; color: var(--navy); }
.hp-price-line > span { font-size: 13px; color: var(--leise); }
.hp-price-year { font-size: 16px; margin: 10px 0 6px !important; }
.hp-price-note { font-size: 10px; color: var(--leise); }
.hp-price .hp-text-link { margin-top: 18px; }
body[data-page=landing] .hp-footer { margin-top: 64px; line-height: 1.7; }
.hp-footer-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-bottom: 26px; }
.hp-footer-top p { font-size: 11px; color: var(--leise); margin-top: 8px !important; }
.hp-footer-bottom { display: flex; align-items: start; justify-content: space-between; gap: 30px; border-top: 1px solid var(--rand); padding-top: 20px; }
.hp-footer-bottom p { font-size: 10px; color: var(--leise); max-width: 520px; }
.hp-footer-bottom nav { display: flex; flex-wrap: wrap; justify-content: end; gap: 12px 18px; }
.hp-footer-bottom nav a { font-size: 11px; text-decoration: none; padding-block: 5px; }
.hp-footer-bottom nav a:hover { text-decoration: underline; }

@media (max-width:1100px) {
  .topleiste { position: static; }
  .hp-hero { gap: 32px; padding: 64px 0 50px; }
  body[data-page=landing] .hp-hero h1 { font-size: clamp(38px,4.7vw,54px); }
  .hp-actions { align-items: start; gap: 14px; }
  .hp-film-top { padding-inline: 12px; }
  .hp-delivery,.hp-track { padding-inline: 20px; }
  .hp-info-card { padding: 28px; }
  .hp-reach { gap: 28px; grid-template-columns: minmax(0,.8fr) minmax(0,1.3fr); }
  .hp-reach-list li { grid-template-columns: minmax(0,1fr); gap: 8px; }
  .hp-trust-head { grid-template-columns: minmax(0,1fr) 220px; gap: 28px; }
  .hp-scale-columns { gap: 28px; }
  .hp-trust-foot { flex-direction: column; align-items: start; gap: 10px; }
  body[data-page=landing] .hp-closing { padding: 36px; gap: 32px; }
  .hp-price { padding-left: 32px; }
}
@media (max-width:760px) {
  body[data-page=landing] main { padding: 0 24px 28px; }
  .hp-hero { grid-template-columns: 1fr; padding: 45px 0 38px; gap: 36px; }
  body[data-page=landing] .hp-hero h1 { font-size: clamp(37px,7.6vw,58px); margin: 20px 0; }
  .hp-intro { font-size: 15px; max-width: 520px; }
  .hp-actions { margin-top: 24px; gap: 12px 20px; align-items: center; }
  .hp-film { width: 100%; max-width: 560px; justify-self: center; }
  .hp-film::before { inset: 0; }
  .hp-steps { grid-template-columns: 1fr; gap: 20px; padding: 24px 0; }
  .hp-steps li { gap: 18px; }
  .hp-steps p { max-width: none; }
  body[data-page=landing] .hp-section { margin-top: 48px; }
  .hp-section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 25px; }
  body[data-page=landing] .hp-section-head h2 { font-size: 34px; }
  .hp-section-head > p { font-size: 14px; }
  .hp-example-stage { grid-template-columns: minmax(0,1fr); border-radius: 21px; }
  .hp-delivery { padding: 22px 22px 0; }
  .hp-stage-label { margin-bottom: 24px; }
  .hp-phone { width: 300px; }
  .hp-track { padding: 24px 22px; }
  .hp-track-map { max-width: 560px; align-self: center; margin: 20px 0; }
  .hp-example-caption { flex-direction: column; gap: 12px; }
  .hp-example-caption .hp-text-link { max-width: none; }
  .hp-info-card { padding: 26px; border-radius: 21px; }
  .hp-reach { grid-template-columns: minmax(0,1fr); gap: 24px; }
  .hp-reach-intro { display: grid; grid-template-columns: minmax(0,1fr) 76px; align-items: center; gap: 0 14px; }
  .hp-reach-intro > .hp-eyebrow { grid-column: 1; grid-row: 1; }
  .hp-reach-intro > h2,.hp-reach-intro > p:last-of-type { grid-column: 1 / -1; }
  .hp-radar { grid-column: 2; grid-row: 1; width: 76px; height: 76px; margin: 0; }
  .hp-reach-list li { padding-block: 15px; }
  .hp-trust-head { grid-template-columns: minmax(0,1fr); gap: 22px; }
  .hp-confidence-art { padding-block: 12px; }
  .hp-confidence-art svg { max-width: 208px; }
  .hp-scale-columns { grid-template-columns: minmax(0,1fr); gap: 26px; margin-top: 26px; }
  .hp-scale-columns > div > h3 { font-size: 16px; }
  .hp-scale > div { gap: 14px; }
  .hp-trust-foot { padding: 16px; }
  body[data-page=landing] .hp-closing { grid-template-columns: 1fr; padding: 28px; gap: 28px; border-radius: 21px; }
  .hp-price { border-left: 0; border-top: 1px solid var(--rand); padding: 24px 0 0; }
  .hp-price-line strong { font-size: 58px; }
  .hp-footer-top,.hp-footer-bottom { flex-direction: column; align-items: start; gap: 18px; }
  .hp-footer-bottom nav { justify-content: start; }
  body[data-page=landing] .hp-footer { margin-top: 42px; }
}
@media (max-width:380px) {
  body[data-page=landing] main { padding-inline: 18px; }
  .marke { font-size: 18px; }
  body[data-page=landing] .hp-hero h1 { font-size: 36px; }
  .hp-actions { flex-direction: column; align-items: start; gap: 10px; }
  .hp-delivery { padding-inline: 14px; }
  .hp-notification { padding: 12px; }
  .hp-track { padding-inline: 18px; }
  .hp-track-head { flex-direction: column; align-items: start; }
  body[data-page=landing] .hp-closing { padding: 24px; }
  body[data-page=landing] .hp-closing h2 { font-size: 29px; }
  .hp-info-card { padding: 22px; }
}

/* Source attribution; original marks are kept in their supplied colours. */
.hp-source-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; padding: 0; margin: 0; list-style: none; }
.hp-source-list > li { flex: 1 1 calc(25% - 14px); min-width: 0; max-width: calc(33.333% - 9px); }
body[data-page=landing] .hp-source { display: flex; flex-direction: column; justify-content: center; align-items: center; gap: 9px; height: 100%; min-height: 130px; padding: 22px 16px; border: 1px solid var(--rand); border-radius: 16px; background: var(--panel); color: var(--navy); text-decoration: none; text-align: center; }
.hp-source-name { font: 600 13px/1.4 var(--schrift); text-wrap: balance; overflow-wrap: anywhere; }
.hp-source-role { font-size: 11px; line-height: 1.6; color: var(--leise); text-wrap: balance; }
body[data-page=landing] .hp-source:hover { border-color: var(--akzent); }
.hp-sources :is(a,summary):focus-visible { outline: 3px solid var(--akzent); outline-offset: 5px; }
.hp-source-details { margin-top: 24px; border-bottom: 1px solid var(--rand); }
.hp-source-details summary { padding: 15px 0; color: var(--chip-teal); cursor: pointer; font-size: 13px; font-weight: 650; }
.hp-source-detail-body { max-width: 880px; padding: 0 0 24px; }
body[data-page=landing] .hp-source-detail-body h3 { margin: 22px 0 8px; color: var(--navy); font-size: 15px; }
.hp-source-detail-body p { color: var(--leise); font-size: 13px; line-height: 1.85; }
.hp-source-foot { display: flex; align-items: center; justify-content: space-between; gap: 16px 30px; margin-top: 16px; }
.hp-source-foot > p { max-width: 620px; color: var(--leise); font-size: 12px; }
.hp-source-foot > a { flex-shrink: 0; }
@media (max-width: 900px) {
  .hp-source-list > li { flex-basis: calc(33.333% - 10px); max-width: calc(50% - 7px); }
}
@media (max-width: 600px) {
  .hp-source-list { gap: 10px; }
  .hp-source-list > li { flex-basis: calc(50% - 5px); max-width: calc(50% - 5px); }
  body[data-page=landing] .hp-source { min-height: 132px; padding: 18px 10px; border-radius: 13px; }
  .hp-source-name { font-size: 12px; }
  .hp-source-foot { align-items: flex-start; flex-direction: column; gap: 6px; }
}

.hp-source-image { display: flex; align-items: center; justify-content: center; width: 100%; height: 84px; padding: 8px; background: #fff; border-radius: 8px; }
.hp-source-image-dark { background: #003b5c; }
.hp-source-image img { display: block; width: 100%; max-width: 190px; height: 68px; object-fit: contain; }
.hp-source-list-small { justify-content: flex-start; margin-top: 16px; gap: 12px; }
.hp-source-list-small > li { flex: 0 1 calc(25% - 9px); max-width: calc(25% - 9px); }
body[data-page=landing] .hp-source-list-small .hp-source { padding: 12px; min-height: 128px; }
.hp-source-list-small .hp-source-image { height: 64px; }
.hp-source-list-small .hp-source-image img { height: 48px; }
@media (max-width: 760px) {
  .hp-source-list-small > li { flex-basis: calc(50% - 6px); max-width: calc(50% - 6px); }
}
@media (max-width: 600px) {
  .hp-source-image { height: 76px; padding: 7px; }
  .hp-source-image img { height: 62px; }
}
/* E316: mobile source rows and a shorter, still readable example. */
@media (max-width:600px) {
  .hp-source-list, .hp-source-list-small { display: grid; grid-template-columns: minmax(0,1fr); gap: 8px; }
  .hp-source-list > li, .hp-source-list-small > li { max-width: none; width: 100%; }
  body[data-page=landing] .hp-source,
  body[data-page=landing] .hp-source-list-small .hp-source {
    display: grid; grid-template-columns: 100px minmax(0,1fr); grid-template-rows: auto auto;
    min-height: 84px; padding: 12px; gap: 3px 14px; text-align: left; align-content: center;
  }
  .hp-source .hp-source-image { grid-column: 1; grid-row: 1 / 3; width: 100px; height: 60px; padding: 7px; }
  .hp-source .hp-source-image img { width: 100%; height: 46px; object-fit: contain; }
  .hp-source-name { grid-column: 2; align-self: end; font-size: 13px; text-wrap: initial; }
  .hp-source-role { grid-column: 2; align-self: start; font-size: 12px; line-height: 1.5; text-wrap: initial; }
  .hp-source-list-small .hp-source-name { grid-row: 1 / 3; align-self: center; }
  .hp-delivery { padding: 18px 14px 0; }
  .hp-stage-label { margin-bottom: 16px; }
  .hp-phone { width: 292px; padding: 18px 10px 22px; border-width: 4px; border-bottom: 0; }
  .hp-phone-island { width: 64px; height: 14px; margin: -6px auto 10px; }
  .hp-phone-clock { font-size: 38px; }
  .hp-phone-date { margin-bottom: 14px !important; }
  .hp-phone-home { margin-top: 14px; margin-bottom: -10px; }
  .hp-track { padding: 20px; }
  .hp-track-map { max-height: 210px; object-fit: contain; }
  .hp-track-foot { padding-top: 14px; }
}
