/* CoinHero · site stylesheet
   CoinHero palette: navy header, hero and footer, hot pink for calls to action, mint for active and featured states,
   on a cool off-white reading surface.
   One self-hosted typeface, IBM Plex Sans, for headings, text and interface.
   No shadows, no gradients, no rounded corners, no motion. */

@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/ibm-plex-sans-normal-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 400; font-display: swap; src: url("/fonts/ibm-plex-sans-normal-400-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/ibm-plex-sans-normal-500-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 500; font-display: swap; src: url("/fonts/ibm-plex-sans-normal-500-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/ibm-plex-sans-normal-600-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: normal; font-weight: 600; font-display: swap; src: url("/fonts/ibm-plex-sans-normal-600-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/ibm-plex-sans-italic-400-latin.woff2") format("woff2"); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
@font-face { font-family: "IBM Plex Sans"; font-style: italic; font-weight: 400; font-display: swap; src: url("/fonts/ibm-plex-sans-italic-400-latin-ext.woff2") format("woff2"); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; }

:root {
  --paper: #f5f6f8;
  --paper-2: #eceef3;
  --paper-3: #e0e4ec;
  --ink: #111214;
  --ink-2: #3d3f44;
  --muted: #686a70;
  --rule: #d9dde6;
  --rule-strong: #111214;
  --forest: #1d2d5c;
  --forest-2: #0b1838;
  --cream: #f6f6f3;
  --cream-2: #a9b4cf;
  --ochre: #f20066;
  --ochre-light: #56ffcd;
  --tint: #e7eaf2;
  --pink: #f20066;
  --pink-deep: #c70055;
  --mint: #56ffcd;
  --navy: #1d2d5c;
  --navy-deep: #0b1838;
  --navy-line: #2b3d70;
  --on-accent: #ffffff;
  --accent-d: #f20066;
  --on-accent-d: #ffffff;
  --ochre-deep: #1d2d5c;
  --serif: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --sans: "IBM Plex Sans", "Helvetica Neue", Arial, sans-serif;
  --wrap: 1120px;
  --wrap-wide: 1400px;
  --gutter: 20px;
}

* { box-sizing: border-box; }
html { background: var(--paper); -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 17px; line-height: 1.6; font-variant-numeric: tabular-nums; }
h1, h2, h3, h4 { font-family: var(--serif); font-weight: 600; line-height: 1.1; margin: 0 0 0.5em; color: var(--ink); letter-spacing: -0.005em; }
h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
h2 { font-size: 1.85rem; }
h3 { font-family: var(--sans); font-size: 1.12rem; font-weight: 600; line-height: 1.35; letter-spacing: 0; }
p { margin: 0 0 1em; }
a { color: var(--forest); text-decoration: underline; text-underline-offset: 0.15em; text-decoration-thickness: 1px; }
a:hover { color: var(--forest-2); text-decoration-thickness: 2px; }
a:focus-visible, button:focus-visible, select:focus-visible, input:focus-visible { outline: 2px solid var(--ochre); outline-offset: 2px; }
img { max-width: 100%; height: auto; display: block; }
ol, ul { padding-left: 1.3em; }
sup.ref { font-size: 0.72em; line-height: 0; margin-left: 2px; }
sup.ref a { text-decoration: none; padding: 0 1px; }
.muted { color: var(--muted); }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip { position: absolute; left: -999px; top: 0; background: var(--ink); color: var(--paper); padding: 8px 12px; z-index: 10; }
.skip:focus { left: 8px; top: 8px; }
.wrap { width: min(var(--wrap), calc(100% - 2 * var(--gutter))); margin: 0 auto; }
.wrap.wide { width: min(var(--wrap-wide), calc(100% - 2 * var(--gutter))); }
.wrap.narrow { max-width: 760px; }

/* Bands: charcoal blocks that frame the paper */
.band { background: var(--forest); color: var(--cream); }
.band a { color: var(--cream); }
.band a:hover { color: #fff; }
.band h1, .band h2, .band p { color: var(--cream); }

/* Masthead */
.masthead { border-bottom: 4px solid var(--accent-d); }
.masthead-row { display: flex; align-items: baseline; gap: 28px; padding: 22px 0 16px; flex-wrap: wrap; }
.wordmark { font-family: var(--serif); font-weight: 600; font-size: 2.1rem; color: var(--cream); text-decoration: none; letter-spacing: -0.01em; line-height: 1; }
.wordmark:hover { color: #fff; text-decoration: none; }
.masthead-line { margin: 0; font-size: 0.9rem; color: var(--cream-2); flex: 1 1 auto; }
.nav { display: flex; gap: 22px; flex-wrap: wrap; }
.nav a { color: var(--cream); text-decoration: none; font-weight: 500; font-size: 0.95rem; padding-bottom: 3px; border-bottom: 2px solid transparent; }
.nav a:hover, .nav a[aria-current="page"] { border-bottom-color: var(--ochre); color: #fff; }

/* Home hero: continues the masthead band, kept short */
.hero { padding: 22px 0 24px; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr); gap: 20px 48px; align-items: end; }
.hero .kicker { grid-column: 1 / -1; margin-bottom: 0; }
.hero h1 { font-size: clamp(1.9rem, 3.2vw, 2.7rem); line-height: 1.06; margin: 0; max-width: 20ch; }
.hero .standfirst { font-family: var(--serif); font-style: normal; font-size: clamp(1.02rem, 1.5vw, 1.15rem); line-height: 1.4; color: var(--cream); margin: 0; }
.hero .meta-line { grid-column: 1 / -1; color: var(--cream-2); margin-top: 6px; }
.hero .meta-line a { color: var(--cream); }

/* Openers on inner pages */
.opener { padding: 44px 0 24px; max-width: 860px; }
.kicker { font-size: 0.78rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest); margin: 0 0 14px; }
.band .kicker { color: var(--ochre-light); }
.standfirst { font-family: var(--serif); font-size: 1.4rem; line-height: 1.42; color: var(--ink-2); margin: 0 0 14px; }
.meta-line { font-size: 0.9rem; color: var(--muted); margin: 0; }

/* Numbered section furniture */
.section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ink); padding-top: 14px; margin: 40px 0 20px; flex-wrap: wrap; }
.section-head .title { display: flex; align-items: baseline; gap: 16px; }
.section-head h2 { margin: 0; font-size: 2rem; }
.num { font-family: var(--serif); font-weight: 600; font-size: 2.6rem; line-height: 1; color: var(--ochre-deep); font-variant-numeric: lining-nums; }
.section-link { font-size: 0.95rem; }

