@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
:root {
  --c-primary: #0c0c0c;
  --c-secondary: #151515;
  --c-accent: #e62e00;
  --c-bg: #161f27;
  --c-surface: #2b2222;
  --c-text: #eee4af;
  --c-text-muted: #e0bc0b;
  --c-btn: #f2be02;
  --c-btn-text: #fbfbf4;
  --c-border: #262121;
  --c-grad-start: #0c0c0c;
  --c-grad-end: #221a1a;
  --c-logo-text: #ffffff;
}
.iw-logo-text { color: var(--c-logo-text) !important; font-size: 29px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


/* ─── Logo Icon ─── */
.iw-logo-icon {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-family: 'Black Ops One', sans-serif !important;
}

.h14_backdrop {
    background: color-mix(in srgb, var(--c-bg) 70%, transparent);
    padding: 10px 16px;
  }
  .h14_pill {
    max-width: 965px;
    margin: 0 auto;
    background: var(--c-primary);
    border-radius: 50px;
    border: 1px solid color-mix(in srgb, var(--c-text) 12%, transparent);
    box-shadow: 0 4px 24px rgba(0,0,0,0.14), 0 1px 4px rgba(0,0,0,0.142);
    display: flex;
    align-items: center;
    height: 53px;
    padding: 0 8px 0 16px;
    gap: 8px;
  }
  .h14_logo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  .h14_logo-icon {
    width: 31px;
    height: 33px;
    background: var(--c-accent);
    color: var(--c-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.732rem;
  }
  .h14_logo-text {
    font-weight: 700;
    font-size: 1.006rem;
    color: var(--c-text);
  }
  .h14_divider {
    width: 1px;
    height: 23px;
    background: color-mix(in srgb, var(--c-text) 12%, transparent);
    flex-shrink: 0;
    margin: 0 4px;
  }
  .h14_nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: center;
  }
  .h14_nav a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.792rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 50px;
    white-space: nowrap;
    transition: background 0.151s, color 0.15s;
  }
  .h14_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text);
  }
  .h14_cta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }
  .h14_btn-login {
    background: transparent;
    color: color-mix(in srgb, var(--c-text) 75%, transparent);
    border: none;
    padding: 6px 14px;
    border-radius: 51px;
    font-size: 0.806rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.148s, color 0.152s;
  }
  .h14_btn-login:hover {
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text);
  }
  .h14_btn-register {
    background: var(--c-accent);
    color: var(--c-bg);
    border: none;
    padding: 7px 18px;
    border-radius: 51px;
    font-size: 0.825rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.146s;
    white-space: nowrap;
  }
  .h14_btn-register:hover { opacity: 0.9; }
  .h14_menu-btn {
    display: none;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    border: none;
    color: var(--c-text);
    width: 33px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h14_nav { display: none; }
    .h14_cta-desktop { display: none !important; }
    .h14_menu-btn { display: flex !important; }
    .h14_divider { display: none; }
    .h14_pill { padding: 0 6px 0 12px; }
  }
  .h14_sroot { position: sticky; top: 0; z-index: 100; }
  .h14_cta-desktop { display: flex; align-items: center; gap: 6px; }
  .h14_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h14_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h14_mbtn { flex: 1; justify-content: center; }

