/* ============================================================
   Consumer — Which?/MoneySavingExpert-style
   Red + navy + yellow highlights on warm white paper.
   All rules scoped under .consumer-root.
   ============================================================ */

.consumer-root {
  /* Palette (OKLCH) */
  --c-paper:      oklch(0.988 0.003 80);
  --c-paper-2:    oklch(0.965 0.005 80);
  --c-paper-3:    oklch(0.935 0.008 80);
  --c-surface:    oklch(1.000 0 0);
  --c-surface-2:  oklch(0.975 0.004 80);
  --c-ink:        oklch(0.19  0.018 265);
  --c-ink-2:      oklch(0.34  0.018 265);
  --c-ink-3:      oklch(0.50  0.015 265);
  --c-ink-4:      oklch(0.62  0.010 265);
  --c-rule:       oklch(0.87  0.006 80);
  --c-rule-soft:  oklch(0.92  0.005 80);

  --c-navy:       oklch(0.28 0.065 265);
  --c-navy-ink:   oklch(0.22 0.065 265);

  --c-red:        oklch(0.55 0.220 25);
  --c-red-hover:  oklch(0.48 0.220 25);
  --c-red-ink:    oklch(0.38 0.170 25);
  --c-red-wash:   oklch(0.965 0.035 25);

  --c-yellow:     oklch(0.92 0.180 95);
  --c-yellow-ink: oklch(0.42 0.110 85);
  --c-yellow-wash:oklch(0.975 0.075 95);

  --c-green:      oklch(0.58 0.170 150);
  --c-green-ink:  oklch(0.38 0.140 150);
  --c-green-wash: oklch(0.965 0.045 150);

  /* Spacing */
  --cs-1: 0.25rem;
  --cs-2: 0.5rem;
  --cs-3: 0.75rem;
  --cs-4: 1rem;
  --cs-5: 1.5rem;
  --cs-6: 2rem;
  --cs-7: 3rem;
  --cs-8: 4rem;
  --cs-9: 6rem;

  /* Type */
  --c-font-display: var(--font-archivo), ui-sans-serif, system-ui, sans-serif;
  --c-font-body:    var(--font-hanken),  ui-sans-serif, system-ui, sans-serif;

  --ct-h1:   clamp(2.25rem, 4.2vw, 3.5rem);
  --ct-h2:   clamp(1.625rem, 2.4vw, 2.125rem);
  --ct-h3:   1.375rem;
  --ct-h4:   1.0625rem;
  --ct-body: 1.0625rem;
  --ct-small:0.9375rem;
  --ct-fine: 0.8125rem;
  --ct-micro:0.6875rem;

  /* Layout */
  --c-gutter:   clamp(1rem, 2.4vw, 2rem);
  --c-max:      78rem;

  background: var(--c-paper);
  color: var(--c-ink);
  font-family: var(--c-font-body);
  font-size: var(--ct-body);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "kern", "ss01";
  min-height: 100vh;
}

.consumer-root *,
.consumer-root *::before,
.consumer-root *::after { box-sizing: border-box; }

.consumer-root ::selection { background: var(--c-yellow); color: var(--c-ink); }

.consumer-root a {
  color: var(--c-red);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1.5px;
  font-weight: 500;
}
.consumer-root a:hover { color: var(--c-red-hover); text-decoration-thickness: 2px; }

.consumer-root button { font: inherit; color: inherit; background: none; border: 0; padding: 0; cursor: pointer; }

.consumer-root h1, .consumer-root h2, .consumer-root h3, .consumer-root h4 {
  font-family: var(--c-font-display);
  color: var(--c-ink);
  letter-spacing: -0.015em;
  margin: 0;
  text-wrap: balance;
}

/* ============================================================
   Announcement bar
   ============================================================ */

.c-announce {
  background: var(--c-navy);
  color: var(--c-paper);
  font-family: var(--c-font-display);
  font-size: var(--ct-micro);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 600;
}
.c-announce .wrap {
  max-width: var(--c-max);
  margin: 0 auto;
  padding: 0.55rem var(--c-gutter);
  display: flex;
  justify-content: space-between;
  gap: var(--cs-4);
  align-items: center;
  flex-wrap: wrap;
}
.c-announce .mark {
  background: var(--c-yellow);
  color: var(--c-navy-ink);
  padding: 0.2em 0.6em;
  margin-right: 0.4em;
  font-weight: 800;
}
.consumer-root .c-announce a { color: var(--c-paper); text-decoration: underline; text-decoration-thickness: 1px; }

/* ============================================================
   Masthead
   ============================================================ */

.c-mast {
  background: var(--c-surface);
  border-bottom: 1px solid var(--c-rule);
}
.c-mast .wrap {
  max-width: var(--c-max);
  margin: 0 auto;
  padding: var(--cs-5) var(--c-gutter);
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: var(--cs-5);
  align-items: center;
}

.consumer-root a.c-logo,
.consumer-root .c-logo {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  color: var(--c-ink);
}
.c-logo .mk {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  background: var(--c-red);
  color: var(--c-surface);
  font-family: var(--c-font-display);
  font-weight: 900;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
  border-radius: 2px;
}
.c-logo .nm {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.35rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.c-logo .nm small {
  display: block;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink-3);
  margin-top: 3px;
}

.c-navbar {
  display: flex;
  gap: var(--cs-5);
  justify-content: center;
  flex-wrap: wrap;
}
.consumer-root .c-navbar a {
  font-family: var(--c-font-display);
  font-weight: 600;
  font-size: 0.9375rem;
  letter-spacing: 0.01em;
  color: var(--c-ink);
  text-decoration: none;
  padding: 0.35em 0;
  border-bottom: 2px solid transparent;
}
.consumer-root .c-navbar a:hover { color: var(--c-red); border-bottom-color: var(--c-red); }
.consumer-root .c-navbar a[aria-current="page"] { color: var(--c-red); border-bottom-color: var(--c-red); }

.c-mast-actions {
  display: inline-flex;
  align-items: center;
  gap: var(--cs-3);
  font-family: var(--c-font-display);
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--c-ink-2);
}
.c-mast-actions .views {
  display: inline-flex;
  border: 1px solid var(--c-rule);
  border-radius: 999px;
  overflow: hidden;
}
.consumer-root .c-mast-actions .views a {
  padding: 0.4em 0.9em;
  color: var(--c-ink-2);
  text-decoration: none;
  border-right: 1px solid var(--c-rule);
  font-weight: 600;
}
.consumer-root .c-mast-actions .views a:last-child { border-right: 0; }
.consumer-root .c-mast-actions .views a[aria-current="page"] { background: var(--c-red); color: var(--c-surface); }

/* ============================================================
   Breadcrumb
   ============================================================ */

.c-crumb {
  max-width: var(--c-max);
  margin: 0 auto;
  padding: 0.75rem var(--c-gutter);
  font-family: var(--c-font-body);
  font-size: var(--ct-fine);
  color: var(--c-ink-3);
  border-bottom: 1px solid var(--c-rule-soft);
}
.consumer-root .c-crumb a { color: var(--c-ink-3); text-decoration: none; font-weight: 500; }
.consumer-root .c-crumb a:hover { color: var(--c-red); text-decoration: underline; }
.c-crumb .sep { margin: 0 0.5em; color: var(--c-ink-4); }
.c-crumb .here { color: var(--c-ink); font-weight: 600; }

/* ============================================================
   Hero
   ============================================================ */

.c-page {
  max-width: var(--c-max);
  margin: 0 auto;
  padding: var(--cs-6) var(--c-gutter);
}

.c-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-6);
  padding: var(--cs-7) 0 var(--cs-6);
}
@media (min-width: 900px) {
  .c-hero { grid-template-columns: 1.8fr 1fr; align-items: start; }
}

.c-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  font-family: var(--c-font-display);
  font-size: var(--ct-fine);
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-red);
  margin-bottom: var(--cs-4);
}
.c-eyebrow::before {
  content: "";
  width: 2rem;
  height: 3px;
  background: var(--c-red);
  display: inline-block;
}

.c-h1 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: var(--ct-h1);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: var(--c-ink);
}
.c-lede {
  margin: var(--cs-4) 0 0;
  font-size: 1.1875rem;
  line-height: 1.5;
  color: var(--c-ink-2);
  max-width: 52ch;
}

.c-byline {
  margin-top: var(--cs-5);
  display: flex;
  align-items: center;
  gap: var(--cs-3);
  padding-top: var(--cs-4);
  border-top: 1px solid var(--c-rule);
}
.c-byline .avs {
  display: inline-flex;
}
.c-byline .av {
  width: 2.25rem; height: 2.25rem;
  border-radius: 50%;
  background: var(--c-navy);
  color: var(--c-paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
  border: 2px solid var(--c-surface);
  margin-left: -0.55rem;
}
.c-byline .av:first-child { margin-left: 0; }
.c-byline .av:nth-child(2) { background: var(--c-red); }
.c-byline .av:nth-child(3) { background: var(--c-yellow-ink); }

/* Build 14 — author photo (real headshot replaces initials when available) */
.c-byline .av-img {
  width: 2.25rem; height: 2.25rem;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--c-surface);
  display: inline-block;
  background: var(--c-rule);
}

.c-byline .meta {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  color: var(--c-ink-2);
}
.c-byline .meta strong { color: var(--c-ink); font-weight: 700; }
.c-byline .meta .sep { color: var(--c-ink-4); margin: 0 0.5em; }

/* Hero stats card */
.c-stats-card {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  border-top: 4px solid var(--c-red);
  padding: var(--cs-5);
}
.c-stats-card h3 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.0625rem;
  color: var(--c-navy);
  text-transform: uppercase;
  letter-spacing: 0.02em;
  margin-bottom: var(--cs-3);
}
.c-stats-list {
  list-style: none; margin: 0; padding: 0;
  display: grid; gap: var(--cs-3);
}
.c-stats-list li {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--cs-3);
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  color: var(--c-ink-2);
  padding-bottom: var(--cs-3);
  border-bottom: 1px solid var(--c-rule-soft);
}
.c-stats-list li:last-child { border-bottom: 0; padding-bottom: 0; }
.c-stats-list .v {
  font-family: var(--c-font-display);
  font-weight: 800;
  color: var(--c-ink);
  font-variant-numeric: tabular-nums;
}

/* ============================================================
   Tip / Warning boxes
   ============================================================ */

.c-tip {
  background: var(--c-yellow-wash);
  border: 1px solid var(--c-yellow);
  padding: var(--cs-5);
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: var(--cs-4);
  align-items: start;
}
.c-tip .ic {
  width: 2.25rem; height: 2.25rem;
  background: var(--c-yellow);
  color: var(--c-yellow-ink);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--c-font-display);
  font-weight: 900;
  font-size: 1rem;
  border-radius: 50%;
}
.c-tip h4 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.0625rem;
  color: var(--c-yellow-ink);
  margin-bottom: var(--cs-2);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.c-tip p {
  font-size: var(--ct-small);
  line-height: 1.55;
  color: var(--c-ink-2);
  margin: 0;
}
.c-tip p + p { margin-top: var(--cs-3); }

/* ============================================================
   Section header
   ============================================================ */

.c-section {
  padding: var(--cs-7) 0;
  border-top: 2px solid var(--c-ink);
}
.c-section:first-of-type { border-top: 0; padding-top: var(--cs-5); }

.c-section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--cs-5);
  margin-bottom: var(--cs-6);
  flex-wrap: wrap;
}
.c-section-head h2 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: var(--ct-h2);
  letter-spacing: -0.018em;
  color: var(--c-ink);
}
.c-section-head .updated {
  font-family: var(--c-font-body);
  font-size: var(--ct-fine);
  color: var(--c-ink-3);
  font-weight: 500;
}
.c-section-head .updated strong { color: var(--c-ink); }

/* ============================================================
   Comparison table
   ============================================================ */

