* {
  box-sizing: border-box;
}

:root {
  --ink: #f7fbff;
  --muted: #a9bac6;
  --dark: #05080d;
  --canvas: #0a1422;
  --panel: #101d2c;
  --panel-2: #16283b;
  --line: rgba(255, 255, 255, 0.14);
  --teal: #017e80;
  --teal-2: #05bec1;
  --gold: #fed100;
  --gold-2: #f5b607;
  --red: #c9363f;
  --white: #ffffff;
  --max: 1180px;
  --header: 78px;
  --font-heading: "Druk Cyr", "Druk", "Impact", "Arial Black", sans-serif;
  --font-body-display: "Transducer Extended", "Transducer", "Arial Black", "Helvetica Neue", Arial, sans-serif;
  --font-system: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  padding-top: var(--header);
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(254, 209, 0, 0.13), transparent 260px),
    linear-gradient(115deg, transparent 0 72%, rgba(1, 126, 128, 0.22) 72% 78%, transparent 78%),
    var(--canvas);
  font-family: var(--font-system);
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0;
}

body.menu-open {
  overflow: hidden;
}

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

a {
  color: inherit;
  text-decoration: none;
}

p,
h1,
h2,
h3 {
  margin: 0;
}

p + p {
  margin-top: 18px;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

main {
  overflow: hidden;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  height: var(--header);
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(12px);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 18px;
  width: min(var(--max), calc(100% - 32px));
  height: 100%;
  margin: 0 auto;
}

.brand {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 2px 0;
}

.brand img {
  width: 142px;
  height: auto;
  transform: rotate(-2deg);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-left: auto;
  background: var(--panel);
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.desktop-nav a,
.mobile-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  color: var(--white);
  font-family: var(--font-body-display);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: color 0.2s ease, background 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a[aria-current="page"],
.mobile-nav a:hover,
.mobile-nav a[aria-current="page"] {
  color: var(--gold);
  background: #000;
}

.locale-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border: 1px solid var(--line);
  color: var(--white);
  font-weight: 800;
  font-style: italic;
  font-family: var(--font-body-display);
  text-transform: uppercase;
}

.flag-ca {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.auth-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}

.auth-btn {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 8px 16px;
  font-family: var(--font-body-display);
  font-weight: 800;
  font-style: italic;
  text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  transition: color 0.2s ease, background 0.2s ease, filter 0.2s ease;
}

.auth-btn.login {
  color: var(--white);
  border: 1px solid var(--line);
}

.auth-btn.login:hover {
  color: var(--gold);
  background: #000;
}

.auth-btn.register {
  color: #101d2c;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
}

.auth-btn.register:hover {
  filter: saturate(1.08) brightness(1.04);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  margin-left: auto;
  border: 1px solid var(--line);
  background: #000;
  color: var(--white);
  font: inherit;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
}

.mobile-nav {
  display: none;
}

.wrap {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  position: relative;
  min-height: 540px;
  display: grid;
  align-items: end;
  isolation: isolate;
  padding: 72px 0 34px;
  background: #000;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(105deg, rgba(254, 209, 0, 0.18) 0 11%, transparent 11% 100%),
    linear-gradient(112deg, transparent 0 55%, rgba(1, 126, 128, 0.22) 55% 61%, transparent 61%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.95) 0%, rgba(0, 0, 0, 0.82) 38%, rgba(5, 8, 13, 0.12) 100%),
    linear-gradient(0deg, rgba(5, 8, 13, 0.92), transparent 45%);
}

.hero img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-content {
  width: min(var(--max), calc(100% - 32px));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--gold);
  font-size: 13px;
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 3px;
  background: var(--teal-2);
}

h1 {
  max-width: 760px;
  font-family: var(--font-heading);
  font-size: clamp(36px, 4.2vw, 56px);
  line-height: 0.98;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
  text-shadow: 0 8px 0 rgba(0, 0, 0, 0.55);
}

.lead {
  max-width: 760px;
  margin-top: 24px;
  color: #dce7ef;
  font-size: clamp(17px, 2vw, 20px);
  font-family: var(--font-body-display);
  font-weight: 800;
  font-style: oblique;
  line-height: 1.44;
}

