/* source: font-system.css */
/* The document head owns the single Google Fonts request. Do not import it
   again from a CSS bundle: that previously requested a second weight set and
   delayed font discovery. Roamnessa uses two fonts: Oxanium for signature moments,
   Funnel Sans for every functional and supporting interface element. */
body,
body button,
body input,
body select,
body textarea,
body summary,
body * {
  font-family: 'Funnel Sans', Arial, sans-serif !important;
}

body h1,
body .brand,
body .mark,
body .hero h1,
body .optimizer-copy h1,
body .destination-hero h1 {
  font-family: Oxanium, Arial, sans-serif !important;
  font-weight: 700 !important;
}

/* Keep the two signature marketing lines expressive without turning the rest
   of the UI into a multi-font system. */
body .hero h1 em,
body .how h2 em {
  font-family: Georgia, 'Times New Roman', serif !important;
  font-style: italic;
  font-weight: 400 !important;
  letter-spacing: -0.045em;
}

/* source: how-to-buy.css */
.buy-guide-page{overflow-x:clip;background:var(--color-cream);color:var(--color-ink-900)}
.buy-guide-page main{max-width:none;padding:0}
.buy-guide-page h1,.buy-guide-page h2,.buy-guide-page p{margin-block-start:0}
.buy-guide-page h1{max-width:700px;margin-block-end:var(--space-4);font-family:var(--font-display);font-size:clamp(42px,5.2vw,72px);font-weight:700;line-height:1.02;letter-spacing:-.055em}
.buy-guide-page h2{margin-block-end:var(--space-4);font-family:var(--font-body);font-size:clamp(30px,3.6vw,48px);font-weight:700;line-height:1.08;letter-spacing:-.045em}
.buy-guide-page p{color:var(--color-text-muted);font-family:var(--font-body);font-size:18px;font-weight:400;line-height:1.6}
.guide-eyebrow,.guide-step__number{color:var(--color-moss-600)!important;font-family:var(--font-body)!important;font-size:11px!important;font-weight:700!important;line-height:1.2!important;letter-spacing:.14em;text-transform:uppercase}

.buy-guide-hero{width:min(1180px,calc(100% - 56px));margin:0 auto;padding:var(--space-8) 0 var(--space-9);display:grid;grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);align-items:center;gap:var(--space-8);border-bottom:1px solid var(--color-line)}
.buy-guide-hero__copy>p:not(.guide-eyebrow){max-width:650px;margin-block-end:var(--space-6)}
.buy-guide-hero__visual{min-width:0}
.guide-scanline{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-3);margin:0;padding:0;list-style:none;counter-reset:scan-step}
.guide-scanline li{display:flex;align-items:center;gap:var(--space-3);color:var(--color-forest-700);font-family:var(--font-body);font-size:12px;font-weight:700;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;counter-increment:scan-step}
.guide-scanline li::before{content:counter(scan-step,decimal-leading-zero);color:var(--color-moss-600)}
.guide-scanline li:not(:last-child)::after{content:'→';color:var(--color-coral-500);margin-inline-start:var(--space-1)}

.buy-guide-steps{width:min(1180px,calc(100% - 56px));margin:0 auto;padding:var(--space-9) 0 var(--space-10)}
.guide-step{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:var(--space-10);min-height:460px}
.guide-step+.guide-step{margin-block-start:var(--space-9)}
.guide-step:nth-child(even) .guide-step__visual{order:2}
.guide-step:nth-child(even) .guide-step__copy{order:1}
.guide-step__copy{max-width:500px}
.guide-step:nth-child(odd) .guide-step__copy{justify-self:end}
.guide-step__number{display:inline-block;margin-block-end:var(--space-3)!important;padding-inline-start:var(--space-3);border-inline-start:3px solid var(--color-moss-600)}
.guide-step__copy>p:not(.guide-step__number){margin-block-end:0}
.guide-step__secondary{margin-block-start:var(--space-4)!important;font-size:15px!important}
.guide-input-list{display:flex;flex-wrap:wrap;gap:var(--space-2);margin:var(--space-5) 0 0;padding:0;list-style:none}
.guide-input-list li{padding:var(--space-2) var(--space-3);border:1px solid var(--color-leaf-400);border-radius:var(--radius-label);background:var(--color-paper);color:var(--color-forest-700);font-family:var(--font-body);font-size:12px;font-weight:700;line-height:1.3}
.guide-text-link{display:inline-flex;align-items:center;flex-wrap:wrap;gap:var(--space-2);margin-block-start:var(--space-5);color:var(--color-forest-700);font-family:var(--font-body);font-size:15px;font-weight:700;line-height:1.4;text-underline-offset:4px}
.guide-text-link span{color:var(--color-coral-500)}
.guide-step__visual{min-width:0}

