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

.yi82-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 370px;
  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.051);
  box-shadow: 0 16px 50px rgba(0,0,0,0.495);
  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(134deg, rgba(0,0,0,0.685) 0%, rgba(0,0,0,0.351) 50%, rgba(0,0,0,0.745) 100%);
  z-index: 1;
}
.yi82-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 27px;
  max-width: 704px;
}
.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.479);
}
.yi82-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 25px;
}
.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.487);
}
.yi82-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.348);
  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.179),
    0 10px 28px rgba(34,197,94,0.482);
}
@media (max-width: 768px) {
  .yi82-card { min-height: 340px; }
  .yi82-content { padding: 33px 18px; }
  .yi82-title { font-size: 22px; }
  .yi82-amount { font-size: 14px; }
  .yi82-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.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 396px;
    gap: 49px;
    align-items: center;
    padding: 54px 0;
    position: relative;
    z-index: 1;
  }
  .vp93-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.692rem;
    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: 19px;
    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.029rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 473px;
    margin-bottom: 25px;
  }
  .vp93-calc-display {
    display: flex;
    gap: 20px;
    margin-bottom: 29px;
    flex-wrap: wrap;
  }
  .vp93-calc-box {
    flex: 1;
    min-width: 141px;
    padding: 16px 20px;
    border-radius: 12px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
  }
  .vp93-calc-label {
    font-size: 0.673rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.078em;
    color: var(--c-text-muted);
    margin-bottom: 4px;
  }
  .vp93-calc-value {
    font-size: 1.576rem;
    font-weight: 900;
    color: var(--c-text);
    line-height: 1;
  }
  .vp93-calc-value-accent {
    font-size: 1.575rem;
    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.202), 0 0 2px rgba(255,255,255,0.058);
    overflow: hidden;
  }
  .vp93-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.766rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.078em;
    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.679rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.061em;
    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.854rem;
    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.919rem;
    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: 0.985rem;
  }
  .vp93-card-footer {
    padding: 16px 24px;
    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.902rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .vp93-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .vp93-grid { grid-template-columns: 1fr; gap: 32px; padding: 41px 0; }
    .vp93-card { display: none; }
  }

.dz16-wrap { max-width: 1138px; margin: 0 auto; }
  .dz16-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 35px;
    align-items: start;
    margin-bottom: 24px;
  }
  .dz16-title { color: var(--c-text); margin: 0 0 18px; }
  .dz16-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .dz16-spec {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-surface);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow:
      0 18px 51px -26px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .dz16-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.137em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(132deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .dz16-spec tbody th, .dz16-spec tbody td {
    padding: 13px 18px;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .dz16-spec tbody tr:last-child th,
  .dz16-spec tbody tr:last-child td { border-bottom: none; }
  .dz16-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .dz16-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .dz16-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .dz16-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--c-accent);
    margin-right: 10px;
    vertical-align: 0.175em;
  }
  .dz16-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .dz16-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 640px) {
    .dz16-spec thead th { padding: 11px 14px; }
    .dz16-spec tbody th, .dz16-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .dz16-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.ql39-wrap { max-width: 846px; 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(88deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .ql39-body { padding: 33px 41px; }
  .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; } }

.mo52-wrap { max-width: 922px; margin: 0 auto; }
  .mo52-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.268);
  }
  .mo52-title { color: var(--c-text); margin: 0 0 14px; }
  .mo52-intro { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

  .mo52-panel {
    border-radius: 16px;
    padding: 27px 26px 28px;
    margin-bottom: 18px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .mo52-panel:last-of-type { margin-bottom: 0; }

  .mo52-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .mo52-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.824); margin: 0 0 22px; }
  .mo52-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.82); margin: 22px 0 0; }

  .mo52-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; counter-reset: mo52-step; }
  .mo52-step {
    counter-increment: mo52-step;
    display: flex; align-items: center; gap: 14px;
    padding: 0;
  }
  .mo52-step::before {
    content: counter(mo52-step);
    flex: 0 0 auto;
    width: 50px; height: 49px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    border: 2px solid var(--c-accent);
    color: var(--c-accent);
    font-size: 16px; font-weight: 800;
    letter-spacing: -0.021em;
  }
  .mo52-step-text {
    flex: 1;
    padding: 12px 18px;
    border-radius: 10px;
    background: rgba(255,255,255,0.051);
    border: 1px solid rgba(255,255,255,0.061);
    color: rgba(255,255,255,0.923);
    font-size: 13px; line-height: 1.5; font-weight: 600;
  }

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

  @media (max-width: 640px) {
    .mo52-outer { padding: 22px 18px; border-radius: 14px; }
    .mo52-panel { padding: 20px 16px; border-radius: 12px; }
    .mo52-h3 { font-size: 16px; }
    .mo52-step { gap: 10px; }
    .mo52-step::before { width: 42px; height: 42px; font-size: 14px; }
    .mo52-step-text { padding: 10px 14px; font-size: 12px; }
  }

