:root {
  --ink: #070d18;
  --navy: #0c1628;
  --deep-green: #0a2a1c;
  --bill-green: #1f6b42;
  --bill-mid: #2d8f55;
  --bill-bright: #45c06a;
  --cash-green: #6ee7a0;
  --gold: #f0c84a;
  --gold-deep: #c9971a;
  --orange: #e8782a;
  --cream: #f6f2e6;
  --text: #ecf5ef;
  --muted: #9cb8a8;
  --container: min(1120px, calc(100% - 2rem));
  --radius: 14px;
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.65;
  color: var(--text);
  background: var(--ink);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--gold);
}

a:hover {
  color: var(--cash-green);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  z-index: 1000;
  padding: 0.75rem 1rem;
  background: var(--gold);
  color: var(--ink);
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 13, 24, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(110, 231, 160, 0.14);
  box-shadow:
    0 1px 0 rgba(240, 200, 74, 0.05),
    0 10px 32px rgba(0, 0, 0, 0.28);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: var(--cream);
  font-weight: 700;
  font-size: 1.05rem;
  letter-spacing: -0.01em;
}

.brand__diamond {
  width: 9px;
  height: 9px;
  flex-shrink: 0;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #86efac, #15803d);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: 0 0 10px rgba(110, 231, 160, 0.4);
}

.brand__text {
  line-height: 1.2;
}

.brand:hover {
  color: var(--cream);
}

.brand:hover .brand__diamond {
  box-shadow: 0 0 14px rgba(110, 231, 160, 0.55);
}

.header-end {
  display: flex;
  align-items: center;
  gap: 1.15rem;
}

.site-nav ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav a {
  position: relative;
  text-decoration: none;
  color: var(--muted);
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding: 0.2rem 0;
  transition: color 0.15s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--cream);
}

.site-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 1px;
  background: linear-gradient(90deg, var(--cash-green), rgba(240, 200, 74, 0.85));
  transition: width 0.15s ease;
}

.site-nav a:hover::after,
.site-nav a:focus-visible::after {
  width: 100%;
}

.header-age {
  flex-shrink: 0;
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--gold);
  border: 1px solid rgba(240, 200, 74, 0.38);
  padding: 0.28rem 0.45rem;
  border-radius: 4px;
  background: rgba(240, 200, 74, 0.06);
}

.nav-toggle {
  display: none;
  background: transparent;
  border: 1px solid rgba(110, 231, 160, 0.28);
  color: var(--cream);
  padding: 0.38rem 0.7rem;
  border-radius: 6px;
  cursor: pointer;
  font-size: 0.875rem;
  font-family: inherit;
}

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  padding: clamp(2.5rem, 6vw, 4.5rem) 0 clamp(3rem, 7vw, 5rem);
  background:
    radial-gradient(ellipse 70% 55% at 15% 20%, rgba(45, 143, 85, 0.28), transparent 60%),
    radial-gradient(ellipse 55% 65% at 82% 42%, rgba(45, 143, 85, 0.16), transparent 62%),
    radial-gradient(ellipse 40% 35% at 88% 55%, rgba(240, 200, 74, 0.1), transparent 55%),
    linear-gradient(165deg, #0f1a2e 0%, var(--ink) 72%);
  overflow: hidden;
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-height: clamp(320px, 42vw, 480px);
}

.hero-copy {
  max-width: min(100%, 34rem);
}

@media (min-width: 768px) {
  .hero-copy {
    width: min(48%, 36rem);
  }
}

.hero-kicker {
  margin: 0 0 0.75rem;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--cash-green);
}

.hero h1 {
  margin: 0 0 1rem;
  font-size: clamp(1.85rem, 4.2vw, 2.85rem);
  line-height: 1.12;
  color: var(--cream);
  letter-spacing: -0.02em;
}

.hero-lead {
  margin: 0 0 1.75rem;
  max-width: 34rem;
  color: var(--muted);
  font-size: 1.125rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.7rem 1.5rem;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.btn-primary {
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-deep) 100%);
  color: var(--ink);
  box-shadow: 0 10px 28px rgba(240, 200, 74, 0.28);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 32px rgba(240, 200, 74, 0.38);
  color: var(--ink);
}

