@charset "UTF-8";

:root {
  --c-primary: #0e3f48;
  --c-secondary: #0c3740;
  --c-accent: #ff4c4b;
  --c-bg: #104a50;
  --c-surface: #13524f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c4b;
  --c-btn-text: #ffffff;
  --c-border: #116067;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.es-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


.es-logo-png { height: 39px; width: auto; display: block; object-fit: contain; }

@media (max-width: 900px) {
    .dn95-nav { display: none; }
  }
  @media (max-width: 768px) {
    .dn95-menu-btn { display: flex !important; }
    .dn95-cta-desktop { display: none; }
  }
  .dn95-menu-btn { display: none; }
  .dn95-sroot { position: sticky; top: 0; z-index: 100; }
  .dn95-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .dn95-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .dn95-mbtn-full { width: 100%; justify-content: center; }

.bb11-card {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  min-height: 391px;
  background: linear-gradient(138deg,
    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.12);
  box-shadow: 0 18px 50px rgba(0,0,0,0.419);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.bb11-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bb11-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.49) 0%, rgba(0,0,0,0.17) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bb11-glass {
  position: relative;
  z-index: 2;
  max-width: 506px;
  padding: 31px 32px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.544);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.395);
}
.bb11-title {
  font-size: 29px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.324);
}
.bb11-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.881);
  line-height: 1.55;
  margin: 0 0 25px;
}
.bb11-cta-row {
  display: flex;
  gap: 12px;
  align-items: center;
  flex-wrap: wrap;
}
/* Variant 05 signature: authentic black "App Store / Google Play" badges
   with two-line label (small "Download on" / big "App Store"). */
.bb11-badge {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 10px 18px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.203);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 49px;
  box-sizing: border-box;
}
.bb11-badge:hover {
  border-color: rgba(255,255,255,0.356);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.101),
    0 8px 22px rgba(255,255,255,0.156);
}
.bb11-badge svg { flex-shrink: 0; }
.bb11-badge-label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.bb11-badge-label small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.bb11-badge-label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .bb11-card {
    min-height: 355px;
    padding: 24px;
    justify-content: center;
  }
  .bb11-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.337) 0%, rgba(0,0,0,0.711) 100%);
  }
  .bb11-glass { padding: 23px 22px; max-width: 100%; }
  .bb11-title { font-size: 22px; }
  .bb11-badge { padding: 8px 14px; min-height: 43px; }
  .bb11-badge-label-text { font-size: 14px; }
}

.vp93-hero {
    background: linear-gradient(161deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 15%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .vp93-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .vp93-grid {
    display: grid;
    grid-template-columns: 1fr 408px;
    gap: 49px;
    align-items: center;
    padding: 55px 0;
    position: relative;
    z-index: 1;
  }
  .vp93-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.721rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.103em;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }
  .vp93-title { color: var(--c-text); margin-bottom: 14px; }
  .vp93-accent { color: var(--c-accent); }
  .vp93-desc {
    font-size: 1.007rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 453px;
    margin-bottom: 24px;
  }
  .vp93-calc-display {
    display: flex;
    gap: 19px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .vp93-calc-box {
    flex: 1;
    min-width: 138px;
    padding: 16px 20px;
    border-radius: 12px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
  }
  .vp93-calc-label {
    font-size: 0.669rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.081em;
    color: var(--c-text-muted);
    margin-bottom: 4px;
  }
  .vp93-calc-value {
    font-size: 1.596rem;
    font-weight: 900;
    color: var(--c-text);
    line-height: 1;
  }
  .vp93-calc-value-accent {
    font-size: 1.621rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .vp93-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .vp93-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 3px 16px rgba(255,255,255,0.219), 0 0 2px rgba(255,255,255,0.117);
    overflow: hidden;
  }
  .vp93-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.774rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.081em;
    color: var(--c-text-muted);
  }
  .vp93-card-body { padding: 20px 24px; }
  .vp93-table {
    width: 100%;
    border-collapse: collapse;
  }
  .vp93-table th {
    text-align: left;
    font-size: 0.675rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.059em;
    color: var(--c-text-muted);
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .vp93-table th:last-child { text-align: right; }
  .vp93-table td {
    padding: 10px 0;
    font-size: 0.819rem;
    color: var(--c-text);
    font-weight: 500;
    border-bottom: 1px solid color-mix(in srgb, var(--c-border) 50%, transparent);
  }
  .vp93-table td:last-child {
    text-align: right;
    font-weight: 700;
    color: var(--c-accent);
  }
  .vp93-table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
  }
  .vp93-table-total td {
    font-size: 0.943rem;
    font-weight: 800;
    color: var(--c-text);
    padding-top: 12px;
    border-top: 2px solid var(--c-border);
    border-bottom: none;
  }
  .vp93-table-total td:last-child {
    color: var(--c-accent);
    font-size: 1.016rem;
  }
  .vp93-card-footer {
    padding: 16px 23px;
    border-top: 1px solid var(--c-border);
  }
  .vp93-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.892rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .vp93-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .vp93-grid { grid-template-columns: 1fr; gap: 33px; padding: 39px 0; }
    .vp93-card { display: none; }
  }

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

