@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;
}
.ny-logo-text { color: var(--c-logo-text) !important; font-size: 28px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


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

.h18_header-inner {
    display: flex;
    align-items: center;
    height: 66px;
    gap: 0;
  }
  .h18_logo-area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-right: 16px;
    border-right: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
    margin-right: 0;
  }
  .h18_nav-scroller {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
  }
  .h18_nav-scroller::before,
  .h18_nav-scroller::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 39px;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.196s;
  }
  .h18_nav-scroller::before {
    left: 0;
    background: linear-gradient(to right, var(--c-primary), transparent);
  }
  .h18_nav-scroller::after {
    right: 0;
    background: linear-gradient(to left, var(--c-primary), transparent);
  }
  .h18_nav-scroll-inner {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 12px;
    height: 66px;
    scroll-snap-type: x mandatory;
  }
  .h18_nav-scroll-inner::-webkit-scrollbar { display: none; }
  .h18_nav-scroll-inner a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.884rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    white-space: nowrap;
    scroll-snap-align: start;
    transition: background 0.146s, color 0.148s;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .h18_nav-scroll-inner a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h18_nav-scroll-inner a.active {
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    color: var(--c-accent);
    font-weight: 600;
  }
  .h18_nav-tag {
    font-size: 0.597rem;
    font-weight: 700;
    background: var(--c-accent);
    color: var(--c-bg);
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.039em;
  }
  .h18_cta-area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    border-left: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
  }
  .h18_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 39px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h18_cta-desktop { display: none !important; }
    .h18_menu-btn { display: flex !important; }
    .h18_cta-area { border-left: none; padding-left: 8px; }
  }
  .h18_sroot { position: sticky; top: 0; z-index: 100; }
  .h18_container { max-width: 100%; padding: 0 16px; }
  .h18_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h18_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h18_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h18_mbtn { flex: 1; justify-content: center; }

.wp10-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 382px;
  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.056);
  box-shadow: 0 17px 49px rgba(0,0,0,0.412);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.wp10-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wp10-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.461) 0%, rgba(0,0,0,0.107) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.wp10-glass {
  position: relative;
  z-index: 2;
  max-width: 512px;
  padding: 33px 32px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.578);
  border: 1px solid rgba(255,255,255,0.139);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 35px rgba(0,0,0,0.39);
}
.wp10-title {
  font-size: 31px;
  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.326);
}
.wp10-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.846);
  line-height: 1.55;
  margin: 0 0 24px;
}
.wp10-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"). */
.wp10-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.184);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 49px;
  box-sizing: border-box;
}
.wp10-badge:hover {
  border-color: rgba(255,255,255,0.273);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.096),
    0 8px 22px rgba(255,255,255,0.189);
}
.wp10-badge svg { flex-shrink: 0; }
.wp10-badge-label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.wp10-badge-label small {
  font-size: 9px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.062em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.wp10-badge-label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .wp10-card {
    min-height: 350px;
    padding: 24px;
    justify-content: center;
  }
  .wp10-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.397) 0%, rgba(0,0,0,0.704) 100%);
  }
  .wp10-glass { padding: 24px 22px; max-width: 100%; }
  .wp10-title { font-size: 22px; }
  .wp10-badge { padding: 8px 14px; min-height: 43px; }
  .wp10-badge-label-text { font-size: 14px; }
}

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

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

.ou36-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 368px;
  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.11);
  box-shadow: 0 16px 51px rgba(0,0,0,0.424);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ou36-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ou36-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(132deg, rgba(0,0,0,0.669) 0%, rgba(0,0,0,0.393) 50%, rgba(0,0,0,0.736) 100%);
  z-index: 1;
}
.ou36-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 44px 28px;
  max-width: 727px;
}
.ou36-title {
  font-size: 33px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.531);
}
.ou36-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.ou36-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(45deg);
  flex-shrink: 0;
}
.ou36-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.475);
}
.ou36-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.368);
  transition: box-shadow .25s ease, filter .18s;
}
.ou36-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.172),
    0 10px 28px rgba(34,197,94,0.455);
}
@media (max-width: 768px) {
  .ou36-card { min-height: 344px; }
  .ou36-content { padding: 32px 17px; }
  .ou36-title { font-size: 23px; }
  .ou36-amount { font-size: 14px; }
  .ou36-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

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

.eg23-wrap { max-width: 1075px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .eg23-intro { max-width: 802px; text-align: center; margin: 0 auto; }
  .eg23-title { color: var(--c-text); margin: 0 0 14px; }
  .eg23-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .eg23-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .eg23-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 16px; padding: 32px 31px 28px; text-align: center; }
  .eg23-thumb { width: 64px; height: 66px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
  .eg23-thumb-pro { background: color-mix(in srgb, var(--c-accent) 18%, transparent); color: var(--c-accent); }
  .eg23-thumb-con { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .eg23-thumb svg { width: 32px; height: 32px; stroke-width: 2; }
  .eg23-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.029rem; font-weight: 700; }
  .eg23-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
  .eg23-item { font-size: 15px; line-height: 1.6; color: var(--c-text-muted); padding-left: 16px; position: relative; }
  .eg23-item::before { content: ''; position: absolute; left: 0; top: 0.547em; width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
  .eg23-col-con .eg23-item::before { background: var(--c-text-muted); opacity: 0.6; }
  @media (max-width: 768px) { .eg23-row { grid-template-columns: 1fr; } }

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

.qz85-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 357px;
  background: linear-gradient(137deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.088);
  box-shadow: 0 18px 50px rgba(0,0,0,0.428);
  display: flex;
  align-items: center;
}
.qz85-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.qz85-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(93deg, rgba(0,0,0,0.881) 0%, rgba(0,0,0,0.7) 35%, rgba(0,0,0,0.173) 70%, rgba(0,0,0,0.039) 100%);
  z-index: 1;
}
.qz85-content {
  position: relative; z-index: 2;
  padding: 48px 51px;
  max-width: 609px;
}
.qz85-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.56);
}
.qz85-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.852);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 485px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.419);
}
.qz85-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. */
.qz85-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.302);
}
.qz85-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.296);
}
.qz85-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .qz85-card { min-height: 319px; }
  .qz85-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.466) 0%, rgba(0,0,0,0.806) 100%);
  }
  .qz85-content { padding: 32px 24px; max-width: 100%; }
  .qz85-title { font-size: 26px; }
  .qz85-cta-row { flex-wrap: wrap; }
  .qz85-cta { padding: 13px 16px; font-size: 12px; }
}

