:root {
  --ink: #101827;
  --ink-soft: #435064;
  --night: #101827;
  --night-2: #1b2638;
  --paper: #f5f7f9;
  --surface: #ffffff;
  --line: #dce3ec;
  --line-strong: #c6d0dd;
  --cyan: #1db8c4;
  --cyan-deep: #087b88;
  --coral: #f26755;
  --gold: #f4bf4a;
  --content-width: 1180px;
  --radius-lg: 26px;
  --radius-md: 16px;
  --shadow-soft: 0 16px 42px rgba(16, 24, 39, .08);
  --shadow-small: 0 8px 18px rgba(16, 24, 39, .06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.65; text-rendering: optimizeLegibility; }
img { max-width: 100%; display: block; }
a { color: inherit; }
a:focus-visible, button:focus-visible, summary:focus-visible, [tabindex="0"]:focus-visible { outline: 3px solid var(--cyan); outline-offset: 4px; }
.shell { width: min(var(--content-width), calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; background: var(--gold); color: var(--ink); padding: 10px 14px; border-radius: 10px; font-weight: 800; text-decoration: none; transition: top .2s ease; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(16, 24, 39, .96); color: #f7fbff; border-bottom: 1px solid rgba(255,255,255,.12); backdrop-filter: blur(12px); }
.header-inner { min-height: 72px; display: flex; align-items: center; gap: 28px; }
.brand-mark { display: inline-flex; align-items: center; gap: 11px; color: #fff; text-decoration: none; font-weight: 900; letter-spacing: .09em; font-size: .84rem; white-space: nowrap; }
.brand-mark img { width: 38px; height: 38px; }
.brand-mark__accent { color: var(--cyan); }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; }
.site-nav a { color: #d8e5f1; font-size: .92rem; text-decoration: none; }
.site-nav a:hover { color: #fff; }
.header-status { display: inline-flex; align-items: center; gap: 8px; color: #b9c8d7; font-size: .78rem; white-space: nowrap; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: #56dfad; box-shadow: 0 0 0 4px rgba(86,223,173,.13); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.25); background: transparent; color: #fff; border-radius: 9px; padding: 9px 10px; font: inherit; }
.menu-toggle__icon { margin-left: 7px; }

.hero { display: grid; grid-template-columns: minmax(0, 1fr); gap: 42px; align-items: stretch; padding-top: 62px; padding-bottom: 44px; }
.hero-copy { padding: 22px 0 12px; }
.eyebrow { margin: 0 0 13px; color: var(--cyan-deep); font-size: .74rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
h1, h2, h3 { margin: 0; color: var(--ink); line-height: 1.13; letter-spacing: -.035em; }
h1 { max-width: none; font-size: clamp(2.25rem, 4.1vw, 3.9rem); font-weight: 900; }
h2 { font-size: clamp(2rem, 3.6vw, 3.3rem); font-weight: 860; }
h3 { font-size: clamp(1.2rem, 1.9vw, 1.55rem); font-weight: 800; }
.hero-lead { max-width: none; margin: 26px 0 0; color: var(--ink-soft); font-size: 1.14rem; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 22px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 11px 18px; border-radius: 12px; border: 1px solid transparent; font-size: .9rem; font-weight: 800; text-decoration: none; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--coral); color: #fff; box-shadow: 0 10px 20px rgba(242,103,85,.24); }
.button--primary:hover { background: #df5141; }
.button--dark { background: var(--night); color: #fff; }
.button--visit { background: var(--night); color: #fff; min-width: 178px; align-self: center; white-space: nowrap; }
.button--visit:hover, .button--dark:hover { background: var(--cyan-deep); }
.text-link { color: var(--ink); font-weight: 800; text-decoration: none; border-bottom: 2px solid var(--gold); padding-bottom: 2px; }
.hero-panel { position: relative; overflow: hidden; background: var(--night); color: #fff; padding: 28px; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.hero-panel::before { content: ""; position: absolute; width: 180px; height: 180px; border-radius: 50%; right: -55px; top: -55px; background: rgba(29,184,196,.2); }
.panel-kicker { position: relative; margin-bottom: 28px; color: #aabaca; font-size: .74rem; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.hero-stat { position: relative; display: flex; flex-direction: column; gap: 5px; }
.hero-stat strong { font-size: 2.6rem; line-height: 1; letter-spacing: -.05em; }
.hero-stat span { color: #bfcddb; font-size: .82rem; line-height: 1.35; }
.hero-stat--feature { padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.15); }
.hero-stat--feature strong { color: var(--gold); font-size: 4.7rem; }
.hero-stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 24px 0; }
.panel-note { position: relative; display: flex; align-items: flex-start; gap: 10px; color: #dce8f2; font-size: .8rem; line-height: 1.45; }
.panel-note__mark { display: inline-grid; place-items: center; flex: 0 0 19px; width: 19px; height: 19px; border-radius: 50%; border: 1px solid var(--cyan); color: var(--cyan); font-weight: 900; font-size: .73rem; }

.notice-strip { display: flex; align-items: center; gap: 18px; padding: 16px 20px; margin-top: 6px; margin-bottom: 24px; border: 1px solid #b8dce0; border-radius: 15px; background: #e9f8f8; }
.notice-strip__icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--cyan-deep); color: #fff; font-size: .82rem; font-weight: 900; }
.notice-strip p { flex: 1; margin: 0; color: #2e5058; font-size: .91rem; line-height: 1.45; }
.notice-strip__date { color: #4f7379; font-size: .75rem; white-space: nowrap; }

.section { padding: 78px 0 24px; scroll-margin-top: 82px; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 40px; margin-bottom: 26px; }
.section-heading h2 { max-width: none; }
.section-heading__aside { max-width: 350px; margin: 0; color: var(--ink-soft); font-size: .9rem; line-height: 1.55; }
.section-number { color: #b7c2cf; font-size: 3.6rem; font-weight: 900; line-height: 1; letter-spacing: -.08em; }
.intro-paragraph, .after-table { max-width: none; margin: 0 0 26px; color: var(--ink-soft); font-size: 1.04rem; line-height: 1.8; }
.after-table { margin: 22px 0 0; }
.disclosure { display: flex; gap: 16px; align-items: flex-start; padding: 14px 16px; margin: 0 0 22px; border-left: 4px solid var(--coral); background: #fff0ec; color: #65433b; }
.disclosure__label { color: #c34e3f; font-size: .73rem; letter-spacing: .12em; text-transform: uppercase; font-weight: 900; white-space: nowrap; }
.disclosure p { margin: 0; font-size: .86rem; line-height: 1.5; }

.ranking-list { display: grid; gap: 14px; }
.ranking-card { display: grid; grid-template-columns: 54px minmax(210px, 1.1fr) minmax(240px, 1.4fr) 184px; gap: 18px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-small); }
.ranking-card--featured { border-color: rgba(29,184,196,.55); box-shadow: 0 14px 30px rgba(29,184,196,.12); }
.ranking-card__rank { display: flex; flex-direction: column; align-items: flex-start; }
.ranking-card__rank span { color: var(--coral); font-size: 1.7rem; font-weight: 900; letter-spacing: -.08em; line-height: 1; }
.ranking-card__rank small { color: #8a98a8; font-size: .68rem; text-transform: uppercase; letter-spacing: .08em; }
.ranking-card__identity { min-width: 0; display: grid; grid-template-columns: 100px 1fr; align-items: center; gap: 12px; }
.ranking-card__identity h3 { font-size: 1.1rem; letter-spacing: -.02em; }
.identity-note { display: block; margin-top: 4px; color: #8190a0; font-size: .75rem; line-height: 1.35; }
.logo-box { width: 100px; height: 58px; display: grid; place-items: center; overflow: hidden; padding: 7px 8px; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.logo-box img { width: 100%; height: 100%; object-fit: contain; }
.ranking-card__offer, .ranking-card__details { min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.ranking-card__offer strong { font-size: .9rem; line-height: 1.35; }
.label { color: var(--cyan-deep); font-size: .68rem; text-transform: uppercase; letter-spacing: .11em; font-weight: 900; }
.muted { color: #7b8897; font-size: .72rem; line-height: 1.35; }
.ranking-card__details { gap: 9px; margin: 0; }
.ranking-card__details > div { min-width: 0; }
.ranking-card__details dt { margin-bottom: 1px; color: #1b2b3e; font-size: .68rem; letter-spacing: .05em; text-transform: uppercase; font-weight: 850; }
.ranking-card__details dd { margin: 0; color: #586779; font-size: .73rem; line-height: 1.35; }
.bonus-callout { display: grid; grid-template-columns: 64px minmax(0, 1fr) auto; align-items: center; gap: 19px; margin-top: 25px; padding: 24px; border-radius: 20px; color: #fff; background: linear-gradient(115deg, #f26755 0%, #d85653 50%, #9f3e5b 100%); box-shadow: 0 16px 34px rgba(198,74,78,.2); }
.bonus-callout__orb { display: grid; place-items: center; width: 64px; height: 64px; border-radius: 50%; color: var(--night); background: var(--gold); font-size: 2rem; font-weight: 900; }
.bonus-callout .eyebrow { color: #ffd9a6; margin-bottom: 5px; }
.callout-title { color: #fff; font-size: 1.35rem; font-weight: 800; line-height: 1.2; letter-spacing: -.02em; }
.bonus-callout p { margin: 7px 0 0; color: #ffeae3; font-size: .84rem; line-height: 1.5; }
.bonus-callout a:not(.button) { color: #fff; font-weight: 800; }
.bonus-callout .button--dark { background: #fff; color: #9f3e5b; }

.two-column { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 16px; margin-top: 24px; }
.two-column--compact { margin-top: 28px; }
.insight-card { position: relative; min-height: 100%; padding: 26px 26px 24px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-small); }
.insight-card__index { display: inline-grid; place-items: center; width: 30px; height: 30px; margin-bottom: 15px; border-radius: 9px; color: var(--cyan-deep); background: #dbf5f6; font-size: .82rem; font-weight: 900; }
.insight-card h3 { margin-bottom: 12px; }
.insight-card p { margin: 0; color: var(--ink-soft); font-size: .93rem; line-height: 1.7; }

.table-wrap, .comparison-table-wrap { overflow-x: auto; margin-top: 30px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); box-shadow: var(--shadow-small); }
.data-table { width: 100%; min-width: 760px; border-collapse: collapse; text-align: left; font-size: .85rem; }
.data-table caption { padding: 17px 20px; color: var(--ink); text-align: left; font-weight: 850; font-size: .95rem; }
.data-table thead { background: var(--night); color: #fff; }
.data-table thead th { padding: 14px 16px; font-size: .72rem; line-height: 1.3; letter-spacing: .07em; text-transform: uppercase; font-weight: 850; }
.data-table tbody td, .data-table tbody th { padding: 16px; border-top: 1px solid var(--line); vertical-align: top; color: #526174; font-weight: 450; line-height: 1.45; }
.data-table tbody th { color: var(--ink); font-weight: 650; white-space: nowrap; }
.data-table tbody tr:nth-child(even) { background: #f8fafc; }
.data-table tbody tr:hover { background: #eef8f9; }
.data-table--payments th:first-child { width: 125px; }
.data-table--payments td:last-child { color: var(--cyan-deep); }
.data-table--payments td:nth-last-child(-n+2) { color: var(--cyan-deep); font-weight: 750; white-space: nowrap; }
.data-table--brands { min-width: 900px; }
.table-wrap--brands { border-color: #d7c8f2; box-shadow: 0 14px 28px rgba(111,80,168,.11); }
.data-table--brands caption { border-left: 5px solid #8b6be0; }
.data-table--brands thead { background: linear-gradient(105deg, #34305d, #6f5eae); }
.data-table--brands tbody td:nth-child(4), .data-table--brands tbody td:nth-child(5) { color: #5d3e99; font-weight: 750; white-space: nowrap; }
.data-table--compare { min-width: 850px; }
.data-table--check { min-width: 850px; }
.table-wrap--payments { border-color: #b8dfe3; box-shadow: 0 14px 28px rgba(29,184,196,.1); }
.data-table--payments caption { border-left: 5px solid var(--cyan); }
.data-table--payments thead { background: linear-gradient(105deg, #0a7380, #123d55); }
.data-table--payments tbody tr:nth-child(even) { background: #f0fbfb; }
.comparison-table-wrap--compare { border-color: #c9c4ee; box-shadow: 0 14px 28px rgba(83,70,156,.1); }
.data-table--compare caption { border-left: 5px solid #786be0; }
.data-table--compare thead { background: linear-gradient(105deg, #242348, #3c477e); }
.data-table--compare tbody td:nth-child(2) { background: #f4f3ff; }
.data-table--compare tbody td:nth-child(3) { background: #f0fbfb; }
.table-wrap--check { border-color: #f1c4bc; box-shadow: 0 14px 28px rgba(242,103,85,.1); }
.data-table--check caption { border-left: 5px solid var(--coral); }
.data-table--check thead { background: linear-gradient(105deg, #c64b43, #8f394d); }
.data-table--check tbody tr:nth-child(even) { background: #fff6f4; }

.feature-list, .safe-steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 10px; padding: 0; margin: 28px 0 0; list-style: none; }
.feature-list li, .safe-steps li { display: flex; gap: 12px; align-items: flex-start; min-height: 124px; padding: 18px; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.feature-list li > span, .safe-steps li > span { color: var(--coral); font-size: .72rem; font-weight: 900; letter-spacing: .08em; }
.feature-list strong, .safe-steps strong { display: block; margin-bottom: 5px; font-size: .94rem; }
.feature-list .list-copy, .safe-steps .list-copy { display: block; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }
.criteria-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 28px 0 0; padding: 0; list-style: none; }
.criteria-list__title { margin: 30px 0 -12px; color: var(--ink); font-size: 1.2rem; }
.criteria-list li { display: flex; gap: 13px; align-items: flex-start; min-height: 122px; padding: 18px; border: 1px solid #cfe4e6; border-radius: 15px; background: linear-gradient(145deg, #fff, #f1fbfb); }
.criteria-list li > span { color: var(--cyan-deep); font-size: .74rem; font-weight: 900; letter-spacing: .08em; }
.criteria-list strong { display: block; margin-bottom: 5px; font-size: .92rem; }
.criteria-list .list-copy { display: block; color: var(--ink-soft); font-size: .8rem; line-height: 1.5; }

.device-check { display: grid; grid-template-columns: minmax(220px, .7fr) minmax(0, 1.3fr); gap: 28px; align-items: center; margin-top: 28px; padding: 24px; border-radius: 19px; color: #fff; background: var(--night-2); }
.device-check__lead { display: flex; align-items: center; gap: 14px; }
.device-check__lead strong { font-size: 1rem; }
.device-check__lead span:not(.device-icon) { display: block; margin-top: 4px; color: #bfcbd9; font-size: .82rem; line-height: 1.4; }
.device-icon { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--night); background: var(--gold); font-size: 1.5rem; }
.device-check ol { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 28px; margin: 0; padding-left: 22px; color: #dbe7f1; font-size: .82rem; }
.device-check li::marker { color: var(--cyan); font-weight: 900; }

.safe-steps { grid-template-columns: repeat(3, minmax(0,1fr)); }
.safe-steps li { min-height: 106px; }
.safe-steps li > span { color: var(--cyan-deep); }

.section--faq { padding-bottom: 90px; }
.faq-list { display: grid; gap: 10px; margin-top: 26px; }
.faq-list details { border: 1px solid var(--line); border-radius: 15px; background: #fff; overflow: hidden; }
.faq-list summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 19px 22px; color: var(--ink); font-size: 1rem; font-weight: 800; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; color: var(--coral); font-size: 1.4rem; font-weight: 500; }
.faq-list details[open] summary::after { content: "−"; }
.faq-answer { padding: 0 22px 20px; }
.faq-answer p { margin: 0; max-width: 940px; color: var(--ink-soft); font-size: .93rem; line-height: 1.7; }

.site-footer { padding: 50px 0 0; color: #cad7e4; background: var(--night); }
.footer-grid { display: grid; grid-template-columns: 1.4fr .7fr 1fr; gap: 56px; padding-bottom: 42px; }
.brand-mark--footer { margin-bottom: 15px; }
.footer-brand p { max-width: 410px; margin: 0; color: #9eafc1; font-size: .86rem; line-height: 1.6; }
.footer-column { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-column h2 { margin: 0 0 7px; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.footer-column a { color: #b8c8d8; text-decoration: none; font-size: .86rem; }
.footer-column a:hover { color: var(--cyan); }
.footer-column p { margin: 0 0 8px; color: #9eafc1; font-size: .82rem; line-height: 1.55; }
.footer-age { display: flex; align-items: center; gap: 8px; color: #d8e7f0 !important; }
.footer-age span { display: grid; place-items: center; width: 32px; height: 24px; border-radius: 6px; background: var(--coral); color: #fff; font-size: .72rem; font-weight: 900; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0 23px; border-top: 1px solid rgba(255,255,255,.12); color: #8496a9; font-size: .75rem; }
.footer-support { padding: 0 0 30px; }
.footer-support h2 { margin: 0 0 16px; color: #fff; font-size: .8rem; text-transform: uppercase; letter-spacing: .12em; }
.support-logos { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 10px; }
.support-logo { display: grid; place-items: center; min-height: 76px; padding: 12px; border: 1px solid rgba(255,255,255,.16); border-radius: 12px; background: #172638; transition: transform .2s ease, border-color .2s ease; }
.support-logo:hover { transform: translateY(-2px); border-color: var(--cyan); }
.support-logo img { width: 100%; max-width: 150px; height: 48px; object-fit: contain; }
.catfish { position: fixed; left: 50%; bottom: 22px; z-index: 40; width: min(var(--content-width), calc(100% - 48px)); display: grid; grid-template-columns: 76px minmax(0, 1fr) auto; align-items: center; gap: 18px; padding: 18px 22px; color: #fff; border: 1px solid rgba(255,255,255,.2); border-radius: 18px; background: linear-gradient(115deg, #122b45, #101827 62%, #174b5c); box-shadow: 0 18px 42px rgba(16,24,39,.3); transform: translate(-50%, 140%); opacity: 0; }
.catfish.is-visible { animation: catfish-in .5s cubic-bezier(.22,.8,.25,1) forwards; }
.catfish.is-closing { animation: catfish-out .35s ease forwards; }
.catfish__close { position: absolute; top: 8px; right: 10px; width: 27px; height: 27px; padding: 0; border: 0; border-radius: 50%; color: #d9e6ef; background: rgba(255,255,255,.1); font-size: 1.25rem; line-height: 1; cursor: pointer; }
.catfish__close:hover { color: #fff; background: rgba(255,255,255,.2); }
.catfish__badge { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; color: var(--night); background: var(--gold); font-size: 1.2rem; font-weight: 900; }
.catfish__eyebrow { display: block; margin-bottom: 3px; color: #79e2e4; font-size: .7rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.catfish h2 { color: #fff; font-size: clamp(1.1rem, 2vw, 1.45rem); }
.catfish p { margin: 4px 0 0; color: #c4d8e6; font-size: .8rem; line-height: 1.4; }
.catfish .button { white-space: nowrap; margin-right: 14px; background: var(--coral); }
@keyframes catfish-in { from { transform: translate(-50%, 140%); opacity: 0; } to { transform: translate(-50%, 0); opacity: 1; } }
@keyframes catfish-out { from { transform: translate(-50%, 0); opacity: 1; } to { transform: translate(-50%, 140%); opacity: 0; } }
.error-page { min-height: 100vh; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; max-width: 790px; }
.error-page__brand { margin-bottom: 48px; color: var(--ink); }
.error-page h1 { max-width: 700px; }
.error-page > p:not(.eyebrow) { max-width: 650px; margin: 24px 0 28px; color: var(--ink-soft); font-size: 1.05rem; }

@media (max-width: 1060px) {
  .ranking-card { grid-template-columns: 48px minmax(200px, 1.1fr) minmax(220px, 1.15fr) minmax(190px, 1fr); }
  .ranking-card .button--visit { grid-column: 2 / -1; justify-self: start; min-width: 178px; }
  .ranking-card__identity { grid-template-columns: 86px 1fr; }
  .logo-box { width: 86px; }
  .criteria-list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .support-logos { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 860px) {
  .shell { width: min(var(--content-width), calc(100% - 36px)); }
  .hero { grid-template-columns: 1fr; gap: 25px; padding-top: 42px; }
  .hero-panel { max-width: 640px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 15px; }
  .section-heading__aside { max-width: 620px; }
  .section-number { position: absolute; right: 25px; opacity: .45; }
  .two-column, .feature-list, .safe-steps { grid-template-columns: 1fr 1fr; }
  .catfish { grid-template-columns: 62px minmax(0, 1fr) auto; gap: 13px; padding: 16px; }
  .catfish__badge { width: 56px; height: 56px; font-size: 1rem; }
  .device-check { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 700px) {
  .header-inner { min-height: 64px; gap: 12px; }
  .menu-toggle { display: inline-flex; margin-left: auto; align-items: center; }
  .header-status { display: none; }
  .site-nav { position: absolute; top: 64px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 8px 18px 16px; background: var(--night); border-bottom: 1px solid rgba(255,255,255,.13); }
  .site-nav[data-open="true"] { display: flex; }
  .site-nav a { padding: 12px 4px; border-bottom: 1px solid rgba(255,255,255,.1); }
  h1 { font-size: clamp(2.35rem, 11vw, 3.6rem); }
  .hero-lead { font-size: 1rem; }
  .notice-strip { align-items: flex-start; flex-wrap: wrap; gap: 12px; }
  .notice-strip p { flex-basis: calc(100% - 56px); }
  .notice-strip__date { margin-left: 56px; }
  .ranking-card { grid-template-columns: 42px 1fr; gap: 14px; padding: 16px; }
  .ranking-card__identity { grid-column: 2; grid-template-columns: 86px 1fr; }
  .ranking-card__offer, .ranking-card__details { grid-column: 2; }
  .ranking-card .button--visit { grid-column: 2; justify-self: stretch; }
  .bonus-callout { grid-template-columns: 48px minmax(0, 1fr); gap: 14px; }
  .bonus-callout__orb { width: 48px; height: 48px; font-size: 1.45rem; }
  .bonus-callout .button { grid-column: 2; justify-self: start; }
  .two-column, .feature-list, .safe-steps { grid-template-columns: 1fr; }
  .criteria-list { grid-template-columns: 1fr; }
  .catfish { width: calc(100% - 28px); grid-template-columns: 50px minmax(0, 1fr); bottom: 14px; }
  .catfish__badge { width: 46px; height: 46px; font-size: .82rem; }
  .catfish .button { grid-column: 2; justify-self: start; margin-top: 8px; }
  .support-logos { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .device-check ol { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 420px) {
  .shell { width: min(var(--content-width), calc(100% - 28px)); }
  .hero { padding-top: 30px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .ranking-card__identity { grid-template-columns: 1fr; }
  .logo-box { width: 100%; max-width: 160px; }
  .ranking-card__identity, .ranking-card__offer, .ranking-card__details, .ranking-card .button--visit { grid-column: 1 / -1; }
  .ranking-card__rank { grid-column: 1 / -1; flex-direction: row; gap: 8px; align-items: baseline; }
  .ranking-card__rank span { font-size: 1.45rem; }
  .ranking-card__rank small { font-size: .65rem; }
  .bonus-callout { grid-template-columns: 1fr; }
  .bonus-callout .button { grid-column: auto; width: 100%; }
  .section { padding-top: 60px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
