:root {
  color-scheme: light;
  --ink: #162026;
  --muted-ink: #53646b;
  --line: #d8e1df;
  --paper: #fbfcf8;
  --soft: #eef6f1;
  --white: #ffffff;
  --teal: #08716d;
  --green: #2f7a4f;
  --coral: #ba4d3f;
  --gold: #a46613;
  --focus: #243099;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; color: var(--ink); background: var(--paper); line-height: 1.55; }
a { color: var(--teal); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--coral); }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--white); padding: 8px 12px; z-index: 10; }
.skip-link:focus { left: 8px; outline: 3px solid var(--focus); }
.shell { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.site-header { background: rgba(251,252,248,.96); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 5; backdrop-filter: blur(12px); }
.header-inner { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 850; text-decoration: none; }
.brand span { font-size: 1.1rem; }
.nav { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; justify-content: flex-end; }
.nav a { color: var(--ink); text-decoration: none; padding: 8px 10px; border-radius: 8px; font-size: .94rem; }
.nav a.active, .nav a:hover { background: var(--soft); color: var(--teal); }
.hero { padding: 58px 0 42px; background: linear-gradient(180deg, #ffffff 0%, #eef7f1 100%); border-bottom: 1px solid var(--line); }
.hero.compact { padding: 46px 0 36px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(260px, .82fr); gap: 40px; align-items: center; }
.hero-copy { max-width: 760px; }
.eyebrow { margin: 0 0 12px; font-weight: 850; color: var(--coral); text-transform: uppercase; font-size: .78rem; letter-spacing: 0; }
h1, h2, h3 { line-height: 1.12; letter-spacing: 0; margin: 0; }
h1 { font-size: clamp(2.15rem, 5.3vw, 4.25rem); max-width: 860px; }
h2 { font-size: clamp(1.45rem, 2.7vw, 2.05rem); margin-bottom: 18px; }
h3 { font-size: 1.08rem; margin-bottom: 8px; }
.lede { color: var(--muted-ink); font-size: clamp(1.05rem, 2vw, 1.23rem); max-width: 760px; margin: 18px 0 0; }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; }
.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 16px; border-radius: 8px; text-decoration: none; font-weight: 850; border: 0; cursor: pointer; }
.button.primary { color: #fff; background: var(--teal); }
.button.secondary { color: var(--ink); border: 1px solid var(--line); background: var(--white); }
.button:hover { transform: translateY(-1px); }
.micro { color: var(--muted-ink); font-size: .92rem; margin-top: 14px; }
.hero-panel { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 22px; box-shadow: 0 16px 45px rgba(20, 42, 38, .08); }
.hero-panel span { display: inline-flex; align-items: center; min-height: 32px; margin: 0 8px 18px 0; padding: 5px 10px; border-radius: 999px; background: #fff4df; color: #704100; font-weight: 850; font-size: .82rem; }
.hero-panel strong { display: block; font-size: 1.35rem; margin-bottom: 8px; }
.hero-panel p { color: var(--muted-ink); margin: 0; }
.section { padding: 48px 0; }
.section.muted { background: var(--soft); border-block: 1px solid var(--line); }
.section-head { display: flex; justify-content: space-between; gap: 18px; align-items: flex-start; margin-bottom: 22px; }
.section-intro { max-width: 760px; color: var(--muted-ink); margin: -4px 0 0; }
.market-controls { display: flex; gap: 8px; flex-wrap: wrap; justify-content: flex-end; }
.market-controls button { min-height: 38px; padding: 8px 12px; border-radius: 8px; border: 1px solid var(--line); background: var(--white); color: var(--ink); font-weight: 850; cursor: pointer; }
.market-controls button.active { background: var(--ink); color: var(--white); border-color: var(--ink); }
.geo-status { margin-bottom: 16px; color: var(--muted-ink); font-weight: 750; }
.offer-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.offer-card { display: grid; grid-template-columns: 1fr auto; gap: 18px; align-items: center; min-height: 190px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; box-shadow: 0 10px 30px rgba(20, 42, 38, .06); }
.offer-card h3 { font-size: 1.2rem; margin-top: 8px; }
.offer-card p { margin: 8px 0 0; color: var(--muted-ink); }
.offer-card .terms { padding-top: 10px; margin-top: 10px; border-top: 1px solid var(--line); font-size: .92rem; }
.licence { display: inline-flex; min-height: 28px; align-items: center; padding: 4px 8px; border-radius: 999px; background: #e8f4ff; color: #174b76; font-weight: 850; font-size: .78rem; }
.market { color: var(--muted-ink); font-weight: 750; font-size: .9rem; }
.cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
.card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; min-height: 145px; }
.card p { margin: 0; color: var(--muted-ink); }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 820px; }
th, td { text-align: left; padding: 13px 14px; border-bottom: 1px solid var(--line); vertical-align: top; }
th { background: #f3f6f1; font-size: .88rem; }
tr:last-child td { border-bottom: 0; }
.link-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.link-grid a { display: flex; align-items: center; min-height: 52px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 12px; font-weight: 850; text-decoration: none; }
.link-grid.external a::after { content: "↗"; margin-left: auto; color: var(--muted-ink); }
.score-list, .fact-list { display: grid; gap: 10px; }
.score-list div, .fact-list div { display: flex; justify-content: space-between; gap: 18px; padding: 14px 16px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; }
.fact-list div { display: grid; grid-template-columns: 210px 1fr; }
.fact-list span { color: var(--muted-ink); }
.single-offer { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 18px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 20px; }
.single-offer p { margin: 8px 0 0; color: var(--muted-ink); }
.site-footer { background: #172126; color: #e9f0ef; padding: 40px 0 22px; }
.site-footer a { display: block; color: #e9f0ef; margin-top: 7px; }
.site-footer p { color: #b7c5c2; margin: 8px 0 0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .8fr .8fr; gap: 32px; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.16); margin-top: 28px; padding-top: 18px; display: flex; justify-content: space-between; gap: 18px; color: #b7c5c2; font-size: .92rem; }
.coral .eyebrow { color: var(--coral); }
.green .eyebrow { color: var(--green); }
.teal .eyebrow { color: var(--teal); }
@media (max-width: 860px) {
  .header-inner { align-items: flex-start; flex-direction: column; padding: 14px 0; gap: 12px; }
  .nav { justify-content: flex-start; }
  .hero { padding-top: 38px; }
  .hero-grid, .offer-grid, .cards, .link-grid, .footer-grid { grid-template-columns: 1fr; }
  .section-head, .single-offer, .offer-card { grid-template-columns: 1fr; }
  .market-controls { justify-content: flex-start; }
  .fact-list div { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}