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


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

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

.op82-hero {
  position: relative;
  min-height: 477px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.op82-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(88deg,
    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%);
}
.op82-content {
  position: relative; z-index: 1;
  max-width: 532px;
  padding: 39px 0;
}
.op82-title { color: #fff; margin: 0 0 22px; text-shadow: 0 2px 10px rgba(0,0,0,0.385); }
.op82-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.op82-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.93);
  font-weight: 500;
}
.op82-check {
  width: 22px; height: 21px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
.op82-cta {
  display: inline-block;
  padding: 13px 34px;
  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;
}
.op82-cta:hover {
  filter: brightness(1.06);
  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) {
  .op82-overlay { background: rgba(0,0,0,0.683); }
}

.np32-hero {
    background: linear-gradient(161deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 6%, var(--c-bg)) 50%, var(--c-bg) 100%);
    position: relative;
    overflow: hidden;
  }
  .np32-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    background-image: url("data:image/svg+xml,%3Csvg width='48' height='48' viewBox='0 0 48 48' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 4C24 4 30 14 30 22c0 4.42-2.69 8-6 8.187s-6-3.58-6-8C18 14 24 4 24 4z' fill='none' stroke='%23ffffff' stroke-width='0.8'/%3E%3Ccircle cx='24' cy='38' r='3' fill='none' stroke='%23ffffff' stroke-width='0.8'/%3E%3C/svg%3E");
    background-size: 47px 48px;
    pointer-events: none;
  }
  .np32-grid {
    display: grid;
    grid-template-columns: 1fr 366px;
    gap: 57px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .np32-left { position: relative; z-index: 1; }
  .np32-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 7px 16px;
    border-radius: 41px;
    background: color-mix(in srgb, var(--c-accent) 10%, var(--c-surface));
    border: 1px solid color-mix(in srgb, #22c55e 25%, transparent);
    font-size: 12px;
    font-weight: 800;
    color: #22c55e;
    letter-spacing: 0.098em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .np32-heading { margin-bottom: 16px; }
  .np32-lead { max-width: 470px; margin-bottom: 23px; }
  .np32-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 33px;
  }
  .np32-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 10px;
  }
  .np32-benefit-icon { font-size: 18px; flex-shrink: 0; }
  .np32-benefit-title { font-size: 12px; font-weight: 800; color: var(--c-text); margin-bottom: 1px; }
  .np32-benefit-desc { font-size: 11px; color: var(--c-text-muted); }
  .np32-btns { display: flex; gap: 14px; flex-wrap: wrap; }
  .np32-right { position: relative; z-index: 1; }
  .np32-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 15px rgba(255,255,255,0.162), 0 0 3px rgba(255,255,255,0.121);
    overflow: hidden;
  }
  .np32-card-header {
    padding: 18px 22px;
    background: color-mix(in srgb, #22c55e 6%, var(--c-surface));
    border-bottom: 1px solid var(--c-border);
  }
  .np32-card-title {
    font-size: 14px;
    font-weight: 800;
    color: var(--c-text);
  }
  .np32-card-sub {
    font-size: 11px;
    color: var(--c-text-muted);
    margin-top: 2px;
  }
  .np32-card-body { padding: 20px 21px; }
  .np32-tools {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 18px;
  }
  .np32-tool {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--c-border);
    background: color-mix(in srgb, var(--c-bg) 40%, var(--c-surface));
  }
  .np32-tool-icon {
    width: 37px;
    height: 37px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-accent) 10%, var(--c-surface));
    border: 1px solid color-mix(in srgb, var(--c-accent) 20%, transparent);
    color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
  }
  .np32-tool-info { flex: 1; min-width: 0; }
  .np32-tool-name {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-text);
  }
  .np32-tool-desc {
    font-size: 11px;
    color: var(--c-text-muted);
    margin-top: 1px;
  }
  .np32-card-footer {
    padding: 16px 22px;
    border-top: 1px solid var(--c-border);
  }
  @media (max-width: 880px) {
    .np32-grid { grid-template-columns: 1fr; }
    .np32-right { display: none; }
    .np32-benefits { grid-template-columns: 1fr; }
  }
  .np32-s1 { width: 100%; justify-content: center; }

