@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.057);
  box-shadow: 0 16px 50px rgba(0,0,0,0.491);
  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.706) 0%, rgba(0,0,0,0.386) 50%, rgba(0,0,0,0.658) 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.48);
}
.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.44);
}
.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.293);
  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.244),
    0 10px 28px rgba(34,197,94,0.437);
}
@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; }
}

.ts28-hero {
  position: relative;
  min-height: 469px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ts28-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(89deg,
    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: 567px;
  padding: 39px 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.342); }
.ts28-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.707);
  line-height: 1.65;
  margin: 0 0 27px;
}
.ts28-btn-primary {
  display: inline-block;
  padding: 13px 33px;
  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: 374px; } }

.sp61-wrap { max-width: 1068px; margin: 0 auto; display: flex; flex-direction: column; gap: 23px; }
  .sp61-intro { max-width: 817px; 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: 64px; height: 65px; 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.049rem; 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: 14px; line-height: 1.6; color: var(--c-text-muted); padding-left: 16px; position: relative; }
  .sp61-item::before { content: ''; position: absolute; left: 0; top: 0.559em; 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; } }

.ql39-wrap { max-width: 853px; 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(91deg, 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; } }

.bb11-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 385px;
  background: linear-gradient(134deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.097);
  box-shadow: 0 19px 49px rgba(0,0,0,0.483);
  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.53) 0%, rgba(0,0,0,0.142) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bb11-glass {
  position: relative;
  z-index: 2;
  max-width: 516px;
  padding: 32px 31px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.548);
  border: 1px solid rgba(255,255,255,0.127);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.444);
}
.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: 14px;
  color: rgba(255,255,255,0.817);
  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.181);
  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.343);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.114),
    0 8px 22px rgba(255,255,255,0.149);
}
.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.062em;
  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: 362px;
    padding: 25px;
    justify-content: center;
  }
  .bb11-overlay {
    background: linear-gradient(176deg, rgba(0,0,0,0.353) 0%, rgba(0,0,0,0.653) 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; }
}

.bo49-wrap { max-width: 974px; margin: 0 auto; }
  .bo49-title { color: var(--c-text); margin: 0 0 24px; }
  .bo49-cols { column-count: 2; column-gap: 47px; }
  .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; } }

.gn33-wrap { max-width: 1094px; margin: 0 auto; }
  .gn33-intro { max-width: 746px; margin-bottom: 23px; }
  .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.072rem; 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: 713px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .gn33-table thead th { background: linear-gradient(88deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 70%, var(--c-grad-end))); color: var(--c-bg); text-align: left; padding: 14px 18px; font-size: 0.652rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.131em; }
  .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; }

.bo59-wrap { max-width: 811px; 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.996rem; letter-spacing: -0.01em; }
  .bo59-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .bo59-sp:last-child { margin-bottom: 0; }

.we94-header { text-align: center; }
.we94-title { margin-top: 8px; }
.we94-lead { margin-top: 10px; max-width: 576px; margin-left: auto; margin-right: auto; }
.we94-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 916px; 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(183deg); 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: 910px; 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: 21px 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; } }

.bd90-wrap { padding: 0.732rem 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.998rem;
    flex-shrink: 0;
    font-size: 1.374rem;
    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: 43px 0 29px; }
  .so69-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

  .so69-divider {
    max-width: 284px; 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: 29px;
    margin: 21px auto 0;
  }
  .so69-nav-primary:empty { display: none; }
  .so69-nav-primary a {
    font-size: 0.942rem; 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.788rem;
    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.774rem;
    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: 12px !important;
  }
}
