@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.122); 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.63);
    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.702);
    border: 1px solid rgba(255,255,255,0.198);
    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.187);
    color: rgba(255,255,255,0.743);
    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; }
  }

.tn94-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 315px;
  background: linear-gradient(132deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.463);
  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(88deg, rgba(0,0,0,0.743) 0%, rgba(0,0,0,0.548) 35%, rgba(0,0,0,0.015) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.tn94-content {
  position: relative;
  z-index: 2;
  padding: 44px 49px;
  max-width: 591px;
}
.tn94-title {
  font-size: 33px;
  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.493);
}
.tn94-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.526);
}
.tn94-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 978px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.288);
  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.209),
    0 10px 29px rgba(34,197,94,0.444);
}
@media (max-width: 768px) {
  .tn94-card { min-height: 324px; }
  .tn94-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.391) 0%, rgba(0,0,0,0.893) 100%);
  }
  .tn94-content { padding: 27px 22px; max-width: 100%; }
  .tn94-title { font-size: 23px; }
  .tn94-amount { font-size: 15px; }
}

.ad70-wrap { max-width: 1121px; margin: 0 auto; }
  .ad70-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 37px;
    align-items: start;
    margin-bottom: 24px;
  }
  .ad70-title { color: var(--c-text); margin: 0 0 18px; }
  .ad70-p { font-size: 15px; 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 51px -26px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .ad70-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.144em;
    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.179em;
  }
  .ad70-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .ad70-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @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; }
  }

.mp24-wrap { max-width: 877px; margin: 0 auto; }
  .mp24-title { color: var(--c-text); margin: 0 0 17px; }
  .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: 22px 26px; margin-bottom: 14px; }
  .mp24-sec:last-child { margin-bottom: 0; }
  .mp24-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.059rem; }
  .mp24-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .mp24-sp:last-child { margin-bottom: 0; }

.nx55-wrap { max-width: 1095px; margin: 0 auto; }
  .nx55-intro { max-width: 745px; margin-bottom: 22px; }
  .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: 762px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .nx55-table thead th { background: linear-gradient(134deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.703rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.118em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .nx55-table thead th.nx55-best { background: linear-gradient(134deg, 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.566rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.137em; margin-bottom: 8px; }
  .nx55-best-title { display: block; }
  .nx55-table tbody td { padding: 16px 20px; font-size: 14px; 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; }

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

.ru13-wrap { max-width: 970px; margin: 0 auto; }
  .ru13-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 31px 30px;
    box-shadow: 0 16px 45px -23px rgba(0,0,0,0.269);
  }
  .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 21px 20px;
    background: linear-gradient(132deg,
      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.772); 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(139deg,
      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;
  }
  .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.747); margin: 0 0 16px; }
  .ru13-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.771); 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(44deg);
    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.932); 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 19px; }

  .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.121em; 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: 17px;
    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: 1000px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.097em;
    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 28px -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: 21px 18px; border-radius: 14px; }
    .ru13-panel { padding: 18px 16px; border-radius: 12px; }
  }

.sx20-card {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  min-height: 370px;
  background: linear-gradient(138deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.067);
  box-shadow: 0 18px 51px rgba(0,0,0,0.462);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.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(93deg, rgba(0,0,0,0.463) 0%, rgba(0,0,0,0.124) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.sx20-glass {
  position: relative;
  z-index: 2;
  max-width: 524px;
  padding: 33px 33px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.529);
  border: 1px solid rgba(255,255,255,0.104);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.428);
}
.sx20-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.322);
}
.sx20-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.873);
  line-height: 1.55;
  margin: 0 0 24px;
}
.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.156);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 51px;
  box-sizing: border-box;
}
.sx20-badge:hover {
  border-color: rgba(255,255,255,0.275);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.077),
    0 8px 22px rgba(255,255,255,0.123);
}
.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: 10px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.061em;
  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: 353px;
    padding: 24px;
    justify-content: center;
  }
  .sx20-overlay {
    background: linear-gradient(182deg, rgba(0,0,0,0.393) 0%, rgba(0,0,0,0.687) 100%);
  }
  .sx20-glass { padding: 24px 21px; max-width: 100%; }
  .sx20-title { font-size: 22px; }
  .sx20-badge { padding: 8px 14px; min-height: 43px; }
  .sx20-badge-label-text { font-size: 14px; }
}

.bw53-wrap { max-width: 1053px; margin: 0 auto; display: flex; flex-direction: column; gap: 23px; }
  .bw53-intro { max-width: 814px; }
  .bw53-title { color: var(--c-text); margin: 0 0 14px; }
  .bw53-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .bw53-row { display: grid; grid-template-columns: 1fr 1fr; gap: 21px; }
  .bw53-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; }
  .bw53-tag { display: inline-block; font-size: 0.663rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.139em; margin-bottom: 10px; }
  .bw53-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.022rem; font-weight: 700; }
  .bw53-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .bw53-row { grid-template-columns: 1fr; } }

.gc12-wrap { max-width: 1075px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .gc12-intro { max-width: 814px; }
  .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: 22px; 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.669rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.161em; color: var(--c-accent); }
  .gc12-score-row { display: flex; align-items: baseline; gap: 8px; }
  .gc12-score { font-size: 2.922rem; font-weight: 800; color: var(--c-accent); line-height: 1; letter-spacing: -0.041em; font-variant-numeric: tabular-nums; }
  .gc12-score-max { font-size: 1.122rem; font-weight: 700; color: var(--c-text-muted); }
  .gc12-vh3 { color: var(--c-text); margin: 6px 0 0; font-size: 1.187rem; 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: 19px 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.685rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; 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: 14px; 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; } }

.fy10-wrap { max-width: 957px; margin: 0 auto; }
  .fy10-title { color: var(--c-text); margin: 0 0 18px; }
  .fy10-intro { font-size: 17px; line-height: 1.75; color: var(--c-text); margin: 0 0 28px; max-width: 709px; }
  .fy10-cols { column-count: 2; column-gap: 47px; }
  .fy10-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .fy10-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .fy10-cols { column-count: 1; } }

.ra99-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 355px;
  background: linear-gradient(135deg,
    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.038);
  box-shadow: 0 16px 49px rgba(0,0,0,0.44);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ra99-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ra99-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(0,0,0,0.712) 0%, rgba(0,0,0,0.427) 50%, rgba(0,0,0,0.725) 100%);
  z-index: 1;
}
.ra99-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 43px 28px;
  max-width: 719px;
}
.ra99-title {
  font-size: 31px;
  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.549);
}
.ra99-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 25px;
}
.ra99-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(44deg);
  flex-shrink: 0;
}
.ra99-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.436);
}
.ra99-cta {
  display: inline-block;
  padding: 13px 37px;
  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.271);
  transition: box-shadow .25s ease, filter .18s;
}
.ra99-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.2),
    0 10px 27px rgba(34,197,94,0.419);
}
@media (max-width: 768px) {
  .ra99-card { min-height: 330px; }
  .ra99-content { padding: 32px 18px; }
  .ra99-title { font-size: 22px; }
  .ra99-amount { font-size: 14px; }
  .ra99-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.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.502rem 1.224rem; 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.78rem; text-decoration: none; padding: 0.249rem 0.734rem; border-right: 1px solid var(--c-border); transition: color 0.203s; 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: 50px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.489rem; 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 19px; flex-wrap: wrap;
}
.ft12_legal { color: var(--c-text-muted); font-size: 0.723rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.503rem 0.755rem; }
  .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;
  }
}
