﻿@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
:root {
  --c-primary: #0c0c0c;
  --c-secondary: #151515;
  --c-accent: #e62e00;
  --c-bg: #161f27;
  --c-surface: #2b2222;
  --c-text: #eee4af;
  --c-text-muted: #e0bc0b;
  --c-btn: #f2be02;
  --c-btn-text: #fbfbf4;
  --c-border: #262121;
  --c-grad-start: #0c0c0c;
  --c-grad-end: #221a1a;
  --c-logo-text: #ffffff;
}
.xb-logo-text { color: var(--c-logo-text) !important; font-size: 40px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


/* ─── Logo Icon ─── */
.xb-logo-icon {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-family: 'Black Ops One', sans-serif !important;
}

.h17_trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 10px;
    padding: 6px 14px 6px 10px;
    flex-shrink: 0;
  }
  .h17_badge-shield {
    width: 32px;
    height: 31px;
    background: var(--c-accent);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.975rem;
    flex-shrink: 0;
  }
  .h17_badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .h17_badge-title {
    font-size: 0.757rem;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .h17_badge-stars {
    display: flex;
    align-items: center;
    gap: 1px;
  }
  .h17_star {
    color: #f59e0b;
    font-size: 0.692rem;
    line-height: 1;
  }
  .h17_badge-sub {
    font-size: 0.637rem;
    color: color-mix(in srgb, var(--c-text) 55%, transparent);
    font-weight: 500;
    margin-left: 4px;
    white-space: nowrap;
  }
  .h17_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h17_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h17_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 38px;
    height: 39px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 900px) {
    .h17_trust-badge { display: none; }
  }
  @media (max-width: 768px) {
    .h17_nav { display: none; }
    .h17_cta-desktop { display: none !important; }
    .h17_menu-btn { display: flex !important; }
  }
  .h17_sroot { position: sticky; top: 0; z-index: 100; }
  .h17_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h17_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h17_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h17_mbtn { flex: 1; justify-content: center; }

.vr70-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 328px;
  background: linear-gradient(134deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.431);
  display: flex;
  align-items: center;
}
.vr70-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vr70-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.789) 0%, rgba(0,0,0,0.468) 35%, rgba(0,0,0,0.036) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.vr70-content {
  position: relative;
  z-index: 2;
  padding: 43px 50px;
  max-width: 591px;
}
.vr70-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #facc15);
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.519);
}
.vr70-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.499);
}
.vr70-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 1026px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.335);
  transition: box-shadow .25s ease, filter .18s;
}
.vr70-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.164),
    0 10px 27px rgba(34,197,94,0.455);
}
@media (max-width: 768px) {
  .vr70-card { min-height: 313px; }
  .vr70-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.424) 0%, rgba(0,0,0,0.852) 100%);
  }
  .vr70-content { padding: 27px 21px; max-width: 100%; }
  .vr70-title { font-size: 23px; }
  .vr70-amount { font-size: 15px; }
}

.mo86-wrap { max-width: 940px; margin: 0 auto; }
  .mo86-title { color: var(--c-text); margin: 0 0 22px; }
  .mo86-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .mo86-spec-frame {
    margin: 28px 0;
    border-radius: 14px;
    overflow-x: auto;
-webkit-overflow-scrolling: touch;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow: 0 16px 43px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .mo86-spec {
    width: auto; min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }
  .mo86-spec th, .mo86-spec td {
    padding: 14px 22px;
    font-size: 14px;
    line-height: 1.55;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
  }
  .mo86-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.119em;
    color: var(--c-bg);
    background: linear-gradient(139deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 65%, var(--c-grad-end)) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .mo86-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .mo86-spec tbody td { color: var(--c-text-muted); }
  .mo86-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .mo86-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .mo86-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .mo86-spec th, .mo86-spec td { padding: 12px 14px; font-size: 14px; }
    .mo86-spec tbody th { width: 42%; }
  }

.ef36-wrap { max-width: 820px; margin: 0 auto; }
  .ef36-eyebrow { font-size: 0.722rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.163em; margin-bottom: 10px; }
  .ef36-title { color: var(--c-text); margin: 0 0 20px; }
  .ef36-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ef36-p:last-child { margin-bottom: 0; }

