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

.kt19-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 326px;
  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: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 49px rgba(0,0,0,0.395);
  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.83) 0%, rgba(0,0,0,0.454) 35%, rgba(0,0,0,0.027) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.kt19-content {
  position: relative;
  z-index: 2;
  padding: 43px 50px;
  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.509);
}
.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.543);
}
.kt19-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 1003px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.273);
  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.179),
    0 10px 28px rgba(34,197,94,0.492);
}
@media (max-width: 768px) {
  .kt19-card { min-height: 328px; }
  .kt19-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.36) 0%, rgba(0,0,0,0.872) 100%);
  }
  .kt19-content { padding: 28px 22px; max-width: 100%; }
  .kt19-title { font-size: 24px; }
  .kt19-amount { font-size: 15px; }
}

.lr73-wrap { max-width: 869px; 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: 27px 0; display: grid; gap: 10px; }
  .lr73-row {
    display: grid;
    grid-template-columns: 224px 1fr;
    gap: 22px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(135deg,
      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.081em;
  }
  .lr73-value {
    font-size: 15px;
    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: 12px; }
  }

.ym10-wrap { max-width: 958px; 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 25px; max-width: 704px; }
  .ym10-row { display: grid; grid-template-columns: 198px 1fr; gap: 39px; 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.856rem; 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: 1133px; margin: 0 auto; }
  .dy15-intro { max-width: 749px; 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 27px -12px color-mix(in srgb, var(--c-accent) 35%, transparent); border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border)); }
  .dy15-table { width: 100%; min-width: 724px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .dy15-table thead th { background: linear-gradient(135deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 55%, var(--c-grad-end)) 100%); color: var(--c-bg); text-align: left; padding: 16px 20px; font-size: 0.685rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; 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); }

.ob95-wrap { max-width: 988px; margin: 0 auto; }
  .ob95-title { color: var(--c-text); margin: 0 0 18px; }
  .ob95-intro { font-size: 17px; line-height: 1.75; color: var(--c-text); margin: 0 0 28px; max-width: 740px; }
  .ob95-cols { column-count: 2; column-gap: 47px; }
  .ob95-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .ob95-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .ob95-cols { column-count: 1; } }

.yf48-wrap { max-width: 954px; margin: 0 auto; }
  .yf48-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 45px -23px rgba(0,0,0,0.254);
  }
  .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 20px 20px;
    background: linear-gradient(136deg,
      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.763);
    margin: 0;
  }

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

  .yf48-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(132deg,
      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 53px -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.755); margin: 0 0 16px; }
  .yf48-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.783); 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.414);
  }
  .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: 14px; 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.121em;
    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: 990px;
    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;
  }
  .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: 23px 18px; border-radius: 14px; }
    .yf48-panel { padding: 18px 16px; border-radius: 12px; }
    .yf48-card { padding: 16px 16px 18px; }
  }

.gy23-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 373px;
  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.081);
  box-shadow: 0 18px 50px rgba(0,0,0,0.427);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.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.462) 0%, rgba(0,0,0,0.187) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gy23-glass {
  position: relative;
  z-index: 2;
  max-width: 520px;
  padding: 31px 31px;
  border-radius: 18px;
  background: rgba(15, 17, 23, 0.512);
  border: 1px solid rgba(255,255,255,0.098);
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.392);
}
.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.309);
}
.gy23-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.89);
  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.217);
  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.314);
  box-shadow:
    0 0 0 3px rgba(255,255,255,0.081),
    0 8px 22px rgba(255,255,255,0.132);
}
.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: 356px;
    padding: 25px;
    justify-content: center;
  }
  .gy23-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.344) 0%, rgba(0,0,0,0.707) 100%);
  }
  .gy23-glass { padding: 24px 22px; max-width: 100%; }
  .gy23-title { font-size: 22px; }
  .gy23-badge { padding: 8px 14px; min-height: 43px; }
  .gy23-badge-label-text { font-size: 14px; }
}

.pn52-wrap { max-width: 764px; margin: 0 auto; }
  .pn52-title { color: var(--c-text); margin: 0 0 20px; }
  .pn52-lead { font-size: 18px; line-height: 1.7; color: var(--c-text); font-weight: 500; margin: 0 0 19px; }
  .pn52-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .pn52-p:last-child { margin-bottom: 0; }

.ou16-wrap { max-width: 1072px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ou16-intro { max-width: 843px; }
  .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.685rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.158em; 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: 1022px; font-size: 14px; line-height: 1.45; }
  .ou16-pill-pro { background: color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)); color: var(--c-text); border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .ou16-pill-con { background: var(--c-surface); color: var(--c-text-muted); border: 1px dashed color-mix(in srgb, var(--c-text-muted) 30%, var(--c-border)); }
  .ou16-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .ou16-pill-pro svg { color: var(--c-accent); }
  .ou16-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .ou16-row { grid-template-columns: 1fr; gap: 23px; } }

.hk33-wrap { max-width: 626px; margin: 0 auto; }
  .hk33-title { color: var(--c-text); margin: 0 0 20px; }
  .hk33-p { font-size: 16px; line-height: 1.9; color: var(--c-text-muted); margin: 0 0 18px; }
  .hk33-p:last-child { margin-bottom: 0; }

.zi71-card {
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  min-height: 366px;
  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.048);
  box-shadow: 0 16px 51px rgba(0,0,0,0.422);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zi71-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.zi71-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(133deg, rgba(0,0,0,0.721) 0%, rgba(0,0,0,0.376) 50%, rgba(0,0,0,0.707) 100%);
  z-index: 1;
}
.zi71-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 27px;
  max-width: 730px;
}
.zi71-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.464);
}
.zi71-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.zi71-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.zi71-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.492);
}
.zi71-cta {
  display: inline-block;
  padding: 13px 39px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.306);
  transition: box-shadow .25s ease, filter .18s;
}
.zi71-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.245),
    0 10px 28px rgba(34,197,94,0.424);
}
@media (max-width: 768px) {
  .zi71-card { min-height: 333px; }
  .zi71-content { padding: 32px 18px; }
  .zi71-title { font-size: 23px; }
  .zi71-amount { font-size: 14px; }
  .zi71-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

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

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

  .ea38-divider {
    max-width: 274px; 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.92rem; 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.803rem;
    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.793rem;
    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;
  }
}
