/* Access4U front page. One stylesheet, tokens first. */

:root {
  --green: #6fcf06;        /* logo green: fills only, never thin lines on white */
  --green-ink: #2f6b00;    /* green for text and links on light surfaces (6.5:1) */
  --green-tint: #eef8e2;
  --ink: #1f1f1f;
  --muted: #4a4f45;
  --grey: #404040;         /* logo grey: dark surfaces */
  --grey-soft: #5a5a5a;
  --paper: #ffffff;
  --paper-soft: #f6f7f3;
  --line: #d6dbd0;
  --focus: #1a4fd6;
  --focus-on-dark: #ffd23f;
  --radius: 8px;
  --radius-lg: 16px;
  --measure: 62ch;
  font-size: 112.5%;
  font-family: 'Titillium Web', Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  -webkit-text-size-adjust: 100%;
}

*, *::before, *::after { box-sizing: border-box; }
body { margin: 0; line-height: 1.6; }
img { display: block; max-width: 100%; height: auto; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
ul, ol { margin: 0; padding: 0; }
h1, h2, h3 { font-weight: 700; line-height: 1.15; overflow-wrap: anywhere; }
h1 { font-size: clamp(2.4rem, 4.6vw, 3.6rem); letter-spacing: -0.02em; }
h2 { font-size: clamp(1.8rem, 3vw, 2.5rem); letter-spacing: -0.015em; }
h3 { font-size: 1.25rem; }
p { max-width: var(--measure); }
a { color: var(--green-ink); text-decoration: underline; text-underline-offset: 0.18em; text-decoration-thickness: 0.08em; }
a:hover { text-decoration-thickness: 0.16em; }
button { font: inherit; color: inherit; cursor: pointer; }
a, button, summary { touch-action: manipulation; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; border-radius: 4px; }
.sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { width: 1.35rem; height: 1.35rem; flex: none; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.icon--lg { width: 2.4rem; height: 2.4rem; stroke-width: 1.5; }
.wrap { max-width: 1200px; margin-inline: auto; padding-inline: 32px; }
.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 links */
.skip-link { position: fixed; left: 16px; top: -200px; z-index: 50; background: var(--paper); color: var(--ink); padding: 14px 22px; border: 3px solid var(--ink); border-radius: var(--radius); font-weight: 600; text-decoration: none; }
.skip-link:focus { top: 12px; }

/* Buttons and links */
.button { display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem; min-height: 3rem; padding: 0.6rem 1.5rem; border-radius: 999px; font-weight: 600; text-decoration: none; line-height: 1.2; text-align: center; }
.button--primary { background: var(--green); color: var(--ink); }
.button--primary:hover { background: #7fe015; }
.button--secondary { background: transparent; color: var(--ink); box-shadow: inset 0 0 0 2px var(--ink); }
.button--secondary:hover { background: var(--paper-soft); }
.button--outline-light { background: transparent; color: #fff; box-shadow: inset 0 0 0 2px #fff; text-decoration: none; }
.button--outline-light:hover { background: rgba(255, 255, 255, 0.12); }
.text-link { display: inline-flex; align-items: center; min-height: 2.75rem; font-weight: 600; }
.text-link--light { color: #fff; }

/* Utility bar */
.utility { background: var(--grey); color: #fff; }
.utility__inner { display: flex; align-items: center; justify-content: flex-end; gap: 1rem 2rem; flex-wrap: wrap; min-height: 3rem; }
.utility a { color: #fff; text-decoration: none; display: inline-flex; align-items: center; min-height: 2.75rem; }
.utility a:hover, .utility__link { text-decoration: underline; }
.display-controls { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.display-controls button { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 2.75rem; padding: 0.25rem 0.75rem; border: 2px solid transparent; border-radius: 999px; background: transparent; color: #fff; }
.display-controls button:hover { border-color: #fff; }
.display-controls button[aria-pressed="true"] { background: var(--green); color: var(--ink); border-color: var(--green); }
.utility :focus-visible { outline-color: var(--focus-on-dark); }

/* Header */
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: var(--paper); }
.site-header.is-stuck { box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08); }
.site-header.is-stuck .site-header__inner { min-height: 4.2rem; }
.site-header.is-stuck .brand img { height: 2.6rem; }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 2rem; min-height: 5rem; }
.brand { display: inline-flex; flex: none; border-radius: var(--radius); }
.brand img { height: 3.2rem; width: auto; }
.primary-nav { font-weight: 600; }
.primary-nav__inner { display: flex; align-items: center; gap: 0.35rem; }
.primary-nav__inner > a:not(.button), .nav-toggle { color: var(--ink); text-decoration: none; display: inline-flex; align-items: center; gap: 0.4rem; min-height: 2.75rem; padding: 0.3rem 0.8rem; border-radius: 999px; border: 0; background: transparent; }
.primary-nav__inner > a:not(.button):hover, .nav-toggle:hover { background: var(--paper-soft); }
.nav-toggle[aria-expanded="true"] { background: var(--green-tint); }
.icon--chevron { width: 1.1rem; height: 1.1rem; stroke-width: 2.2; transition: transform .15s; }
.nav-toggle[aria-expanded="true"] .icon--chevron { transform: rotate(180deg); }
.nav-item { position: relative; }
.nav-item--mega { position: static; }
.nav-panel { visibility: hidden; opacity: 0; transform: translateY(-8px); pointer-events: none; position: absolute; top: calc(100% + 0.5rem); left: 0; min-width: 14rem; padding: 0.5rem; background: var(--paper); border: 1px solid var(--line); border-radius: 12px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12); z-index: 40; }
.nav-panel::before { content: ""; position: absolute; left: 0; right: 0; top: -0.6rem; height: 0.6rem; } /* hover bridge across the gap */
.nav-toggle[aria-expanded="true"] + .nav-panel { visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
.nav-panel ul { list-style: none; }
.nav-panel a { display: flex; align-items: center; gap: 0.7rem; padding: 0.6rem 0.8rem; border-radius: 8px; color: var(--ink); text-decoration: none; min-height: 2.75rem; }
.nav-panel a:hover { background: var(--green-tint); }
.nav-panel a .icon { color: var(--green-ink); }
.nav-panel--right { left: auto; right: 0; }
.nav-panel a[aria-current] { font-weight: 700; color: var(--green-ink); }
.nav-item--lang .nav-toggle { font-weight: 600; gap: 0.5rem; }
.flag { width: 1.35rem; height: 0.9rem; flex: none; border-radius: 2px; box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.12); }
.nav-panel--right { min-width: 12rem; }
.nav-panel--mega { left: 0; right: 0; top: 100%; border-radius: 0 0 16px 16px; border-top: 0; padding: 0; }
.mega { display: grid; grid-template-columns: 1fr 1fr 1fr 1.15fr; gap: 1.5rem 2rem; padding-block: 1.5rem 1.75rem; }
.mega__products { grid-column: 1 / 4; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0.5rem; }
.mega__products a { flex-direction: column; align-items: flex-start; gap: 0.35rem; padding: 0.9rem 1rem; }
.mega__products a .icon--lg { width: 1.9rem; height: 1.9rem; margin-bottom: 0.2rem; }
.mega__products span { font-weight: 400; font-size: 0.9rem; color: var(--muted); }
.mega__aside { background: var(--grey); color: #fff; border-radius: 12px; padding: 1.4rem; font-weight: 400; display: flex; flex-direction: column; gap: 0.75rem; align-self: start; }
.mega__title { font-weight: 700; font-size: 1.05rem; }
.mega__ticks { gap: 0.5rem; margin-bottom: 0.4rem; font-size: 0.95rem; }
.mega__aside .ticks .icon { color: var(--green); stroke-width: 2.4; margin-top: 0.2rem; }
.mega__aside .button { display: inline-flex; flex-direction: row; justify-content: center; padding: 0.6rem 1.25rem; min-height: 2.75rem; border-radius: 999px; }
.mega__aside .button--primary { color: var(--ink); }
.mega__aside .button--primary:hover { background: #7fe015; transform: none; }
.mega__aside .button--outline-light { color: #fff; }
.mega__aside .button--outline-light:hover { background: rgba(255, 255, 255, 0.12); color: #fff; transform: none; }
.mega__aside :focus-visible { outline-color: var(--focus-on-dark); }
.high-contrast .mega__aside { background: #000; }
.primary-nav__account { color: var(--green-ink) !important; margin-left: 0.4rem; }
.primary-nav__cta { margin-left: 0.6rem; }
.menu-button { display: none; }
.menu-button .icon--close { display: none; }
.menu-button[aria-expanded="true"] .icon--open { display: none; }
.menu-button[aria-expanded="true"] .icon--close { display: inline-block; }

main [id], footer [id] { scroll-margin-top: 5.5rem; }

/* Hero */
.hero { position: relative; background: var(--paper-soft); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero > .wrap, .hero__wave { position: relative; z-index: 1; }
.hero__rings { position: absolute; inset: 0; pointer-events: none; z-index: 0; --cx: 74%; --cy: 46%; }
.hero__rings::before { content: ""; position: absolute; left: var(--cx); top: var(--cy); width: 60rem; height: 60rem; margin: -30rem 0 0 -30rem; border-radius: 50%; background: radial-gradient(closest-side, rgba(111, 207, 6, 0.16), rgba(111, 207, 6, 0)); }
.hero__rings span { position: absolute; left: var(--cx); top: var(--cy); width: 34rem; height: 34rem; margin: -17rem 0 0 -17rem; border-radius: 50%; border: 3px solid var(--green); opacity: 0.16; transform: scale(0.35); }
.hero__rings span:nth-child(2) { opacity: 0.11; transform: scale(0.7); }
.hero__rings span:nth-child(3) { opacity: 0.07; transform: scale(1.05); }
.hero__rings span:nth-child(4) { opacity: 0.03; transform: scale(1.4); }
.high-contrast .hero__rings { display: none; }
.hero__grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 4rem; align-items: end; padding-block: 4rem 2.5rem; }
.hero__copy h1 { max-width: 14ch; }
.lede { font-size: 1.2rem; color: var(--muted); margin-top: 1.4rem; }
.hero__actions { display: flex; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.hero__wave { height: 11rem; margin-bottom: 1.5rem; }

/* Key facts banner */
.facts { background: var(--paper); border-bottom: 1px solid var(--line); }
.facts__list { list-style: none; display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem 2rem; padding-block: 1.5rem; }
.facts__list li { display: flex; align-items: center; gap: 0.85rem; font-size: 0.9rem; color: var(--ink); }
@media (min-width: 1100px) { .facts__list li { white-space: nowrap; } }
.facts__list .icon--lg { color: var(--green-ink); width: 1.7rem; height: 1.7rem; stroke-width: 1.7; }

/* Listening panel */
.listen { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 1.75rem; min-width: 0; }
.listen h2 { font-size: 1.35rem; }
.voice-switches { display: grid; grid-template-columns: repeat(auto-fit, minmax(6.5rem, 1fr)); gap: 0.5rem; margin-top: 1.1rem; }
.voice-switches button { min-height: 2.9rem; padding: 0.4rem 0.6rem; border-radius: 999px; border: 2px solid var(--grey); background: transparent; color: var(--ink); font-weight: 600; }
.voice-switches button:hover { background: var(--paper-soft); }
.voice-switches button[aria-pressed="true"] { background: var(--green); border-color: var(--green); }
.voice-title { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-block: 1.4rem 1rem; }
.voice-title__name { font-size: 3rem; font-weight: 700; line-height: 1; letter-spacing: -0.02em; }
.voice-title__language { color: var(--muted); font-size: 0.95rem; }
.waveform { height: 100%; display: flex; align-items: center; gap: 3px; overflow: hidden; }
.waveform span { flex: 1; min-width: 2px; height: 10px; background: var(--green); border-radius: 3px; }
.waveform span.heard { background: var(--green-ink); }
.waveform:empty { background: linear-gradient(transparent calc(50% - 1px), var(--line) 50%, transparent calc(50% + 1px)); }
.listen audio { display: block; width: 100%; height: 3rem; color-scheme: light; accent-color: var(--green); }
.listen__note { color: var(--muted); font-size: 0.9rem; margin-top: 0.9rem; }
.listen__all { display: inline-flex; align-items: center; min-height: 2.75rem; font-weight: 600; margin-top: 0.25rem; }

/* Section heads */
.section-head { margin-bottom: 2.5rem; }
.section-head p { color: var(--muted); font-size: 1.1rem; margin-top: 0.75rem; }
.section-head--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }

/* Audience */
.audience { padding-block: 4.5rem; }
.audience__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 2rem; }
.audience__card { padding: 1.75rem; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); display: flex; flex-direction: column; gap: 0.75rem; }
.audience__icon { display: inline-flex; color: var(--green); margin-bottom: 0.25rem; }
.audience__icon .icon--lg { width: 2.6rem; height: 2.6rem; stroke-width: 1.6; }
.audience__card p { color: var(--muted); }
.audience__card .ticks { margin: 0.25rem 0 0.75rem; flex: 1; gap: 0.6rem; }
.audience__card .ticks li { font-size: 0.95rem; }
.audience__card .button { align-self: flex-start; }

/* Software */
.software { background: var(--paper-soft); border-block: 1px solid var(--line); padding-block: 4.5rem; }
.products { list-style: none; display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr)); gap: 1.5rem; }
.product { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); overflow: hidden; display: flex; flex-direction: column; }
.product--featured { grid-column: span 2; flex-direction: row; }
.product__media { position: relative; height: 11rem; flex: none; background: var(--green-tint); }
.product--featured .product__media { width: 45%; height: auto; min-height: 16rem; }
.vignette { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.v-bg { fill: var(--green-tint); }
.v-green { fill: var(--green); }
.v-line { fill: none; stroke: #9db08a; stroke-width: 2; }
.v-ink { fill: var(--grey); stroke: var(--grey); }
.product__body { padding: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; flex: 1; }
.product__tag { font-size: 0.85rem; font-weight: 600; color: var(--green-ink); }
.product__body > p:not(.product__tag) { color: var(--muted); flex: 1; }
.product__foot { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem 1rem; border-top: 1px solid var(--line); padding-top: 1rem; margin-top: 0.5rem; }
.product__price { display: flex; flex-direction: column; line-height: 1.25; }
.product__price strong { font-size: 1.2rem; }
.product__price span { font-size: 0.85rem; color: var(--muted); }
.product__actions { display: flex; align-items: center; gap: 0.25rem 1rem; flex-wrap: wrap; }
.product__actions .button { min-height: 2.75rem; padding-inline: 1.2rem; }
.product__media { overflow: hidden; }
.product__ticks { margin-block: 0.25rem 0.5rem; gap: 0.5rem; font-size: 0.95rem; align-content: start; }
.product__body > p:not(.product__tag) { flex: 0; }
.product__body > .product__ticks, .product:not(.product--featured) .product__body > p:not(.product__tag) { flex: 1; }

/* Buying */
.buying { padding-block: 4.5rem; }
.buying__grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 4rem; align-items: start; }
.steps { list-style: none; counter-reset: step; margin-top: 2rem; display: grid; gap: 1.75rem; }
.steps li { counter-increment: step; display: grid; grid-template-columns: 3.25rem 1fr; column-gap: 1.25rem; align-items: start; }
.steps li > * { grid-column: 2; }
.steps li::before { grid-column: 1; grid-row: 1 / span 2; content: counter(step); color: var(--green); font-weight: 700; font-size: 3rem; line-height: 1; margin-top: -0.15rem; }
.steps p { color: var(--muted); margin-top: 0.3rem; }
.payment { background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 2rem; display: flex; flex-direction: column; gap: 0.9rem; align-items: flex-start; }
.payment .audience__icon { margin-bottom: 0; }
.chips { list-style: none; display: flex; flex-wrap: wrap; gap: 0.5rem; }
.chips li { font-size: 0.85rem; font-weight: 600; padding: 0.3rem 0.8rem; border-radius: 999px; border: 1px solid var(--line); background: var(--paper-soft); }
.ticks { list-style: none; display: grid; gap: 0.75rem; }
.payment .ticks { margin-block: 0.25rem; }
.payment__note { font-size: 0.9rem; color: var(--muted); }
.ticks li { display: flex; gap: 0.75rem; align-items: flex-start; }
.ticks .icon { color: var(--green-ink); stroke-width: 2.4; margin-top: 0.2rem; }

/* About */
.about { background: var(--grey); color: #fff; padding-block: 4.5rem; }
.about a { color: #fff; }
.about :focus-visible { outline-color: var(--focus-on-dark); }
.about__grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 4rem; align-items: start; }
.reasons { display: grid; gap: 1.75rem; margin-block: 2rem; }
.reasons > div { display: grid; grid-template-columns: 3rem 1fr; column-gap: 1.1rem; align-items: start; }
.reasons__icon { grid-row: 1 / span 2; color: var(--green); display: inline-flex; margin-top: 0.1rem; }
.reasons__icon .icon--lg { width: 3rem; height: 3rem; stroke-width: 1.5; }
.reasons dt { grid-column: 2; font-weight: 700; font-size: 1.15rem; }
.reasons dd { grid-column: 2; color: #e6e6e6; margin-top: 0.3rem; }
.photos { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; }
.photo { display: flex; flex-direction: column; gap: 0.6rem; min-width: 0; }
.photo--wide { grid-column: 1 / -1; }
.photo img { width: 100%; height: 22rem; object-fit: cover; object-position: 55% center; border-radius: var(--radius-lg); }
.photo figcaption { font-size: 0.9rem; color: #e6e6e6; }

/* Partners */
.partners { background: var(--green); color: var(--ink); padding-block: 3.5rem; }
.partners a { color: var(--ink); }
.partners__inner { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: center; }
.partners p { margin-top: 0.75rem; }
.partners .button--primary { background: var(--grey); color: #fff; }
.partners .button--primary:hover { background: var(--grey-soft); }
.partners__actions { display: flex; flex-direction: column; gap: 0.75rem; align-items: center; }
.partners .text-link--light { color: var(--ink); }

/* Support */
.support { padding-block: 4.5rem; }
.support__grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 3rem; align-items: start; }
.faq { display: grid; gap: 0.6rem; align-content: start; }
.faq details { background: var(--paper); border: 1px solid var(--line); border-radius: 12px; overflow: hidden; }
.faq details[open] { border-color: var(--green); }
.faq summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.25rem; list-style: none; cursor: pointer; font-weight: 600; font-size: 1.05rem; min-height: 3.5rem; }
.faq summary:hover { background: var(--paper-soft); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: ""; flex: none; align-self: center; width: 1.25rem; height: 1.25rem; background: linear-gradient(var(--green-ink), var(--green-ink)) center / 100% 2.5px no-repeat, linear-gradient(var(--green-ink), var(--green-ink)) center / 2.5px 100% no-repeat; }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq__answer { padding: 0 1.25rem 1.25rem; color: var(--muted); }
.faq__answer .text-link { margin-top: 0.5rem; }
.contact-card { background: var(--grey); color: #fff; border-radius: var(--radius-lg); padding: 2rem; display: flex; flex-direction: column; gap: 1rem; align-items: flex-start; }
.contact-card__icon { color: var(--green); width: 2.6rem; height: 2.6rem; stroke-width: 1.6; }
.contact-card p { color: #e6e6e6; }
.contact-card__actions { display: flex; flex-direction: column; gap: 0.6rem; align-items: stretch; width: 100%; }
.contact-card__actions .button { justify-content: flex-start; }
.contact-card__note { font-size: 0.9rem; color: #cfcfcf; }
.contact-card :focus-visible { outline-color: var(--focus-on-dark); }

/* Footer */
.site-footer { background: var(--grey); color: #fff; }
.site-footer a { color: #e6e6e6; text-decoration: none; }
.site-footer a:hover { color: #fff; text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 0.15em; }
.site-footer :focus-visible { outline-color: var(--focus-on-dark); }
.site-footer__top { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 2.5rem; padding-block: 3.5rem 2.5rem; }
.site-footer__brand p { color: #cfcfcf; font-size: 0.95rem; margin-top: 1rem; max-width: 34ch; }
.site-footer__contact { display: flex; flex-direction: column; gap: 0.25rem; margin-top: 1rem; }
.site-footer__contact a { display: inline-flex; align-items: center; gap: 0.6rem; min-height: 2.5rem; font-weight: 600; color: #fff; }
.site-footer__contact .icon { color: var(--green); }
.site-footer nav { display: flex; flex-direction: column; }
.site-footer h2 { font-size: 1rem; letter-spacing: 0; margin-bottom: 0.6rem; color: #fff; }
.site-footer nav a { display: inline-flex; align-items: center; min-height: 2.5rem; font-size: 0.95rem; }
.site-footer__top-link { display: inline-flex; align-items: center; gap: 0.4rem; min-height: 2.5rem; font-weight: 600; }
.site-footer__top-link .icon { transform: rotate(180deg); color: var(--green); }
.site-footer__legal { border-top: 1px solid #5a5a5a; display: flex; align-items: center; gap: 0.5rem 2rem; flex-wrap: wrap; padding-block: 1.25rem; font-size: 0.85rem; color: #bdbdbd; }
.site-footer__legal p:first-child { flex: 1 1 30rem; }
.site-footer__legal p { max-width: none; }

/* Subpages */
.page { padding-block: 3.5rem 4.5rem; }
.page__inner { max-width: 46rem; display: flex; flex-direction: column; gap: 1rem; }
.page__head { display: flex; flex-direction: column; gap: 0.75rem; margin-bottom: 1rem; }
.page__kicker { font-weight: 600; color: var(--green-ink); }
.page__head .lede { margin-top: 0; }
.page h2 { font-size: 1.5rem; margin-top: 1.5rem; }
.page p { color: var(--muted); }
.page .lede { color: var(--muted); }
.notice { background: var(--green-tint); border-left: 4px solid var(--green); border-radius: 0 12px 12px 0; padding: 1rem 1.25rem; }
.notice p { color: var(--ink); }
.page__ticks { gap: 0.75rem; }
.page__ticks li { color: var(--ink); }
.page__list { padding-left: 1.25rem; display: grid; gap: 0.5rem; }
.page__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; margin-top: 0.5rem; }
.page__back { margin-top: 2rem; padding-top: 1.5rem; border-top: 1px solid var(--line); }
.utility a[aria-current] { font-weight: 700; text-decoration: underline; text-decoration-color: var(--green); text-decoration-thickness: 0.15em; }
.high-contrast .notice { background: #fff; border: 2px solid #000; border-left-width: 6px; }

/* Preference modes */
.large-text { font-size: 140%; }
.large-text .site-header { position: static; }
.large-text .mega { grid-template-columns: 1fr 1fr; }
.large-text .mega__products { grid-column: 1 / 3; grid-template-columns: 1fr 1fr; }
.large-text .primary-nav__inner { gap: 0.2rem; }
.large-text .site-header__inner { flex-wrap: wrap; }
.large-text .hero__grid, .large-text .buying__grid, .large-text .about__grid, .large-text .support__grid, .large-text .partners__inner { grid-template-columns: 1fr; }
.large-text .product--featured { flex-direction: column; }
.large-text .product--featured .product__media { width: 100%; height: 11rem; }
.large-text .site-footer__top { grid-template-columns: 1fr 1fr; }

.high-contrast { --ink: #000; --muted: #000; --green-ink: #1f4d00; --green-tint: #fff; --paper-soft: #fff; --line: #000; --grey: #000; --grey-soft: #222; --focus: #0000ff; }
.high-contrast .product, .high-contrast .audience__card, .high-contrast .payment, .high-contrast .faq details { border: 2px solid #000; }
.high-contrast .contact-card { background: #000; }
.high-contrast .contact-card p { color: #fff; }
.high-contrast .audience__icon { color: var(--green-ink); }
.high-contrast .chips li { border: 1px solid #000; background: #fff; }
.high-contrast .about, .high-contrast .utility, .high-contrast .site-footer { background: #000; }
.high-contrast .site-footer a, .high-contrast .site-footer p { color: #fff; }
.high-contrast .listen { border: 2px solid #000; }
.high-contrast .waveform span { background: #6b6b6b; }
.high-contrast .waveform span.heard { background: #000; }
.high-contrast .reasons dd, .high-contrast .photo figcaption { color: #fff; }
.high-contrast .partners { background: #fff; border-block: 3px solid #000; }
.high-contrast .nav-panel { border: 2px solid #000; box-shadow: none; }
.high-contrast .site-header.is-stuck { box-shadow: none; border-bottom: 2px solid #000; }
.high-contrast .partners .button--primary { background: #000; }
.high-contrast a:not(.button) { text-decoration: underline; }
.high-contrast .v-bg { fill: #fff; stroke: #000; stroke-width: 2; }
.high-contrast .v-line { stroke: #000; }
.high-contrast .steps li::before { color: var(--green-ink); }

/* Responsive */
@media (max-width: 1100px) {
  .wrap { padding-inline: 24px; }
  .primary-nav__inner { gap: 0.1rem; }
  .primary-nav__inner > a:not(.button), .nav-toggle { padding-inline: 0.6rem; }
  .primary-nav__cta { display: none; }
  .hero__grid { gap: 2.5rem; }
  .site-footer__top { grid-template-columns: 1fr 1fr 1fr; }
  .site-footer__brand { grid-column: 1 / -1; }
  .product--featured { grid-column: 1 / -1; }
  .mega { grid-template-columns: 1fr 1fr 1fr; }
  .mega__products { grid-column: 1 / 4; }
  .mega__aside { grid-column: 1 / 4; }
}
@media (max-width: 760px) {
  .wrap { padding-inline: 16px; }
  :root { font-size: 106.25%; }
  .utility__inner { justify-content: center; gap: 0.5rem 1rem; }
  .utility .utility__link { display: none; }
  .display-controls { gap: 0.25rem 0.5rem; justify-content: center; }
  .display-controls button { padding-inline: 0.6rem; }
  .site-header__inner { flex-wrap: wrap; gap: 0.5rem 1rem; }
  .menu-button { display: inline-flex; align-items: center; gap: 0.5rem; min-height: 2.75rem; padding: 0.4rem 1rem; border: 2px solid var(--ink); border-radius: 999px; background: transparent; }
  .site-header { position: static; }
  .primary-nav { display: grid; grid-template-rows: 0fr; width: 100%; visibility: hidden; overflow: hidden; }
  .primary-nav.open { grid-template-rows: 1fr; visibility: visible; }
  .primary-nav__inner { min-height: 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding-block: 0.5rem 1.25rem; }
  .primary-nav__inner > a:not(.button), .nav-toggle { min-height: 3rem; width: 100%; border-radius: 8px; }
  .nav-toggle { justify-content: space-between; }
  .nav-toggle .icon--chevron { margin-left: auto; }
  .nav-panel { position: static; transform: none; display: grid; grid-template-rows: 0fr; box-shadow: none; border: 0; border-left: 3px solid var(--green); border-radius: 0; margin: 0 0 0 0.8rem; padding: 0 0 0 0.5rem; min-width: 0; }
  .nav-panel > * { min-height: 0; overflow: hidden; }
  .nav-toggle[aria-expanded="true"] + .nav-panel { grid-template-rows: 1fr; margin-block: 0.25rem 0.5rem; }
  .nav-panel::before { display: none; }
  .mega { grid-template-columns: 1fr; gap: 0.75rem; padding: 0; }
  .mega__products { grid-column: auto; grid-template-columns: 1fr; gap: 0; }
  .mega__products a { flex-direction: row; align-items: center; flex-wrap: wrap; gap: 0.2rem 0.7rem; padding: 0.6rem 0.8rem; }
  .mega__products a .icon--lg { width: 1.4rem; height: 1.4rem; margin: 0; }
  .mega__products span { flex-basis: 100%; padding-left: 2.1rem; }
  .mega__aside { margin-top: 0.25rem; }
  .primary-nav__account { margin-left: 0; }
  .primary-nav__cta { display: inline-flex; margin: 0.75rem 0 0; width: auto; align-self: flex-start; }
  .hero__grid { grid-template-columns: 1fr; gap: 2.25rem; padding-block: 2.5rem 1.75rem; }
  .hero__wave { height: 6rem; margin-bottom: 1rem; }
  .hero__rings { --cx: 50%; --cy: 70%; }
  .hero__rings span { width: 22rem; height: 22rem; margin: -11rem 0 0 -11rem; }
  .hero__rings::before { width: 36rem; height: 36rem; margin: -18rem 0 0 -18rem; }
  .waveform { gap: 2px; }
  .listen { padding: 1.5rem; }
  .voice-title__name { font-size: 2.5rem; }
  .audience, .software, .buying, .about, .support { padding-block: 3rem; }
  .product--featured { flex-direction: column; }
  .product--featured .product__media { width: 100%; height: 11rem; }
  .buying__grid, .about__grid, .support__grid, .partners__inner { grid-template-columns: 1fr; gap: 2rem; }
  .photos { grid-template-columns: 1fr; }
  .photo img { height: 12rem; }
  .site-footer__top { grid-template-columns: 1fr 1fr; gap: 1.5rem; padding-top: 2.5rem; }
  .site-footer__brand { grid-column: 1 / -1; }
  .site-footer__legal { flex-direction: column; align-items: flex-start; }
}
/* Motion. Everything here is skipped when the visitor prefers reduced motion. */
@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  a, .button, .voice-switches button, .display-controls button, .nav-toggle { transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
  .button:hover { transform: translateY(-1px); box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12); }
  .button:active { transform: translateY(0) scale(.98); box-shadow: none; }
  .waveform span { transition: background-color .3s ease; }
  .waveform.is-switching span { animation: bar-in .5s cubic-bezier(.2,.8,.2,1) both; animation-delay: calc(var(--i, 0) * 4ms); }
  .site-header { transition: box-shadow .25s ease; }
  .site-header__inner, .brand img { transition: min-height .25s ease, height .25s ease; }
  .nav-panel { transition: opacity .22s ease, transform .22s ease, visibility 0s linear .22s, grid-template-rows .3s ease, margin .3s ease; }
  .nav-toggle[aria-expanded="true"] + .nav-panel { transition-delay: 0s; }
  .primary-nav { transition: grid-template-rows .35s ease, visibility 0s linear .35s; }
  .primary-nav.open { transition-delay: 0s; }
  .nav-panel a { transition: background-color .15s ease, transform .15s ease; }
  .nav-panel a:hover { transform: translateX(2px); }
  .product, .audience__card { transition: transform .25s ease, box-shadow .25s ease; }
  .product:hover, .audience__card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(31, 31, 31, 0.10); }
  .vignette { transition: transform .4s ease; }
  .product:hover .vignette { transform: scale(1.04); }
  .faq summary::after { transition: transform .25s ease; }
  .faq summary { transition: background-color .15s ease; }
  .faq details { transition: border-color .25s ease; }
  :root { interpolate-size: allow-keywords; }
  .faq details::details-content { height: 0; overflow: clip; transition: height .3s ease, content-visibility .3s allow-discrete; }
  .faq details[open]::details-content { height: auto; }
  .hero__rings span { animation: ring 9s linear infinite; opacity: 0; transform: scale(0.2); }
  .hero__rings span:nth-child(2) { animation-delay: -2.25s; }
  .hero__rings span:nth-child(3) { animation-delay: -4.5s; }
  .hero__rings span:nth-child(4) { animation-delay: -6.75s; }
  .hero.is-playing .hero__rings span { animation-duration: 4s; --ring-peak: 0.38; }
  .skip-link { transition: top .2s ease; }
}
@keyframes ring { 0% { transform: scale(0.2); opacity: 0; } 12% { opacity: var(--ring-peak, 0.24); } 100% { transform: scale(1.7); opacity: 0; } }
@keyframes bar-in { from { transform: scaleY(.1); opacity: .4; } to { transform: none; opacity: 1; } }
/* Page-level "Reduce motion" toggle: same result as the OS setting. */
.reduce-motion, .reduce-motion *, .reduce-motion *::before, .reduce-motion *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
.reduce-motion .hero__rings span { opacity: 0.12; transform: scale(0.7); }
.reduce-motion .hero__rings span:nth-child(n+2) { display: none; }
.reduce-motion .product:hover, .reduce-motion .audience__card:hover, .reduce-motion .button:hover { transform: none; }