.od99-wrap { max-width: 961px; margin: 0 auto; }
  .od99-title { color: var(--c-text); margin: 0 0 22px; }
  .od99-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .od99-spec-frame {
    margin: 29px 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow: 0 16px 44px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .od99-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .od99-spec th, .od99-spec td {
    padding: 14px 22px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .od99-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.118em;
    color: var(--c-bg);
    background: linear-gradient(136deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 65%, var(--c-grad-end)) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .od99-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .od99-spec tbody td { color: var(--c-text-muted); }
  .od99-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .od99-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .od99-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .od99-spec th, .od99-spec td { padding: 12px 14px; font-size: 14px; }
    .od99-spec tbody th { width: 42%; }
  }

.ir92-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 326px;
  background: linear-gradient(137deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.454);
  display: flex;
  align-items: center;
}
.ir92-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ir92-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.82) 0%, rgba(0,0,0,0.529) 35%, rgba(0,0,0,0.019) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ir92-content {
  position: relative;
  z-index: 2;
  padding: 44px 49px;
  max-width: 608px;
}
.ir92-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.521);
}
.ir92-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 25px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.55);
}
.ir92-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 1016px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.365);
  transition: box-shadow .25s ease, filter .18s;
}
.ir92-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.238),
    0 10px 28px rgba(34,197,94,0.445);
}
@media (max-width: 768px) {
  .ir92-card { min-height: 326px; }
  .ir92-overlay {
    background: linear-gradient(182deg, rgba(0,0,0,0.436) 0%, rgba(0,0,0,0.857) 100%);
  }
  .ir92-content { padding: 28px 22px; max-width: 100%; }
  .ir92-title { font-size: 23px; }
  .ir92-amount { font-size: 15px; }
}

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

.vh28-wrap { max-width: 1103px; margin: 0 auto; }
  .vh28-intro { max-width: 740px; margin-bottom: 22px; }
  .vh28-title { color: var(--c-text); margin: 0 0 12px; }
  .vh28-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .vh28-section { margin-top: 33px; }
  .vh28-section:first-of-type { margin-top: 27px; }
  .vh28-h3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.103rem; font-weight: 800; }
  .vh28-sub { font-size: 14px; color: var(--c-text-muted); margin: 0 0 14px; line-height: 1.6; }
  .vh28-scroll { overflow-x: auto; border-radius: 12px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); }
  .vh28-table { width: 100%; min-width: 686px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .vh28-table thead th { background: linear-gradient(91deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 70%, var(--c-grad-end))); color: var(--c-bg); text-align: left; padding: 14px 18px; font-size: 0.674rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.13em; }
  .vh28-table tbody td { padding: 14px 18px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .vh28-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-accent) 3%, transparent); }
  .vh28-table tbody tr:last-child td { border-bottom: none; }
  .vh28-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .vh28-table tbody td.vh28-pos { color: var(--c-accent); font-weight: 700; }

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

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

  .vo16-panel {
    border-radius: 16px;
    padding: 25px 25px 28px;
    margin-bottom: 18px;
    background: linear-gradient(135deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 53px -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .vo16-panel:last-of-type { margin-bottom: 0; }

  .vo16-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; letter-spacing: -0.005em; }
  .vo16-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.759); margin: 0 0 23px; }
  .vo16-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.76); margin: 22px 0 0; }

  .vo16-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; counter-reset: vo16-step; }
  .vo16-step {
    counter-increment: vo16-step;
    display: flex; align-items: stretch; gap: 12px;
    padding: 0;
  }
  .vo16-step::before {
    content: 'Step ' counter(vo16-step);
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 989px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 11px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.101em;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px -2px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .vo16-step-text {
    flex: 1;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,0.062);
    border: 1px solid rgba(255,255,255,0.126);
    color: rgba(255,255,255,0.916);
    font-size: 13px; line-height: 1.5; font-weight: 500;
    display: flex; align-items: center;
  }

  .vo16-cta-wrap { margin-top: 23px; }
  .vo16-cta {
    display: inline-block; padding: 12px 30px; border-radius: 998px;
    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;
  }
  .vo16-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 28px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 640px) {
    .vo16-outer { padding: 22px 18px; border-radius: 14px; }
    .vo16-panel { padding: 20px 16px; border-radius: 12px; }
    .vo16-h3 { font-size: 16px; }
    .vo16-step { gap: 8px; }
    .vo16-step::before { padding: 8px 12px; font-size: 10px; }
    .vo16-step-text { padding: 8px 14px; font-size: 12px; }
  }