.vp88-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 359px;
  background: linear-gradient(137deg,
    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.041);
  box-shadow: 0 16px 51px rgba(0,0,0,0.447);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp88-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hs-bonusser-hero-banner .vp88-bg-img {
  object-position: 64% center;
}
.vp88-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(136deg, rgba(0,0,0,0.738) 0%, rgba(0,0,0,0.429) 50%, rgba(0,0,0,0.694) 100%);
  z-index: 1;
}
.hs-bonusser-hero-banner .vp88-overlay {
  background:
    linear-gradient(90deg, rgba(0,0,0,0.62) 0%, rgba(0,0,0,0.36) 48%, rgba(0,0,0,0.28) 100%),
    linear-gradient(180deg, rgba(0,0,0,0.08) 0%, rgba(0,0,0,0.38) 100%);
}
.vp88-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 43px 28px;
  max-width: 699px;
}
.vp88-title {
  font-size: 33px;
  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.528);
}
.vp88-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 25px;
}
.vp88-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.vp88-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.019em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.417);
}
.vp88-cta {
  display: inline-block;
  padding: 13px 38px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.315);
  transition: box-shadow .25s ease, filter .18s;
}
.vp88-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.155),
    0 10px 28px rgba(34,197,94,0.466);
}
@media (max-width: 768px) {
  .vp88-card { min-height: 334px; }
  .vp88-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.66) 100%);
  }
  .hs-bonusser-hero-banner .vp88-bg-img {
    object-position: 70% center;
  }
  .hs-bonusser-hero-banner .vp88-overlay {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.28) 56%, rgba(0,0,0,0.22) 100%),
      linear-gradient(180deg, rgba(0,0,0,0.18) 0%, rgba(0,0,0,0.46) 100%);
  }
  .vp88-content { padding: 32px 18px; }
  .vp88-title { font-size: 22px; }
  .vp88-amount { font-size: 14px; }
  .vp88-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.zu26-wrap { max-width: 1109px; margin: 0 auto; }
  .zu26-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 24px;
  }
  .zu26-title { color: var(--c-text); margin: 0 0 18px; }
  .zu26-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .zu26-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 50px -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;
  }
  .zu26-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.136em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(137deg,
      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);
  }
  .zu26-spec tbody th, .zu26-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);
  }
  .zu26-spec tbody tr:last-child th,
  .zu26-spec tbody tr:last-child td { border-bottom: none; }
  .zu26-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .zu26-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .zu26-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .zu26-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.183em;
  }
  .zu26-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .zu26-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 640px) {
    .zu26-spec thead th { padding: 11px 14px; }
    .zu26-spec tbody th, .zu26-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .zu26-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.mf13-wrap { max-width: 1177px; margin: 0 auto; }
  .mf13-intro { max-width: 817px; margin-bottom: 27px; }
  .mf13-title { color: var(--c-text); margin: 0 0 14px; }
  .mf13-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .mf13-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .mf13-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
  .mf13-tag { font-size: 0.65rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.143em; }
  .mf13-h3 { color: var(--c-text); margin: 0; font-size: 1.07rem; font-weight: 700; }
  .mf13-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 12px; }
  .mf13-p:last-child { margin-bottom: 0; }
  @media (max-width: 920px) { .mf13-row { grid-template-columns: 1fr; gap: 18px; } }

