:root {
  color-scheme: light;
  --ink: #182127;
  --muted: #58636b;
  --line: #dce1e4;
  --link: #075b83;
  --gutter: clamp(24px, 4vw, 96px);
  --wash: #f2f7f9;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: #fff; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: var(--link); text-underline-offset: 4px; text-decoration-thickness: 1px; }
button, input, textarea, select { font: inherit; }
button, select { cursor: pointer; }
button, a, input, textarea, select { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 2px solid var(--link); outline-offset: 4px; }
[hidden] { display: none !important; }
.container, .site-header { width: calc(100% - var(--gutter) * 2); margin-inline: auto; }
h1, h2, h3, p { margin: 0; }
h1 { font-size: clamp(2rem, 3.2vw, 3.4rem); line-height: 1.15; font-weight: 500; letter-spacing: -.025em; text-wrap: balance; }
h2 { margin-bottom: 28px; font-size: 1.7rem; font-weight: 500; line-height: 1.25; letter-spacing: -.018em; }
h3 { margin-bottom: 10px; font-size: 1.13rem; font-weight: 600; line-height: 1.4; }
p { color: var(--muted); }
.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: absolute; z-index: 10; inset-inline-start: 16px; top: -80px; padding: 10px 16px; background: #fff; border: 1px solid var(--link); }
.skip-link:focus { top: 12px; }
main:focus { outline: none; }
.site-header { min-height: 88px; display: flex; align-items: center; gap: 32px; border-bottom: 1px solid var(--line); }
.brand { flex-shrink: 0; color: var(--ink); font-size: 1.4rem; font-weight: 650; letter-spacing: -.025em; text-decoration: none; }
.site-header .brand { display: inline-flex; align-items: center; gap: 10px; direction: ltr; font-size: 1.125rem; }
.brand-mark { display: block; width: 36px; height: 36px; flex: 0 0 auto; border-radius: 8px; }
.site-nav { display: flex; justify-content: flex-end; align-items: center; gap: 23px; margin-inline-start: auto; }
.nav-link { display: inline-flex; align-items: center; min-height: 44px; color: var(--muted); font-size: .875rem; white-space: nowrap; text-decoration: none; }
.nav-link[aria-current="page"] { color: var(--ink); text-decoration: underline; text-decoration-color: var(--link); text-underline-offset: 10px; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-picker select { min-height: 44px; max-width: 85px; padding: 8px 6px; border: 0; border-radius: 0; background: #fff; color: var(--ink); font-size: .875rem; }
.language-picker select:focus { outline: none; }
.language-picker { position: relative; flex-shrink: 0; }
.language-trigger { display: inline-flex; align-items: center; justify-content: space-between; gap: 14px; min-height: 44px; padding: 8px 6px; border: 0; background: transparent; color: var(--ink); font-size: .875rem; }
.language-trigger::after { content: ''; width: 7px; height: 7px; border-inline-end: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-2px) rotate(45deg); }
[dir="rtl"] .language-trigger::after { transform: translateY(-2px) rotate(-45deg); }
.language-trigger:focus:not(:focus-visible) { outline: none; }
.language-trigger:focus-visible { outline: none; text-decoration: underline; text-underline-offset: 5px; }
.language-trigger:active { transform: scale(.97); }
.language-menu { position: absolute; z-index: 30; top: calc(100% + 8px); inset-inline-end: 0; width: 180px; max-width: calc(100vw - 48px); padding: 5px; border: 1px solid var(--line); border-radius: 8px; background: #fff; box-shadow: 0 6px 24px rgb(24 33 39 / 10%), 0 2px 6px rgb(24 33 39 / 4%); }
.language-option { display: flex; align-items: center; justify-content: space-between; gap: 12px; width: 100%; min-height: 44px; padding: 9px 11px; border: 0; border-radius: 4px; background: transparent; color: var(--ink); font-size: .875rem; line-height: 1.5; text-align: start; }
.language-option[aria-checked="true"]::after { content: ''; width: 5px; height: 9px; margin-inline: 4px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg); }
.language-option:focus { outline: none; }
.language-option:focus-visible { background: var(--wash); }
@media (hover: hover) and (pointer: fine) {
  .language-option:hover { background: var(--wash); }
}
.menu-toggle { position: relative; display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--line); border-radius: 2px; background: #fff; }
.menu-toggle::before, .menu-toggle::after, .menu-toggle span { content: ''; position: absolute; width: 18px; height: 1px; inset-inline-start: 12px; background: var(--ink); }
.menu-toggle::before { top: 15px; }
.menu-toggle span { top: 21px; }
.menu-toggle::after { top: 27px; }
.nav-open .menu-toggle span { display: none; }
.nav-open .menu-toggle::before { top: 21px; transform: rotate(45deg); }
.nav-open .menu-toggle::after { top: 21px; transform: rotate(-45deg); }
.page-intro { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 112px); align-items: start; padding-block: 64px 60px; }
body[data-page="home"] .page-intro,
body[data-page="how"] .page-intro,
body[data-page="coverage"] .page-intro { grid-template-columns: minmax(0, 1fr); row-gap: clamp(20px, 2vw, 28px); }
.page-intro h1 { max-width: 100%; }
body[data-page="coverage"] .intro-description > p + p { margin-top: 18px; }
.intro-description { max-width: 65ch; }
.intro-description > p { font-size: 1.0625rem; line-height: 1.65; }
.intro-links, .section-links { display: flex; flex-wrap: wrap; gap: 12px 28px; margin-top: 22px; }
.text-link { display: inline-flex; align-items: center; min-height: 44px; font-size: .94rem; }
.information-section { padding-block: 38px 44px; border-top: 1px solid var(--line); }
.information-section:last-child { padding-bottom: 56px; }
.audience-grid, .booking-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.audience-grid article p { max-width: 62ch; }
.audience-grid article p[data-i18n="home.carrierBody"] { max-width: none; }
.audience-grid .text-link { margin-top: 12px; }
.info-columns { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.section-copy { max-width: 740px; }
.section-copy .text-link { margin-top: 10px; }
.steps { list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 32px; padding: 0; margin: 0; }
.step-number { display: block; margin-bottom: 12px; color: var(--muted); font-size: .8rem; font-variant-numeric: tabular-nums; }
.steps h3 { font-size: 1rem; }
.steps p { font-size: .9375rem; }
.booking-grid dl { margin: 24px 0 0; padding-top: 16px; border-top: 1px solid var(--line); }
.booking-grid dl > div { display: grid; grid-template-columns: 85px 1fr; gap: 18px; margin-bottom: 10px; font-size: .9rem; }
.booking-grid dt { font-weight: 600; }
.booking-grid dd { margin: 0; color: var(--muted); }
.journey-list { max-width: 740px; margin: 0; padding-inline-start: 24px; }
.journey-list li { padding-inline-start: 8px; margin-block: 10px; }
.journey-list li::marker { color: var(--muted); }
.route-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: clamp(24px, 4vw, 64px); }
.route-list article { min-width: 0; }
.route-step-number { display: block; margin-bottom: 12px; color: var(--muted); font-size: .8rem; font-variant-numeric: tabular-nums; }
.route-list h3 { margin: 0 0 10px; }
.route-list p { margin: 0; max-width: 46ch; }
.route-status { color: var(--muted); font-size: .875rem; }
.faq-list { width: 100%; }
.accordion-item { border-top: 1px solid var(--line); }
.accordion-item:last-child { border-bottom: 1px solid var(--line); }
.accordion-button { display: flex; align-items: center; justify-content: space-between; gap: 24px; width: 100%; min-height: 60px; padding: 16px 0; border: 0; background: #fff; color: var(--ink); text-align: start; font-weight: 500; }
.accordion-button > span:last-child { flex: 0 0 20px; text-align: center; font-size: 1.2rem; }
.accordion-item.is-open .accordion-button > span:last-child { transform: rotate(45deg); }
.accordion-answer { max-width: 730px; padding: 0 28px 20px 0; color: var(--muted); font-size: .9375rem; }
.contact-layout { display: grid; grid-template-columns: 1fr; gap: 32px; padding-block: 56px; }
.contact-layout > *, .page-intro > *, .form-field { min-width: 0; }
.contact-layout h1 { max-width: 100%; }
.inquiry-form { width: 50%; display: grid; align-content: start; gap: 20px; padding: clamp(24px, 2.5vw, 40px); background: var(--wash); border: 1px solid #dce7eb; border-radius: 4px; }
.inquiry-form h2 { margin: 0 0 4px; font-size: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-field { display: grid; gap: 6px; }
.form-field label, .email-preview label { font-size: .9rem; font-weight: 500; }
.form-field input, .form-field select, .form-field textarea, .email-preview textarea { width: 100%; min-width: 0; min-height: 48px; padding: 11px 12px; border: 1px solid #9aaab2; border-radius: 2px; color: var(--ink); background: #fff; }
.form-field textarea { min-height: 160px; resize: vertical; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 8px; width: fit-content; min-height: 48px; padding: 11px 20px; border: 1px solid #173343; border-radius: 2px; background: #173343; color: #fff; font-weight: 500; font-size: .9375rem; text-decoration: none; }
.button:active { background: #294b5e; }
.button:disabled { opacity: .55; cursor: not-allowed; }
.button-secondary { background: #fff; color: var(--ink); border-color: #8c979e; }
.button-secondary:active { background: #edf0f2; }
.form-note, .form-status { font-size: .875rem; }
.email-preview { padding-top: 24px; border-top: 1px solid var(--line); }
.email-preview label { display: block; margin-top: 20px; }
.email-preview textarea { min-height: 180px; margin: 8px 0 14px; resize: vertical; font-size: .9rem; }
.email-actions { display: flex; flex-wrap: wrap; gap: 12px; }
[data-copy-status] { margin-top: 12px; }
.site-footer { color: var(--ink); background: #fff; border-top: 1px solid var(--line); }
.footer-main { display: grid; grid-template-columns: minmax(0, 1.6fr) repeat(3, minmax(0, 1fr)); gap: clamp(28px, 4vw, 72px); padding-block: 48px 38px; }
.footer-brand .brand { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); font-size: 1.65rem; }
.footer-brand p { max-width: 32ch; margin-top: 8px; color: var(--muted); font-size: .875rem; line-height: 1.65; }
.footer-email { display: inline-flex; align-items: center; gap: 10px; max-width: 100%; min-height: 44px; margin-top: 18px; color: var(--ink); font-size: .875rem; text-decoration: none; }
.site-footer svg { flex: 0 0 17px; width: 17px; height: 17px; stroke: currentColor; stroke-width: 1.5; stroke-linecap: round; stroke-linejoin: round; }
.footer-group { min-width: 0; }
.footer-group h2 { margin: 10px 0 14px; color: var(--muted); font-size: .75rem; font-weight: 600; line-height: 1.5; letter-spacing: .065em; text-transform: uppercase; }
.footer-group ul { padding: 0; margin: 0; list-style: none; }
.footer-group li { margin: 0; }
.footer-group a { display: flex; align-items: center; min-height: 44px; padding-block: 7px; color: var(--ink); font-size: .875rem; line-height: 1.5; text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding-block: 18px; border-top: 1px solid var(--line); }
.copyright { margin: 0; color: var(--muted); font-size: .75rem; }
.footer-utilities { display: flex; align-items: center; gap: 28px; flex-shrink: 0; }
.footer-language { display: flex; align-items: center; gap: 7px; color: var(--ink); }
.footer-language select { width: 126px; min-height: 44px; padding: 8px; color: var(--ink); border: 1px solid var(--line); border-radius: 2px; background: #fff; font-size: .875rem; color-scheme: light; }
.footer-back-top { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; color: var(--ink); font-size: .875rem; text-decoration: none; white-space: nowrap; }
.site-footer :focus-visible { outline-color: var(--link); outline-offset: 4px; }
@media (hover: hover) and (pointer: fine) {
  .site-footer a:hover { color: var(--ink); text-decoration: underline; text-underline-offset: 5px; }
  .footer-language select:hover { border-color: var(--link); }
}
.site-footer a:active { color: var(--link); }
@media (max-width: 1000px) and (min-width: 701px) {
  .footer-main { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px 32px; padding-top: 32px; }
  .footer-brand { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr auto; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
  .footer-brand .brand, .footer-brand p { grid-column: 1; }
  .footer-brand p { max-width: none; margin-top: 0; }
  .footer-email { grid-column: 2; grid-row: 1 / 3; margin-top: 0; }
}
#faq, #booking-options { scroll-margin-top: 100px; }
html[dir="rtl"] h1, html[dir="rtl"] h2, html[dir="rtl"] .brand { letter-spacing: 0; }
html[dir="rtl"] .accordion-answer { padding-inline: 0 28px; }
.section-icon { display: block; width: 30px; height: 30px; color: var(--link); margin-bottom: 20px; }
.audience-grid article { display: flex; flex-direction: column; align-items: start; padding: 28px 32px; background: var(--wash); border: 1px solid #dce7eb; border-radius: 4px; }
.audience-grid article:nth-child(2) { background: #f6f7f7; border-color: #e0e5e7; }
.audience-grid article p { margin-bottom: 18px; }
.audience-grid .text-link { margin-top: auto; }
.step-number { color: var(--link); font-weight: 600; padding-bottom: 12px; border-bottom: 2px solid #d6e7ee; }
.booking-grid { gap: clamp(32px, 4vw, 72px); }
.information-section:has(> .faq-list) { display: grid; grid-template-columns: minmax(0, 1fr); gap: 0; }
.form-field select:focus, .form-field input:focus, .form-field textarea:focus { border-color: var(--link); }
@media (hover: hover) and (pointer: fine) {
  a:hover { color: #033d5a; }
  .nav-link:hover { text-decoration: underline; text-underline-offset: 10px; }
  .button:hover { background: #294b5e; color: #fff; }
  .button-secondary:hover { background: #edf0f2; color: var(--ink); }
  .accordion-button:hover { color: var(--link); }
}
@media (max-width: 1100px) {
  .inquiry-form { width: 100%; }
  .site-header { flex-wrap: wrap; gap: 0; padding-block: 16px; min-height: 76px; }
  .header-actions { margin-inline-start: auto; }
  .menu-toggle { display: block; }
  .site-nav { display: none; flex-direction: column; order: 3; width: 100%; align-items: stretch; gap: 0; margin: 14px 0 0; padding-top: 10px; border-top: 1px solid var(--line); }
  .nav-open .site-nav { display: flex; }
  .nav-link { width: fit-content; white-space: normal; }
  .nav-link[aria-current="page"], .nav-link:hover { text-underline-offset: 5px; }
  .page-intro, .booking-grid, .contact-layout { gap: 32px; }
  .audience-grid { gap: 20px; }
  .form-row { grid-template-columns: 1fr; }
  .steps, .info-columns { gap: 24px; }
  .route-status { grid-column: 1; }
}
@media (max-width: 900px) {
  .route-list { grid-template-columns: 1fr; gap: 28px; }
  .route-list p { max-width: none; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-layout h1 { max-width: none; }
}
@media (max-width: 700px) {
  :root { --gutter: 18px; }
  .site-header { position: sticky; top: 0; z-index: 5; width: 100%; min-height: 68px; padding: 12px var(--gutter); background: #fff; max-height: 100dvh; }
  .nav-open .site-header { overflow-y: auto; }
  .site-nav { padding-top: 8px; }
  .nav-open .site-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 12px; }
  .nav-link { width: 100%; min-height: 48px; padding: 8px 10px; }
  .nav-link[aria-current="page"] { background: var(--wash); }
  .brand { font-size: 1.3rem; }
  .brand-mark { width: 32px; height: 32px; border-radius: 7px; }
  .page-intro, .contact-layout { grid-template-columns: 1fr; gap: 20px; padding-block: 30px; }
  h1 { max-width: 560px; font-size: clamp(1.95rem, 8.8vw, 2.4rem); line-height: 1.15; }
  h2 { font-size: 1.45rem; margin-bottom: 24px; }
  .intro-description > p { font-size: 1rem; }
  .intro-links { margin-top: 20px; }
  .intro-links .button { width: 100%; }
  .information-section { padding-block: 30px 34px; }
  .information-section:last-child { padding-bottom: 36px; }
  .audience-grid, .booking-grid, .info-columns { grid-template-columns: 1fr; gap: 20px; }
  .audience-grid article { padding: 22px; }
  .section-icon { margin-bottom: 16px; width: 26px; height: 26px; }
  .booking-grid article + article { border-top: 1px solid var(--line); padding-top: 28px; }
  .steps { grid-template-columns: 1fr; gap: 22px; }
  .steps li { display: grid; grid-template-columns: 26px 1fr; gap: 14px; }
  .step-number { padding-top: 3px; padding-bottom: 0; margin: 0; border-bottom: 0; }
  .steps li:not(:last-child) { padding-bottom: 20px; border-bottom: 1px solid var(--line); }
  .steps h3 { margin-bottom: 4px; }
  .route-status { grid-column: auto; }
  .contact-layout { gap: 20px; padding-block: 24px 30px; }
  .inquiry-form { gap: 16px; padding: 20px 16px; }
  .form-row { gap: 16px; }
  .inquiry-form h2 { font-size: 1.25rem; margin: 0; }
  .inquiry-form > .button { width: 100%; }
  .email-actions .button { width: 100%; }
  .form-field input, .form-field select, .form-field textarea { font-size: 16px; }
  .form-field textarea { min-height: 120px; }
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 22px; padding-block: 28px; }
  .footer-brand { grid-column: 1 / -1; padding-bottom: 24px; border-bottom: 1px solid var(--line); }
  .footer-brand p { max-width: none; }
  .footer-email { margin-top: 10px; }
  .footer-group h2 { margin-top: 0; margin-bottom: 8px; }
  .footer-legal { grid-column: 1 / -1; padding-top: 22px; border-top: 1px solid var(--line); }
  .footer-legal ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; }
  .footer-bottom { flex-direction: column-reverse; align-items: stretch; gap: 18px; padding-block: 18px 24px; }
  .footer-utilities { justify-content: space-between; gap: 14px; }
  .footer-language select { width: 122px; }
}
html:not(.js) .site-nav { display: flex; }
html:not(.js) .menu-toggle { display: none; }
html:not(.js) .accordion-answer[hidden] { display: block !important; }

/* Localized text follows the English line count at the current viewport. */
@media screen {
  .has-localized-lines { font-size: var(--localized-font-size) !important; line-height: var(--localized-line-height) !important; }
}
.localized-lines { display: block; min-width: 0; max-width: 100%; }
.localized-line { display: block; width: max-content; max-width: none; white-space: nowrap; }
@media print {
  .localized-lines, .localized-line { display: inline; white-space: normal; }
}

/* Editorial imagery retains the dimensions of the original reserved areas. */
.image-tile { width: 100%; aspect-ratio: 16 / 7; background: #e8eef1; border: 1px solid #dce5e9; border-radius: 2px; }
.audience-grid .image-tile { margin-bottom: 24px; }
.audience-grid:has(.image-tile) .section-icon { display: none; }
.page-intro:has(.image-tile) { align-items: start; }
.page-intro .image-tile { aspect-ratio: 16 / 8; }
.intro-copy .intro-description { margin-top: 24px; }

.legal-heading { padding-block: 42px 32px; }
.legal-heading h1 { margin-top: 16px; font-size: clamp(2rem, 3vw, 2.8rem); }
.legal-heading > p { max-width: 76ch; margin-top: 16px; }
.legal-back { display: inline-flex; min-height: 44px; align-items: center; font-size: .875rem; }
.legal-meta { font-size: .8125rem; }
.legal-meta span { margin-inline: 8px; }
.legal-draft { max-width: 1120px; margin-top: 24px; padding: 16px 20px; border-inline-start: 3px solid #9a7735; background: #faf7ef; }
.legal-draft strong { display: block; color: #634c23; font-size: .9375rem; font-weight: 600; }
.legal-draft p { margin-top: 6px; font-size: .875rem; }
.legal-language-note { padding: 12px 16px; border: 1px solid #dce7eb; background: var(--wash); font-size: .875rem; }
.legal-layout { display: grid; grid-template-columns: minmax(180px, .28fr) minmax(0, 1fr); gap: clamp(32px, 6vw, 110px); padding-block: 16px 64px; align-items: start; }
.legal-toc { position: sticky; top: 24px; }
.legal-toc > strong { display: block; font-size: .875rem; margin-bottom: 10px; }
.legal-toc nav { display: grid; gap: 2px; }
.legal-toc nav a { display: block; padding: 7px 0; line-height: 1.45; font-size: .875rem; }
.legal-print { margin-top: 20px; font-size: .8125rem; }
.legal-document { max-width: 84ch; min-width: 0; overflow-wrap: anywhere; }
.legal-document section { padding-block: 26px; border-top: 1px solid var(--line); scroll-margin-top: 94px; }
.legal-document h2 { margin-bottom: 16px; font-size: 1.4rem; line-height: 1.35; letter-spacing: -.01em; }
.legal-document p { margin-top: 14px; line-height: 1.75; }
.legal-document ul { padding-inline-start: 24px; color: var(--muted); }
.legal-document li { margin-block: 10px; padding-inline-start: 4px; line-height: 1.7; }
.legal-related ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; padding: 0; list-style: none; }
.legal-related li { padding: 0; margin: 0; }
.legal-related a { display: inline-flex; min-height: 44px; align-items: center; }
.legal-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.legal-card-grid article { min-width: 0; padding: 24px; border: 1px solid var(--line); border-radius: 3px; background: #fff; }
.legal-card-grid h3 { font-size: 1.2rem; }
.legal-card-grid h3 a { display: inline-flex; align-items: center; min-height: 44px; }
.legal-card-grid p { font-size: .9375rem; }
.legal-card-status { display: block; margin-top: 16px; color: #735725; font-size: .75rem; }
#agreements { scroll-margin-top: 94px; }
#agreements .legal-card-grid { margin-top: 26px; grid-template-columns: 1fr 1fr; }
.legal-registration { display: grid; grid-template-columns: 1.3fr 1fr; gap: 64px; padding-block: 32px 64px; border-top: 1px solid var(--line); }
.operator-details h2, .legal-decisions h2 { font-size: 1.45rem; }
.operator-details > p, .legal-decisions p { max-width: 68ch; font-size: .9375rem; }
.operator-details dl { margin: 24px 0 0; }
.operator-details dl > div { display: grid; grid-template-columns: 1fr 1.5fr; gap: 20px; padding-block: 10px; border-top: 1px solid var(--line); font-size: .875rem; }
.operator-details dt { font-weight: 500; }
.operator-details dd { margin: 0; overflow-wrap: anywhere; }
.is-pending { color: #735725; }
@media (max-width: 1000px) {
  .legal-card-grid { grid-template-columns: 1fr 1fr; }
  .legal-layout { grid-template-columns: 180px minmax(0, 1fr); gap: 32px; }
  .legal-registration { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 700px) {
  .image-tile { aspect-ratio: 16 / 7; }
  .audience-grid .image-tile { margin-bottom: 20px; }
  .intro-copy .intro-description { margin-top: 16px; }
  .page-intro .image-tile { aspect-ratio: 16 / 7; }
  .legal-heading { padding-block: 24px; }
  .legal-heading h1 { margin-top: 8px; font-size: 2rem; }
  .legal-draft { padding: 14px 16px; }
  .legal-layout { grid-template-columns: 1fr; gap: 20px; padding-top: 0; }
  .legal-toc { position: static; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
  .legal-toc nav { grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  .legal-toc nav a { min-height: 44px; }
  .legal-print { margin-top: 12px; }
  .legal-document h2 { font-size: 1.25rem; }
  .legal-document p, .legal-document li { line-height: 1.65; }
  .legal-card-grid, #agreements .legal-card-grid { grid-template-columns: 1fr; }
  .legal-card-grid article { padding: 20px; }
  .legal-related ul { grid-template-columns: 1fr; }
  .operator-details dl > div { grid-template-columns: 1fr; gap: 4px; }
  .legal-registration { padding-bottom: 40px; }
}
html:not(.js) .legal-print { display: none; }
@media print {
  @page { margin: 18mm; }
  .site-header, .site-footer, .skip-link, .legal-toc, .legal-back, .legal-related { display: none !important; }
  body { color: #000; font-size: 10pt; }
  .container { width: 100%; }
  .legal-heading { padding: 0 0 18px; }
  .legal-heading h1 { font-size: 24pt; }
  .legal-draft { border: 1px solid #555; background: #fff; }
  .legal-draft strong, .legal-draft p, p { color: #222; }
  .legal-layout { display: block; padding: 0; }
  .legal-document { max-width: none; }
  .legal-document section { padding-block: 16px; }
  .legal-document h2 { font-size: 14pt; break-after: avoid; }
  .legal-document p { orphans: 3; widows: 3; }
  .legal-card-grid, .legal-registration { display: block; }
  .legal-card-grid article { break-inside: avoid; margin-bottom: 16px; }
}

/* Direct policy and support routes, with the existing restrained layout. */
.legal-shortcuts { display: flex; flex-wrap: wrap; gap: 8px 24px; margin-block: 22px; }
.legal-shortcuts a { display: inline-flex; align-items: center; min-height: 44px; }
.legal-request-actions { margin-block: 24px; }
.legal-request-actions .button { min-height: 48px; white-space: normal; text-align: center; }
.legal-request-actions p { margin-top: 10px; font-size: .9rem; color: var(--muted); }
.legal-document-list > h2 { grid-column: 1 / -1; }
.legal-document-list > .legal-card-grid { grid-column: 1 / -1; }
.legal-document .operator-details { border-top: 1px solid var(--line); padding-top: 28px; }
@media (max-width: 700px) {
  .legal-shortcuts { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 16px; }
  .legal-request-actions .button { width: 100%; }
}
@media print {
  .legal-shortcuts, .legal-request-actions { display: none; }
}

.editorial-image { overflow: hidden; border: 0; }
.editorial-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 62%; }
.audience-grid .editorial-image { aspect-ratio: 16 / 9; }
.page-intro .editorial-image { aspect-ratio: 16 / 10; }
@media (max-width: 700px) {
  .page-intro .editorial-image { aspect-ratio: 16 / 10; }
}

/* The four workflow images share a consistent crop and reading order. */
.workflow-image { aspect-ratio: 4 / 3; overflow: hidden; background: var(--wash); margin-bottom: 20px; border-radius: 2px; }
.workflow-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.steps-with-images .step-number { margin-bottom: 14px; }
.app-preview { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(32px, 7vw, 120px); }
.app-preview-copy { max-width: 54ch; }
.app-preview-copy .text-link { margin-top: 20px; }
.app-preview-figure { margin: 0; }
.app-preview-stage { display: flex; align-items: center; justify-content: center; padding: 32px 24px; background: #edf3f5; border: 1px solid var(--line); }
.app-phone { width: 214px; padding: 6px; background: #19272d; border-radius: 29px; box-shadow: 0 16px 30px #17334318; overflow: hidden; }
.app-phone img { display: block; width: 100%; height: auto; border-radius: 23px; }
.app-preview-figure figcaption { margin-top: 12px; color: var(--muted); font-size: .8rem; text-align: center; }
.how-app-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 32px; padding-bottom: 44px; }
.how-app-screen { display: flex; flex-direction: column; min-width: 0; margin: 0; }
.how-app-screen figcaption { padding-bottom: 22px; }
.how-app-screen h2 { margin-bottom: 8px; font-size: 1.25rem; }
.how-app-screen p { font-size: .9375rem; }
.how-app-stage { display: flex; align-items: center; justify-content: center; flex: 1; padding: 32px 20px; background: #f1f5f6; border-radius: 8px; }
.how-app-screen:nth-child(2) .how-app-stage { background: #f4f3ef; }
.how-app-stage .app-phone { width: clamp(220px, 20vw, 260px); }
.how-app-caption { grid-column: 1 / -1; color: var(--muted); font-size: .8rem; text-align: center; }
.how-booking .booking-grid { gap: 28px 64px; }
@media (max-width: 700px) {
  .how-app-gallery { grid-template-columns: 1fr; gap: 28px; padding-bottom: 32px; }
  .how-app-stage { padding: 26px 18px; }
  .how-app-stage .app-phone { width: min(240px, 100%); }
  .how-app-screen figcaption { padding-bottom: 18px; }
}
@media (max-width: 700px) {
 .steps.steps-with-images { grid-template-columns: 1fr 1fr; gap: 28px 18px; }
 .steps-with-images li { display: block; }
 .workflow-image { margin-bottom: 14px; }
 .app-preview { grid-template-columns: 1fr; gap: 24px; }
 .app-phone { width: 204px; }
}
@media (max-width: 380px) { .steps.steps-with-images { grid-template-columns: 1fr; } .workflow-image { aspect-ratio: 16 / 9; } }

/* Coverage pairs concise guidance with a half-width image. */
.home-coverage-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: clamp(28px, 4vw, 64px); padding: 28px 32px; background: var(--wash); border: 1px solid #dce7eb; border-radius: 4px; }
.home-coverage-image { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 3px; }
.home-coverage-copy { min-width: 0; max-width: 58ch; }
.home-coverage-copy p { margin: 0 0 18px; }
.home-coverage-copy .text-link { margin-top: 6px; }
@media (max-width: 700px) {
  .home-coverage-card { grid-template-columns: 1fr; gap: 24px; padding: 22px; }
}

.home-contact-banner { position: relative; isolation: isolate; display: grid; place-items: center; min-height: clamp(440px, 42vw, 760px); padding-block: 80px; background: #152e39; overflow: hidden; }
.home-contact-banner > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; }
.home-contact-banner::before { content: ''; position: absolute; inset: 0; background: rgba(9, 26, 35, .58); z-index: -1; }
.home-contact-content { display: flex; flex-direction: column; align-items: center; gap: 32px; text-align: center; }
.home-contact-content h2 { max-width: 22ch; margin: 0; color: #fff; font-size: clamp(2rem, 4vw, 4.5rem); font-weight: 500; line-height: 1.15; text-wrap: balance; }
.home-contact-content p { max-width: 58ch; margin: 0; color: #fff; font-size: clamp(1rem, 1.2vw, 1.25rem); line-height: 1.6; text-wrap: pretty; }
.home-contact-button { background: #fff; color: #173343; border-color: #fff; border-radius: 8px; padding: 14px 24px; }
.home-contact-button:active { background: #e5edf0; color: #173343; }
.home-contact-button:focus-visible { outline: 3px solid #fff; outline-offset: 5px; }
@media (hover: hover) and (pointer: fine) {
  .home-contact-button:hover { background: #e5edf0; color: #173343; border-color: #e5edf0; }
}
@media (max-width: 700px) {
  .home-contact-content { gap: 24px; }
  .home-contact-banner { min-height: 440px; padding-block: 64px; }
}

/* Consistent black header on desktop and mobile. */
.site-header { width: 100%; padding-inline: var(--gutter); background: #000; border-bottom-color: #292929; color: #fff; }
.site-header .brand, .site-header .nav-link, .site-header .language-trigger { color: #fff; }
.site-header .nav-link[aria-current="page"] { color: #fff; text-decoration-color: #fff; }
.site-header .language-picker select { color: #fff; background: #000; color-scheme: dark; }
.site-header .site-nav { border-color: #333; }
.site-header .menu-toggle { background: #000; border-color: #555; }
.site-header .menu-toggle::before, .site-header .menu-toggle::after, .site-header .menu-toggle span { background: #fff; }
.site-header :focus-visible { outline-color: #fff; }
.site-header .language-menu :focus-visible { outline-color: var(--link); }
@media (hover: hover) and (pointer: fine) {
  .site-header .brand:hover, .site-header .nav-link:hover { color: #fff; }
}
@media (max-width: 700px) {
  .site-header .nav-link[aria-current="page"] { background: #242424; }
}
