@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; }

.ll23-hero {
  position: relative;
  min-height: 478px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ll23-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(92deg,
    rgb(0 0 0 / calc(.95 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.93 + var(--hi-offset, 0))) 28%,
    rgb(0 0 0 / calc(.75 + var(--hi-offset, 0))) 52%,
    transparent 100%);
}
.ll23-content {
  position: relative; z-index: 1;
  max-width: 574px;
  padding: 40px 0;
}
.ll23-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.ll23-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.255); }
.ll23-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.726);
  line-height: 1.65;
  margin: 0 0 26px;
}
.ll23-btn-primary {
  display: inline-block;
  padding: 13px 32px;
  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;
}
.ll23-btn-primary: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) { .ll23-hero { min-height: 381px; } }

.io48-hero {
    background: linear-gradient(150deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 17%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .io48-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .io48-grid {
    display: grid;
    grid-template-columns: 1fr 372px;
    gap: 48px;
    align-items: center;
    padding: 55px 0;
    position: relative;
    z-index: 1;
  }
  .io48-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.709rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.102em;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }
  .io48-title { color: var(--c-text); margin-bottom: 14px; }
  .io48-accent { color: var(--c-accent); }
  .io48-desc {
    font-size: 0.988rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 457px;
    margin-bottom: 24px;
  }
  .io48-benefits {
    display: flex;
    gap: 28px;
    margin-bottom: 27px;
    flex-wrap: wrap;
  }
  .io48-benefit-val {
    font-size: 1.383rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .io48-benefit-lbl {
    font-size: 0.661rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.059em;
    margin-top: 4px;
  }
  .io48-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .io48-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 2px 15px rgba(255,255,255,0.119), 0 0 2px rgba(255,255,255,0.165);
    overflow: hidden;
  }
  .io48-card-header {
    padding: 18px 23px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.802rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.081em;
    color: var(--c-text-muted);
  }
  .io48-card-body { padding: 21px 24px; }
  .io48-tiers {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .io48-tier {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-border) 40%, transparent);
  }
  .io48-tier-active {
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
  }
  .io48-tier-rank {
    width: 39px;
    height: 41px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--c-bg);
  }
  .io48-tier-rank svg { width: 22px; height: 21px; stroke-width: 2; }
  .io48-tier-bronze { background: #a0785a; }
  .io48-tier-silver { background: #8a8e94; }
  .io48-tier-gold { background: #c5a03f; }
  .io48-tier-platinum { background: #6a7b8b; }
  .io48-tier-info {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  .io48-tier-name {
    font-size: 0.827rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .io48-tier-perk {
    font-size: 0.681rem;
    color: var(--c-text-muted);
    margin-top: 2px;
  }
  .io48-tier-cashback {
    font-size: 0.939rem;
    font-weight: 800;
    color: var(--c-accent);
    flex-shrink: 0;
  }
  .io48-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .io48-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.906rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .io48-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .io48-grid { grid-template-columns: 1fr; gap: 32px; padding: 41px 0; }
    .io48-card { display: none; }
  }

.lr73-wrap { max-width: 883px; 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: 230px 1fr;
    gap: 22px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(133deg,
      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 30px -16px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .lr73-label {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.082em;
  }
  .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: 315px;
  background: linear-gradient(131deg,
    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.399);
  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(90deg, rgba(0,0,0,0.778) 0%, rgba(0,0,0,0.522) 35%, rgba(0,0,0,0.091) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.kt19-content {
  position: relative;
  z-index: 2;
  padding: 43px 51px;
  max-width: 614px;
}
.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.462);
}
.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: 983px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.359);
  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.191),
    0 10px 28px rgba(34,197,94,0.423);
}
@media (max-width: 768px) {
  .kt19-card { min-height: 319px; }
  .kt19-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.378) 0%, rgba(0,0,0,0.842) 100%);
  }
  .kt19-content { padding: 27px 23px; max-width: 100%; }
  .kt19-title { font-size: 24px; }
  .kt19-amount { font-size: 15px; }
}

.ym10-wrap { max-width: 983px; 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 24px; max-width: 723px; }
  .ym10-row { display: grid; grid-template-columns: 197px 1fr; gap: 40px; 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.894rem; text-transform: uppercase; letter-spacing: 0.059em; font-weight: 700; padding-top: 4px; }
  .ym10-col { min-width: 0; }
  .ym10-sp { font-size: 15px; 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; } }

.dy15-wrap { max-width: 1120px; margin: 0 auto; }
  .dy15-intro { max-width: 764px; 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 28px -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: 712px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .dy15-table thead th { background: linear-gradient(138deg, 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.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.122em; border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent); }
  .dy15-table thead th:first-child { padding-left: 22px; }
  .dy15-table tbody td { padding: 16px 20px; font-size: 14px; 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); }

