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


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

.zk40-logo-area { display: flex; align-items: center; gap: 10px; }
  .zk40-player-count {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.765rem;
    color: var(--c-text-muted);
    white-space: nowrap;
  }
  @media (max-width: 768px) {
    .zk40-nav { display: none; }
    .zk40-player-count { display: none; }
    .zk40-menu-btn { display: flex !important; }
    .zk40-cta-desktop { display: none; }
  }
  .zk40-menu-btn { display: none; }
  .zk40-sroot { position: sticky; top: 0; z-index: 100; }
  .zk40-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .zk40-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .zk40-mbtn-full { width: 100%; justify-content: center; }

.db66-hero {
  position: relative;
  min-height: 493px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.db66-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(182deg,
    rgb(0 0 0 / calc(.5 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.62 + var(--hi-offset, 0))) 100%);
}
.db66-content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 670px;
  padding: 41px 24px;
}
.db66-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.394); }
.db66-sub { font-size: 17px; color: rgba(255,255,255,0.837); line-height: 1.6; margin: 0 0 27px; }
.db66-cta {
  display: inline-block;
  padding: 14px 36px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
}
.db66-cta:hover {
  filter: brightness(1.06);
  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: 600px) { .db66-hero { min-height: 379px; } }

.vf17-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 385px;
  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.031);
  box-shadow: 0 14px 45px rgba(0,0,0,0.409);
  display: flex;
  align-items: flex-end;
}
.vf17-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vf17-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(184deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.144) 35%, rgba(0,0,0,0.77) 75%, rgba(0,0,0,0.967) 100%);
  z-index: 1;
}
.vf17-content {
  position: relative; z-index: 2;
  padding: 35px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 27px;
  flex-wrap: wrap;
}
.vf17-text { max-width: 706px; }
.vf17-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 983px;
  background: color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent);
  color: var(--c-accent, #f59e0b);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.122em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.vf17-title {
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.547);
}
.vf17-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.862);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.37);
}
.vf17-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 1018px;
  background: var(--c-accent, #22c55e);
  color: var(--c-bg, var(--c-bg));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.283);
  transition: box-shadow .25s ease, filter .18s;
}
.vf17-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 27px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.vf17-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .vf17-card { min-height: 331px; }
  .vf17-content {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .vf17-title { font-size: 22px; }
}

.sx14-wrap { max-width: 963px; margin: 0 auto; }
  .sx14-title { color: var(--c-text); margin: 0 0 22px; }
  .sx14-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .sx14-panel {
    position: relative;
    margin: 29px 0;
    border-radius: 18px;
    background:
      linear-gradient(175deg,
        color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)) 0%,
        var(--c-surface) 50%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 28%, var(--c-border));
    box-shadow:
      0 22px 60px -28px color-mix(in srgb, var(--c-accent) 70%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 10%, transparent);
    overflow: hidden;
  }
  .sx14-panel::before {
    content: '';
    position: absolute;
    inset: 0 0 auto 0;
    height: 2px;
    background: linear-gradient(90deg,
      transparent 0%,
      var(--c-accent) 50%,
      transparent 100%);
    opacity: 0.6;
    pointer-events: none;
  }
  .sx14-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .sx14-spec th, .sx14-spec td {
    padding: 16px 24px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .sx14-spec thead th {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--c-text);
    padding-top: 16px;
    padding-bottom: 16px;
    background: linear-gradient(132deg,
      color-mix(in srgb, var(--c-accent) 22%, transparent) 0%,
      color-mix(in srgb, var(--c-accent) 8%, transparent) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, var(--c-border));
  }
  .sx14-spec thead th:first-child {
    color: var(--c-accent);
  }
  .sx14-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
    border-left: 3px solid transparent;
    padding-left: 21px;
    transition: border-left-color .25s ease, color .25s ease;
  }
  .sx14-spec tbody td { color: var(--c-text-muted); }
  .sx14-spec tbody tr {
    border-bottom: 1px solid var(--c-border);
    transition: background-color .25s ease;
  }
  .sx14-spec tbody tr:last-child { border-bottom: none; }
  .sx14-spec tbody tr:hover {
    background: linear-gradient(88deg,
      color-mix(in srgb, var(--c-accent) 8%, transparent) 0%,
      color-mix(in srgb, var(--c-accent) 2%, transparent) 100%);
  }
  .sx14-spec tbody tr:hover th {
    border-left-color: var(--c-accent);
    color: var(--c-accent);
  }
  @media (max-width: 640px) {
    .sx14-spec th, .sx14-spec td { padding: 12px 16px; font-size: 14px; }
    .sx14-panel { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .sx14-spec { table-layout: auto; min-width: 500px; }
    .sx14-spec tbody th { padding-left: 13px; width: auto; }
  }

.hu59-wrap { max-width: 1105px; margin: 0 auto; display: flex; flex-direction: column; gap: 21px; }
  .hu59-intro { max-width: 844px; }
  .hu59-title { color: var(--c-text); margin: 0 0 14px; }
  .hu59-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .hu59-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
  .hu59-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; }
  .hu59-tag { display: inline-block; font-size: 0.643rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.142em; margin-bottom: 10px; }
  .hu59-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.055rem; font-weight: 700; }
  .hu59-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .hu59-row { grid-template-columns: 1fr; } }

