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

.ts28-hero {
  position: relative;
  min-height: 492px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ts28-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(93deg,
    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%);
}
.ts28-content {
  position: relative; z-index: 1;
  max-width: 574px;
  padding: 40px 0;
}
.ts28-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.ts28-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.322); }
.ts28-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.734);
  line-height: 1.65;
  margin: 0 0 27px;
}
.ts28-btn-primary {
  display: inline-block;
  padding: 13px 32px;
  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;
}
.ts28-btn-primary:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .ts28-hero { min-height: 388px; } }

.vp93-hero {
    background: linear-gradient(167deg, 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 406px;
    gap: 47px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .vp93-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.685rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.102em;
    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.022rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 466px;
    margin-bottom: 24px;
  }
  .vp93-calc-display {
    display: flex;
    gap: 20px;
    margin-bottom: 29px;
    flex-wrap: wrap;
  }
  .vp93-calc-box {
    flex: 1;
    min-width: 137px;
    padding: 16px 20px;
    border-radius: 12px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
  }
  .vp93-calc-label {
    font-size: 0.683rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    color: var(--c-text-muted);
    margin-bottom: 4px;
  }
  .vp93-calc-value {
    font-size: 1.558rem;
    font-weight: 900;
    color: var(--c-text);
    line-height: 1;
  }
  .vp93-calc-value-accent {
    font-size: 1.634rem;
    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.217), 0 0 2px rgba(255,255,255,0.095);
    overflow: hidden;
  }
  .vp93-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.8rem;
    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.669rem;
    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.828rem;
    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.905rem;
    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.891rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .vp93-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .vp93-grid { grid-template-columns: 1fr; gap: 31px; padding: 40px 0; }
    .vp93-card { display: none; }
  }

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

.yi82-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 351px;
  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.091);
  box-shadow: 0 16px 50px rgba(0,0,0,0.493);
  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(137deg, rgba(0,0,0,0.729) 0%, rgba(0,0,0,0.394) 50%, rgba(0,0,0,0.695) 100%);
  z-index: 1;
}
.yi82-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 27px;
  max-width: 716px;
}
.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.525);
}
.yi82-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.yi82-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(45deg);
  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.428);
}
.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.311);
  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.161),
    0 10px 29px rgba(34,197,94,0.468);
}
@media (max-width: 768px) {
  .yi82-card { min-height: 347px; }
  .yi82-content { padding: 32px 18px; }
  .yi82-title { font-size: 22px; }
  .yi82-amount { font-size: 14px; }
  .yi82-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.we11-wrap { max-width: 632px; margin: 0 auto; }
  .we11-title { color: var(--c-text); margin: 0 0 21px; }
  .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; }

.fm24-wrap { max-width: 1215px; margin: 0 auto; }
  .fm24-intro { max-width: 765px; margin-bottom: 23px; }
  .fm24-title { color: var(--c-text); margin: 0 0 10px; }
  .fm24-lead { font-size: 14px; 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.181s; }
  .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.179s; }
  .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); } }

.dv39-header { text-align: center; }
.dv39-section { padding: 41px 0; }
.dv39-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.dv39-card { border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; cursor: default; transition: transform .3s ease, box-shadow .3s ease; }
.dv39-card:hover { transform: translateY(-4px); box-shadow: inset 3px 0 0 var(--c-accent), 0 6px 16px rgba(0,0,0,0.19); }
.dv39-thumb { aspect-ratio: 4/3; background: linear-gradient(139deg, var(--card-bg1, var(--c-primary)), var(--card-bg2, var(--c-secondary))); display: flex; align-items: center; justify-content: center; }
.dv39-emoji { font-size: 46px; }
@media (max-width: 768px) { .dv39-grid { grid-template-columns: repeat(3, 1fr); } }

.ho58-wrap { max-width: 977px; 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 -23px rgba(0,0,0,0.263);
  }
  .ho58-title { color: var(--c-text); margin: 0 0 12px; }
  .ho58-intro { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .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 19px;
    background: linear-gradient(134deg,
      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: 28px; 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: 37px; }
  .ho58-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.781); 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: 23px 24px 24px;
    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);
    box-shadow: 0 18px 52px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 23px;
  }
  .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.766); margin: 0 0 16px; }
  .ho58-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.809); 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(46deg);
    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.887); 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: 14px; 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.118em; 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: 18px; }
  .ho58-cta {
    display: inline-block; padding: 12px 31px; border-radius: 1018px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.102em;
    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; }
  }

.sp61-wrap { max-width: 1053px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .sp61-intro { max-width: 815px; 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: 31px 30px 29px; 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: 33px; stroke-width: 2; }
  .sp61-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.023rem; 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.553em; 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; } }

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

.bb11-card {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  min-height: 383px;
  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.101);
  box-shadow: 0 18px 50px rgba(0,0,0,0.455);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px;
}
.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.544) 0%, rgba(0,0,0,0.132) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bb11-glass {
  position: relative;
  z-index: 2;
  max-width: 509px;
  padding: 31px 32px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.504);
  border: 1px solid rgba(255,255,255,0.153);
  backdrop-filter: blur(19px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.367);
}
.bb11-title {
  font-size: 30px;
  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.392);
}
.bb11-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.854);
  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.171);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 51px;
  box-sizing: border-box;
}
.bb11-badge:hover {
  border-color: rgba(255,255,255,0.335);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.13),
    0 8px 22px rgba(255,255,255,0.175);
}
.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.059em;
  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: 351px;
    padding: 24px;
    justify-content: center;
  }
  .bb11-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.306) 0%, rgba(0,0,0,0.691) 100%);
  }
  .bb11-glass { padding: 24px 22px; max-width: 100%; }
  .bb11-title { font-size: 22px; }
  .bb11-badge { padding: 8px 14px; min-height: 43px; }
  .bb11-badge-label-text { font-size: 14px; }
}

.gn33-wrap { max-width: 1086px; margin: 0 auto; }
  .gn33-intro { max-width: 765px; 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: 32px; }
  .gn33-section:first-of-type { margin-top: 27px; }
  .gn33-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.086rem; 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: 700px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .gn33-table thead th { background: linear-gradient(92deg, 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.645rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.126em; }
  .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; }

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

.we94-header { text-align: center; }
.we94-title { margin-top: 8px; }
.we94-lead { margin-top: 10px; max-width: 547px; margin-left: auto; margin-right: auto; }
.we94-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 924px; 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: 19px 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(176deg); 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: 28px; max-width: 908px; 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; } }

/* 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: 33px 0; }
  .hy68-wrap { max-width: 1050px; margin: 0 auto; display: grid; grid-template-columns: minmax(264px, 337px) 1fr; gap: 37px; align-items: center; }
  .hy68-eyebrow { font-size: 0.69rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; color: var(--c-accent); margin-bottom: 6px; }
  .hy68-title { margin: 0 0 8px; font-size: 1.121rem; }
  .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.15s; }
  .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: 44px 0 28px; }
  .so69-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

  .so69-divider {
    max-width: 285px; 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: 20px auto 0;
  }
  .so69-nav-primary:empty { display: none; }
  .so69-nav-primary a {
    font-size: 0.9rem; 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.77rem;
    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: 19px;
  }
  .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.759rem;
    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;
  }
}