.xo83-wrap { max-width: 825px; margin: 0 auto; }
  .xo83-eyebrow { font-size: 0.736rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.16em; margin-bottom: 10px; }
  .xo83-title { color: var(--c-text); margin: 0 0 20px; }
  .xo83-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .xo83-p:last-child { margin-bottom: 0; }

.jw47-wrap { max-width: 897px; margin: 0 auto; }
  .jw47-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 19px;
    padding: 28px 30px 31px;
    box-shadow: 0 16px 44px -22px rgba(0,0,0,0.308);
  }
  .jw47-title { color: var(--c-text); margin: 0 0 14px; }
  .jw47-intro { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

  .jw47-panel {
    border-radius: 16px;
    padding: 26px 25px 28px;
    margin-bottom: 18px;
    background: linear-gradient(134deg,
      color-mix(in srgb, var(--c-accent) 12%, 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;
  }
  .jw47-panel:last-of-type { margin-bottom: 0; }

  .jw47-h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.005em;
  }
  .jw47-h3-lead {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.879);
    text-align: center;
    margin: 0 auto 22px;
    max-width: 580px;
  }
  .jw47-h3-foot {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.883);
    text-align: center;
    margin: 23px auto 0;
    max-width: 581px;
  }

  .jw47-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: jw47-step;
  }
  .jw47-step {
    counter-increment: jw47-step;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px -8px rgba(0,0,0,0.397);
  }
  .jw47-step::before {
    content: counter(jw47-step);
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(179deg,
      color-mix(in srgb, #fff 22%, var(--c-accent)) 0%,
      var(--c-accent) 100%);
    color: #fff;
    font-size: 23px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0,0,0,0.181);
  }
  .jw47-step-text {
    flex: 1;
    padding: 13px 18px;
    background: #f5f7fa;
    color: #374151;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.039em;
    display: flex;
    align-items: center;
  }

  .jw47-cta-wrap { margin-top: 24px; }
  .jw47-cta {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 1026px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.101em;
    box-shadow: 0 8px 23px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .jw47-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 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 640px) {
    .jw47-outer { padding: 22px 18px; border-radius: 14px; }
    .jw47-panel { padding: 20px 16px; border-radius: 12px; }
    .jw47-h3 { font-size: 16px; }
    .jw47-step::before { flex-basis: 45px; font-size: 18px; }
    .jw47-step-text { padding: 11px 13px; font-size: 12px; }
  }

.gy23-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 388px;
  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.066);
  box-shadow: 0 18px 49px rgba(0,0,0,0.438);
  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(89deg, rgba(0,0,0,0.491) 0%, rgba(0,0,0,0.193) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gy23-glass {
  position: relative;
  z-index: 2;
  max-width: 533px;
  padding: 32px 31px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.513);
  border: 1px solid rgba(255,255,255,0.088);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 35px rgba(0,0,0,0.437);
}
.gy23-title {
  font-size: 29px;
  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.383);
}
.gy23-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.898);
  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.187);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 49px;
  box-sizing: border-box;
}
.gy23-badge:hover {
  border-color: rgba(255,255,255,0.357);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.101),
    0 8px 22px rgba(255,255,255,0.113);
}
.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: 9px;
  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(183deg, rgba(0,0,0,0.338) 0%, rgba(0,0,0,0.678) 100%);
  }
  .gy23-glass { padding: 25px 22px; max-width: 100%; }
  .gy23-title { font-size: 22px; }
  .gy23-badge { padding: 8px 14px; min-height: 45px; }
  .gy23-badge-label-text { font-size: 14px; }
}

.hb37-wrap { max-width: 839px; margin: 0 auto; }
  .hb37-title { color: var(--c-text); margin: 0 0 20px; }
  .hb37-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 25px; }
  .hb37-sec { display: grid; grid-template-columns: 62px 1fr; gap: 22px; margin-bottom: 25px; align-items: start; }
  .hb37-sec:last-child { margin-bottom: 0; }
  .hb37-num { font-size: 1.801rem; font-weight: 800; color: var(--c-accent); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.039em; }
  .hb37-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.142rem; }
  .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; } }

.ou16-wrap { max-width: 1059px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .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: 35px; }
  .ou16-col-h { font-size: 0.691rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.16em; 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: 1000px; 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: 24px; } }