/* Logo strip */
.logo-strip { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 12px 10px; margin: 28px 0 0; padding: 0; list-style: none; }
.logo-strip li { margin: 0; }
.logo-strip a { display: block; text-decoration: none; }
.logo-strip .logo-tile { width: 100%; height: 72px; }
.logo-strip .tile-name { display: block; font-size: 0.8rem; font-weight: 500; color: var(--ink); margin-top: 6px; text-align: center; }

/* Featured panel */
.featured { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.25fr); border: 1px solid var(--ink); margin-top: 24px; background: var(--paper); }
.featured-copy { padding: 30px 32px 26px; display: flex; flex-direction: column; }
.featured-copy .logo-tile { width: 180px; height: 90px; margin-bottom: 20px; }
.featured-copy h2 { font-size: 2.3rem; margin: 0 0 6px; }
.featured-copy .one-line { font-family: var(--serif); font-style: normal; font-size: 1.2rem; color: var(--ink-2); margin: 0 0 18px; }
.featured-facts { margin: 0 0 20px; padding: 0; }
.featured-facts div { display: grid; grid-template-columns: 120px 1fr; gap: 12px; padding: 8px 0; border-top: 1px solid var(--rule); font-size: 0.93rem; }
.featured-facts div:last-child { border-bottom: 1px solid var(--rule); }
.featured-facts dt { font-weight: 600; color: var(--ink-2); font-size: 0.8rem; text-transform: uppercase; letter-spacing: 0.06em; padding-top: 2px; }
.featured-facts dd { margin: 0; }
.featured-copy .actions { margin: auto 0 10px; }
.featured-copy .commercial-line { margin: 0; }
.featured-shot { margin: 0; border-left: 1px solid var(--ink); background: var(--ink); display: flex; flex-direction: column; }
.featured-shot img { width: 100%; height: 100%; object-fit: cover; object-position: left top; flex: 1 1 auto; }
.featured-shot figcaption { font-size: 0.8rem; color: var(--cream-2); padding: 8px 14px; background: var(--ink); }
.featured-label { display: inline-block; background: var(--ochre); color: var(--on-accent); font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 4px 8px; margin-bottom: 16px; align-self: flex-start; }
.placement-line { font-size: 0.88rem; color: var(--muted); margin: 12px 0 0; max-width: 90ch; }

/* Two-column section */
.two-col { display: grid; grid-template-columns: minmax(0, 1.6fr) minmax(0, 1fr); gap: 56px; padding: 0 0 56px; }
.two-col h2 { font-size: 1.5rem; }
.aside { border: 1px solid var(--ink); padding: 24px 26px; align-self: start; background: var(--paper-2); }
.aside h2 { margin-top: 0; }
.aside p, .aside li { font-size: 0.95rem; }
.aside ul { padding-left: 1.1em; margin: 0 0 1em; }

/* Buttons */
.button { display: inline-block; padding: 11px 18px; margin: 0 8px 8px 0; background: var(--ochre); color: var(--on-accent); border: 2px solid var(--ochre); font-family: var(--sans); font-size: 0.9rem; font-weight: 600; line-height: 1.2; text-decoration: none; white-space: nowrap; cursor: pointer; }
.button:hover { background: var(--ink); border-color: var(--ink); color: var(--cream); text-decoration: none; }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: var(--cream); }
.band .button.secondary { color: var(--cream); border-color: var(--cream); }
.band .button.secondary:hover { background: var(--cream); color: var(--forest); }
body .band .button:not(.secondary), body .review-band .button:not(.secondary), body .sticky-offer .button, body .nav-featured span, body .sticky-offer em { background: var(--accent-d); border-color: var(--accent-d); color: var(--on-accent-d); }
body .band .button:not(.secondary):hover, body .review-band .button:not(.secondary):hover, body .sticky-offer .button:hover { background: transparent; border-color: var(--cream); color: var(--cream); }

/* Logo tiles: the operator's own mark on its own dark ground */
.logo-tile { display: inline-flex; align-items: center; justify-content: center; width: 112px; height: 56px; border: 1px solid var(--ink); flex: 0 0 auto; }
.logo-tile img { width: 72%; max-height: 58%; height: auto; object-fit: contain; }
.logo-tile.large { width: 100%; height: 100%; border: 0; }
.logo-tile.large img { width: 60%; max-height: 42%; }
.badge { display: inline-block; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; background: var(--ochre); color: var(--on-accent); padding: 3px 7px; margin-left: 10px; vertical-align: middle; }

/* Filter toolbar */
.toolbar { display: flex; flex-wrap: wrap; gap: 14px 24px; align-items: center; padding: 14px 16px; border: 2px solid var(--ink); margin-bottom: 18px; font-size: 0.92rem; background: var(--paper-2); }
.toolbar label { display: inline-flex; align-items: center; gap: 8px; }
.toolbar select { font: inherit; padding: 6px 30px 6px 8px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink); border-radius: 0; -webkit-appearance: none; appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%2317161a' stroke-width='1.5'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 10px center; }
.toolbar input[type="checkbox"] { width: 16px; height: 16px; margin: 0; accent-color: var(--forest); }
.toolbar output { margin-left: auto; color: var(--muted); }

