@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.043); 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.602);
    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.695);
    border: 1px solid rgba(255,255,255,0.157);
    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.136);
    color: rgba(255,255,255,0.72);
    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; }
  }

.sx20-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 374px;
  background: linear-gradient(132deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.044);
  box-shadow: 0 17px 51px rgba(0,0,0,0.417);
  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(88deg, rgba(0,0,0,0.513) 0%, rgba(0,0,0,0.141) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.sx20-glass {
  position: relative;
  z-index: 2;
  max-width: 515px;
  padding: 32px 32px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.59);
  border: 1px solid rgba(255,255,255,0.098);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.396);
}
.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.35);
}
.sx20-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.818);
  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 17px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.18);
  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.278);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.099),
    0 8px 21px rgba(255,255,255,0.137);
}
.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.058em;
  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: 367px;
    padding: 24px;
    justify-content: center;
  }
  .sx20-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.31) 0%, rgba(0,0,0,0.709) 100%);
  }
  .sx20-glass { padding: 24px 22px; max-width: 100%; }
  .sx20-title { font-size: 22px; }
  .sx20-badge { padding: 8px 14px; min-height: 43px; }
  .sx20-badge-label-text { font-size: 14px; }
}

.mp24-wrap { max-width: 885px; 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: 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.042rem; }
  .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; }

.ad70-wrap { max-width: 1131px; margin: 0 auto; }
  .ad70-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 24px;
  }
  .ad70-title { color: var(--c-text); margin: 0 0 17px; }
  .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.138em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(131deg,
      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: 13px;
    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.182em;
  }
  .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; }
  }

.tn94-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 326px;
  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 49px rgba(0,0,0,0.421);
  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.739) 0%, rgba(0,0,0,0.542) 35%, rgba(0,0,0,0.005) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.tn94-content {
  position: relative;
  z-index: 2;
  padding: 44px 51px;
  max-width: 608px;
}
.tn94-title {
  font-size: 32px;
  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.461);
}
.tn94-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 23px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.543);
}
.tn94-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 980px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.352);
  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.216),
    0 10px 28px rgba(34,197,94,0.416);
}
@media (max-width: 768px) {
  .tn94-card { min-height: 327px; }
  .tn94-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.393) 0%, rgba(0,0,0,0.885) 100%);
  }
  .tn94-content { padding: 28px 21px; max-width: 100%; }
  .tn94-title { font-size: 24px; }
  .tn94-amount { font-size: 15px; }
}

.qv43-wrap { max-width: 844px; margin: 0 auto; }
  .qv43-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .qv43-strip { height: 4px; background: linear-gradient(93deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .qv43-body { padding: 35px 39px; }
  .qv43-title { color: var(--c-text); margin: 0 0 20px; }
  .qv43-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .qv43-p:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .qv43-body { padding: 24px 22px; } }

.gc12-wrap { max-width: 1108px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .gc12-intro { max-width: 800px; }
  .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: 27px 30px; }
  .gc12-verdict { display: flex; flex-direction: column; gap: 14px; }
  .gc12-vlabel { font-size: 0.653rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.164em; color: var(--c-accent); }
  .gc12-score-row { display: flex; align-items: baseline; gap: 8px; }
  .gc12-score { font-size: 2.944rem; font-weight: 800; color: var(--c-accent); line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
  .gc12-score-max { font-size: 1.074rem; font-weight: 700; color: var(--c-text-muted); }
  .gc12-vh3 { color: var(--c-text); margin: 6px 0 0; font-size: 1.199rem; 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 22px; }
  .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.679rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.142em; 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; } }

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

.zg53-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 361px;
  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.092);
  box-shadow: 0 18px 51px rgba(0,0,0,0.404);
  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(88deg, rgba(0,0,0,0.805) 0%, rgba(0,0,0,0.682) 35%, rgba(0,0,0,0.197) 70%, rgba(0,0,0,0.025) 100%);
  z-index: 1;
}
.zg53-content {
  position: relative; z-index: 2;
  padding: 48px 49px;
  max-width: 616px;
}
.zg53-title {
  font-size: 38px;
  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.558);
}
.zg53-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.89);
  line-height: 1.55;
  margin: 0 0 29px;
  max-width: 478px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.428);
}
.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 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.04em;
  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.237);
}
.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 28px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.253);
}
.zg53-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .zg53-card { min-height: 325px; }
  .zg53-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.506) 0%, rgba(0,0,0,0.875) 100%);
  }
  .zg53-content { padding: 31px 23px; max-width: 100%; }
  .zg53-title { font-size: 26px; }
  .zg53-cta-row { flex-wrap: wrap; }
  .zg53-cta { padding: 13px 16px; font-size: 12px; }
}

.gr54-wrap { max-width: 835px; margin: 0 auto; }
  .gr54-title { color: var(--c-text); margin: 0 0 20px; }
  .gr54-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 27px; }
  .gr54-sec { display: grid; grid-template-columns: 61px 1fr; gap: 23px; margin-bottom: 25px; align-items: start; }
  .gr54-sec:last-child { margin-bottom: 0; }
  .gr54-num { font-size: 1.764rem; font-weight: 800; color: var(--c-accent); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.039em; }
  .gr54-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.16rem; }
  .gr54-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .gr54-sp:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .gr54-sec { grid-template-columns: 1fr; gap: 4px; } }

.nx55-wrap { max-width: 1081px; 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: 754px; 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 19px; font-size: 0.681rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.119em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .nx55-table thead th.nx55-best { background: linear-gradient(135deg, 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.577rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.143em; 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; }

.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.486rem 1.247rem; 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.783rem; text-decoration: none; padding: 0.25rem 0.73rem; border-right: 1px solid var(--c-border); transition: color 0.204s; 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.487rem; 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.716rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

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