.bi42-wrap { max-width: 1096px; margin: 0 auto; }
  .bi42-intro { max-width: 764px; margin-bottom: 23px; }
  .bi42-title { color: var(--c-text); margin: 0 0 12px; }
  .bi42-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .bi42-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .bi42-table { width: 100%; min-width: 743px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .bi42-table thead th { background: linear-gradient(132deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.698rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .bi42-table thead th.bi42-best { background: linear-gradient(138deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .bi42-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.582rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.143em; margin-bottom: 8px; }
  .bi42-best-title { display: block; }
  .bi42-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .bi42-table tbody td.bi42-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .bi42-table tbody tr:last-child td { border-bottom: none; }
  .bi42-table tbody tr:last-child td.bi42-best-cell { border-bottom: 2px solid var(--c-accent); }
  .bi42-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .bi42-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .bi42-best-cell .bi42-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.lm38-wrap { max-width: 1161px; margin: 0 auto; }
  .lm38-intro { max-width: 801px; margin-bottom: 25px; }
  .lm38-title { color: var(--c-text); margin: 0 0 14px; }
  .lm38-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .lm38-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .lm38-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
  .lm38-tag { font-size: 0.65rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.137em; }
  .lm38-h3 { color: var(--c-text); margin: 0; font-size: 1.049rem; font-weight: 700; }
  .lm38-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 12px; }
  .lm38-p:last-child { margin-bottom: 0; }
  @media (max-width: 920px) { .lm38-row { grid-template-columns: 1fr; gap: 18px; } }

.ce62-wrap { max-width: 952px; margin: 0 auto; }
  .ce62-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 44px -21px rgba(0,0,0,0.267);
  }
  .ce62-title { color: var(--c-text); margin: 0 0 12px; }
  .ce62-intro { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .ce62-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .ce62-card {
    border-radius: 12px;
    padding: 21px 24px;
    background: linear-gradient(137deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    color: #fff;
  }
  .ce62-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .ce62-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.735); margin: 0; }

  .ce62-mid-p { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .ce62-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(139deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 21px;
  }
  .ce62-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ce62-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.752); margin: 0 0 16px; }
  .ce62-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.803); margin: 16px 0 0; }

  .ce62-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ce62-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 992px; background: rgba(255,255,255,0.036); border: 1px solid rgba(255,255,255,0.108); }
  .ce62-bullet-icon {
    flex: 0 0 32px; height: 31px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .ce62-bullet-icon svg { width: 14px; height: 14px; }
  .ce62-bullet-text { flex: 1; color: rgba(255,255,255,0.877); font-size: 12px; line-height: 1.4; font-weight: 600; }

  .ce62-h3-light { color: var(--c-text); font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ce62-p { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 19px; }

  .ce62-table {
    width: 100%; border-collapse: separate; border-spacing: 0;
    background: var(--c-bg);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    border-radius: 12px; overflow: hidden;
    margin: 0 0 18px;
    table-layout: auto;
  }
  .ce62-table th, .ce62-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .ce62-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.117em; text-transform: uppercase;
    color: var(--c-bg);
    background: linear-gradient(132deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
  }
  .ce62-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .ce62-table tbody tr:last-child td { border-bottom: none; }
  .ce62-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 6%, transparent); }

  .ce62-cta-wrap { margin-top: 18px; }
  .ce62-cta {
    display: inline-block; padding: 12px 31px; border-radius: 1022px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.099em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .ce62-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 768px) {
    .ce62-cards { grid-template-columns: 1fr; }
    .ce62-bullets { grid-template-columns: 1fr; }
    .ce62-table th, .ce62-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .ce62-outer { padding: 22px 18px; border-radius: 14px; }
    .ce62-panel { padding: 18px 16px; border-radius: 12px; }
  }

.vp34-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 359px;
  background: linear-gradient(134deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.095);
  box-shadow: 0 14px 44px rgba(0,0,0,0.449);
  display: flex;
  align-items: flex-end;
}
.vp34-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vp34-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.138) 35%, rgba(0,0,0,0.749) 70%, rgba(0,0,0,0.95) 100%);
  z-index: 1;
}
.vp34-content {
  position: relative; z-index: 2;
  padding: 40px 43px;
  width: 100%;
}
.vp34-title {
  font-size: 30px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.544);
}
.vp34-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.867);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 625px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.426);
}
.vp34-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Variant 04 signature: dark glass pills. Hover halo borrows the brand
   accent so the glow tints to whatever colour the site uses. */