.guide-illustration{display:block;width:100%;height:auto;max-height:430px;overflow:visible}
.guide-illustration text{font-family:var(--font-body)}
.illustration__paper{fill:var(--color-paper)}
.illustration__cream{fill:var(--color-cream)}
.illustration__ink{fill:var(--color-ink-900)}
.illustration__forest{fill:var(--color-forest-700)}
.illustration__moss{fill:var(--color-moss-600)}
.illustration__citron{fill:var(--color-citron-100)}
.illustration__coral{fill:var(--color-coral-500)}
.illustration__map{fill:var(--color-paper);stroke:var(--color-line);stroke-width:4;stroke-linejoin:round}
.illustration__map-line{fill:none;stroke:var(--color-line);stroke-width:4}
.illustration__outline{stroke:var(--color-ink-900);stroke-width:5;stroke-linejoin:round}
.illustration__outline-thin{stroke:var(--color-forest-700);stroke-width:3;stroke-linejoin:round}
.illustration__stroke{fill:none;stroke:var(--color-ink-900);stroke-width:5;stroke-linecap:round;stroke-linejoin:round}
.illustration__stroke-thin{fill:none;stroke:var(--color-ink-900);stroke-width:3;stroke-linecap:round;stroke-linejoin:round}
.illustration__line{fill:none;stroke:var(--color-line);stroke-width:3;stroke-linecap:round}
.illustration__route{fill:none;stroke:var(--color-coral-500);stroke-width:5;stroke-linecap:round;stroke-dasharray:9 12}
.illustration__route--quiet{stroke:var(--color-line);stroke-width:3;stroke-dasharray:8 10}
.illustration__route--arrow{stroke:var(--color-ink-900);stroke-dasharray:9 11}
.illustration__route-dot{fill:var(--color-coral-500);stroke:var(--color-paper);stroke-width:4}
.illustration__pin{fill:var(--color-coral-500);stroke:var(--color-ink-900);stroke-width:4;stroke-linejoin:round}
.illustration__pin--small{stroke-width:3}
.illustration__selected{stroke:var(--color-moss-600);stroke-width:5}
.illustration__check{fill:none;stroke:var(--color-paper);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.illustration__eyebrow{fill:var(--color-moss-600);font-size:11px;font-weight:700;letter-spacing:1.6px}
.illustration__label{fill:var(--color-ink-900);font-size:20px;font-weight:700}
.illustration__label--large{font-size:18px}
.illustration__data{fill:var(--color-ink-900);font-size:38px;font-weight:700}
.illustration__data--small{font-size:24px}
.illustration__price{fill:var(--color-ink-900);font-size:20px;font-weight:700}
.illustration__muted{fill:var(--color-text-muted);font-size:13px;font-weight:600}
.illustration__button-label{fill:var(--color-paper);font-size:14px;font-weight:700}

.buy-guide-cta{width:min(1360px,calc(100% - 32px));margin:0 auto var(--space-6);padding:var(--space-8);display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);align-items:center;gap:var(--space-8);overflow:hidden;border-radius:var(--radius-surface);background:var(--color-ink-900)}
.buy-guide-cta h2{color:var(--color-paper);margin-block-end:var(--space-3)}
.buy-guide-cta p:not(.guide-eyebrow){margin-block-end:var(--space-6);color:var(--color-line)}
.buy-guide-cta .guide-eyebrow{color:var(--color-citron-100)!important}
.guide-primary-cta{display:inline-flex;align-items:center;gap:var(--space-3);min-height:44px;padding:var(--space-3) var(--space-5);border-radius:var(--radius-button);background:var(--color-coral-500);color:var(--color-paper);font-family:var(--font-body);font-size:15px;font-weight:700;line-height:1.2;text-decoration:none}
.guide-primary-cta:hover{text-decoration:underline;text-underline-offset:4px}
.guide-primary-cta:focus-visible,.guide-text-link:focus-visible{outline:3px solid var(--color-citron-100);outline-offset:4px}
.buy-guide-cta__visual{min-width:0}
.buy-guide-cta__visual .guide-illustration{max-height:320px}

@media(max-width:900px){
  .buy-guide-hero{grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-7) 0 var(--space-8)}
  .buy-guide-hero__copy{max-width:700px}
  .buy-guide-hero__visual{max-width:620px;margin:0 auto}
  .buy-guide-steps{padding:var(--space-8) 0 var(--space-9)}
  .guide-step{grid-template-columns:1fr;gap:var(--space-6);min-height:0}
  .guide-step+.guide-step{margin-block-start:var(--space-9)}
  .guide-step:nth-child(even) .guide-step__visual,.guide-step:nth-child(even) .guide-step__copy{order:initial}
  .guide-step__visual{order:1!important;max-width:650px;margin:0 auto}
  .guide-step__copy{order:2!important;max-width:650px;justify-self:start!important}
  .buy-guide-cta{grid-template-columns:1fr;gap:var(--space-6);padding:var(--space-7)}
  .buy-guide-cta__visual{max-width:520px}
}