.fd26-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 358px;
  background: linear-gradient(134deg,
    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.021);
  box-shadow: 0 16px 50px rgba(0,0,0,0.397);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 35px;
}
.fd26-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.fd26-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(93deg, rgba(0,0,0,0.567) 0%, rgba(0,0,0,0.227) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.fd26-frame {
  position: relative;
  z-index: 2;
  max-width: 583px;
  padding: 36px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.13);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.fd26-title {
  font-size: 29px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.456);
}
.fd26-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.416);
}
.fd26-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 976px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.363);
  transition: box-shadow .25s ease, filter .18s;
}
.fd26-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.155),
    0 10px 28px rgba(34,197,94,0.463);
}
@media (max-width: 768px) {
  .fd26-card {
    min-height: 336px;
    padding: 22px;
    justify-content: center;
  }
  .fd26-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.428) 0%, rgba(0,0,0,0.662) 100%);
  }
  .fd26-frame { padding: 24px 22px; max-width: 100%; }
  .fd26-title { font-size: 22px; }
  .fd26-amount { font-size: 14px; }
}

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

  .yf48-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 18px;
  }
  .yf48-card {
    border-radius: 12px;
    padding: 18px 19px 20px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    color: #fff;
  }
  .yf48-card-h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .yf48-card-p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.796);
    margin: 0;
  }

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

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

  .yf48-bullets {
    list-style: none; padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .yf48-bullet {
    display: flex; align-items: stretch; gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px -6px rgba(0,0,0,0.413);
  }
  .yf48-bullet-icon {
    flex: 0 0 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
  }
  .yf48-bullet-icon svg { width: 17px; height: 18px; }
  .yf48-bullet-text {
    flex: 1;
    padding: 10px 14px;
    background: #f5f7fa;
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: flex; align-items: center;
  }

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

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

  .yf48-cta-wrap { margin-top: 18px; }
  .yf48-cta {
    display: inline-block; padding: 12px 29px; border-radius: 978px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.098em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .yf48-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) {
    .yf48-cards { grid-template-columns: 1fr; }
    .yf48-bullets { grid-template-columns: 1fr; }
    .yf48-table th, .yf48-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .yf48-outer { padding: 22px 18px; border-radius: 14px; }
    .yf48-panel { padding: 18px 16px; border-radius: 12px; }
    .yf48-card { padding: 16px 16px 18px; }
  }

.ml75-wrap { max-width: 702px; margin: 0 auto; text-align: center; }
  .ml75-title { color: var(--c-text); margin: 0 0 22px; }
  .ml75-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; text-align: left; }
  .ml75-p:last-child { margin-bottom: 0; }