.bo59-wrap { max-width: 808px; margin: 0 auto; }
  .bo59-title { color: var(--c-text); margin: 0 0 20px; }
  .bo59-intro { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 24px; }
  .bo59-sec { padding: 20px 0; border-top: 1px solid var(--c-border); }
  .bo59-sec:last-child { padding-bottom: 0; }
  .bo59-sh3 { color: var(--c-accent); margin: 0 0 10px; font-size: 0.981rem; letter-spacing: -0.01em; }
  .bo59-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .bo59-sp:last-child { margin-bottom: 0; }

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

  .ho58-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; counter-reset: vp04c; }
  .ho58-card {
    counter-increment: vp04c;
    position: relative;
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(137deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    color: #fff;
    overflow: hidden;
  }
  .ho58-card::before {
    content: counter(vp04c);
    position: absolute; top: 12px; right: 16px;
    font-size: 29px; font-weight: 900; line-height: 1;
    color: color-mix(in srgb, var(--c-accent) 70%, transparent);
    letter-spacing: -0.02em;
  }
  .ho58-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; padding-right: 36px; }
  .ho58-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.767); margin: 0; }

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

  .ho58-panel {
    border-radius: 14px; padding: 22px 25px 24px;
    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);
    box-shadow: 0 18px 53px -29px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 22px;
  }
  .ho58-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ho58-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.83); margin: 0 0 16px; }
  .ho58-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.823); margin: 16px 0 0; }

  .ho58-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
  .ho58-bullet { display: flex; align-items: center; gap: 12px; }
  .ho58-bullet-icon {
    flex: 0 0 14px; width: 14px; height: 14px;
    background: var(--c-accent);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .ho58-bullet-text { flex: 1; color: rgba(255,255,255,0.959); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

  .ho58-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;
  }
  .ho58-table th, .ho58-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .ho58-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.117em; text-transform: uppercase;
    color: var(--c-text);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .ho58-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .ho58-table tbody tr:last-child td { border-bottom: none; }
  .ho58-table tbody td:first-child {
    color: var(--c-text); font-weight: 600;
    border-left: 3px solid transparent;
    padding-left: 17px;
    transition: border-left-color .25s ease;
  }
  .ho58-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 6%, transparent); }
  .ho58-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

  .ho58-cta-wrap { margin-top: 19px; }
  .ho58-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1011px;
    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;
  }
  .ho58-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 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

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

.yg30-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 369px;
  background: linear-gradient(132deg,
    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.082);
  box-shadow: 0 16px 51px rgba(0,0,0,0.451);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
}
.yg30-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.yg30-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(91deg, rgba(0,0,0,0.51) 0%, rgba(0,0,0,0.114) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.yg30-glass {
  position: relative;
  z-index: 2;
  max-width: 448px;
  padding: 32px 33px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.387));
  border: 1px solid rgba(255,255,255,0.141);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.442);
}
.yg30-title {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.yg30-amount {
  font-size: 14px;
  color: rgba(255,255,255,0.793);
  line-height: 1.5;
  margin: 0 0 24px;
}
.yg30-cta {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 976px;
  background: var(--c-accent, #3b82f6);
  color: var(--c-bg, #fff);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.309);
  transition: box-shadow .25s ease, filter .18s;
}
.yg30-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #3b82f6) 22%, transparent),
    0 10px 27px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .yg30-card {
    min-height: 330px;
    padding: 24px;
    justify-content: center;
  }
  .yg30-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.392) 0%, rgba(0,0,0,0.66) 100%);
  }
  .yg30-glass { padding: 24px 21px; max-width: 100%; }
  .yg30-title { font-size: 22px; }
}