.c-compare {
  border: 1px solid var(--c-rule);
  background: var(--c-surface);
  overflow-x: auto;
}
.c-compare table {
  width: 100%;
  border-collapse: collapse;
  font-family: var(--c-font-body);
}
.c-compare th, .c-compare td {
  padding: var(--cs-3) var(--cs-4);
  text-align: left;
  font-size: var(--ct-small);
  border-bottom: 1px solid var(--c-rule-soft);
  vertical-align: middle;
  white-space: nowrap;
}
.c-compare thead th {
  background: var(--c-paper-2);
  font-family: var(--c-font-display);
  font-weight: 700;
  color: var(--c-ink);
  font-size: var(--ct-small);
  text-align: center;
  padding: var(--cs-4);
  border-bottom: 2px solid var(--c-ink);
  position: relative;
}
.c-compare thead th.label {
  text-align: left;
  background: var(--c-surface);
  position: sticky;
  left: 0;
  border-right: 1px solid var(--c-rule);
  z-index: 2;
}
.c-compare thead th .mini-rosette {
  display: block;
  margin-top: 0.35rem;
}
.c-compare tbody th.row-label {
  text-align: left;
  font-family: var(--c-font-display);
  font-weight: 700;
  color: var(--c-ink-2);
  font-size: var(--ct-fine);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  background: var(--c-surface);
  position: sticky;
  left: 0;
  border-right: 1px solid var(--c-rule);
  z-index: 1;
}
.c-compare tbody tr:nth-child(even) td { background: var(--c-paper-2); }
.c-compare tbody td { text-align: center; color: var(--c-ink); font-variant-numeric: tabular-nums; }
.c-compare tbody tr:last-child th, .c-compare tbody tr:last-child td { border-bottom: 0; }
.c-compare .tkr-head {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.0625rem;
  letter-spacing: -0.01em;
  color: var(--c-ink);
}
.c-compare .rating { color: var(--c-navy); font-weight: 600; }
.c-compare tbody tr.score td { background: var(--c-paper-2); }
.c-compare tbody tr.score td .v { font-family: var(--c-font-display); font-weight: 800; font-size: 1.25rem; color: var(--c-ink); }
.c-compare tbody tr.score td .d { display: block; color: var(--c-ink-3); font-size: var(--ct-fine); font-weight: 500; }

/* ============================================================
   Operator card
   ============================================================ */

.c-cards { display: grid; gap: var(--cs-6); }

.c-card {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 860px) {
  .c-card { grid-template-columns: 1.7fr 1fr; }
}

.c-card[data-rank="1"] { border: 2px solid var(--c-red); }

.c-card-main { padding: var(--cs-6); min-width: 0; }
.c-card-side {
  padding: var(--cs-6);
  background: var(--c-paper-2);
  border-left: 1px solid var(--c-rule);
  display: flex;
  flex-direction: column;
  gap: var(--cs-4);
}
@media (max-width: 859px) {
  .c-card-side { border-left: 0; border-top: 1px solid var(--c-rule); }
}

.c-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--cs-5);
  margin-bottom: var(--cs-4);
}
.c-card-title { flex: 1; min-width: 0; }
.c-card-title .rank-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: var(--c-navy);
  color: var(--c-paper);
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.3em 0.75em;
  margin-bottom: var(--cs-3);
  border-radius: 2px;
}
.c-card-title .rank-pill.is-best { background: var(--c-red); }
.c-card-title h3 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.875rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: var(--c-ink);
}
.c-card-title .tag {
  color: var(--c-ink-3);
  font-size: var(--ct-small);
  margin-top: var(--cs-2);
  max-width: 52ch;
  line-height: 1.5;
}

.c-best-for {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  margin-top: var(--cs-4);
  background: var(--c-navy);
  color: var(--c-paper);
  padding: 0.4em 0.85em;
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 0.8125rem;
  letter-spacing: 0.02em;
}
.c-best-for .k {
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(0.85 0.04 265);
  margin-right: 0.5em;
  font-weight: 600;
  border-right: 1px solid oklch(0.45 0.05 265);
  padding-right: 0.55em;
}

.c-cat-rates {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--cs-2) var(--cs-4);
  margin: var(--cs-5) 0 var(--cs-5);
  padding: var(--cs-4) 0;
  border-top: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
}
.c-cat-rates .row {
  display: contents;
}
.c-cat-rates .row > .lbl {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  color: var(--c-ink-2);
  display: flex;
  align-items: center;
}
.c-cat-rates .row > .rate {
  display: flex;
  align-items: center;
  gap: var(--cs-3);
}
.c-cat-rates .rate-num {
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: var(--ct-small);
  color: var(--c-ink-2);
  font-variant-numeric: tabular-nums;
  min-width: 1.8rem;
  text-align: right;
}

.c-proscons {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-5);
  margin-bottom: var(--cs-5);
}
@media (min-width: 600px) {
  .c-proscons { grid-template-columns: 1fr 1fr; }
}

.c-pc-list { list-style: none; margin: 0; padding: 0; }
.c-pc-list li {
  display: grid;
  grid-template-columns: 1.25rem 1fr;
  gap: 0.55rem;
  padding: 0.45rem 0;
  font-size: var(--ct-small);
  line-height: 1.45;
  color: var(--c-ink);
  border-bottom: 1px dashed var(--c-rule-soft);
}
.c-pc-list li:last-child { border-bottom: 0; }
.c-pc-list .mark {
  font-family: var(--c-font-display);
  font-weight: 800;
  line-height: 1.2;
}
.c-pc-list.pros .mark { color: var(--c-green); }
.c-pc-list.cons .mark { color: var(--c-red); }

.c-pc-title {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.8125rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: var(--cs-3);
  color: var(--c-ink-2);
}
.pros .c-pc-title { color: var(--c-green-ink); }
.cons .c-pc-title { color: var(--c-red-ink); }

.c-verdict {
  background: var(--c-navy);
  color: var(--c-paper);
  padding: var(--cs-4) var(--cs-5);
  margin-top: var(--cs-5);
  position: relative;
}
.c-verdict .lbl {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: oklch(0.82 0.1 95);
  margin-bottom: var(--cs-2);
}
.c-verdict p {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  line-height: 1.55;
  margin: 0;
  color: var(--c-paper);
}

/* Card side */
.c-card-side .overall {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--cs-3);
  padding-bottom: var(--cs-3);
  border-bottom: 1px solid var(--c-rule);
}
.c-card-side .overall .lbl {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-ink-3);
}
.c-card-side .overall .v {
  font-family: var(--c-font-display);
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--c-red);
  font-variant-numeric: lining-nums;
}
.c-card-side .overall .v small {
  font-size: 0.9375rem;
  color: var(--c-ink-3);
  font-weight: 700;
  letter-spacing: 0;
}

.c-quickfacts { display: grid; gap: 0.55rem; margin-top: var(--cs-3); }
.c-quickfacts .row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--cs-3);
  font-size: var(--ct-small);
  padding: 0.35rem 0;
  border-bottom: 1px dashed var(--c-rule-soft);
}
.c-quickfacts .row:last-child { border-bottom: 0; }
.c-quickfacts .k { color: var(--c-ink-3); }
.c-quickfacts .v { color: var(--c-ink); font-weight: 600; font-variant-numeric: tabular-nums; text-align: right; }

.c-cta-row { display: flex; flex-direction: column; gap: var(--cs-3); margin-top: auto; padding-top: var(--cs-4); }

.consumer-root a.c-cta,
.consumer-root .c-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45em;
  background: var(--c-red);
  color: var(--c-surface);
  padding: 0.95em 1.25em;
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.9375rem;
  letter-spacing: 0.02em;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  transition: background 150ms, transform 120ms;
  border-radius: 2px;
  text-align: center;
}
.consumer-root a.c-cta:hover,
.consumer-root .c-cta:hover { background: var(--c-red-hover); color: var(--c-surface); text-decoration: none; }
.c-cta:active { transform: translateY(1px); }
.c-cta .arr { display: inline-block; transition: transform 150ms; }
.c-cta:hover .arr { transform: translateX(3px); }

.consumer-root a.c-cta-secondary,
.consumer-root .c-cta-secondary {
  color: var(--c-navy);
  text-align: center;
  font-size: var(--ct-small);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

.c-card-foot {
  font-family: var(--c-font-body);
  font-size: 0.7rem;
  color: var(--c-ink-3);
  line-height: 1.4;
  padding-top: var(--cs-3);
  border-top: 1px dashed var(--c-rule-soft);
}

/* ============================================================
   Best Buy rosette
   ============================================================ */

.c-rosette { display: inline-block; }
.c-rosette.lg { width: 7rem; }
.c-rosette.md { width: 5rem; }
.c-rosette.sm { width: 2.5rem; }
.c-rosette svg { display: block; width: 100%; }

.c-rosette-float {
  position: absolute;
  top: -1rem;
  right: 1.5rem;
  z-index: 2;
}

/* ============================================================
   How we test
   ============================================================ */

.c-steps {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  counter-reset: step;
}
@media (min-width: 760px) {
  .c-steps { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .c-steps { grid-template-columns: repeat(4, 1fr); }
}

.c-step {
  padding: var(--cs-5);
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  border-top: 4px solid var(--c-red);
  counter-increment: step;
}
.c-step .n {
  font-family: var(--c-font-display);
  font-weight: 900;
  font-size: 3rem;
  line-height: 1;
  color: var(--c-red);
  letter-spacing: -0.04em;
}
.c-step .n::before { content: counter(step, decimal-leading-zero); }
.c-step h4 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.125rem;
  margin: var(--cs-3) 0 var(--cs-2);
  color: var(--c-ink);
}
.c-step p {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  line-height: 1.5;
  color: var(--c-ink-2);
  margin: 0;
}

/* ============================================================
   Bonus Calculator
   ============================================================ */

.c-calc {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 860px) {
  .c-calc { grid-template-columns: 1fr 1fr; }
}

.c-calc-form { padding: var(--cs-6); border-bottom: 1px solid var(--c-rule); }
@media (min-width: 860px) {
  .c-calc-form { border-bottom: 0; border-right: 1px solid var(--c-rule); }
}

.c-calc-out {
  padding: var(--cs-6);
  background: var(--c-paper-2);
  display: flex;
  flex-direction: column;
  gap: var(--cs-4);
}

.c-calc h3 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--c-ink);
  margin-bottom: var(--cs-2);
  letter-spacing: -0.01em;
}
.c-calc .help {
  font-size: var(--ct-small);
  color: var(--c-ink-3);
  margin-bottom: var(--cs-5);
}

.c-field { margin-bottom: var(--cs-4); }
.c-field label {
  display: block;
  font-family: var(--c-font-display);
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--c-ink-2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: var(--cs-2);
}
.c-field .row {
  display: flex;
  align-items: center;
  gap: var(--cs-3);
  background: var(--c-paper-2);
  border: 1.5px solid var(--c-rule);
  padding: 0.6em 0.75em;
  transition: border-color 120ms;
}
.c-field .row:focus-within { border-color: var(--c-red); background: var(--c-surface); }
.c-field .prefix, .c-field .suffix {
  font-family: var(--c-font-display);
  font-weight: 700;
  color: var(--c-ink-3);
  font-size: 1rem;
}
.c-field input[type="number"] {
  flex: 1;
  border: 0; outline: none; background: transparent;
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--c-ink);
  font-variant-numeric: tabular-nums;
  width: 100%;
  min-width: 0;
}

.c-radio-row { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.c-radio {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  padding: 0.55em 0.9em;
  border: 1.5px solid var(--c-rule);
  background: var(--c-surface);
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 0.8125rem;
  color: var(--c-ink-2);
  cursor: pointer;
  user-select: none;
  letter-spacing: 0.02em;
}
.c-radio:hover { border-color: var(--c-ink-3); }
.c-radio.is-active {
  border-color: var(--c-red);
  background: var(--c-red-wash);
  color: var(--c-red-ink);
}
.c-radio input { position: absolute; opacity: 0; pointer-events: none; }

.c-out-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: var(--cs-3) 0;
  border-bottom: 1px solid var(--c-rule);
}
.c-out-row:last-child { border-bottom: 0; }
.c-out-row .k {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  color: var(--c-ink-2);
}
.c-out-row .v {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.0625rem;
  color: var(--c-ink);
  font-variant-numeric: tabular-nums;
}
.c-out-row.primary .v {
  color: var(--c-red);
  font-size: 2rem;
  letter-spacing: -0.02em;
}
.c-out-row.primary .k {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--c-ink-2);
}
.c-calc-note {
  background: var(--c-yellow-wash);
  border-left: 1px solid var(--c-yellow);
  padding: var(--cs-3) var(--cs-4);
  font-family: var(--c-font-body);
  font-size: var(--ct-fine);
  color: var(--c-yellow-ink);
  font-weight: 500;
  line-height: 1.5;
}

/* ============================================================
   FAQ
   ============================================================ */

.c-faq { display: grid; gap: 0; border-top: 1px solid var(--c-rule); }
.c-faq details {
  border-bottom: 1px solid var(--c-rule);
  padding: 0;
}
.c-faq summary {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: var(--cs-4);
  padding: var(--cs-5) var(--cs-2);
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  color: var(--c-ink);
  cursor: pointer;
  list-style: none;
  transition: color 150ms;
}
.c-faq summary::-webkit-details-marker { display: none; }
.c-faq summary:hover { color: var(--c-red); }
.c-faq summary .ic {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--c-red);
  transition: transform 200ms ease;
  display: inline-flex;
  width: 1.5rem; height: 1.5rem;
  align-items: center; justify-content: center;
}
.c-faq details[open] summary .ic { transform: rotate(45deg); }
.c-faq .a {
  padding: 0 var(--cs-2) var(--cs-5);
  font-family: var(--c-font-body);
  font-size: var(--ct-body);
  line-height: 1.6;
  color: var(--c-ink-2);
  max-width: 68ch;
}