.hw26-wrap { max-width: 1051px; margin: 0 auto; display: flex; flex-direction: column; gap: 23px; }
  .hw26-intro { max-width: 810px; }
  .hw26-title { color: var(--c-text); margin: 0 0 14px; }
  .hw26-lead { font-size: 16px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .hw26-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .hw26-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 31px; }
  .hw26-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.074rem; font-weight: 700; }
  .hw26-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .hw26-row { grid-template-columns: 1fr; } }

.zu93-wrap { max-width: 1091px; margin: 0 auto; }
  .zu93-intro { max-width: 743px; margin-bottom: 22px; }
  .zu93-title { color: var(--c-text); margin: 0 0 12px; }
  .zu93-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .zu93-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); box-shadow: 0 4px 22px -10px color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .zu93-table { width: 100%; min-width: 703px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .zu93-table thead th { background: linear-gradient(176deg, color-mix(in srgb, var(--c-accent) 28%, var(--c-surface)), var(--c-surface)); color: var(--c-text); text-align: center; padding: 18px 16px; font-size: 0.937rem; font-weight: 800; border-bottom: 2px solid var(--c-accent); }
  .zu93-table thead th:first-child { text-align: left; font-size: 0.689rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.139em; color: var(--c-text-muted); }
  .zu93-rank { display: block; font-size: 0.638rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.164em; margin-bottom: 4px; }
  .zu93-table tbody td { padding: 16px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); text-align: center; border-bottom: 1px solid var(--c-border); }
  .zu93-table tbody td:first-child { text-align: left; color: var(--c-text); font-weight: 700; padding-left: 22px; }
  .zu93-table tbody tr:last-child td { border-bottom: none; }
  .zu93-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .zu93-yes, .zu93-no { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; }
  .zu93-yes { background: var(--c-accent); color: var(--c-bg); }
  .zu93-no { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .zu93-yes svg, .zu93-no svg { width: 14px; height: 14px; }
  .zu93-val { font-weight: 700; color: var(--c-text); }

/* ── Centered footer with a deliberate visual hierarchy: ─────────
     1) Logo — brand identity
     2) Tagline — short pitch (optional, truncates cleanly)
     3) <divider>
     4) Primary nav — multipage links (Bonuses / Games / Reviews), same
        weight/size as header nav
     5) Legal nav — Terms / Privacy / Cookies, smaller + muted + dot
        separators so they read as "fine print" not top-level nav
     6) <divider>
     7) Copyright row — © year · brand · play responsibly · 18+ badge

     Every block is symmetric around the horizontal centre and uses
     consistent 14-18 px vertical rhythm. When a section's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .bc42-root { text-align: center; padding: 44px 0 28px; }
  .bc42-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .bc42-tagline {
    font-size: 0.859rem; color: var(--c-text-muted);
    margin: 0 auto 21px; max-width: 448px; line-height: 1.55;
  }

  .bc42-divider {
    max-width: 277px; height: 1px;
    background: var(--c-border); opacity: .6;
    margin: 0 auto;
  }

  /* Primary nav — same visual weight as the header's top-level links. */
  .bc42-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 29px;
    margin: 20px auto 0;
  }
  .bc42-nav-primary:empty { display: none; }
  .bc42-nav-primary a {
    font-size: 0.937rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .bc42-nav-primary a:hover { color: var(--c-accent); }

  /* Legal nav — explicitly softer: smaller, muted, dot separators
     between items so the eye parses it as compliance fine-print, not
     primary navigation. */
  .bc42-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.779rem;
    color: var(--c-text-muted);
  }
  .bc42-nav-legal:empty { display: none; }
  .bc42-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .bc42-nav-legal a:hover { color: var(--c-accent); }
  /* Pseudo-element separator — `a + a::before` ensures the dot only
     appears BETWEEN links (never leading/trailing), and its symmetric
     `margin: 0 14px` guarantees equal whitespace on both sides of
     every dot regardless of which links ended up in the row. Earlier
     attempt used column-gap + negative-left + margin-right and the
     dot slid off-centre; this version is single-source-of-truth. */
  .bc42-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

  .bc42-payments {
    justify-content: center;
    margin-top: 18px;
  }
  .bc42-payments:empty { display: none; }

  .bc42-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.776rem;
    color: var(--c-text-muted);
  }
  .bc42-bottom-sep {
    width: 3px; height: 3px; border-radius: 50%;
    background: currentColor; opacity: .4;
    display: inline-block;
  }

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