/* Shared extensions to the approved Ostro homepage design system. */
[hidden] { display: none !important; }
.no-js .js-only { display: none !important; }

/* A persistent, solid-surface header with room for a direct Contact action. */
html { scroll-padding-top: 112px; }
.page-top { height: 0; }
.site-header { position: sticky; top: 0; z-index: 50; height: 96px; padding-block: 12px; border: 0; background: transparent; pointer-events: none; }
.site-header .header-inner { position: relative; width: calc(100% - 48px); max-width: var(--container); height: 72px; padding-inline: 24px; gap: 32px; border: 1px solid #d7dcd0; border-radius: 16px; background: var(--paper); box-shadow: 0 8px 28px #20251f0d; pointer-events: auto; }
.site-header .main-nav { min-width: 0; gap: 24px; }
.site-header .nav-links { gap: 20px; }
.site-header .nav-links > a, .site-header .nav-dropdown > summary, .site-header .login-link { min-height: 40px; display: inline-flex; align-items: center; }
@media (min-width: 1101px) {
  .site-header .dropdown-panel { max-height: calc(100vh - 96px); max-height: calc(100dvh - 96px); overflow-y: auto; overscroll-behavior: contain; }
}
@media (min-width: 1101px) and (max-width: 1250px) {
  .site-header .header-inner { padding-inline: 20px; gap: 24px; }
  .site-header .nav-links { gap: 15px; }
  .site-header .nav-actions { gap: 18px; }
}
@media (max-width: 1100px) {
  html { scroll-padding-top: 96px; }
  .site-header { height: 80px; padding-block: 8px; }
  .site-header .header-inner { width: calc(100% - 24px); height: 64px; padding-inline: 13px; gap: 12px; justify-content: space-between; border-radius: 12px; }
  .site-header .brand { width: 107px; }
  .site-header .mobile-create { display: inline-flex; margin-left: auto; min-height: 40px; padding: 10px 14px; font-size: 11px; }
  .site-header .menu-toggle { display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; gap: 6px; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 6px; background: transparent; }
  .site-header .menu-toggle > span { width: 17px; height: 1.5px; background: var(--ink); transition: transform .2s; }
  .site-header .menu-toggle[aria-expanded="true"] > span:first-child { transform: translateY(3.75px) rotate(45deg); }
  .site-header .menu-toggle[aria-expanded="true"] > span:last-child { transform: translateY(-3.75px) rotate(-45deg); }
  .site-header .main-nav { display: none; position: absolute; top: calc(100% + 8px); left: 0; right: 0; max-height: calc(100dvh - 96px); overflow: auto; overscroll-behavior: contain; padding: 18px 22px 24px; border: 1px solid #d7dcd0; border-radius: 12px; box-shadow: 0 12px 30px #20251f14; background: var(--paper); }
  .site-header .main-nav.is-open { display: flex; flex-direction: column; align-items: stretch; gap: 24px; }
  .site-header .nav-links { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
  .site-header .nav-links > a, .site-header .nav-dropdown > summary { padding: 12px 0; min-height: 48px; font-size: 16px; justify-content: space-between; }
  .site-header .nav-links > a, .site-header .nav-dropdown { border-bottom: 1px solid var(--line); }
  .site-header .nav-dropdown > summary .icon { width: 18px; height: 18px; }
  .site-header .dropdown-panel { position: static; width: 100%; margin: 3px 0 13px; padding: 5px; border: 0; box-shadow: none; background: #eff1e8; }
  .site-header .dropdown-panel a { padding: 12px 10px; font-size: 13px; }
  .site-header .dropdown-panel small { font-size: 10px; }
  .site-header .nav-actions { justify-content: space-between; gap: 20px; }
  .site-header .login-link { font-size: 14px; }
  .site-header .button--small { font-size: 13px; padding: 13px 20px; gap: 24px; }
  .no-js { scroll-padding-top: 24px; }
  .no-js .site-header { position: relative; height: auto; }
  .no-js .site-header .header-inner { height: auto; flex-wrap: wrap; padding-block: 16px; }
  .no-js .site-header .menu-toggle { display: none; }
  .no-js .site-header .main-nav { display: flex; position: static; flex-basis: 100%; flex-direction: column; align-items: stretch; max-height: none; padding: 12px 0 0; border: 0; box-shadow: none; overflow: visible; }
  .no-js .site-header .nav-actions { justify-content: flex-start; }
}
@media (max-width: 360px) {
  .site-header .header-inner { padding-inline: 10px; gap: 9px; }
  .site-header .brand { width: 98px; }
  .site-header .mobile-create { font-size: 10px; padding-inline: 11px; }
  .site-header .main-nav { padding-inline: 17px; }
}
@media (prefers-reduced-motion: reduce) {
  .site-header .menu-toggle > span { transition: none; }
}
.eligibility-link { display: inline-flex; align-items: center; min-height: 28px; text-decoration: underline; text-underline-offset: 4px; font-size: 12px; }
.page-qualification > .eligibility-link, .hero-qualification > .eligibility-link { display: flex; width: fit-content; margin-top: 6px; }
.eligibility-link:hover { text-decoration-thickness: 2px; }
.earners-banner { display: grid; grid-template-columns: 1.2fr 1fr; align-items: center; gap: 60px; margin-top: 30px; padding: 42px; background: var(--blue-light); border: 1px solid #ced8ec; border-radius: 12px; }
.earners-banner-copy { min-width: 0; }
.earners-banner-copy > h3 { font-size: 34px; line-height: 1.15; letter-spacing: -.045em; }
.earners-banner-copy > p:not(.eyebrow) { font-size: 15px; line-height: 1.8; margin-top: 19px; max-width: 565px; color: #4c5e79; }
.earners-banner-copy > .text-link { font-size: 13px; margin-top: 23px; }
.earners-banner-routes { border-left: 1px solid #becde4; padding-left: 42px; min-width: 0; }
.earners-route-icon { display: grid; place-items: center; height: 46px; width: 46px; border: 1px solid #bacbe7; border-radius: 50%; background: #f4f7fd; color: #375893; margin-bottom: 25px; }
.earners-route-icon > .icon { width: 25px; height: 25px; }
.earners-banner-routes > .eyebrow { font-size: 9px; line-height: 1.7; }
.earners-banner-routes > ul { list-style: none; padding: 0; margin: 17px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.earners-banner-routes li { padding: 11px; border: 1px solid #bdcce5; background: #f0f4fb; border-radius: 6px; font-size: 14px; text-align: center; }
.earners-banner-routes > p:not(.eyebrow) { font-size: 12px; color: #4c5e79; line-height: 1.8; }
@media (max-width: 1000px) {
  .earners-banner { padding: 30px; gap: 30px; }
  .earners-banner-routes { padding-left: 28px; }
  .earners-banner-copy > h3 { font-size: 29px; }
}
@media (max-width: 650px) {
  .earners-banner { grid-template-columns: 1fr; padding: 27px; gap: 28px; margin-top: 20px; }
  .earners-banner-copy > h3 { font-size: 30px; }
  .earners-banner-copy > p:not(.eyebrow) { font-size: 14px; }
  .earners-banner-copy > .text-link { font-size: 12px; }
  .earners-banner-routes { border-left: 0; border-top: 1px solid #becde4; padding: 25px 0 0; }
  .earners-route-icon { display: none; }
  .earners-banner-routes li { font-size: 13px; }
}

/* Fiat routes share a single dataset and support either payment direction. */
.route-purpose { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 24px 25px 0; }
.route-purpose > p { max-width: 480px; font-size: 14px; line-height: 1.65; color: var(--muted); }
.route-direction { display: flex; flex: 0 0 auto; gap: 4px; padding: 4px; background: #eef0e8; border: 1px solid var(--line); border-radius: 9px; }
.route-direction > button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 44px; padding: 10px 16px; border: 0; border-radius: 6px; background: transparent; color: var(--ink); font: inherit; font-size: 13px; cursor: pointer; transition: background .18s, color .18s; }
.route-direction > button[aria-pressed="true"] { background: var(--ink); color: #fff; }
.route-direction > button:hover:not([aria-pressed="true"]) { background: #dfe4d6; }
.route-direction .icon { width: 17px; height: 17px; }
.route-explorer .currency-panel { display: block; }
.no-js .route-explorer .currency-panel { display: none; }
.route-panel-main { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.route-specific-note { font-size: 13px; line-height: 1.7; color: #525d49; margin-top: 18px; padding-top: 15px; border-top: 1px solid #d4dacb; }
.route-explorer .explorer-foot { font-size: 12px; line-height: 1.7; }
.route-explorer .fallback-rails { table-layout: fixed; font-size: 13px; }
.fallback-rails caption { text-align: left; padding: 18px 25px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.local-coverage { display: grid; grid-template-columns: .8fr 1.2fr; gap: 50px; align-items: center; margin-top: 24px; padding: 38px 44px; border: 1px solid #d7ddce; border-radius: 12px; background: #eff2e9; }
.local-coverage-number { display: flex; flex-direction: column; align-items: flex-start; }
.local-coverage-number > strong { display: flex; align-items: flex-start; font-size: clamp(76px, 8vw, 112px); line-height: .95; font-weight: 500; letter-spacing: -.08em; }
.local-coverage-number > strong > span { font-size: .45em; padding-top: 6px; margin-left: 9px; font-weight: 400; }
.local-coverage-number > span { max-width: 245px; margin-top: 20px; font-size: 11px; letter-spacing: .1em; line-height: 1.6; }
.local-coverage-copy > h3 { font-size: 32px; line-height: 1.15; }
.local-coverage-copy > p { margin-top: 16px; font-size: 15px; line-height: 1.7; color: #525d49; }
.local-coverage-copy > .coverage-qualification { font-size: 12px; }
.local-coverage-copy > .text-link { margin-top: 20px; font-size: 13px; }
.payout-path-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; align-items: stretch; }
.payout-coverage-column > .local-coverage { height: 100%; grid-template-columns: 1fr; align-content: center; gap: 36px; margin-top: 0; background: transparent; }
.payout-path-copy { align-self: center; padding: 32px 36px; }
.payout-path-copy > h3 { font-size: 37px; line-height: 1.15; }
.payout-path-copy > p:not(.eyebrow) { margin-top: 22px; font-size: 15px; line-height: 1.75; color: var(--muted); }
.payout-path-copy > .aside-note { font-size: 12px !important; }
.payout-assets { margin-top: 38px; }
.payout-assets > .eyebrow { margin-bottom: 20px; }
@media (max-width: 1000px) {
  .route-purpose { align-items: flex-start; flex-direction: column; gap: 16px; }
  .route-purpose > p { max-width: 660px; }
  .route-panel-main { flex-wrap: wrap; }
  .payout-path-layout { gap: 20px; }
  .payout-coverage-column > .local-coverage { padding: 28px; }
  .payout-path-copy { padding: 22px; }
  .payout-path-copy > h3 { font-size: 30px; }
}
@media (max-width: 650px) {
  .route-purpose { padding: 20px 16px 0; gap: 16px; }
  .route-purpose > p { font-size: 13px; }
  .route-direction { width: 100%; }
  .route-direction > button { flex: 1; padding: 9px 8px; font-size: 12px; gap: 6px; }
  .route-specific-note { font-size: 12px; margin-top: 16px; padding-top: 13px; }
  .route-explorer .explorer-foot { padding-inline: 16px; font-size: 11px; }
  .route-explorer .fallback-rails { font-size: 11px; }
  .route-explorer .fallback-rails th, .route-explorer .fallback-rails td { padding: 10px 8px; overflow-wrap: anywhere; }
  .fallback-rails caption { padding-inline: 16px; }
  .local-coverage { grid-template-columns: 1fr; gap: 28px; padding: 28px; }
  .local-coverage-number > strong { font-size: 86px; }
  .local-coverage-number > span { max-width: 235px; }
  .local-coverage-copy > h3 { font-size: 29px; }
  .local-coverage-copy > p { font-size: 14px; }
  .local-coverage-copy > .coverage-qualification { font-size: 12px; }
  .local-coverage-copy > .text-link { font-size: 12px; }
  .payout-path-layout { grid-template-columns: 1fr; }
  .payout-coverage-column > .local-coverage { gap: 28px; }
  .payout-path-copy { padding: 16px 4px 0; }
  .payout-path-copy > p:not(.eyebrow) { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .route-direction > button { transition: none; }
}
.nav-links a[aria-current="page"], .nav-dropdown--active > summary { color: var(--blue); }
.footer-column a[aria-current="page"] { color: var(--ink); text-decoration: underline; text-underline-offset: 4px; }
.footer-brand > p { font-size: 13px; }
.footer-brand > span { font-size: 9px; line-height: 1.7; }
.footer-column { min-width: 0; }
.footer-column h2 { font-size: 13px; font-weight: 600; }
.footer-column > a { min-height: 32px; margin-bottom: 4px; font-size: 13px; line-height: 1.6; }
.footer-disclosure > p { max-width: 110ch; font-size: 12px; line-height: 1.8; }
.footer-bottom, .footer-bottom > nav { font-size: 12px; }
.footer-bottom > nav { flex-wrap: wrap; gap: 4px 20px; }
.footer-bottom > nav > a { display: inline-flex; align-items: center; min-height: 32px; }
.back-to-top { width: 44px; height: 44px; flex-shrink: 0; }
@media (max-width: 800px) {
  .footer-column > a, .footer-bottom > nav > a { min-height: 44px; }
}
@media (max-width: 580px) {
  .footer-main { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-bottom > nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 4px 12px; }
}
.inline-link { text-decoration: underline; text-underline-offset: 4px; }
.inline-link:hover { color: var(--blue); }
.breadcrumb { display: flex; gap: 11px; align-items: center; padding-top: 28px; color: var(--muted); font-size: 11px; }
.breadcrumb > a:hover { color: var(--blue); }
.breadcrumb > span[aria-current] { color: var(--ink); }
.page-hero { padding: 47px 0 80px; }
.page-hero-grid { display: grid; grid-template-columns: 1.08fr 1fr; align-items: center; gap: 65px; }
.page-hero-grid--text { display: block; }
.page-hero-grid--text .page-hero-copy { max-width: 860px; }
.page-hero-copy > .eyebrow { margin-bottom: 25px; font-size: 9px; }
.page-hero h1, .help-hero h1, .legal-hero h1, .error-page h1 { font-size: clamp(45px, 4.8vw, 69px); line-height: 1.055; letter-spacing: -.06em; }
.page-hero h1 > span, .help-hero h1 > span, .error-page h1 > span { white-space: normal; color: var(--blue); }
.page-lead { max-width: 475px; margin-top: 26px; font-size: 15px; color: var(--muted); line-height: 1.85; }
.page-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; margin-top: 29px; }
.page-actions:empty { display: none; }
.page-actions > .text-link { font-size: 12px; }
.page-qualification { font-size: 11px; color: var(--muted); line-height: 1.85; max-width: 410px; margin-top: 21px; }
.page-hero-art { min-width: 0; }
.page-hero-art .payment-scene { width: 100%; }
.page-hero-art .details-art { height: 510px; }
.inner-page .section { padding-block: 85px; }
.page-hero + .section { border-top: 1px solid var(--line); }
.inner-page .section-heading > p { max-width: 410px; }
.inner-page .section-heading h2, .editorial-layout h2 { font-size: clamp(35px, 3.9vw, 53px); }
.feature-grid { display: grid; gap: 25px; }
.feature-grid--3 { grid-template-columns: repeat(3, 1fr); }
.feature-grid--2 { grid-template-columns: repeat(2, 1fr); }
.feature-card { border-top: 1px solid #bfc5b6; padding: 25px 8px 5px 0; display: flex; flex-direction: column; align-items: flex-start; }
.feature-card-top { display: flex; align-items: center; justify-content: space-between; width: 100%; margin-bottom: 31px; }
.feature-card-top > span { font-size: 11px; color: var(--muted); }
.feature-card-top > .icon { width: 23px; height: 23px; color: #4e6340; }
.feature-card h3 { font-size: 26px; margin-bottom: 16px; line-height: 1.2; }
.feature-card > p { color: var(--muted); font-size: 14px; line-height: 1.85; margin-bottom: 20px; }
.feature-card > .text-link { margin-top: auto; font-size: 12px; }
.content-callout { display: flex; gap: 17px; align-items: flex-start; border: 1px solid #d7ddce; border-radius: 9px; background: #edf0e6; padding: 25px; margin-top: 32px; }
.content-callout > .icon { color: #5c714a; width: 24px; height: 24px; }
.content-callout h3 { font-size: 17px; letter-spacing: -.025em; line-height: 1.4; }
.content-callout p { font-size: 13px; line-height: 1.85; margin-top: 8px; color: #56634a; max-width: 980px; }
.section > .container > .content-callout:first-child { margin-top: 0; }
.callout-link { margin-top: 20px; }
.editorial-layout { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.editorial-layout > div > p:not(.eyebrow) { margin-top: 22px; font-size: 14px; color: var(--muted); line-height: 1.9; max-width: 490px; }
.editorial-aside { padding: 43px; border-radius: 13px; background: var(--sage); }
.editorial-aside--blue { background: var(--blue-light); }
.editorial-aside--lilac { background: var(--lilac); }
.editorial-aside h3 { font-size: 25px; line-height: 1.3; }
.editorial-aside > .text-link { margin-top: 22px; font-size: 12px; }
.checklist { list-style: none; margin: 25px 0 0; padding: 0; }
.checklist > li { display: flex; align-items: flex-start; gap: 12px; padding: 14px 0; border-top: 1px solid #cbd2bf; font-size: 13px; line-height: 1.7; }
.checklist > li > .icon { width: 17px; height: 17px; margin-top: 3px; color: #526842; }
.editorial-aside--blue .checklist > li { border-color: #c8d4e8; }
.aside-note { font-size: 11px; color: var(--muted); margin-top: 16px; line-height: 1.8; }
.related-section { border-top: 1px solid var(--line); }
.journey-list { position: relative; }
.journey-step { display: grid; grid-template-columns: 90px 1fr 100px; gap: 40px; padding: 37px 0; border-top: 1px solid var(--line); align-items: start; }
.journey-step:last-child { border-bottom: 1px solid var(--line); }
.journey-number { font-size: 42px; font-weight: 400; letter-spacing: -.06em; color: #78896a; line-height: 1.1; }
.journey-step .eyebrow { font-size: 8px; margin-bottom: 12px; }
.journey-step h3 { font-size: 29px; }
.journey-step p:not(.eyebrow) { font-size: 14px; line-height: 1.85; margin-top: 14px; color: var(--muted); max-width: 650px; }
.journey-icon { width: 60px; height: 60px; background: var(--sage); display: grid; place-items: center; border-radius: 50%; margin-left: auto; }
.journey-icon > .icon { width: 26px; height: 26px; }
.status-timeline { margin-top: 25px; }
.status-timeline > div { position: relative; padding: 0 0 35px 33px; border-left: 1px solid #bbcbe7; }
.status-timeline > div:last-child { padding-bottom: 0; border-color: transparent; }
.status-timeline i { position: absolute; top: 4px; left: -6px; width: 11px; height: 11px; border: 3px solid var(--blue-light); box-shadow: 0 0 0 1px #7f96be; background: #91a8d0; border-radius: 50%; }
.status-timeline h3 { font-size: 22px; }
.status-timeline p { font-size: 12px; color: #53647c; margin-top: 7px; }
/* Calm product stories, tailored to each audience. */
.orbit-art { position: relative; min-height: 510px; border-radius: 14px; display: grid; place-items: center; padding: 80px 38px; overflow: hidden; background: var(--sage); isolation: isolate; }
.orbit-art--blue { background: var(--blue-light); }
.orbit-art--lilac { background: var(--lilac); }
.art-caption { position: absolute; top: 27px; left: 27px; font-size: 8px; letter-spacing: .1em; color: #536149; }
.art-bottom-label { position: absolute; bottom: 25px; left: 27px; font-size: 7px; letter-spacing: .14em; color: #536149; }
.art-rings { position: absolute; inset: 0; z-index: -1; }
.art-rings > i { position: absolute; width: 480px; height: 550px; border: 1px solid #c2ccb5; border-radius: 50%; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(-30deg); }
.art-rings > i:nth-child(2) { width: 340px; }
.art-rings > i:nth-child(3) { width: 185px; }
.orbit-art--blue .art-rings > i { border-color: #c1cee4; }
.orbit-art--lilac .art-rings > i { border-color: #cfc7de; }
.orbit-art-card { width: min(100%, 330px); padding: 31px; background: #fffef9; border: 1px solid #dde1d4; border-radius: 10px; box-shadow: 0 15px 30px #2831280b; transform: rotate(-4deg); }
.large-icon { display: inline-grid; place-items: center; width: 47px; height: 47px; background: #edf0e6; border-radius: 50%; }
.large-icon > .icon { width: 25px; height: 25px; }
.orbit-art-card h2 { margin-top: 21px; font-size: 32px; letter-spacing: -.045em; line-height: 1.1; margin-bottom: 25px; }
.orbit-art-line { display: flex; align-items: center; gap: 9px; font-size: 11px; padding: 11px 0; border-top: 1px solid var(--line); }
.orbit-art-line > .icon { height: 14px; width: 14px; color: #5c714a; }
.orbit-art-card > small { font-size: 6px; letter-spacing: .06em; display: block; margin-top: 17px; color: var(--muted); }
.invoice-art { background: #ece8de; border-radius: 14px; min-height: 510px; position: relative; display: grid; place-items: center; padding: 75px 35px 57px; overflow: hidden; }
.invoice-paper { width: 340px; max-width: 100%; padding: 29px; background: #fffef9; box-shadow: 0 13px 25px #685b3b12; transform: rotate(-5deg); }
.invoice-paper .paper-header { margin-bottom: 25px; }
.invoice-paper .eyebrow { font-size: 7px; margin-bottom: 11px; }
.invoice-paper h2 { font-size: 36px; margin-bottom: 24px; }
.invoice-paper-row { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); font-size: 8px; gap: 10px; }
.invoice-paper-row > span { color: var(--muted); }
.invoice-paper-row > strong { font-weight: 500; text-align: right; }
.invoice-paper-note { margin-top: 10px; background: #f1eee5; padding: 14px; color: #6c624c; font-size: 10px; }
.invoice-envelope { position: absolute; width: 75px; height: 60px; background: #d8c99e; color: #6a5e39; right: 32px; bottom: 50px; display: grid; place-items: center; border: 1px solid #b1a277; font-size: 33px; transform: rotate(9deg); border-radius: 5px; }
.asset-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.asset-grid > div { padding: 22px 17px; background: #f1eef6; border: 1px solid #ded8e7; border-radius: 9px; }
.asset-symbol { display: grid; place-items: center; width: 33px; height: 33px; border-radius: 50%; background: #e0d9ed; color: #6e5b8d; margin-bottom: 23px; }
.asset-symbol > .icon { width: 18px; height: 18px; }
.asset-grid h3 { font-size: 17px; }
.asset-grid p { font-size: 9px; color: #695d79; margin-top: 8px; }
.pricing-art { min-width: 0; overflow: hidden; grid-template-columns: minmax(0, 1fr); min-height: 500px; padding: 75px 35px 40px; background: var(--sage); border-radius: 14px; position: relative; display: grid; place-items: center; }
.pricing-sheet { background: #fffef9; padding: 31px; width: 100%; max-width: 340px; min-width: 0; transform: rotate(3deg); box-shadow: 0 14px 30px #33442a10; }
.pricing-sheet > .eyebrow { font-size: 7px; margin-bottom: 20px; }
.pricing-sheet h2 { font-size: 34px; line-height: 1.1; margin-bottom: 24px; }
.pricing-sheet > div { display: grid; grid-template-columns: 23px 1fr; gap: 2px 9px; border-top: 1px solid var(--line); padding: 14px 0; }
.pricing-sheet > div > span { font-size: 8px; color: var(--muted); grid-row: span 2; }
.pricing-sheet strong { font-size: 12px; font-weight: 500; }
.pricing-sheet small { color: var(--muted); font-size: 9px; }
.pricing-sheet > p:last-child { font-size: 10px; color: #536747; background: #eff2e9; padding: 13px; margin-top: 9px; }
.route-planner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 90px; padding: 55px; border-radius: 14px; background: var(--blue-light); }
.route-planner > div { min-width: 0; }
.route-planner h2 { font-size: 43px; }
.route-planner > div > p:not(.eyebrow) { font-size: 14px; line-height: 1.85; margin-top: 23px; color: #51637d; max-width: 410px; }
.planner-form { min-width: 0; max-width: 100%; background: #f9fbff; border: 1px solid #cbd8ee; border-radius: 10px; padding: 29px; display: flex; flex-direction: column; align-items: flex-start; }
.planner-form .button { max-width: 100%; white-space: normal; text-align: left; }
.planner-form > label { font-size: 12px; font-weight: 500; margin-bottom: 8px; }
.planner-form select { margin-bottom: 22px; }
.planner-form > p { font-size: 10px; line-height: 1.7; color: var(--muted); margin-top: 15px; }
.responsibility-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.responsibility-grid > article { padding: 40px; background: var(--sage); border-radius: 12px; }
.responsibility-grid > article:nth-child(2) { background: var(--blue-light); }
.responsibility-grid h3 { font-size: 33px; line-height: 1.15; }
.responsibility-grid .checklist > li { font-size: 13px; }
.responsibility-grid > article:nth-child(2) .checklist > li { border-color: #c2cee3; }
.about-globe { background: var(--ink); border-radius: 14px; height: 510px; display: grid; place-items: center; overflow: hidden; }
.about-globe .mission-globe { width: 370px; height: 370px; margin: 0; }
.about-globe .globe-longitude { height: 370px; }
.about-globe .globe-latitude { width: 350px; }
.about-globe .latitude-two { width: 276px; }
.about-globe .latitude-three { width: 282px; }
.manifesto { max-width: 1050px; margin: 0 auto; }
.manifesto h2 { font-size: 60px; line-height: 1.1; }
.manifesto h2 > span { color: #758364; }
.manifesto > div { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; margin-top: 38px; max-width: 870px; }
.manifesto > div > p { font-size: 14px; line-height: 1.9; color: var(--muted); }
/* A complete searchable help center, with a useful no-JavaScript experience. */
.help-hero { text-align: center; padding: 55px 0 60px; border-bottom: 1px solid var(--line); }
.help-hero .eyebrow { justify-content: center; margin-bottom: 24px; }
.help-hero h1 { font-size: 65px; }
.help-hero .container > p:not(.eyebrow) { color: var(--muted); margin-top: 22px; font-size: 14px; }
.help-search { max-width: 590px; margin: 32px auto 0; text-align: left; }
.help-search > label { display: block; font-size: 11px; margin-bottom: 9px; color: var(--muted); }
.help-search > div { display: flex; align-items: center; padding: 5px 17px; background: white; border: 1px solid #cbd2c3; border-radius: 7px; gap: 10px; }
.help-search input { font: inherit; border: 0; background: transparent; width: 100%; min-width: 0; padding: 12px 0; color: var(--ink); font-size: 13px; }
.help-search input::-webkit-search-cancel-button { display: none; }
.help-search > div > .icon { color: #637655; width: 18px; }
.help-search button { width: 34px; height: 34px; background: transparent; font-size: 23px; flex-shrink: 0; }
.help-browser { display: grid; grid-template-columns: 225px 1fr; gap: 70px; }
.help-filters { align-self: start; display: flex; flex-direction: column; gap: 5px; position: sticky; top: 25px; }
.help-filters > button { padding: 13px 17px; font-size: 13px; text-align: left; border-radius: 6px; background: transparent; }
.help-filters > button:hover { background: #eef0e8; }
.help-filters > button[aria-pressed="true"] { background: var(--ink); color: var(--paper); }
.result-count { font-size: 11px; color: var(--muted); margin-bottom: 17px; }
.help-results .faq-list details > div { max-width: 800px; }
.help-empty { text-align: center; padding: 45px 20px; border: 1px solid var(--line); border-radius: 10px; }
.help-empty h2 { font-size: 29px; margin-top: 20px; }
.help-empty p { margin-top: 15px; font-size: 13px; color: var(--muted); }
.help-empty .button { margin-top: 24px; }
.support-banner { background: var(--sage); padding: 43px; border-radius: 12px; display: flex; align-items: center; gap: 35px; justify-content: space-between; }
.support-banner h2 { font-size: 38px; }
.support-banner p:not(.eyebrow) { font-size: 13px; color: var(--muted); margin-top: 17px; }
.no-js .help-browser { display: block; }
/* Contact uses the existing form endpoint; success is shown only after a successful response. */
.contact-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.contact-layout > div > h2 { font-size: 51px; }
.contact-layout > div > p:not(.eyebrow) { font-size: 14px; color: var(--muted); line-height: 1.85; margin-top: 24px; max-width: 365px; }
.contact-layout .content-callout { padding: 21px; margin-top: 30px; }
.contact-layout .content-callout h3 { font-size: 15px; }
.contact-layout .content-callout p { font-size: 12px; }
.contact-layout .content-callout > .icon { width: 20px; height: 20px; }
.contact-form { border: 1px solid #d6dccd; border-radius: 12px; padding: 34px; background: #fdfefa; }
.form-intro { display: flex; justify-content: space-between; gap: 15px; border-bottom: 1px solid var(--line); padding-bottom: 20px; margin-bottom: 25px; font-size: 9px; color: var(--muted); }
.form-intro > span:first-child { letter-spacing: .1em; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.form-field { display: flex; flex-direction: column; align-items: stretch; gap: 8px; margin-bottom: 21px; }
.form-field > label { font-size: 12px; font-weight: 500; }
.form-field > input, .form-field > select, .form-field > textarea, .planner-form select { border: 1px solid #cbd2c3; border-radius: 6px; padding: 12px 13px; background: white; color: var(--ink); font: inherit; font-size: 13px; width: 100%; min-width: 0; min-height: 47px; }
.form-field > textarea { resize: vertical; min-height: 145px; }
.form-field ::placeholder { color: #747b6c; opacity: 1; }
.form-field :user-invalid { border-color: #a24237; }
.form-privacy { font-size: 11px; line-height: 1.85; color: var(--muted); margin: 4px 0 20px; }
.form-honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }
.form-status { font-size: 12px; line-height: 1.8; margin-top: 18px; }
.form-status:empty { display: none; }
.form-status[data-state="success"] { color: #365e2c; }
.form-status[data-state="error"] { color: #91362e; }
.button:disabled { cursor: wait; opacity: .65; transform: none; box-shadow: none; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.contact-card { padding: 28px; background: #eff1e9; border: 1px solid #e0e5d8; border-radius: 10px; }
.contact-card > .icon { margin-bottom: 24px; color: #5f7650; width: 24px; height: 24px; }
.contact-card h3 { font-size: 22px; }
.contact-card p { font-size: 13px; line-height: 1.85; color: var(--muted); margin-top: 14px; min-height: 72px; }
.contact-card > a { display: flex; align-items: center; gap: 8px; font-size: 12px; margin-top: 22px; width: fit-content; }
.contact-card > a > .icon { width: 15px; height: 15px; }
.contact-card > a:hover { text-decoration: underline; text-underline-offset: 4px; }
/* Shared legal-page typography, contents navigation, and company details. */
.legal-hero { padding: 55px 0 63px; border-bottom: 1px solid var(--line); }
.legal-hero .eyebrow { margin-bottom: 22px; }
.legal-hero h1 { font-size: 62px; }
.legal-hero .container > p:not(.eyebrow) { color: var(--muted); font-size: 15px; max-width: 620px; margin-top: 24px; line-height: 1.85; }
.draft-badge { display: inline-block; margin-top: 25px; font-size: 9px; letter-spacing: .06em; border: 1px solid #e1d19b; padding: 8px 12px; background: #f4edcf; color: #6c5b2a; border-radius: 4px; }
.draft-notice { padding: 20px 23px; border: 1px solid #e1d6b2; background: #f7f1dd; display: flex; gap: 13px; border-radius: 8px; margin-bottom: 48px; color: #6b5c33; }
.draft-notice > .icon { width: 20px; height: 20px; margin-top: 3px; }
.draft-notice p { font-size: 12px; line-height: 1.9; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 90px; }
.policy-nav { position: sticky; top: 112px; align-self: start; }
.policy-nav > .eyebrow { margin-bottom: 17px; }
.policy-nav > a { display: flex; gap: 10px; padding: 11px 0; font-size: 12px; color: var(--muted); line-height: 1.6; border-bottom: 1px solid var(--line); }
.policy-nav > a:hover { color: var(--blue); }
.policy-nav > a > span { font-size: 9px; padding-top: 3px; }
.policy-content > section { padding: 0 0 37px; margin-bottom: 35px; border-bottom: 1px solid var(--line); scroll-margin-top: 30px; }
.policy-content .eyebrow { color: #637754; font-size: 10px; margin-bottom: 13px; }
.policy-content h2 { font-size: 30px; line-height: 1.2; }
.policy-content p { font-size: 14px; line-height: 1.95; color: var(--muted); margin-top: 19px; }
.policy-content a { text-decoration: underline; text-underline-offset: 4px; overflow-wrap: anywhere; }
.legal-page .legal-hero .container > .policy-meta { font-size: 12px; line-height: 1.8; }
.policy-meta > span { display: block; margin-top: 4px; font-size: 11px; letter-spacing: .025em; }
.legal-page .policy-nav { max-height: calc(100vh - 144px); max-height: calc(100dvh - 144px); overflow-y: auto; overscroll-behavior: contain; padding-inline: 5px 12px; scrollbar-width: thin; }
.policy-company { margin-top: 22px; padding: 22px 24px; border: 1px solid var(--line); border-radius: 8px; background: var(--sage); font-style: normal; font-size: 14px; line-height: 1.9; }
.legal-page .policy-content strong { color: var(--ink); font-weight: 600; }
.legal-page .policy-content ul { margin: 18px 0 0; padding-left: 22px; color: var(--muted); font-size: 14px; line-height: 1.95; }
.legal-page .policy-content li + li { margin-top: 12px; }
@media (max-width: 650px) {
  .legal-page .policy-nav { max-height: 320px; padding: 22px; }
  .policy-company { padding: 19px; overflow-wrap: anywhere; }
}
@media print {
  .legal-page .policy-nav { display: none; }
  .legal-page .legal-layout { display: block; }
  .legal-page .policy-content > section { break-inside: auto; }
  .legal-page .policy-content h2 { break-after: avoid; }
}
.error-page { padding: 75px 0 100px; text-align: center; }
.error-page .eyebrow, .error-page .page-actions { justify-content: center; }
.error-page h1 { font-size: 66px; }
.error-page p:not(.eyebrow) { font-size: 14px; color: var(--muted); margin: 24px auto 0; }
.error-orbit { margin: 0 auto 33px; width: 175px; height: 175px; border: 1px solid #bacbe4; border-radius: 50%; background: var(--blue-light); color: var(--blue); display: grid; place-items: center; font-size: 59px; letter-spacing: -.08em; transform: rotate(-12deg); }
.error-page .eyebrow { margin-bottom: 24px; }
@media (max-width: 1100px) {
  .page-hero-grid { gap: 40px; }
  .page-hero h1 { font-size: 54px; }
  .page-lead { font-size: 14px; }
  .page-actions { gap: 19px; }
  .page-actions > .button { font-size: 12px; padding-inline: 18px; gap: 20px; }
  .page-actions > .text-link { font-size: 11px; }
  .editorial-layout { gap: 60px; }
  .editorial-aside { padding: 32px; }
  .feature-card h3 { font-size: 23px; }
  .feature-card > p { font-size: 13px; }
  .orbit-art { min-height: 480px; padding-inline: 30px; }
  .orbit-art-card { padding: 27px; }
  .orbit-art-card h2 { font-size: 31px; }
  .art-caption { font-size: 7px; left: 23px; }
  .asset-grid { gap: 8px; }
  .asset-grid > div { padding: 18px 12px; }
  .asset-grid h3 { font-size: 15px; }
  .asset-grid p { font-size: 8px; }
  .route-planner { gap: 45px; padding: 40px; }
  .route-planner h2 { font-size: 38px; }
  .planner-form { padding: 23px; }
  .responsibility-grid > article { padding: 32px; }
  .manifesto h2 { font-size: 53px; }
  .contact-layout { gap: 65px; }
  .contact-form { padding: 27px; }
  .contact-card { padding: 24px; }
  .contact-card > a { font-size: 11px; }
  .contact-card p { font-size: 12px; }
  .legal-layout { gap: 60px; grid-template-columns: 230px 1fr; }
  .help-browser { gap: 45px; grid-template-columns: 200px 1fr; }
}
@media (max-width: 800px) {
  .breadcrumb { padding-top: 22px; font-size: 10px; }
  .page-hero { padding: 35px 0 58px; }
  .page-hero-grid { gap: 27px; }
  .page-hero h1 { font-size: 43px; }
  .page-hero-copy > .eyebrow { font-size: 7px; letter-spacing: .07em; }
  .page-lead { font-size: 13px; margin-top: 22px; }
  .page-actions { flex-direction: column; align-items: flex-start; gap: 19px; }
  .page-qualification { font-size: 10px; }
  .page-hero-art .payment-scene { height: 595px; padding-inline: 22px; }
  .page-hero-art .scene-topline { font-size: 6px; }
  .page-hero-art .payer-row { gap: 3px; }
  .page-hero-art .payer-row > span { font-size: 6px; padding: 4px 5px; }
  .page-hero-art .scene-caption { font-size: 6px; }
  .page-hero-art .receiving-card-top strong { font-size: 10px; }
  .page-hero-art .receiving-card-top { padding-inline: 12px; }
  .page-hero-art .card-footnote { font-size: 7px; padding-inline: 10px; }
  .page-hero-art .details-art { height: 460px; }
  .orbit-art { min-height: 445px; padding: 70px 24px; }
  .orbit-art-card { padding: 22px; }
  .orbit-art-card h2 { font-size: 27px; }
  .orbit-art-line { font-size: 9px; gap: 7px; }
  .orbit-art-card > small { font-size: 5px; }
  .art-caption { font-size: 6px; left: 20px; }
  .art-bottom-label { font-size: 6px; left: 20px; }
  .inner-page .section { padding-block: 60px; }
  .inner-page .section-heading h2, .editorial-layout h2 { font-size: 37px; }
  .feature-grid { gap: 19px; }
  .feature-card h3 { font-size: 20px; }
  .feature-card > p { font-size: 12px; }
  .feature-card > .text-link { font-size: 10px; }
  .feature-card-top { margin-bottom: 25px; }
  .editorial-layout { gap: 35px; }
  .editorial-layout > div > p:not(.eyebrow) { font-size: 13px; }
  .editorial-aside { padding: 25px; }
  .editorial-aside h3 { font-size: 22px; }
  .checklist > li { font-size: 12px; gap: 9px; }
  .content-callout { padding: 22px; }
  .content-callout p { font-size: 12px; }
  .journey-step { grid-template-columns: 55px 1fr 60px; gap: 25px; padding-block: 30px; }
  .journey-number { font-size: 35px; }
  .journey-step h3 { font-size: 25px; }
  .journey-step p:not(.eyebrow) { font-size: 13px; }
  .journey-icon { width: 48px; height: 48px; }
  .invoice-art { min-height: 450px; padding: 65px 25px 50px; }
  .invoice-paper { padding: 23px; }
  .invoice-paper h2 { font-size: 31px; }
  .invoice-paper-row { font-size: 7px; }
  .invoice-envelope { width: 58px; height: 49px; right: 18px; bottom: 37px; }
  .asset-grid { grid-template-columns: repeat(4,1fr); gap: 12px; }
  .asset-grid > div { padding: 20px; }
  .asset-grid h3 { font-size: 17px; }
  .asset-grid p { font-size: 9px; }
  .pricing-art { padding: 65px 25px 40px; min-height: 450px; }
  .pricing-sheet { padding: 24px; }
  .pricing-sheet h2 { font-size: 29px; }
  .route-planner { padding: 30px; gap: 30px; }
  .route-planner h2 { font-size: 33px; }
  .route-planner > div > p:not(.eyebrow) { font-size: 12px; }
  .planner-form { padding: 20px; }
  .planner-form .button { font-size: 11px; gap: 11px; padding-inline: 15px; }
  .planner-form > label { font-size: 11px; }
  .planner-form select { font-size: 11px; }
  .responsibility-grid { gap: 19px; }
  .responsibility-grid > article { padding: 27px; }
  .responsibility-grid h3 { font-size: 29px; }
  .responsibility-grid .checklist > li { font-size: 12px; }
  .about-globe { height: 445px; }
  .about-globe .mission-globe { transform: rotate(-20deg) scale(.72); }
  .manifesto h2 { font-size: 45px; }
  .manifesto > div { gap: 30px; }
  .manifesto > div > p { font-size: 13px; }
  .help-hero { padding: 40px 0 50px; }
  .help-hero h1 { font-size: 51px; }
  .help-browser { gap: 30px; grid-template-columns: 170px 1fr; }
  .help-filters > button { font-size: 12px; padding: 12px 13px; }
  .support-banner { padding: 32px; }
  .support-banner h2 { font-size: 31px; }
  .support-banner p:not(.eyebrow) { font-size: 12px; max-width: 360px; }
  .support-banner > .text-link { flex-shrink: 0; font-size: 12px; }
  .contact-layout { gap: 35px; grid-template-columns: .85fr 1.15fr; }
  .contact-layout > div > h2 { font-size: 40px; }
  .contact-layout > div > p:not(.eyebrow) { font-size: 13px; }
  .contact-layout .content-callout { padding: 18px; gap: 10px; }
  .contact-layout .content-callout h3 { font-size: 13px; }
  .contact-layout .content-callout p { font-size: 11px; }
  .contact-form { padding: 23px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .contact-grid { grid-template-columns: 1fr 1fr; }
  .contact-card h3 { font-size: 21px; }
  .contact-card p { min-height: 68px; }
  .legal-hero h1 { font-size: 49px; }
  .legal-hero .container > p:not(.eyebrow) { font-size: 14px; }
  .legal-layout { grid-template-columns: 190px 1fr; gap: 35px; }
  .policy-nav > a { font-size: 11px; }
  .policy-content h2 { font-size: 26px; }
  .policy-content p { font-size: 13px; }
  .error-page h1 { font-size: 52px; }
  .error-page .page-actions { flex-direction: row; }
}
@media (max-width: 580px) {
  .page-hero { padding-top: 32px; padding-bottom: 45px; }
  .page-hero-grid { grid-template-columns: 1fr; gap: 34px; }
  .page-hero h1 { font-size: clamp(41px,10.8vw,58px); }
  .page-hero-copy > .eyebrow { font-size: 8px; margin-bottom: 23px; }
  .page-lead { font-size: 14px; line-height: 1.85; margin-top: 22px; }
  .page-actions { flex-direction: row; align-items: center; gap: 21px; }
  .page-actions > .button { font-size: 12px; padding-inline: 18px; gap: 19px; min-height: 50px; }
  .page-actions > .text-link { font-size: 11px; gap: 8px; }
  .page-qualification { font-size: 10px; margin-top: 18px; max-width: 325px; }
  .page-hero-art .payment-scene { height: 563px; }
  .page-hero-art .payer-row > span { font-size: 6.6px; padding: 4px 6px; }
  .page-hero-art .details-art { height: 437px; }
  .inner-page .section { padding-block: 52px; }
  .inner-page .section-heading h2, .editorial-layout h2 { font-size: 37px; }
  .inner-page .section-heading > p { font-size: 13px; }
  .feature-grid--3, .feature-grid--2 { grid-template-columns: 1fr; gap: 24px; }
  .feature-card { padding: 22px 0 7px; }
  .feature-card-top { margin-bottom: 23px; }
  .feature-card h3 { font-size: 26px; margin-bottom: 13px; }
  .feature-card > p { font-size: 14px; margin-bottom: 17px; }
  .feature-card > .text-link { font-size: 12px; }
  .editorial-layout { grid-template-columns: 1fr; gap: 29px; }
  .editorial-layout > div > p:not(.eyebrow) { font-size: 14px; }
  .editorial-aside { padding: 28px; }
  .editorial-aside h3 { font-size: 25px; }
  .checklist > li { font-size: 13px; padding-block: 14px; }
  .aside-note { font-size: 11px; }
  .content-callout { padding: 20px; gap: 12px; margin-top: 25px; }
  .content-callout > .icon { width: 20px; height: 20px; margin-top: 2px; }
  .content-callout h3 { font-size: 16px; }
  .content-callout p { font-size: 12px; }
  .journey-step { grid-template-columns: 40px 1fr; gap: 17px; padding-block: 27px; }
  .journey-number { font-size: 29px; }
  .journey-step h3 { font-size: 25px; }
  .journey-step .eyebrow { font-size: 7px; }
  .journey-step p:not(.eyebrow) { font-size: 13px; margin-top: 13px; }
  .journey-icon { display: none; }
  .orbit-art { min-height: 450px; padding: 66px 34px; }
  .orbit-art-card { padding: 27px; }
  .orbit-art-card h2 { font-size: 31px; }
  .orbit-art-line { font-size: 10px; }
  .orbit-art-card > small { font-size: 6px; }
  .art-caption { font-size: 7px; left: 22px; }
  .art-bottom-label { font-size: 6px; left: 22px; }
  .invoice-art { min-height: 460px; padding-inline: 30px; }
  .invoice-paper { padding: 25px; }
  .invoice-paper h2 { font-size: 34px; }
  .invoice-paper-row { font-size: 8px; }
  .invoice-envelope { right: 21px; bottom: 35px; }
  .asset-grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
  .asset-grid > div { padding: 22px; }
  .asset-grid h3 { font-size: 19px; }
  .asset-grid p { font-size: 10px; }
  .asset-symbol { margin-bottom: 17px; }
  .pricing-art { padding-inline: 33px; }
  .pricing-sheet { padding: 26px; }
  .pricing-sheet h2 { font-size: 33px; }
  .route-planner { grid-template-columns: 1fr; gap: 27px; padding: 25px; }
  .route-planner h2 { font-size: 34px; }
  .route-planner > div > p:not(.eyebrow) { font-size: 13px; }
  .planner-form { padding: 22px; }
  .planner-form select { font-size: 12px; }
  .planner-form > label { font-size: 12px; }
  .planner-form .button { font-size: 11px; min-height: 49px; }
  .responsibility-grid { grid-template-columns: 1fr; gap: 20px; }
  .responsibility-grid > article { padding: 28px; }
  .responsibility-grid h3 { font-size: 31px; }
  .responsibility-grid .checklist > li { font-size: 13px; }
  .about-globe { height: 390px; }
  .about-globe .mission-globe { transform: rotate(-20deg) scale(.78); }
  .manifesto h2 { font-size: 38px; }
  .manifesto > div { grid-template-columns: 1fr; gap: 20px; margin-top: 28px; }
  .manifesto > div > p { font-size: 14px; }
  .help-hero { text-align: left; padding: 34px 0 40px; }
  .help-hero .eyebrow { justify-content: flex-start; font-size: 8px; }
  .help-hero h1 { font-size: 43px; }
  .help-hero .container > p:not(.eyebrow) { font-size: 13px; }
  .help-search { margin-top: 27px; }
  .help-search input { font-size: 12px; }
  .help-search > div { padding-inline: 12px; }
  .help-search > label { font-size: 10px; }
  .help-browser { grid-template-columns: 1fr; gap: 27px; }
  .help-filters { flex-direction: row; flex-wrap: wrap; gap: 7px; position: static; }
  .help-filters > button { font-size: 11px; padding: 9px 12px; border: 1px solid var(--line); }
  .help-results .faq-list summary { font-size: 13px; }
  .help-results .faq-list details > div { font-size: 13px; }
  .support-banner { flex-direction: column; align-items: flex-start; gap: 23px; padding: 28px; }
  .support-banner h2 { font-size: 33px; }
  .support-banner p:not(.eyebrow) { font-size: 13px; }
  .contact-layout { grid-template-columns: 1fr; gap: 32px; }
  .contact-layout > div > h2 { font-size: 39px; }
  .contact-layout > div > p:not(.eyebrow) { font-size: 14px; }
  .contact-layout .content-callout { margin-top: 24px; padding: 20px; gap: 12px; }
  .contact-layout .content-callout h3 { font-size: 15px; }
  .contact-layout .content-callout p { font-size: 12px; }
  .contact-form { padding: 24px; }
  .form-field > input, .form-field > select, .form-field > textarea, .planner-form select { font-size: 16px; }
  .form-field > label { font-size: 12px; }
  .form-intro { font-size: 8px; }
  .contact-grid { grid-template-columns: 1fr; gap: 16px; }
  .contact-card { padding: 27px; }
  .contact-card > .icon { margin-bottom: 22px; }
  .contact-card h3 { font-size: 25px; }
  .contact-card p { font-size: 13px; min-height: 0; }
  .contact-card > a { font-size: 13px; }
  .legal-hero { padding: 34px 0 40px; }
  .legal-hero h1 { font-size: 43px; }
  .legal-hero .eyebrow { font-size: 8px; }
  .legal-hero .container > p:not(.eyebrow) { font-size: 14px; margin-top: 21px; }
  .draft-badge { font-size: 8px; padding: 8px 10px; }
  .draft-notice { padding: 18px; gap: 10px; margin-bottom: 31px; }
  .draft-notice p { font-size: 11px; }
  .draft-notice > .icon { width: 17px; height: 17px; }
  .legal-layout { grid-template-columns: 1fr; gap: 35px; }
  .policy-nav { position: static; background: #eff1e9; padding: 22px; border-radius: 9px; }
  .policy-nav > a { font-size: 12px; }
  .policy-nav > a:last-child { border-bottom: 0; }
  .policy-content > section { padding-bottom: 27px; margin-bottom: 27px; }
  .policy-content h2 { font-size: 28px; }
  .policy-content p { font-size: 14px; }
  .error-page { padding: 50px 0 65px; }
  .error-page h1 { font-size: 43px; }
  .error-page .eyebrow { font-size: 7px; }
  .error-page p:not(.eyebrow) { font-size: 13px; max-width: 290px; }
  .error-orbit { width: 140px; height: 140px; font-size: 50px; }
  .error-page .page-actions { gap: 20px; }
}
@media (max-width: 360px) {
  .page-hero h1 { font-size: 39px; }
  .page-hero-copy > .eyebrow { font-size: 7px; }
  .page-actions { gap: 16px; }
  .page-actions > .text-link { font-size: 10px; }
  .page-actions > .button { font-size: 11px; padding-inline: 16px; }
  .page-hero-art .payer-row > span { font-size: 6px; padding-inline: 5px; }
  .page-hero-art .card-footnote { font-size: 6px; }
  .orbit-art { padding-inline: 25px; }
  .orbit-art-card { padding: 23px; }
  .orbit-art-card h2 { font-size: 28px; }
  .route-planner { padding: 21px; }
  .planner-form { padding: 17px; }
  .planner-form .button { font-size: 10px; padding-inline: 12px; gap: 9px; }
  .legal-hero h1 { font-size: 37px; }
  .contact-form { padding: 20px; }
}