.xm62-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 363px;
  background: linear-gradient(137deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.076);
  box-shadow: 0 18px 50px rgba(0,0,0,0.498);
  display: flex;
  align-items: center;
}
.xm62-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.xm62-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(92deg, rgba(0,0,0,0.835) 0%, rgba(0,0,0,0.659) 35%, rgba(0,0,0,0.163) 70%, rgba(0,0,0,0.014) 100%);
  z-index: 1;
}
.xm62-content {
  position: relative; z-index: 2;
  padding: 47px 50px;
  max-width: 616px;
}
.xm62-title {
  font-size: 39px;
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.585);
}
.xm62-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.881);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 476px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.475);
}
.xm62-cta-row {
  display: flex; gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
}
/* Variant 02 signature: clean solid-accent rectangular buttons,
   icon on the left, bold uppercase text. Hover halo borrows the brand
   accent so the glow always matches the button colour. */
.xm62-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 26px;
  border-radius: 12px;
  background: var(--c-accent, #f59e0b);
  color: var(--c-bg, var(--c-bg));
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow .25s ease, filter .18s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.285);
}
.xm62-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 27px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 19px rgba(0,0,0,0.26);
}
.xm62-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .xm62-card { min-height: 321px; }
  .xm62-overlay {
    background: linear-gradient(177deg, rgba(0,0,0,0.496) 0%, rgba(0,0,0,0.829) 100%);
  }
  .xm62-content { padding: 32px 24px; max-width: 100%; }
  .xm62-title { font-size: 26px; }
  .xm62-cta-row { flex-wrap: wrap; }
  .xm62-cta { padding: 13px 16px; font-size: 12px; }
}

.cm57-wrap { max-width: 806px; margin: 0 auto; }
  .cm57-title { color: var(--c-text); margin: 0 0 20px; }
  .cm57-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: 28px 32px; }
  .cm57-p { font-size: 15px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .cm57-p:last-child { margin-bottom: 0; }

.pa24-wrap { max-width: 1092px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .pa24-intro { max-width: 825px; }
  .pa24-title { color: var(--c-text); margin: 0 0 14px; }
  .pa24-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .pa24-row { display: grid; grid-template-columns: 1fr 1fr; gap: 35px; }
  .pa24-col-h { font-size: 0.721rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.164em; margin: 0 0 14px; }
  .pa24-col-h-pro { color: var(--c-accent); }
  .pa24-col-h-con { color: var(--c-text); }
  .pa24-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .pa24-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 1011px; font-size: 14px; line-height: 1.45; }
  .pa24-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); }
  .pa24-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)); }
  .pa24-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .pa24-pill-pro svg { color: var(--c-accent); }
  .pa24-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .pa24-row { grid-template-columns: 1fr; gap: 24px; } }