@media(max-width:520px){
  .buy-guide-page h1{font-size:38px}
  .buy-guide-page h2{font-size:30px}
  .buy-guide-page p{font-size:16px}
  .buy-guide-hero,.buy-guide-steps{width:min(100% - 36px,520px)}
  .buy-guide-hero{padding:var(--space-6) 0 var(--space-7)}
  .guide-scanline{align-items:flex-start;gap:var(--space-2) var(--space-3)}
  .guide-scanline li{font-size:10px}
  .guide-scanline li:not(:last-child)::after{display:none}
  .buy-guide-steps{padding:var(--space-7) 0 var(--space-8)}
  .guide-step{gap:var(--space-5)}
  .guide-step+.guide-step{margin-block-start:var(--space-8)}
  .guide-illustration{max-height:none}
  .guide-input-list{display:grid;grid-template-columns:1fr}
  .buy-guide-cta{width:min(100% - 24px,520px);margin-block-end:var(--space-4);padding:var(--space-6)}
  .buy-guide-cta__visual{margin-inline:calc(var(--space-3) * -1)}
}

@media(prefers-reduced-motion:reduce){.buy-guide-page *{scroll-behavior:auto!important;transition-duration:.01ms!important}}

/* source: locale.css */
.nav-actions{display:flex;align-items:center;gap:8px}.language-menu,.currency-menu{position:relative}.language-menu summary,.currency-menu summary{cursor:pointer;list-style:none;border:1px solid var(--ink);border-radius:30px;padding:9px 12px;background:var(--paper);font:700 12px Funnel Sans}.language-menu summary::-webkit-details-marker,.currency-menu summary::-webkit-details-marker{display:none}.language-menu:not([open]) .language-options,.currency-menu:not([open]) .currency-options{display:none}.language-options,.currency-options{position:absolute;right:0;top:43px;z-index:20;display:grid;grid-template-columns:repeat(2,minmax(88px,1fr));gap:2px;width:205px;padding:8px;background:var(--paper);border:1px solid var(--line);border-radius:10px;box-shadow:0 16px 30px color-mix(in srgb,var(--color-ink-900) 13%,transparent)}.language-options a,.currency-options button{padding:8px;border:0;border-radius:6px;background:transparent;color:var(--ink);text-align:left;font:700 12px Funnel Sans}.language-options a{font-size:12px!important}.language-options a:hover,.currency-options button:hover,.currency-options button[aria-current="true"]{background:var(--color-cream)}.footer-controls{display:flex;align-items:center;gap:8px}.footer .language-options,.footer .currency-options{display:grid;grid-template-columns:repeat(2,minmax(88px,1fr));gap:2px}.footer-controls .language-options,.footer-controls .currency-options{top:auto;bottom:43px}.hero>.hero-art{z-index:0}.hero>:not(.hero-art){position:relative;z-index:1}@media(max-width:800px){.nav-actions .support{display:inline-block}.language-menu summary,.currency-menu summary{padding:8px 10px}.footer-controls{margin-top:18px}}

/* source: accessibility.css */
/* WCAG-oriented interaction layer: visible focus, durable contrast, and
   comfortably sized controls on compact touch screens. */
/* Keep one restrained neutral focus cue on every interactive control. A border
   by itself does not tell keyboard users which field currently owns focus. */
:where(a,button,summary,input,select,textarea):focus-visible{outline:2px solid var(--color-forest-700)!important;outline-offset:2px!important;box-shadow:none!important}
/* Small standalone utilities still need a usable pointer target. Their visual
   glyphs may stay compact, but the interactive surface is never below 24px. */
.optimizer-plan-info,.cart-preview-item button,.plan-coverage-network-close{min-width:24px!important;min-height:24px!important}
.country-summary-more,.multi-view-country,.data-filter-calculator-link,.multi-data-calculator-link,.regional-data-calculator-link,.cart-header-shop,.package-review-actions a{display:inline-flex;align-items:center;min-height:24px}
/* Honor system motion preferences across every bundle, including legacy page
   styles that opt into smooth scrolling or decorative animations. */
@media (prefers-reduced-motion: reduce){
  html{scroll-behavior:auto!important}
  *,*::before,*::after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}
}
/* The custom hotspot toggle remains visually compact while its real checkbox
   stays in the tab order and accessibility tree. */
.toggle-row input{display:block!important;position:absolute!important;inline-size:1px!important;block-size:1px!important;margin:0!important;opacity:0!important;overflow:hidden!important}
.toggle-row input:focus-visible+.toggle{outline:2px solid var(--color-forest-700)!important;outline-offset:3px!important}
.coral{background:var(--color-cream)!important;color:var(--color-coral-500)!important}.lime{background:var(--color-citron-100)!important;color:var(--color-forest-700)!important}.purple{background:var(--color-cream)!important;color:var(--color-text-muted)!important}
.provider,.plan-details span,.regional-heading p,.multi-result-heading p,.cart-preview-item span{color:var(--color-text-muted)!important}
.cart-preview-item button{width:36px!important;height:36px!important}.cart-preview-view,.cart-preview-checkout{min-height:44px}
@media(max-width:760px){
  .filters>.filter,.regional-sort-tabs>.filter,.multi-filter-buttons>.filter{min-height:44px!important;padding:9px 12px!important}
  .duration-filter,.route-filter,.data-range-filter,.regional-data-range,.hotspot-filter{min-height:44px!important;padding:7px 12px!important}
  .duration-filter select,.route-filter select,.data-range-filter select,.regional-data-range select{min-height:36px!important}
  .hotspot-filter{display:inline-flex!important;align-items:center!important;gap:9px!important}
  .hotspot-filter input{inline-size:22px!important;block-size:22px!important}
  .validity-group-toggle,.select-plan,.buy-now,.country-best-view-cart,.trip-buy{min-height:44px!important}
  .search-trip-chips button,.regional-country-chips button{min-height:36px!important}
  .item-quantity button{width:44px!important;min-width:44px!important;min-height:44px!important}.item-quantity span{min-width:36px!important}
  .remove,.plan-details-close{min-width:44px!important;min-height:44px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}
}