.so11-wrap { max-width: 1101px; margin: 0 auto; }
  .so11-intro { max-width: 782px; margin-bottom: 21px; }
  .so11-title { color: var(--c-text); margin: 0 0 12px; }
  .so11-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .so11-scroll { overflow-x: auto; }
  .so11-table { width: 100%; min-width: 702px; border-collapse: separate; border-spacing: 0 8px; }
  .so11-table thead th { background: linear-gradient(89deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 23px; font-size: 0.717rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; text-align: left; }
  .so11-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .so11-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .so11-table tbody td { background: var(--c-surface); padding: 18px 22px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .so11-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .so11-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .so11-table tbody tr.so11-active td { background: linear-gradient(91deg, color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)), var(--c-surface) 80%); border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); }
  .so11-rank { display: inline-flex; align-items: center; gap: 12px; }
  .so11-badge { width: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.971rem; flex-shrink: 0; }
  .so11-badge-bronze { background: #a0785a; }
  .so11-badge-silver { background: #8a8e94; }
  .so11-badge-gold { background: #c5a03f; }
  .so11-badge-plat { background: #6a7b8b; }
  .so11-badge-diamond { background: linear-gradient(138deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 50%, #6a7b8b)); box-shadow: 0 0 14px -2px color-mix(in srgb, var(--c-accent) 60%, transparent); }
  .so11-rank-name { display: block; font-size: 1.004rem; font-weight: 800; color: var(--c-text); }
  .so11-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .so11-pct { font-weight: 800; color: var(--c-accent); font-size: 0.988rem; font-variant-numeric: tabular-nums; }
  .so11-here { display: inline-block; font-size: 0.608rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.162em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1028px; }

.nj24-wrap { max-width: 830px; margin: 0 auto; }
  .nj24-eyebrow { font-size: 0.704rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.157em; margin-bottom: 10px; }
  .nj24-title { color: var(--c-text); margin: 0 0 20px; }
  .nj24-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .nj24-p:last-child { margin-bottom: 0; }

.ki57-wrap { max-width: 958px; margin: 0 auto; }
  .ki57-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 27px 30px 30px;
    box-shadow: 0 16px 43px -22px rgba(0,0,0,0.305);
  }
  .ki57-title { color: var(--c-text); margin: 0 0 12px; }
  .ki57-intro { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .ki57-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 18px;
  }
  .ki57-card {
    border-radius: 12px;
    padding: 18px 21px 19px;
    background: linear-gradient(133deg,
      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;
  }
  .ki57-card-h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .ki57-card-p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.738);
    margin: 0;
  }

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

  .ki57-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(136deg,
      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 -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .ki57-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ki57-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.767); margin: 0 0 16px; }
  .ki57-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.741); margin: 16px 0 0; }

  .ki57-bullets {
    list-style: none; padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ki57-bullet {
    display: flex; align-items: stretch; gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px -6px rgba(0,0,0,0.389);
  }
  .ki57-bullet-icon {
    flex: 0 0 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
  }
  .ki57-bullet-icon svg { width: 18px; height: 18px; }
  .ki57-bullet-text {
    flex: 1;
    padding: 10px 14px;
    background: #f5f7fa;
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.051em;
    line-height: 1.4;
    display: flex; align-items: center;
  }

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

  .ki57-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;
  }
  .ki57-table th, .ki57-table td {
    padding: 14px 18px;
    font-size: 13px;
    line-height: 1.45;
    text-align: left;
    vertical-align: top;
  }
  .ki57-table thead th {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    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);
  }
  .ki57-table tbody td {
    color: var(--c-text-muted);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent);
  }
  .ki57-table tbody tr:nth-child(even) td {
    background: color-mix(in srgb, var(--c-text) 3%, transparent);
  }
  .ki57-table tbody tr:last-child td { border-bottom: none; }

  .ki57-cta-wrap { margin-top: 18px; }
  .ki57-cta {
    display: inline-block; padding: 12px 29px; border-radius: 986px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; 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;
  }
  .ki57-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) {
    .ki57-cards { grid-template-columns: 1fr; }
    .ki57-bullets { grid-template-columns: 1fr; }
    .ki57-table th, .ki57-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .ki57-outer { padding: 22px 18px; border-radius: 14px; }
    .ki57-panel { padding: 19px 16px; border-radius: 12px; }
    .ki57-card { padding: 16px 16px 18px; }
  }

.zr53-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 353px;
  background: linear-gradient(133deg,
    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.043);
  box-shadow: 0 18px 49px rgba(0,0,0,0.457);
  display: flex;
  align-items: center;
}
.zr53-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.zr53-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.842) 0%, rgba(0,0,0,0.636) 35%, rgba(0,0,0,0.109) 70%, rgba(0,0,0,0.046) 100%);
  z-index: 1;
}
.zr53-content {
  position: relative; z-index: 2;
  padding: 47px 51px;
  max-width: 629px;
}
.zr53-title {
  font-size: 39px;
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.58);
}
.zr53-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.813);
  line-height: 1.55;
  margin: 0 0 29px;
  max-width: 485px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.42);
}
.zr53-cta-row {
  display: flex; gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
}
/* Variant 02 signature: clean solid-accent rectangular buttons,
   icon on the left, bold uppercase text. Hover halo borrows the brand
   accent so the glow always matches the button colour. */