.im82-wrap { max-width: 1110px; margin: 0 auto; }
  .im82-intro { max-width: 759px; margin-bottom: 22px; }
  .im82-title { color: var(--c-text); margin: 0 0 12px; }
  .im82-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .im82-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .im82-table { width: 100%; min-width: 758px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .im82-table thead th { background: linear-gradient(133deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 19px; font-size: 0.683rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.122em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .im82-table thead th.im82-best { background: linear-gradient(138deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .im82-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.577rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.136em; margin-bottom: 8px; }
  .im82-best-title { display: block; }
  .im82-table tbody td { padding: 16px 20px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .im82-table tbody td.im82-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .im82-table tbody tr:last-child td { border-bottom: none; }
  .im82-table tbody tr:last-child td.im82-best-cell { border-bottom: 2px solid var(--c-accent); }
  .im82-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .im82-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .im82-best-cell .im82-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

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

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

  .ce89-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; counter-reset: vp04c; }
  .ce89-card {
    counter-increment: vp04c;
    position: relative;
    border-radius: 12px;
    padding: 17px 20px 20px;
    background: linear-gradient(134deg,
      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;
    overflow: hidden;
  }
  .ce89-card::before {
    content: counter(vp04c);
    position: absolute; top: 12px; right: 16px;
    font-size: 28px; font-weight: 900; line-height: 1;
    color: color-mix(in srgb, var(--c-accent) 70%, transparent);
    letter-spacing: -0.02em;
  }
  .ce89-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; padding-right: 36px; }
  .ce89-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.747); margin: 0; }

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

  .ce89-panel {
    border-radius: 14px; padding: 22px 23px 24px;
    background: linear-gradient(133deg,
      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;
  }
  .ce89-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ce89-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.788); margin: 0 0 16px; }
  .ce89-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.778); margin: 16px 0 0; }

  .ce89-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
  .ce89-bullet { display: flex; align-items: center; gap: 12px; }
  .ce89-bullet-icon {
    flex: 0 0 14px; width: 14px; height: 14px;
    background: var(--c-accent);
    transform: rotate(44deg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .ce89-bullet-text { flex: 1; color: rgba(255,255,255,0.92); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

  .ce89-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;
  }
  .ce89-table th, .ce89-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .ce89-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.117em; 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);
  }
  .ce89-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .ce89-table tbody tr:last-child td { border-bottom: none; }
  .ce89-table tbody td:first-child {
    color: var(--c-text); font-weight: 600;
    border-left: 3px solid transparent;
    padding-left: 17px;
    transition: border-left-color .25s ease;
  }
  .ce89-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 6%, transparent); }
  .ce89-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

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