/* Recommendation labels share one calm green treatment; coral is reserved for
   primary destination-finding actions, never informational badges. */
.coral,.lime,.purple{background:var(--color-surface-highlight)!important;color:var(--color-ink-900)!important}

/* source: design-system.css */
/* Roamnessa's canonical shared UI foundation. Load once per page bundle. */
*,*::before,*::after{box-sizing:border-box}
body{background:var(--color-cream);color:var(--color-ink-900);font-family:"Funnel Sans",Arial,sans-serif}
button{appearance:none;border:0;background:transparent;padding:0;font:inherit}
input,select,textarea{font:inherit}
button,a,input,select,textarea{transition:border-color .16s ease,background-color .16s ease,color .16s ease,box-shadow .16s ease}
input:not([type="checkbox"]):not([type="radio"]),select,textarea{min-height:44px;border:1px solid var(--color-border);border-radius:var(--radius-field);background:var(--color-paper);color:var(--color-ink-900);padding:10px 12px}
input:not([type="checkbox"]):not([type="radio"])::placeholder,textarea::placeholder{color:var(--color-text-muted);opacity:.72}
input:not([type="checkbox"]):not([type="radio"]):focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--color-leaf-400);outline-offset:2px;border-color:var(--color-forest-700)}
label{color:var(--color-ink-900);font-weight:700}
form>label+label{margin-top:var(--space-4)}
:where(.card,.trip-card,.review-submit-card,.destination-content-grid>article,.regional-option,.summary,.item,.analytics-consent,.support-bot){border-radius:var(--radius-surface)}
:where(.plan-card,.regional-card,.destination-plan,.region-plan-card){border-radius:var(--radius-plan)}
:where(.plan-card-utility,.destination-tag,.review-badge,.utility-label){border-radius:var(--radius-label)}
:where(.button,.summary button,.optimize-btn,.destination-buy,.review-submit-card button,.analytics-consent button){min-height:44px;border-radius:var(--radius-button);font-family:"Funnel Sans",Arial,sans-serif;font-weight:800}
:where(.button,.summary button,.destination-buy,.review-submit-card button){background:var(--color-forest-700);color:var(--color-paper)}
:where(.button,.summary button,.destination-buy,.review-submit-card button):hover{background:var(--color-moss-600)}
:where(.search-box button,.optimize-btn){background:var(--color-coral-500);color:var(--color-paper)}
:where(.search-box button,.optimize-btn):hover{background:var(--color-moss-600)}
:where(.card,.trip-card,.review-submit-card,.destination-content-grid>article,.regional-option,.summary){border-color:var(--color-border)}
.eyebrow,.section-label,.kicker{font-family:"Funnel Sans",Arial,sans-serif;letter-spacing:.13em}
@media(max-width:760px){input:not([type="checkbox"]):not([type="radio"]),select,textarea{min-height:44px;font-size:16px}.card,.trip-card,.review-submit-card,.destination-content-grid>article,.regional-option,.summary{padding:var(--space-5)}}

/* Shared brand mark */
.brand{display:inline-flex;align-items:center;gap:var(--brand-wordmark-gap)}.brand-mark,.brand>span{background:transparent!important}.brand img.brand-mark{width:var(--brand-mark-size);height:var(--brand-mark-size);flex:0 0 var(--brand-mark-size);object-fit:contain;background:transparent!important;border-radius:50%!important;margin:0}

/* Radius system */
/* Roamnessa radius system: functional UI stays precise; editorial surfaces stay calm. */
:root {
  --radius-label: 2px;
  --radius-image: 4px;
  --radius-field: 6px;
  --radius-button: 8px;
  --radius-plan: 10px;
  --radius-surface: 12px;
  /* Reserved for tracks, toggles, and genuinely circular controls only. */
  --radius-full: 999px;
}

/* Actions and form controls */
button, .button, .support, .select-plan, .trip-buy, .continue,
.cart-header-badge, .currency-selector, .calculator-language-menu summary {
  border-radius: var(--radius-button);
}

.support-ticket-return {
  border-radius: var(--radius-button);
}

input:not([type="checkbox"]):not([type="radio"]), select, textarea,
.duration-filter, .route-filter, .data-range-filter, .hotspot-filter,
.regional-country-filter, .region-phone-number-filter, .region-details-hint,
.filter, .catalog-controls button, .mobile-menu-trigger {
  border-radius: var(--radius-field);
}

/* Dense product choices */
.plan-card, .regional-card, .plan, .item, .recommendation,
.country-best-choice, .filter-best-choice, .mobile-plan-refinements,
.mobile-plan-disclosure summary, .mobile-plan-disclosure-content,
.eid-step, .compact-card-group {
  border-radius: var(--radius-plan);
}