/* Tables */
.table-scroll { overflow-x: auto; }
table { border-collapse: collapse; width: 100%; }
th, td { text-align: left; vertical-align: top; }
.shortlist thead th { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream); background: var(--ink); padding: 10px 12px; }
.shortlist td { padding: 20px 12px; border-bottom: 1px solid var(--rule); font-size: 0.95rem; }
.shortlist tbody tr:nth-child(even) td { background: var(--paper-2); }
.cell-brand { display: flex; gap: 16px; align-items: flex-start; min-width: 280px; }
.brand-text { display: flex; flex-direction: column; }
.brand-line { display: flex; align-items: center; gap: 10px; flex-wrap: wrap; }
.brand-line .badge { margin-left: 0; }
.brand-name { font-family: var(--serif); font-weight: 600; font-size: 1.4rem; color: var(--ink); text-decoration: none; line-height: 1.1; }
.brand-name:hover { text-decoration: underline; }
.brand-sub { font-size: 0.9rem; color: var(--muted); margin-top: 6px; max-width: 30ch; }
.cell-label { display: none; }
.cell-actions { white-space: nowrap; }
.cell-actions .button { display: block; margin: 0 0 8px; text-align: center; }
.table-note { font-size: 0.88rem; color: var(--muted); margin-top: 14px; max-width: 90ch; }
.shortlist-row[hidden] { display: none; }

.compare th, .compare td { padding: 14px 14px 14px 0; border-bottom: 1px solid var(--rule); font-size: 0.9rem; min-width: 150px; }
.compare thead th { vertical-align: top; border-bottom: 1px solid var(--ink); }
.compare thead th:first-child, .compare tbody th { min-width: 180px; font-weight: 600; color: var(--ink-2); position: sticky; left: 0; background: var(--paper); }
.compare tbody tr:nth-child(even) td, .compare tbody tr:nth-child(even) th { background: var(--paper-2); }
.compare-name { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.2rem; color: var(--ink); text-decoration: none; margin-top: 10px; }
.compare-actions td { border-bottom: 0; padding-top: 22px; }
.compare-actions .button { display: block; margin: 0 0 8px; text-align: center; max-width: 170px; }
.scroll-hint { display: none; font-size: 0.85rem; color: var(--muted); margin: 0 0 10px; }

/* Guide lists with counters */
.guide-list { list-style: none; padding: 0; margin: 0; counter-reset: guide; border-top: 1px solid var(--rule); }
.guide-list li { border-bottom: 1px solid var(--rule); counter-increment: guide; }
.guide-link { display: grid; grid-template-columns: 64px 1fr; gap: 16px; padding: 20px 0; text-decoration: none; color: var(--ink); }
.guide-link::before { content: counter(guide, decimal-leading-zero); font-family: var(--serif); font-weight: 600; font-size: 2.2rem; line-height: 1; color: var(--ochre-deep); }
.guide-link:hover .guide-title { text-decoration: underline; }
.guide-kicker { display: block; font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest); margin-bottom: 6px; }
.guide-title { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.45rem; line-height: 1.15; margin-bottom: 8px; }
.guide-standfirst { display: block; color: var(--ink-2); font-size: 0.98rem; max-width: 62ch; }

/* Review pages */
.crumbs { font-size: 0.88rem; color: var(--muted); padding-top: 18px; }
.crumbs a { color: var(--muted); }
.review-head { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 40px; padding: 24px 0 32px; border-bottom: 1px solid var(--ink); align-items: stretch; }
.brand-panel { border: 1px solid var(--ink); min-height: 260px; display: flex; flex-direction: column; justify-content: center; align-items: center; position: relative; }
.brand-panel .panel-label { position: absolute; top: 12px; left: 14px; font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cream-2); }
.review-title h1 { margin-bottom: 12px; }
.review-title .standfirst { font-size: 1.28rem; }
.actions { margin: 18px 0 8px; }
.commercial-line { font-size: 0.88rem; color: var(--muted); margin: 0 0 6px; max-width: 70ch; }
.placement-note { font-size: 0.9rem; color: var(--ink); border: 2px solid var(--ochre); padding: 12px 14px; margin: 12px 0 0; max-width: 70ch; background: var(--paper-2); }
.review-body { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 56px; padding: 36px 0 64px; }
.review-main { max-width: 720px; }
.review-main p, .review-main li { font-size: 1.02rem; line-height: 1.65; }
.review-section { margin: 36px 0 0; }
.review-section h2 { font-size: 1.6rem; margin-bottom: 12px; }
.verdict { border-top: 1px solid var(--ink); padding: 18px 0 8px; }
.verdict h2 { font-size: 0.78rem; font-family: var(--sans); font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest); margin-bottom: 12px; }
.verdict p { font-family: var(--serif); font-size: 1.3rem; line-height: 1.45; }
.verdict p:first-of-type::first-letter { font-family: var(--serif); font-weight: 600; font-size: 4.2em; line-height: 0.78; float: left; padding: 8px 10px 0 0; color: var(--forest); }
.screen { margin: 32px 0 8px; padding: 0; }
.screen img { border: 1px solid var(--ink); width: 100%; }
.screen figcaption { font-size: 0.86rem; color: var(--muted); margin-top: 8px; }
.review-lead { padding: 36px 0 0; }
.review-lead.has-shot { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 48px; align-items: start; }
.review-lead .verdict { max-width: 720px; }
.review-lead .screen { margin: 0; border-top: 1px solid var(--ink); padding-top: 18px; }
.key-facts { padding: 40px 0 8px; }
.key-facts-head { display: flex; justify-content: space-between; align-items: baseline; gap: 12px 32px; flex-wrap: wrap; border-top: 1px solid var(--ink); padding-top: 14px; margin-bottom: 4px; }
.key-facts-head h2 { font-size: 1.6rem; margin: 0; }
.key-facts-head p { font-size: 0.84rem; color: var(--muted); margin: 0; max-width: 60ch; }
.facts-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); column-gap: 36px; margin: 0; }
.facts-grid div { padding: 14px 0 16px; border-bottom: 1px solid var(--rule); }
.facts-grid dt { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest); margin: 0 0 5px; }
.facts-grid dd { margin: 0; font-size: 0.93rem; line-height: 1.5; }
.review-side { align-self: start; position: sticky; top: 20px; }
.toc-card { margin-top: 22px; padding: 16px 20px; border: 1px solid var(--rule); }
.toc-heading { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest); margin: 0 0 8px; }
.toc { margin: 0; padding-left: 1.2em; font-size: 0.92rem; }
.toc li { margin: 4px 0; }
.sources { font-size: 0.9rem; padding-left: 1.4em; }
.sources li { margin: 0 0 10px; }
.source-note { color: var(--muted); }

