@charset "UTF-8";

:root {
  --c-primary: #0e3f49;
  --c-secondary: #0c3741;
  --c-accent: #ff4c3b;
  --c-bg: #104a55;
  --c-surface: #13525f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c3b;
  --c-btn-text: #ffffff;
  --c-border: #116066;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.mf-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


.mf-logo-png { height: 39px; width: auto; display: block; object-fit: contain; }

.jf66-right { display: flex; align-items: center; gap: 14px; }
  .jf66-online-badge { display: flex; align-items: center; gap: 6px; font-size: 0.761rem; }
  .jf66-register-btn {
    background: var(--c-accent);
    color: var(--c-bg);
    border: none;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    font-size: 0.893rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.03em;
    transition: opacity 0.151s;
  }
  .jf66-register-btn:hover { opacity: 0.88; }
  @media (max-width: 768px) {
    .jf66-nav { display: none; }
    .jf66-cta-wrap { display: none; }
    .jf66-menu-btn { display: flex !important; }
  }
  .jf66-menu-btn { display: none; }
  .jf66-sroot { position: sticky; top: 0; z-index: 100; }
  .jf66-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .jf66-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .jf66-mbtn-full { width: 100%; display: block; text-align: center; }

.ga33-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 367px;
  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 50px rgba(0,0,0,0.468);
  display: flex;
  align-items: center;
}
.ga33-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ga33-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.878) 0%, rgba(0,0,0,0.652) 35%, rgba(0,0,0,0.142) 70%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}
.ga33-content {
  position: relative; z-index: 2;
  padding: 47px 50px;
  max-width: 604px;
}
.ga33-title {
  font-size: 37px;
  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.505);
}
.ga33-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.828);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 488px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.48);
}
.ga33-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. */
.ga33-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.041em;
  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.309);
}
.ga33-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 29px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.297);
}
.ga33-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ga33-card { min-height: 317px; }
  .ga33-overlay {
    background: linear-gradient(184deg, rgba(0,0,0,0.517) 0%, rgba(0,0,0,0.853) 100%);
  }
  .ga33-content { padding: 31px 24px; max-width: 100%; }
  .ga33-title { font-size: 25px; }
  .ga33-cta-row { flex-wrap: wrap; }
  .ga33-cta { padding: 13px 16px; font-size: 12px; }
}

.gc48-wrap { max-width: 947px; margin: 0 auto; }
  .gc48-title { color: var(--c-text); margin: 0 0 22px; }
  .gc48-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .gc48-spec {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border));
    border-radius: 14px;
    overflow: hidden;
    margin: 27px 0;
    table-layout: fixed;
    box-shadow: 0 14px 39px -22px color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .gc48-spec th, .gc48-spec td {
    padding: 16px 22px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .gc48-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.123em;
    color: var(--c-text);
    background: linear-gradient(134deg,
      color-mix(in srgb, var(--c-accent) 18%, transparent) 0%,
      color-mix(in srgb, var(--c-accent) 6%, transparent) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 30%, var(--c-border));
  }
  .gc48-spec thead th:first-child {
    color: var(--c-accent);
  }
  .gc48-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
    border-bottom: 1px solid var(--c-border);
  }
  .gc48-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-accent);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 18%, transparent);
    margin-right: 12px;
    vertical-align: 0.216em;
  }
  .gc48-spec tbody td {
    color: var(--c-text-muted);
    border-bottom: 1px solid var(--c-border);
  }
  .gc48-spec tbody tr:last-child th,
  .gc48-spec tbody tr:last-child td { border-bottom: none; }
  .gc48-spec tbody tr:hover td,
  .gc48-spec tbody tr:hover th {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  @media (max-width: 640px) {
    .gc48-spec th, .gc48-spec td { padding: 12px 14px; font-size: 13px; }
    .gc48-spec tbody th { width: 42%; }
    .gc48-spec tbody th::before { width: 5px; height: 5px; margin-right: 9px; }
  }

.bi61-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 325px;
  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.37);
  display: flex;
  align-items: center;
}
.bi61-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.bi61-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.821) 0%, rgba(0,0,0,0.484) 35%, rgba(0,0,0,0.051) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.bi61-content {
  position: relative;
  z-index: 2;
  padding: 45px 51px;
  max-width: 601px;
}
.bi61-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.527);
}
.bi61-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.479);
}
.bi61-cta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 991px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 19px rgba(34,197,94,0.347);
  transition: box-shadow .25s ease, filter .18s;
}
.bi61-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.242),
    0 10px 28px rgba(34,197,94,0.471);
}
@media (max-width: 768px) {
  .bi61-card { min-height: 322px; }
  .bi61-overlay {
    background: linear-gradient(182deg, rgba(0,0,0,0.404) 0%, rgba(0,0,0,0.844) 100%);
  }
  .bi61-content { padding: 28px 22px; max-width: 100%; }
  .bi61-title { font-size: 24px; }
  .bi61-amount { font-size: 15px; }
}