/* General surfaces and dialogs */
.finder, .trip-card, .card, .summary, .cta, .plan-details-dialog,
.account-service-modal, .support-ticket, .referral-form, .review-card,
.review-submit-card, .toast, .calculator-language-options,
.device-model-suggestions {
  border-radius: var(--radius-surface);
}

/* Labels are deliberately almost square rather than pill-shaped. */
.plan-tag, .calling-plan-badge, .review-badge, .optimizer-lowest-price,
.region-plan-badges .calling-plan-badge, .data-price-per-gb,
.country-best-choice > span, .filter-best-choice > span {
  border-radius: var(--radius-label);
}

/* Keep circles only for things that are inherently circular. */
.avatar, .brand-mark, .eyebrow::before, .eyebrow i, .globe, .orbit,
.plan-details-close, .mobile-site-menu-header button, .toggle, .toggle::before,
.cart-header-badge b, .search-trip-help-plus, .eid-badge, .dial-code b {
  border-radius: 50%;
}

/* Photography and data-heavy content should not inherit card softness. */
main img:not(.brand-mark), .destination-hero img, .destination-guide img,
.story-image, .photo, table {
  border-radius: var(--radius-image);
}

/*
 * Public component mappings
 *
 * Some page-local declarations are more specific than shared primitives.
 * Keep their component categories explicit here so a component stylesheet
 * cannot quietly reintroduce the old 13–24px "everything rounded"
 * treatment.
 */

/* Trust and compatibility */
.eid-screen,
.referral-form {
  border-radius: var(--radius-plan);
}

.referral-input-shell {
  border-radius: var(--radius-field);
}

.referral-form button {
  border-radius: var(--radius-button);
}

/* Regional catalog controls */
.region-phone-number-filter,
.region-details-hint,
.region-phone-number-filter input {
  border-radius: var(--radius-field);
}

/* Destination catalog */
.destination-facts > div,
.destination-plan,
.destination-filter-empty,
.destination-filter-best,
.destination-plan-dialog dl div,
.destination-mobile-disclosure summary,
.destination-mobile-disclosure-content,
.destination-mobile-disclosure-content .destination-filter-tabs button,
.destination-mobile-disclosure-content .destination-filter-check {
  border-radius: var(--radius-plan);
}

.destination-content-grid > article,
.regional-option,
.destination-filter-panel,
.destination-plan-dialog,
.destination-language-menu .language-options {
  border-radius: var(--radius-surface);
}

.destination-buy,
.destination-help a,
.destination-filter-best button,
.destination-language-menu summary,
.destination-language-menu .language-options a {
  border-radius: var(--radius-button);
}

.destination-tag,
.destination-filter-check input {
  border-radius: var(--radius-label);
}

.destination-filter-tabs button,
.destination-filter-select,
.destination-filter-select select,
.destination-filter-check {
  border-radius: var(--radius-field);
}

/* Standalone reviews and referral surfaces */
.review-score,
.referral-form button {
  border-radius: var(--radius-button);
}

.reviews-footer details div {
  border-radius: var(--radius-surface);
}

/* Color system */
/*
 * Roamnessa colour system
 *
 * The five supplied greens are the only green family used by the product.
 * Coral is the single warm signal: it is for primary actions and important
 * exceptions, never for routine metadata or decorative badges.
 */
:root {
  /* Brand palette */
  --color-ink-900: #132a13;
  --color-forest-700: #31572c;
  --color-moss-600: #4f772d;
  --color-leaf-400: #90a955;
  --color-citron-100: #ecf39e;
  --color-lime-signal: #c7ed56;
  /* The shared action coral pairs with white at WCAG AA for normal text. */
  --color-coral-500: #cd432e;

  /* Neutrals and semantic aliases */
  --color-paper: #fffdf8;
  --color-cream: #f5f2e9;
  --color-text: var(--color-ink-900);
  --color-text-muted: #455744;
  --color-text-subtle: var(--color-forest-700);
  --color-border: #c9d5b8;
  --color-border-strong: var(--color-leaf-400);
  --color-surface: var(--color-paper);
  --color-surface-muted: var(--color-cream);
  --color-surface-highlight: color-mix(in srgb, var(--color-citron-100) 48%, var(--color-paper));
  --color-surface-positive: color-mix(in srgb, var(--color-leaf-400) 18%, var(--color-paper));
  --color-surface-coral: color-mix(in srgb, var(--color-coral-500) 14%, var(--color-paper));
  --color-focus-ring: color-mix(in srgb, var(--color-citron-100) 76%, transparent);

  /* Backward-compatible aliases. New component CSS must use the names above. */
  --ink: var(--color-ink-900);
  --green: var(--color-forest-700);
  --green-mid: var(--color-moss-600);
  --lime-strong: var(--color-leaf-400);
  --lime: var(--color-citron-100);
  --cream: var(--color-cream);
  --paper: var(--color-paper);
  --muted: var(--color-text-muted);
  --line: var(--color-border);
  --orange: var(--color-coral-500);
}

body { background: var(--color-cream); color: var(--color-text); }