/* ============================================================
   Sidebar updates
   ============================================================ */

.c-two-col {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-7);
}
@media (min-width: 1024px) {
  .c-two-col { grid-template-columns: 1fr 18rem; }
}

.c-aside {
  display: grid;
  gap: var(--cs-5);
  align-self: start;
  position: sticky;
  top: 1rem;
}

.c-aside-card {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  padding: var(--cs-5);
}
.c-aside-card h4 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-red);
  margin-bottom: var(--cs-3);
  padding-bottom: var(--cs-3);
  border-bottom: 2px solid var(--c-ink);
}
.c-aside-card ul { list-style: none; margin: 0; padding: 0; display: grid; gap: var(--cs-3); }
.c-aside-card li {
  padding-bottom: var(--cs-3);
  border-bottom: 1px dashed var(--c-rule-soft);
}
.c-aside-card li:last-child { border-bottom: 0; padding-bottom: 0; }
.c-aside-card .ts {
  font-family: var(--c-font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--c-ink-3);
  display: block;
  margin-bottom: 4px;
}
.consumer-root .c-aside-card a {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  color: var(--c-ink);
  text-decoration: none;
  font-weight: 600;
  line-height: 1.45;
}
.consumer-root .c-aside-card a:hover { color: var(--c-red); text-decoration: underline; }

/* ============================================================
   Footer
   ============================================================ */

.c-footer {
  background: var(--c-navy);
  color: var(--c-paper);
  padding: var(--cs-8) 0 var(--cs-5);
  margin-top: var(--cs-9);
}
.c-footer .wrap {
  max-width: var(--c-max);
  margin: 0 auto;
  padding: 0 var(--c-gutter);
}
.c-footer-top {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-6);
  padding-bottom: var(--cs-6);
  border-bottom: 1px solid oklch(0.38 0.06 265);
}
@media (min-width: 760px) {
  .c-footer-top { grid-template-columns: 1.3fr 1fr 1fr 1fr; }
}
.c-footer h5 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-yellow);
  margin-bottom: var(--cs-3);
}
.c-footer p, .c-footer li {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  line-height: 1.55;
  color: oklch(0.82 0.02 265);
  margin: 0 0 var(--cs-2);
}
.c-footer ul { list-style: none; padding: 0; margin: 0; display: grid; gap: var(--cs-2); }
.consumer-root .c-footer a { color: var(--c-paper); text-decoration: none; font-weight: 500; }
.consumer-root .c-footer a:hover { color: var(--c-yellow); text-decoration: underline; }

.c-footer-bottom {
  padding-top: var(--cs-5);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: var(--cs-3);
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(0.72 0.02 265);
}

/* focus states */
.consumer-root a:focus-visible, .consumer-root button:focus-visible, .consumer-root input:focus-visible, .consumer-root summary:focus-visible {
  outline: 2px solid var(--c-red);
  outline-offset: 2px;
}

/* ============================================================
   WP PROSE — styles WordPress' the_content() output to match
   the Consumer aesthetic (headings, lists, tables, blockquotes).
   ============================================================ */

.consumer-root .c-prose {
  font-family: var(--c-font-body);
  font-size: var(--ct-body);
  line-height: 1.7;
  color: var(--c-ink);
  max-width: 72ch;
}
.consumer-root .c-prose > * { max-width: 100%; }
.consumer-root .c-prose p { margin: 0 0 var(--cs-4); color: var(--c-ink); }
.consumer-root .c-prose strong { color: var(--c-ink); font-weight: 700; }
.consumer-root .c-prose em { color: var(--c-ink-2); }
.consumer-root .c-prose h1 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  letter-spacing: -0.018em;
  line-height: 1.1;
  margin: 0 0 var(--cs-5);
}
.consumer-root .c-prose h2 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: clamp(1.375rem, 2vw, 1.75rem);
  letter-spacing: -0.014em;
  line-height: 1.15;
  margin: var(--cs-7) 0 var(--cs-3);
  padding-bottom: var(--cs-3);
  border-bottom: 2px solid var(--c-ink);
}
.consumer-root .c-prose h3 {
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 1.25rem;
  margin: var(--cs-6) 0 var(--cs-3);
  letter-spacing: -0.008em;
}
.consumer-root .c-prose h4 {
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 1.0625rem;
  margin: var(--cs-5) 0 var(--cs-2);
}
.consumer-root .c-prose ul,
.consumer-root .c-prose ol { margin: 0 0 var(--cs-5); padding-left: 1.35em; }
.consumer-root .c-prose li { margin: 0 0 var(--cs-2); padding-left: 0.25em; }
.consumer-root .c-prose ul li::marker { color: var(--c-red); }
.consumer-root .c-prose ol li::marker { color: var(--c-red); font-family: var(--c-font-display); font-weight: 700; }
.consumer-root .c-prose blockquote {
  margin: var(--cs-5) 0;
  padding: var(--cs-5) var(--cs-6);
  background: var(--c-paper-2);
  border-left: 4px solid var(--c-red);
  font-size: 1.125rem;
  font-family: var(--c-font-display);
  font-weight: 500;
  font-style: italic;
}
.consumer-root .c-prose blockquote p:last-child { margin-bottom: 0; }
.consumer-root .c-prose a {
  color: var(--c-red);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 3px;
  font-weight: 500;
}
.consumer-root .c-prose table {
  width: 100%;
  border-collapse: collapse;
  margin: var(--cs-5) 0;
  font-size: var(--ct-small);
  font-variant-numeric: tabular-nums;
  border: 1px solid var(--c-rule);
}
.consumer-root .c-prose th {
  background: var(--c-paper-2);
  font-family: var(--c-font-display);
  font-weight: 700;
  text-align: left;
  padding: var(--cs-3) var(--cs-4);
  border-bottom: 2px solid var(--c-ink);
}
.consumer-root .c-prose td { padding: var(--cs-3) var(--cs-4); border-bottom: 1px solid var(--c-rule-soft); }
.consumer-root .c-prose tbody tr:nth-child(even) td { background: var(--c-paper-2); }
.consumer-root .c-prose img,
.consumer-root .c-prose figure img {
  max-width: 100%; height: auto;
  border: 1px solid var(--c-rule);
}
.consumer-root .c-prose hr { border: 0; border-top: 2px solid var(--c-ink); margin: var(--cs-6) 0; }

.consumer-root .c-entry {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-7);
}
@media (min-width: 1024px) {
  .consumer-root .c-entry { grid-template-columns: 1fr 18rem; }
}

.consumer-root .c-arch {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-5);
}
@media (min-width: 760px) {
  .consumer-root .c-arch { grid-template-columns: 1fr 1fr; }
}
.consumer-root .c-arch article {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  padding: var(--cs-5);
  display: grid;
  gap: var(--cs-3);
}
.consumer-root .c-arch article h3 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0;
}
.consumer-root .c-arch article h3 a { color: var(--c-ink); text-decoration: none; }
.consumer-root .c-arch article h3 a:hover { color: var(--c-red); }
.consumer-root .c-arch article .meta { font-size: var(--ct-fine); color: var(--c-ink-3); }

.consumer-root .c-pagination {
  margin: var(--cs-6) 0;
  display: flex;
  gap: var(--cs-3);
  justify-content: center;
  flex-wrap: wrap;
}
.consumer-root .c-pagination a,
.consumer-root .c-pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.5rem; height: 2.5rem;
  padding: 0 var(--cs-3);
  border: 1px solid var(--c-rule);
  color: var(--c-ink);
  text-decoration: none;
  font-family: var(--c-font-display);
  font-weight: 600;
}
.consumer-root .c-pagination .current {
  background: var(--c-red); color: var(--c-surface); border-color: var(--c-red);
}

.consumer-root .c-review-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-6);
  padding: var(--cs-6) 0;
  border-top: 2px solid var(--c-ink);
  border-bottom: 1px solid var(--c-rule);
  margin-bottom: var(--cs-6);
}
@media (min-width: 960px) {
  .consumer-root .c-review-hero { grid-template-columns: 1.6fr 1fr; align-items: start; }
}
.consumer-root .c-review-hero .rank-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  background: var(--c-red);
  color: var(--c-paper);
  font-family: var(--c-font-display);
  font-weight: 700;
  font-size: 0.6875rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.3em 0.75em;
  margin-bottom: var(--cs-3);
}
.consumer-root .c-review-hero h1 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 3rem);
  letter-spacing: -0.022em;
  line-height: 1.05;
  margin: 0 0 var(--cs-3);
}
.consumer-root .c-review-hero .sub {
  font-size: 1.1875rem;
  color: var(--c-ink-2);
  max-width: 52ch;
  margin-bottom: var(--cs-5);
}
.consumer-root .c-score-card {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  border-top: 4px solid var(--c-red);
  padding: var(--cs-5);
  display: grid;
  gap: var(--cs-4);
}
.consumer-root .c-score-card .score-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--cs-3);
  padding-bottom: var(--cs-3);
  border-bottom: 1px solid var(--c-rule);
}
.consumer-root .c-score-card .score-head .lbl {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-ink-3);
}
.consumer-root .c-score-card .score-head .v {
  font-family: var(--c-font-display);
  font-weight: 900;
  font-size: 2.75rem;
  line-height: 1;
  letter-spacing: -0.035em;
  color: var(--c-red);
}
.consumer-root .c-score-card .score-head .v small {
  font-size: 0.9375rem;
  color: var(--c-ink-3);
  font-weight: 700;
}
.consumer-root .c-score-card .cta { margin-top: var(--cs-3); }
.consumer-root .c-disclosure {
  margin-top: var(--cs-7);
  padding: var(--cs-4) var(--cs-5);
  background: var(--c-paper-2);
  border: 1px dashed var(--c-rule);
  font-size: var(--ct-fine);
  color: var(--c-ink-3);
  line-height: 1.5;
}

/* ============================================================
   Homepage — Head-to-head comparison table
   ============================================================ */

.consumer-root .c-h2h {
  border: 1px solid var(--c-rule);
  background: var(--c-surface);
}
.consumer-root .c-h2h-row {
  display: grid;
  grid-template-columns: 1.1fr 2fr auto;
  gap: var(--cs-5);
  align-items: center;
  padding: var(--cs-4) var(--cs-5);
  border-bottom: 1px solid var(--c-rule-soft);
}
.consumer-root .c-h2h-row:last-child { border-bottom: 0; }
.consumer-root .c-h2h-row:nth-child(even) { background: var(--c-paper-2); }
@media (max-width: 720px) {
  .consumer-root .c-h2h-row { grid-template-columns: 1fr; gap: var(--cs-2); padding: var(--cs-4); }
  .consumer-root .c-h2h-head { display: none; }
}
.consumer-root .c-h2h-head {
  background: var(--c-ink);
  color: var(--c-paper);
  font-family: var(--c-font-display);
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 0.65rem var(--cs-5);
  border-bottom: 0;
}
.consumer-root .c-h2h-head:nth-child(even) { background: var(--c-ink); }
.consumer-root .c-h2h-match {
  font-family: var(--c-font-display);
  font-size: 1.0625rem;
  color: var(--c-ink);
  display: inline-flex;
  align-items: center;
  gap: 0.6em;
  flex-wrap: wrap;
}
.consumer-root .c-h2h-match strong { font-weight: 800; color: var(--c-ink); letter-spacing: -0.005em; }
.consumer-root .c-h2h-match .vs {
  font-family: var(--c-font-display);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--c-paper);
  background: var(--c-red);
  padding: 0.25em 0.55em;
  border-radius: 2px;
}
.consumer-root .c-h2h-desc {
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  color: var(--c-ink-2);
  line-height: 1.45;
}
.consumer-root .c-h2h-action { text-align: right; }
.consumer-root .c-h2h-link {
  font-family: var(--c-font-display);
  font-size: var(--ct-small);
  font-weight: 700;
  color: var(--c-red);
  text-decoration: none;
  letter-spacing: 0.02em;
  white-space: nowrap;
  border-bottom: 1.5px solid transparent;
  padding-bottom: 1px;
}
.consumer-root .c-h2h-link:hover { color: var(--c-red-hover); border-bottom-color: var(--c-red); }

/* ============================================================
   Homepage — Browse guides by topic (4 cards)
   ============================================================ */