/* Articles and static pages */
.article { max-width: 760px; padding: 20px 0 64px; }
.article-head { padding: 24px 0 22px; border-bottom: 1px solid var(--ink); margin-bottom: 28px; }
.article-body p, .article-body li { font-size: 1.05rem; line-height: 1.68; }
.article-body > h2:first-child + p::first-letter, .article-body > p:first-child::first-letter { font-family: var(--serif); font-weight: 600; font-size: 3.9em; line-height: 0.8; float: left; padding: 6px 10px 0 0; color: var(--forest); }
.article-body h2 { font-size: 1.55rem; margin-top: 38px; }
.article-body h3 { margin-top: 26px; }
.article-body table { margin: 18px 0 26px; font-size: 0.95rem; }
.article-body th, .article-body td { padding: 10px 14px 10px 0; border-bottom: 1px solid var(--rule); }
.article-body thead th { border-bottom: 1px solid var(--ink); font-size: 0.78rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--forest); }
.article-body .example { border: 1px solid var(--ink); background: var(--paper-2); padding: 18px 22px; margin: 22px 0; }
.article-body .example p:last-child { margin-bottom: 0; }
.article-body .example h3 { margin-top: 0; }
.article-body dl { margin: 0 0 1.2em; }
.article-body dt { font-weight: 600; margin-top: 12px; }
.article-body dd { margin: 4px 0 0; }
.article-foot { border-top: 1px solid var(--rule); margin-top: 40px; padding-top: 18px; }
.footer-heading { font-size: 0.76rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest); margin: 0 0 8px; }
ul.plain { list-style: none; padding: 0; margin: 0; }
ul.plain li { margin: 6px 0; }

/* Footer */
.footer { margin-top: 40px; padding: 40px 0 30px; font-size: 0.9rem; border-top: 4px solid var(--ochre); }
.footer-grid { display: grid; grid-template-columns: minmax(0, 2fr) minmax(0, 1fr) minmax(0, 1fr); gap: 40px; }
.footer-wordmark { font-family: var(--serif); font-weight: 600; font-size: 1.6rem; margin: 0 0 10px; }
.footer-about p { max-width: 60ch; color: var(--cream); }
.footer-legal { color: var(--cream-2); font-size: 0.85rem; }
.footer .footer-heading { color: var(--ochre-light); }
.footer-links { display: flex; flex-direction: column; gap: 6px; }
.footer-links a { color: var(--cream); text-decoration: none; }
.footer-links a:hover { text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--forest-2); margin-top: 28px; padding-top: 16px; color: var(--cream-2); font-size: 0.82rem; }
.footer-bottom p { margin: 0; color: var(--cream-2); }