.be49-hero {
  position: relative;
  min-height: 464px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.be49-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(133deg,
    rgb(0 0 0 / calc(.55 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.48 + var(--hi-offset, 0))) 100%);
}
.be49-content {
  position: relative; z-index: 1;
  text-align: center;
  padding: 47px 25px;
  max-width: 710px;
}
.be49-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--c-accent);
  margin-bottom: 18px;
}
.be49-title { color: #fff; margin: 0 0 20px; text-shadow: 0 2px 14px rgba(0,0,0,0.497); }
.be49-divider {
  width: 55px; height: 3px;
  background: var(--c-accent);
  margin: 0 auto 20px;
  border-radius: 3px;
}
.be49-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.726);
  line-height: 1.7;
  margin: 0 auto 25px;
  max-width: 538px;
}
.be49-cta {
  display: inline-block;
  padding: 13px 35px;
  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;
}
.be49-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: 600px) { .be49-hero { min-height: 373px; } }

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

  .qt71-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .qt71-card {
    border-radius: 12px;
    padding: 18px 19px 20px;
    background: linear-gradient(178deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    color: #fff;
  }
  .qt71-card-h3 { color: var(--c-accent); font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.06em; }
  .qt71-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.827); margin: 0; }

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

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

  .qt71-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .qt71-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.042); }
  .qt71-bullet-icon {
    flex: 0 0 29px; width: 28px; height: 27px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
  }
  .qt71-bullet-icon svg { width: 14px; height: 14px; }
  .qt71-bullet-text { flex: 1; color: rgba(255,255,255,0.895); font-size: 13px; line-height: 1.4; font-weight: 600; }

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

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

  .qt71-cta-wrap { margin-top: 18px; }
  .qt71-cta {
    display: inline-block; padding: 12px 30px; border-radius: 979px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.101em;
    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;
  }
  .qt71-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) {
    .qt71-cards { grid-template-columns: 1fr; }
    .qt71-bullets { grid-template-columns: 1fr; }
    .qt71-table th, .qt71-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .qt71-outer { padding: 22px 18px; border-radius: 14px; }
    .qt71-panel { padding: 17px 16px; border-radius: 12px; }
  }

.yn13-wrap { max-width: 1080px; margin: 0 auto; }
  .yn13-intro { max-width: 754px; margin-bottom: 22px; }
  .yn13-title { color: var(--c-text); margin: 0 0 12px; }
  .yn13-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .yn13-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .yn13-table { width: 100%; min-width: 761px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .yn13-table thead th { background: linear-gradient(139deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 19px; font-size: 0.712rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .yn13-table thead th.yn13-best { background: linear-gradient(139deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .yn13-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.584rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.139em; margin-bottom: 8px; }
  .yn13-best-title { display: block; }
  .yn13-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); }
  .yn13-table tbody td.yn13-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); }
  .yn13-table tbody tr:last-child td { border-bottom: none; }
  .yn13-table tbody tr:last-child td.yn13-best-cell { border-bottom: 2px solid var(--c-accent); }
  .yn13-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .yn13-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .yn13-best-cell .yn13-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.ln10-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 41px;
}
@media (max-width: 640px) { .ln10-grid { grid-template-columns: 1fr; } }
.ln10-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.ln10-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.ln10-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 27px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.ln10-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.ln10-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.ln10-header { text-align: center; }
.ln10-title { margin-top: 8px; }
.ln10-more {
  text-align: center;
  margin-top: 29px;
}

.vw58-wrap { padding: 0.744rem 0; }
  .vw58-band {
    height: 2px;
    background: linear-gradient(
      90deg,
      transparent 0%,
      color-mix(in srgb, var(--c-accent) 40%, transparent) 20%,
      var(--c-accent) 50%,
      color-mix(in srgb, var(--c-accent) 40%, transparent) 80%,
      transparent 100%
    );
    border-radius: 2px;
  }

.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.489rem 1.226rem; 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.792rem; text-decoration: none; padding: 0.255rem 0.77rem; 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 .mf-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 .mf-pay-logo {
  height: 20px;
  max-width: 50px;
  padding: 4px 8px;
  border-radius: 5px;
}

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

@media (max-width: 768px) {
  .ft12_top { gap: 0.504rem 0.753rem; }
  .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"] .mf-btn,
  body [class*="actions-desktop"] .mf-btn,
  body [class*="btns-desktop"] .mf-btn,
  body [class*="cta-wrap"] .mf-btn,
  body [class*="cta-desktop"] button,
  body [class*="actions-desktop"] button,
  body [class*="btns-desktop"] button,
  body [class*="cta-wrap"] button,
  body [class*="cta-desktop"] a,
  body [class*="actions-desktop"] a,
  body [class*="btns-desktop"] a,
  body [class*="cta-wrap"] a {
    padding: 7px 12px !important;
    font-size: 12px !important;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