.zr53-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 26px;
  border-radius: 12px;
  background: var(--c-accent, #f59e0b);
  color: var(--c-bg, var(--c-bg));
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.039em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow .25s ease, filter .18s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.321);
}
.zr53-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 29px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.346);
}
.zr53-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .zr53-card { min-height: 328px; }
  .zr53-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.58) 100%);
  }
  .zr53-content { padding: 33px 25px; max-width: 100%; }
  .zr53-title { font-size: 26px; }
  .zr53-cta-row { flex-wrap: wrap; }
  .zr53-cta { padding: 13px 16px; font-size: 11px; }
}

.qo54-wrap { max-width: 1097px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .qo54-intro { max-width: 818px; }
  .qo54-title { color: var(--c-text); margin: 0 0 14px; }
  .qo54-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .qo54-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .qo54-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 29px; position: relative; }
  .qo54-card::before { content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 2px; background: var(--c-accent); border-radius: 0 0 2px 2px; opacity: 0.7; }
  .qo54-eyebrow { font-size: 0.663rem; color: var(--c-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.144em; margin-bottom: 8px; }
  .qo54-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.094rem; font-weight: 700; }
  .qo54-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .qo54-p:last-child { margin-bottom: 0; }
  .qo54-take { margin: 14px 0 0; padding: 16px 18px; background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-radius: 10px; }
  .qo54-take-label { font-size: 0.679rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.117em; margin-bottom: 6px; }
  .qo54-take-text { font-size: 14px; line-height: 1.7; color: var(--c-text); margin: 0; }
  .qo54-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 35px; }
  .qo54-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.124rem; font-weight: 700; }
  .qo54-bp { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 18px; max-width: 779px; }
  .qo54-bcols { column-count: 2; column-gap: 44px; }
  .qo54-bcol-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .qo54-bcol-p:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .qo54-row { grid-template-columns: 1fr; } .qo54-bcols { column-count: 1; } }

.rp93-wrap { max-width: 1084px; margin: 0 auto; display: flex; flex-direction: column; gap: 21px; }
  .rp93-intro { max-width: 829px; }
  .rp93-title { color: var(--c-text); margin: 0 0 14px; }
  .rp93-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .rp93-row { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
  .rp93-col-h { font-size: 0.704rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.158em; margin: 0 0 14px; }
  .rp93-col-h-pro { color: var(--c-accent); }
  .rp93-col-h-con { color: var(--c-text); }
  .rp93-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .rp93-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 983px; font-size: 14px; line-height: 1.45; }
  .rp93-pill-pro { background: color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)); color: var(--c-text); border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .rp93-pill-con { background: var(--c-surface); color: var(--c-text-muted); border: 1px dashed color-mix(in srgb, var(--c-text-muted) 30%, var(--c-border)); }
  .rp93-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .rp93-pill-pro svg { color: var(--c-accent); }
  .rp93-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .rp93-row { grid-template-columns: 1fr; gap: 25px; } }

.pg68-wrap { max-width: 709px; margin: 0 auto; }
  .pg68-title { color: var(--c-text); margin: 0 0 22px; }
  .pg68-first { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .pg68-first::first-letter { initial-letter: 2; -webkit-initial-letter: 2; font-size: 3.43rem; font-weight: 800; color: var(--c-accent); float: left; line-height: 0.9; padding: 6px 12px 0 0; margin-top: 4px; }
  .pg68-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .pg68-p:last-child { margin-bottom: 0; }

.ci11-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 385px;
  background: linear-gradient(137deg,
    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.095);
  box-shadow: 0 14px 45px rgba(0,0,0,0.403);
  display: flex;
  align-items: flex-end;
}
.ci11-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ci11-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(183deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.783) 75%, rgba(0,0,0,0.962) 100%);
  z-index: 1;
}
.ci11-content {
  position: relative; z-index: 2;
  padding: 36px 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.ci11-text { max-width: 733px; }
.ci11-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 1001px;
  background: color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent);
  color: var(--c-accent, #f59e0b);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.117em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.ci11-title {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.53);
}
.ci11-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.817);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.426);
}
.ci11-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 983px;
  background: var(--c-accent, #22c55e);
  color: var(--c-bg, var(--c-bg));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.358);
  transition: box-shadow .25s ease, filter .18s;
}
.ci11-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.ci11-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .ci11-card { min-height: 338px; }
  .ci11-overlay {
    background:
      linear-gradient(183deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.12) 35%, rgba(0,0,0,0.62) 75%, rgba(0,0,0,0.78) 100%);
  }
  .ci11-content {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ci11-title { font-size: 22px; }
}

