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

.op82-hero {
  position: relative;
  min-height: 477px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.op82-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(88deg,
    rgb(0 0 0 / calc(.95 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.93 + var(--hi-offset, 0))) 28%,
    rgb(0 0 0 / calc(.75 + var(--hi-offset, 0))) 52%,
    transparent 100%);
}
.op82-content {
  position: relative; z-index: 1;
  max-width: 532px;
  padding: 39px 0;
}
.op82-title { color: #fff; margin: 0 0 22px; text-shadow: 0 2px 10px rgba(0,0,0,0.37); }
.op82-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.op82-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.911);
  font-weight: 500;
}
.op82-check {
  width: 22px; height: 21px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
.op82-cta {
  display: inline-block;
  padding: 13px 34px;
  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;
}
.op82-cta:hover {
  filter: brightness(1.06);
  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) {
  .op82-overlay { background: rgba(0,0,0,0.715); }
}

.pm99-wrap { max-width: 723px; margin: 0 auto; text-align: center; }
  .pm99-title { color: var(--c-text); margin: 0 0 23px; }
  .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; }

.nw67-wrap { max-width: 969px; margin: 0 auto; }
  .nw67-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 29px 30px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.263);
  }
  .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 19px 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.894); margin: 0; }

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

  .nw67-panel {
    border-radius: 14px; padding: 22px 24px 25px;
    background: linear-gradient(131deg,
      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 -27px 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: 13px; line-height: 1.65; color: rgba(255,255,255,0.786); margin: 0 0 16px; }
  .nw67-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.746); 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.032); border: 1px solid rgba(255,255,255,0.1); }
  .nw67-bullet-icon {
    flex: 0 0 29px; width: 28px; height: 28px;
    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.967); 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: 15px; 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.117em; 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: 994px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.1em;
    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; }
  }

.rg41-wrap { max-width: 743px; margin: 0 auto; }
  .rg41-title { color: var(--c-text); margin: 0 0 20px; }
  .rg41-lead { font-size: 18px; line-height: 1.7; color: var(--c-text); font-weight: 500; margin: 0 0 19px; }
  .rg41-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .rg41-p:last-child { margin-bottom: 0; }

.ir92-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 317px;
  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.38);
  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(87deg, rgba(0,0,0,0.757) 0%, rgba(0,0,0,0.489) 35%, rgba(0,0,0,0.058) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ir92-content {
  position: relative;
  z-index: 2;
  padding: 43px 50px;
  max-width: 602px;
}
.ir92-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.517);
}
.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.479);
}
.ir92-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 988px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.36);
  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.247),
    0 10px 28px rgba(34,197,94,0.43);
}
@media (max-width: 768px) {
  .ir92-card { min-height: 312px; }
  .ir92-overlay {
    background: linear-gradient(182deg, rgba(0,0,0,0.402) 0%, rgba(0,0,0,0.83) 100%);
  }
  .ir92-content { padding: 28px 22px; max-width: 100%; }
  .ir92-title { font-size: 24px; }
  .ir92-amount { font-size: 15px; }
}

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

.pa24-wrap { max-width: 1104px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .pa24-intro { max-width: 809px; }
  .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: 37px; }
  .pa24-col-h { font-size: 0.682rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.163em; 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: 995px; 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; } }

.vh28-wrap { max-width: 1089px; margin: 0 auto; }
  .vh28-intro { max-width: 766px; 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: 27px; }
  .vh28-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.103rem; 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: 708px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .vh28-table thead th { background: linear-gradient(90deg, 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.653rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.129em; }
  .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; }

.xm62-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 362px;
  background: linear-gradient(135deg,
    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.024);
  box-shadow: 0 18px 51px rgba(0,0,0,0.469);
  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(89deg, rgba(0,0,0,0.876) 0%, rgba(0,0,0,0.637) 35%, rgba(0,0,0,0.147) 70%, rgba(0,0,0,0.027) 100%);
  z-index: 1;
}
.xm62-content {
  position: relative; z-index: 2;
  padding: 49px 51px;
  max-width: 621px;
}
.xm62-title {
  font-size: 37px;
  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.505);
}
.xm62-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.809);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 492px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.481);
}
.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 26px;
  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.284);
}
.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 28px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.286);
}
.xm62-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .xm62-card { min-height: 311px; }
  .xm62-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.455) 0%, rgba(0,0,0,0.824) 100%);
  }
  .xm62-content { padding: 32px 24px; max-width: 100%; }
  .xm62-title { font-size: 25px; }
  .xm62-cta-row { flex-wrap: wrap; }
  .xm62-cta { padding: 13px 16px; font-size: 12px; }
}

.cm57-wrap { max-width: 816px; margin: 0 auto; }
  .cm57-title { color: var(--c-text); margin: 0 0 20px; }
  .cm57-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: 29px 32px; }
  .cm57-p { font-size: 15px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .cm57-p:last-child { margin-bottom: 0; }

.nh71-wrap { max-width: 762px; margin: 0 auto; }
.nh71-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s;
}
.nh71-item:hover { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); }
.nh71-item.si-faq-open { border-color: color-mix(in srgb, var(--c-accent) 60%, transparent); }
.nh71-item.si-faq-open .nh71-q { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); }
.nh71-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--c-surface);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: background .18s;
}
.nh71-q::-webkit-details-marker { display: none; }
.nh71-icon {
  width: 21px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-accent) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-accent);
  transition: transform .25s, background .18s;
}
.nh71-icon svg { display: block; flex-shrink: 0; }
.nh71-item.si-faq-open .nh71-icon { transform: rotate(46deg); background: var(--c-accent); color: var(--c-bg); }
.nh71-a {
  padding: 0 22px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 16px;
}
.nh71-a a { color: var(--c-accent); text-decoration: underline; }
.nh71-header { text-align: center; margin-bottom: 36px; }
.nh71-title { margin-top: 8px; }
.nh71-lead { margin-top: 12px; }

/* ── 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.886rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 470px; line-height: 1.55;
  }

  .sk65-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. */
  .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.947rem; 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.781rem;
    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: 18px;
  }
  .sk65-payments:empty { display: none; }

  .sk65-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.773rem;
    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: 11px !important;
  }
}