.vp34-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 1027px;
  background: rgba(0,0,0,0.508);
  border: 1px solid rgba(255,255,255,0.178);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease;
  letter-spacing: 0.03em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.vp34-cta:hover {
  background: rgba(0,0,0,0.725);
  border-color: color-mix(in srgb, var(--c-accent, #4ade80) 70%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #4ade80) 18%, transparent),
    0 8px 22px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.vp34-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .vp34-card { min-height: 318px; }
  .vp34-content { padding: 27px 23px; }
  .vp34-title { font-size: 22px; }
  .vp34-cta { padding: 11px 16px; font-size: 12px; }
}

.uk81-wrap { max-width: 766px; margin: 0 auto; }
  .uk81-title { color: var(--c-text); margin: 0 0 22px; }
  .uk81-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .uk81-p:last-child { margin-bottom: 0; }

.ym25-wrap { max-width: 1018px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ym25-intro { max-width: 812px; }
  .ym25-title { color: var(--c-text); margin: 0 0 14px; }
  .ym25-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ym25-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--c-border); }
  .ym25-col { padding: 28px 33px; }
  .ym25-col-con { background: var(--c-surface); }
  .ym25-col-pro { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); border-left: 1px solid color-mix(in srgb, var(--c-accent) 25%, var(--c-border)); }
  .ym25-h3 { font-size: 0.765rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.143em; margin: 0 0 18px; }
  .ym25-h3-con { color: var(--c-text); }
  .ym25-h3-pro { color: var(--c-accent); }
  .ym25-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .ym25-item { display: flex; align-items: flex-start; gap: 11px; font-size: 14px; line-height: 1.6; color: var(--c-text-muted); }
  .ym25-sym { flex-shrink: 0; width: 19px; height: 21px; display: inline-flex; align-items: center; justify-content: center; }
  .ym25-sym-pro { color: var(--c-accent); }
  .ym25-sym-con { color: var(--c-text); opacity: 0.55; }
  .ym25-sym svg { width: 16px; height: 16px; }
  @media (max-width: 768px) { .ym25-row { grid-template-columns: 1fr; } .ym25-col-pro { border-left: none; border-top: 1px solid color-mix(in srgb, var(--c-accent) 25%, var(--c-border)); } }

.hj92-wrap { max-width: 981px; margin: 0 auto; }
  .hj92-title { color: var(--c-text); margin: 0 0 24px; }
  .hj92-cols { column-count: 2; column-gap: 47px; }
  .hj92-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .hj92-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .hj92-cols { column-count: 1; } }

.gm93-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 364px;
  background: linear-gradient(137deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.063);
  box-shadow: 0 16px 50px rgba(0,0,0,0.406);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 39px;
}
.gm93-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gm93-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.498) 0%, rgba(0,0,0,0.146) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gm93-glass {
  position: relative;
  z-index: 2;
  max-width: 436px;
  padding: 32px 32px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.4));
  border: 1px solid rgba(255,255,255,0.08);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.401);
}
.gm93-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.gm93-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.743);
  line-height: 1.5;
  margin: 0 0 24px;
}
.gm93-cta {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 1004px;
  background: var(--c-accent, #3b82f6);
  color: var(--c-bg, #fff);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 21px rgba(0,0,0,0.291);
  transition: box-shadow .25s ease, filter .18s;
}
.gm93-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #3b82f6) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .gm93-card {
    min-height: 342px;
    padding: 24px;
    justify-content: center;
  }
  .gm93-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.321) 0%, rgba(0,0,0,0.687) 100%);
  }
  .gm93-glass { padding: 23px 22px; max-width: 100%; }
  .gm93-title { font-size: 23px; }
}

