@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;
}
.ma-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 ─── */
.ma-logo-icon {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-family: 'Black Ops One', sans-serif !important;
}

.h12_root {
    background: var(--c-primary);
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 0 1px var(--c-accent), 0 4px 25px color-mix(in srgb, var(--c-accent) 30%, transparent);
    position: relative;
    top: auto;
    z-index: auto;
  }
  .h12_sroot { position: sticky; top: 0; z-index: 100; }
  .h12_cta-desktop { display: flex; align-items: center; gap: 10px; }
  .h12_mobile-nav { background: var(--c-primary); }
  .h12_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h12_mrow { padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.129); display: flex; gap: 8px; }
  .h12_mbtn { flex: 1; text-align: center; }
  .h12_logo-icon {
    width: 36px;
    height: 37px;
    background: var(--c-accent);
    color: var(--c-primary);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.897rem;
    box-shadow: 0 0 12px var(--c-accent), 0 0 23px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .h12_logo-text {
    font-weight: 800;
    font-size: 1.14rem;
    background: linear-gradient(89deg, #fff 0%, var(--c-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: none;
    filter: drop-shadow(0 0 8px color-mix(in srgb, var(--c-accent) 60%, transparent));
  }
  .h12_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h12_nav a {
    color: rgba(255,255,255,0.611);
    text-decoration: none;
    font-size: 0.851rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: color 0.2s, text-shadow 0.197s, background 0.202s;
    letter-spacing: 0.01em;
  }
  .h12_nav a:hover,
  .h12_nav a.active {
    color: var(--c-accent);
    text-shadow: 0 0 10px var(--c-accent), 0 0 20px color-mix(in srgb, var(--c-accent) 50%, transparent);
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .h12_cta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h12_btn-login {
    background: transparent;
    color: rgba(255,255,255,0.748);
    border: 1px solid rgba(255,255,255,0.145);
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 0.869rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: border-color 0.199s, color 0.203s;
  }
  .h12_btn-login:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
    box-shadow: 0 0 8px color-mix(in srgb, var(--c-accent) 30%, transparent);
  }
  .h12_btn-register {
    background: var(--c-accent);
    color: var(--c-primary);
    border: none;
    padding: 7px 18px;
    border-radius: 6px;
    font-size: 0.867rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 14px color-mix(in srgb, var(--c-accent) 60%, transparent), 0 0 27px color-mix(in srgb, var(--c-accent) 30%, transparent);
    transition: opacity 0.201s, box-shadow 0.204s;
  }
  .h12_btn-register:hover {
    opacity: 0.9;
    box-shadow: 0 0 20px color-mix(in srgb, var(--c-accent) 80%, transparent), 0 0 41px color-mix(in srgb, var(--c-accent) 40%, transparent);
  }
  .h12_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.129);
    color: rgba(255,255,255,0.659);
    width: 37px;
    height: 37px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: border-color 0.194s, color 0.2s;
  }
  .h12_menu-btn:hover {
    border-color: var(--c-accent);
    color: var(--c-accent);
  }
  .h12_root .ma-header-inner {
    overflow: visible;
  }
  .h12_root .ma-logo {
    padding-left: 4px;
  }
  @media (max-width: 768px) {
    .h12_nav { display: none; }
    .h12_cta-desktop { display: none !important; }
    .h12_menu-btn { display: flex !important; }
  }

.bh73-hero {
  position: relative;
  min-height: 476px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.bh73-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%);
}
.bh73-content {
  position: relative; z-index: 1;
  max-width: 528px;
  padding: 39px 0;
}
.bh73-title { color: #fff; margin: 0 0 23px; text-shadow: 0 2px 10px rgba(0,0,0,0.363); }
.bh73-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.bh73-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.867);
  font-weight: 500;
}
.bh73-check {
  width: 22px; height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
.bh73-cta {
  display: inline-block;
  padding: 13px 34px;
  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;
}
.bh73-cta: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: 768px) {
  .bh73-overlay { background: rgba(0,0,0,0.747); }
}