.btn-secondary {
  background: rgba(7, 13, 24, 0.55);
  color: var(--cream);
  border: 1px solid rgba(110, 231, 160, 0.38);
  box-shadow: inset 0 0 0 1px rgba(240, 200, 74, 0.12);
}

.btn-secondary:hover {
  transform: translateY(-2px);
  background: rgba(7, 13, 24, 0.72);
  border-color: rgba(110, 231, 160, 0.55);
  box-shadow:
    inset 0 0 0 1px rgba(240, 200, 74, 0.22),
    0 10px 24px rgba(0, 0, 0, 0.28);
  color: var(--cream);
}

.hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

@media (max-width: 767px) {
  .hero-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-cta-row .btn {
    width: 100%;
  }
}

.hero-scene {
  pointer-events: none;
}

.hero-scene picture {
  display: block;
  width: 100%;
  height: 100%;
}

.hero-scene__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (min-width: 768px) {
  .hero-scene {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 52%;
    z-index: 0;
  }

  .hero-scene__img {
    object-position: 42% center;
    -webkit-mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.08) 14%,
      rgba(0, 0, 0, 0.45) 26%,
      rgba(0, 0, 0, 0.85) 38%,
      #000 50%,
      #000 100%
    );
    mask-image: linear-gradient(
      to right,
      transparent 0%,
      rgba(0, 0, 0, 0.08) 14%,
      rgba(0, 0, 0, 0.45) 26%,
      rgba(0, 0, 0, 0.85) 38%,
      #000 50%,
      #000 100%
    );
  }
}

@media (max-width: 767px) {
  .hero {
    display: flex;
    flex-direction: column;
  }

  .hero-grid {
    order: 1;
    min-height: 0;
    padding-bottom: 0;
  }

  .hero-scene {
    order: 2;
    position: relative;
    width: 100%;
    height: clamp(180px, 52vw, 240px);
    margin-top: 1.25rem;
  }

  .hero-scene__img {
    object-position: 50% 38%;
    -webkit-mask-image: none;
    mask-image: none;
  }
}

/* Sections */
.section {
  padding: clamp(3rem, 6vw, 4.5rem) 0;
}

.section-decoder {
  background:
    radial-gradient(ellipse 80% 50% at 50% 0%, rgba(31, 107, 66, 0.18), transparent),
    var(--navy);
}

.section-outer {
  background: linear-gradient(180deg, var(--ink), #0a1520);
}

.section-centre {
  background:
    radial-gradient(circle at 80% 20%, rgba(232, 120, 42, 0.08), transparent 40%),
    var(--deep-green);
}

.section-respin {
  background: var(--ink);
}

.section-fs {
  background: linear-gradient(135deg, #122a45 0%, #0a1828 55%, #0f2a1c 100%);
}

.section-review {
  background: var(--ink);
  padding: clamp(2rem, 4vw, 2.75rem) 0;
}

.review-block {
  max-width: 40rem;
}

.review-block p {
  margin: 0 0 1rem;
  color: var(--muted);
}

.review-block p:last-child {
  margin-bottom: 0;
}

.section-specs {
  background: var(--navy);
}

.section-rtp {
  background: var(--ink);
  padding-top: clamp(2rem, 4vw, 2.75rem);
  padding-bottom: clamp(0.85rem, 2vw, 1.1rem);
}

.section-mobile {
  background: var(--ink);
  padding-top: clamp(0.85rem, 2vw, 1.1rem);
  padding-bottom: clamp(2rem, 4vw, 2.75rem);
}

.section-faq {
  background: var(--ink);
}

.section h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3vw, 2.05rem);
  color: var(--cream);
  letter-spacing: -0.02em;
}

.section-intro {
  margin: 0 0 1.75rem;
  max-width: 40rem;
  color: var(--muted);
}

/* Banknote */
.banknote-stage {
  margin: 0 0 1.25rem;
  text-align: center;
}

.banknote {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: stretch;
  max-width: min(100%, 820px);
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow:
    0 20px 48px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(240, 200, 74, 0.28);
  border: 3px solid var(--gold-deep);
}

