: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;
  --sun: #f4b94d;
  --focus: #243099;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
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); }
p { margin-top: 0; }
.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); }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.shell { width: min(1180px, 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: 76px; 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: 900; text-decoration: none; flex: 0 0 auto; }
.brand img { width: 46px; height: 46px; }
.brand span { font-size: 1.16rem; }
.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; font-weight: 760; }
.nav a.active, .nav a:hover { background: var(--soft); color: var(--teal); }
.hero { padding: 54px 0 40px; background: linear-gradient(180deg, #ffffff 0%, #eef7f1 100%); border-bottom: 1px solid var(--line); }
.hero.compact { padding: 42px 0 34px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(300px, .88fr); gap: 38px; align-items: center; }
.hero-copy { max-width: 790px; }
.eyebrow { margin: 0 0 12px; font-weight: 900; 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: 4rem; max-width: 900px; }
h2 { font-size: 2.05rem; margin-bottom: 18px; }
h3 { font-size: 1.08rem; margin-bottom: 8px; }
.lede { color: var(--muted-ink); font-size: 1.2rem; max-width: 790px; 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: 880; border: 0; cursor: pointer; white-space: nowrap; }
.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: 20px; box-shadow: 0 16px 45px rgba(20, 42, 38, .08); }
.hero-panel-top { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 12px; }
.hero-panel-top span { display: inline-flex; align-items: center; min-height: 30px; padding: 5px 10px; border-radius: 999px; background: #fff4df; color: #704100; font-weight: 900; font-size: .8rem; }
.hero-panel strong { display: block; font-size: 1.32rem; margin: 12px 0 8px; }
.hero-panel p { color: var(--muted-ink); margin: 0; }
.hero-art { width: 100%; height: auto; display: block; border-radius: 8px; background: #f7faf6; border: 1px solid var(--line); }
.hero-metrics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin-top: 16px; }
.hero-metrics div { background: var(--soft); border: 1px solid var(--line); border-radius: 8px; min-height: 76px; padding: 10px; display: flex; flex-direction: column; justify-content: center; }
.hero-metrics b { font-size: 1.35rem; line-height: 1; }
.hero-metrics small { color: var(--muted-ink); font-weight: 760; margin-top: 5px; }
.hero-note { margin-top: 12px; color: var(--muted-ink); font-size: .9rem; }
.trust-strip { background: #fff; border-bottom: 1px solid var(--line); }
.trust-strip-inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; }
.trust-strip-inner div { padding: 18px 16px; border-left: 1px solid var(--line); }
.trust-strip-inner div:last-child { border-right: 1px solid var(--line); }
.trust-strip-inner strong { display: block; font-size: .98rem; }
.trust-strip-inner span { display: block; color: var(--muted-ink); font-size: .9rem; margin-top: 4px; }
.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:hover { border-color: rgba(8, 113, 109, .38); box-shadow: 0 14px 34px rgba(20, 42, 38, .1); }
.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); }
.topic-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.topic-card { min-height: 174px; display: flex; flex-direction: column; gap: 9px; background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; text-decoration: none; color: var(--ink); box-shadow: 0 8px 24px rgba(20, 42, 38, .05); }
.topic-card:hover { border-color: rgba(186, 77, 63, .45); color: var(--ink); transform: translateY(-1px); }
.topic-card span { color: var(--coral); font-size: .78rem; text-transform: uppercase; font-weight: 900; }
.topic-card strong { font-size: 1.12rem; line-height: 1.18; }
.topic-card p { color: var(--muted-ink); margin: 0; }
.story-list { display: grid; gap: 12px; }
.story-list div { background: var(--white); border: 1px solid var(--line); border-radius: 8px; padding: 18px; }
.story-list p { color: var(--muted-ink); margin: 6px 0 0; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: var(--white); }
table { width: 100%; border-collapse: collapse; min-width: 860px; }
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); }
.newsletter-band { background: #172126; color: #f2f5f4; padding: 44px 0; }
.newsletter-inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr); align-items: center; gap: 28px; }
.newsletter-inner h2 { color: #fff; margin-bottom: 10px; }
.newsletter-inner p { color: #c7d4d1; margin: 0; }
.newsletter-form { display: flex; gap: 10px; align-items: center; }
.newsletter-form input { width: 100%; min-height: 46px; border-radius: 8px; border: 1px solid rgba(255,255,255,.24); padding: 10px 12px; font: inherit; }
.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.3fr .8fr .8fr .8fr; gap: 28px; }
.footer-trust-logos { border-top: 1px solid rgba(255,255,255,.16); margin-top: 28px; padding-top: 20px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.site-footer .footer-trust-logos a { margin: 0; display: inline-flex; align-items: center; justify-content: center; min-height: 46px; border-radius: 8px; background: #fff; border: 1px solid rgba(255,255,255,.22); padding: 6px 10px; }
.footer-trust-logos img { display: block; height: 34px; width: auto; max-width: 142px; }
.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: 1020px) {
  h1 { font-size: 3.15rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .trust-strip-inner, .cards, .link-grid, .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .shell { width: min(100% - 24px, 1180px); }
  .header-inner { min-height: 70px; align-items: center; gap: 12px; }
  .brand span { font-size: 1rem; }
  .brand img { width: 40px; height: 40px; }
  .nav { flex-wrap: nowrap; overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .nav a { flex: 0 0 auto; }
  .hero { padding-top: 34px; }
  h1 { font-size: 2.36rem; }
  h2 { font-size: 1.62rem; }
  .lede { font-size: 1.04rem; }
  .hero-metrics, .trust-strip-inner, .offer-grid, .cards, .topic-grid, .link-grid, .footer-grid, .newsletter-inner { grid-template-columns: 1fr; }
  .section-head, .offer-card { grid-template-columns: 1fr; }
  .market-controls { justify-content: flex-start; }
  .fact-list div { grid-template-columns: 1fr; }
  .newsletter-form { flex-direction: column; align-items: stretch; }
  .footer-bottom { flex-direction: column; }
  .button { width: 100%; }
}