@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;
}
.pw-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 ─── */
.pw-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: 67px;
    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.206s;
  }
  .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: 69px;
    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.853rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    white-space: nowrap;
    scroll-snap-align: start;
    transition: background 0.147s, color 0.146s;
    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.59rem;
    font-weight: 700;
    background: var(--c-accent);
    color: var(--c-bg);
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.041em;
  }
  .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: 38px;
    height: 39px;
    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; }

.gy23-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 387px;
  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.075);
  box-shadow: 0 18px 51px rgba(0,0,0,0.41);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px;
}
.gy23-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gy23-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.464) 0%, rgba(0,0,0,0.122) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gy23-glass {
  position: relative;
  z-index: 2;
  max-width: 510px;
  padding: 32px 33px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.503);
  border: 1px solid rgba(255,255,255,0.16);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.36);
}
.gy23-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.379);
}
.gy23-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.833);
  line-height: 1.55;
  margin: 0 0 24px;
}
.gy23-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"). */
.gy23-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.208);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 51px;
  box-sizing: border-box;
}
.gy23-badge:hover {
  border-color: rgba(255,255,255,0.364);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.071),
    0 8px 22px rgba(255,255,255,0.168);
}
.gy23-badge svg { flex-shrink: 0; }
.gy23-badge-label {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
  text-align: left;
}
.gy23-badge-label small {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.78;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 2px;
}
.gy23-badge-label-text {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .gy23-card {
    min-height: 353px;
    padding: 24px;
    justify-content: center;
  }
  .gy23-overlay {
    background: linear-gradient(177deg, rgba(0,0,0,0.306) 0%, rgba(0,0,0,0.723) 100%);
  }
  .gy23-glass { padding: 24px 21px; max-width: 100%; }
  .gy23-title { font-size: 22px; }
  .gy23-badge { padding: 8px 14px; min-height: 44px; }
  .gy23-badge-label-text { font-size: 14px; }
}

.ym10-wrap { max-width: 970px; margin: 0 auto; }
  .ym10-title { color: var(--c-text); margin: 0 0 18px; }
  .ym10-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 23px; max-width: 741px; }
  .ym10-row { display: grid; grid-template-columns: 201px 1fr; gap: 41px; padding: 22px 0; border-top: 1px solid var(--c-border); }
  .ym10-row:last-child { border-bottom: 1px solid var(--c-border); }
  .ym10-sh3 { color: var(--c-accent); margin: 0; font-size: 0.898rem; text-transform: uppercase; letter-spacing: 0.059em; font-weight: 700; padding-top: 4px; }
  .ym10-col { min-width: 0; }
  .ym10-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .ym10-sp:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .ym10-row { grid-template-columns: 1fr; gap: 8px; } }

.lr73-wrap { max-width: 899px; margin: 0 auto; }
  .lr73-title { color: var(--c-text); margin: 0 0 22px; }
  .lr73-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .lr73-list { margin: 28px 0; display: grid; gap: 10px; }
  .lr73-row {
    display: grid;
    grid-template-columns: 225px 1fr;
    gap: 22px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(139deg,
      var(--c-surface) 0%,
      color-mix(in srgb, var(--c-accent) 5%, var(--c-surface)) 100%);
    border: 1px solid var(--c-border);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    overflow: hidden;
  }
  .lr73-row:hover {
    border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border));
    transform: translateX(3px);
    box-shadow: 0 10px 31px -16px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .lr73-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.079em;
  }
  .lr73-value {
    font-size: 14px;
    line-height: 1.55;
    color: var(--c-text-muted);
  }
  @media (max-width: 640px) {
    .lr73-row {
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 14px 16px;
    }
    .lr73-label { font-size: 11px; }
  }

.kt19-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 313px;
  background: linear-gradient(136deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.441);
  display: flex;
  align-items: center;
}
.kt19-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.kt19-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.794) 0%, rgba(0,0,0,0.489) 35%, rgba(0,0,0,0.043) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.kt19-content {
  position: relative;
  z-index: 2;
  padding: 44px 51px;
  max-width: 618px;
}
.kt19-title {
  font-size: 31px;
  font-weight: 900;
  color: var(--c-accent, #facc15);
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.525);
}
.kt19-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.511);
}
.kt19-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 997px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.299);
  transition: box-shadow .25s ease, filter .18s;
}
.kt19-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.165),
    0 10px 28px rgba(34,197,94,0.457);
}
@media (max-width: 768px) {
  .kt19-card { min-height: 313px; }
  .kt19-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.425) 0%, rgba(0,0,0,0.892) 100%);
  }
  .kt19-content { padding: 28px 23px; max-width: 100%; }
  .kt19-title { font-size: 24px; }
  .kt19-amount { font-size: 15px; }
}

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