.dd41-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 370px;
  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.07);
  box-shadow: 0 16px 49px rgba(0,0,0,0.499);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dd41-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.dd41-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(137deg, rgba(0,0,0,0.659) 0%, rgba(0,0,0,0.36) 50%, rgba(0,0,0,0.736) 100%);
  z-index: 1;
}
.dd41-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 45px 27px;
  max-width: 710px;
}
.dd41-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.513);
}
.dd41-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.dd41-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.dd41-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.43);
}
.dd41-cta {
  display: inline-block;
  padding: 13px 37px;
  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.334);
  transition: box-shadow .25s ease, filter .18s;
}
.dd41-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.195),
    0 10px 28px rgba(34,197,94,0.414);
}
@media (max-width: 768px) {
  .dd41-card { min-height: 348px; }
  .dd41-content { padding: 33px 18px; }
  .dd41-title { font-size: 22px; }
  .dd41-amount { font-size: 14px; }
  .dd41-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

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

  .nw67-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .nw67-card {
    border-radius: 12px;
    padding: 17px 20px 21px;
    background: linear-gradient(179deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    color: #fff;
  }
  .nw67-card-h3 { color: var(--c-accent); font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.062em; }
  .nw67-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.884); margin: 0; }

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

  .nw67-panel {
    border-radius: 14px; padding: 22px 24px 24px;
    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);
    box-shadow: 0 19px 53px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 21px;
  }
  .nw67-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .nw67-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.823); margin: 0 0 16px; }
  .nw67-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.816); margin: 16px 0 0; }

  .nw67-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .nw67-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.086); border: 1px solid rgba(255,255,255,0.083); }
  .nw67-bullet-icon {
    flex: 0 0 29px; width: 29px; height: 28px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
  }
  .nw67-bullet-icon svg { width: 14px; height: 14px; }
  .nw67-bullet-text { flex: 1; color: rgba(255,255,255,0.966); font-size: 13px; line-height: 1.4; font-weight: 600; }

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

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

  .nw67-cta-wrap { margin-top: 18px; }
  .nw67-cta {
    display: inline-block; padding: 12px 29px; border-radius: 993px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.102em;
    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;
  }
  .nw67-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) {
    .nw67-cards { grid-template-columns: 1fr; }
    .nw67-bullets { grid-template-columns: 1fr; }
    .nw67-table th, .nw67-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .nw67-outer { padding: 22px 18px; border-radius: 14px; }
    .nw67-panel { padding: 18px 16px; border-radius: 12px; }
  }

.zv22-wrap { max-width: 1128px; margin: 0 auto; display: flex; flex-direction: column; gap: 25px; }
  .zv22-intro { max-width: 839px; }
  .zv22-title { color: var(--c-text); margin: 0 0 14px; }
  .zv22-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .zv22-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .zv22-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 33px; }
  .zv22-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.058rem; font-weight: 700; }
  .zv22-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .zv22-p:last-child { margin-bottom: 0; }
  .zv22-list { margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.75; color: var(--c-text-muted); }
  .zv22-list li { margin-bottom: 8px; }
  .zv22-list li:last-child { margin-bottom: 0; }
  .zv22-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 31px 36px; }
  .zv22-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.113rem; font-weight: 700; }
  .zv22-bp { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 22px; }
  .zv22-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 27px 41px; }
  .zv22-h4 { color: var(--c-text); margin: 0 0 8px; font-size: 0.7rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.123em; }
  .zv22-cp { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .zv22-row { grid-template-columns: 1fr; } .zv22-grid { grid-template-columns: 1fr; gap: 18px; } }

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

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

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

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

