﻿@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; }

.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; } }

.ef36-wrap { max-width: 834px; margin: 0 auto; }
  .ef36-eyebrow { font-size: 0.706rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.156em; margin-bottom: 10px; }
  .ef36-title { color: var(--c-text); margin: 0 0 19px; }
  .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; }

.ce62-wrap { max-width: 1001px; 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 -22px rgba(0,0,0,0.269);
  }
  .ce62-title { color: var(--c-text); margin: 0 0 12px; }
  .ce62-intro { font-size: 14px; 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: 22px 25px;
    background: linear-gradient(138deg,
      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.765); 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(133deg,
      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 52px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 23px;
  }
  .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.801); margin: 0 0 16px; }
  .ce62-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.785); 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: 972px; background: rgba(255,255,255,0.092); border: 1px solid rgba(255,255,255,0.069); }
  .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.932); 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 18px; }

  .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.121em; text-transform: uppercase;
    color: var(--c-bg);
    background: linear-gradient(134deg, 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: 995px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.098em;
    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; }
  }

.ox30-wrap { max-width: 970px; margin: 0 auto; }
  .ox30-title { color: var(--c-text); margin: 0 0 18px; }
  .ox30-intro { font-size: 17px; line-height: 1.75; color: var(--c-text); margin: 0 0 27px; max-width: 734px; }
  .ox30-cols { column-count: 2; column-gap: 49px; }
  .ox30-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .ox30-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .ox30-cols { column-count: 1; } }

.vr70-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 326px;
  background: linear-gradient(136deg,
    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 49px rgba(0,0,0,0.404);
  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(91deg, rgba(0,0,0,0.755) 0%, rgba(0,0,0,0.451) 35%, rgba(0,0,0,0.047) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.vr70-content {
  position: relative;
  z-index: 2;
  padding: 45px 50px;
  max-width: 584px;
}
.vr70-title {
  font-size: 31px;
  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.52);
}
.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.521);
}
.vr70-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 1009px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.35);
  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.247),
    0 10px 28px rgba(34,197,94,0.464);
}
@media (max-width: 768px) {
  .vr70-card { min-height: 311px; }
  .vr70-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.411) 0%, rgba(0,0,0,0.859) 100%);
  }
  .vr70-content { padding: 28px 22px; max-width: 100%; }
  .vr70-title { font-size: 24px; }
  .vr70-amount { font-size: 15px; }
}

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

.ym25-wrap { max-width: 1016px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ym25-intro { max-width: 800px; }
  .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: 29px 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.776rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.139em; 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: 20px; height: 20px; 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)); } }

.bi42-wrap { max-width: 1118px; margin: 0 auto; }
  .bi42-intro { max-width: 741px; margin-bottom: 22px; }
  .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: 759px; 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.694rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.123em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .bi42-table thead th.bi42-best { background: linear-gradient(134deg, 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.581rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.139em; margin-bottom: 8px; }
  .bi42-best-title { display: block; }
  .bi42-table tbody td { padding: 16px 20px; font-size: 14px; 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; }

.vp34-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 353px;
  background: linear-gradient(139deg,
    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.048);
  box-shadow: 0 14px 45px rgba(0,0,0,0.386);
  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(178deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.169) 35%, rgba(0,0,0,0.699) 70%, rgba(0,0,0,0.935) 100%);
  z-index: 1;
}
.vp34-content {
  position: relative; z-index: 2;
  padding: 39px 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.464);
}
.vp34-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.855);
  line-height: 1.55;
  margin: 0 0 21px;
  max-width: 631px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.474);
}
.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: 978px;
  background: rgba(0,0,0,0.552);
  border: 1px solid rgba(255,255,255,0.147);
  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.655);
  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 23px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.vp34-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .vp34-card { min-height: 314px; }
  .vp34-content { padding: 29px 22px; }
  .vp34-title { font-size: 23px; }
  .vp34-cta { padding: 11px 16px; font-size: 12px; }
}

.dy12-wrap { max-width: 926px; margin: 0 auto; }
  .dy12-title { color: var(--c-text); margin: 0 0 18px; }
  .dy12-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 22px; }
  .dy12-sec { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 22px 27px; margin-bottom: 14px; }
  .dy12-sec:last-child { margin-bottom: 0; }
  .dy12-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.061rem; }
  .dy12-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .dy12-sp:last-child { margin-bottom: 0; }

.ct84-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 39px;
}
@media (max-width: 640px) { .ct84-grid { grid-template-columns: 1fr; } }
.ct84-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.ct84-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.ct84-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.ct84-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.ct84-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.ct84-header { text-align: center; }
.ct84-title { margin-top: 8px; }
.ct84-more {
  text-align: center;
  margin-top: 28px;
}

/* ── 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: 45px 0 28px; }
  .se21-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

  .se21-divider {
    max-width: 273px; 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: 30px;
    margin: 21px auto 0;
  }
  .se21-nav-primary:empty { display: none; }
  .se21-nav-primary a {
    font-size: 0.913rem; 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.789rem;
    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: 23px;
    font-size: 0.789rem;
    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;
  }
}

/* ── wp26 expert summary ── */
.wp26-header { text-align: center; margin-bottom: 2.459rem; }
.wp26-summary { max-width: 780px; margin: 0 auto; background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 32px 36px; }
.wp26-summary-text { font-size: 16px; line-height: 1.85; color: var(--c-text); margin: 0 0 24px; }
.wp26-meta { margin: 0; display: flex; flex-direction: column; gap: 8px; }
.wp26-meta-row { display: flex; gap: 16px; font-size: 14px; }
.wp26-meta-row dt { font-weight: 700; color: var(--c-text); min-width: 120px; flex-shrink: 0; }
.wp26-meta-row dd { color: var(--c-accent); margin: 0; }
@media (max-width: 600px) { .wp26-summary { padding: 22px 20px; } .wp26-meta-row { flex-direction: column; gap: 2px; } }

/* mo86 text block and table */
.mo86-wrap { max-width: 960px; margin: 0 auto; }
.mo86-title { color: var(--c-text); margin: 0 0 21px; }
.mo86-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
.mo86-spec-frame { margin: 29px 0; border-radius: 14px; overflow: hidden; 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: 15px; line-height: 1.55; vertical-align: top;
    white-space: nowrap; text-align: left; }
.mo86-spec thead th { font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; color: var(--c-bg); background: linear-gradient(138deg, 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 subheading and lists */
.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 numbered list */
.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; }

/* vy84 responsible gaming panel */
.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; }


/* -- 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;
  }
}