.sp61-wrap { max-width: 1100px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .sp61-intro { max-width: 798px; text-align: center; margin: 0 auto; }
  .sp61-title { color: var(--c-text); margin: 0 0 14px; }
  .sp61-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .sp61-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .sp61-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 16px; padding: 33px 31px 28px; text-align: center; }
  .sp61-thumb { width: 65px; height: 64px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
  .sp61-thumb-pro { background: color-mix(in srgb, var(--c-accent) 18%, transparent); color: var(--c-accent); }
  .sp61-thumb-con { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .sp61-thumb svg { width: 31px; height: 32px; stroke-width: 2; }
  .sp61-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.024rem; font-weight: 700; }
  .sp61-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
  .sp61-item { font-size: 15px; line-height: 1.6; color: var(--c-text-muted); padding-left: 16px; position: relative; }
  .sp61-item::before { content: ''; position: absolute; left: 0; top: 0.566em; width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
  .sp61-col-con .sp61-item::before { background: var(--c-text-muted); opacity: 0.6; }
  @media (max-width: 768px) { .sp61-row { grid-template-columns: 1fr; } }

.qr87-wrap { max-width: 653px; margin: 0 auto; }
  .qr87-title { color: var(--c-text); margin: 0 0 20px; }
  .qr87-p { font-size: 16px; line-height: 1.9; color: var(--c-text-muted); margin: 0 0 18px; }
  .qr87-p:last-child { margin-bottom: 0; }

.gn33-wrap { max-width: 1109px; margin: 0 auto; }
  .gn33-intro { max-width: 756px; margin-bottom: 22px; }
  .gn33-title { color: var(--c-text); margin: 0 0 12px; }
  .gn33-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .gn33-section { margin-top: 31px; }
  .gn33-section:first-of-type { margin-top: 28px; }
  .gn33-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.08rem; font-weight: 800; }
  .gn33-sub { font-size: 14px; color: var(--c-text-muted); margin: 0 0 14px; line-height: 1.6; }
  .gn33-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); }
  .gn33-table { width: 100%; min-width: 716px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .gn33-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.667rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.134em; }
  .gn33-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); }
  .gn33-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-accent) 3%, transparent); }
  .gn33-table tbody tr:last-child td { border-bottom: none; }
  .gn33-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .gn33-table tbody td.gn33-pos { color: var(--c-accent); font-weight: 700; }

.we11-wrap { max-width: 638px; margin: 0 auto; }
  .we11-title { color: var(--c-text); margin: 0 0 20px; }
  .we11-p { font-size: 16px; line-height: 1.9; color: var(--c-text-muted); margin: 0 0 18px; }
  .we11-p:last-child { margin-bottom: 0; }