.cx71-wrap { max-width: 1185px; margin: 0 auto; }
  .cx71-intro { max-width: 761px; margin-bottom: 22px; }
  .cx71-title { color: var(--c-text); margin: 0 0 10px; }
  .cx71-lead { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .cx71-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
  .cx71-grid .si-mb-prov-tile {
    aspect-ratio: 16 / 9;
    background: linear-gradient(177deg,
      color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    padding: 5px;
    position: relative;
    overflow: hidden;
    transition: border-color .22s ease, transform .22s ease, box-shadow .22s ease;
  }
  .cx71-grid .si-mb-prov-tile:hover {
    border-color: color-mix(in srgb, var(--c-accent) 50%, var(--c-border));
    transform: translateY(-2px);
    box-shadow: 0 12px 28px -16px color-mix(in srgb, var(--c-accent) 55%, transparent);
  }
  .cx71-grid .si-mb-prov-img { max-width: 97%; max-height: 92%; object-fit: contain; }
  @media (max-width: 880px) { .cx71-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) { .cx71-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; } }

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

.wr61-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 362px;
  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.058);
  box-shadow: 0 14px 45px rgba(0,0,0,0.439);
  display: flex;
  align-items: flex-end;
}
.wr61-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.wr61-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(178deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 35%, rgba(0,0,0,0.712) 70%, rgba(0,0,0,0.933) 100%);
  z-index: 1;
}
.wr61-content {
  position: relative; z-index: 2;
  padding: 40px 45px;
  width: 100%;
}
.wr61-title {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.47);
}
.wr61-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.814);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 636px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.436);
}
.wr61-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Variant 04 signature: dark glass pills. Hover halo borrows the brand
   accent so the glow tints to whatever colour the site uses. */
.wr61-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 971px;
  background: rgba(0,0,0,0.586);
  border: 1px solid rgba(255,255,255,0.203);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease;
  letter-spacing: 0.029em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.wr61-cta:hover {
  background: rgba(0,0,0,0.675);
  border-color: color-mix(in srgb, var(--c-accent, #4ade80) 70%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #4ade80) 18%, transparent),
    0 8px 22px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.wr61-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .wr61-card { min-height: 320px; }
  .wr61-content { padding: 28px 22px; }
  .wr61-title { font-size: 23px; }
  .wr61-cta { padding: 11px 16px; font-size: 12px; }
}

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

  .ue45-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .ue45-card {
    border-radius: 12px;
    padding: 21px 24px 24px;
    background: linear-gradient(138deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 37px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .ue45-card-head { display: flex; align-items: center; gap: 14px; margin: 0 0 12px; }
  .ue45-card-icon {
    flex: 0 0 40px; width: 39px; height: 41px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
    box-shadow: 0 4px 10px -2px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .ue45-card-icon svg { width: 20px; height: 20px; }
  .ue45-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0; }
  .ue45-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.88); margin: 0; font-weight: 500; }

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

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

.ni22-wrap { max-width: 1092px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ni22-intro { max-width: 799px; }
  .ni22-title { color: var(--c-text); margin: 0 0 14px; }
  .ni22-lead { font-size: 16px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ni22-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .ni22-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 31px; }
  .ni22-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.042rem; font-weight: 700; }
  .ni22-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .ni22-row { grid-template-columns: 1fr; } }

.nh71-wrap { max-width: 769px; margin: 0 auto; }
.nh71-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s;
}
.nh71-item:hover { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); }
.nh71-item.si-faq-open { border-color: color-mix(in srgb, var(--c-accent) 60%, transparent); }
.nh71-item.si-faq-open .nh71-q { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); }
.nh71-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 21px;
  background: var(--c-surface);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: background .18s;
}
.nh71-q::-webkit-details-marker { display: none; }
.nh71-icon {
  width: 22px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-accent) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-accent);
  transition: transform .25s, background .18s;
}
.nh71-icon svg { display: block; flex-shrink: 0; }
.nh71-item.si-faq-open .nh71-icon { transform: rotate(46deg); background: var(--c-accent); color: var(--c-bg); }
.nh71-a {
  padding: 0 22px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 16px;
}
.nh71-a a { color: var(--c-accent); text-decoration: underline; }
.nh71-header { text-align: center; margin-bottom: 35px; }
.nh71-title { margin-top: 8px; }
.nh71-lead { margin-top: 12px; }