.consumer-root .c-topics {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--cs-4);
}
@media (min-width: 760px) {
  .consumer-root .c-topics { grid-template-columns: 1fr 1fr; }
}
.consumer-root .c-topic {
  background: var(--c-surface);
  border: 1px solid var(--c-rule);
  padding: var(--cs-5) var(--cs-6);
  display: flex;
  flex-direction: column;
  gap: var(--cs-3);
}
.consumer-root .c-topic-head h3 {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.25rem;
  color: var(--c-ink);
  letter-spacing: -0.015em;
  margin: 0 0 var(--cs-2);
  padding-bottom: var(--cs-2);
  border-bottom: 2px solid var(--c-red);
  display: inline-block;
}
.consumer-root .c-topic-head p {
  font-size: var(--ct-small);
  color: var(--c-ink-2);
  margin: 0 0 var(--cs-3);
  line-height: 1.5;
  max-width: 42ch;
}
.consumer-root .c-topic-list { list-style: none; padding: 0; margin: 0; display: grid; gap: 0; }
.consumer-root .c-topic-list li { border-top: 1px solid var(--c-rule-soft); }
.consumer-root .c-topic-list li:first-child { border-top: 0; }
.consumer-root .c-topic-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--cs-3);
  padding: 0.75em 0;
  color: var(--c-ink);
  text-decoration: none;
  font-weight: 500;
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  line-height: 1.4;
}
.consumer-root .c-topic-list a:hover { color: var(--c-red); text-decoration: none; }
.consumer-root .c-topic-list a:hover .c-topic-arr { transform: translateX(3px); color: var(--c-red); }
.consumer-root .c-topic-title { flex: 1; }
.consumer-root .c-topic-arr { color: var(--c-ink-4); font-weight: 700; transition: transform 150ms, color 150ms; }
.consumer-root .c-topic-foot {
  margin-top: var(--cs-2);
  padding-top: var(--cs-3);
  border-top: 1px solid var(--c-rule-soft);
  font-family: var(--c-font-display);
  font-size: var(--ct-fine);
  color: var(--c-ink-3);
  font-style: italic;
}

/* ============================================================
   Best Buy rosette — placed INSIDE the score card, above
   "OUR SCORE" label. No overlap with the number itself.
   ============================================================ */

.consumer-root .c-card-seal {
  display: flex;
  justify-content: center;
  margin: calc(-1 * var(--cs-3)) auto var(--cs-3);
  width: 84px;
  transform: rotate(-4deg);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}
.consumer-root .c-card-seal .c-rosette { width: 100%; }

.consumer-root .c-score-seal {
  display: flex;
  justify-content: center;
  margin: 0 auto var(--cs-4);
  width: 96px;
  transform: rotate(-4deg);
  filter: drop-shadow(0 2px 4px rgba(0,0,0,0.12));
}
.consumer-root .c-score-seal .c-rosette { width: 100%; }

/* Kill the old floating-rosette class if anything still references it. */
.consumer-root .c-rosette-float {
  position: static !important;
  top: auto !important;
  right: auto !important;
  display: inline-block;
}

/* ============================================================
   "More guides" strip — one-row inline between sections.
   ============================================================ */

.consumer-root .c-guide-strip {
  display: flex;
  align-items: center;
  gap: var(--cs-5);
  flex-wrap: wrap;
  padding: var(--cs-4) var(--cs-5);
  margin: var(--cs-5) 0;
  background: var(--c-surface);
  border-top: 1px solid var(--c-rule);
  border-bottom: 1px solid var(--c-rule);
}
.consumer-root .c-guide-strip-label {
  font-family: var(--c-font-display);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-red);
  white-space: nowrap;
  flex-shrink: 0;
}
.consumer-root .c-guide-strip-links {
  display: flex;
  align-items: center;
  gap: 0.65em;
  flex-wrap: wrap;
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
}
.consumer-root .c-guide-strip-links .sep {
  color: var(--c-ink-4);
  user-select: none;
}
.consumer-root .c-guide-strip-links a {
  color: var(--c-ink);
  text-decoration: none;
  font-weight: 600;
  padding: 0.15em 0;
  border-bottom: 1.5px solid transparent;
  transition: color 150ms, border-color 150ms;
}
.consumer-root .c-guide-strip-links a:hover {
  color: var(--c-red);
  border-bottom-color: var(--c-red);
}

/* ============================================================
   Footer — sub-heading + external links inside a column
   ============================================================ */

.consumer-root .c-footer-subhead {
  margin: var(--cs-5) 0 var(--cs-2);
  padding-top: var(--cs-3);
  border-top: 1px dashed oklch(0.38 0.06 265);
  font-family: var(--c-font-display);
  font-size: 0.6875rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--c-yellow);
}
.consumer-root .c-footer-external li {
  margin: 0 0 var(--cs-2);
}

/* ============================================================
   DESIGN ENGINEERING POLISH (v5)
   — Emil Kowalski design review response
   — Strong ease-out curves, press feedback, hover gating,
     entry stagger, reduced-motion safety.
   ============================================================ */

.consumer-root {
  /* Custom easing — stronger than the default cubic-bezier CSS keywords */
  --c-ease-out:    cubic-bezier(0.23, 1, 0.32, 1);      /* strong ease-out */
  --c-ease-strong: cubic-bezier(0.16, 1, 0.3, 1);       /* even punchier */
  --c-ease-in-out: cubic-bezier(0.77, 0, 0.175, 1);     /* strong in-out */
}

/* ----------------------------------------------------------------
   Press feedback — :active on every pressable element
---------------------------------------------------------------- */

.consumer-root .c-cta,
.consumer-root a.c-cta,
.consumer-root .c-cta-secondary,
.consumer-root .c-radio,
.consumer-root .c-h2h-link,
.consumer-root .c-guide-strip-links a,
.consumer-root .c-topic-list a,
.consumer-root .c-card,
.consumer-root .c-navbar a,
.consumer-root .c-mast-actions .views a,
.consumer-root .c-cta-row .c-cta .arr {
  transition-property: transform, background-color, color, border-color, filter, box-shadow;
  transition-duration: 150ms;
  transition-timing-function: var(--c-ease-out);
}

/* The canonical press feedback — stronger than translateY */
.consumer-root .c-cta:active,
.consumer-root a.c-cta:active,
.consumer-root .c-radio:active {
  transform: scale(0.97);
  transition-duration: 90ms;
}

.consumer-root .c-h2h-link:active,
.consumer-root .c-guide-strip-links a:active,
.consumer-root .c-topic-list a:active,
.consumer-root .c-navbar a:active,
.consumer-root .c-mast-actions .views a:active {
  transform: scale(0.98);
  transition-duration: 90ms;
}

/* Arrow slide on CTA hover (gated) */
.consumer-root .c-cta .arr {
  display: inline-block;
  transition: transform 150ms var(--c-ease-out);
}

/* ----------------------------------------------------------------
   Hover gating — only fire hover states on real pointer devices
---------------------------------------------------------------- */

@media (hover: hover) and (pointer: fine) {
  .consumer-root .c-cta:hover,
  .consumer-root a.c-cta:hover {
    filter: brightness(1.06);
  }
  .consumer-root .c-cta:hover .arr {
    transform: translateX(3px);
  }
  .consumer-root .c-card {
    transition: transform 200ms var(--c-ease-out), box-shadow 200ms var(--c-ease-out);
  }
  .consumer-root .c-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.06);
  }
}

/* ----------------------------------------------------------------
   Casino card entry — staggered fade + lift
   (above-fold — runs on page load; decoration only, ≤320ms total)
---------------------------------------------------------------- */

@keyframes c-card-enter {
  from { opacity: 0; transform: translateY(8px); }
  to   { opacity: 1; transform: translateY(0); }
}

.consumer-root .c-cards .c-card {
  opacity: 0;
  animation: c-card-enter 420ms var(--c-ease-out) forwards;
}
.consumer-root .c-cards .c-card:nth-child(1) { animation-delay:   0ms; }
.consumer-root .c-cards .c-card:nth-child(2) { animation-delay:  50ms; }
.consumer-root .c-cards .c-card:nth-child(3) { animation-delay: 100ms; }
.consumer-root .c-cards .c-card:nth-child(4) { animation-delay: 150ms; }
.consumer-root .c-cards .c-card:nth-child(5) { animation-delay: 200ms; }
.consumer-root .c-cards .c-card:nth-child(6) { animation-delay: 250ms; }
.consumer-root .c-cards .c-card:nth-child(7) { animation-delay: 300ms; }

/* ----------------------------------------------------------------
   FAQ answer — @starting-style for modern browsers
---------------------------------------------------------------- */

.consumer-root .c-faq details .a {
  transition: opacity 200ms var(--c-ease-out),
              transform 200ms var(--c-ease-out);
}
.consumer-root .c-faq details[open] .a {
  opacity: 1;
  transform: translateY(0);

  @starting-style {
    opacity: 0;
    transform: translateY(-4px);
  }
}

/* Better rotation easing on the FAQ plus icon */
.consumer-root .c-faq summary .ic {
  transition: transform 200ms var(--c-ease-strong);
}

/* ----------------------------------------------------------------
   Topic list arrow — slides with custom easing now
---------------------------------------------------------------- */

.consumer-root .c-topic-arr {
  transition: transform 150ms var(--c-ease-out),
              color 150ms var(--c-ease-out);
}

/* ----------------------------------------------------------------
   Reduced-motion — kills motion for vestibular-sensitive users
   Kept fade transitions (opacity/color) for comprehension, removed
   all transform-based movement and loops.
---------------------------------------------------------------- */

@media (prefers-reduced-motion: reduce) {
  .consumer-root *,
  .consumer-root *::before,
  .consumer-root *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .consumer-root .c-cards .c-card {
    opacity: 1;
    animation: none;
  }
}

/* ============================================================
   BUILD 6 — Content-color overrides, sidebar fixes,
             simplified masthead
   ============================================================ */

/* ----------------------------------------------------------------
   Simplified masthead — no giant red UVC mark anymore.
   Just the wordmark. The .mk class is kept in case custom logo
   still uses it elsewhere.
---------------------------------------------------------------- */

.consumer-root .c-logo .nm {
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -0.025em;
  color: var(--c-ink);
}
.consumer-root .c-logo .nm small {
  display: block;
  font-weight: 500;
  font-size: 0.6875rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--c-ink-3);
  margin-top: 4px;
}

/* ----------------------------------------------------------------
   Override OLD-THEME colors inside WordPress content (.c-prose).

   Problem: user's Gutenberg blocks have hardcoded purple inline
   styles (#8c14fc, #b0aaff, #be2edd, #ab1dfe, #9b51e0) and default
   colour classes (has-cyan-bluish-gray-color, etc.) that clash with
   our red/navy/yellow palette.

   Solution: Reset every inline colour + background declaration
   inside .c-prose to our palette. Brand tokens (red, navy) still
   render correctly because they come from OUR classes, not WP's.
---------------------------------------------------------------- */

/* Reset any inline `style="color: #..."` */
.consumer-root .c-prose *[style*="color"] {
  color: var(--c-ink) !important;
}
.consumer-root .c-prose a[style*="color"],
.consumer-root .c-prose a[style*="color"] * {
  color: var(--c-red) !important;
}

/* Reset any inline `style="background-color: #..."` to transparent
   so pastel purple/cyan boxes stop showing. Users can re-colour
   intentionally via our own tip-box classes. */
.consumer-root .c-prose *[style*="background-color"] {
  background-color: transparent !important;
}
.consumer-root .c-prose *[style*="background:"] {
  background: transparent !important;
}

/* Reset Gutenberg default colour classes */
.consumer-root .c-prose [class*="has-"][class*="-color"]:not([class*="background-"]) {
  color: var(--c-ink) !important;
}
.consumer-root .c-prose [class*="has-"][class*="background-color"] {
  background-color: transparent !important;
}

/* Reset Gutenberg border-colour classes to our rule colour */
.consumer-root .c-prose [class*="has-"][class*="border-color"] {
  border-color: var(--c-rule) !important;
}

/* Preserve links in red even after the reset above */
.consumer-root .c-prose a,
.consumer-root .c-prose a:visited,
.consumer-root .c-prose a *:not(strong) {
  color: var(--c-red) !important;
}
.consumer-root .c-prose a:hover { color: var(--c-red-hover) !important; }

/* Strong emphasis stays our ink colour, not purple */
.consumer-root .c-prose strong,
.consumer-root .c-prose b {
  color: var(--c-ink) !important;
  font-weight: 700;
}

/* ----------------------------------------------------------------
   Sidebar cards — ensure the box visually closes at the bottom.
   The yellow "Need help?" card was ending in a dashed underline
   because the last <li> still had its border-bottom rule applied.
---------------------------------------------------------------- */

.consumer-root .c-aside-card {
  overflow: hidden;  /* so nothing escapes the box visually */
}
.consumer-root .c-aside-card > :last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.consumer-root .c-aside-card ul:last-child,
.consumer-root .c-aside-card ul:last-child li:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}

/* Yellow "Need help?" card border — use darker yellow so the box is
   clearly visible against its own wash background. */
.consumer-root .c-aside-card[style*="yellow-wash"] {
  border-color: var(--c-yellow-ink) !important;
  border-width: 1.5px !important;
}

/* ============================================================
   BUILD 7 — "Need help?" yellow card, properly closed box
   ============================================================ */