.sk46-root { background: var(--c-bg); }
  /* Single wrapper so head and grid share identical width after per-site
     numeric perturbation. */
  .sk46-inner { max-width: 1194px; margin: 0 auto; }
  .sk46-head  { margin: 0 0 18px; text-align: center; }
  /* Inherit from framework `h2` token. */
  .sk46-title { margin: 0 0 6px; }
  .sk46-sub   { margin: 0 auto; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 557px; }

  /* 6 cols × 2 rows = 12 cells, 12 tiles → zero gaps. Flat grid, no anchors. */
  .sk46-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 6 / 2;
    gap: 10px;
  }
  /* Hover style: "Neon Ring" — the tile pops forward and a double-layer
     neon border materialises: outer accent glow + inner white rim. Great
     for a clean grid where rhythm of the neon outline reads as a trend. */
  .es-mb-pg-tile {
    position: relative;
    background: var(--c-bg);
    border-radius: 10px;
    overflow: hidden;
    transition:
      transform 0.274s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.285s;
  }
  .es-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.029);
    pointer-events: none; transition: box-shadow 0.284s;
  }
  .es-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.515s cubic-bezier(.16,.84,.3,1), filter 0.296s;
  }
  .es-mb-pg-tile:hover {
    transform: scale(1.04);
    box-shadow:
      0 0 0 2px var(--c-accent),
      0 0 18px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 10px 22px rgba(0,0,0,0.538);
  }
  .es-mb-pg-tile:hover::after {
    box-shadow: inset 0 0 0 2px rgba(255,255,255,0.346);
  }
  .es-mb-pg-tile:hover .es-mb-pg-img { transform: scale(1.1); filter: brightness(1.12) saturate(1.08); }

  @media (max-width: 900px) {
    .sk46-grid { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(3, 1fr); aspect-ratio: 4 / 3; }
  }
  @media (max-width: 600px) {
    .sk46-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(4, 1fr); aspect-ratio: 3 / 4; gap: 8px; }
  }

.fm24-wrap { max-width: 1181px; margin: 0 auto; }
  .fm24-intro { max-width: 742px; margin-bottom: 22px; }
  .fm24-title { color: var(--c-text); margin: 0 0 10px; }
  .fm24-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .fm24-grid { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 4px; row-gap: 4px; }
  .fm24-grid .es-mb-prov-tile { aspect-ratio: 16 / 9; background: color-mix(in oklab, var(--c-accent) 7%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 18%, var(--c-surface)); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 4px; transition: background 0.182s; }
  .fm24-grid .es-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)); }
  .fm24-grid .es-mb-prov-img { max-width: 97%; max-height: 94%; object-fit: contain; filter: brightness(0.95); transition: filter 0.178s; }
  .fm24-grid .es-mb-prov-tile:hover .es-mb-prov-img { filter: brightness(1.1); }
  @media (max-width: 1000px) { .fm24-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .fm24-grid { grid-template-columns: repeat(3, 1fr); } }

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

.sp61-wrap { max-width: 1065px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .sp61-intro { max-width: 813px; 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: 32px 30px 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: 32px; height: 32px; stroke-width: 2; }
  .sp61-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.078rem; 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.55em; 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; } }

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

.gn33-wrap { max-width: 1116px; margin: 0 auto; }
  .gn33-intro { max-width: 771px; 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: 33px; }
  .gn33-section:first-of-type { margin-top: 28px; }
  .gn33-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.129rem; 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: 711px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .gn33-table thead th { background: linear-gradient(89deg, 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.129em; }
  .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; }