.kv60-root {
    background: linear-gradient(185deg, var(--c-bg), color-mix(in srgb, var(--c-accent) 4%, var(--c-bg)));
  }
  .kv60-inner { max-width: 1209px; margin: 0 auto; }
  .kv60-head  { margin: 0 0 18px; }
  /* Inherit from framework `h2` token. */
  .kv60-title { margin: 0 0 6px; }
  .kv60-sub   { margin: 0; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 657px; }

  /* Compact 2-row layout. 8 cols × 2 rows = 16 cells.
     Two 2×2 anchors left (cols 1-2) + right (cols 7-8) = 8 cells; 8 small
     fill the middle 4 cols over both rows = 8 cells. 16 total, 10 tiles. */
  .kv60-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 4 / 1;
    gap: 10px;
    grid-template-areas:
      "b1 b1 s1 s2 s3 s4 b2 b2"
      "b1 b1 s5 s6 s7 s8 b2 b2";
  }
  .kv60-grid > .pw-mb-pg-tile:nth-child(1)  { grid-area: b1; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(2)  { grid-area: b2; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(3)  { grid-area: s1; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(4)  { grid-area: s2; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(5)  { grid-area: s3; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(6)  { grid-area: s4; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(7)  { grid-area: s5; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(8)  { grid-area: s6; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(9)  { grid-area: s7; }
  .kv60-grid > .pw-mb-pg-tile:nth-child(10) { grid-area: s8; }

  /* Hover style: "Cinematic Scan + Vignette" — no zoom, no scale, no tilt.
     The tile lifts by 3 px; an accent-tinted horizontal glow band rises
     from below the tile up through the top edge (screen blend), while a
     dark inner vignette bleeds in from the corners — reads as "film-reel
     exposure". The image itself only gets a brightness/contrast nudge. */
  .pw-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.316s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.317s;
  }
  /* Resting inner rim + hover vignette live on the same ::after so we can
     animate both via one box-shadow transition. */
  .pw-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.046),
      inset 0 0 0 0 rgba(0,0,0,0);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.457s cubic-bezier(.16,.84,.3,1);
  }
  /* The scan: a horizontal accent band parked below the tile's bottom
     edge; on hover it rises all the way past the top. `mix-blend-mode:
     screen` keeps the underlying art visible — the band brightens whatever
     it passes over instead of blocking it. */
  .pw-mb-pg-tile::before {
    content: ''; position: absolute;
    left: -5%; right: -5%;
    height: 32%; bottom: -35%;
    background: linear-gradient(181deg,
      transparent,
      color-mix(in srgb, var(--c-accent) 65%, transparent),
      transparent);
    pointer-events: none; z-index: 1;
    mix-blend-mode: screen;
    transition: bottom 0.69s cubic-bezier(.16,.84,.3,1);
  }
  .pw-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: filter 0.329s;
  }
  .pw-mb-pg-tile:hover {
    transform: translateY(-3px);
    box-shadow:
      0 16px 32px rgba(0,0,0,0.529),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .pw-mb-pg-tile:hover::before { bottom: 100%; }
  .pw-mb-pg-tile:hover::after {
    box-shadow:
      inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 65%, transparent),
      inset 0 0 71px rgba(0,0,0,0.502);
  }
  .pw-mb-pg-tile:hover .pw-mb-pg-img { filter: brightness(1.1) contrast(1.08) saturate(1.1); }

  @media (max-width: 960px) {
    .kv60-grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(4, 1fr);
      aspect-ratio: 1 / 1;
      grid-template-areas:
        "b1 b1 s1 s2"
        "b1 b1 s3 s4"
        "s5 s6 b2 b2"
        "s7 s8 b2 b2";
    }
  }
  @media (max-width: 600px) {
    .kv60-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .kv60-grid > .pw-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; display: block; }
  }

.ls30-wrap { max-width: 1167px; margin: 0 auto; }
  .ls30-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .ls30-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--c-border), transparent); }
  .ls30-title { font-size: 0.781rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.179em; color: var(--c-text-muted); margin: 0; }
  .ls30-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
  .ls30-row .pw-mb-prov-tile { aspect-ratio: 4 / 3; background: color-mix(in oklab, var(--c-accent) 11%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 26%, var(--c-surface)); border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 5px; }
  .ls30-row .pw-mb-prov-img { max-width: 95%; max-height: 90%; object-fit: contain; }
  @media (max-width: 900px) { .ls30-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .ls30-row { grid-template-columns: repeat(3, 1fr); } }

.ag28-wrap { max-width: 801px; margin: 0 auto; }
  .ag28-eyebrow { font-size: 0.705rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.159em; margin-bottom: 10px; }
  .ag28-title { color: var(--c-text); margin: 0 0 20px; }
  .ag28-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ag28-p:last-child { margin-bottom: 0; }