.jq38-hero {
    background: linear-gradient(135deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 20%, var(--c-bg)) 100%);
    position: relative; overflow: hidden;
  }
  .jq38-pattern {
    position: absolute; inset: 0; opacity: 0.03; pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='32' height='32' fill='none' stroke='%23ffffff' stroke-width='0.5'/%3E%3C/svg%3E");
    background-size: 32px 32px;
  }
  .jq38-grid {
    display: grid; grid-template-columns: 1fr 369px; gap: 49px;
    align-items: center; position: relative; z-index: 1;
  }
  .jq38-tag {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 6px 14px; border-radius: 19px;
    background: color-mix(in srgb, #ef4444 10%, transparent);
    border: 1px solid color-mix(in srgb, #ef4444 30%, transparent);
    font-size: 0.719rem; font-weight: 700; color: #ef4444;
    text-transform: uppercase; letter-spacing: 0.078em; margin-bottom: 18px;
  }
  .jq38-live-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; flex-shrink: 0; }
  .jq38-title { color: var(--c-text); margin-bottom: 14px; }
  .jq38-accent { color: var(--c-accent); }
  .jq38-desc { font-size: 0.984rem; color: var(--c-text-muted); line-height: 1.7; max-width: 457px; margin-bottom: 20px; }
  .jq38-games {
    display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 28px;
  }
  .jq38-game-pill {
    padding: 6px 14px; border-radius: 20px;
    background: var(--c-surface); border: 1px solid var(--c-border);
    font-size: 0.802rem; font-weight: 600; color: var(--c-text);
  }
  .jq38-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .jq38-card {
    background: var(--c-surface); border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 16px rgba(255,255,255,0.19), 0 0 4px rgba(255,255,255,0.065); overflow: hidden;
  }
  .jq38-card-header {
    padding: 16px 22px; border-bottom: 1px solid var(--c-border);
    background: color-mix(in srgb, #ef4444 4%, var(--c-surface));
    display: flex; align-items: center; gap: 8px;
  }
  .jq38-card-dot { width: 8px; height: 8px; border-radius: 50%; background: #ef4444; }
  .jq38-card-title { font-size: 0.744rem; font-weight: 700; color: var(--c-text-muted); text-transform: uppercase; letter-spacing: 0.079em; }
  .jq38-card-body { padding: 22px; }
  .jq38-tables { display: flex; flex-direction: column; gap: 12px; }
  .jq38-table {
    display: flex; align-items: center; justify-content: space-between;
    padding: 10px 14px; background: color-mix(in srgb, var(--c-bg) 40%, var(--c-surface));
    border: 1px solid var(--c-border); border-radius: 10px;
  }
  .jq38-table-name { font-size: 0.859rem; font-weight: 700; color: var(--c-text); }
  .jq38-table-info { font-size: 0.703rem; color: var(--c-text-muted); }
  .jq38-table-seats {
    font-size: 0.74rem; font-weight: 700; color: #22c55e;
    padding: 3px 8px; background: color-mix(in srgb, #22c55e 10%, transparent);
    border-radius: 10px;
  }
  .jq38-card-footer { padding: 14px 22px; border-top: 1px solid var(--c-border); }
  @media (max-width: 880px) {
    .jq38-grid { grid-template-columns: 1fr; }
    .jq38-card { display: none; }
  }
  .jq38-s1 { width: 100%; justify-content: center; }

.ad70-wrap { max-width: 1125px; margin: 0 auto; }
  .ad70-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 23px;
  }
  .ad70-title { color: var(--c-text); margin: 0 0 18px; }
  .ad70-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .ad70-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 49px -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;
  }
  .ad70-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(134deg,
      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);
  }
  .ad70-spec tbody th, .ad70-spec tbody td {
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .ad70-spec tbody tr:last-child th,
  .ad70-spec tbody tr:last-child td { border-bottom: none; }
  .ad70-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .ad70-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .ad70-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .ad70-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.176em;
  }
  .ad70-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .ad70-grid {
      grid-template-columns: 1fr;
      gap: 23px;
    }
  }
  @media (max-width: 640px) {
    .ad70-spec thead th { padding: 11px 14px; }
    .ad70-spec tbody th, .ad70-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .ad70-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.tn94-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 314px;
  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: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.431);
  display: flex;
  align-items: center;
}
.tn94-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.tn94-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.774) 0%, rgba(0,0,0,0.497) 35%, rgba(0,0,0,0.027) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.tn94-content {
  position: relative;
  z-index: 2;
  padding: 44px 49px;
  max-width: 594px;
}
.tn94-title {
  font-size: 31px;
  font-weight: 900;
  color: var(--c-accent, #facc15);
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.501);
}
.tn94-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 25px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.533);
}
.tn94-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 982px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.344);
  transition: box-shadow .25s ease, filter .18s;
}
.tn94-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.211),
    0 10px 27px rgba(34,197,94,0.488);
}
@media (max-width: 768px) {
  .tn94-card { min-height: 323px; }
  .tn94-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.421) 0%, rgba(0,0,0,0.853) 100%);
  }
  .tn94-content { padding: 28px 22px; max-width: 100%; }
  .tn94-title { font-size: 24px; }
  .tn94-amount { font-size: 15px; }
}

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

