:root {
  --black: #050608;
  --ink: #111318;
  --white: #ffffff;
  --paper: #f5f6f7;
  --muted: #636872;
  --line: #d8dbe0;
  --line-dark: #30343b;
  --blue: #1769ff;
  --blue-dark: #0d3fb8;
  --yellow: #ffd600;
  --pink: #ef2b7c;
  --cyan: #00b8d9;
  --green: #00a651;
  --red: #e8272f;
  font-family: "Inter", "Google Sans", "Roboto", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--white); }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
svg { width: 19px; height: 19px; flex: 0 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; color: var(--white); background: var(--blue); transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.scoreline {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 28px;
  min-height: 34px;
  padding: 6px clamp(18px, 4vw, 64px);
  color: #d9e5ff;
  background: var(--blue-dark);
  font-size: 11px;
  font-weight: 750;
}
.scoreline strong { color: var(--white); text-transform: uppercase; }

.site-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: grid;
  grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr);
  align-items: center;
  min-height: 82px;
  padding: 10px clamp(18px, 4vw, 64px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(16px);
}
.brand { display: inline-flex; align-items: center; width: fit-content; text-decoration: none; }
.brand img { display: block; object-fit: contain; }
.brand-primary { width: 150px; height: 72px; object-position: left center; }
.brand-partner { width: 64px; height: 28px; margin-left: 18px; object-position: center; }
.footer-brand span { display: grid; gap: 2px; }
.footer-brand strong { font-size: 15px; }
.footer-brand small { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; }
.tabs { display: flex; align-self: stretch; gap: 30px; }
.tab { position: relative; border: 0; color: #4e535d; background: transparent; cursor: pointer; font-size: 13px; font-weight: 800; }
.tab::after { position: absolute; right: 0; bottom: -10px; left: 0; height: 4px; background: var(--blue); content: ""; opacity: 0; transform: scaleX(0.65); transition: opacity 160ms ease, transform 160ms ease; }
.tab:hover, .tab:focus-visible, .tab.is-active { color: var(--black); }
.tab.is-active::after { opacity: 1; transform: scaleX(1); }
.header-actions { display: flex; justify-self: end; align-items: center; gap: 10px; }
.guidelines-link { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 0 15px; border: 1px solid var(--line); border-radius: 4px; color: var(--blue-dark); background: var(--white); text-decoration: none; font-size: 12px; font-weight: 850; white-space: nowrap; }
.guidelines-link:hover, .guidelines-link:focus-visible { border-color: var(--blue); background: #f2f6ff; }
.header-download { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 0 18px; border: 0; border-radius: 4px; color: var(--white); background: var(--blue); text-decoration: none; font-size: 13px; font-weight: 850; }
.header-download:hover, .header-download:focus-visible { background: var(--blue-dark); }
.guidelines-banner { position: sticky; z-index: 29; top: 82px; display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 14px; min-height: 58px; padding: 9px clamp(18px, 4vw, 64px); border-bottom: 1px solid #bfd0f7; color: #102450; background: #edf3ff; box-shadow: 0 5px 16px rgba(13, 63, 184, 0.08); }
.guidelines-banner > svg { width: 20px; height: 20px; color: var(--blue); }
.guidelines-banner > div { display: flex; align-items: baseline; min-width: 0; gap: 10px; }
.guidelines-kicker { color: var(--blue); font-size: 9px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; white-space: nowrap; }
.guidelines-banner strong { font-size: 14px; white-space: nowrap; }
.guidelines-summary { overflow: hidden; color: #53627e; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.guidelines-banner > a { display: inline-flex; align-items: center; gap: 7px; color: var(--blue-dark); font-size: 12px; font-weight: 900; text-decoration: none; white-space: nowrap; }
.guidelines-banner > a:hover, .guidelines-banner > a:focus-visible { color: var(--blue); text-decoration: underline; text-underline-offset: 4px; }
.guidelines-banner > a svg { width: 15px; height: 15px; }
.tab-panel[hidden] { display: none; }

.hero {
  position: relative;
  min-height: min(760px, calc(100svh - 116px));
  padding: 84px clamp(24px, 8vw, 128px) 74px;
  overflow: hidden;
  color: var(--white);
  background: var(--black);
}
.hero::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  height: 10px;
  border-right: 12vw solid var(--yellow);
  border-left: 12vw solid var(--pink);
  background: var(--cyan);
  content: "";
}
.hero::after {
  position: absolute;
  right: -9%;
  bottom: 7%;
  width: 42%;
  height: 2px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
  transform: rotate(-8deg);
}
.hero-copy { position: relative; z-index: 3; max-width: 690px; }
.release-badge { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 28px; padding: 6px 9px 6px 6px; border: 1px solid #42464e; border-radius: 4px; color: #dfe1e6; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.release-badge span { padding: 5px 7px; color: var(--black); background: var(--yellow); }
.hero-device { position: absolute; z-index: 1; top: 42px; right: clamp(24px, 7vw, 118px); bottom: -245px; width: min(34vw, 410px); opacity: 0.96; transform: rotate(2deg); }
.hero-device::before { position: absolute; z-index: -1; top: 18%; right: -25%; width: 125%; height: 54%; border: 1px solid rgba(23, 105, 255, 0.46); content: ""; transform: skewY(-8deg); }
.device-shell { position: relative; width: 100%; padding: 10px; border: 2px solid #676c75; border-radius: 52px; aspect-ratio: 9 / 19.8; background: #050608; box-shadow: 0 42px 100px rgba(0, 0, 0, 0.65); }
.device-screen { position: relative; width: 100%; height: 100%; overflow: hidden; border-radius: 42px; background: var(--white); }
.device-screen img { display: block; width: 100%; height: 100%; object-fit: cover; }
.camera { position: absolute; z-index: 2; top: 14px; left: 50%; width: 14px; height: 14px; border: 2px solid #24262b; border-radius: 50%; background: #030303; transform: translateX(-50%); }
.side-key { position: absolute; right: -6px; width: 5px; border-radius: 0 3px 3px 0; background: #535861; }
.side-key-top { top: 170px; height: 76px; }
.side-key-bottom { top: 270px; height: 120px; }
.eyebrow { margin: 0 0 18px; color: var(--cyan); font-size: 11px; font-weight: 900; letter-spacing: 0.12em; }
.live-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--red); box-shadow: 0 0 0 5px rgba(232, 39, 47, 0.15); }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 760px; margin-bottom: 24px; font-size: 76px; line-height: 0.98; letter-spacing: 0; }
.hero-lede { max-width: 650px; margin-bottom: 32px; color: #d8dbe1; font-size: 21px; line-height: 1.55; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 30px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; padding: 0 22px; border: 1px solid transparent; border-radius: 4px; cursor: pointer; text-decoration: none; font-weight: 850; transition: transform 150ms ease, background-color 150ms ease, border-color 150ms ease; }
.button:hover { transform: translateY(-1px); }
.button-primary { color: var(--white); background: var(--blue); }
.button-primary:hover { background: #3a81ff; }
.button-secondary { border-color: #555b65; color: var(--white); background: transparent; }
.button-secondary:hover { border-color: var(--yellow); }
.button-smart-switch { border-color: #88a4e8; color: #e9f0ff; background: rgba(23, 105, 255, 0.14); }
.button-smart-switch:hover { border-color: #b5c8f4; background: rgba(23, 105, 255, 0.24); }
.button-outline-dark { border-color: #27314a; color: #102450; background: transparent; }
.button-outline-dark:hover { border-color: var(--blue); color: var(--blue-dark); }
.button:focus-visible, .tab:focus-visible, .header-download:focus-visible, .guidelines-link:focus-visible, .guidelines-banner a:focus-visible, .text-link:focus-visible, .icon-command:focus-visible, input:focus-visible { outline: 3px solid rgba(23, 105, 255, 0.36); outline-offset: 3px; }
.integrity { max-width: 650px; margin-bottom: 0; color: #9196a0; font-size: 11px; line-height: 1.65; }
.integrity code, .security-list code { overflow-wrap: anywhere; color: inherit; }

.event-strip { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line); color: var(--ink); background: var(--white); }
.event-strip div { min-width: 0; padding: 24px clamp(18px, 3vw, 42px); }
.event-strip div + div { border-left: 1px solid var(--line); }
.event-strip span { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; font-weight: 850; text-transform: uppercase; }
.event-strip strong { font-size: 15px; overflow-wrap: anywhere; }

.smart-switch-strip { display: grid; grid-template-columns: minmax(180px, 260px) minmax(0, 1fr) auto; align-items: center; gap: clamp(24px, 4vw, 54px); padding: 32px clamp(24px, 8vw, 128px); border-bottom: 1px solid #c6d5f4; color: #102450; background: #edf3ff; }
.smart-switch-strip-art { display: flex; align-items: center; justify-content: center; min-height: 132px; }
.smart-switch-strip-art img { display: block; width: 100%; max-width: 250px; height: auto; object-fit: contain; }
.smart-switch-strip .eyebrow { margin-bottom: 10px; color: var(--blue); }
.smart-switch-strip h2 { margin-bottom: 10px; font-size: clamp(24px, 2.4vw, 38px); line-height: 1.05; }
.smart-switch-strip p:not(.eyebrow) { max-width: 760px; margin-bottom: 0; color: #52617d; line-height: 1.6; }

.release-notice { display: grid; grid-template-columns: minmax(120px, 0.24fr) 1fr; gap: 34px; padding: 30px clamp(24px, 8vw, 128px); color: #171300; background: var(--yellow); }
.notice-marker { padding-top: 4px; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.release-notice h2 { margin-bottom: 6px; font-size: 24px; }
.release-notice p { max-width: 900px; margin-bottom: 0; line-height: 1.55; }

.overview-band { padding: 86px clamp(24px, 8vw, 128px) 100px; color: var(--ink); background: var(--white); }
.section-heading { display: grid; grid-template-columns: minmax(340px, 0.8fr) minmax(280px, 0.5fr); column-gap: 80px; align-items: end; max-width: 1050px; margin-bottom: 46px; }
.section-heading .eyebrow { grid-column: 1 / -1; color: var(--blue); }
.section-heading h2 { margin-bottom: 0; font-size: 52px; line-height: 1.05; }
.section-heading > p:last-child { margin-bottom: 4px; color: var(--muted); font-size: 17px; line-height: 1.55; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.feature-grid article { position: relative; min-width: 0; padding: 30px 24px 34px 0; }
.feature-grid article + article { padding-left: 24px; border-left: 1px solid var(--line); }
.feature-number { display: block; margin-bottom: 28px; color: var(--muted); font-size: 11px; font-weight: 850; }
.feature-grid svg { width: 27px; height: 27px; margin-bottom: 24px; color: var(--blue); }
.feature-grid article:nth-child(2) svg { color: var(--pink); }
.feature-grid article:nth-child(3) svg { color: var(--green); }
.feature-grid article:nth-child(4) svg { color: #c28b00; }
.feature-grid h3 { margin-bottom: 12px; font-size: 20px; }
.feature-grid p { margin-bottom: 0; color: #555a63; line-height: 1.65; }

.format-band { display: grid; grid-template-columns: minmax(300px, 0.6fr) minmax(520px, 1.4fr); gap: 80px; padding: 86px clamp(24px, 8vw, 128px) 96px; color: var(--white); background: var(--blue-dark); }
.format-heading h2 { max-width: 430px; margin-bottom: 0; font-size: 48px; line-height: 1.05; }
.format-list { border-top: 1px solid rgba(255, 255, 255, 0.28); }
.format-list article { display: grid; grid-template-columns: 120px 190px 1fr; gap: 22px; align-items: center; padding: 24px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.28); }
.format-list span { color: #a9c4ff; font-size: 11px; font-weight: 850; text-transform: uppercase; }
.format-list strong { font-size: 19px; }
.format-list p { margin-bottom: 0; color: #d4e0ff; line-height: 1.5; }

.page-intro { padding: 96px clamp(24px, 10vw, 160px) 62px; border-bottom: 1px solid var(--line-dark); color: var(--white); background: var(--black); }
.page-intro h1 { max-width: 920px; }
.page-intro > p:last-child { max-width: 760px; margin-bottom: 0; color: #c6c8cf; font-size: 20px; line-height: 1.6; }
.page-intro-light { border-bottom-color: var(--line); color: var(--ink); background: var(--paper); }
.page-intro-light .eyebrow { color: var(--blue); }
.page-intro-light > p:last-child { color: var(--muted); }
.steps { margin: 0; padding: 0 clamp(24px, 10vw, 160px); color: var(--ink); background: var(--white); list-style: none; }
.steps li { display: grid; grid-template-columns: 100px 1fr; gap: 28px; padding: 42px 0; border-bottom: 1px solid var(--line); }
.step-number { color: var(--blue); font-size: 13px; font-weight: 900; }
.steps h2 { margin-bottom: 12px; font-size: 26px; }
.steps p { max-width: 780px; margin-bottom: 12px; color: #5c616a; line-height: 1.65; }
.text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--blue); font-weight: 800; text-decoration-thickness: 1px; text-underline-offset: 5px; }
.external-link svg { width: 16px; height: 16px; }
.safety-note { display: flex; gap: 20px; margin: 44px clamp(24px, 10vw, 160px) 90px; padding: 24px; border-left: 6px solid var(--yellow); color: var(--ink); background: var(--paper); }
.safety-note > svg { width: 25px; height: 25px; color: #9b6700; }
.safety-note p { margin: 5px 0 0; line-height: 1.55; }

.radio-layout { display: grid; grid-template-columns: minmax(300px, 0.7fr) minmax(520px, 1.3fr); align-items: center; gap: clamp(40px, 8vw, 120px); min-height: calc(100svh - 116px); padding: 80px clamp(24px, 8vw, 128px); color: var(--white); background: var(--black); }
.radio-copy h1 { color: var(--white); }
.radio-copy > p:not(.eyebrow) { max-width: 540px; color: #c4c6cd; font-size: 19px; line-height: 1.6; }
.radio-copy .text-link { color: var(--cyan); }
.player { display: grid; grid-template-columns: minmax(220px, 0.75fr) minmax(300px, 1.25fr); min-height: 420px; border: 1px solid var(--line-dark); background: #17191f; box-shadow: 14px 14px 0 var(--pink); }
.player-art { position: relative; min-height: 420px; overflow: hidden; background: #0d0f14; }
.player-art img { width: 100%; height: 100%; object-fit: cover; }
.station-state { position: absolute; top: 18px; left: 18px; padding: 7px 10px; border: 1px solid rgba(255, 255, 255, 0.26); border-radius: 4px; background: rgba(8, 9, 13, 0.86); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.station-state.is-live::before { display: inline-block; width: 7px; height: 7px; margin-right: 6px; border-radius: 50%; background: var(--red); content: ""; }
.player-body { display: flex; flex-direction: column; justify-content: center; min-width: 0; padding: 42px; }
.player-kicker { margin-bottom: 12px; color: var(--yellow); font-size: 10px; font-weight: 900; letter-spacing: 0.12em; }
.player h2 { margin-bottom: 10px; font-size: 38px; line-height: 1.08; overflow-wrap: anywhere; }
.track-artist { margin-bottom: 28px; color: #c4c6cd; font-size: 18px; }
.track-fidelity { margin-bottom: 26px; color: var(--cyan); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.player-controls { display: flex; align-items: center; gap: 22px; padding-top: 22px; border-top: 1px solid var(--line-dark); }
.icon-command { display: inline-flex; align-items: center; justify-content: center; width: 54px; height: 54px; border: 0; border-radius: 50%; color: var(--black); background: var(--yellow); cursor: pointer; }
.icon-command svg { width: 24px; height: 24px; }
.volume-control { display: flex; align-items: center; gap: 10px; min-width: 150px; }
.volume-control input { width: 120px; accent-color: var(--cyan); }
.playback-status { margin-left: auto; color: #9da1aa; font-size: 12px; }

.security-list { padding: 0 clamp(24px, 10vw, 160px) 90px; color: var(--ink); background: var(--white); }
.security-list article { display: grid; grid-template-columns: 90px 1fr; gap: 30px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.security-list article > span { color: var(--blue); font-size: 13px; font-weight: 900; }
.security-list h2 { margin-bottom: 10px; font-size: 26px; }
.security-list p { max-width: 860px; margin-bottom: 0; color: #5c616a; line-height: 1.65; }
.security-list .text-link { margin-top: 14px; }

footer { display: grid; grid-template-columns: 1fr minmax(300px, 720px); align-items: center; gap: 40px; padding: 34px clamp(24px, 6vw, 92px); border-top: 6px solid var(--blue); color: #b7bbc4; background: var(--black); }
.footer-brand { display: flex; align-items: center; gap: 12px; color: var(--white); }
.footer-brand img { width: 38px; height: 38px; padding: 4px; object-fit: contain; border-radius: 4px; background: var(--white); }
.footer-brand small { color: #9ca0aa; }
footer p { margin: 0; font-size: 12px; line-height: 1.6; text-align: right; }

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 1fr auto; }
  .tabs { grid-row: 2; grid-column: 1 / -1; justify-content: center; min-height: 44px; margin-top: 8px; border-top: 1px solid var(--line); }
  .guidelines-banner { position: static; }
  .tab::after { bottom: -10px; }
  h1 { font-size: 58px; }
  .hero-copy { max-width: 58%; }
  .hero-device { right: -18px; width: 43vw; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }
  .feature-grid article:nth-child(3) { border-left: 0; border-top: 1px solid var(--line); }
  .feature-grid article:nth-child(4) { border-top: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; row-gap: 20px; }
  .format-band { grid-template-columns: 1fr; gap: 42px; }
  .radio-layout { grid-template-columns: 1fr; }
  .radio-copy { max-width: 700px; }
  .smart-switch-strip { grid-template-columns: 190px 1fr; }
  .smart-switch-strip .button { grid-column: 2; justify-self: start; }
}

@media (max-width: 760px) {
  .scoreline { justify-content: space-between; gap: 10px; padding: 6px 14px; }
  .scoreline span:nth-child(2) { display: none; }
  .site-header { min-height: auto; padding: 10px 16px 0; }
  .brand-primary { width: 112px; height: 64px; }
  .brand-partner { width: 48px; height: 21px; margin-left: 12px; }
  .header-download { min-height: 40px; padding: 0 12px; }
  .header-download span { display: none; }
  .guidelines-link { min-height: 40px; padding: 0 11px; }
  .guidelines-link span { display: none; }
  .tabs { justify-content: flex-start; gap: 22px; overflow-x: auto; }
  .guidelines-banner { grid-template-columns: auto minmax(0, 1fr) auto; gap: 10px; padding: 10px 16px; }
  .guidelines-banner > div { display: grid; gap: 2px; }
  .guidelines-summary { display: none; }
  .guidelines-kicker { font-size: 8px; }
  .guidelines-banner > a { font-size: 11px; }
  .tab { flex: 0 0 auto; min-height: 44px; }
  .hero { min-height: 680px; padding: 44px 20px 46px; }
  .hero-copy { max-width: none; }
  .hero-device { top: 190px; right: -118px; bottom: auto; width: 270px; opacity: 0.2; }
  h1 { font-size: 46px; }
  .hero-lede { max-width: 92%; margin-bottom: 24px; font-size: 17px; line-height: 1.5; }
  .hero-actions { gap: 8px; margin-bottom: 24px; }
  .hero-actions .button { min-height: 48px; padding: 0 11px; font-size: 12px; }
  .hero-actions .button-smart-switch { order: 3; flex: 1 0 100%; }
  .integrity { font-size: 10px; }
  .event-strip { grid-template-columns: repeat(2, 1fr); }
  .event-strip div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .event-strip div:nth-child(4) { border-top: 1px solid var(--line); }
  .release-notice { grid-template-columns: 1fr; gap: 10px; padding: 24px 20px; }
  .release-notice h2 { font-size: 21px; }
  .smart-switch-strip { grid-template-columns: 1fr; gap: 18px; padding: 28px 20px 32px; }
  .smart-switch-strip-art { justify-content: flex-start; min-height: 0; }
  .smart-switch-strip-art img { max-width: 220px; }
  .smart-switch-strip .button { grid-column: auto; justify-self: stretch; }
  .overview-band { padding: 62px 20px 72px; }
  .section-heading { margin-bottom: 34px; }
  .section-heading h2 { font-size: 38px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid article, .feature-grid article + article { padding: 28px 0; border-left: 0; border-bottom: 1px solid var(--line); }
  .feature-grid article:nth-child(2), .feature-grid article:nth-child(3), .feature-grid article:nth-child(4) { border-top: 0; }
  .feature-grid article:last-child { border-bottom: 0; }
  .format-band { padding: 62px 20px 72px; }
  .format-heading h2 { font-size: 38px; }
  .format-list article { grid-template-columns: 90px 1fr; gap: 12px; }
  .format-list p { grid-column: 1 / -1; }
  .page-intro { padding: 66px 20px 42px; }
  .page-intro > p:last-child { font-size: 17px; }
  .steps { padding: 0 20px; }
  .steps li { grid-template-columns: 50px 1fr; gap: 16px; }
  .safety-note { margin: 34px 20px 70px; }
  .radio-layout { min-height: auto; padding: 64px 20px 84px; }
  .player { grid-template-columns: 1fr; box-shadow: 8px 8px 0 var(--pink); }
  .player-art { min-height: 280px; }
  .player-body { padding: 30px 24px; }
  .player h2 { font-size: 31px; }
  .player-controls { flex-wrap: wrap; }
  .playback-status { width: 100%; margin-left: 0; }
  .security-list { padding: 0 20px 70px; }
  .security-list article { grid-template-columns: 46px 1fr; gap: 14px; }
  footer { grid-template-columns: 1fr; gap: 20px; padding: 28px 20px; }
  footer p { text-align: left; }
}

@media (max-width: 430px) {
  .brand-primary { width: 100px; height: 60px; }
  .brand-partner { width: 43px; height: 19px; margin-left: 10px; }
  h1 { font-size: 42px; }
  .hero-actions .button:not(.button-smart-switch) { flex: 1 1 0; }
  .hero-actions .button-smart-switch { flex: 1 0 100%; }
  .integrity code { display: block; margin-top: 5px; }
  .event-strip strong { font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}