.consumer-root .c-aside-card--help {
  background: var(--c-yellow-wash);
  border: 2px solid var(--c-yellow-ink);
  border-radius: 0;
  padding: var(--cs-5);
  display: block;
  position: relative;
  overflow: visible;
}

.consumer-root .c-aside-card--help h4 {
  color: var(--c-yellow-ink);
  border-bottom: 2px solid var(--c-yellow-ink);
  padding-bottom: var(--cs-2);
  margin: 0 0 var(--cs-3);
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.75rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.consumer-root .c-aside-help-text {
  font-size: var(--ct-small);
  color: var(--c-ink-2);
  line-height: 1.55;
  margin: 0 0 var(--cs-4);
}

.consumer-root .c-aside-help-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
}

.consumer-root .c-aside-help-list li {
  padding: 0.5rem 0;
  border: 0 !important;        /* no separators inside the help card */
  border-bottom: 0 !important;
  margin: 0 !important;
}

.consumer-root .c-aside-help-list li + li {
  border-top: 1px solid oklch(0.88 0.12 95) !important;  /* subtle divider, yellow family */
}

.consumer-root .c-aside-help-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0 !important;
}

.consumer-root .c-aside-help-list a {
  color: var(--c-yellow-ink);
  text-decoration: none;
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  font-weight: 600;
  line-height: 1.45;
}
.consumer-root .c-aside-help-list a:hover {
  color: var(--c-ink);
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
}

/* ============================================================
   BUILD 8 — Sidebar alignment + tip spacing bake-in
   ============================================================ */

.consumer-root .c-tip {
  margin-bottom: 3rem;
}

.consumer-root .c-aside {
  position: sticky;
  top: 1rem;
  align-self: start;
}

/* "Need help?" stays in the sidebar — sticky keeps the right column
   visible during scroll without forcing a height cap that was leaving
   the yellow card floating in empty space. */

.consumer-root .c-two-col {
  margin-bottom: 3rem;
}

/* Narrower cards column — stops the cards stretching too wide on
   desktop; the whole block centres under the hero. */
@media (min-width: 1024px) {
  .consumer-root .c-two-col {
    grid-template-columns: minmax(0, 44rem) 18rem;
    gap: 3rem;
    justify-content: center;
  }
}

/* ============================================================
   BUILD 10 — Logo cap + Search in footer
   Fix: WordPress custom_logo outputs its own <a>, so we can't
   nest it inside another <a>. Separate class .c-logo--image for
   when the image is present.
   ============================================================ */

.consumer-root .c-logo--image {
  display: flex;
  align-items: center;
}
.consumer-root .c-logo--image .custom-logo-link {
  display: inline-flex;
  align-items: center;
  line-height: 0;
}
.consumer-root .c-logo--image .custom-logo {
  max-height: 64px;
  width: auto;
  max-width: 260px;
  object-fit: contain;
  /* Build 21: bumped from 44px/180px because the logo file has padding
     around the actual mark, making the rendered logo look tiny. Until the
     logo file itself is re-cropped tight, this gives it more room. */
}
@media (max-width: 768px) {
  .consumer-root .c-logo--image .custom-logo {
    max-height: 48px;
    max-width: 200px;
  }
}

/* Hide top-right search area — moved to footer */
.consumer-root .c-mast-actions {
  display: none;
}
.consumer-root .c-mast .wrap {
  grid-template-columns: auto 1fr;
}

/* ============================================================
   Footer search form
   ============================================================ */

.consumer-root .c-footer-search {
  margin-top: var(--cs-4);
  padding-top: var(--cs-3);
  border-top: 1px solid oklch(0.38 0.06 265);
}
.consumer-root .c-footer-search form {
  display: flex;
  gap: 0;
  align-items: stretch;
  max-width: 260px;
}
.consumer-root .c-footer-search input[type="search"] {
  flex: 1;
  padding: 0.55rem 0.75rem;
  border: 1px solid oklch(0.45 0.06 265);
  background: oklch(0.22 0.06 265);
  color: var(--c-paper);
  font-family: var(--c-font-body);
  font-size: var(--ct-small);
  border-right: 0;
  outline: none;
  min-width: 0;
}
.consumer-root .c-footer-search input[type="search"]::placeholder {
  color: oklch(0.72 0.03 265);
}
.consumer-root .c-footer-search input[type="search"]:focus {
  border-color: var(--c-yellow);
  background: oklch(0.25 0.06 265);
}
.consumer-root .c-footer-search button {
  padding: 0 0.75rem;
  background: var(--c-yellow);
  color: var(--c-navy-ink);
  font-family: var(--c-font-display);
  font-weight: 800;
  font-size: 0.9375rem;
  border: 1px solid var(--c-yellow);
  cursor: pointer;
  transition: background 150ms var(--c-ease-out);
}
.consumer-root .c-footer-search button:hover {
  background: oklch(0.85 0.18 95);
}

/* =====================================================
   UVC v23 — Inner-page polish (April 2026)
   ===================================================== */

/* 1. SIDEBAR REMOVAL — wider content on every inner page */
.c-page > .wrap,
main.c-page > .wrap {
  display: block !important;
  max-width: 1240px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}
aside.c-aside {
  display: none !important;
}
.c-content,
.c-page .c-content {
  max-width: 100% !important;
  width: 100% !important;
  flex: 1 1 100% !important;
}

/* 2. LOGO — make it actually visible */
.c-logo .custom-logo,
.c-logo img,
.c-logo--image img {
  max-height: 64px !important;
  height: 64px !important;
  width: auto !important;
  display: inline-block;
}
.c-logo--image {
  flex-shrink: 0;
}

/* 3. PRIMARY NAV — dropdowns */
.c-navbar .c-menu-flat {
  list-style: none;
  display: flex;
  gap: 28px;
  align-items: center;
  margin: 0;
  padding: 0;
}
.c-navbar .c-menu-flat > li {
  position: relative;
}
.c-navbar .c-menu-flat > li > a {
  display: inline-block;
  padding: 10px 0;
  font-weight: 600;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
}
.c-navbar .c-menu-flat > li.menu-item-has-children > a::after {
  content: " ▾";
  font-size: 11px;
  color: #94a3b8;
  margin-left: 4px;
}
.c-navbar .c-menu-flat .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 240px;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  box-shadow: 0 12px 32px rgba(15,23,42,0.10);
  list-style: none;
  margin: 0;
  padding: 8px 0;
  display: none;
  z-index: 100;
}
.c-navbar .c-menu-flat > li:hover > .sub-menu,
.c-navbar .c-menu-flat > li:focus-within > .sub-menu {
  display: block;
}
.c-navbar .c-menu-flat .sub-menu li {
  display: block;
}
.c-navbar .c-menu-flat .sub-menu li a {
  display: block;
  padding: 10px 18px;
  font-size: 14px;
  color: #0f172a;
  text-decoration: none;
}
.c-navbar .c-menu-flat .sub-menu li a:hover {
  background: #f1f5f9;
  color: #1e40af;
}

@media (max-width: 768px) {
  .c-navbar .c-menu-flat {
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
  }
  .c-navbar .c-menu-flat .sub-menu {
    position: static;
    box-shadow: none;
    border: 0;
    background: #f8fafc;
    border-radius: 6px;
    margin: 4px 0 8px 16px;
    padding: 6px 0;
  }
}

/* 4. PER-CASINO themed boxes (Dracula gothic etc.) — neutralise to match new pages */
[class^="dr-"], [class*=" dr-"],
[class^="lm-"], [class*=" lm-"],
[class^="ja-"], [class*=" ja-"],
[class^="gb-"], [class*=" gb-"],
[class^="br-"], [class*=" br-"],
[class^="mc-"], [class*=" mc-"],
[class^="x3-"], [class*=" x3-"] {
  background: transparent !important;
  background-image: none !important;
  color: inherit !important;
  border-color: #e2e8f0 !important;
}
.dr-rating-box, .dr-hero, .dr-score, .dr-toc, .dr-wrap,
.lm-rating, .lm-hero, .lm-score,
.ja-rating, .ja-hero, .ja-score,
.gb-rating, .gb-hero, .gb-score,
.br-rating, .br-hero, .br-score,
.mc-rating, .mc-hero, .mc-score,
.x3-rating, .x3-hero, .x3-score {
  background: #f8fafc !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  padding: 18px 22px !important;
  margin: 0 0 18px !important;
  color: #0f172a !important;
  box-shadow: none !important;
}
.dr-btn, .lm-btn, .ja-btn, .gb-btn, .br-btn, .mc-btn, .x3-btn {
  display: inline-block !important;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%) !important;
  color: #fff !important;
  padding: 12px 24px !important;
  border-radius: 5px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1) !important;
  border: 0 !important;
}

/* =====================================================
   UVC v24 — Fix sidebar scoping (home keeps it) + force-hide sub-menus
   ===================================================== */

/* OVERRIDE v23: re-show sidebar on HOME page (front-page) */
body.home aside.c-aside,
body.front-page-php aside.c-aside,
.front-page-php aside.c-aside,
body.page-template-front-page-php aside.c-aside {
  display: block !important;
}

/* Inner pages: hide sidebar — content full width */
body:not(.home) .c-entry > aside.c-aside,
body:not(.home) main aside.c-aside {
  display: none !important;
}
body:not(.home) .c-entry,
body:not(.home) .c-entry > .c-prose {
  display: block !important;
  max-width: 100% !important;
  width: 100% !important;
  grid-template-columns: 1fr !important;
}

/* Force-hide top-level sub-menus by default — !important against any cascade */
.c-navbar .c-menu-flat ul.sub-menu,
.c-navbar ul.c-menu-flat ul.sub-menu,
.c-navbar ul.c-menu-flat li ul.sub-menu {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  min-width: 240px !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 10px !important;
  box-shadow: 0 12px 32px rgba(15,23,42,0.10) !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 8px 0 !important;
  z-index: 100 !important;
}
.c-navbar .c-menu-flat li.menu-item-has-children:hover > ul.sub-menu,
.c-navbar .c-menu-flat li.menu-item-has-children:focus-within > ul.sub-menu {
  display: block !important;
}

/* =====================================================
   UVC v25 — Bigger logo (overrides v24's 64px)
   ===================================================== */

/* Catch every possible WP custom logo wrapper */
.c-mast .c-logo,
header.c-mast .c-logo {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
}
.c-mast .c-logo .custom-logo,
.c-mast .c-logo img,
.c-mast .c-logo--image img,
.c-mast a.custom-logo-link img,
.c-mast .custom-logo,
header.c-mast .custom-logo,
header.c-mast .custom-logo-link img,
.consumer-root .c-logo .custom-logo,
.consumer-root .c-logo img {
  max-height: 96px !important;
  height: 96px !important;
  width: auto !important;
  max-width: 320px !important;
  object-fit: contain !important;
  display: inline-block !important;
}
.c-mast .c-logo--image,
.c-mast .c-logo {
  max-width: 320px;
}

/* Ensure header gives logo room */
.c-mast .wrap {
  align-items: center;
  gap: 24px;
}

/* =====================================================
   UVC v26 — Header proportions + bigger logo
   ===================================================== */

/* Header layout — logo left, nav centered/right, balanced spacing */
.c-mast .wrap,
header.c-mast > .wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 40px !important;
  flex-wrap: nowrap !important;
}

/* Logo — 140px tall, takes space proportionally */
.c-mast .c-logo,
header.c-mast .c-logo,
.c-mast .c-logo--image,
header.c-mast .c-logo--image {
  flex: 0 0 auto !important;
  display: inline-flex !important;
  align-items: center !important;
}
.c-mast .c-logo .custom-logo,
.c-mast .c-logo img,
.c-mast .c-logo--image img,
.c-mast a.custom-logo-link img,
.c-mast img.custom-logo,
header.c-mast img.custom-logo,
.consumer-root .c-logo .custom-logo,
.consumer-root .c-logo img {
  height: 140px !important;
  max-height: 140px !important;
  width: auto !important;
  max-width: 480px !important;
  object-fit: contain !important;
  display: block !important;
}

/* Navbar — take available space, items aligned to the right */
.c-mast .c-navbar,
header.c-mast .c-navbar {
  flex: 1 1 auto !important;
  display: flex !important;
  justify-content: flex-end !important;
}

/* Mast-actions — search box at far right, fixed size */
.c-mast .c-mast-actions {
  flex: 0 0 auto !important;
}

/* Mobile — stack logo above nav */
@media (max-width: 900px) {
  .c-mast .wrap {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 16px !important;
  }
  .c-mast .c-logo .custom-logo,
  .c-mast .c-logo img {
    height: 80px !important;
    max-height: 80px !important;
  }
}

/* =====================================================
   UVC v27 — Compact header + menu next to logo (left-aligned)
   ===================================================== */

