@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.35); }
.ll23-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.704);
  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; } }

.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: 718px; }
  .ym10-row { display: grid; grid-template-columns: 203px 1fr; gap: 41px; padding: 22px 0; border-top: 1px solid var(--c-border); }
  .ym10-row:last-child { border-bottom: 1px solid var(--c-border); }
  .ym10-sh3 { color: var(--c-accent); margin: 0; font-size: 0.892rem; text-transform: uppercase; letter-spacing: 0.06em; 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; } }

.yf48-wrap { max-width: 961px; margin: 0 auto; }
  .yf48-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 27px 30px 29px;
    box-shadow: 0 16px 43px -22px rgba(0,0,0,0.277);
  }
  .yf48-title { color: var(--c-text); margin: 0 0 12px; }
  .yf48-intro { font-size: 15px; 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: 19px 20px 21px;
    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);
    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.789);
    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(131deg,
      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 -27px 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: 13px; line-height: 1.65; color: rgba(255,255,255,0.823); margin: 0 0 16px; }
  .yf48-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.733); 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.379);
  }
  .yf48-bullet-icon {
    flex: 0 0 45px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
  }
  .yf48-bullet-icon svg { width: 18px; 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.123em;
    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: 17px; }
  .yf48-cta {
    display: inline-block; padding: 12px 29px; border-radius: 972px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.1em;
    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 27px -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: 23px 18px; border-radius: 14px; }
    .yf48-panel { padding: 18px 16px; border-radius: 12px; }
    .yf48-card { padding: 16px 16px 18px; }
  }

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

.kt19-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 321px;
  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: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 51px rgba(0,0,0,0.462);
  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(88deg, rgba(0,0,0,0.74) 0%, rgba(0,0,0,0.522) 35%, rgba(0,0,0,0.004) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.kt19-content {
  position: relative;
  z-index: 2;
  padding: 44px 51px;
  max-width: 616px;
}
.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.483);
}
.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.475);
}
.kt19-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 987px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.323);
  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.214),
    0 10px 28px rgba(34,197,94,0.461);
}
@media (max-width: 768px) {
  .kt19-card { min-height: 312px; }
  .kt19-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.377) 0%, rgba(0,0,0,0.812) 100%);
  }
  .kt19-content { padding: 27px 22px; max-width: 100%; }
  .kt19-title { font-size: 25px; }
  .kt19-amount { font-size: 15px; }
}

.od86-wrap { max-width: 818px; margin: 0 auto; }
  .od86-title { color: var(--c-text); margin: 0 0 20px; }
  .od86-panel { background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 29px 31px; }
  .od86-p { font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .od86-p:last-child { margin-bottom: 0; }

.ou16-wrap { max-width: 1094px; margin: 0 auto; display: flex; flex-direction: column; gap: 23px; }
  .ou16-intro { max-width: 829px; }
  .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: 37px; }
  .ou16-col-h { font-size: 0.702rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.164em; 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: 989px; 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; } }

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

.gy23-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 378px;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.107);
  box-shadow: 0 18px 50px rgba(0,0,0,0.412);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 37px;
}
.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.478) 0%, rgba(0,0,0,0.142) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gy23-glass {
  position: relative;
  z-index: 2;
  max-width: 533px;
  padding: 32px 33px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.509);
  border: 1px solid rgba(255,255,255,0.15);
  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: 30px;
  font-weight: 900;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 12px;
  letter-spacing: -0.01em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.344);
}
.gy23-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.841);
  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 19px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,0.172);
  transition: border-color .2s ease, box-shadow .25s ease;
  min-height: 51px;
  box-sizing: border-box;
}
.gy23-badge:hover {
  border-color: rgba(255,255,255,0.314);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.107),
    0 8px 22px rgba(255,255,255,0.108);
}
.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.059em;
  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: 368px;
    padding: 24px;
    justify-content: center;
  }
  .gy23-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.322) 0%, rgba(0,0,0,0.721) 100%);
  }
  .gy23-glass { padding: 24px 21px; max-width: 100%; }
  .gy23-title { font-size: 22px; }
  .gy23-badge { padding: 8px 14px; min-height: 45px; }
  .gy23-badge-label-text { font-size: 14px; }
}

.ke12-wrap { max-width: 733px; margin: 0 auto; }
  .ke12-title { color: var(--c-text); margin: 0 0 22px; }
  .ke12-first { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ke12-first::first-letter { initial-letter: 2; -webkit-initial-letter: 2; font-size: 3.342rem; font-weight: 800; color: var(--c-accent); float: left; line-height: 0.9; padding: 6px 12px 0 0; margin-top: 4px; }
  .ke12-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ke12-p:last-child { margin-bottom: 0; }

.aj47-header { text-align: center; }
.aj47-title { margin-top: 8px; }
.aj47-lead { margin-top: 10px; max-width: 568px; margin-left: auto; margin-right: auto; }
.aj47-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 881px; 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(176deg); color: var(--c-accent); }
.aj47-body {
  padding: 0 20px 18px; 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: 29px; max-width: 906px; 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: 20px 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; } }

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

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

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

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

  /* Primary nav — same visual weight as the header's top-level links. */
  .ea38-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 30px;
    margin: 20px auto 0;
  }
  .ea38-nav-primary:empty { display: none; }
  .ea38-nav-primary a {
    font-size: 0.896rem; 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.798rem;
    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: 17px;
  }
  .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.795rem;
    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;
  }
}