.rm31-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 362px;
  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.081);
  box-shadow: 0 14px 44px rgba(0,0,0,0.399);
  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(182deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.117) 35%, rgba(0,0,0,0.71) 70%, rgba(0,0,0,0.904) 100%);
  z-index: 1;
}
.rm31-content {
  position: relative; z-index: 2;
  padding: 41px 44px;
  width: 100%;
}
.rm31-title {
  font-size: 30px;
  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.456);
}
.rm31-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.824);
  line-height: 1.55;
  margin: 0 0 23px;
  max-width: 624px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.459);
}
.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: 1015px;
  background: rgba(0,0,0,0.552);
  border: 1px solid rgba(255,255,255,0.209);
  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.031em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.rm31-cta:hover {
  background: rgba(0,0,0,0.697);
  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 23px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.rm31-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .rm31-card { min-height: 312px; }
  .rm31-content { padding: 27px 22px; }
  .rm31-title { font-size: 21px; }
  .rm31-cta { padding: 11px 16px; font-size: 12px; }
}

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

  .bx90-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .bx90-card {
    border-radius: 12px;
    padding: 22px 25px 24px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 35px -21px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .bx90-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .bx90-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.82); margin: 0; font-weight: 600; }

  .bx90-foot { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }

  @media (max-width: 768px) {
    .bx90-cards { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .bx90-outer { padding: 23px 18px; border-radius: 14px; }
    .bx90-card { padding: 18px 18px 20px; }
  }

.il53-wrap { max-width: 1009px; margin: 0 auto; display: grid; grid-template-columns: 1fr 266px; gap: 47px; align-items: start; }
  .il53-body { min-width: 0; }
  .il53-title { color: var(--c-text); margin: 0 0 23px; }
  .il53-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .il53-p:last-child { margin-bottom: 0; }
  .il53-aside { padding: 24px 22px; background: color-mix(in srgb, var(--c-accent) 8%, var(--c-surface)); border-left: 3px solid var(--c-accent); border-radius: 0 10px 10px 0; font-size: 16px; line-height: 1.55; color: var(--c-text); font-style: italic; }
  @media (max-width: 880px) { .il53-wrap { grid-template-columns: 1fr; gap: 28px; } }

.aj47-header { text-align: center; }
.aj47-title { margin-top: 8px; }
.aj47-lead { margin-top: 10px; max-width: 564px; margin-left: auto; margin-right: auto; }
.aj47-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; max-width: 876px; margin-left: auto; margin-right: auto; align-items: start; }
.aj47-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.aj47-item:hover { border-color: color-mix(in srgb, var(--c-accent) 35%, transparent); }
.aj47-item.pw-faq-open {
  border-color: color-mix(in srgb, var(--c-accent) 50%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--c-accent) 6%, transparent);
}
.aj47-q {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px; cursor: pointer; list-style: none; user-select: none;
}
.aj47-q::-webkit-details-marker { display: none; }
.aj47-qtext { flex: 1; font-size: 14px; font-weight: 600; color: var(--c-text); line-height: 1.4; }
.aj47-chevron {
  width: 20px; height: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted); transition: transform .25s;
}
.aj47-item.pw-faq-open .aj47-chevron { transform: rotate(182deg); color: var(--c-accent); }
.aj47-body {
  padding: 0 20px 17px; font-size: 13px; line-height: 1.7;
  color: var(--c-text-muted); border-top: 1px solid var(--c-border); padding-top: 14px;
}
.aj47-cta {
  margin-top: 28px; max-width: 919px; margin-left: auto; margin-right: auto;
  background: color-mix(in srgb, var(--c-accent) 5%, var(--c-surface));
  border: 1px solid color-mix(in srgb, var(--c-accent) 18%, transparent);
  border-radius: 12px; padding: 19px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.aj47-cta-text { font-size: 14px; font-weight: 600; color: var(--c-text); }
.aj47-cta-sub { font-size: 12px; color: var(--c-text-muted); margin-top: 2px; }
@media (max-width: 640px) { .aj47-grid { grid-template-columns: 1fr; } }

.xh15-header { text-align: center; margin-bottom: 2.437rem; }
  .xh15-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.468rem; }
  .xh15-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; }
  .xh15-win-banner { background: linear-gradient(92deg, #16a34a, #22c55e); padding: 0.511rem 1.274rem; display: flex; align-items: center; justify-content: space-between; }
  .xh15-win-badge { font-size: 0.686rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.079em; color: #fff; display: flex; align-items: center; gap: 5px; }
  .xh15-win-amount { font-size: 1.147rem; font-weight: 900; color: #fff; }
  .xh15-card-body { padding: 1.24rem; }
  .xh15-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.863rem; }
  .xh15-avatar { width: 45px; height: 44px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.819rem; color: var(--c-accent); }
  .xh15-name { font-weight: 700; font-size: 0.89rem; color: var(--c-text); line-height: 1.2; }
  .xh15-meta { font-size: 0.703rem; color: var(--c-text-muted); }
  .xh15-stars { color: #f59e0b; font-size: 0.951rem; margin-bottom: 0.624rem; }
  .xh15-game-tag { display: inline-flex; align-items: center; gap: 5px; background: color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)); border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent); border-radius: 6px; padding: 3px 10px; font-size: 0.68rem; font-weight: 700; color: var(--c-accent); margin-bottom: 0.738rem; }
  .xh15-text { font-size: 0.865rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.863rem; }
  .xh15-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.74rem; border-top: 1px solid var(--c-border); }
  .xh15-date { font-size: 0.688rem; color: var(--c-text-muted); }
  .xh15-checkmark { font-size: 0.706rem; color: #22c55e; font-weight: 600; }
  @media (max-width: 880px) { .xh15-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .xh15-grid { grid-template-columns: 1fr; } }
  .xh15-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }
  .xh15-s2 { background: linear-gradient(88deg,#7c3aed,#8b5cf6); }
  .xh15-s3 { background: linear-gradient(89deg,#0891b2,#06b6d4); }
  .xh15-s4 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .xh15-s5 { background: linear-gradient(90deg,#db2777,#ec4899); }
  .xh15-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .xh15-s7 { background: linear-gradient(89deg,#065f46,#10b981); }
  .xh15-s8 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .xh15-s9 { background: linear-gradient(92deg,#92400e,#f59e0b); }

/* ── 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 29px; }
  .ea38-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

  .ea38-divider {
    max-width: 276px; 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: 29px;
    margin: 20px 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.772rem;
    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.77rem;
    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: 11px !important;
  }
}