/* HEADER — much tighter padding so it doesn't dominate the page */
header.c-mast {
  padding: 6px 0 !important;
}
.c-mast .wrap,
header.c-mast > .wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;   /* left-align everything */
  gap: 32px !important;                      /* tighter gap */
  flex-wrap: nowrap !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: 0 !important;
}

/* LOGO — back down to a more proportional 80–90px */
.c-mast .c-logo .custom-logo,
.c-mast .c-logo img,
.c-mast .c-logo--image img,
.c-mast a.custom-logo-link img,
.c-mast img.custom-logo,
header.c-mast img.custom-logo,
.consumer-root .c-logo .custom-logo,
.consumer-root .c-logo img {
  height: 80px !important;
  max-height: 80px !important;
  width: auto !important;
  max-width: 280px !important;
  object-fit: contain !important;
  display: block !important;
}

/* NAVBAR — aligned right after logo, NOT pushed to far right */
.c-mast .c-navbar,
header.c-mast .c-navbar {
  flex: 0 1 auto !important;
  display: flex !important;
  justify-content: flex-start !important;   /* items grouped at the start */
  margin-left: 0 !important;
}

/* Search/actions tucked at the end */
.c-mast .c-mast-actions {
  flex: 0 0 auto !important;
  margin-left: auto !important;             /* push search to far right */
}

/* ANNOUNCE BAR — slimmer, compliance text remains visible but doesn't dominate */
aside.c-announce {
  padding: 4px 0 !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}
aside.c-announce .wrap {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  min-height: 0 !important;
}
aside.c-announce .mark {
  font-size: 11px !important;
}

/* Mobile fallback */
@media (max-width: 900px) {
  .c-mast .wrap {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 12px !important;
  }
  .c-mast .c-logo img {
    height: 60px !important;
    max-height: 60px !important;
  }
}

/* =====================================================
   UVC v29 — New brand palette (emerald green)
   Matches the new logo: green clover icon + green "Verified" word
   ===================================================== */

/* Override the brand red with brand green throughout the site */
:root {
  --c-red:        oklch(0.65 0.180 155) !important;   /* emerald #10b981 */
  --c-red-hover:  oklch(0.55 0.180 155) !important;   /* darker hover */
  --c-red-ink:    oklch(0.45 0.150 155) !important;
  --c-red-wash:   oklch(0.965 0.030 155) !important;  /* very light green tint */
  --c-green:      oklch(0.65 0.180 155) !important;   /* same as primary now */
  --c-yellow:     oklch(0.85 0.150 130) !important;   /* shift yellow toward lime */
  --c-navy:       oklch(0.18 0.020 245) !important;   /* slight cooler navy */
}

/* The eyebrow accent (red bar above page titles) → green */
.c-eyebrow,
.c-eyebrow::before {
  color: var(--c-red) !important;
}
.c-eyebrow::before {
  background: var(--c-red) !important;
}

/* Body links + accents that used red → green */
.consumer-root a:not([class*="dr-"]):not([class*="lm-"]):not([class*="ja-"]):not([class*="gb-"]):not([class*="br-"]):not([class*="mc-"]):not([class*="x3-"]) {
  /* keep default link color but ensure hover uses green */
}
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: var(--c-red) !important;
  background-color: var(--c-red) !important;
}

/* Verdict box — already greenish, keep but ensure consistency */
.rev-verdict-box {
  border-color: #10b981 !important;
  background: #f0fdf4 !important;
}
.rev-verdict-title { color: #047857 !important; }

/* CTA buttons that used purple gradient — switch to green gradient */
.consumer-root a[style*="linear-gradient(135deg, #667eea"],
.consumer-root a[style*="linear-gradient(135deg,#667eea"] {
  background: linear-gradient(135deg, #10b981 0%, #047857 100%) !important;
}

/* Logo container — adjust to new logo aspect (4:1 wider) */
.c-mast .c-logo .custom-logo,
.c-mast .c-logo img,
.c-mast .c-logo--image img {
  height: 64px !important;
  max-height: 64px !important;
  max-width: 320px !important;  /* fits new wider aspect */
}
@media (max-width: 900px) {
  .c-mast .c-logo .custom-logo,
  .c-mast .c-logo img {
    height: 48px !important;
    max-height: 48px !important;
  }
}

/* =====================================================
   UVC v30 — TRUE red→green migration
   The theme defines --c-red on .consumer-root (not :root),
   so v29's :root override was shadowed. Fix: target .consumer-root
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  --c-red:        oklch(0.65 0.180 155) !important;   /* emerald #10b981 */
  --c-red-hover:  oklch(0.55 0.180 155) !important;
  --c-red-ink:    oklch(0.45 0.150 155) !important;
  --c-red-wash:   oklch(0.965 0.030 155) !important;
  --c-green:      oklch(0.65 0.180 155) !important;
  --c-yellow:     oklch(0.85 0.160 130) !important;   /* lime-shifted */
  --c-navy:       oklch(0.18 0.020 245) !important;
}

/* Belt-and-suspenders: explicit overrides for every place that
   uses the red oklch directly (in case any rule references the
   base color and not the variable) */
.consumer-root [style*="oklch(0.55 0.220 25)"],
.consumer-root [style*="oklch(0.48 0.220 25)"],
.consumer-root [style*="#dc2626"],
.consumer-root [style*="#ef4444"],
.consumer-root [style*="#b91c1c"] {
  /* tagged for visual review; doesn't auto-replace inline styles
     but signals where they live */
}

/* Cards / score badges that used red border → green */
.consumer-root .c-card[data-rank="1"] {
  border-color: var(--c-red) !important;  /* will resolve to green now */
}
.consumer-root .c-cta,
.consumer-root .c-cta:hover {
  background: var(--c-red) !important;
}
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: var(--c-red) !important;
}
.consumer-root .c-eyebrow::before {
  background: var(--c-red) !important;
}
.consumer-root a:hover {
  color: var(--c-red-hover) !important;
}

/* Score / rating numbers anywhere on the site → green */
.consumer-root .c-score-num,
.consumer-root .c-score,
.consumer-root .rank-pill,
.consumer-root .rank-pill.is-best,
.consumer-root [class*="score"],
.consumer-root [class*="rating"] {
  color: var(--c-red) !important;          /* now green */
  border-color: var(--c-red) !important;
}
.consumer-root .rank-pill.is-best {
  background: var(--c-red) !important;
  color: white !important;
}

/* Score progress bars */
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"],
.consumer-root [class*="rating-bar"] {
  background: var(--c-red) !important;
}

/* Old casino review per-brand box accents (dr-/lm-/ja- etc.) — green tone */
.dr-rating-box, .dr-hero, .dr-score, .dr-stars,
.lm-rating, .lm-hero, .lm-score,
.ja-rating, .ja-hero, .ja-score,
.gb-rating, .gb-hero, .gb-score,
.br-rating, .br-hero, .br-score,
.mc-rating, .mc-hero, .mc-score,
.x3-rating, .x3-hero, .x3-score {
  --accent: #10b981 !important;
}
.dr-stars, .lm-stars, .ja-stars, .gb-stars, .br-stars, .mc-stars, .x3-stars,
[class$="-stars"] {
  color: #10b981 !important;
}

/* Replace inline-styled gradient red CTA buttons with green gradient */
.consumer-root a[style*="linear-gradient(135deg, #667eea"],
.consumer-root a[style*="linear-gradient(135deg,#667eea"],
.consumer-root a[style*="linear-gradient(135deg, #dc2626"],
.consumer-root a[style*="linear-gradient(135deg,#dc2626"] {
  background: linear-gradient(135deg, #10b981 0%, #047857 100%) !important;
}

/* Theme byline avatar circle that was red → green */
.c-byline .av:nth-child(2) {
  background: var(--c-red) !important;
}

/* Forms focus outline */
.consumer-root .c-field .row:focus-within {
  border-color: var(--c-red) !important;
}

/* Pros/Cons "cons" red mark → keep red as warning signal (small bit of red is OK)
   But the user said "less red overall" so we'll switch cons to a softer warning amber */
.consumer-root .c-pc-list.cons .mark,
.consumer-root .cons .c-pc-title {
  color: #d97706 !important;  /* amber/warning instead of crimson */
}

/* =====================================================
   UVC v31 — Navy primary (replaces green-everywhere from v30)
   Green stays as accent for verified/checkmark elements only
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  /* PRIMARY brand color — navy deep instead of green */
  --c-red:        oklch(0.21 0.040 260) !important;   /* #0f172a navy */
  --c-red-hover:  oklch(0.30 0.060 260) !important;
  --c-red-ink:    oklch(0.15 0.040 260) !important;
  --c-red-wash:   oklch(0.95 0.015 260) !important;

  /* GREEN reserved for verified/checkmark accent only */
  --c-green:      oklch(0.65 0.180 155) !important;   /* #10b981 */
  --c-green-ink:  oklch(0.45 0.150 155) !important;
}

/* Eyebrow now navy (was red, was green) */
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: #0f172a !important;
}
.consumer-root .c-eyebrow::before {
  background: #0f172a !important;
}

/* Score badges / rating numbers — navy */
.consumer-root .c-score-num,
.consumer-root .c-score,
.consumer-root .rank-pill,
.consumer-root [class*="score"],
.consumer-root [class*="rating"] {
  color: #0f172a !important;
  border-color: #0f172a !important;
}
.consumer-root .rank-pill.is-best {
  background: #0f172a !important;
  color: white !important;
}
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"],
.consumer-root [class*="rating-bar"] {
  background: #0f172a !important;
}

/* Card top-rank border navy */
.consumer-root .c-card[data-rank="1"] {
  border-color: #0f172a !important;
}

/* CTA buttons — navy gradient */
.consumer-root .c-cta {
  background: #0f172a !important;
  color: #fff !important;
}
.consumer-root .c-cta:hover {
  background: #1e293b !important;
}

/* Inline-styled CTAs from old content */
.consumer-root a[style*="linear-gradient(135deg, #10b981"],
.consumer-root a[style*="linear-gradient(135deg,#10b981"],
.consumer-root a[style*="linear-gradient(135deg, #667eea"],
.consumer-root a[style*="linear-gradient(135deg,#667eea"] {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%) !important;
}

/* Hover navy not green */
.consumer-root a:hover {
  color: #0f172a !important;
}
.consumer-root .c-navbar a:hover,
.consumer-root .c-navbar a[aria-current="page"] {
  color: #0f172a !important;
  border-bottom-color: #0f172a !important;
}

/* ===== GREEN reserved for verification signals only ===== */

/* Verified ticks, success states, "Best for" rows */
.consumer-root .rev-verdict-row .fa-circle-check,
.consumer-root [class*="verified"] i.fa-circle-check,
.consumer-root [class*="check"] i {
  color: #10b981 !important;
}
.rev-verdict-box {
  border-color: #10b981 !important;
  background: #f0fdf4 !important;
}
.rev-verdict-title { color: #047857 !important; }

/* Verified badge / pill stays green */
.consumer-root [class*="verified-badge"],
.consumer-root .ukgc-verified,
.consumer-root [class*="badge--verified"] {
  background: #10b981 !important;
  color: white !important;
}

/* Per-casino review chrome — navy, not green */
.dr-rating-box, .dr-hero, .dr-score,
.lm-rating, .lm-hero, .lm-score,
.ja-rating, .ja-hero, .ja-score,
.gb-rating, .gb-hero, .gb-score,
.br-rating, .br-hero, .br-score,
.mc-rating, .mc-hero, .mc-score,
.x3-rating, .x3-hero, .x3-score {
  --accent: #0f172a !important;
}
.dr-stars, .lm-stars, .ja-stars, .gb-stars, .br-stars, .mc-stars, .x3-stars,
[class$="-stars"] {
  color: #fbbf24 !important;  /* gold stars for rating, not green */
}

/* Cons indicator — keep amber (warning, not red, not green) */
.consumer-root .c-pc-list.cons .mark,
.consumer-root .cons .c-pc-title {
  color: #d97706 !important;
}

/* =====================================================
   UVC v33 — Royal blue #1e40af + soft-green .c-verdict
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  --c-red:        oklch(0.42 0.180 265) !important;   /* #1e40af royal blue */
  --c-red-hover:  oklch(0.34 0.180 265) !important;
  --c-red-ink:    oklch(0.30 0.140 265) !important;
  --c-red-wash:   oklch(0.96 0.025 265) !important;
}

