@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;
}
.si-logo-text { color: var(--c-logo-text) !important; font-size: 29px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


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

.fm77-logo-area { display: flex; align-items: center; gap: 10px; }
  .fm77-player-count {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.768rem;
    color: var(--c-text-muted);
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .fm77-nav { display: none; }
    .fm77-player-count { display: none; }
    .fm77-menu-btn { display: flex !important; }
    .fm77-cta-desktop { display: none; }
  }
  .fm77-menu-btn { display: none; }
  .fm77-sroot { position: sticky; top: 0; z-index: 100; }
  .fm77-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .fm77-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .fm77-mbtn-full { width: 100%; justify-content: center; }

.ir92-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 313px;
  background: linear-gradient(133deg,
    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.432);
  display: flex;
  align-items: center;
}
.ir92-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ir92-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.743) 0%, rgba(0,0,0,0.498) 35%, rgba(0,0,0,0.063) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ir92-content {
  position: relative;
  z-index: 2;
  padding: 44px 50px;
  max-width: 610px;
}
.ir92-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.498);
}
.ir92-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.548);
}
.ir92-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 1019px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 19px rgba(34,197,94,0.367);
  transition: box-shadow .25s ease, filter .18s;
}
.ir92-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.192),
    0 10px 29px rgba(34,197,94,0.403);
}
@media (max-width: 768px) {
  .ir92-card { min-height: 321px; }
  .ir92-overlay {
    background: linear-gradient(176deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.835) 100%);
  }
  .ir92-content { padding: 28px 22px; max-width: 100%; }
  .ir92-title { font-size: 24px; }
  .ir92-amount { font-size: 15px; }
}

.od99-wrap { max-width: 927px; margin: 0 auto; }
  .od99-title { color: var(--c-text); margin: 0 0 23px; }
  .od99-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .od99-spec-frame {
    margin: 28px 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);
  }
  .od99-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .od99-spec th, .od99-spec td {
    padding: 14px 23px;
    font-size: 14px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .od99-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.123em;
    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);
  }
  .od99-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .od99-spec tbody td { color: var(--c-text-muted); }
  .od99-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .od99-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .od99-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .od99-spec th, .od99-spec td { padding: 12px 14px; font-size: 14px; }
    .od99-spec tbody th { width: 42%; }
  }

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

.vh28-wrap { max-width: 1091px; margin: 0 auto; }
  .vh28-intro { max-width: 767px; margin-bottom: 22px; }
  .vh28-title { color: var(--c-text); margin: 0 0 12px; }
  .vh28-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .vh28-section { margin-top: 33px; }
  .vh28-section:first-of-type { margin-top: 29px; }
  .vh28-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.073rem; font-weight: 800; }
  .vh28-sub { font-size: 14px; color: var(--c-text-muted); margin: 0 0 14px; line-height: 1.6; }
  .vh28-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); }
  .vh28-table { width: 100%; min-width: 691px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .vh28-table thead th { background: linear-gradient(88deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 70%, var(--c-grad-end))); color: var(--c-bg); text-align: left; padding: 14px 18px; font-size: 0.66rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.127em; }
  .vh28-table tbody td { padding: 14px 18px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .vh28-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-accent) 3%, transparent); }
  .vh28-table tbody tr:last-child td { border-bottom: none; }
  .vh28-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .vh28-table tbody td.vh28-pos { color: var(--c-accent); font-weight: 700; }

.pe38-wrap { max-width: 1098px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .pe38-intro { max-width: 830px; }
  .pe38-title { color: var(--c-text); margin: 0 0 14px; }
  .pe38-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .pe38-row { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
  .pe38-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; position: relative; }
  .pe38-card::before { content: ''; position: absolute; top: -1px; left: 21px; right: 21px; height: 2px; background: var(--c-accent); border-radius: 0 0 2px 2px; opacity: 0.7; }
  .pe38-eyebrow { font-size: 0.692rem; color: var(--c-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.142em; margin-bottom: 8px; }
  .pe38-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.095rem; font-weight: 700; }
  .pe38-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .pe38-p:last-child { margin-bottom: 0; }
  .pe38-take { margin: 14px 0 0; padding: 16px 18px; background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-radius: 10px; }
  .pe38-take-label { font-size: 0.679rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.118em; margin-bottom: 6px; }
  .pe38-take-text { font-size: 14px; line-height: 1.7; color: var(--c-text); margin: 0; }
  .pe38-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 35px; }
  .pe38-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.169rem; font-weight: 700; }
  .pe38-bp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 18px; max-width: 765px; }
  .pe38-bcols { column-count: 2; column-gap: 43px; }
  .pe38-bcol-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .pe38-bcol-p:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .pe38-row { grid-template-columns: 1fr; } .pe38-bcols { column-count: 1; } }

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

  .nw67-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .nw67-card {
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(180deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    color: #fff;
  }
  .nw67-card-h3 { color: var(--c-accent); font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.06em; }
  .nw67-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.809); margin: 0; }

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

  .nw67-panel {
    border-radius: 14px; padding: 22px 24px 24px;
    background: linear-gradient(132deg,
      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 22px;
  }
  .nw67-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .nw67-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.744); margin: 0 0 16px; }
  .nw67-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.743); margin: 16px 0 0; }

  .nw67-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nw67-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.052); border: 1px solid rgba(255,255,255,0.111); }
  .nw67-bullet-icon {
    flex: 0 0 28px; width: 27px; height: 27px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
  }
  .nw67-bullet-icon svg { width: 14px; height: 14px; }
  .nw67-bullet-text { flex: 1; color: rgba(255,255,255,0.945); font-size: 13px; line-height: 1.4; font-weight: 600; }

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

  .nw67-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: fixed;
  }
  .nw67-table th, .nw67-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .nw67-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.121em; text-transform: uppercase;
    color: var(--c-bg);
    background: var(--c-accent);
    padding-top: 12px; padding-bottom: 12px;
  }
  .nw67-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .nw67-table tbody tr:last-child td { border-bottom: none; }
  .nw67-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-text) 3%, transparent); }
  .nw67-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 7%, transparent); }

  .nw67-cta-wrap { margin-top: 18px; }
  .nw67-cta {
    display: inline-block; padding: 12px 30px; border-radius: 995px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.097em;
    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;
  }
  .nw67-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 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

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

