:root {
  --bg: #f6f8fb;
  --surface: #ffffff;
  --surface-muted: #eef3f8;
  --ink: #1d2733;
  --muted: #627080;
  --line: #d9e1e8;
  --blue: #1458a6;
  --blue-dark: #0c3f79;
  --warning-bg: #fff8e7;
  --warning-line: #e9c878;
  --max: 1120px;
  --sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { min-width: 320px; margin: 0; color: var(--ink); background: var(--bg); font-family: var(--sans); line-height: 1.6; }
a { color: inherit; }
button { font: inherit; }
.clean-wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.clean-sr { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.clean-skip { position: absolute; top: -48px; left: 16px; z-index: 20; padding: 10px 14px; color: #fff; background: var(--blue); font-size: 13px; font-weight: 700; }
.clean-skip:focus { top: 16px; }

.clean-header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid var(--line); background: rgba(246, 248, 251, .96); backdrop-filter: blur(10px); }
.clean-header-inner { display: flex; min-height: 72px; align-items: center; gap: 28px; }
.clean-brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-size: 15px; font-weight: 750; letter-spacing: -.03em; text-decoration: none; white-space: nowrap; }
.clean-brand-mark { display: grid; width: 30px; height: 30px; place-items: center; color: #fff; background: var(--blue); border-radius: 4px; font-size: 9px; font-weight: 800; letter-spacing: -.08em; }
.clean-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.clean-nav a, .clean-country { color: var(--muted); font-size: 13px; text-decoration: none; }
.clean-nav a:hover, .clean-nav a:focus-visible { color: var(--blue); }
.clean-header-tools { display: flex; align-items: center; gap: 18px; }
.clean-country { color: var(--blue); font-size: 12px; font-weight: 800; }
.clean-menu { display: none; width: 40px; height: 36px; padding: 7px; border: 1px solid var(--line); border-radius: 4px; background: transparent; }
.clean-menu > span:not(.clean-sr) { display: block; width: 18px; height: 2px; margin: 5px auto; background: var(--ink); }

.clean-breadcrumb { display: flex; align-items: center; gap: 9px; padding-top: 28px; color: var(--muted); font-size: 12px; }
.clean-breadcrumb a { color: var(--blue); text-decoration: none; }
.clean-hero { padding: 74px 0 76px; }
.clean-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(350px, .9fr); gap: 72px; align-items: start; }
.clean-overline { margin: 0 0 17px; color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.clean-hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 6vw, 72px); font-weight: 760; letter-spacing: -.065em; line-height: 1.04; }
.clean-hero h1 span { color: var(--blue); }
.clean-lead { max-width: 650px; margin: 24px 0 0; color: var(--muted); font-size: clamp(17px, 2vw, 20px); line-height: 1.6; }
.clean-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; margin-top: 31px; }
.clean-button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 10px; padding: 11px 17px; border: 1px solid transparent; border-radius: 4px; font-size: 13px; font-weight: 700; text-decoration: none; }
.clean-button-primary { color: #fff; background: var(--blue); }
.clean-button-primary:hover, .clean-button-primary:focus-visible { background: var(--blue-dark); }
.clean-button-link { padding-right: 0; padding-left: 0; color: var(--blue); }
.clean-button-link:hover, .clean-button-link:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.clean-facts { padding: 21px 24px 7px; border: 1px solid var(--line); border-radius: 6px; background: var(--surface); }
.clean-facts h2 { margin: 0 0 9px; font-size: 18px; letter-spacing: -.03em; }
.clean-facts dl { margin: 0; }
.clean-facts dl > div { display: grid; grid-template-columns: 105px 1fr; gap: 18px; padding: 14px 0; border-top: 1px solid var(--line); }
.clean-facts dt { color: var(--muted); font-size: 12px; }
.clean-facts dd { margin: 0; font-size: 12px; font-weight: 650; line-height: 1.45; }
.clean-hero-compare { padding: 22px; border: 1px solid var(--blue-dark); border-radius: 6px; color: #fff; background: var(--blue-dark); box-shadow: 0 18px 36px rgba(12, 63, 121, .12); }
.clean-hero-compare-head { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.22); }
.clean-hero-compare-head p, .clean-hero-compare-head span { margin: 0; color: #b7d3f2; font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.clean-hero-compare-head span { color: #f7d58b; }
.clean-hero-compare h2 { margin: 22px 0 7px; color: #fff; font-size: 28px; letter-spacing: -.05em; line-height: 1.1; }
.clean-hero-compare-intro { margin: 0; color: #c7d8eb; font-size: 13px; line-height: 1.6; }
.clean-compare-list { margin-top: 19px; border-top: 0; }
.clean-compare-link { display: flex; min-height: 68px; align-items: center; justify-content: space-between; gap: 14px; margin-top: 10px; padding: 13px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; color: var(--ink); background: var(--surface); text-decoration: none; }
.clean-compare-link:hover, .clean-compare-link:focus-visible { border-color: #fff; background: #f8fbff; }
.clean-compare-link strong { display: block; color: var(--blue-dark); font-size: 15px; line-height: 1.2; }
.clean-compare-link small { display: block; margin-top: 4px; color: var(--muted); font-size: 11px; line-height: 1.3; }
.clean-compare-link > span:last-child { color: var(--blue); font-size: 19px; line-height: 1; }
.clean-hero-compare-disclosure { margin: 15px 0 0; color: #b7cbe1; font-size: 11px; line-height: 1.5; }
.clean-disclosure { padding: 16px 19px; border: 1px solid var(--warning-line); border-radius: 4px; color: #705b24; background: var(--warning-bg); font-size: 13px; line-height: 1.55; }
.clean-disclosure strong { color: #4e3d13; }

.clean-section { padding: 88px 0; background: var(--surface); }
.clean-section-muted { background: var(--surface-muted); }
.clean-two-col { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .62fr); gap: 88px; align-items: start; }
.clean-main-copy h2, .clean-section h2, .clean-offer h2 { max-width: 620px; margin: 0; font-size: clamp(30px, 4vw, 47px); font-weight: 740; letter-spacing: -.055em; line-height: 1.08; }
.clean-main-copy > p:not(.clean-overline), .clean-section-intro { max-width: 650px; margin: 21px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }
.clean-main-copy h3 { margin: 46px 0 0; font-size: 19px; letter-spacing: -.03em; }
.clean-checklist { margin: 23px 0 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.clean-checklist li { display: grid; grid-template-columns: 42px 1fr; gap: 16px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.clean-checklist li > span { color: var(--blue); font-size: 12px; font-weight: 800; }
.clean-checklist strong { display: block; font-size: 15px; }
.clean-checklist p { max-width: 550px; margin: 4px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.clean-side-note { padding: 23px; border-top: 3px solid var(--blue); background: var(--surface-muted); }
.clean-side-note h2 { font-size: 21px; }
.clean-side-note p { margin: 11px 0 19px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.clean-side-note a { color: var(--blue); font-size: 13px; font-weight: 700; text-decoration: none; }
.clean-side-note a:hover, .clean-side-note a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }
.clean-red-flags { border-top: 1px solid var(--line); }
.clean-red-flags > div { padding: 20px 0; border-bottom: 1px solid var(--line); }
.clean-red-flags strong { font-size: 15px; }
.clean-red-flags p { max-width: 500px; margin: 5px 0 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.clean-reading { background: var(--surface); }
.clean-reading-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .68fr); gap: 88px; align-items: end; }
.clean-reading-head > p { max-width: 500px; margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.clean-reading-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; margin-top: 43px; }
.clean-reading-card { display: flex; min-height: 238px; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: var(--bg); text-decoration: none; }
.clean-reading-card:hover, .clean-reading-card:focus-visible { border-color: var(--blue); background: var(--surface-muted); }
.clean-reading-card > span { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: .08em; }
.clean-reading-card h3 { margin: 0; font-size: 18px; letter-spacing: -.035em; line-height: 1.15; }
.clean-reading-card p { margin: 10px 0 0; color: var(--muted); font-size: 13px; line-height: 1.55; }
.clean-reading-card strong { margin-top: auto; padding-top: 25px; color: var(--blue); font-size: 12px; }

/* International country selector uses the same visual language as each local hub. */
.country-picker { background: var(--surface); }
.country-picker .clean-reading-grid { margin-top: 37px; }
.country-picker .clean-reading-card { min-height: 190px; }
.country-picker-flag { display: block; margin-bottom: 24px; font-size: 30px; line-height: 1; }
.country-picker .clean-reading-card h3 { font-size: 20px; }
.country-picker .clean-reading-card small { display: block; margin-top: 5px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.country-picker-note { padding-top: 21px; border-top: 3px solid var(--blue); }
.country-picker-note h2 { max-width: 530px; margin: 0; font-size: clamp(30px, 4vw, 47px); font-weight: 740; letter-spacing: -.055em; line-height: 1.08; }
.country-picker-note p { max-width: 620px; margin: 19px 0 0; color: var(--muted); font-size: 16px; line-height: 1.75; }

.clean-offer { padding: 83px 0; color: #fff; background: var(--blue-dark); }
.clean-offer-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 88px; align-items: center; }
.clean-offer-top-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .72fr); gap: 88px; align-items: end; }
.clean-offer-cards { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 43px; }
.clean-offer-disclaimer-global { max-width: 760px; margin: 17px auto 0; color: #a9c0d8; font-size: 12px; line-height: 1.55; text-align: center; }
.clean-overline-light { color: #a9cdf6; }
.clean-offer h2 { color: #fff; }
.clean-offer > .clean-wrap > div > p:not(.clean-overline) { max-width: 550px; margin: 20px 0 0; color: #c7d8eb; font-size: 15px; line-height: 1.7; }
.clean-offer-card { padding: 24px; border: 1px solid rgba(255,255,255,.28); border-radius: 6px; background: rgba(255,255,255,.08); }
.clean-offer-card-top { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px; padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.2); color: #c7d8eb; font-size: 11px; font-weight: 800; letter-spacing: .07em; }
.clean-status { color: #f7d58b; }
.clean-offer-card h3 { margin: 25px 0 6px; font-size: 22px; letter-spacing: -.04em; }
.clean-offer-card p { margin: 0; color: #c7d8eb; font-size: 13px; }
.clean-offer-meta { margin-top: 12px !important; color: #a9c8e7 !important; font-size: 12px !important; }
.clean-offer-actions { margin-top: 24px; }
.clean-offer-button { width: 100%; }
.clean-offer-card .clean-offer-disclaimer { margin-top: 12px; color: #a9c0d8; font-size: 11px; line-height: 1.55; }
.clean-disabled { width: 100%; margin-top: 24px; padding: 11px 14px; border: 1px solid rgba(255,255,255,.25); border-radius: 4px; color: #b1c4d9; background: transparent; font-size: 13px; font-weight: 700; }

.clean-faq { background: var(--surface); }
.clean-faq-grid { display: grid; grid-template-columns: minmax(240px, .65fr) minmax(0, 1fr); gap: 88px; align-items: start; }
.clean-questions { border-top: 1px solid var(--line); }
.clean-questions details { border-bottom: 1px solid var(--line); }
.clean-questions summary { padding: 19px 0; color: var(--ink); cursor: pointer; list-style: none; font-size: 15px; font-weight: 700; }
.clean-questions summary::-webkit-details-marker { display: none; }
.clean-questions summary::after { float: right; color: var(--blue); content: "+"; font-size: 20px; font-weight: 400; }
.clean-questions details[open] summary::after { content: "−"; }
.clean-questions details p { max-width: 620px; margin: -3px 0 20px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.clean-footer { border-top: 1px solid var(--line); background: var(--bg); }
.clean-footer-inner { display: flex; min-height: 105px; align-items: center; justify-content: space-between; gap: 30px; }
.clean-footer p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.clean-footer-links { display: flex; gap: 20px; color: var(--blue); font-size: 12px; }
.clean-footer-links a { text-decoration: none; }
.clean-footer-links a:hover, .clean-footer-links a:focus-visible { text-decoration: underline; text-underline-offset: 4px; }

@media (min-width: 901px) {
  .clean-hero-compare { padding: 30px; border-color: var(--blue-dark); color: #fff; background: var(--blue-dark); box-shadow: 0 18px 36px rgba(12, 63, 121, .16); }
  .clean-hero-compare-head { border-bottom-color: rgba(255,255,255,.22); }
  .clean-hero-compare-head p { color: #b7d3f2; }
  .clean-hero-compare-head span { color: #f7d58b; }
  .clean-hero-compare h2 { font-size: 34px; }
  .clean-hero-compare-intro { color: #c7d8eb; font-size: 14px; }
  .clean-compare-list { margin-top: 23px; border-top: 0; }
  .clean-compare-link { min-height: 76px; margin-top: 10px; padding: 17px 18px; border: 1px solid rgba(255,255,255,.16); border-radius: 4px; color: var(--ink); background: var(--surface); }
  .clean-compare-link:hover, .clean-compare-link:focus-visible { border-color: #fff; background: #f8fbff; }
  .clean-compare-link strong { color: var(--blue-dark); font-size: 17px; }
  .clean-compare-link small { font-size: 12px; }
  .clean-compare-link > span:last-child { font-size: 22px; }
  .clean-hero-compare-disclosure { color: #b7cbe1; }
}

@media (max-width: 900px) {
  .clean-hero-grid, .clean-two-col, .clean-offer-grid, .clean-offer-top-intro, .clean-reading-head, .clean-faq-grid { grid-template-columns: 1fr; gap: 48px; }
  .clean-reading-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .clean-facts { max-width: 620px; }
}

@media (max-width: 680px) {
  .clean-wrap { width: min(100% - 30px, 560px); }
  .clean-header-inner { min-height: 64px; }
  .clean-country { margin-left: auto; }
  .clean-menu { display: block; }
  .clean-nav { position: absolute; top: 64px; right: 15px; left: 15px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 6px; border: 1px solid var(--line); border-radius: 4px; background: var(--surface); box-shadow: 0 9px 20px rgba(29,39,51,.12); }
  .clean-nav.is-open { display: flex; }
  .clean-nav a { padding: 12px 11px; }
  .clean-breadcrumb { padding-top: 20px; }
  .clean-hero { padding: 52px 0 58px; }
  .clean-hero h1 { font-size: clamp(39px, 11vw, 60px); }
  .clean-lead { font-size: 16px; }
  .clean-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .clean-button { width: 100%; }
  .clean-button-link { justify-content: flex-start; }
  .clean-section, .clean-offer { padding: 66px 0; }
  .clean-offer-cards { grid-template-columns: 1fr; margin-top: 32px; }
  .clean-reading-grid { grid-template-columns: 1fr; margin-top: 32px; }
  .clean-main-copy h3 { margin-top: 36px; }
  .clean-footer-inner { align-items: flex-start; flex-direction: column; justify-content: center; gap: 20px; padding: 25px 0 30px; }
}

@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