.banknote-part {
  position: relative;
  display: grid;
  place-items: center;
  min-height: clamp(88px, 16vw, 128px);
  padding: 1.1rem 0.75rem;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: clamp(1.5rem, 5vw, 2.35rem);
  font-weight: 800;
  color: var(--cream);
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.banknote-part--outer {
  background:
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.03) 0,
      rgba(255, 255, 255, 0.03) 8px,
      transparent 8px,
      transparent 16px
    ),
    linear-gradient(165deg, var(--bill-bright) 0%, var(--bill-green) 45%, #145a32 100%);
}

.banknote-part--outer::before {
  content: "";
  position: absolute;
  inset: 8px;
  border: 1px dashed rgba(240, 200, 74, 0.25);
  border-radius: 8px;
  pointer-events: none;
}

.banknote-part--centre {
  min-width: clamp(5rem, 18vw, 8.5rem);
  background: linear-gradient(165deg, #f59e42 0%, var(--orange) 45%, #9a3412 100%);
  border-inline: 3px solid rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 0 30px rgba(255, 200, 100, 0.2);
}

.banknote-part[data-kind="bank"] {
  background: linear-gradient(165deg, #a67c52 0%, #6b4a2e 100%);
}

.banknote-part[data-kind="multiplier"] {
  background: linear-gradient(165deg, #fbbf24 0%, var(--orange) 50%, #c2410c 100%);
}

.banknote-part[data-kind="freespins"] {
  background: linear-gradient(165deg, #38bdf8 0%, #2563eb 100%);
  font-size: clamp(1rem, 3vw, 1.45rem);
}

.decoder-flow {
  margin: 1.15rem 0 0;
  font-size: 0.9375rem;
  color: var(--muted);
  letter-spacing: 0.02em;
}

.decoder-outcome {
  margin-top: 0.65rem;
}

.decoder-outcome__arrow {
  display: block;
  font-size: 1.35rem;
  line-height: 1;
  color: rgba(240, 200, 74, 0.75);
  margin-bottom: 0.25rem;
}

.decoder-outcome__result {
  margin: 0;
  font-family: ui-monospace, "Cascadia Code", monospace;
  font-size: clamp(2rem, 6.5vw, 3.15rem);
  font-weight: 800;
  line-height: 1.05;
  color: var(--gold);
  text-shadow: 0 4px 24px rgba(240, 200, 74, 0.32);
}

.decoder-details {
  max-width: 36rem;
  margin: 0 auto 1.5rem;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: var(--muted);
}

.decoder-interactive {
  text-align: center;
}

.decoder-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0.55rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(110, 231, 160, 0.32);
  background: rgba(31, 107, 66, 0.12);
  color: var(--cash-green);
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.decoder-toggle:hover {
  background: rgba(31, 107, 66, 0.22);
  border-color: rgba(110, 231, 160, 0.48);
}

.decoder-panel {
  margin-top: 1rem;
  padding: 1rem 0 0;
  text-align: left;
}

.decoder-panel[hidden] {
  display: none;
}

.decoder-controls {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.85rem 1rem;
  margin-bottom: 0.75rem;
}

.decoder-controls label {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: rgba(184, 196, 214, 0.85);
}

.decoder-controls label[hidden] {
  display: none;
}

.decoder-controls select {
  min-width: 8.5rem;
  padding: 0.5rem 0.6rem;
  border-radius: 8px;
  border: 1px solid rgba(110, 231, 160, 0.18);
  background: rgba(15, 26, 46, 0.65);
  color: var(--cream);
  font-size: 0.9375rem;
  font-family: inherit;
}

.decoder-result {
  margin: 0;
  font-size: 0.875rem;
  color: var(--muted);
  text-align: center;
}

.decoder-result--detail {
  padding: 0.65rem 0 0;
}

/* Outer values */
.value-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.65rem;
}

@media (max-width: 640px) {
  .value-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.value-chip {
  padding: 1.1rem 0.5rem;
  text-align: center;
  border-radius: 12px;
  background:
    linear-gradient(165deg, rgba(69, 192, 106, 0.25), rgba(15, 42, 28, 0.9));
  border: 1px solid rgba(240, 200, 74, 0.28);
  font-family: ui-monospace, monospace;
  font-size: clamp(1.1rem, 3vw, 1.4rem);
  font-weight: 800;
  color: var(--gold);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

/* Centre strip */
.centre-strip {
  display: grid;
  gap: 1rem;
}

@media (min-width: 768px) {
  .centre-strip {
    grid-template-columns: repeat(3, 1fr);
  }
}

.centre-panel {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.centre-panel h3 {
  margin: 0 0 0.5rem;
  font-size: 1.0625rem;
  color: var(--cream);
}

.centre-panel p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--muted);
}

.centre-panel--bank {
  border-top: 3px solid #a67c52;
}

.centre-panel--multiplier {
  border-top: 3px solid var(--orange);
}

.centre-panel--fs {
  border-top: 3px solid #38bdf8;
}

/* Respin / Nudge */
.feature-pair {
  display: grid;
  gap: 1.25rem;
}

@media (min-width: 768px) {
  .feature-pair {
    grid-template-columns: 1fr 1fr;
  }
}

.feature-panel {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(31, 107, 66, 0.12), rgba(0, 0, 0, 0.2));
  border: 1px solid rgba(110, 231, 160, 0.15);
}

.feature-panel h3 {
  margin: 0 0 0.5rem;
  color: var(--gold);
  font-size: 1.0625rem;
}

.feature-panel p {
  margin: 0;
  color: var(--muted);
  font-size: 0.9875rem;
}

/* Free Spins */
.fs-layout {
  display: grid;
  gap: 2rem;
  align-items: center;
}

@media (min-width: 768px) {
  .fs-layout {
    grid-template-columns: 1.2fr 0.8fr;
  }
}

.fs-copy p {
  margin: 0 0 1rem;
  color: var(--muted);
  max-width: 36rem;
}

.fs-copy p:last-child {
  margin-bottom: 0;
}

.fs-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.fs-badge {
  display: grid;
  place-items: center;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--bill-bright) 0%, var(--bill-green) 55%, #145a32 100%);
  border: 2px solid rgba(110, 231, 160, 0.38);
  font-family: ui-monospace, monospace;
  font-size: 1.5rem;
  font-weight: 800;
  color: var(--cream);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
  box-shadow:
    0 12px 28px rgba(45, 143, 85, 0.32),
    inset 0 2px 0 rgba(255, 255, 255, 0.12);
}

.fs-badge--mid {
  width: 5.5rem;
  height: 5.5rem;
  font-size: 1.75rem;
  background: linear-gradient(145deg, #5eead4 0%, #14b8a6 50%, #0f766e 100%);
  border-color: rgba(94, 234, 212, 0.4);
  box-shadow:
    0 14px 34px rgba(20, 184, 166, 0.38),
    inset 0 2px 0 rgba(255, 255, 255, 0.14);
}

.fs-badge:last-child {
  background: linear-gradient(145deg, var(--gold) 0%, var(--gold-deep) 55%, #9a3412 100%);
  border-color: rgba(240, 200, 74, 0.45);
  color: var(--ink);
  text-shadow: none;
  box-shadow:
    0 12px 30px rgba(240, 200, 74, 0.28),
    inset 0 2px 0 rgba(255, 255, 255, 0.2);
}

/* Specs */
.spec-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9875rem;
}

.spec-table th,
.spec-table td {
  padding: 0.8rem 1rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.spec-table th {
  width: 38%;
  color: var(--muted);
  font-weight: 500;
}

.spec-table td {
  color: var(--cream);
  font-weight: 600;
}

.source-note {
  margin: 1.25rem 0 0;
  max-width: 40rem;
  font-size: 0.875rem;
  color: var(--muted);
}

.source-note a {
  color: var(--cash-green);
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.source-note a:hover {
  color: var(--gold);
}

/* Story / theme */
.section-story {
  padding: clamp(1.5rem, 3vw, 2rem) 0;
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(45, 143, 85, 0.08), transparent 65%),
    var(--navy);
}

.story-block {
  max-width: 40rem;
}

.story-block h2 {
  margin-bottom: 0.6rem;
}

.story-accent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  margin-bottom: 0.65rem;
}

.story-accent__diamond {
  width: 22px;
  height: 22px;
  margin: 0 0.15rem 0 -0.05rem;
  transform: rotate(45deg);
  background: linear-gradient(135deg, #86efac, #15803d);
  border: 1.5px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 0 14px rgba(110, 231, 160, 0.3);
  flex-shrink: 0;
}

.story-accent__chip {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--cash-green);
  background: rgba(31, 107, 66, 0.18);
  border: 1px solid rgba(110, 231, 160, 0.22);
}

.story-text {
  margin: 0;
  color: var(--muted);
  font-size: 1.0625rem;
  line-height: 1.65;
}

/* FAQ */
.faq-list {
  display: grid;
  gap: 0.5rem;
}

.faq-item {
  border-radius: var(--radius);
  border: 1px solid rgba(255, 255, 255, 0.07);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.02);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.15rem;
  background: transparent;
  border: none;
  color: var(--cream);
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}

.faq-question::after {
  content: "+";
  color: var(--gold);
  font-size: 1.25rem;
  flex-shrink: 0;
}

.faq-item.is-open .faq-question::after {
  content: "−";
}

.faq-answer {
  display: none;
  padding: 0 1.15rem 1rem;
  color: var(--muted);
  font-size: 0.9875rem;
}

.faq-item.is-open .faq-answer {
  display: block;
}

/* Footer */
.site-footer {
  padding: 1.65rem 0 1.15rem;
  background: linear-gradient(180deg, #071018 0%, #050c14 100%);
  border-top: 1px solid rgba(110, 231, 160, 0.12);
  font-size: 0.875rem;
  color: var(--muted);
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding-bottom: 0.9rem;
  margin-bottom: 0.85rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.footer-wordmark {
  margin: 0 0 0.35rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--cream);
  letter-spacing: -0.01em;
}

.footer-tagline {
  margin: 0;
  max-width: 28rem;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: var(--muted);
}

.footer-links {
  display: flex;
  gap: clamp(2rem, 5vw, 3rem);
  flex-shrink: 0;
}

.footer-links__col {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.footer-links a {
  font-size: 0.8125rem;
  font-weight: 500;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

.footer-links a:hover,
.footer-links a:focus-visible {
  color: var(--cash-green);
}

.footer-meta p {
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.01em;
  color: rgba(156, 184, 168, 0.88);
}

/* Trust pages */
.page-trust {
  padding: clamp(2.25rem, 5vw, 3.25rem) 0 clamp(2.75rem, 5vw, 3.75rem);
  background: var(--navy);
}

.trust-content {
  max-width: 42rem;
}

.trust-content h1 {
  margin: 0 0 1.25rem;
  font-size: clamp(1.65rem, 3.5vw, 2.15rem);
  color: var(--cream);
  letter-spacing: -0.02em;
}

.trust-content h2 {
  margin: 1.75rem 0 0.65rem;
  font-size: 1.0625rem;
  color: var(--cash-green);
}

.trust-content p,
.trust-content li {
  color: var(--muted);
  font-size: 0.9875rem;
}

.trust-content ul {
  margin: 0 0 1rem;
  padding-left: 1.2rem;
}

.trust-content li {
  margin-bottom: 0.35rem;
}

.trust-content a {
  color: var(--gold);
}

.affiliate-disclosure {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: var(--radius);
  background: rgba(240, 200, 74, 0.06);
  border: 1px solid rgba(240, 200, 74, 0.15);
  font-size: 0.8125rem;
  text-align: left;
}

.affiliate-disclosure[hidden] {
  display: none;
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

/* Responsive nav */
@media (max-width: 767px) {
  .header-inner {
    position: relative;
    padding: 0.75rem 0;
  }

  .header-end {
    gap: 0.65rem;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .site-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(7, 13, 24, 0.98);
    border-bottom: 1px solid rgba(110, 231, 160, 0.12);
    padding: 0.85rem 1rem;
  }

  .site-nav.is-open {
    display: block;
  }

  .site-nav ul {
    flex-direction: column;
    gap: 0.65rem;
  }

  .footer-inner {
    flex-direction: column;
    gap: 1.15rem;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .footer-links {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem 2rem;
  }

  .banknote {
    border-width: 2px;
  }

  .value-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.4rem;
  }

  .value-chip {
    padding: 0.75rem 0.25rem;
    font-size: 0.95rem;
  }
}

@media (max-width: 360px) {
  .banknote-part {
    min-height: 64px;
    padding: 0.65rem 0.35rem;
    font-size: 1.1rem;
  }

  .banknote-part--centre {
    min-width: 4.25rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .btn {
    transition: none;
  }
}