/* Shared component language. These are intentionally semantic rather than
   page-specific so every route uses the same palette. */
a { color: var(--color-forest-700); }
hr, .divider { border-color: var(--color-border); }

/* The announcement carries two distinct messages: the brand promise in paper
   white and the offer in lime. Keep this contrast even when the locale swaps
   the words inside the span. */
.announcement { background: var(--color-ink-900); color: var(--color-paper); }
.announcement span { color: var(--color-lime-signal); }
/* Text-mark fallbacks can use a green surface. The SVG mark supplies its own
   circular surface and must not inherit a rounded-square background. */
.brand-mark:not(img), .brand > span { background: var(--color-forest-700) !important; }
img.brand-mark {
  aspect-ratio: 1;
  border-radius: 50% !important;
  background: transparent !important;
}

.filter.active, .optimizer, .estimate, .support-bot-toggle, .support-bot-header {
  background: var(--color-forest-700);
}
.optimizer h2 em, .optimizer-steps span { color: var(--color-citron-100); }
.light { color: var(--color-citron-100); }

/* Coral is the warm directional signal for destination-finding moments.
   Paper text on this darker coral meets WCAG AA for normal text (4.73:1). */
.search-box button, .cta button {
  background: var(--color-coral-500) !important;
  color: var(--color-paper) !important;
}

/* Suggestions live inside the search box in the DOM, but they are choices—not
   primary actions. Keep the list calm; only the active row gets a pale tint. */
.search-box .suggestions .search-result {
  background: var(--color-paper) !important;
  color: var(--color-ink-900) !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-bottom: 1px solid var(--color-border);
  box-shadow: none !important;
  filter: none !important;
  transform: none !important;
}
.search-box .suggestions .search-result:last-child { border-bottom: 0; }
.search-box .suggestions .search-result:hover,
.search-box .suggestions .search-result:focus-visible,
.search-box .suggestions .search-result.keyboard-active {
  background: var(--color-surface-highlight) !important;
}

/* Coral actions are directional, not three-dimensional. Keep the same calm
   surface treatment as the destination search action—no dark keyline or
   raised slab effect. Keyboard focus remains visible through accessibility.css. */
.cta button {
  min-height: 56px;
  padding-inline: var(--space-5);
  border: 0 !important;
  border-radius: var(--radius-button);
  box-shadow: none;
  cursor: pointer;
  transition: filter 160ms ease;
}
.cta button:hover { transform: none; box-shadow: none; filter: brightness(.97); }
.cta button:active { transform: none; box-shadow: none; }
h1 em, h2 em { color: var(--color-coral-500); }
/* The hero's emphasized second line is a deliberate editorial moment. */
.hero h1 em { color: var(--color-coral-500); }

/* Highlighted states are quiet green surfaces, never red or floating pills. */
.coral, .lime, .recommendation, .country-best-choice, .filter-best-choice,
.trip-recommended, .profile.active, .profiles button.active {
  background: var(--color-surface-highlight) !important;
  color: var(--color-ink-900) !important;
  border-color: var(--color-leaf-400) !important;
}
.cart-preview-checkout { background: var(--color-citron-100) !important; color: var(--color-ink-900) !important; }

.data-filter-calculator-link, .regional-data-calculator-link, .multi-data-calculator-link,
.destination-guide-link, .support-bot-action, .package-review-actions a {
  color: var(--color-forest-700);
}

/* One accessible focus treatment on every route. */
:where(a, button, summary, input, select, textarea):focus-visible {
  outline: 3px solid var(--color-focus-ring) !important;
  outline-offset: 2px;
}

/* Shared surfaces: pages may arrange these differently, but they do not get
   their own palette. This intentionally covers the storefront, destinations,
   regional plans, cart, calculator, optimizer, account, and trust pages. */
.finder, .trip-card, .setup, .estimate, .explain, .card, .summary,
.plan-card, .plan, .item, .regional-card, .regional-option, .destination-plan,
.package-review, .review-card, .review-submit-card, .support-ticket,
.account-service-modal, .plan-details-dialog, .destination-plan-dialog,
.bulk-savings-dialog, .calculator-country-suggestions, .device-model-suggestions,
.cart-preview, .support-bot {
  background: var(--color-surface);
  border-color: var(--color-border);
  color: var(--color-text);
}

.trip-card, .setup, .estimate, .explain, .card, .summary, .review-submit-card,
.regional-option, .destination-facts > div, .verified-reviews,
.support-bot-message, .destination-filter-best {
  background: var(--color-surface-highlight);
  border-color: var(--color-border-strong);
}

input, select, textarea, .destination-filter-select, .destination-filter-check,
.destination-filter-tabs button, .language-menu summary, .currency-menu summary,
.calculator-language-menu summary {
  background: var(--color-paper);
  border-color: var(--color-border);
  color: var(--color-text);
}

.plan-card:hover, .plan:hover, .item:hover, .regional-card:hover,
.destination-plan:hover, .destination-plan:focus-within,
.item[data-cart-plan-details]:hover, .plan-card[data-clickable-plan]:hover {
  background: var(--color-surface-highlight);
  border-color: var(--color-leaf-400);
}