.dx74-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 334px;
  background: linear-gradient(139deg,
    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.078);
  box-shadow: 0 18px 51px rgba(0,0,0,0.469);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dx74-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.dx74-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(176deg, rgba(0,0,0,0.433) 0%, rgba(0,0,0,0.712) 100%);
  z-index: 1;
}
.dx74-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 51px 28px;
  max-width: 713px;
}
.dx74-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.537);
  letter-spacing: -0.01em;
}
.dx74-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.895);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 539px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.429);
}
.dx74-cta-row {
  display: flex; gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Variant 01 signature: clean white pills (full radius) with soft white halo on hover */
.dx74-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 991px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.035);
  box-shadow: 0 4px 14px rgba(0,0,0,0.168);
  transition: box-shadow .25s ease;
}
.dx74-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.158),
    0 8px 21px rgba(255,255,255,0.184),
    0 4px 14px rgba(0,0,0,0.195);
}
.dx74-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .dx74-card { min-height: 282px; }
  .dx74-content { padding: 37px 20px; }
  .dx74-title { font-size: 25px; }
  .dx74-cta { padding: 11px 18px; font-size: 12px; }
}

.oe84-wrap { max-width: 1017px; margin: 0 auto; display: grid; grid-template-columns: 1fr 267px; gap: 47px; align-items: start; }
  .oe84-body { min-width: 0; }
  .oe84-title { color: var(--c-text); margin: 0 0 22px; }
  .oe84-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .oe84-p:last-child { margin-bottom: 0; }
  .oe84-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) { .oe84-wrap { grid-template-columns: 1fr; gap: 28px; } }

.pa69-wrap { max-width: 1085px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .pa69-intro { max-width: 816px; }
  .pa69-title { color: var(--c-text); margin: 0 0 14px; }
  .pa69-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .pa69-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .pa69-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 31px; }
  .pa69-col-pros { border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border)); }
  .pa69-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.684rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; padding: 6px 12px; border-radius: 6px; margin: 0 0 18px; }
  .pa69-label-cons { background: color-mix(in srgb, var(--c-text-muted) 14%, transparent); color: var(--c-text); }
  .pa69-label-pros { background: color-mix(in srgb, var(--c-accent) 16%, transparent); color: var(--c-accent); }
  .pa69-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .pa69-item { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); }
  .pa69-ico { flex-shrink: 0; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-top: 1px; }
  .pa69-ico-pro { background: var(--c-accent); color: var(--c-bg); }
  .pa69-ico-con { background: color-mix(in srgb, var(--c-text-muted) 28%, transparent); color: var(--c-text-muted); }
  .pa69-ico svg { width: 12px; height: 12px; }
  @media (max-width: 768px) { .pa69-row { grid-template-columns: 1fr; } }

.dw72-wrap { max-width: 1105px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .dw72-intro { max-width: 839px; }
  .dw72-title { color: var(--c-text); margin: 0 0 14px; }
  .dw72-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .dw72-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .dw72-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 29px; position: relative; }
  .dw72-card::before { content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 2px; background: var(--c-accent); border-radius: 0 0 2px 2px; opacity: 0.7; }
  .dw72-eyebrow { font-size: 0.664rem; color: var(--c-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.144em; margin-bottom: 8px; }
  .dw72-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.099rem; font-weight: 700; }
  .dw72-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .dw72-p:last-child { margin-bottom: 0; }
  .dw72-take { margin: 14px 0 0; padding: 16px 18px; background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-radius: 10px; }
  .dw72-take-label { font-size: 0.673rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.123em; margin-bottom: 6px; }
  .dw72-take-text { font-size: 14px; line-height: 1.7; color: var(--c-text); margin: 0; }
  .dw72-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 29px 35px; }
  .dw72-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.117rem; font-weight: 700; }
  .dw72-bp { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 18px; max-width: 757px; }
  .dw72-bcols { column-count: 2; column-gap: 45px; }
  .dw72-bcol-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .dw72-bcol-p:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .dw72-row { grid-template-columns: 1fr; } .dw72-bcols { column-count: 1; } }

.jf50-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 361px;
  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.022);
  box-shadow: 0 16px 51px rgba(0,0,0,0.373);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 36px;
}
.jf50-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.jf50-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1;
}
.jf50-frame {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 40px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.198);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.jf50-title {
  font-size: 31px;
  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.452);
}
.jf50-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.367);
}
.jf50-cta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 992px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 21px rgba(34,197,94,0.379);
  transition: box-shadow .25s ease, filter .18s;
}
.jf50-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.191),
    0 10px 29px rgba(34,197,94,0.41);
}
@media (max-width: 768px) {
  .jf50-card {
    min-height: 330px;
    padding: 22px;
    justify-content: center;
  }
  .jf50-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.401) 0%, rgba(0,0,0,0.731) 100%);
  }
  .jf50-frame { padding: 24px 23px; max-width: 100%; }
  .jf50-title { font-size: 22px; }
  .jf50-amount { font-size: 14px; }
}

