:root {
  --paper: #f5f2ed;
  --paper-deep: #ece7df;
  --white: #ffffff;
  --ink: #121315;
  --ink-soft: #5d6065;
  --line: #d9d4cc;
  --red: #df273d;
  --red-dark: #b7162c;
  --red-soft: #fff0f2;
  --green: #14724e;
  --green-soft: #e9f6ef;
  --night: #111114;
  --night-soft: #1c1c21;
  --shadow: 0 24px 65px rgba(22, 18, 15, .10);
  --radius: 18px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font: 16px/1.62 Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; height: auto; }
button, summary { font: inherit; }
h1, h2, h3, h4, p { text-wrap: pretty; }
h1, h2, h3 { text-wrap: balance; }
::selection { color: #fff; background: var(--red); }

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 200;
  padding: 10px 14px;
  color: #fff;
  background: var(--red);
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid #ff6a7c; outline-offset: 3px; }

.site-wrap { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.section { padding-block: 88px; scroll-margin-top: 110px; }
.section-tint { background: #eeeae3; }
.eyebrow {
  margin: 0 0 12px;
  color: var(--red);
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: .72rem;
  font-weight: 900;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 19px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: .86rem;
  font-weight: 850;
  line-height: 1;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--red); box-shadow: 0 12px 28px rgba(223, 39, 61, .22); }
.button-primary:hover { background: var(--red-dark); }
.button-secondary { border-color: #bbb5ad; background: transparent; }
.button-secondary:hover { background: #fff; }

.utility-bar { overflow: hidden; color: #d7d7db; background: var(--night); }
.utility-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 34px;
  font-size: .69rem;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.utility-inner span { position: relative; }
.utility-inner span + span::before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #66666d;
  position: absolute;
  left: -12px;
  top: 50%;
}
.utility-inner strong { margin-left: auto; color: #fff; font-weight: 800; }

.site-header {
  position: sticky;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(245, 242, 237, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.header-inner { display: flex; align-items: center; min-height: 78px; gap: 28px; }
.brand { display: flex; align-items: center; gap: 11px; margin-right: auto; }
.brand img { width: 150px; }
.brand span {
  padding-left: 11px;
  border-left: 1px solid #bdb7ae;
  color: #66676b;
  letter-spacing: .14em;
  font-size: .55rem;
  font-weight: 900;
}
.desktop-nav { display: flex; align-items: center; gap: 24px; }
.desktop-nav a { font-size: .82rem; font-weight: 760; }
.desktop-nav a:hover { color: var(--red); }
.header-cta { min-height: 42px; padding-inline: 17px; }
.mobile-nav { display: none; }

.hero { overflow: hidden; padding: 82px 0 92px; background: var(--paper); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(380px, .9fr); align-items: center; gap: 78px; }
.hero-copy h1 {
  max-width: 760px;
  margin: 0 0 24px;
  letter-spacing: -.065em;
  font-size: clamp(3.2rem, 7vw, 6.55rem);
  font-weight: 680;
  line-height: .93;
}
.hero-copy h1 span { display: block; color: var(--red); }
.hero-lead { max-width: 720px; margin: 0; color: #46494e; font-size: 1.16rem; line-height: 1.75; }
.hero-lead strong { color: var(--ink); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.affiliate-disclosure { max-width: 720px; margin: 17px 0 0; color: #74767b; font-size: .74rem; line-height: 1.55; }

.flight-board {
  position: relative;
  min-height: 470px;
  overflow: hidden;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at 94% 5%, rgba(223, 39, 61, .48), transparent 35%),
    linear-gradient(145deg, #19191e, #0a0a0c);
  border: 1px solid #2a2a30;
  border-radius: 30px;
  box-shadow: 0 34px 70px rgba(15, 12, 12, .23);
}
.board-head { display: flex; justify-content: space-between; color: #bdbdc4; letter-spacing: .12em; font-size: .63rem; font-weight: 900; }
.board-score { margin: 46px 0 20px; }
.board-score strong { display: block; font-size: 4.8rem; line-height: .9; }
.board-score span { color: #aaaab2; font-size: .82rem; }
.board-list { position: relative; z-index: 2; margin: 0; padding: 0; list-style: none; }
.board-list li { display: grid; grid-template-columns: 32px 80px 1fr; gap: 10px; align-items: center; padding: 10px 0; border-bottom: 1px solid #303037; }
.board-list li span { color: #8d8d95; font-size: .68rem; font-weight: 900; }
.board-list li b { font-size: .88rem; }
.board-list li em { color: #aaaab2; text-align: right; font-size: .72rem; font-style: normal; }
.flight-line { position: absolute; inset: auto 0 0; height: 118px; overflow: hidden; }
.flight-line i { position: absolute; inset: 55px -30px -20px 130px; border-top: 2px solid var(--red); border-radius: 75% 0 0; transform: rotate(-8deg); box-shadow: 0 -10px 30px rgba(223, 39, 61, .42); }
.flight-line b { position: absolute; right: 68px; top: 20px; color: #fff; font-size: 1.4rem; }

.answer-strip { color: #fff; background: var(--night); border-top: 1px solid #29292f; }
.answer-grid { display: grid; grid-template-columns: minmax(260px, .65fr) 1.35fr; gap: 58px; align-items: center; padding-block: 43px; }
.answer-grid .eyebrow { color: #ff7585; }
.answer-grid h2 { margin: 0; font-size: 1.75rem; line-height: 1.18; }
.answer-grid > p { margin: 0; color: #c6c6cb; font-size: .96rem; }
.answer-grid > p strong { color: #fff; }

.evidence-stats {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 32px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}
.evidence-stats div { padding: 24px 26px; border-right: 1px solid var(--line); }
.evidence-stats div:last-child { border-right: 0; }
.evidence-stats strong, .evidence-stats span { display: block; }
.evidence-stats strong { font-size: 1.85rem; line-height: 1.15; }
.evidence-stats span { margin-top: 3px; color: var(--ink-soft); font-size: .76rem; }

.section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 34px; }
.section-head h2 { margin: 0; max-width: 730px; letter-spacing: -.045em; font-size: clamp(2.2rem, 5vw, 4.25rem); line-height: 1; }
.section-head > p { max-width: 510px; margin: 0; color: var(--ink-soft); font-size: .92rem; }

.table-shell { overflow-x: auto; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 15px 45px rgba(35, 29, 24, .06); }
table { width: 100%; min-width: 980px; border-collapse: collapse; }
th, td { padding: 17px 18px; border-bottom: 1px solid #e5e1da; text-align: left; vertical-align: middle; }
th { color: #76716b; background: #faf8f4; letter-spacing: .06em; text-transform: uppercase; font-size: .65rem; }
td { font-size: .82rem; }
td:first-child b, td:nth-child(2) a { color: var(--red); font-weight: 900; }
tr:last-child td { border-bottom: 0; }
.status { display: inline-flex; align-items: center; gap: 7px; padding: 5px 9px; border-radius: 999px; font-size: .68rem; font-weight: 800; }
.status::before { content: ""; width: 6px; height: 6px; border-radius: 50%; }
.status-good { color: var(--green); background: var(--green-soft); }
.status-good::before { background: var(--green); }

.ranking-head { margin-bottom: 38px; }
.ranking-list { display: grid; gap: 18px; margin: 0; padding: 0; list-style: none; }
.casino-card {
  display: grid;
  grid-template-columns: 116px 1fr;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(31, 26, 22, .045);
  scroll-margin-top: 116px;
}
.casino-card-featured { border-color: #e67c89; box-shadow: 0 18px 52px rgba(223, 39, 61, .10); }
.rank-column { padding: 29px 20px; border-right: 1px solid var(--line); text-align: center; }
.rank-column span { display: block; color: var(--red); font-size: 2rem; font-weight: 900; line-height: 1; }
.rank-column small { display: block; margin-top: 9px; color: #77736e; letter-spacing: .07em; text-transform: uppercase; font-size: .58rem; font-weight: 850; }
.casino-content { min-width: 0; padding: 29px 32px 32px; }
.casino-title-row { display: grid; grid-template-columns: 55px minmax(0, 1fr) auto; gap: 15px; align-items: center; }
.casino-mark { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 14px; color: #fff; background: #24252a; font-size: .9rem; font-weight: 950; }
.stake-mark { background: #111; }
.xbet-mark { background: #1768b6; }
.betway-mark { background: #108857; }
.bc-mark { color: #111; background: #f2d64b; }
.mostbet-mark { background: #ee7d1a; }
.melbet-mark { background: #2c45a7; }
.bet9ja-mark { background: #168541; }
.sportybet-mark { background: #d71920; }
.msport-mark { background: #1571bc; }
.betika-mark { background: #f28b00; }
.betpawa-mark { background: #f5cf23; color: #141414; }
.premierbet-mark { background: #e5202c; }
.parimatch-mark { background: #c5ed34; color: #151515; }
.twentytwo-mark { background: #1874c9; }
.hollywood-mark { background: #7b2c87; }
.supabets-mark { background: #ed1c24; }
.card-kicker { margin: 0 0 2px; color: var(--red); letter-spacing: .09em; text-transform: uppercase; font-size: .65rem; font-weight: 900; }
.casino-title-row h3 { margin: 0; letter-spacing: -.035em; font-size: 2rem; line-height: 1; }
.score { min-width: 105px; padding-left: 18px; border-left: 1px solid var(--line); text-align: right; }
.score strong, .score span { display: block; }
.score strong { font-size: 2rem; line-height: .95; }
.score span { margin-top: 5px; color: var(--ink-soft); font-size: .6rem; }
.verdict { max-width: 920px; margin: 22px 0; color: #4f5155; font-size: .96rem; }
.card-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.card-grid div { min-width: 0; padding: 15px 16px 15px 0; }
.card-grid div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.card-grid span, .card-grid b { display: block; }
.card-grid span { color: #89847d; letter-spacing: .05em; text-transform: uppercase; font-size: .58rem; font-weight: 800; }
.card-grid b { margin-top: 5px; font-size: .74rem; line-height: 1.4; }
.pros-watch { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 18px; }
.pros-watch > div { padding: 16px 18px; background: var(--green-soft); border-radius: 13px; }
.pros-watch > div:last-child { background: var(--red-soft); }
.pros-watch h4 { margin: 0 0 8px; font-size: .78rem; }
.pros-watch ul { display: grid; gap: 5px; margin: 0; padding-left: 17px; color: #53565a; font-size: .74rem; }
.card-actions { display: flex; align-items: center; gap: 20px; margin-top: 20px; }
.card-actions .button { min-height: 42px; }
.download-actions { flex-wrap: wrap; gap: 10px; }
.download-actions .button { min-width: 174px; }
.source-link { color: var(--red); font-size: .75rem; font-weight: 850; }

.cluster-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.cluster-card { position: relative; min-height: 450px; overflow: hidden; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 22px; }
.cluster-card:first-child { color: #fff; background: var(--night); border-color: var(--night); }
.cluster-card:first-child .card-kicker { color: #ff7a8a; }
.cluster-card:first-child > p:not(.card-kicker), .cluster-card:first-child li span { color: #b7b7bd; }
.cluster-index { position: absolute; right: 22px; top: 14px; color: rgba(91, 86, 80, .09); font-size: 5.5rem; font-weight: 950; line-height: 1; }
.cluster-card:first-child .cluster-index { color: rgba(255, 255, 255, .07); }
.cluster-card h3 { position: relative; margin: 8px 0 14px; letter-spacing: -.04em; font-size: 2rem; line-height: 1.05; }
.cluster-card > p:not(.card-kicker) { position: relative; color: var(--ink-soft); font-size: .86rem; }
.cluster-card ol { display: grid; gap: 0; margin: 32px 0 0; padding: 0; list-style: none; }
.cluster-card ol li { border-top: 1px solid rgba(126, 120, 112, .28); }
.cluster-card ol a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 13px 0; }
.cluster-card ol b, .cluster-card ol span { display: block; }
.cluster-card ol b { font-size: .82rem; }
.cluster-card ol span { color: var(--ink-soft); text-align: right; font-size: .66rem; }
.plain-list { display: grid; gap: 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.plain-list li { padding: 12px 14px; background: #f4f1eb; border-radius: 10px; font-size: .75rem; font-weight: 750; }

.countries-section { color: #fff; background: var(--night); }
.countries-layout { display: grid; grid-template-columns: minmax(300px, .72fr) minmax(0, 1.28fr); gap: 72px; align-items: start; }
.countries-copy .eyebrow { color: #ff7989; }
.countries-copy h2 { margin: 0; letter-spacing: -.05em; font-size: clamp(2.4rem, 5vw, 4.5rem); line-height: .98; }
.countries-copy > p { color: #b6b6bc; }
.country-rules { display: grid; gap: 12px; margin-top: 28px; }
.country-rules div { padding: 14px 16px; border: 1px solid #333339; border-radius: 12px; }
.country-rules b, .country-rules span { display: block; }
.country-rules b { font-size: .78rem; }
.country-rules span { margin-top: 3px; color: #9999a1; font-size: .7rem; }
.country-board { padding: 28px; background: var(--night-soft); border: 1px solid #333339; border-radius: 22px; }
.country-board-head { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.country-board-head b { font-size: .9rem; }
.country-board-head span { color: #ff7b8a; font-size: .75rem; font-weight: 850; }
.country-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.country-cloud span, .country-cloud a { padding: 7px 10px; color: #d2d2d7; background: #26262c; border: 1px solid #38383f; border-radius: 999px; font-size: .68rem; }
.country-cloud a { color: #fff; border-color: #8d3540; background: #3a2025; font-weight: 850; }
.country-cloud a:hover { color: #fff; background: var(--red); }
.country-board > p { margin: 21px 0 0; color: #8f8f97; font-size: .7rem; }

.method-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.criteria-list { display: grid; grid-template-columns: 1fr 1fr; background: #fff; border: 1px solid var(--line); border-radius: 20px; overflow: hidden; }
.criteria-list > div { position: relative; min-height: 142px; padding: 23px 24px 20px 80px; border-bottom: 1px solid var(--line); }
.criteria-list > div:nth-child(odd) { border-right: 1px solid var(--line); }
.criteria-list > div:nth-last-child(-n+2) { border-bottom: 0; }
.criteria-list span { position: absolute; left: 22px; top: 24px; color: var(--red); font-size: 1.1rem; font-weight: 950; }
.criteria-list b { font-size: .9rem; }
.criteria-list p { margin: 6px 0 0; color: var(--ink-soft); font-size: .75rem; }
.editorial-standard { padding: 29px; color: #fff; background: var(--red); border-radius: 20px; }
.editorial-standard .eyebrow { color: #ffd2d7; }
.editorial-standard h3 { margin: 0; letter-spacing: -.035em; font-size: 2rem; line-height: 1.08; }
.editorial-standard ul { display: grid; gap: 12px; margin: 25px 0; padding-left: 19px; font-size: .78rem; }
.method-note { margin: 0; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .28); font-size: .75rem; }

.sources-section { background: #eae5dd; }
.sources-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.sources-grid .source-card { display: flex; flex-direction: column; min-height: 154px; padding: 20px; background: #f7f4ef; border: 1px solid var(--line); border-radius: 14px; }
.sources-grid span { color: var(--red); letter-spacing: .06em; text-transform: uppercase; font-size: .61rem; font-weight: 900; }
.sources-grid b { margin-top: 13px; font-size: .9rem; }
.sources-grid em { margin-top: auto; color: #7b7771; font-size: .68rem; font-style: normal; }

.faq .section-head { margin-bottom: 22px; }
.faq-list { display: grid; gap: 9px; }
.faq-list details { padding-inline: 20px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 17px 0; cursor: pointer; font-size: .9rem; font-weight: 800; list-style: none; }
.faq-list summary::after { content: "+"; color: var(--red); font-size: 1.25rem; line-height: 1; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 950px; margin: 0 0 18px; color: var(--ink-soft); font-size: .84rem; }

.author-box { display: grid; grid-template-columns: 70px 1fr auto; gap: 24px; align-items: center; margin-bottom: 88px; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 20px; }
.author-avatar { display: grid; place-items: center; width: 68px; height: 68px; color: #fff; background: linear-gradient(145deg, var(--night), var(--red)); border-radius: 50%; font-weight: 950; }
.author-box .eyebrow { margin-bottom: 4px; }
.author-box h2 { margin: 0; font-size: 1.25rem; }
.author-box p:last-child { max-width: 760px; margin: 6px 0 0; color: var(--ink-soft); font-size: .76rem; }
.author-box > a { color: var(--red); font-size: .76rem; font-weight: 850; }
.risk-note { padding: 26px 0; color: #5f4300; background: #fff1c7; border-top: 1px solid #ecd88e; }
.risk-note .site-wrap { display: flex; gap: 26px; align-items: baseline; }
.risk-note strong { flex: none; }
.risk-note p { margin: 0; font-size: .8rem; }

footer { padding: 58px 0 24px; color: #aaaab2; background: #0d0d10; }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 46px; }
.footer-brand .brand { justify-content: flex-start; }
.footer-brand .brand img { width: 164px; }
.footer-brand .brand span { color: #8c8c94; border-color: #38383e; }
.footer-brand p { max-width: 460px; margin: 17px 0 0; font-size: .75rem; }
.footer-email { display: inline-block; margin-top: 13px; color: #fff; font-size: .76rem; font-weight: 800; }
.footer-email:hover { color: #ff7a8a; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 8px; }
.footer-grid h3 { margin: 0 0 5px; color: #fff; font-size: .78rem; }
.footer-grid a { font-size: .72rem; }
.footer-grid a:hover { color: #fff; }
.footer-legal { display: flex; gap: 24px; margin-top: 40px; padding-top: 21px; border-top: 1px solid #29292f; font-size: .64rem; }
.footer-legal span:nth-child(2) { margin-left: auto; }

@media (max-width: 1060px) {
  .desktop-nav { display: none; }
  .hero-grid { grid-template-columns: 1fr .78fr; gap: 38px; }
  .hero-copy h1 { font-size: clamp(3rem, 8vw, 5.2rem); }
  .card-grid { grid-template-columns: 1fr 1fr; }
  .card-grid div:nth-child(3) { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .card-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .cluster-grid { grid-template-columns: 1fr 1fr; }
  .cluster-card:last-child { grid-column: 1 / -1; min-height: 300px; }
  .countries-layout { gap: 38px; }
  .sources-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 780px) {
  .site-wrap { width: min(100% - 26px, 680px); }
  .utility-inner { gap: 10px; }
  .utility-inner > * { min-width: 0; }
  .utility-inner span:first-child { max-width: 42%; }
  .utility-inner span:nth-child(2), .utility-inner span:nth-child(3) { display: none; }
  .utility-inner strong { text-align: right; font-size: .6rem; line-height: 1.35; }
  .header-inner { min-height: 66px; }
  .brand img { width: 132px; }
  .brand span { display: none; }
  .header-cta { min-height: 38px; padding-inline: 13px; font-size: .75rem; }
  .mobile-nav { display: block; border-top: 1px solid var(--line); }
  .mobile-nav summary { display: flex; justify-content: space-between; padding: 10px 13px; font-size: .76rem; font-weight: 800; list-style: none; }
  .mobile-nav nav { display: grid; padding: 0 13px 12px; }
  .mobile-nav nav a { padding: 8px 0; border-top: 1px solid var(--line); font-size: .74rem; font-weight: 750; }
  .hero { padding: 52px 0 60px; }
  .hero-grid, .answer-grid, .countries-layout, .method-grid { grid-template-columns: 1fr; }
  .hero-copy h1 { font-size: clamp(3rem, 16vw, 5.3rem); }
  .hero-lead { font-size: 1rem; }
  .flight-board { min-height: 410px; }
  .answer-grid { gap: 18px; }
  .evidence-stats { grid-template-columns: 1fr 1fr; }
  .evidence-stats div:nth-child(2) { border-right: 0; }
  .evidence-stats div:nth-child(-n + 2) { border-bottom: 1px solid var(--line); }
  .section { padding-block: 66px; }
  .section-head { display: block; }
  .section-head h2 { font-size: 2.65rem; }
  .section-head > p { margin-top: 15px; }
  .casino-card { grid-template-columns: 1fr; }
  .rank-column { display: flex; align-items: center; gap: 10px; padding: 17px 22px; border-right: 0; border-bottom: 1px solid var(--line); text-align: left; }
  .rank-column span { font-size: 1.35rem; }
  .rank-column small { margin-top: 0; }
  .casino-content { padding: 23px; }
  .casino-title-row { grid-template-columns: 48px 1fr; }
  .casino-mark { width: 47px; height: 47px; }
  .score { grid-column: 1 / -1; display: flex; align-items: baseline; gap: 6px; padding: 12px 0 0; border-left: 0; border-top: 1px solid var(--line); text-align: left; }
  .score strong { font-size: 1.45rem; }
  .pros-watch, .cluster-grid { grid-template-columns: 1fr; }
  .cluster-card:last-child { grid-column: auto; }
  .cluster-card { min-height: auto; }
  .criteria-list { grid-template-columns: 1fr; }
  .criteria-list > div, .criteria-list > div:nth-child(odd), .criteria-list > div:nth-last-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .criteria-list > div:last-child { border-bottom: 0; }
  .author-box { grid-template-columns: 62px 1fr; }
  .author-avatar { width: 60px; height: 60px; }
  .author-box > a { grid-column: 2; }
  .risk-note .site-wrap { display: block; }
  .risk-note p { margin-top: 6px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-legal { flex-wrap: wrap; }
  .footer-legal span:nth-child(2) { margin-left: 0; }
}

@media (max-width: 520px) {
  .hero-copy h1 { font-size: 3.35rem; }
  .hero-actions { display: grid; }
  .hero-actions .button { width: 100%; }
  .flight-board { min-height: 390px; padding: 22px; border-radius: 22px; }
  .board-score { margin-top: 36px; }
  .board-list li { grid-template-columns: 28px 70px 1fr; }
  .evidence-stats { margin-top: 18px; }
  .evidence-stats div { padding: 19px; }
  .section-head h2 { font-size: 2.2rem; }
  .card-grid { grid-template-columns: 1fr; }
  .card-grid div, .card-grid div + div, .card-grid div:nth-child(3) { padding: 12px 0; border-left: 0; border-top: 1px solid var(--line); }
  .card-grid div:first-child { border-top: 0; }
  .card-actions { align-items: stretch; flex-direction: column; gap: 13px; }
  .card-actions .source-link { text-align: center; }
  .sources-grid { grid-template-columns: 1fr; }
  .country-board { padding: 21px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