/* Responsive */
@media (max-width: 1000px) {
  .logo-strip { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .featured { grid-template-columns: 1fr; }
  .featured-shot { border-left: 0; border-top: 1px solid var(--ink); }
  .two-col { grid-template-columns: 1fr; gap: 36px; }
  .review-body { grid-template-columns: 1fr; gap: 36px; }
  .review-side { position: static; }
  .review-lead.has-shot { grid-template-columns: 1fr; gap: 28px; }
  .facts-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .toc-card { display: none; }
  .review-head { grid-template-columns: 1fr; gap: 20px; }
  .brand-panel { min-height: 170px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-about { grid-column: 1 / -1; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  :root { --gutter: 16px; }
  .masthead-row { gap: 10px 18px; padding: 16px 0 14px; }
  .masthead-line { flex-basis: 100%; order: 3; font-size: 0.85rem; }
  .nav { gap: 14px; }
  .hero { padding: 26px 0 28px; }
  .hero .wrap { grid-template-columns: 1fr; gap: 14px; }
  .opener { padding: 30px 0 20px; }
  .standfirst { font-size: 1.2rem; }
  .section-head h2 { font-size: 1.6rem; }
  .num { font-size: 2rem; }
  .logo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .logo-strip .logo-tile { height: 60px; }
  .featured-copy { padding: 22px 18px 20px; }
  .featured-copy h2 { font-size: 1.9rem; }
  .featured-facts div { grid-template-columns: 96px 1fr; }
  .facts-grid { grid-template-columns: 1fr; }
  .guide-link { grid-template-columns: 48px 1fr; gap: 12px; }
  .guide-link::before { font-size: 1.7rem; }
  /* Shortlist becomes a stacked list */
  .shortlist thead { display: none; }
  .shortlist, .shortlist tbody, .shortlist tr, .shortlist td { display: block; }
  .shortlist tr { border-bottom: 2px solid var(--ink); padding: 18px 0 14px; }
  .shortlist tbody tr:nth-child(even) td { background: transparent; }
  .shortlist td { border: 0; padding: 6px 0; }
  .cell-brand { min-width: 0; margin-bottom: 8px; }
  .cell-fact { display: grid; grid-template-columns: 110px 1fr; gap: 12px; font-size: 0.92rem; }
  .cell-label { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--forest); padding-top: 2px; }
  .cell-actions { padding-top: 12px; display: flex; gap: 8px; flex-wrap: wrap; }
  .cell-actions .button { display: inline-block; margin: 0; flex: 1 1 auto; }
  .toolbar output { margin-left: 0; flex-basis: 100%; }
  .compare th, .compare td { min-width: 170px; }
  .compare thead th:first-child, .compare tbody th { min-width: 120px; font-size: 0.82rem; padding-right: 10px; }
  .scroll-hint { display: block; }
  .footer-grid { grid-template-columns: 1fr; gap: 24px; }
}
@media print {
  .masthead, .footer, .toolbar, .actions, .toc-card { display: none; }
  body { background: #fff; color: #000; }
}

/* Square app-icon marks (Rollbit) need more of the tile */
.logo-tile img[src$=".png"][width="256"] { max-height: 82%; width: auto; }

/* Offers */
.section-intro { color: var(--ink-2); margin: -4px 0 18px; max-width: 80ch; }
.offers-board { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--ink); }
.offers-board > li { border-bottom: 1px solid var(--rule); }
.offer { display: grid; grid-template-columns: minmax(0, 1fr) 230px; gap: 18px 32px; padding: 22px 0; align-items: start; }
.offers-board .offer { grid-template-columns: 150px minmax(0, 1fr) 230px; }
.offer-brand { display: flex; flex-direction: column; gap: 8px; text-decoration: none; color: var(--ink); font-weight: 600; font-size: 0.9rem; }
.offer-brand .logo-tile { width: 150px; height: 64px; }
.offer-label { display: inline-block; background: var(--ochre); color: var(--on-accent); font-size: 0.72rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 3px 7px; margin-bottom: 10px; }
.offer-headline { font-family: var(--serif); font-weight: 600; font-size: 1.55rem; line-height: 1.15; margin: 0 0 10px; color: var(--ink); }
.offer-catch, .offer-verdict { font-size: 0.95rem; margin: 0 0 6px; color: var(--ink-2); max-width: 70ch; }
.offer-verdict { font-family: var(--serif); font-style: normal; font-size: 1.05rem; color: var(--ink); }
.offer-verdict strong, .offer-catch strong { font-family: var(--sans); font-style: normal; font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--forest); margin-right: 4px; }
.offer-cta .button { display: block; text-align: center; margin: 0 0 8px; }
.offer-checked { display: block; font-size: 0.8rem; color: var(--muted); }
.offer-section { padding: 28px 0 8px; }
.offer-section-title { font-size: 1.5rem; margin: 0 0 12px; }
.offer-main { border: 1px solid var(--ink); background: var(--paper-2); padding: 0 24px; }
.offer-more { list-style: none; margin: 0; padding: 0; }
.offer-more > li { border-bottom: 1px solid var(--rule); }
.offer-none { font-size: 1rem; color: var(--ink-2); border: 1px solid var(--rule); padding: 14px 18px; max-width: 80ch; }
.offer-group { margin: 12px 0 36px; }
.offer-group h2 { font-size: 1.55rem; margin: 0 0 12px; }
.jump { font-size: 0.92rem; margin-top: 14px; }
.brand-offer { display: block; margin-top: 10px; font-size: 0.86rem; font-weight: 600; color: var(--ink); text-decoration: none; border-left: 0; max-width: 34ch; line-height: 1.35; }
.brand-offer span { display: inline-block; background: var(--ochre); color: var(--on-accent); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 5px; margin-right: 6px; vertical-align: 1px; }
.brand-offer:hover { text-decoration: underline; }
.compare-offer td, .compare-offer th { background: var(--paper-2); }
.sticky-offer { display: none; }
@media (max-width: 1000px) {
  .offers-board .offer { grid-template-columns: 120px minmax(0, 1fr); }
  .offers-board .offer-cta { grid-column: 2; }
  .offer-brand .logo-tile { width: 120px; height: 56px; }
}
@media (max-width: 720px) {
  .offer, .offers-board .offer { grid-template-columns: 1fr; gap: 12px; }
  .offers-board .offer-cta { grid-column: auto; }
  .offer-headline { font-size: 1.3rem; }
  .offer-main { padding: 0 16px; }
  .sticky-offer { display: flex; position: fixed; left: 0; right: 0; bottom: 0; z-index: 20; gap: 12px; align-items: center; justify-content: space-between; background: var(--forest); color: var(--cream); padding: 10px 16px; border-top: 3px solid var(--ochre); font-size: 0.85rem; font-weight: 600; }
  .sticky-offer span { line-height: 1.3; }
  .sticky-offer .button { margin: 0; flex: 0 0 auto; padding: 9px 12px; }
  body:has(.sticky-offer) { padding-bottom: 76px; }
}

/* Keep the masthead on one line: the strapline only shows on wide screens */
.masthead-line { display: none; }

/* Hero v3: headline, actions and a live offers panel */
.hero { padding: 34px 0 36px; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, 1fr); gap: 28px 56px; align-items: center; }
.hero-copy .kicker { margin-bottom: 12px; }
.hero h1 { font-size: clamp(2.3rem, 4.4vw, 3.4rem); line-height: 1.04; margin: 0 0 16px; max-width: 17ch; }
.hero h1 em { font-style: normal; color: var(--ochre-light); font-weight: 500; }
.hero .standfirst { font-style: normal; font-size: clamp(1.05rem, 1.6vw, 1.2rem); color: var(--cream-2); max-width: 46ch; margin: 0 0 20px; }
.hero-actions { margin: 0 0 16px; }
.hero-actions .button { margin: 0 10px 10px 0; }
.hero .meta-line { font-size: 0.84rem; margin: 0; }
.hero-panel { background: var(--forest-2); border: 1px solid #2e2e2e; border-top: 3px solid var(--accent-d); padding: 18px 20px 16px; }
.hero-panel-title { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ochre-light); margin: 0 0 12px; }
.hero-offers { list-style: none; margin: 0; padding: 0; }
.hero-offers li { border-top: 1px solid #2e2e2e; }
.hero-offers li:first-child { border-top: 0; }
.hero-offer { display: grid; grid-template-columns: 96px minmax(0, 1fr); gap: 14px; align-items: center; padding: 12px 0; text-decoration: none; color: var(--cream); }
.hero-offer .logo-tile { width: 96px; height: 46px; border-color: #3a3a3a; }
.hero-offer-name { display: block; font-size: 0.78rem; color: var(--cream-2); margin-bottom: 2px; }
.hero-offer-headline { display: block; font-family: var(--serif); font-weight: 600; font-size: 1.08rem; line-height: 1.25; color: var(--cream); }
.hero-offer:hover .hero-offer-headline { text-decoration: underline; }
.hero-panel-link { display: inline-block; margin-top: 10px; font-size: 0.88rem; font-weight: 600; }
@media (max-width: 1000px) { .hero .wrap { grid-template-columns: 1fr; } .hero h1 { max-width: 18ch; } }
@media (max-width: 720px) { .hero { padding: 24px 0 26px; } .hero .wrap { grid-template-columns: 1fr; gap: 20px; } .hero-offer { grid-template-columns: 80px minmax(0,1fr); } .hero-offer .logo-tile { width: 80px; height: 40px; } }

.hero-offers li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 12px; align-items: center; }
.hero-claim { margin: 0 !important; padding: 8px 12px !important; font-size: 0.82rem !important; }
@media (max-width: 720px) { .hero-offers li { grid-template-columns: 1fr; gap: 0; padding-bottom: 12px; } .hero-claim { justify-self: start; } }

/* Featured casino (Craze) surfaces */
.nav-featured { display: inline-flex; align-items: center; gap: 6px; }
.nav-featured span { background: var(--ochre); color: var(--on-accent); font-size: 0.62rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 5px; }
.featured-card { border: 1px solid var(--ink); border-top: 3px solid var(--ochre); background: var(--paper-2); padding: 16px 18px 12px; margin: 22px 0; }
.fc-label { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ochre-deep); margin: 0 0 10px; }
.fc-body { display: grid; grid-template-columns: 112px minmax(0, 1fr); gap: 14px; align-items: start; }
.fc-headline { font-family: var(--serif); font-weight: 600; font-size: 1.15rem; line-height: 1.2; margin: 0 0 6px; }
.fc-line { font-size: 0.92rem; color: var(--ink-2); margin: 0; }
.fc-actions { display: flex; flex-wrap: wrap; gap: 8px 16px; align-items: center; margin-top: 14px; }
.fc-actions .button { margin: 0; }
.fc-review { font-size: 0.9rem; font-weight: 600; }
.fc-note { font-size: 0.74rem; color: var(--muted); margin: 10px 0 0; }
.article .featured-card { margin: 36px 0 8px; }
.review-side .featured-card .fc-body { grid-template-columns: 1fr; }
.offers-board li.is-featured { background: var(--tint); border-bottom: 3px solid var(--ochre); }
.offers-board li.is-featured .offer { padding-left: 16px; padding-right: 16px; }
.hero-offers li.hero-featured .hero-offer-name { color: var(--ochre-light); font-weight: 600; }
.shortlist tbody tr.is-featured td { background: var(--tint); }
.compare thead th:nth-child(2), .compare tbody td:nth-child(2) { background: var(--tint); }
.sticky-offer em { font-style: normal; background: var(--ochre); color: var(--on-accent); font-size: 0.66rem; letter-spacing: 0.08em; text-transform: uppercase; padding: 2px 5px; margin-right: 4px; vertical-align: 1px; }