.lead-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 3vw, 32px);
  max-width: 980px;
  font-family: var(--font-system);
  font-size: clamp(14px, 1.2vw, 16px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.58;
}

.lead-columns p {
  min-width: 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  color: #101d2c;
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
  clip-path: polygon(14px 0, 100% 0, calc(100% - 14px) 100%, 0 100%);
  box-shadow: 0 0 0 3px #101d2c, 0 10px 0 rgba(0, 0, 0, 0.35);
  transition: transform 0.2s ease, filter 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
  filter: saturate(1.08);
}

.button.secondary {
  border-color: transparent;
  background: var(--teal);
  color: var(--white);
}

.soft-note {
  margin-top: 12px;
  color: var(--muted);
  font-size: 13px;
}

.section {
  padding: 38px 0;
}

.band {
  position: relative;
  padding: clamp(26px, 3.6vw, 42px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(115deg, rgba(254, 209, 0, 0.08) 0 9%, transparent 9%),
    rgba(16, 29, 44, 0.95);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.68);
}

.band::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 98px;
  height: 6px;
  background: var(--gold);
}

.band::after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 54px;
  height: 5px;
  background: var(--teal);
}

.band + .band,
.section + .section {
  margin-top: 26px;
}

#pros-cons .matrix {
  margin-top: 22px;
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.section-kicker {
  color: var(--gold);
  font-size: 12px;
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

h2 {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3vw, 40px);
  line-height: 1.06;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

h3 {
  margin-bottom: 16px;
  color: var(--white);
  font-family: var(--font-body-display);
  font-size: clamp(18px, 1.55vw, 22px);
  line-height: 1.2;
  font-weight: 900;
  font-style: oblique;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-break: normal;
  text-wrap: balance;
}

.copy {
  color: #d8e4ed;
  font-family: var(--font-system);
}

.copy p {
  line-height: 1.72;
}

.copy h2 {
  margin-bottom: 24px;
}

.copy h3 {
  margin-top: 30px;
}

.copy h2 + h3,
.copy h3:first-child {
  margin-top: 0;
}

.copy p + h3,
.copy ul + h3,
.copy ol + h3,
.copy .matrix + h3,
.copy .faq-list + h3 {
  margin-top: 38px;
}

.copy p + .matrix,
.copy ul + .matrix,
.copy ol + .matrix,
.copy p + .terms-list,
.copy .matrix + p,
.copy .matrix + ul,
.copy .matrix + ol,
.copy .terms-list + p {
  margin-top: 24px;
}

.copy a {
  color: var(--gold);
  font-weight: 800;
}

.copy a.button {
  color: #101d2c;
}

.copy a.button.secondary {
  color: var(--white);
}

.copy ul,
.copy ol {
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.copy li {
  position: relative;
  list-style: none;
  padding: 16px 18px 16px 62px;
  border: 1px solid rgba(5, 190, 193, 0.28);
  background:
    linear-gradient(100deg, rgba(1, 126, 128, 0.12), transparent 52%),
    var(--panel-2);
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}

.copy li:hover {
  transform: translateX(6px);
  border-color: rgba(254, 209, 0, 0.58);
  background:
    linear-gradient(100deg, rgba(254, 209, 0, 0.18), rgba(1, 126, 128, 0.2) 54%, rgba(22, 40, 59, 0.96)),
    var(--panel-2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.copy li::before {
  position: absolute;
  left: 12px;
  top: 12px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  background: var(--teal);
  color: var(--gold);
  font-weight: 900;
}

.copy ul li::before {
  content: ".";
  font-size: 28px;
  line-height: 0;
}

.copy ol {
  counter-reset: steps;
}

.copy ol li {
  counter-increment: steps;
}

.copy ol li::before {
  content: counter(steps);
}

.terms-list {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.term-row {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  min-width: 0;
  border: 1px solid rgba(5, 190, 193, 0.3);
  background:
    linear-gradient(100deg, rgba(1, 126, 128, 0.14), rgba(22, 40, 59, 0.96) 52%),
    var(--panel-2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.term-row:hover {
  transform: translateX(5px);
  border-color: rgba(254, 209, 0, 0.58);
  background:
    linear-gradient(100deg, rgba(254, 209, 0, 0.15), rgba(1, 126, 128, 0.18) 50%, rgba(22, 40, 59, 0.96)),
    var(--panel-2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.term-row dt,
.term-row dd {
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
}

.term-row dt {
  display: flex;
  align-items: center;
  color: var(--gold);
  font-family: var(--font-body-display);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.2;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.28);
}

.term-row dd {
  display: grid;
  grid-template-columns: minmax(84px, max-content) minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  color: #dfeaf2;
}

.term-row dd strong {
  color: var(--white);
  font-family: var(--font-body-display);
  font-size: 18px;
  font-weight: 900;
  font-style: oblique;
  line-height: 1.1;
  text-transform: uppercase;
}

.term-row dd span {
  overflow-wrap: break-word;
  word-break: normal;
}

.term-row-alert {
  border-color: rgba(254, 209, 0, 0.44);
  background:
    linear-gradient(100deg, rgba(254, 209, 0, 0.13), rgba(1, 126, 128, 0.15) 56%),
    var(--panel-2);
}

.quick-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 18px;
}

.rating-panel {
  display: grid;
  align-content: center;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(254, 209, 0, 0.45);
  background: #000;
}

.rating-number {
  color: var(--gold);
  font-family: var(--font-heading);
  font-size: clamp(56px, 8vw, 104px);
  line-height: 0.9;
  font-weight: 900;
  font-style: italic;
}

.mini-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}

.mini-fact {
  min-width: 0;
  padding: 16px;
  border: 1px solid rgba(5, 190, 193, 0.3);
  background: var(--panel-2);
}

.mini-fact span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
  font-family: var(--font-body-display);
  text-transform: uppercase;
}

.mini-fact strong {
  display: block;
  margin-top: 6px;
  color: var(--white);
  font-size: 17px;
  font-family: var(--font-body-display);
  font-style: oblique;
  overflow-wrap: break-word;
  word-break: normal;
}

.matrix {
  display: grid;
  gap: 10px;
}

.matrix-row {
  display: grid;
  grid-template-columns: var(--cols, repeat(2, minmax(0, 1fr)));
  min-width: 0;
  border: 1px solid rgba(5, 190, 193, 0.3);
  background:
    linear-gradient(100deg, rgba(22, 40, 59, 0.94), rgba(16, 29, 44, 0.9));
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.matrix-row.header {
  border-color: rgba(254, 209, 0, 0.4);
  background: linear-gradient(100deg, var(--teal), #0a111b 58%, rgba(254, 209, 0, 0.72));
}

.matrix-row:not(.header):nth-child(odd) {
  background:
    linear-gradient(100deg, rgba(22, 40, 59, 0.98), rgba(1, 126, 128, 0.16));
}

.matrix-row:not(.header):nth-child(even) {
  background:
    linear-gradient(100deg, rgba(10, 17, 27, 0.96), rgba(254, 209, 0, 0.08));
}

.matrix-row:not(.header):hover {
  transform: translateX(5px);
  border-color: rgba(254, 209, 0, 0.58);
  background:
    linear-gradient(100deg, rgba(254, 209, 0, 0.16), rgba(1, 126, 128, 0.18) 46%, rgba(22, 40, 59, 0.96));
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.matrix-cell {
  min-width: 0;
  padding: 14px 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  color: #dfeaf2;
  overflow-wrap: break-word;
  word-break: normal;
}

.matrix-cell:nth-child(odd) {
  background: rgba(255, 255, 255, 0.025);
}

.matrix-cell:nth-child(even) {
  background: rgba(1, 126, 128, 0.06);
}

.matrix-cell:last-child {
  border-right: 0;
}

.matrix-row.header .matrix-cell {
  color: var(--white);
  font-size: 12px;
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  background: transparent;
}

.matrix-cell.label {
  color: var(--gold);
  font-weight: 800;
}

.two-col {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(22px, 3.8vw, 46px);
}

.three-col {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.bonus-card,
.quote-card {
  min-width: 0;
  padding: 18px;
  border: 1px solid rgba(254, 209, 0, 0.26);
  background: var(--panel-2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
}

.feature-card:hover,
.bonus-card:hover,
.quote-card:hover {
  transform: translateY(-4px);
  border-color: rgba(254, 209, 0, 0.5);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.3);
}

.feature-card strong,
.bonus-card strong {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
}

.bonus-strip {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  min-height: 280px;
  isolation: isolate;
  overflow: hidden;
}

.bonus-strip img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bonus-strip::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(5, 8, 13, 0.92), rgba(5, 8, 13, 0.36));
}

.bonus-strip .copy {
  align-self: end;
  max-width: 620px;
}

.promo-banner .copy {
  align-self: center;
  display: grid;
  gap: 10px;
  justify-items: start;
  padding: 22px 24px;
  background: rgba(10, 16, 26, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(10px) saturate(1.1);
  -webkit-backdrop-filter: blur(10px) saturate(1.1);
}

.promo-label {
  display: inline-block;
  padding: 4px 12px;
  background: linear-gradient(90deg, var(--gold), var(--gold-2));
  color: #101d2c;
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
}

.promo-banner h3,
.promo-banner p {
  margin: 0;
}

.promo-banner p {
  color: #dce7ef;
}

.promo-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 6px;
}

.login-visual-card {
  display: grid;
  align-content: start;
  gap: 16px;
}

.inline-visual {
  width: 100%;
  aspect-ratio: 16 / 9;
  margin-top: 8px;
  object-fit: cover;
  border: 1px solid rgba(254, 209, 0, 0.4);
  clip-path: polygon(18px 0, 100% 0, calc(100% - 18px) 100%, 0 100%);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.36);
  transition: transform 0.25s ease, border-color 0.25s ease, filter 0.25s ease;
}

.login-visual-card:hover .inline-visual {
  transform: translateY(-5px) scale(1.01);
  border-color: var(--gold);
  filter: saturate(1.08) brightness(1.04);
}

.visual-band {
  --visual-image: none;
  --visual-size: min(44vw, 520px) auto;
  overflow: hidden;
  isolation: isolate;
  background-image:
    linear-gradient(90deg, rgba(16, 29, 44, 0.99) 0%, rgba(16, 29, 44, 0.96) 55%, rgba(16, 29, 44, 0.78) 100%),
    var(--visual-image),
    linear-gradient(115deg, rgba(254, 209, 0, 0.09) 0 10%, transparent 10%),
    linear-gradient(135deg, rgba(1, 126, 128, 0.18), transparent 46%);
  background-position: center, right bottom, left top, center;
  background-size: auto, var(--visual-size), auto, auto;
  background-repeat: no-repeat;
}

.visual-band::before,
.visual-band::after {
  z-index: 1;
}

.visual-band > * {
  position: relative;
  z-index: 2;
}

.visual-login {
  --visual-image: url("../img/playbaze-login-panel.png");
}

.visual-app {
  --visual-image: url("../img/playbaze-canada-app.png");
}

.visual-bonuses {
  --visual-image: url("../img/playbaze-canada-bonuses.png");
}

.visual-characters {
  --visual-image: url("../img/playbaze-canada-characters.png");
}

.page-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-nav a {
  display: inline-flex;
  padding: 8px 11px;
  border: 1px solid rgba(5, 190, 193, 0.4);
  background: #000;
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-nav a:hover {
  color: var(--gold);
}

.note {
  padding: 14px 16px;
  border-left: 4px solid var(--gold);
  background: #000;
  color: #dfeaf2;
}

.faq-list {
  display: grid;
  gap: 10px;
}

.faq-list details {
  border: 1px solid rgba(5, 190, 193, 0.32);
  background:
    linear-gradient(100deg, rgba(1, 126, 128, 0.08), transparent 54%),
    var(--panel-2);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.faq-list details:hover {
  transform: translateX(5px);
  border-color: rgba(254, 209, 0, 0.55);
  background:
    linear-gradient(100deg, rgba(254, 209, 0, 0.13), rgba(1, 126, 128, 0.18)),
    var(--panel-2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
}

.faq-list summary {
  position: relative;
  min-height: 54px;
  padding: 15px 48px 15px 16px;
  color: var(--white);
  font-family: var(--font-body-display);
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
}

.faq-list details[open] summary::after {
  content: "-";
}

.faq-list .answer {
  padding: 0 16px 16px;
  color: #d8e4ed;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.breadcrumbs a {
  color: var(--white);
}

.site-footer {
  margin-top: 34px;
  padding: 32px 0;
  border-top: 1px solid rgba(254, 209, 0, 0.24);
  background: #000;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}

.footer-links a {
  color: var(--white);
  font-size: 13px;
  font-family: var(--font-body-display);
  font-weight: 800;
  text-transform: uppercase;
}

.footer-links a:hover {
  color: var(--gold);
}

.disclaimer {
  color: var(--muted);
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
}

.age {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 2px solid var(--gold);
  color: var(--gold);
  font-weight: 900;
}

@media (max-width: 980px) {
  .desktop-nav,
  .header-inner .auth-actions,
  .locale-pill {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .mobile-nav {
    position: fixed;
    top: var(--header);
    left: 0;
    right: 0;
    display: grid;
    gap: 4px;
    max-height: 0;
    overflow: hidden;
    padding: 0 16px;
    background: rgba(16, 29, 44, 0.98);
    transition: max-height 0.25s ease, padding 0.25s ease;
  }

  .mobile-nav.open {
    max-height: calc(100vh - var(--header));
    padding: 16px;
    overflow-y: auto;
  }

  .mobile-nav a {
    justify-content: center;
    border: 1px solid var(--line);
    background: #000;
  }

  .hero {
    min-height: 480px;
  }

  .lead-columns {
    grid-template-columns: 1fr;
    max-width: 760px;
  }

  .quick-grid,
  .two-col,
  .bonus-strip,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .three-col,
  .mini-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .matrix-row {
    grid-template-columns: 1fr !important;
  }

  .matrix-row.header {
    display: none;
  }

  .matrix-cell {
    display: grid;
    grid-template-columns: minmax(92px, 38%) minmax(0, 1fr);
    gap: 10px;
    padding: 13px 14px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .matrix-cell:last-child {
    border-bottom: 0;
  }

  .matrix-cell::before {
    content: attr(data-label);
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    font-style: italic;
    text-transform: uppercase;
  }

  .matrix-cell.label::before {
    color: var(--muted);
  }
}

@media (max-width: 720px) {
  :root {
    --header: 70px;
  }

  .header-inner,
  .wrap,
  .hero-content {
    width: min(100% - 24px, var(--max));
  }

  .brand img {
    width: 124px;
  }

  .hero {
    min-height: 440px;
    padding-top: 46px;
  }

  .hero::after {
    background:
      linear-gradient(105deg, rgba(254, 209, 0, 0.14) 0 18%, transparent 18%),
      linear-gradient(90deg, rgba(0, 0, 0, 0.94), rgba(5, 8, 13, 0.78)),
      linear-gradient(0deg, rgba(5, 8, 13, 0.92), transparent 45%);
  }

  .band {
    padding: 24px;
  }

  .section-head {
    display: block;
  }

  .section-head .button {
    margin-top: 12px;
  }

  .matrix {
    gap: 12px;
  }

  .matrix-row:not(.header):hover,
  .copy li:hover,
  .faq-list details:hover,
  .term-row:hover {
    transform: translateY(-3px);
  }

  .three-col,
  .mini-facts {
    grid-template-columns: 1fr;
  }

  .term-row {
    grid-template-columns: 1fr;
  }

  .term-row dt {
    padding-bottom: 8px;
  }

  .term-row dd {
    grid-template-columns: 1fr;
    gap: 7px;
    padding-top: 0;
  }

  .visual-band {
    --visual-size: 72% auto;
    background-image:
      linear-gradient(180deg, rgba(16, 29, 44, 0.99) 0%, rgba(16, 29, 44, 0.96) 58%, rgba(16, 29, 44, 0.88) 100%),
      var(--visual-image),
      linear-gradient(115deg, rgba(254, 209, 0, 0.09) 0 10%, transparent 10%),
      linear-gradient(135deg, rgba(1, 126, 128, 0.18), transparent 46%);
  }
}

@media (max-width: 430px) {
  body {
    font-size: 15px;
  }

  .hero-actions,
  .page-nav {
    display: grid;
  }

  .button,
  .page-nav a {
    width: 100%;
  }

  .band {
    padding: 18px;
  }

  .copy li {
    padding-left: 54px;
  }

  .footer-bottom {
    display: grid;
  }
}