.yi82-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 355px;
  background: linear-gradient(131deg,
    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.076);
  box-shadow: 0 16px 51px rgba(0,0,0,0.437);
  display: flex;
  align-items: center;
  justify-content: center;
}
.yi82-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.yi82-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(139deg, rgba(0,0,0,0.712) 0%, rgba(0,0,0,0.368) 50%, rgba(0,0,0,0.676) 100%);
  z-index: 1;
}
.yi82-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 44px 29px;
  max-width: 735px;
}
.yi82-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.476);
}
.yi82-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 27px;
}
.yi82-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(44deg);
  flex-shrink: 0;
}
.yi82-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.492);
}
.yi82-cta {
  display: inline-block;
  padding: 13px 38px;
  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.28);
  transition: box-shadow .25s ease, filter .18s;
}
.yi82-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.215),
    0 10px 28px rgba(34,197,94,0.48);
}
@media (max-width: 768px) {
  .yi82-card { min-height: 343px; }
  .yi82-content { padding: 32px 18px; }
  .yi82-title { font-size: 23px; }
  .yi82-amount { font-size: 14px; }
  .yi82-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.we94-header { text-align: center; }
.we94-title { margin-top: 8px; }
.we94-lead { margin-top: 10px; max-width: 554px; margin-left: auto; margin-right: auto; }
.we94-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 883px; margin-left: auto; margin-right: auto; align-items: start; }
.we94-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.we94-item:hover { border-color: color-mix(in srgb, var(--c-accent) 35%, transparent); }
.we94-item.es-faq-open {
  border-color: color-mix(in srgb, var(--c-accent) 50%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--c-accent) 6%, transparent);
}
.we94-q {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px; cursor: pointer; list-style: none; user-select: none;
}
.we94-q::-webkit-details-marker { display: none; }
.we94-qtext { flex: 1; font-size: 14px; font-weight: 600; color: var(--c-text); line-height: 1.4; }
.we94-chevron {
  width: 20px; height: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted); transition: transform .25s;
}
.we94-item.es-faq-open .we94-chevron { transform: rotate(185deg); color: var(--c-accent); }
.we94-body {
  padding: 0 20px 18px; font-size: 13px; line-height: 1.7;
  color: var(--c-text-muted); border-top: 1px solid var(--c-border); padding-top: 14px;
}
.we94-cta {
  margin-top: 29px; max-width: 909px; margin-left: auto; margin-right: auto;
  background: color-mix(in srgb, var(--c-accent) 5%, var(--c-surface));
  border: 1px solid color-mix(in srgb, var(--c-accent) 18%, transparent);
  border-radius: 12px; padding: 20px 23px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.we94-cta-text { font-size: 14px; font-weight: 600; color: var(--c-text); }
.we94-cta-sub { font-size: 12px; color: var(--c-text-muted); margin-top: 2px; }
@media (max-width: 640px) { .we94-grid { grid-template-columns: 1fr; } }

/* Shrinks the badge grid from 5/3 tall tiles down to a 7/2 ratio so
     the 2×2 grid on the right reads as ~half the previous height, and
     the overall section padding drops along with it. The left column
     still sets the block height because the lead copy is vertical-
     centered — so we trim the lead font and line-height a touch. */
  .hy68-root { padding: 32px 0; }
  .hy68-wrap { max-width: 1101px; margin: 0 auto; display: grid; grid-template-columns: minmax(264px, 335px) 1fr; gap: 37px; align-items: center; }
  .hy68-eyebrow { font-size: 0.702rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.159em; color: var(--c-accent); margin-bottom: 6px; }
  .hy68-title { margin: 0 0 8px; font-size: 1.094rem; }
  .hy68-lead { font-size: 13px; line-height: 1.6; color: var(--c-text-muted); margin: 0; }
  .hy68-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .hy68-grid .es-mb-trust-tile { aspect-ratio: 7 / 2; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 12px 16px; transition: transform 0.152s, border-color 0.153s; }
  .hy68-grid .es-mb-trust-tile:hover { transform: translateY(-1px); border-color: color-mix(in srgb, var(--c-accent) 50%, var(--c-border)); }
  .hy68-grid .es-mb-trust-img { max-width: 82%; max-height: 82%; object-fit: contain; }
  @media (max-width: 880px) { .hy68-wrap { grid-template-columns: 1fr; gap: 16px; } }

.bd90-wrap { padding: 0.746rem 0; }
  .bd90-inner { display: flex; align-items: center; gap: 0; }
  /* Single accent gradient on each side that fades from transparent at the
     page edge to the brand accent at the trophy — replaces the previous
     [grey][short-accent][trophy][short-accent][grey] layout, which left
     two long grey rules dominating the visual. */
  .bd90-line { flex: 1; height: 1px; }
  .bd90-line-left  { background: linear-gradient(to right, transparent, var(--c-accent)); }
  .bd90-line-right { background: linear-gradient(to left,  transparent, var(--c-accent)); }
  .bd90-trophy {
    padding: 0 0.999rem;
    flex-shrink: 0;
    font-size: 1.406rem;
    line-height: 1;
    display: flex;
    align-items: 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's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .so69-root { text-align: center; padding: 45px 0 29px; }
  .so69-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

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

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

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

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