.ft12_footer { background: var(--c-primary); border-top: 1px solid var(--c-border); }
/* Top row — single "command bar": [logo] [nav+extra links] [payments] [18+].
   Payments migrated up from the bottom row so the entire actionable
   surface (links + payments + compliance badge) lives on one line; the
   bottom row shrinks to pure copyright + "play responsibly" text.
   `margin-left: auto` on the payments block pushes it (and the 18+
   badge right after it) to the right edge while the nav grows to fill
   whatever gap is left between logo and that group. */
.ft12_top { display: flex; align-items: center; gap: 0.487rem 1.213rem; padding: 14px 0; flex-wrap: wrap; }

/* Nav — primary multipage links followed by legal/extra links, both
   inline with pipe separators. `:empty` collapses the whole row on
   landing sites without any of those placeholders producing links. */
.ft12_nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
.ft12_nav:empty { display: none; }
.ft12_nav a { color: var(--c-text-muted); font-size: 0.759rem; text-decoration: none; padding: 0.252rem 0.763rem; border-right: 1px solid var(--c-border); transition: color 0.206s; white-space: nowrap; }
.ft12_nav a:first-child { padding-left: 0; }
.ft12_nav a:last-child { border-right: none; }
.ft12_nav a:hover { color: var(--c-accent); }

/* Payments inline with the nav row — smaller than default so they read
   as a compliance strip rather than a marketing showcase. Scoped
   override of .iw-pay-logo: height trimmed from 22→16 px, padding
   squeezed so ten pill badges still fit next to a full nav bar. */
.ft12_pay { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-left: auto; }
.ft12_pay:empty { display: none; }
.ft12_pay .iw-pay-logo {
  height: 20px;
  max-width: 50px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.509rem; align-items: center; flex-shrink: 0; }

/* Bottom row — now just a thin compliance line (copyright +
   "play responsibly"). Centre-aligned for balance regardless of how
   wide the text happens to be after brand substitution. */
.ft12_bottom {
  border-top: 1px solid var(--c-border);
  padding: 10px 0;
  display: flex; align-items: center; justify-content: center;
  gap: 6px 20px; flex-wrap: wrap;
}
.ft12_legal { color: var(--c-text-muted); font-size: 0.735rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.487rem 0.746rem; }
  .ft12_pay { margin-left: 0; width: 100%; justify-content: flex-start; }
  .ft12_badge_row { margin-left: auto; }
}
@media (max-width: 600px) {
  .ft12_top { flex-direction: column; align-items: flex-start; }
  .ft12_pay { justify-content: flex-start; }
  .ft12_badge_row { margin-left: 0; }
  .ft12_nav { flex: 1 1 100%; }
}