.nx55-wrap { max-width: 1079px; margin: 0 auto; }
  .nx55-intro { max-width: 751px; margin-bottom: 21px; }
  .nx55-title { color: var(--c-text); margin: 0 0 12px; }
  .nx55-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .nx55-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .nx55-table { width: 100%; min-width: 741px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .nx55-table thead th { background: linear-gradient(135deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.679rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.122em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .nx55-table thead th.nx55-best { background: linear-gradient(132deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .nx55-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.575rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.136em; margin-bottom: 8px; }
  .nx55-best-title { display: block; }
  .nx55-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .nx55-table tbody td.nx55-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .nx55-table tbody tr:last-child td { border-bottom: none; }
  .nx55-table tbody tr:last-child td.nx55-best-cell { border-bottom: 2px solid var(--c-accent); }
  .nx55-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .nx55-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .nx55-best-cell .nx55-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

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

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

  .ax39-panel {
    border-radius: 16px;
    padding: 26px 26px 29px;
    margin-bottom: 18px;
    background: linear-gradient(138deg,
      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 53px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .ax39-panel:last-of-type { margin-bottom: 0; }

  .ax39-h3 {
    color: #fff;
    font-size: 19px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.005em;
  }
  .ax39-h3-lead {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.817);
    text-align: center;
    margin: 0 auto 22px;
    max-width: 574px;
  }
  .ax39-h3-foot {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.805);
    text-align: center;
    margin: 22px auto 0;
    max-width: 586px;
  }

  .ax39-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: ax39-step;
  }
  .ax39-step {
    counter-increment: ax39-step;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px -8px rgba(0,0,0,0.368);
  }
  .ax39-step::before {
    content: counter(ax39-step);
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(177deg,
      color-mix(in srgb, #fff 22%, var(--c-accent)) 0%,
      var(--c-accent) 100%);
    color: #fff;
    font-size: 21px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }
  .ax39-step-text {
    flex: 1;
    padding: 13px 18px;
    background: #f5f7fa;
    color: #374151;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.039em;
    display: flex;
    align-items: center;
  }

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

  @media (max-width: 640px) {
    .ax39-outer { padding: 22px 18px; border-radius: 14px; }
    .ax39-panel { padding: 20px 16px; border-radius: 12px; }
    .ax39-h3 { font-size: 16px; }
    .ax39-step::before { flex-basis: 44px; font-size: 19px; }
    .ax39-step-text { padding: 11px 13px; font-size: 11px; }
  }

.sx20-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 382px;
  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.094);
  box-shadow: 0 19px 49px rgba(0,0,0,0.44);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px;
}
.sx20-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sx20-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.513) 0%, rgba(0,0,0,0.157) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.sx20-glass {
  position: relative;
  z-index: 2;
  max-width: 508px;
  padding: 32px 32px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.589);
  border: 1px solid rgba(255,255,255,0.153);
  backdrop-filter: blur(17px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.376);
}
.sx20-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.352);
}
.sx20-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.861);
  line-height: 1.55;
  margin: 0 0 23px;
}
.sx20-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"). */
.sx20-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.224);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 49px;
  box-sizing: border-box;
}
.sx20-badge:hover {
  border-color: rgba(255,255,255,0.274);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.053),
    0 8px 21px rgba(255,255,255,0.167);
}
.sx20-badge svg { flex-shrink: 0; }
.sx20-badge-label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.sx20-badge-label small {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.sx20-badge-label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .sx20-card {
    min-height: 369px;
    padding: 23px;
    justify-content: center;
  }
  .sx20-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.34) 0%, rgba(0,0,0,0.703) 100%);
  }
  .sx20-glass { padding: 24px 21px; max-width: 100%; }
  .sx20-title { font-size: 22px; }
  .sx20-badge { padding: 8px 14px; min-height: 44px; }
  .sx20-badge-label-text { font-size: 14px; }
}