.xm62-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 365px;
  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.071);
  box-shadow: 0 18px 50px rgba(0,0,0,0.456);
  display: flex;
  align-items: center;
}
.xm62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.xm62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.824) 0%, rgba(0,0,0,0.628) 35%, rgba(0,0,0,0.193) 70%, rgba(0,0,0,0.035) 100%);
  z-index: 1;
}
.xm62-content {
  position: relative; z-index: 2;
  padding: 49px 51px;
  max-width: 619px;
}
.xm62-title {
  font-size: 38px;
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.539);
}
.xm62-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.807);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 485px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.452);
}
.xm62-cta-row {
  display: flex; gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
}
/* Variant 02 signature: clean solid-accent rectangular buttons,
   icon on the left, bold uppercase text. Hover halo borrows the brand
   accent so the glow always matches the button colour. */
.xm62-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 25px;
  border-radius: 12px;
  background: var(--c-accent, #f59e0b);
  color: var(--c-bg, var(--c-bg));
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.041em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow .25s ease, filter .18s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.251);
}
.xm62-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 29px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.341);
}
.xm62-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .xm62-card { min-height: 316px; }
  .xm62-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.492) 0%, rgba(0,0,0,0.838) 100%);
  }
  .xm62-content { padding: 33px 24px; max-width: 100%; }
  .xm62-title { font-size: 26px; }
  .xm62-cta-row { flex-wrap: wrap; }
  .xm62-cta { padding: 13px 16px; font-size: 11px; }
}

.ga88-wrap { max-width: 855px; margin: 0 auto; }
  .ga88-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .ga88-strip { height: 4px; background: linear-gradient(88deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .ga88-body { padding: 33px 39px; }
  .ga88-title { color: var(--c-text); margin: 0 0 21px; }
  .ga88-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ga88-p:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .ga88-body { padding: 24px 22px; } }

.pa24-wrap { max-width: 1095px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .pa24-intro { max-width: 819px; }
  .pa24-title { color: var(--c-text); margin: 0 0 14px; }
  .pa24-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .pa24-row { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .pa24-col-h { font-size: 0.705rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; margin: 0 0 14px; }
  .pa24-col-h-pro { color: var(--c-accent); }
  .pa24-col-h-con { color: var(--c-text); }
  .pa24-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .pa24-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 1010px; font-size: 14px; line-height: 1.45; }
  .pa24-pill-pro { background: color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)); color: var(--c-text); border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .pa24-pill-con { background: var(--c-surface); color: var(--c-text-muted); border: 1px dashed color-mix(in srgb, var(--c-text-muted) 30%, var(--c-border)); }
  .pa24-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .pa24-pill-pro svg { color: var(--c-accent); }
  .pa24-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .pa24-row { grid-template-columns: 1fr; gap: 24px; } }

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

.dd41-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 352px;
  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.071);
  box-shadow: 0 16px 49px rgba(0,0,0,0.417);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dd41-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.dd41-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(134deg, rgba(0,0,0,0.69) 0%, rgba(0,0,0,0.373) 50%, rgba(0,0,0,0.724) 100%);
  z-index: 1;
}
.dd41-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 29px;
  max-width: 703px;
}
.dd41-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.479);
}
.dd41-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 27px;
}
.dd41-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(44deg);
  flex-shrink: 0;
}
.dd41-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.493);
}
.dd41-cta {
  display: inline-block;
  padding: 13px 39px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.285);
  transition: box-shadow .25s ease, filter .18s;
}
.dd41-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.176),
    0 10px 28px rgba(34,197,94,0.419);
}
@media (max-width: 768px) {
  .dd41-card { min-height: 342px; }
  .dd41-content { padding: 33px 18px; }
  .dd41-title { font-size: 21px; }
  .dd41-amount { font-size: 14px; }
  .dd41-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

/* ── 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 slot
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .sk65-root { text-align: center; padding: 45px 0 28px; }
  .sk65-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

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

  /* Primary nav — same visual weight as the header's top-level links. */
  .sk65-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 30px;
    margin: 20px auto 0;
  }
  .sk65-nav-primary:empty { display: none; }
  .sk65-nav-primary a {
    font-size: 0.943rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .sk65-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. */
  .sk65-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.784rem;
    color: var(--c-text-muted);
  }
  .sk65-nav-legal:empty { display: none; }
  .sk65-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .sk65-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. */
  .sk65-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

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

  .sk65-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 23px;
    font-size: 0.777rem;
    color: var(--c-text-muted);
  }
  .sk65-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"] .si-btn,
  body [class*="actions-desktop"] .si-btn,
  body [class*="btns-desktop"] .si-btn,
  body [class*="cta-wrap"] .si-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;
  }
}