.ft12_footer { background: var(--c-primary); border-top: 1px solid var(--c-border); }
/* Top row — single "command bar": [logo] [nav+extra links] [payments] [18+].
   Payments migrated up from the bottom row so the entire actionable
   surface (links + payments + compliance badge) lives on one line; the
   bottom row shrinks to pure copyright + "play responsibly" text.
   `margin-left: auto` on the payments block pushes it (and the 18+
   badge right after it) to the right edge while the nav grows to fill
   whatever gap is left between logo and that group. */
.ft12_top { display: flex; align-items: center; gap: 0.488rem 1.232rem; padding: 14px 0; flex-wrap: wrap; }

/* Nav — primary multipage links followed by legal/extra links, both
   inline with pipe separators. `:empty` collapses the whole row on
   landing sites without any of those placeholders producing links. */
.ft12_nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
.ft12_nav:empty { display: none; }
.ft12_nav a { color: var(--c-text-muted); font-size: 0.764rem; text-decoration: none; padding: 0.252rem 0.731rem; border-right: 1px solid var(--c-border); transition: color 0.202s; white-space: nowrap; }
.ft12_nav a:first-child { padding-left: 0; }
.ft12_nav a:last-child { border-right: none; }
.ft12_nav a:hover { color: var(--c-accent); }

/* Payments inline with the nav row — smaller than default so they read
   as a compliance strip rather than a marketing showcase. Scoped
   override of .pp-pay-logo: height trimmed from 22→16 px, padding
   squeezed so ten pill badges still fit next to a full nav bar. */
.ft12_pay { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-left: auto; }
.ft12_pay:empty { display: none; }
.ft12_pay .pp-pay-logo {
  height: 20px;
  max-width: 51px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.513rem; align-items: center; flex-shrink: 0; }

/* Bottom row — now just a thin compliance line (copyright +
   "play responsibly"). Centre-aligned for balance regardless of how
   wide the text happens to be after brand substitution. */
.ft12_bottom {
  border-top: 1px solid var(--c-border);
  padding: 10px 0;
  display: flex; align-items: center; justify-content: center;
  gap: 6px 20px; flex-wrap: wrap;
}
.ft12_legal { color: var(--c-text-muted); font-size: 0.716rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.502rem 0.77rem; }
  .ft12_pay { margin-left: 0; width: 100%; justify-content: flex-start; }
  .ft12_badge_row { margin-left: auto; }
}
@media (max-width: 600px) {
  .ft12_top { flex-direction: column; align-items: flex-start; }
  .ft12_pay { justify-content: flex-start; }
  .ft12_badge_row { margin-left: 0; }
  .ft12_nav { flex: 1 1 100%; }
}

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .pp-btn,
  body [class*="actions-desktop"] .pp-btn,
  body [class*="btns-desktop"] .pp-btn,
  body [class*="cta-wrap"] .pp-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;
  }
}


/* ─── gz80: text block component ─── */
.gz80-wrap { max-width: 660px; margin: 0 auto; }
  .gz80-title { color: var(--c-text); margin: 0 0 18px; }
  h3.gz80-title { margin-top: 32px; margin-bottom: 14px; }
  .gz80-p { font-size: 16px; line-height: 1.9; color: var(--c-text-muted); margin: 0 0 18px; }
  .gz80-p:last-child { margin-bottom: 0; }
  .gz80-list {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .gz80-list li {
    font-size: 15px;
    line-height: 1.75;
    color: var(--c-text-muted);
    padding-left: 4px;
  }
  .gz80-ol {
    list-style: none;
    padding: 0;
    margin: 0 0 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: gz80-counter;
  }
  .gz80-ol li {
    font-size: 15px;
    line-height: 1.75;
    color: var(--c-text-muted);
    padding-left: 4px;
  }


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