/* Routine purchase, planning, and support actions remain forest green so
   coral stays scarce and the action hierarchy is immediately readable. */
.destination-buy, .select-plan, .trip-buy, .continue, .bulk-savings-action,
.home-link, .support-ticket-return, .optimize-btn, .support-bot-form button,
.summary button, .button, .primary {
  background: var(--color-forest-700) !important;
  color: var(--color-paper) !important;
  border:1px solid var(--color-forest-700)!important;
}

/* Supporting text, dividers and utility metadata use a single quiet green. */
.plan-card p, .plan p, .item p, .regional-card p, .destination-plan p,
.destination-plan-data span, .destination-filter-prompt, .destination-filter-select,
.destination-filter-check, .pricing-note, .popular, .support-bot-note,
.destination-facts span {
  color: var(--color-text-muted);
}

.destination-filter-empty, .not-found-message, .regional-notice {
  background: var(--color-surface-coral);
  border-color: var(--color-coral-500);
  color: var(--color-ink-900);
}
.package-review-stars { color: var(--color-coral-500); }

/* Spacing system */
/*
 * Roamnessa spacing: plans compress; editorial and travel content breathe.
 * Use only these tokens for component margin, padding, gap, and scroll-margin.
 * Plans use --space-1 through --space-6; editorial sections may use --space-7
 * through --space-10. Do not introduce ad-hoc spacing values.
 */
:root {
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 18px;
  --space-5: 24px;
  --space-6: 32px;
  --space-7: 44px;
  --space-8: 60px;
  --space-9: 84px;
  --space-10: 116px;
}

/* Relationship rules */
.brand, .active-country, .trust div, .eyebrow, .section-label,
.destination-filter-select, .destination-filter-check { gap: var(--space-2); }
.active-country small, .destination-facts strong, .profiles span,
.friend-code > span { margin-top: var(--space-1); }
.plan-card h3, .plan h2, .destination-plan h2, .item h2 { margin-bottom: var(--space-3); }
.hero-copy, .section-intro p, .intro, .destination-hero > p:not(.eyebrow),
.section-heading > p { margin-top: var(--space-4); }
.hero-copy + .search-box, .intro + .layout, .intro + .calculator,
.destination-hero > p:not(.eyebrow) + .destination-facts { margin-top: var(--space-6); }

/* Product interfaces use the compact end of the scale. */
.plan-grid, .plans, .destination-plans, .items { gap: var(--space-5); }
.plan-card, .plan, .destination-plan, .item { padding: var(--space-5); }
.plan-card .data, .plan .data { margin-top: var(--space-4); }
.plan-details, .trip-buy-row, .plan-card-badges, .region-plan-badges { gap: var(--space-2); }
.finder, .trip-card, .setup, .estimate, .explain, .card, .summary { padding: var(--space-5); }