.sm32-wrap { max-width: 769px; margin: 0 auto; }
  .sm32-title { color: var(--c-text); margin: 0 0 20px; }
  .sm32-lead { font-size: 18px; line-height: 1.7; color: var(--c-text); font-weight: 500; margin: 0 0 20px; }
  .sm32-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .sm32-p:last-child { margin-bottom: 0; }

.gc12-wrap { max-width: 1085px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .gc12-intro { max-width: 820px; }
  .gc12-title { color: var(--c-text); margin: 0 0 14px; }
  .gc12-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .gc12-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 21px; align-items: stretch; }
  .gc12-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 29px; }
  .gc12-verdict { display: flex; flex-direction: column; gap: 14px; }
  .gc12-vlabel { font-size: 0.661rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.156em; color: var(--c-accent); }
  .gc12-score-row { display: flex; align-items: baseline; gap: 8px; }
  .gc12-score { font-size: 2.92rem; font-weight: 800; color: var(--c-accent); line-height: 1; letter-spacing: -0.039em; font-variant-numeric: tabular-nums; }
  .gc12-score-max { font-size: 1.129rem; font-weight: 700; color: var(--c-text-muted); }
  .gc12-vh3 { color: var(--c-text); margin: 6px 0 0; font-size: 1.212rem; font-weight: 700; }
  .gc12-vp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .gc12-stacks { display: flex; flex-direction: column; gap: 14px; }
  .gc12-stack { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 20px 21px; }
  .gc12-stack-pro { border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); background: color-mix(in srgb, var(--c-accent) 5%, var(--c-surface)); }
  .gc12-stack-h { font-size: 0.681rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.143em; margin: 0 0 12px; display: inline-flex; align-items: center; gap: 8px; }
  .gc12-stack-h-pro { color: var(--c-accent); }
  .gc12-stack-h-con { color: var(--c-text); }
  .gc12-stack-h svg { width: 16px; height: 16px; }
  .gc12-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .gc12-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
  .gc12-item svg { flex-shrink: 0; width: 14px; height: 14px; margin-top: 2px; }
  .gc12-item-pro svg { color: var(--c-accent); }
  .gc12-item-con svg { color: var(--c-text-muted); }
  @media (max-width: 880px) { .gc12-grid { grid-template-columns: 1fr; } }