/* ── 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"] .iw-btn,
  body [class*="actions-desktop"] .iw-btn,
  body [class*="btns-desktop"] .iw-btn,
  body [class*="cta-wrap"] .iw-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;
  }
}

@media (max-width: 768px) {
  .h14_sroot { position: sticky; top: 0; z-index: 1000; }
  .h14_backdrop { padding: 8px 12px; }
  .h14_pill {
    width: 100%;
    max-width: none;
    height: 52px;
    padding: 0 8px 0 14px;
    justify-content: space-between;
    gap: 10px;
  }
  .h14_logo { min-width: 0; }
  .h14_logo-text { font-size: 24px !important; line-height: 1; }
  .h14_nav,
  .h14_divider,
  body .h14_cta-desktop { display: none !important; }
  .h14_cta { margin-left: auto; }
  .h14_menu-btn {
    display: flex !important;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid color-mix(in srgb, var(--c-text) 14%, transparent);
    background: color-mix(in srgb, var(--c-text) 8%, var(--c-primary));
  }
  .iw-mobile-nav {
    position: absolute;
    top: calc(100% - 6px);
    left: 12px;
    right: 12px;
    display: none !important;
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid color-mix(in srgb, var(--c-accent) 26%, var(--c-border));
    border-radius: 18px;
    background: color-mix(in srgb, var(--c-primary) 94%, var(--c-bg));
    box-shadow: 0 18px 44px rgba(0,0,0,0.45);
  }
  .iw-mobile-nav.open { display: block !important; }
  .iw-mobile-nav .iw-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: none;
    padding: 16px;
  }
  .h14_mnav {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    order: 1;
    padding: 0;
  }
  .iw-mobile-nav .h14_mnav .iw-nav-link {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-surface) 70%, transparent);
    color: var(--c-text);
    font-size: 14px;
    font-weight: 800;
  }
  .h14_mrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    order: 2;
    margin-top: 2px;
    padding: 14px 0 0;
    border-top: 1px solid color-mix(in srgb, var(--c-text) 12%, transparent);
  }
  .h14_mbtn {
    min-height: 42px;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 900;
    justify-content: center;
    white-space: nowrap;
  }
}

.iw-section-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.iw-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 768px) {
  .iw-section-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .iw-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

/* Document pattern shared with the approved main page */
.hs-doc-section .iw-container { max-width: 1200px; }
.hs-panel,
.hs-faq { width: 100%; background: var(--c-surface); border: 1px solid color-mix(in srgb, var(--c-text) 10%, var(--c-border)); border-radius: 8px; padding: 34px 36px; box-shadow: 0 18px 46px -28px rgba(0,0,0,0.58); }
.hs-title { color: var(--c-text); margin: 0 0 16px; }
.hs-subtitle { color: var(--c-text); margin: 0 0 14px; }
.hs-p { color: var(--c-text-muted); font-size: 15px; line-height: 1.75; margin: 0 0 18px; }
.hs-p:last-child { margin-bottom: 0; }
.hs-text-flow .hs-p { max-width: none; width: 100%; }
.hs-panel p,
.hs-text-flow p { max-width: none; width: 100%; }
.hs-table-wrap { width: 100%; overflow-x: auto; margin: 18px 0 20px; border-radius: 8px; scrollbar-color: var(--c-accent) color-mix(in srgb, var(--c-bg) 80%, #000); }
.hs-table { width: 100%; border-collapse: separate; border-spacing: 0; background: color-mix(in srgb, var(--c-surface) 78%, #000); border: 1px solid color-mix(in srgb, var(--c-accent) 34%, transparent); border-radius: 8px; overflow: hidden; }
.hs-table-wide { min-width: 1080px; }
.hs-table-score { min-width: 720px; }
.hs-table th,
.hs-table td { padding: 13px 15px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
.hs-table th { background: linear-gradient(90deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 70%, var(--c-grad-end)) 100%); color: #080808; font-size: 11px; font-weight: 900; letter-spacing: 0.09em; text-transform: uppercase; }
.hs-table td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 7%, transparent); }
.hs-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-accent) 5%, transparent); }
.hs-table tbody tr:last-child td { border-bottom: 0; }
.hs-list { list-style: none; margin: 14px 0 20px; padding: 0; display: grid; gap: 10px; }
.hs-list-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.hs-list li { position: relative; color: var(--c-text-muted); font-size: 15px; line-height: 1.65; padding-left: 22px; }
.hs-list li::before { content: ""; position: absolute; left: 0; top: 0.73em; width: 7px; height: 7px; border-radius: 50%; background: var(--c-accent); box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 16%, transparent); }
.hs-list-steps { counter-reset: hs-step; }
.hs-list-steps li { padding-left: 36px; }
.hs-list-steps li::before { counter-increment: hs-step; content: counter(hs-step); top: 0.12em; width: 24px; height: 24px; display: grid; place-items: center; color: #080808; font-size: 12px; font-weight: 900; }
.hs-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.hs-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 13px 28px; border-radius: 999px; color: #080808; font-size: 13px; font-weight: 900; letter-spacing: 0.05em; text-decoration: none; }
.hs-btn-main { background: var(--c-accent); color: #080808; box-shadow: 0 12px 26px -12px color-mix(in srgb, var(--c-accent) 80%, transparent); }
.hs-btn-bonus { background: #22c55e; color: #06130b; box-shadow: 0 12px 26px -12px rgba(34,197,94,0.75); }
.hs-faq-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
.hs-faq-item { background: color-mix(in srgb, var(--c-surface) 78%, #000); border: 1px solid color-mix(in srgb, var(--c-text) 10%, var(--c-border)); border-radius: 8px; overflow: hidden; }
.hs-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; cursor: pointer; list-style: none; padding: 18px 22px; color: var(--c-text); font-size: 15px; font-weight: 900; line-height: 1.45; }
.hs-faq-item summary::-webkit-details-marker { display: none; }
.hs-faq-item summary::after { content: "+"; flex: 0 0 auto; color: var(--c-accent); font-size: 20px; line-height: 1; margin-left: 0; }
.hs-faq-item[open] summary::after { content: "-"; }
.hs-faq-item div { padding: 0 22px 20px; color: var(--c-text-muted); font-size: 14px; line-height: 1.75; }
.hs-promo-banner .ci11-overlay { background: linear-gradient(90deg, rgba(0,0,0,0.54), rgba(0,0,0,0.16) 55%, rgba(0,0,0,0.2)); }
.hs-promo-banner .ci11-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 44px 48px;
}
.hs-promo-banner .ci11-text {
  max-width: 660px;
  padding: 18px 22px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgba(0,0,0,0.48), rgba(0,0,0,0.2) 82%, rgba(0,0,0,0));
}
.hs-promo-banner .ci11-title {
  color: var(--c-accent);
  font-size: 42px;
  line-height: 1.02;
  margin-bottom: 10px;
  text-shadow: 0 3px 14px rgba(0,0,0,0.78);
}
.hs-promo-banner .ci11-amount {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.35;
  text-shadow: 0 2px 10px rgba(0,0,0,0.86);
}
.hs-promo-banner .ci11-cta {
  margin-left: 22px;
  margin-top: 12px;
}
.hs-highroller-seasonal .ci11-bg-img {
  object-position: center center;
}
.hs-second-cashback-banner .ci11-bg-img {
  object-position: center center;
}
.hs-first-deposit-banner .ci11-bg-img {
  object-position: 54% center;
}
.hs-reload-banner .ci11-bg-img {
  object-position: 52% center;
}
@media (max-width: 768px) {
  .hs-panel,
  .hs-faq { padding: 24px 18px; }
  .hs-list-grid,
  .hs-faq-list { grid-template-columns: 1fr; }
  .hs-table th,
  .hs-table td { padding: 12px; font-size: 12px; }
  .hs-faq-item summary { padding: 16px 18px; }
  .hs-faq-item div { padding: 0 18px 18px; }
  .hs-promo-banner .ci11-overlay {
    background:
      linear-gradient(90deg, rgba(0,0,0,0.48), rgba(0,0,0,0.18) 58%, rgba(0,0,0,0.24)),
      linear-gradient(180deg, rgba(0,0,0,0.06), rgba(0,0,0,0.34));
  }
  .hs-promo-banner .ci11-content {
    padding: 28px 18px;
  }
  .hs-promo-banner .ci11-text {
    max-width: 100%;
    padding: 14px 16px;
  }
  .hs-promo-banner .ci11-title {
    font-size: 28px;
  }
  .hs-promo-banner .ci11-amount {
    font-size: 16px;
  }
  .hs-promo-banner .ci11-cta {
    margin-left: 16px;
  }
  .hs-first-deposit-banner .ci11-bg-img {
    object-position: 58% center;
  }
  .hs-reload-banner .ci11-bg-img {
    object-position: 56% center;
  }
  .hs-highroller-seasonal .ci11-bg-img {
    object-position: 50% center;
  }
  .hs-second-cashback-banner .ci11-bg-img {
    object-position: 54% center;
  }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-top: 72px;
  }

  .h14_sroot {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000 !important;
  }
}