.bb11-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 372px;
  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.084);
  box-shadow: 0 18px 51px rgba(0,0,0,0.461);
  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(88deg, rgba(0,0,0,0.535) 0%, rgba(0,0,0,0.155) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bb11-glass {
  position: relative;
  z-index: 2;
  max-width: 530px;
  padding: 31px 33px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.579);
  border: 1px solid rgba(255,255,255,0.153);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.353);
}
.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.384);
}
.bb11-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.904);
  line-height: 1.55;
  margin: 0 0 24px;
}
.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.191);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 50px;
  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.098),
    0 8px 23px rgba(255,255,255,0.127);
}
.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: 9px;
  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: 25px;
    justify-content: center;
  }
  .bb11-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.371) 0%, rgba(0,0,0,0.654) 100%);
  }
  .bb11-glass { padding: 24px 22px; max-width: 100%; }
  .bb11-title { font-size: 22px; }
  .bb11-badge { padding: 8px 14px; min-height: 44px; }
  .bb11-badge-label-text { font-size: 14px; }
}

.we94-header { text-align: center; }
.we94-title { margin-top: 8px; }
.we94-lead { margin-top: 10px; max-width: 548px; margin-left: auto; margin-right: auto; }
.we94-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; max-width: 875px; 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(179deg); 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: 27px; max-width: 882px; 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 24px;
  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; } }

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

  .ei47-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .ei47-card {
    border-radius: 12px;
    padding: 20px 23px 22px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 35px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .ei47-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .ei47-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.81); margin: 0; font-weight: 500; }

  .ei47-foot { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }

  @media (max-width: 880px) { .ei47-cards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .ei47-outer { padding: 22px 17px; border-radius: 14px; }
    .ei47-cards { grid-template-columns: 1fr; }
    .ei47-card { padding: 16px 17px 18px; }
  }

.yk35-header { text-align: center; margin-bottom: 2.441rem; }
  .yk35-masonry { columns: 3; column-gap: 1.215rem; }
  .yk35-card { break-inside: avoid; margin-bottom: 1.264rem; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 1.267rem; display: flex; flex-direction: column; gap: 0.622rem; }
  .yk35-card-large { padding: 1.773rem; }
  .yk35-card-accent { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); background: color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)); }
  .yk35-top { display: flex; align-items: center; gap: 10px; }
  .yk35-avatar { width: 42px; height: 41px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.831rem; color: var(--c-accent); flex-shrink: 0; }
  .yk35-name { font-weight: 700; font-size: 0.863rem; color: var(--c-text); }
  .yk35-role { font-size: 0.703rem; color: var(--c-text-muted); }
  .yk35-stars { color: #f59e0b; }
  .yk35-stars-sm { font-size: 0.857rem; }
  .yk35-stars-lg { font-size: 1.096rem; }
  .yk35-text { color: var(--c-text-muted); line-height: 1.65; }
  .yk35-text-sm { font-size: 0.829rem; }
  .yk35-text-lg { font-size: 0.919rem; }
  .yk35-highlight { color: var(--c-accent); font-weight: 700; }
  .yk35-meta { font-size: 0.682rem; color: var(--c-text-muted); display: flex; align-items: center; justify-content: space-between; }
  .yk35-verified { color: #22c55e; font-weight: 600; font-size: 0.696rem; }
  @media (max-width: 880px) { .yk35-masonry { columns: 2; } }
  @media (max-width: 600px) { .yk35-masonry { columns: 1; } }
  .yk35-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; width: 55px; height: 55px; font-size: 1.006rem; }
  .yk35-s2 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .yk35-s3 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .yk35-s4 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; width: 51px; height: 50px; }
  .yk35-s5 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .yk35-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .yk35-s7 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }

.bd90-wrap { padding: 0.764rem 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.975rem;
    flex-shrink: 0;
    font-size: 1.418rem;
    line-height: 1;
    display: flex;
    align-items: center;
  }

/* 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: 1097px; margin: 0 auto; display: grid; grid-template-columns: minmax(257px, 335px) 1fr; gap: 37px; align-items: center; }
  .hy68-eyebrow { font-size: 0.699rem; 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.132rem; }
  .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.153s, border-color 0.151s; }
  .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; } }

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

  .so69-tagline {
    font-size: 0.862rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 468px; 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: 31px;
    margin: 20px auto 0;
  }
  .so69-nav-primary:empty { display: none; }
  .so69-nav-primary a {
    font-size: 0.927rem; 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.802rem;
    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.767rem;
    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;
  }
}