.mj72-header { text-align: center; margin-bottom: 2.572rem; }
  .mj72-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.484rem; }
  .mj72-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; }
  .mj72-win-banner { background: linear-gradient(89deg, #16a34a, #22c55e); padding: 0.505rem 1.25rem; display: flex; align-items: center; justify-content: space-between; }
  .mj72-win-badge { font-size: 0.706rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.079em; color: #fff; display: flex; align-items: center; gap: 5px; }
  .mj72-win-amount { font-size: 1.15rem; font-weight: 900; color: #fff; }
  .mj72-card-body { padding: 1.28rem; }
  .mj72-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.885rem; }
  .mj72-avatar { width: 43px; height: 43px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.804rem; color: var(--c-accent); }
  .mj72-name { font-weight: 700; font-size: 0.887rem; color: var(--c-text); line-height: 1.2; }
  .mj72-meta { font-size: 0.681rem; color: var(--c-text-muted); }
  .mj72-stars { color: #f59e0b; font-size: 0.964rem; margin-bottom: 0.631rem; }
  .mj72-game-tag { display: inline-flex; align-items: center; gap: 5px; background: color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)); border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent); border-radius: 6px; padding: 3px 10px; font-size: 0.711rem; font-weight: 700; color: var(--c-accent); margin-bottom: 0.768rem; }
  .mj72-text { font-size: 0.854rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.869rem; }
  .mj72-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.755rem; border-top: 1px solid var(--c-border); }
  .mj72-date { font-size: 0.711rem; color: var(--c-text-muted); }
  .mj72-checkmark { font-size: 0.688rem; color: #22c55e; font-weight: 600; }
  @media (max-width: 880px) { .mj72-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .mj72-grid { grid-template-columns: 1fr; } }
  .mj72-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }
  .mj72-s2 { background: linear-gradient(87deg,#7c3aed,#8b5cf6); }
  .mj72-s3 { background: linear-gradient(89deg,#0891b2,#06b6d4); }
  .mj72-s4 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .mj72-s5 { background: linear-gradient(91deg,#db2777,#ec4899); }
  .mj72-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .mj72-s7 { background: linear-gradient(90deg,#065f46,#10b981); }
  .mj72-s8 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .mj72-s9 { background: linear-gradient(92deg,#92400e,#f59e0b); }

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

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

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

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

  /* Primary nav — same visual weight as the header's top-level links. */
  .sk65-nav-primary {
    display: flex; justify-content: center; flex-wrap: wrap;
    gap: 31px;
    margin: 20px auto 0;
  }
  .sk65-nav-primary:empty { display: none; }
  .sk65-nav-primary a {
    font-size: 0.904rem; font-weight: 500;
    color: var(--c-text); text-decoration: none;
    transition: color .2s;
  }
  .sk65-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. */
  .sk65-nav-legal {
    display: flex; justify-content: center; flex-wrap: wrap;
    align-items: center; gap: 0;
    margin: 10px auto 0;
    font-size: 0.799rem;
    color: var(--c-text-muted);
  }
  .sk65-nav-legal:empty { display: none; }
  .sk65-nav-legal a {
    color: inherit; text-decoration: none;
    transition: color .2s;
    padding: 2px 0;
  }
  .sk65-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. */
  .sk65-nav-legal a + a::before {
    content: '·';
    margin: 0 14px;
    opacity: .5;
    color: var(--c-text-muted);
  }

  .sk65-payments {
    justify-content: center;
    margin-top: 18px;
  }
  .sk65-payments:empty { display: none; }

  .sk65-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.789rem;
    color: var(--c-text-muted);
  }
  .sk65-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"] .si-btn,
  body [class*="actions-desktop"] .si-btn,
  body [class*="btns-desktop"] .si-btn,
  body [class*="cta-wrap"] .si-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;
  }
}