.bl34-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 361px;
  background: linear-gradient(136deg,
    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.1);
  box-shadow: 0 16px 49px rgba(0,0,0,0.476);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
}
.bl34-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bl34-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.544) 0%, rgba(0,0,0,0.089) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bl34-glass {
  position: relative;
  z-index: 2;
  max-width: 431px;
  padding: 32px 32px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.422));
  border: 1px solid rgba(255,255,255,0.098);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.394);
}
.bl34-title {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.bl34-amount {
  font-size: 14px;
  color: rgba(255,255,255,0.83);
  line-height: 1.5;
  margin: 0 0 24px;
}
.bl34-cta {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 1005px;
  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.278);
  transition: box-shadow .25s ease, filter .18s;
}
.bl34-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #3b82f6) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .bl34-card {
    min-height: 340px;
    padding: 25px;
    justify-content: center;
  }
  .bl34-overlay {
    background: linear-gradient(184deg, rgba(0,0,0,0.301) 0%, rgba(0,0,0,0.716) 100%);
  }
  .bl34-glass { padding: 25px 23px; max-width: 100%; }
  .bl34-title { font-size: 22px; }
}

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

  .ru13-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; counter-reset: vp04c; }
  .ru13-card {
    counter-increment: vp04c;
    position: relative;
    border-radius: 12px;
    padding: 18px 20px 20px;
    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;
    overflow: hidden;
  }
  .ru13-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;
  }
  .ru13-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; padding-right: 35px; }
  .ru13-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.77); margin: 0; }

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

  .ru13-panel {
    border-radius: 14px; padding: 21px 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 54px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 21px;
  }
  .ru13-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ru13-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.764); margin: 0 0 16px; }
  .ru13-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.81); margin: 16px 0 0; }

  .ru13-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
  .ru13-bullet { display: flex; align-items: center; gap: 12px; }
  .ru13-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);
  }
  .ru13-bullet-text { flex: 1; color: rgba(255,255,255,0.916); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

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

  .ru13-cta-wrap { margin-top: 18px; }
  .ru13-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1020px;
    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 21px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .ru13-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 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

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

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

.wd96-root { background: var(--c-bg); }
  .wd96-inner { max-width: 1152px; margin: 0 auto; }
  .wd96-head  { margin: 0 0 16px; }
  /* Inherit from framework `h2` token. */
  .wd96-title { margin: 0 0 6px; }
  .wd96-sub   { margin: 0; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 646px; }

  /* Compact 2-row layout — matches Trending (pg01) height so Popular Slots
     stays consistent across variants. 6 cols × 2 rows = 12 cells. One
     2×2 anchor top-left (4 cells) + 8 small = 12 → zero gaps. */
  .wd96-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 3 / 1;
    gap: 10px;
    grid-template-areas:
      "b1 b1 s1 s2 s3 s4"
      "b1 b1 s5 s6 s7 s8";
  }
  .wd96-grid > .ma-mb-pg-tile:nth-child(1) { grid-area: b1; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(2) { grid-area: s1; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(3) { grid-area: s2; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(4) { grid-area: s3; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(5) { grid-area: s4; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(6) { grid-area: s5; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(7) { grid-area: s6; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(8) { grid-area: s7; }
  .wd96-grid > .ma-mb-pg-tile:nth-child(9) { grid-area: s8; }

  /* Hover style: "Shine Sweep" — a diagonal white glint slides across
     the art on hover, like chrome catching light. Combined with a gentle
     lift and an accent underline inside the ring. Feels editorial. */
  .ma-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.286s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.276s;
  }
  .ma-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.025);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.288s;
  }
  /* The glint: a thin skewed white band parked off-screen left, sweeping
     all the way past the right edge on hover. 0.767s feels snappy but not
     hasty; easing keeps it smooth on big anchor tiles. */
  .ma-mb-pg-tile::before {
    content: ''; position: absolute;
    top: -10%; bottom: -10%; left: -60%; width: 40%;
    background: linear-gradient(115deg, transparent, rgba(255,255,255,0.305), transparent);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 1;
    transition: left 0.743s cubic-bezier(.16,.84,.3,1);
  }
  .ma-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.506s cubic-bezier(.16,.84,.3,1), filter 0.304s;
  }
  .ma-mb-pg-tile:hover {
    transform: translateY(-4px);
    box-shadow:
      0 16px 33px rgba(0,0,0,0.583),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .ma-mb-pg-tile:hover::before { left: 120%; }
  .ma-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 65%, transparent); }
  .ma-mb-pg-tile:hover .ma-mb-pg-img { transform: scale(1.06); filter: brightness(1.08) saturate(1.1); }

  @media (max-width: 900px) {
    .wd96-grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 1fr);
      aspect-ratio: 4 / 3;
      grid-template-areas:
        "b1 b1 s1 s2"
        "b1 b1 s3 s4"
        "s5 s6 s7 s8";
    }
  }
  @media (max-width: 600px) {
    .wd96-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .wd96-grid > .ma-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; }
  }

.kb74-wrap { max-width: 1138px; margin: 0 auto; display: grid; grid-template-columns: minmax(238px, 323px) 1fr; gap: 49px; align-items: start; }
  .kb74-title { color: var(--c-text); margin: 0 0 12px; position: sticky; top: 24px; }
  .kb74-lead { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .kb74-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px; min-width: 0; }
  .kb74-grid .ma-mb-prov-tile { aspect-ratio: 16 / 9; background: color-mix(in oklab, var(--c-accent) 6%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 20%, var(--c-surface)); border-radius: 10px; display: flex; align-items: center; justify-content: center; padding: 4px; transition: border-color 0.154s; }
  .kb74-grid .ma-mb-prov-tile:hover { border-color: var(--c-accent); }
  .kb74-grid .ma-mb-prov-img { max-width: 97%; max-height: 92%; object-fit: contain; }
  @media (max-width: 880px) { .kb74-wrap { grid-template-columns: 1fr; gap: 22px; } .kb74-title { position: static; } }
  @media (max-width: 600px) { .kb74-grid { grid-template-columns: repeat(3, 1fr); gap: 10px; } }

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