.ou16-wrap { max-width: 1055px; margin: 0 auto; display: flex; flex-direction: column; gap: 23px; }
  .ou16-intro { max-width: 835px; }
  .ou16-title { color: var(--c-text); margin: 0 0 14px; }
  .ou16-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ou16-row { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .ou16-col-h { font-size: 0.693rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.157em; margin: 0 0 14px; }
  .ou16-col-h-pro { color: var(--c-accent); }
  .ou16-col-h-con { color: var(--c-text); }
  .ou16-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .ou16-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 980px; font-size: 14px; line-height: 1.45; }
  .ou16-pill-pro { background: color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)); color: var(--c-text); border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .ou16-pill-con { background: var(--c-surface); color: var(--c-text-muted); border: 1px dashed color-mix(in srgb, var(--c-text-muted) 30%, var(--c-border)); }
  .ou16-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .ou16-pill-pro svg { color: var(--c-accent); }
  .ou16-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .ou16-row { grid-template-columns: 1fr; gap: 23px; } }

.hb37-wrap { max-width: 876px; margin: 0 auto; }
  .hb37-title { color: var(--c-text); margin: 0 0 20px; }
  .hb37-intro { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 26px; }
  .hb37-sec { display: grid; grid-template-columns: 60px 1fr; gap: 22px; margin-bottom: 25px; align-items: start; }
  .hb37-sec:last-child { margin-bottom: 0; }
  .hb37-num { font-size: 1.773rem; font-weight: 800; color: var(--c-accent); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.041em; }
  .hb37-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.179rem; }
  .hb37-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .hb37-sp:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .hb37-sec { grid-template-columns: 1fr; gap: 4px; } }

.rm31-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 364px;
  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.082);
  box-shadow: 0 14px 43px rgba(0,0,0,0.427);
  display: flex;
  align-items: flex-end;
}
.rm31-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.rm31-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(178deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.17) 35%, rgba(0,0,0,0.678) 70%, rgba(0,0,0,0.945) 100%);
  z-index: 1;
}
.rm31-content {
  position: relative; z-index: 2;
  padding: 41px 44px;
  width: 100%;
}
.rm31-title {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.463);
}
.rm31-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.809);
  line-height: 1.55;
  margin: 0 0 21px;
  max-width: 638px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.43);
}
.rm31-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Variant 04 signature: dark glass pills. Hover halo borrows the brand
   accent so the glow tints to whatever colour the site uses. */
.rm31-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 996px;
  background: rgba(0,0,0,0.509);
  border: 1px solid rgba(255,255,255,0.134);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease;
  letter-spacing: 0.03em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.rm31-cta:hover {
  background: rgba(0,0,0,0.746);
  border-color: color-mix(in srgb, var(--c-accent, #4ade80) 70%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #4ade80) 18%, transparent),
    0 8px 22px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.rm31-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .rm31-card { min-height: 328px; }
  .rm31-content { padding: 28px 22px; }
  .rm31-title { font-size: 22px; }
  .rm31-cta { padding: 11px 16px; font-size: 12px; }
}

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

.dy15-wrap { max-width: 1092px; margin: 0 auto; }
  .dy15-intro { max-width: 754px; margin-bottom: 23px; }
  .dy15-title { color: var(--c-text); margin: 0 0 12px; }
  .dy15-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .dy15-scroll { overflow-x: auto; border-radius: 14px; box-shadow: 0 6px 27px -12px color-mix(in srgb, var(--c-accent) 35%, transparent); border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border)); }
  .dy15-table { width: 100%; min-width: 715px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .dy15-table thead th { background: linear-gradient(135deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 55%, var(--c-grad-end)) 100%); color: var(--c-bg); text-align: left; padding: 16px 20px; font-size: 0.71rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.119em; border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent); }
  .dy15-table thead th:first-child { padding-left: 23px; }
  .dy15-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.5; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .dy15-table tbody tr:last-child td { border-bottom: none; }
  .dy15-table tbody tr:hover { background: color-mix(in srgb, var(--c-accent) 5%, transparent); }
  .dy15-table tbody td:first-child { color: var(--c-text); font-weight: 700; border-left: 3px solid transparent; padding-left: 19px; }
  .dy15-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

/* ── 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. */
  .ea38-root { text-align: center; padding: 45px 0 27px; }
  .ea38-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .ea38-tagline {
    font-size: 0.884rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 459px; line-height: 1.55;
  }

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

  /* Primary nav — same visual weight as the header's top-level links. */
  .ea38-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 30px;
    margin: 19px auto 0;
  }
  .ea38-nav-primary:empty { display: none; }
  .ea38-nav-primary a {
    font-size: 0.913rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .ea38-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. */
  .ea38-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.802rem;
    color: var(--c-text-muted);
  }
  .ea38-nav-legal:empty { display: none; }
  .ea38-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .ea38-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. */
  .ea38-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

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

  .ea38-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.768rem;
    color: var(--c-text-muted);
  }
  .ea38-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"] .pw-btn,
  body [class*="actions-desktop"] .pw-btn,
  body [class*="btns-desktop"] .pw-btn,
  body [class*="cta-wrap"] .pw-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;
  }
}