/* Storytelling sections use the generous end of the scale. */
.hero { padding-top: var(--space-10); padding-bottom: var(--space-9); }
.plans-section, .how { padding-top: var(--space-9); padding-bottom: var(--space-9); }
.optimizer { padding-top: var(--space-9); padding-bottom: var(--space-9); }
.destination-hero { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.destination-section, .destination-help { padding-top: var(--space-8); padding-bottom: var(--space-8); }
.cta { margin-bottom: var(--space-8); padding: var(--space-7) var(--space-8); }

/*
 * Public page mapping
 *
 * These mappings give every page one spacing rhythm without changing the meaning of
 * absolute positioning (for example, a dialog close button or popover).
 */

/* Compact plan and regional interfaces: 4–32px only. */
.plan-card h3,
.plan h2,
.destination-plan h2 {
  margin: 0 0 var(--space-3);
}

.plan-card .data,
.plan .data,
.destination-plan-data {
  margin-top: var(--space-4);
}

.plan-bottom,
.destination-plan-action {
  margin-top: var(--space-4);
}

.filters,
.regional-filters,
.destination-filter-panel {
  gap: var(--space-2);
  margin-bottom: var(--space-5);
}

.validity-group-heading {
  margin-top: var(--space-2);
  /* Keep the validity label visually connected to its plans without letting
     the first card touch the label. */
  margin-bottom: var(--space-3);
  padding-top: var(--space-2);
}

.validity-group-cards,
.regional-grid {
  gap: var(--space-5);
}

/* Compatibility and referral pages. */
.card,
.referral-form,
.eid-step,
.eid-screen,
.device-model-suggestions {
  padding: var(--space-5);
}

.eid-steps,
.compatibility-notes,
.referral-form,
.support-ticket-form {
  gap: var(--space-3);
}

.guide-heading,
.trust-footer {
  gap: var(--space-5);
}

/* Destination, reviews, and calculator surfaces use the same hierarchy. */
.destination-facts,
.destination-content-grid,
.reviews-list,
.calculator,
.account-service-grid {
  gap: var(--space-5);
}

.destination-content-grid > article,
.destination-filter-panel,
.destination-filter-empty,
.destination-filter-best,
.review-card,
.review-submit-card,
.setup,
.estimate,
.explain,
.account-service-modal {
  padding: var(--space-5);
}

.review-card h3,
.destination-content-grid h2,
.setup h2 {
  margin-bottom: var(--space-3);
}

.review-meta,
.destination-plan-dialog dl,
.recommendation,
.screen-time-note {
  margin-top: var(--space-4);
}

@media (max-width: 800px) {
  .hero { padding-top: var(--space-8); padding-bottom: var(--space-7); }
  .plans-section, .how, .optimizer { padding-top: var(--space-8); padding-bottom: var(--space-8); }
  .destination-hero, .destination-section, .destination-help { padding-top: var(--space-7); padding-bottom: var(--space-7); }
  /* The homepage footer supplies the closing section gap on phones. Keeping
     the CTA's desktop margin here would double that space. */
  main#main-content > .cta { margin-bottom: 0; }
  .plan-grid, .plans, .destination-plans, .items { gap: var(--space-4); }
  .plan-card, .plan, .destination-plan, .item, .finder, .trip-card,
  .setup, .estimate, .explain, .card, .summary { padding: var(--space-5); }

}

/* Horizontal clipping belongs to the canonical page foundation. Unlike
   overflow:hidden, clip does not create a Safari scroll container. */
html,
body {
  overflow-x: clip;
}

/* Shared action geometry and destination-search treatment */
.select-plan,.optimize-btn,#ctaSearch,.search-box button{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;font-size:12px!important;line-height:1.1}.select-plan{padding:8px 10px!important}.optimize-btn{font-size:12px!important}.select-plan span,.optimize-btn span,#ctaSearch span,.search-box button span{font-size:15px!important;line-height:1;margin-left:0!important}.plan-card{position:relative}.plan-card .more{display:none!important}.plan-card .provider{position:absolute;top:17px;right:17px;margin:0;background:var(--color-cream);border-radius:5px;padding:5px 7px;color:var(--color-text-muted);font-size:9px;font-weight:700}

/* Country search is one calm surface: no field within a field, and no
   heavy green keyline around the coral action. */
.search-box input{border:0!important;border-radius:0!important;box-shadow:none!important}
#ctaSearch,.search-box button{border:0!important;border-radius:10px!important;background:var(--color-coral-500)!important;color:var(--color-paper)!important;box-shadow:none!important;transition:filter .16s ease}#ctaSearch:hover,.search-box button:hover{filter:brightness(.97);box-shadow:none!important;transform:none!important}#ctaSearch:active,.search-box button:active,.search-box button.is-submitted{box-shadow:none!important;transform:none!important}

/* Contrast-critical component refinements */
.popular,
.pricing-note {
  color: var(--color-text-muted) !important;
}

/* source: site-footer.css */
/* One public footer contract: brand, locale/currency controls, then utility links.
   Page styles may set surrounding space, but not a competing footer layout. */
.roamnessa-site-footer {
  box-sizing: border-box;
  direction: ltr;
  width: min(1180px, calc(100% - 56px));
  margin: var(--space-8) auto 0;
  padding: var(--space-6) 0 var(--space-7);
  border-top: 1px solid var(--color-border);
  display: grid;
  /* The locale controls belong in the visual space between the brand and
     the link group—not at the mathematical center of the viewport. */
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--space-5);
}

.roamnessa-site-footer .brand {
  display: inline-flex;
  align-items: center;
  gap: var(--brand-wordmark-gap);
  width: max-content;
  color: var(--color-ink-900);
  font: 800 italic 17px/1 "Funnel Sans", Arial, sans-serif;
  letter-spacing: -.8px;
  text-decoration: none;
}

.roamnessa-site-footer .brand-mark { width: var(--brand-mark-size); height: var(--brand-mark-size); flex: 0 0 var(--brand-mark-size); object-fit: contain; margin: 0; }
.roamnessa-site-footer .footer-controls { justify-self: center; display: flex; gap: 12px; }
.roamnessa-site-footer .footer-links { justify-self: end; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 24px; }
.roamnessa-site-footer .footer-links a {
  color: var(--color-ink-900);
  font: 700 13px/1.3 "Funnel Sans", Arial, sans-serif;
  text-decoration: none;
}
.roamnessa-site-footer .footer-links a:hover,
.roamnessa-site-footer .footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

@media (max-width: 760px) {
  .roamnessa-site-footer {
    width: min(100% - 36px, 520px);
    margin-top: var(--space-6);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: var(--space-5);
    padding: var(--space-6) 0;
  }
  .roamnessa-site-footer .footer-controls,
  .roamnessa-site-footer .footer-links { justify-self: center; }
  /* Safari can paint an outline around the open <details> box instead of the
     rounded summary. A shadow keeps the keyboard focus ring on the pill. */
  .roamnessa-site-footer .footer-controls summary:focus-visible {
    outline: none !important;
    box-shadow: 0 0 0 3px var(--color-focus-ring) !important;
  }
  .roamnessa-site-footer .footer-controls .language-options {
    right: auto;
    left: 50%;
    width: min(205px, calc(100vw - 32px));
    transform: translateX(-50%);
  }
  .roamnessa-site-footer .footer-links { justify-content: center; gap: 14px 20px; }
}