.zg53-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 349px;
  background: linear-gradient(136deg,
    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.032);
  box-shadow: 0 18px 50px rgba(0,0,0,0.426);
  display: flex;
  align-items: center;
}
.zg53-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.zg53-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.857) 0%, rgba(0,0,0,0.681) 35%, rgba(0,0,0,0.199) 70%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}
.zg53-content {
  position: relative; z-index: 2;
  padding: 48px 50px;
  max-width: 630px;
}
.zg53-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.592);
}
.zg53-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.837);
  line-height: 1.55;
  margin: 0 0 29px;
  max-width: 487px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.486);
}
.zg53-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. */
.zg53-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 25px;
  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.247);
}
.zg53-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 27px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.306);
}
.zg53-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .zg53-card { min-height: 319px; }
  .zg53-overlay {
    background: linear-gradient(177deg, rgba(0,0,0,0.492) 0%, rgba(0,0,0,0.854) 100%);
  }
  .zg53-content { padding: 32px 24px; max-width: 100%; }
  .zg53-title { font-size: 26px; }
  .zg53-cta-row { flex-wrap: wrap; }
  .zg53-cta { padding: 13px 16px; font-size: 12px; }
}

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

  .ik68-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .ik68-card {
    border-radius: 12px;
    padding: 22px 24px 24px;
    background: linear-gradient(138deg,
      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 36px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .ik68-eyebrow { color: var(--c-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; margin: 0 0 6px; }
  .ik68-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .ik68-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.862); margin: 0; font-weight: 500; }

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

  @media (max-width: 768px) { .ik68-cards { grid-template-columns: 1fr; } }
  @media (max-width: 640px) {
    .ik68-outer { padding: 22px 18px; border-radius: 14px; }
    .ik68-card { padding: 18px 17px 20px; }
  }

.zp13-wrap { max-width: 792px; margin: 0 auto; }
  .zp13-title { color: var(--c-text); margin: 0 0 20px; }
  .zp13-panel { background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 28px 32px; }
  .zp13-p { font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .zp13-p:last-child { margin-bottom: 0; }

.aj58-wrap { max-width: 801px; margin: 0 auto; }
.aj58-list { display: flex; flex-direction: column; gap: 10px; margin-top: 40px; }
.aj58-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.aj58-item:hover {
  border-color: color-mix(in srgb, var(--c-accent) 35%, transparent);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--c-accent) 6%, transparent);
}
.aj58-item.ma-faq-open {
  border-color: color-mix(in srgb, var(--c-accent) 55%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--c-accent) 25%, transparent),
              0 8px 33px color-mix(in srgb, var(--c-accent) 8%, transparent);
}
.aj58-q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 25px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.aj58-q::-webkit-details-marker { display: none; }
.aj58-num {
  font-size: 20px;
  font-weight: 900;
  color: color-mix(in srgb, var(--c-accent) 25%, transparent);
  min-width: 29px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  transition: color .2s;
  line-height: 1;
}
.aj58-item.ma-faq-open .aj58-num,
.aj58-item:hover .aj58-num { color: var(--c-accent); }
.aj58-qtext {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.4;
}
.aj58-chevron {
  width: 25px; height: 24px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted);
  transition: transform .25s;
}
.aj58-item.ma-faq-open .aj58-chevron { transform: rotate(185deg); color: var(--c-accent); }
.aj58-body {
  padding: 0 24px 22px 69px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 17px;
}
.aj58-body a { color: var(--c-accent); }
.aj58-cta {
  margin-top: 33px;
  background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface));
  border: 1px solid color-mix(in srgb, var(--c-accent) 20%, transparent);
  border-radius: var(--radius-lg);
  padding: 24px 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 19px;
  flex-wrap: wrap;
}
.aj58-cta-text { font-size: 15px; font-weight: 600; color: var(--c-text); }
.aj58-cta-sub { font-size: 13px; color: var(--c-text-muted); margin-top: 3px; }
.aj58-header { text-align: center; }
.aj58-title { margin-top: 8px; }
.aj58-lead { margin-top: 10px; max-width: 573px; margin-left: auto; margin-right: auto; }