/* ── Centered footer with a deliberate visual hierarchy: ─────────
     1) Logo — brand identity
     2) Tagline — short pitch (optional, truncates cleanly)
     3) <divider>
     4) Primary nav — multipage links (Bonuses / Games / Reviews), same
        weight/size as header nav
     5) Legal nav — Terms / Privacy / Cookies, smaller + muted + dot
        separators so they read as "fine print" not top-level nav
     6) <divider>
     7) Copyright row — © year · brand · play responsibly · 18+ badge

     Every block is symmetric around the horizontal centre and uses
     consistent 14-18 px vertical rhythm. When a section's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .se21-root { text-align: center; padding: 44px 0 27px; }
  .se21-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .se21-tagline {
    font-size: 0.9rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 462px; line-height: 1.55;
  }

  .se21-divider {
    max-width: 282px; height: 1px;
    background: var(--c-border); opacity: .6;
    margin: 0 auto;
  }

  /* Primary nav — same visual weight as the header's top-level links. */
  .se21-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 31px;
    margin: 20px auto 0;
  }
  .se21-nav-primary:empty { display: none; }
  .se21-nav-primary a {
    font-size: 0.903rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .se21-nav-primary a:hover { color: var(--c-accent); }

  /* Legal nav — explicitly softer: smaller, muted, dot separators
     between items so the eye parses it as compliance fine-print, not
     primary navigation. */
  .se21-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.79rem;
    color: var(--c-text-muted);
  }
  .se21-nav-legal:empty { display: none; }
  .se21-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .se21-nav-legal a:hover { color: var(--c-accent); }
  /* Pseudo-element separator — `a + a::before` ensures the dot only
     appears BETWEEN links (never leading/trailing), and its symmetric
     `margin: 0 14px` guarantees equal whitespace on both sides of
     every dot regardless of which links ended up in the row. Earlier
     attempt used column-gap + negative-left + margin-right and the
     dot slid off-centre; this version is single-source-of-truth. */
  .se21-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

  .se21-payments {
    justify-content: center;
    margin-top: 18px;
  }
  .se21-payments:empty { display: none; }

  .se21-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.757rem;
    color: var(--c-text-muted);
  }
  .se21-bottom-sep {
    width: 3px; height: 3px; border-radius: 50%;
    background: currentColor; opacity: .4;
    display: inline-block;
  }

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .xb-btn,
  body [class*="actions-desktop"] .xb-btn,
  body [class*="btns-desktop"] .xb-btn,
  body [class*="cta-wrap"] .xb-btn,
  body [class*="cta-desktop"] button,
  body [class*="actions-desktop"] button,
  body [class*="btns-desktop"] button,
  body [class*="cta-wrap"] button,
  body [class*="cta-desktop"] a,
  body [class*="actions-desktop"] a,
  body [class*="btns-desktop"] a,
  body [class*="cta-wrap"] a {
    padding: 7px 12px !important;
    font-size: 12px !important;
  }
}

/* ── rb12 hero_img_03 ── */
.rb12-hero {
  position: relative;
  min-height: 451px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.rb12-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(138deg,
    rgb(0 0 0 / calc(.55 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.48 + var(--hi-offset, 0))) 100%);
}
.rb12-content {
  position: relative; z-index: 1;
  text-align: center;
  padding: 48px 25px;
  max-width: 702px;
}
.rb12-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--c-accent);
  margin-bottom: 18px;
}
.rb12-title { color: #fff; margin: 0 0 20px; text-shadow: 0 2px 14px rgba(0,0,0,0.535); }
.rb12-divider {
  width: 56px; height: 3px;
  background: var(--c-accent);
  margin: 0 auto 20px;
  border-radius: 3px;
}
.rb12-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.766);
  line-height: 1.7;
  margin: 0 auto 26px;
  max-width: 542px;
}
.rb12-cta {
  display: inline-block;
  padding: 13px 37px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s;
}
.rb12-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .rb12-hero { min-height: 372px; } }

.vy84-wrap { max-width: 789px; margin: 0 auto; }
  .vy84-title { color: var(--c-text); margin: 0 0 21px; }
  .vy84-panel { background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 28px 32px; }
  .vy84-p { font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .vy84-p:last-child { margin-bottom: 0; }
  .vy84-list { list-style: none; font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; padding-left: 0; }
  .vy84-list li { margin-bottom: 4px; padding-left: 20px; position: relative; }
  .vy84-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }

.ef36-h3 { font-size: 1rem; font-weight: 700; color: var(--c-text); margin: 22px 0 8px; }
.ef36-list { list-style: none; font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; padding-left: 0; }
.ef36-list li { margin-bottom: 6px; padding-left: 20px; position: relative; }
.ef36-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }
.mo86-list { list-style: none; font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; padding-left: 0; }
.mo86-list li { margin-bottom: 6px; padding-left: 20px; position: relative; }
.mo86-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }
.mo86-ol { list-style: none; counter-reset: mo86-counter; font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; padding-left: 0; }
.mo86-ol li { margin-bottom: 6px; padding-left: 28px; position: relative; counter-increment: mo86-counter; }
.mo86-ol li::before { content: counter(mo86-counter) "."; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }


/* -- mobile table scroll -- */
@media (max-width: 768px) {
  .mo86-spec-frame {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .mo86-spec {
    width: auto !important;
    min-width: 600px;
    table-layout: auto !important;
  }
}