/* Review header band (replaces the tall logo panel) */
.review-band { color: var(--cream); border-bottom: 4px solid var(--accent-d); margin-top: 14px; }
.review-band-row { display: grid; grid-template-columns: 220px minmax(0, 1fr) 320px; gap: 24px 40px; align-items: center; padding: 26px 0; }
.rb-logo img { width: 100%; max-width: 220px; max-height: 76px; object-fit: contain; object-position: left center; }
.rb-kicker { font-size: 0.72rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ochre-light); margin: 0 0 6px; }
.review-band h1 { color: #fff; font-size: clamp(2rem, 3.6vw, 3rem); margin: 0 0 6px; }
.rb-oneline { font-family: var(--serif); font-style: normal; font-size: 1.1rem; color: rgba(255,255,255,0.82); margin: 0; }
.rb-cta { background: rgba(0,0,0,0.28); border: 1px solid rgba(255,255,255,0.14); border-top: 3px solid var(--accent-d); padding: 14px 16px; }
.rb-offer-label { font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--ochre-light); margin: 0 0 4px; }
.rb-offer { font-family: var(--serif); font-weight: 600; font-size: 1.12rem; line-height: 1.25; color: #fff; margin: 0 0 12px; }
.rb-cta .button { display: block; text-align: center; margin: 0 0 8px; }
.rb-terms { font-size: 0.82rem; color: rgba(255,255,255,0.82); }
.rb-terms:hover { color: #fff; }
.rb-stats { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-bottom: 1px solid var(--rule); }
.rb-stats > div { padding: 14px 16px 14px 0; font-size: 0.92rem; line-height: 1.4; border-right: 1px solid var(--rule); padding-left: 16px; }
.rb-stats > div:first-child { padding-left: 0; }
.rb-stats > div:last-child { border-right: 0; }
.rb-stats span { display: block; font-size: 0.7rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: var(--forest); margin-bottom: 4px; }
.review-intro { padding: 22px 0 4px; max-width: 900px; margin-left: auto; margin-right: auto; }
.review-intro .standfirst { font-size: 1.28rem; }
.crumbs + .review-band { margin-top: 14px; }
@media (max-width: 1000px) {
  .review-band-row { grid-template-columns: 170px minmax(0, 1fr); }
  .rb-cta { grid-column: 1 / -1; }
  .rb-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .rb-stats > div:nth-child(2) { border-right: 0; }
  .rb-stats > div:nth-child(3) { padding-left: 0; border-top: 1px solid var(--rule); }
  .rb-stats > div:nth-child(4) { border-top: 1px solid var(--rule); }
}
@media (max-width: 720px) {
  .review-band-row { grid-template-columns: 1fr; gap: 14px; padding: 20px 0; }
  .rb-logo img { max-width: 170px; max-height: 56px; }
  .rb-stats { grid-template-columns: 1fr 1fr; }
  .rb-stats > div { font-size: 0.86rem; }
}

/* Light theme: light masthead and hero, sans headings, ink buttons and badges */
h1, h2, h3, h4 { letter-spacing: -0.02em; }
h1 { letter-spacing: -0.03em; }
a { color: var(--ink); }
a:hover { color: var(--ink); }
.masthead { background: var(--paper); color: var(--ink); border-bottom: 1px solid var(--rule); }
.masthead-row { align-items: center; padding: 16px 0; }
.wordmark { color: var(--ink); font-size: 1.5rem; letter-spacing: -0.035em; display: inline-flex; align-items: center; gap: 9px; }
.wordmark::before { content: ""; width: 14px; height: 14px; background: var(--ochre); display: inline-block; }
.wordmark:hover { color: var(--ink); }
.nav a { color: var(--ink); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--ochre); }
.footer-wordmark { letter-spacing: -0.03em; }
.button { background: var(--ink); border-color: var(--ink); color: var(--cream); }
.button:hover { background: transparent; border-color: var(--ink); color: var(--ink); }
.offer-label { background: var(--paper-3); color: var(--ink); }
.section-head, .verdict, .key-facts-head { border-top-width: 2px; }
.standfirst { font-size: 1.2rem; line-height: 1.5; }
.verdict p { font-size: 1.14rem; line-height: 1.6; }
.verdict p:first-of-type::first-letter, .article-body > h2:first-child + p::first-letter, .article-body > p:first-child::first-letter { float: none; font-size: inherit; font-weight: inherit; line-height: inherit; padding: 0; color: inherit; }
.offer-verdict { font-size: 0.98rem; }
.num { font-size: 2rem; letter-spacing: -0.03em; }
.screen img { border: 1px solid var(--rule); }
.hero { padding: 48px 0 44px; border-bottom: 1px solid var(--rule); }
.hero h1 { font-size: clamp(2.4rem, 4.6vw, 3.7rem); letter-spacing: -0.04em; line-height: 1.02; }
.hero h1 em { font-style: normal; font-weight: 600; color: var(--ink); text-decoration: underline; text-decoration-thickness: 0.08em; text-underline-offset: 0.1em; }
.hero .standfirst { color: var(--ink-2); }
.hero .meta-line { color: var(--muted); }
.hero .meta-line a { color: var(--ink); }
.hero .button.secondary { color: var(--ink); border-color: var(--ink); }
.hero .button.secondary:hover { background: var(--ink); color: var(--cream); }
.hero-panel { background: #fbfbf9; border: 1px solid var(--rule); border-top: 3px solid var(--ochre); }
.hero-panel-title { color: var(--ink); }
.hero-offers li { border-top-color: var(--rule); }
.hero-offer { color: var(--ink); }
.hero-offer .logo-tile { border-color: var(--ink); }
.hero-offer-name { color: var(--muted); }
.hero-offer-headline { color: var(--ink); }
.hero-offers li.hero-featured .hero-offer-name { color: var(--ink); }
.hero-panel-link { color: var(--ink); }
.rb-oneline { font-size: 1.05rem; }
.review-band { border-bottom: 0; }
.is-featured .offer-label, .featured-card .offer-label { background: var(--ochre); color: var(--on-accent); }
.footer-wordmark { display: flex; align-items: center; gap: 9px; }
.footer-wordmark::before { content: ""; width: 13px; height: 13px; background: var(--ochre); display: inline-block; }
body .masthead .nav-featured span { background: var(--ink); color: var(--cream); }

/* CoinHero palette */
.masthead { background: var(--navy); border-bottom: 1px solid var(--navy-line); }
.wordmark, .wordmark:hover { color: var(--cream); }
.wordmark::before, .footer-wordmark::before { background: var(--mint); }
.nav a { color: var(--cream); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--cream); border-bottom-color: var(--mint); }
body .masthead .nav-featured span { background: var(--mint); color: var(--navy-deep); }
.button { background: var(--pink); border-color: var(--pink); color: #ffffff; }
.button:hover { background: var(--pink-deep); border-color: var(--pink-deep); color: #ffffff; }
.button.secondary { background: transparent; color: var(--ink); border-color: var(--ink); }
.button.secondary:hover { background: var(--ink); color: var(--cream); }
.featured-label, .badge, .brand-offer span, .is-featured .offer-label, .featured-card .offer-label, .sticky-offer em { background: var(--mint); color: var(--navy-deep); }
.hero { background: var(--navy); border-bottom: 0; }
.hero h1 { color: #ffffff; }
.hero h1 em { color: var(--mint); text-decoration: none; }
.hero .kicker { color: var(--mint); }
.hero .standfirst { color: #c9d2e8; }
.hero .meta-line { color: var(--cream-2); }
.hero .meta-line a { color: #ffffff; }
.hero .button.secondary { color: #ffffff; border-color: #ffffff; }
.hero .button.secondary:hover { background: var(--cream); color: var(--navy); }
.hero-panel { background: var(--navy-deep); border: 1px solid var(--navy-line); border-top: 3px solid var(--mint); }
.hero-panel-title { color: #ffffff; }
.hero-offers li { border-top-color: var(--navy-line); }
.hero-offer, .hero-offer-headline, .hero-panel-link { color: #ffffff; }
.hero-offer .logo-tile { border-color: var(--navy-line); }
.hero-offer-name { color: var(--cream-2); }
.hero-offers li.hero-featured .hero-offer-name { color: var(--mint); }
.footer { background: var(--navy-deep); border-top: 0; }
.offers-board li.is-featured { border-bottom-color: var(--navy); }
.sticky-offer { background: var(--navy-deep); border-top-color: var(--mint); }
.toolbar { border: 1px solid var(--rule); background: var(--paper-2); }
.shortlist thead th { background: var(--navy); }

/* Head-to-head pages */
.vs-logos { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; }
.vs-logos .logo-tile { width: 132px; height: 64px; }
.vs-mark { font-weight: 600; font-size: 0.9rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--muted); }
.versus { padding-bottom: 56px; }
.vs-offers { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--ink); }
.vs-offer { padding: 20px 22px; display: flex; flex-direction: column; align-items: flex-start; }
.vs-offer + .vs-offer { border-left: 1px solid var(--rule); }
.vs-offer:first-child { background: var(--tint); }
.vs-name { font-weight: 600; font-size: 0.8rem; letter-spacing: 0.08em; text-transform: uppercase; color: var(--navy); margin: 0 0 10px; }
.vs-offer .offer-headline { font-size: 1.3rem; }
.vs-offer .button { margin: 6px 0 10px; }
.vs-review { font-size: 0.88rem; font-weight: 500; }
.vs-verdict { margin-top: 36px; max-width: 820px; }
.vs-choose { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin: 28px 0 8px; }
.vs-choose h2 { font-size: 1.25rem; margin-bottom: 10px; }
.vs-choose ul { margin: 0; padding-left: 1.1em; }
.vs-choose li { margin: 0 0 6px; }
.vs-table-title { font-size: 1.5rem; margin: 40px 0 14px; }
.vs-table { min-width: 0; width: 100%; }
.vs-table td { width: 40%; }
.vs-more { margin-top: 32px; }
.vs-links { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px 22px; font-size: 0.94rem; }
.vs-links a[aria-current="page"] { font-weight: 600; text-decoration: none; }
.review-links { margin-top: 6px; }

/* Promo code page */
.promo-page .offer-main { margin-bottom: 8px; }
.promo-body { max-width: 780px; padding-bottom: 56px; }
.promo-body h2 { font-size: 1.5rem; margin: 36px 0 12px; }
.promo-steps { padding-left: 1.3em; }
.promo-steps li { margin: 0 0 10px; }
.promo-cta { margin: 22px 0 0; }
.faq-item { border-top: 1px solid var(--rule); padding: 14px 0 4px; }
.faq-item h3 { margin: 0 0 6px; }
.promo-body .toc-heading { margin-top: 32px; }

/* Rakeback calculator */
.calc-wrap { padding-bottom: 56px; }
.calc { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px 24px; border: 1px solid var(--rule); background: var(--paper-2); padding: 18px 20px; }
.calc label { display: flex; flex-direction: column; gap: 6px; font-size: 0.86rem; font-weight: 600; color: var(--ink-2); }
.calc input, .calc select { font: inherit; font-size: 1rem; font-weight: 400; padding: 9px 10px; border: 1px solid var(--ink); background: var(--paper); color: var(--ink); border-radius: 0; }
.calc-cost { font-size: 1.05rem; margin: 18px 0 14px; }
.calc-table { width: 100%; border-collapse: collapse; }
.calc-table thead th { font-size: 0.74rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; color: var(--cream); background: var(--navy); padding: 10px 12px; text-align: left; }
.calc-table td, .calc-table tbody th { padding: 14px 12px; border-bottom: 1px solid var(--rule); vertical-align: middle; text-align: left; font-weight: 400; }
.calc-table tr.is-featured td, .calc-table tr.is-featured th { background: var(--tint); }
.calc-casino { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 600; color: var(--ink); }
.calc-casino .logo-tile { width: 96px; height: 46px; }
.calc-note { display: block; font-size: 0.8rem; color: var(--muted); max-width: 34ch; margin-top: 2px; }
.calc-month, .calc-year { font-weight: 600; font-size: 1.1rem; white-space: nowrap; }
.calc-table .button { margin: 0; }
.calc-sub { font-size: 1.25rem; margin: 36px 0 10px; }
.calc-excluded { font-size: 0.92rem; color: var(--ink-2); padding-left: 1.1em; }
.calc-excluded li { margin: 0 0 6px; }
@media (max-width: 720px) {
  .vs-offers, .vs-choose { grid-template-columns: 1fr; gap: 0; }
  .vs-offer + .vs-offer { border-left: 0; border-top: 1px solid var(--rule); }
  .vs-choose > div + div { margin-top: 20px; }
  .calc { grid-template-columns: 1fr; }
  .calc-table .calc-note { display: none; }
  .calc-casino .logo-tile { display: none; }
}
.calc input, .calc select { width: 100%; min-width: 0; }
.calc label { min-width: 0; }
