@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.448); }
.db66-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.802);
  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; } }

.hu59-wrap { max-width: 1077px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .hu59-intro { max-width: 825px; }
  .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 31px; }
  .hu59-tag { display: inline-block; font-size: 0.667rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.136em; margin-bottom: 10px; }
  .hu59-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.042rem; 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; } }

.ce89-wrap { max-width: 967px; 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 45px -22px rgba(0,0,0,0.297);
  }
  .ce89-title { color: var(--c-text); margin: 0 0 12px; }
  .ce89-intro { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 19px; }

  .ce89-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 17px; counter-reset: vp04c; }
  .ce89-card {
    counter-increment: vp04c;
    position: relative;
    border-radius: 12px;
    padding: 18px 20px 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;
    overflow: hidden;
  }
  .ce89-card::before {
    content: counter(vp04c);
    position: absolute; top: 12px; right: 16px;
    font-size: 29px; 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.765); margin: 0; }

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

  .ce89-panel {
    border-radius: 14px; padding: 22px 24px 24px;
    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);
    box-shadow: 0 18px 51px -29px 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: 13px; line-height: 1.65; color: rgba(255,255,255,0.823); margin: 0 0 16px; }
  .ce89-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.766); 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(45deg);
    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.951); 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: 14px; 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.119em; 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: 1012px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.097em;
    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 29px -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: 23px 18px; border-radius: 14px; }
    .ce89-panel { padding: 18px 16px; border-radius: 12px; }
  }

.sx14-wrap { max-width: 962px; margin: 0 auto; }
  .sx14-title { color: var(--c-text); margin: 0 0 21px; }
  .sx14-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .sx14-panel {
    position: relative;
    margin: 27px 0;
    border-radius: 18px;
    background:
      linear-gradient(178deg,
        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 -27px 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(89deg,
      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: 14px;
    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(136deg,
      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(89deg,
      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: 13px; }
    .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; }
  }

.gz80-wrap { max-width: 645px; margin: 0 auto; }
  .gz80-title { color: var(--c-text); margin: 0 0 20px; }
  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; }
  .gz80-ol li { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); padding-left: 4px; }

.vf17-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 383px;
  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: 1px solid rgba(255,255,255,0.128);
  box-shadow: 0 14px 44px rgba(0,0,0,0.392);
  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(179deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.176) 35%, rgba(0,0,0,0.823) 75%, rgba(0,0,0,0.927) 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: 730px; }
.vf17-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 970px;
  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.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.vf17-title {
  font-size: 29px;
  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.509);
}
.vf17-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.824);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.392);
}
.vf17-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 1006px;
  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.302);
  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: 334px; }
  .vf17-content {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .vf17-title { font-size: 22px; }
}

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

.pa69-wrap { max-width: 1070px; margin: 0 auto; display: flex; flex-direction: column; gap: 21px; }
  .pa69-intro { max-width: 839px; }
  .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 30px; }
  .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.665rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.141em; 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; } }

.im82-wrap { max-width: 1125px; margin: 0 auto; }
  .im82-intro { max-width: 739px; 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: 765px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .im82-table thead th { background: linear-gradient(131deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 21px; font-size: 0.682rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.123em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .im82-table thead th.im82-best { background: linear-gradient(133deg, 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.596rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.142em; margin-bottom: 8px; }
  .im82-best-title { display: block; }
  .im82-table tbody td { padding: 16px 20px; font-size: 15px; 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; }

.dx74-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 339px;
  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.043);
  box-shadow: 0 18px 49px rgba(0,0,0,0.408);
  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(181deg, rgba(0,0,0,0.428) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}
.dx74-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 50px 28px;
  max-width: 726px;
}
.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.543);
  letter-spacing: -0.01em;
}
.dx74-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.914);
  line-height: 1.55;
  margin: 0 0 29px;
  max-width: 544px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.388);
}
.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: 1023px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.114);
  box-shadow: 0 4px 14px rgba(0,0,0,0.131);
  transition: box-shadow .25s ease;
}
.dx74-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.105),
    0 8px 22px rgba(255,255,255,0.265),
    0 4px 14px rgba(0,0,0,0.232);
}
.dx74-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .dx74-card { min-height: 277px; }
  .dx74-content { padding: 36px 20px; }
  .dx74-title { font-size: 24px; }
  .dx74-cta { padding: 11px 18px; font-size: 12px; }
}

.oe84-wrap { max-width: 1015px; 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: 25px 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; } }

.oy65-header { text-align: center; }
.oy65-title { margin-top: 8px; }
.oy65-lead { margin-top: 10px; max-width: 545px; margin-left: auto; margin-right: auto; }
.oy65-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 883px; 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-plus {
  width: 18px; height: 18px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted); font-size: 16px; font-weight: 300;
  transition: transform .2s, color .2s;
}
.oy65-item.pp-faq-open .oy65-plus { transform: rotate(44deg); 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: 27px; max-width: 926px; 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; } }

.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.508rem 1.217rem; 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.802rem; text-decoration: none; padding: 0.255rem 0.73rem; border-right: 1px solid var(--c-border); transition: color 0.206s; 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: 50px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.485rem; 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 21px; flex-wrap: wrap;
}
.ft12_legal { color: var(--c-text-muted); font-size: 0.731rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.513rem 0.746rem; }
  .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: 11px !important;
  }
}


/* ─── rk18: numbered steps component ─── */
.rk18-wrap { max-width: 926px; margin: 0 auto; }
  .rk18-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 43px -22px rgba(0,0,0,0.252);
  }
  .rk18-title { color: var(--c-text); margin: 0 0 14px; }
  .rk18-intro { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }
  .rk18-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; counter-reset: rk18-step; }
  .rk18-step { counter-increment: rk18-step; display: flex; align-items: center; gap: 14px; padding: 0; }
  .rk18-step::before {
    content: counter(rk18-step);
    flex: 0 0 auto; width: 51px; height: 49px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: transparent; border: 2px solid var(--c-accent);
    color: var(--c-accent); font-size: 16px; font-weight: 800; letter-spacing: -0.021em;
  }
  .rk18-step-text {
    flex: 1; padding: 12px 18px; border-radius: 10px;
    background: rgba(255,255,255,0.047); border: 1px solid rgba(255,255,255,0.054);
    color: rgba(255,255,255,0.932); font-size: 13px; line-height: 1.5; font-weight: 600;
  }
  .rk18-cta-wrap { margin-top: 24px; }
  .rk18-cta {
    display: inline-block; padding: 12px 30px; border-radius: 999px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.101em;
  }
  @media (max-width: 640px) {
    .rk18-outer { padding: 22px 18px; border-radius: 14px; }
    .rk18-step { gap: 10px; }
    .rk18-step::before { width: 41px; height: 42px; font-size: 14px; }
    .rk18-step-text { padding: 10px 14px; font-size: 13px; }
  }