/* Override hardcoded #0f172a from v31 to royal blue */
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: #1e40af !important;
  background: #1e40af !important;
}
.consumer-root .c-score-num,
.consumer-root .c-score,
.consumer-root .rank-pill,
.consumer-root [class*="score"],
.consumer-root [class*="rating"] {
  color: #1e40af !important;
  border-color: #1e40af !important;
}
.consumer-root .rank-pill.is-best {
  background: #1e40af !important;
  color: white !important;
}
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"],
.consumer-root [class*="rating-bar"] {
  background: #1e40af !important;
}
.consumer-root .c-card[data-rank="1"] {
  border-color: #1e40af !important;
}
.consumer-root .c-cta {
  background: #1e40af !important;
  color: #fff !important;
}
.consumer-root .c-cta:hover {
  background: #1e3a8a !important;
}
.consumer-root a[style*="linear-gradient(135deg, #10b981"],
.consumer-root a[style*="linear-gradient(135deg,#10b981"],
.consumer-root a[style*="linear-gradient(135deg, #0f172a"],
.consumer-root a[style*="linear-gradient(135deg,#0f172a"],
.consumer-root a[style*="linear-gradient(135deg, #667eea"],
.consumer-root a[style*="linear-gradient(135deg,#667eea"] {
  background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%) !important;
}
.consumer-root a:hover {
  color: #1e40af !important;
}
.consumer-root .c-navbar a:hover,
.consumer-root .c-navbar a[aria-current="page"] {
  color: #1e40af !important;
  border-bottom-color: #1e40af !important;
}

/* "Last tested" card (.c-verdict) — soft greenish background instead of dark navy */
.consumer-root .c-verdict {
  background: #f0fdf4 !important;
  color: #064e3b !important;
  border: 1px solid #a7f3d0 !important;
  padding: 18px 22px !important;
  border-radius: 10px !important;
}
.consumer-root .c-verdict .lbl {
  color: #047857 !important;
  font-weight: 700 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  font-size: 12px !important;
  margin-bottom: 8px !important;
}
.consumer-root .c-verdict p {
  color: #064e3b !important;
  margin: 0 !important;
}

/* Front-page card brand-logo (already styled inline but ensure consistency on mobile) */
@media (max-width: 700px) {
  .c-card-brand-logo {
    max-width: 160px !important;
    min-height: 48px !important;
  }
  .c-card-brand-logo img {
    max-height: 32px !important;
  }
}

/* Per-casino review chrome (dr-/lm-/etc.) — adjust accent to royal blue */
.dr-rating-box, .dr-hero, .dr-score,
.lm-rating, .lm-hero, .lm-score,
.ja-rating, .ja-hero, .ja-score,
.gb-rating, .gb-hero, .gb-score,
.br-rating, .br-hero, .br-score,
.mc-rating, .mc-hero, .mc-score,
.x3-rating, .x3-hero, .x3-score {
  --accent: #1e40af !important;
}

/* =====================================================
   UVC v34 — Premium Editorial: Charcoal + Brass Gold + Cream
   No more Ireland-green, no more royal-blue. FT/Coutts vibe.
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  --c-red:        oklch(0.20 0.012 250) !important;   /* #1f2937 charcoal */
  --c-red-hover:  oklch(0.30 0.015 250) !important;
  --c-red-ink:    oklch(0.13 0.012 250) !important;
  --c-red-wash:   oklch(0.97 0.005 80) !important;    /* warm cream wash */

  /* Gold/brass accent — used sparingly */
  --c-gold:       oklch(0.72 0.130 75) !important;    /* #c89530 brass gold */
  --c-gold-hover: oklch(0.62 0.130 75) !important;
}

/* All v33 hardcoded #1e40af → charcoal */
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: #1f2937 !important;
  background: #1f2937 !important;
}
.consumer-root .c-score-num,
.consumer-root .c-score,
.consumer-root .rank-pill,
.consumer-root [class*="score"],
.consumer-root [class*="rating"] {
  color: #1f2937 !important;
  border-color: #1f2937 !important;
}
.consumer-root .rank-pill.is-best {
  background: #1f2937 !important;
  color: #c89530 !important;       /* gold text on charcoal pill */
}
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"],
.consumer-root [class*="rating-bar"] {
  background: #c89530 !important;  /* gold progress bar — premium feel */
}
.consumer-root .c-card[data-rank="1"] {
  border-color: #c89530 !important;  /* gold border for #1 — premium */
  border-width: 2px !important;
}
.consumer-root .c-cta {
  background: #1f2937 !important;
  color: #fff !important;
}
.consumer-root .c-cta:hover {
  background: #0a0a0a !important;
}
.consumer-root a[style*="linear-gradient(135deg, #1e40af"],
.consumer-root a[style*="linear-gradient(135deg,#1e40af"],
.consumer-root a[style*="linear-gradient(135deg, #10b981"],
.consumer-root a[style*="linear-gradient(135deg,#10b981"],
.consumer-root a[style*="linear-gradient(135deg, #0f172a"],
.consumer-root a[style*="linear-gradient(135deg,#0f172a"],
.consumer-root a[style*="linear-gradient(135deg, #667eea"],
.consumer-root a[style*="linear-gradient(135deg,#667eea"] {
  background: linear-gradient(135deg, #1f2937 0%, #0a0a0a 100%) !important;
}
.consumer-root a:hover {
  color: #c89530 !important;        /* gold hover for body links */
}
.consumer-root .c-navbar a:hover,
.consumer-root .c-navbar a[aria-current="page"] {
  color: #1f2937 !important;
  border-bottom-color: #c89530 !important;
}

/* .c-verdict — soft cream/warm tone (no more green) */
.consumer-root .c-verdict {
  background: #fdf9ef !important;
  color: #1f2937 !important;
  border: 1px solid #ead7a3 !important;
  padding: 18px 22px !important;
  border-radius: 10px !important;
}
.consumer-root .c-verdict .lbl {
  color: #c89530 !important;
  font-weight: 800 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  margin-bottom: 8px !important;
}
.consumer-root .c-verdict p {
  color: #1f2937 !important;
  margin: 0 !important;
}

/* Verdict box at top of pages — gold/cream theme */
.rev-verdict-box {
  border-color: #c89530 !important;
  background: #fdf9ef !important;
}
.rev-verdict-title { color: #8b6614 !important; }

/* Best Buy / verified badges — charcoal w/ gold text */
.consumer-root [class*="verified-badge"],
.consumer-root .ukgc-verified,
.consumer-root [class*="badge--verified"] {
  background: #1f2937 !important;
  color: #c89530 !important;
}

/* Stars — gold (always was, just confirming) */
.dr-stars, .lm-stars, .ja-stars, .gb-stars, .br-stars, .mc-stars, .x3-stars,
[class$="-stars"] {
  color: #c89530 !important;
}

/* Per-casino review chrome accents */
.dr-rating-box, .dr-hero, .dr-score,
.lm-rating, .lm-hero, .lm-score,
.ja-rating, .ja-hero, .ja-score,
.gb-rating, .gb-hero, .gb-score,
.br-rating, .br-hero, .br-score,
.mc-rating, .mc-hero, .mc-score,
.x3-rating, .x3-hero, .x3-score {
  --accent: #1f2937 !important;
}

/* Cons mark — keep amber but a touch softer (works with gold accent) */
.consumer-root .c-pc-list.cons .mark,
.consumer-root .cons .c-pc-title {
  color: #b45309 !important;
}

/* Brand-logo box on front-page card-side — match premium feel */
.c-card-brand-logo {
  background: #fff !important;
  border: 1px solid #ead7a3 !important;  /* warm cream border */
  border-radius: 8px !important;
  box-shadow: 0 2px 6px rgba(31, 41, 55, 0.06);
}

/* =====================================================
   UVC v35 — N26-inspired monochrome
   Pure white BG + pure black text + restrained gold accent
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  /* Replace ALL paper/cream with pure white */
  --c-paper:      oklch(1 0 0) !important;
  --c-paper-2:    oklch(0.985 0 0) !important;
  --c-paper-3:    oklch(0.965 0 0) !important;
  --c-surface:    #ffffff !important;
  --c-rule:       oklch(0.92 0 0) !important;
  --c-rule-soft:  oklch(0.96 0 0) !important;

  /* Pure black ink — no warmth */
  --c-ink:        oklch(0.13 0 0) !important;     /* #0a0a0a */
  --c-ink-2:      oklch(0.30 0 0) !important;     /* #4b5563 */
  --c-ink-3:      oklch(0.45 0 0) !important;     /* #6b7280 */
  --c-ink-4:      oklch(0.60 0 0) !important;

  /* "Brand" color now = pure black */
  --c-red:        oklch(0.13 0 0) !important;
  --c-red-hover:  oklch(0.25 0 0) !important;
  --c-red-ink:    oklch(0.10 0 0) !important;
  --c-red-wash:   oklch(0.97 0 0) !important;

  --c-navy:       oklch(0.13 0 0) !important;
  --c-navy-ink:   oklch(0.10 0 0) !important;

  /* Single accent — restrained warm gold (used sparingly) */
  --c-gold:       oklch(0.74 0.130 80) !important;
  --c-gold-hover: oklch(0.65 0.130 80) !important;
}

/* Eyebrow bar (UK CASINO GUIDE) — black, no decoration */
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: #0a0a0a !important;
  background: #0a0a0a !important;
}

/* Score / rating numbers — pure black, big and confident */
.consumer-root .c-score-num,
.consumer-root .c-score,
.consumer-root .rank-pill,
.consumer-root [class*="score"],
.consumer-root [class*="rating"] {
  color: #0a0a0a !important;
  border-color: #0a0a0a !important;
}
.consumer-root .rank-pill.is-best {
  background: #0a0a0a !important;
  color: #ffffff !important;
}
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"],
.consumer-root [class*="rating-bar"] {
  background: #0a0a0a !important;
}

/* #1 card — gold thin border (the ONLY accent) */
.consumer-root .c-card[data-rank="1"] {
  border: 1.5px solid #d4a82a !important;
}

/* CTA — black background, white text */
.consumer-root .c-cta {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border: none !important;
}
.consumer-root .c-cta:hover {
  background: #1f2937 !important;
}

/* Replace ALL gradient CTAs with flat black */
.consumer-root a[style*="linear-gradient(135deg"] {
  background: #0a0a0a !important;
  background-image: none !important;
}

/* Body links — black underline */
.consumer-root a:hover {
  color: #d4a82a !important;
}
.consumer-root .c-navbar a:hover,
.consumer-root .c-navbar a[aria-current="page"] {
  color: #0a0a0a !important;
  border-bottom: 2px solid #0a0a0a !important;
}

/* .c-verdict — light gray box, not green/cream */
.consumer-root .c-verdict {
  background: #f9fafb !important;
  color: #0a0a0a !important;
  border: 1px solid #e5e7eb !important;
  padding: 18px 22px !important;
  border-radius: 10px !important;
}
.consumer-root .c-verdict .lbl {
  color: #6b7280 !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase !important;
  font-size: 11px !important;
  margin-bottom: 8px !important;
}
.consumer-root .c-verdict p {
  color: #0a0a0a !important;
  margin: 0 !important;
}