.na47-header { text-align: center; margin-bottom: 2.525rem; }
  .na47-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.463rem; }
  .na47-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .na47-card-head { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-surface)); padding: 1.47rem; display: flex; flex-direction: column; align-items: center; gap: 0.762rem; border-bottom: 1px solid var(--c-border); }
  .na47-avatar { width: 74px; height: 73px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-size: 1.478rem; font-weight: 800; color: var(--c-accent); border: 3px solid var(--c-accent); }
  .na47-expert-name { font-size: 1.039rem; font-weight: 800; color: var(--c-text); text-align: center; }
  .na47-expert-title { font-size: 0.749rem; color: var(--c-accent); font-weight: 600; text-align: center; }
  .na47-expert-creds { font-size: 0.715rem; color: var(--c-text-muted); text-align: center; line-height: 1.5; }
  .na47-overall-verdict { display: flex; align-items: center; gap: 8px; }
  .na47-verdict-score { font-size: 1.77rem; font-weight: 900; color: var(--c-accent); }
  .na47-verdict-label { font-size: 0.732rem; color: var(--c-text-muted); }
  .na47-card-body { padding: 1.253rem; }
  .na47-verdict-text { font-size: 0.866rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.989rem; font-style: italic; }
  .na47-scores { display: flex; flex-direction: column; gap: 0.511rem; }
  .na47-score-row { display: flex; align-items: center; justify-content: space-between; }
  .na47-score-label { font-size: 0.757rem; color: var(--c-text-muted); }
  .na47-score-bar-wrap { flex: 1; margin: 0 0.61rem; height: 6px; background: var(--c-border); border-radius: 3px; overflow: hidden; }
  .na47-score-bar { height: 100%; background: var(--c-accent); border-radius: 3px; }
  .na47-score-num { font-size: 0.74rem; font-weight: 700; color: var(--c-text); min-width: 28px; text-align: right; }
  @media (max-width: 880px) { .na47-grid { grid-template-columns: 1fr; } }
  .na47-s1 { color: #f59e0b; font-size: 0.894rem; }
  .na47-s2 { background: color-mix(in srgb,#8b5cf6 8%,var(--c-surface)); }
  .na47-s3 { background: color-mix(in srgb,#8b5cf6 20%,var(--c-surface)); color: #8b5cf6; border-color: #8b5cf6; }
  .na47-s4 { color: #8b5cf6; }
  .na47-s5 { width: 90%; background: #8b5cf6; }
  .na47-s6 { width: 88%; background: #8b5cf6; }
  .na47-s7 { width: 85%; background: #8b5cf6; }
  .na47-s8 { width: 92%; background: #8b5cf6; }
  .na47-s9 { background: color-mix(in srgb,#10b981 8%,var(--c-surface)); }
  .na47-s10 { background: color-mix(in srgb,#10b981 20%,var(--c-surface)); color: #10b981; border-color: #10b981; }
  .na47-s11 { color: #10b981; }
  .na47-s12 { width: 100%; background: #10b981; }
  .na47-s13 { width: 96%; background: #10b981; }
  .na47-s14 { width: 92%; background: #10b981; }
  .na47-s15 { width: 88%; background: #10b981; }

.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.493rem 1.242rem; 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.777rem; text-decoration: none; padding: 0.244rem 0.744rem; border-right: 1px solid var(--c-border); transition: color 0.195s; 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 .ma-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 .ma-pay-logo {
  height: 20px;
  max-width: 49px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.499rem; 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.713rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.488rem 0.732rem; }
  .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"] .ma-btn,
  body [class*="actions-desktop"] .ma-btn,
  body [class*="btns-desktop"] .ma-btn,
  body [class*="cta-wrap"] .ma-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;
  }
}