/* Verdict box (Quick Verdict) — soft gray, no green */
.rev-verdict-box {
  border: 1px solid #e5e7eb !important;
  background: #f9fafb !important;
}
.rev-verdict-title { color: #0a0a0a !important; }

/* Verified / ticks — gold (the only place color appears) */
.consumer-root .rev-verdict-row .fa-circle-check,
.consumer-root [class*="verified"] i.fa-circle-check,
.consumer-root [class*="check"] i {
  color: #d4a82a !important;
}

/* Verified badge / pill — black background, gold text */
.consumer-root [class*="verified-badge"],
.consumer-root .ukgc-verified,
.consumer-root [class*="badge--verified"] {
  background: #0a0a0a !important;
  color: #d4a82a !important;
}

/* Stars — gold (was already gold, confirming) */
.dr-stars, .lm-stars, .ja-stars, .gb-stars, .br-stars, .mc-stars, .x3-stars,
[class$="-stars"] {
  color: #d4a82a !important;
}

/* Per-casino review chrome — pure black accent */
.dr-rating-box, .dr-hero, .dr-score,
.lm-rating, .lm-hero, .lm-score,
.ja-rating, .ja-hero, .ja-score,
.gb-rating, .gb-hero, .gb-score,
.br-rating, .br-hero, .br-score,
.mc-rating, .mc-hero, .mc-score,
.x3-rating, .x3-hero, .x3-score {
  --accent: #0a0a0a !important;
}

/* Cons mark — keep neutral gray (not red/amber) for clean monochrome */
.consumer-root .c-pc-list.cons .mark,
.consumer-root .cons .c-pc-title {
  color: #6b7280 !important;
}

/* Brand-logo box on front-page card-side — minimal */
.c-card-brand-logo {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-radius: 6px !important;
  box-shadow: none !important;
}

/* Body background — pure white */
.consumer-root body,
body.consumer-root,
.consumer-root .c-page,
.consumer-root .c-wrap,
.consumer-root main {
  background: #ffffff !important;
}

/* Announce bar (top, "UPDATED ...") — invert to black BG */
aside.c-announce {
  background: #0a0a0a !important;
  color: #ffffff !important;
}
aside.c-announce a {
  color: #d4a82a !important;
}
aside.c-announce .mark {
  color: #d4a82a !important;
}

/* =====================================================
   UVC v36 — Lighten the load. N26-true: white-dominant, black sparingly
   ===================================================== */

/* Top announce bar — REVERSE: white BG, black text (was black BG) */
aside.c-announce {
  background: #ffffff !important;
  color: #6b7280 !important;
  border-bottom: 1px solid #e5e7eb !important;
}
aside.c-announce a {
  color: #0a0a0a !important;
  text-decoration: underline;
}
aside.c-announce .mark {
  color: #0a0a0a !important;
  background: #f9fafb !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
}

/* Body text — softer dark gray, not pure black (more breathing) */
.consumer-root,
.consumer-root p,
.consumer-root li {
  color: #1f2937 !important;
}

/* Eyebrow bar (UK CASINO GUIDE) — keep visual but thinner */
.consumer-root .c-eyebrow {
  font-size: 12px !important;
  letter-spacing: 0.16em !important;
}
.consumer-root .c-eyebrow::before {
  width: 28px !important;
  height: 2px !important;
}

/* CTA — outlined style (less heavy than full-black filled) */
.consumer-root .c-cta {
  background: #0a0a0a !important;
  color: #ffffff !important;
  border: 1.5px solid #0a0a0a !important;
}
.consumer-root .c-cta:hover {
  background: #ffffff !important;
  color: #0a0a0a !important;
}

/* Reduce border weight on cards — lighter, more N26-feel */
.consumer-root .c-card {
  border: 1px solid #e5e7eb !important;
  background: #ffffff !important;
  box-shadow: none !important;
}
.consumer-root .c-card[data-rank="1"] {
  border: 1.5px solid #0a0a0a !important;  /* hero card slightly stronger */
}

/* Casino brand logo box — borderless, larger */
.c-card-brand-logo {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.c-card-brand-logo img {
  max-height: 80px !important;
}

/* "Read our full review" link — subtle gray */
.consumer-root .c-cta-secondary {
  color: #6b7280 !important;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.consumer-root .c-cta-secondary:hover {
  color: #0a0a0a !important;
}

/* Scores — keep BIG and impactful but slightly lighter weight */
.consumer-root .overall .v {
  color: #0a0a0a !important;
  font-weight: 800 !important;
}
.consumer-root .overall .v small {
  color: #9ca3af !important;
  font-weight: 500 !important;
}

/* Page background — pure white, no off-white tint */
body.consumer-root,
.consumer-root,
main,
.c-page,
.c-wrap {
  background: #ffffff !important;
}

/* Footer-bottom — less heavy */
.c-footer-bottom {
  background: #fafafa !important;
  color: #6b7280 !important;
  border-top: 1px solid #e5e7eb !important;
}

/* =====================================================
   UVC v37 — N26 ACTUAL palette: warm pastels + deep navy
   Mint sage + salmon coral + cream + navy depth
   The mint is pale enough that it reads as "fresh/calm" not Irish-green
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  /* WARM CREAM background (not pure white) — N26-style softness */
  --c-paper:      #faf6ed !important;
  --c-paper-2:    #f5efe2 !important;
  --c-paper-3:    #ebe3d2 !important;
  --c-surface:    #ffffff !important;       /* cards stay pure white */
  --c-rule:       #e8dfc9 !important;
  --c-rule-soft:  #f0e8d6 !important;

  /* NAVY DEPTH — deep blue-charcoal */
  --c-ink:        #0a1f3d !important;       /* deep N26 navy */
  --c-ink-2:      #2d3e5b !important;
  --c-ink-3:      #5a6478 !important;
  --c-ink-4:      #7c8499 !important;

  /* PASTEL accents */
  --c-mint:       #c8e6d5 !important;       /* soft sage mint */
  --c-mint-deep:  #8fb9a3 !important;
  --c-salmon:     #f5c2bc !important;       /* warm salmon coral */
  --c-salmon-deep: #e89890 !important;
  --c-yellow:     #fddc74 !important;       /* butter yellow */

  /* "Brand" color now = navy */
  --c-red:        #0a1f3d !important;
  --c-red-hover:  #2d3e5b !important;
  --c-red-ink:    #060f1f !important;
  --c-red-wash:   #f0eee5 !important;
  --c-navy:       #0a1f3d !important;
}

/* PAGE BACKGROUND — warm cream, not pure white */
body.consumer-root,
.consumer-root,
main,
.c-page {
  background: #faf6ed !important;
}

/* Top announce bar — pastel mint background, navy text (N26 vibe) */
aside.c-announce {
  background: #c8e6d5 !important;
  color: #0a1f3d !important;
  border-bottom: 1px solid #b8d6c5 !important;
}
aside.c-announce a {
  color: #0a1f3d !important;
  text-decoration: underline;
}
aside.c-announce .mark {
  color: #0a1f3d !important;
  background: #ffffff !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  font-weight: 700 !important;
}

/* Body text — navy, softer than pure black */
.consumer-root,
.consumer-root p,
.consumer-root li {
  color: #0a1f3d !important;
}

/* Eyebrow — navy */
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: #0a1f3d !important;
  background: #0a1f3d !important;
}

/* Score / rating — navy big */
.consumer-root .c-score-num,
.consumer-root .c-score,
.consumer-root .rank-pill,
.consumer-root [class*="score"],
.consumer-root [class*="rating"] {
  color: #0a1f3d !important;
  border-color: #0a1f3d !important;
}
.consumer-root .rank-pill.is-best {
  background: #c8e6d5 !important;        /* mint pill — N26 style */
  color: #0a1f3d !important;
  border: 1.5px solid #8fb9a3 !important;
}
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"],
.consumer-root [class*="rating-bar"] {
  background: #c8e6d5 !important;
}

/* CTA — navy filled with cream text */
.consumer-root .c-cta {
  background: #0a1f3d !important;
  color: #faf6ed !important;
  border: 1.5px solid #0a1f3d !important;
}
.consumer-root .c-cta:hover {
  background: #ffffff !important;
  color: #0a1f3d !important;
}

/* Replace ALL gradient CTAs with flat navy */
.consumer-root a[style*="linear-gradient(135deg"] {
  background: #0a1f3d !important;
  background-image: none !important;
  color: #faf6ed !important;
}

/* Cards — white BG to pop against cream page */
.consumer-root .c-card {
  background: #ffffff !important;
  border: 1px solid #e8dfc9 !important;
  box-shadow: 0 2px 12px rgba(10, 31, 61, 0.04) !important;
}
.consumer-root .c-card[data-rank="1"] {
  border: 2px solid #c8e6d5 !important;     /* mint border for #1 — N26 hero */
  box-shadow: 0 4px 24px rgba(143, 185, 163, 0.15) !important;
}

/* Card-side (score area) — mint pastel BG for hero card */
.consumer-root .c-card[data-rank="1"] .c-card-side {
  background: #c8e6d5 !important;
}

/* Salmon used for verified/check accent */
.consumer-root .rev-verdict-row .fa-circle-check,
.consumer-root [class*="verified"] i.fa-circle-check {
  color: #e89890 !important;
}

/* Verdict box — mint background */
.rev-verdict-box {
  border: 1px solid #c8e6d5 !important;
  background: #f0f9f4 !important;
}
.rev-verdict-title { color: #0a1f3d !important; }

/* .c-verdict ("Last tested") — soft cream box, no harsh borders */
.consumer-root .c-verdict {
  background: #f5efe2 !important;
  color: #0a1f3d !important;
  border: 1px solid #e8dfc9 !important;
}
.consumer-root .c-verdict .lbl {
  color: #2d3e5b !important;
}

/* Stars — keep gold/yellow */
[class$="-stars"] {
  color: #fddc74 !important;
}

/* Body links — navy with salmon hover */
.consumer-root a:hover {
  color: #e89890 !important;
}

/* Casino brand-logo box — frameless, larger (continues from v36) */
.c-card-brand-logo {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.c-card-brand-logo img {
  max-height: 80px !important;
}

/* Cons mark — soft salmon */
.consumer-root .c-pc-list.cons .mark,
.consumer-root .cons .c-pc-title {
  color: #e89890 !important;
}

/* Footer — cream with subtle navy */
footer,
.c-footer-bottom {
  background: #f5efe2 !important;
  color: #2d3e5b !important;
  border-top: 1px solid #e8dfc9 !important;
}

/* =====================================================
   UVC v38 — Clean N26: pure white BG, ONE accent on hero only
   No cream/mocha tint, no multiple pastels competing
   ===================================================== */

.consumer-root,
:root,
body.consumer-root {
  /* PURE WHITE — no cream tint */
  --c-paper:      #ffffff !important;
  --c-paper-2:    #fafafa !important;
  --c-paper-3:    #f4f4f5 !important;
  --c-surface:    #ffffff !important;
  --c-rule:       #e5e7eb !important;
  --c-rule-soft:  #f1f3f5 !important;

  /* Navy text */
  --c-ink:        #0a1f3d !important;
  --c-ink-2:      #2d3e5b !important;
  --c-ink-3:      #6b7280 !important;
  --c-ink-4:      #9ca3af !important;

  /* Single accent — salmon coral (used SPARINGLY) */
  --c-accent:     #e89890 !important;
  --c-accent-soft:#fef4f1 !important;

  --c-red:        #0a1f3d !important;
  --c-red-hover:  #2d3e5b !important;
  --c-red-ink:    #060f1f !important;
  --c-red-wash:   #fef4f1 !important;
}

/* Page background — PURE WHITE */
body.consumer-root,
.consumer-root,
main,
.c-page {
  background: #ffffff !important;
}

/* Top announce bar — light gray, minimal */
aside.c-announce {
  background: #fafafa !important;
  color: #6b7280 !important;
  border-bottom: 1px solid #e5e7eb !important;
}
aside.c-announce a {
  color: #0a1f3d !important;
  text-decoration: underline;
}
aside.c-announce .mark {
  color: #0a1f3d !important;
  background: #ffffff !important;
  padding: 2px 8px !important;
  border-radius: 4px !important;
  border: 1px solid #e5e7eb !important;
}

/* Cards — pure white, subtle border */
.consumer-root .c-card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: none !important;
}

/* HERO #1 card — soft salmon tint (the ONE place pastel appears) */
.consumer-root .c-card[data-rank="1"] {
  background: #fef4f1 !important;
  border: 1px solid #f5c2bc !important;
}
.consumer-root .c-card[data-rank="1"] .c-card-side {
  background: transparent !important;
}

/* Reset — remove any mint/cream from elsewhere */
aside.c-announce {
  background: #fafafa !important;  /* not mint */
}
.consumer-root .rank-pill.is-best {
  background: #0a1f3d !important;     /* navy fill */
  color: #ffffff !important;
  border: none !important;
}
.consumer-root .c-score-bar,
.consumer-root [class*="score-fill"] {
  background: #e89890 !important;     /* salmon accent */
}

/* CTAs — navy filled */
.consumer-root .c-cta {
  background: #0a1f3d !important;
  color: #ffffff !important;
  border: 1.5px solid #0a1f3d !important;
}
.consumer-root .c-cta:hover {
  background: #ffffff !important;
  color: #0a1f3d !important;
}

/* .c-verdict — white card, no cream tint */
.consumer-root .c-verdict {
  background: #f9fafb !important;
  color: #0a1f3d !important;
  border: 1px solid #e5e7eb !important;
}
.consumer-root .c-verdict .lbl {
  color: #6b7280 !important;
}

/* Verdict box (Quick Verdict on review pages) — light gray, no green */
.rev-verdict-box {
  border: 1px solid #e5e7eb !important;
  background: #fafafa !important;
}
.rev-verdict-title { color: #0a1f3d !important; }

/* Verified ticks — salmon (the accent, sparingly) */
.consumer-root .rev-verdict-row .fa-circle-check,
.consumer-root [class*="verified"] i.fa-circle-check {
  color: #e89890 !important;
}

/* Body text — navy */
.consumer-root,
.consumer-root p,
.consumer-root li {
  color: #0a1f3d !important;
}

/* Hover salmon */
.consumer-root a:hover {
  color: #e89890 !important;
}

/* Eyebrow — navy thin */
.consumer-root .c-eyebrow,
.consumer-root .c-eyebrow::before {
  color: #0a1f3d !important;
  background: #0a1f3d !important;
}

/* Footer — gray neutral */
footer,
.c-footer-bottom {
  background: #f9fafb !important;
  color: #6b7280 !important;
  border-top: 1px solid #e5e7eb !important;
}

/* Stars stay gold */
[class$="-stars"] { color: #fddc74 !important; }

/* Cons mark — soft salmon (replaces amber/red) */
.consumer-root .c-pc-list.cons .mark,
.consumer-root .cons .c-pc-title {
  color: #e89890 !important;
}
