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


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

.h17_trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 10px;
    padding: 6px 14px 6px 10px;
    flex-shrink: 0;
  }
  .h17_badge-shield {
    width: 32px;
    height: 31px;
    background: var(--c-accent);
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.975rem;
    flex-shrink: 0;
  }
  .h17_badge-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
  }
  .h17_badge-title {
    font-size: 0.757rem;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
  }
  .h17_badge-stars {
    display: flex;
    align-items: center;
    gap: 1px;
  }
  .h17_star {
    color: #f59e0b;
    font-size: 0.692rem;
    line-height: 1;
  }
  .h17_badge-sub {
    font-size: 0.637rem;
    color: color-mix(in srgb, var(--c-text) 55%, transparent);
    font-weight: 500;
    margin-left: 4px;
    white-space: nowrap;
  }
  .h17_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h17_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h17_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: 900px) {
    .h17_trust-badge { display: none; }
  }
  @media (max-width: 768px) {
    .h17_nav { display: none; }
    .h17_cta-desktop { display: none !important; }
    .h17_menu-btn { display: flex !important; }
  }
  .h17_sroot { position: sticky; top: 0; z-index: 100; }
  .h17_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h17_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h17_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h17_mbtn { flex: 1; justify-content: center; }

.rb12-hero {
  position: relative;
  min-height: 451px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.rb12-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(138deg,
    rgb(0 0 0 / calc(.55 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.48 + var(--hi-offset, 0))) 100%);
}
.rb12-content {
  position: relative; z-index: 1;
  text-align: center;
  padding: 48px 25px;
  max-width: 702px;
}
.rb12-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--c-accent);
  margin-bottom: 18px;
}
.rb12-title { color: #fff; margin: 0 0 20px; text-shadow: 0 2px 14px rgba(0,0,0,0.534); }
.rb12-divider {
  width: 56px; height: 3px;
  background: var(--c-accent);
  margin: 0 auto 20px;
  border-radius: 3px;
}
.rb12-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.757);
  line-height: 1.7;
  margin: 0 auto 26px;
  max-width: 542px;
}
.rb12-cta {
  display: inline-block;
  padding: 13px 37px;
  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;
}
.rb12-cta: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) { .rb12-hero { min-height: 372px; } }

.ly18-hero {
    background: linear-gradient(163deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 16%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .ly18-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .ly18-grid {
    display: grid;
    grid-template-columns: 1fr 363px;
    gap: 47px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .ly18-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.684rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.097em;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
    border-radius: 20px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }
  .ly18-title { color: var(--c-text); margin-bottom: 14px; }
  .ly18-accent { color: var(--c-accent); }
  .ly18-desc {
    font-size: 0.987rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 457px;
    margin-bottom: 24px;
  }
  .ly18-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .ly18-stat-val {
    font-size: 1.377rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .ly18-stat-lbl {
    font-size: 0.694rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.058em;
    margin-top: 4px;
  }
  .ly18-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .ly18-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 16px rgba(255,255,255,0.219), 0 0 5px rgba(255,255,255,0.06);
    overflow: hidden;
  }
  .ly18-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.782rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--c-text-muted);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .ly18-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-accent);
    display: inline-block;
    margin-right: 6px;
  }
  .ly18-card-body { padding: 20px 24px; }
  .ly18-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }
  .ly18-count-box {
    text-align: center;
    padding: 14px 8px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-border) 40%, transparent);
  }
  .ly18-count-num {
    font-size: 1.53rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .ly18-count-unit {
    font-size: 0.611rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.078em;
    margin-top: 4px;
  }
  .ly18-offer-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .ly18-offer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .ly18-offer-row:last-child { border-bottom: none; }
  .ly18-offer-label {
    font-size: 0.778rem;
    color: var(--c-text-muted);
  }
  .ly18-offer-value {
    font-size: 0.83rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .ly18-card-footer {
    padding: 16px 23px;
    border-top: 1px solid var(--c-border);
  }
  .ly18-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.864rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .ly18-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .ly18-grid { grid-template-columns: 1fr; gap: 32px; padding: 41px 0; }
    .ly18-card { display: none; }
  }

.mo86-wrap { max-width: 916px; margin: 0 auto; }
  .mo86-title { color: var(--c-text); margin: 0 0 22px; }
  .mo86-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .mo86-spec-frame {
    margin: 29px 0;
    border-radius: 14px;
    overflow-x: auto;
-webkit-overflow-scrolling: touch;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow: 0 16px 45px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .mo86-spec {
    width: auto; min-width: 100%;
    border-collapse: collapse;
    table-layout: auto;
  }
  .mo86-spec th, .mo86-spec td {
    padding: 14px 21px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    white-space: nowrap;
    text-align: left;
  }
  .mo86-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.122em;
    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);
  }
  .mo86-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .mo86-spec tbody td { color: var(--c-text-muted); }
  .mo86-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .mo86-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .mo86-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .mo86-spec th, .mo86-spec td { padding: 12px 14px; font-size: 13px; }
    .mo86-spec tbody th { width: 42%; }
  }

.vr70-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 318px;
  background: linear-gradient(136deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 50px rgba(0,0,0,0.421);
  display: flex;
  align-items: center;
}
.vr70-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vr70-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.771) 0%, rgba(0,0,0,0.474) 35%, rgba(0,0,0,0.06) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.vr70-content {
  position: relative;
  z-index: 2;
  padding: 44px 50px;
  max-width: 599px;
}
.vr70-title {
  font-size: 32px;
  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.461);
}
.vr70-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.489);
}
.vr70-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 1013px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.279);
  transition: box-shadow .25s ease, filter .18s;
}
.vr70-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.176),
    0 10px 28px rgba(34,197,94,0.404);
}
@media (max-width: 768px) {
  .vr70-card { min-height: 316px; }
  .vr70-overlay {
    background: linear-gradient(177deg, rgba(0,0,0,0.426) 0%, rgba(0,0,0,0.807) 100%);
  }
  .vr70-content { padding: 28px 23px; max-width: 100%; }
  .vr70-title { font-size: 24px; }
  .vr70-amount { font-size: 15px; }
}

.ef36-wrap { max-width: 805px; margin: 0 auto; }
  .ef36-eyebrow { font-size: 0.699rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.162em; margin-bottom: 10px; }
  .ef36-title { color: var(--c-text); margin: 0 0 20px; }
  .ef36-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ef36-p:last-child { margin-bottom: 0; }
  .ef36-h3 { font-size: 1.05rem; font-weight: 700; color: var(--c-text); margin: 28px 0 10px; }
  .ef36-list { list-style: none; font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; padding-left: 0; }
  .ef36-list li { margin-bottom: 6px; padding-left: 20px; position: relative; }
  .ef36-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }

.bi42-wrap { max-width: 1072px; margin: 0 auto; }
  .bi42-intro { max-width: 757px; margin-bottom: 22px; }
  .bi42-title { color: var(--c-text); margin: 0 0 12px; }
  .bi42-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .bi42-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .bi42-table { width: 100%; min-width: 760px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .bi42-table thead th { background: linear-gradient(133deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.68rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .bi42-table thead th.bi42-best { background: linear-gradient(135deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .bi42-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.584rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.137em; margin-bottom: 8px; }
  .bi42-best-title { display: block; }
  .bi42-table tbody td { padding: 16px 20px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .bi42-table tbody td.bi42-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .bi42-table tbody tr:last-child td { border-bottom: none; }
  .bi42-table tbody tr:last-child td.bi42-best-cell { border-bottom: 2px solid var(--c-accent); }
  .bi42-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .bi42-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .bi42-best-cell .bi42-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }
  .bi42-note { font-size: 13px; line-height: 1.7; color: var(--c-text-muted); margin: 16px 0 0; opacity: 0.8; }
  .bi42-list { list-style: none; font-size: 13px; line-height: 1.7; color: var(--c-text-muted); margin: 8px 0 12px; padding-left: 0; opacity: 0.8; }
  .bi42-list li { margin-bottom: 4px; padding-left: 18px; position: relative; }
  .bi42-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }

.gh71-wrap { max-width: 982px; margin: 0 auto; }
  .gh71-title { color: var(--c-text); margin: 0 0 24px; }
  .gh71-cols { column-count: 2; column-gap: 48px; }
  .gh71-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .gh71-p:last-child { margin-bottom: 0; }
  .gh71-list { list-style: none; font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; padding-left: 0; break-inside: avoid; }
  .gh71-list li { margin-bottom: 6px; padding-left: 20px; position: relative; }
  .gh71-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }
  @media (max-width: 768px) { .gh71-cols { column-count: 1; } }

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

  .eg31-panel {
    border-radius: 16px;
    padding: 26px 25px 28px;
    margin-bottom: 18px;
    background: linear-gradient(134deg,
      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 19px 52px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .eg31-panel:last-of-type { margin-bottom: 0; }

  .eg31-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .eg31-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.78); margin: 0 0 22px; }
  .eg31-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.816); margin: 22px 0 0; }

  .eg31-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; counter-reset: eg31-step; }
  .eg31-step {
    counter-increment: eg31-step;
    display: flex; align-items: center; gap: 14px;
    padding: 0;
  }
  .eg31-step::before {
    content: counter(eg31-step);
    flex: 0 0 auto;
    width: 50px; height: 50px;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    background: transparent;
    border: 2px solid var(--c-accent);
    color: var(--c-accent);
    font-size: 16px; font-weight: 800;
    letter-spacing: -0.02em;
  }
  .eg31-step-text {
    flex: 1;
    padding: 12px 19px;
    border-radius: 10px;
    background: rgba(255,255,255,0.031);
    border: 1px solid rgba(255,255,255,0.097);
    color: rgba(255,255,255,0.875);
    font-size: 13px; line-height: 1.5; font-weight: 600;
  }

  .eg31-cta-wrap { margin-top: 24px; }
  .eg31-cta {
    display: inline-block; padding: 12px 29px; border-radius: 1008px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.099em;
    box-shadow: 0 8px 23px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .eg31-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) {
    .eg31-outer { padding: 22px 19px; border-radius: 14px; }
    .eg31-panel { padding: 20px 16px; border-radius: 12px; }
    .eg31-h3 { font-size: 16px; }
    .eg31-step { gap: 10px; }
    .eg31-step::before { width: 42px; height: 42px; font-size: 14px; }
    .eg31-step-text { padding: 10px 14px; font-size: 12px; }
  }

.vp34-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 364px;
  background: linear-gradient(132deg,
    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.111);
  box-shadow: 0 14px 45px rgba(0,0,0,0.353);
  display: flex;
  align-items: flex-end;
}
.vp34-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vp34-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(178deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.189) 35%, rgba(0,0,0,0.689) 70%, rgba(0,0,0,0.966) 100%);
  z-index: 1;
}
.vp34-content {
  position: relative; z-index: 2;
  padding: 41px 45px;
  width: 100%;
}
.vp34-title {
  font-size: 30px;
  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.456);
}
.vp34-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.89);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 607px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.408);
}
.vp34-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. */
.vp34-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 991px;
  background: rgba(0,0,0,0.532);
  border: 1px solid rgba(255,255,255,0.208);
  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%);
}
.vp34-cta:hover {
  background: rgba(0,0,0,0.734);
  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);
}
.vp34-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .vp34-card { min-height: 328px; }
  .vp34-content { padding: 28px 22px; }
  .vp34-title { font-size: 22px; }
  .vp34-cta { padding: 11px 16px; font-size: 12px; }
}

.ig29-wrap { max-width: 728px; margin: 0 auto; }
  .ig29-title { color: var(--c-text); margin: 0 0 23px; }
  .ig29-first { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ig29-first::first-letter { initial-letter: 2; -webkit-initial-letter: 2; font-size: 3.441rem; font-weight: 800; color: var(--c-accent); float: left; line-height: 0.9; padding: 6px 12px 0 0; margin-top: 4px; }
  .ig29-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ig29-p:last-child { margin-bottom: 0; }
  .ig29-list { list-style: none; font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; padding-left: 0; }
  .ig29-list li { margin-bottom: 6px; padding-left: 20px; position: relative; }
  .ig29-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }

.ym25-wrap { max-width: 1065px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ym25-intro { max-width: 802px; }
  .ym25-title { color: var(--c-text); margin: 0 0 14px; }
  .ym25-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ym25-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-radius: 14px; overflow: hidden; border: 1px solid var(--c-border); }
  .ym25-col { padding: 28px 32px; }
  .ym25-col-con { background: var(--c-surface); }
  .ym25-col-pro { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); border-left: 1px solid color-mix(in srgb, var(--c-accent) 25%, var(--c-border)); }
  .ym25-h3 { font-size: 0.797rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.141em; margin: 0 0 18px; }
  .ym25-h3-con { color: var(--c-text); }
  .ym25-h3-pro { color: var(--c-accent); }
  .ym25-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .ym25-item { display: flex; align-items: flex-start; gap: 11px; font-size: 15px; line-height: 1.6; color: var(--c-text-muted); }
  .ym25-sym { flex-shrink: 0; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; }
  .ym25-sym-pro { color: var(--c-accent); }
  .ym25-sym-con { color: var(--c-text); opacity: 0.55; }
  .ym25-sym svg { width: 16px; height: 16px; }
  @media (max-width: 768px) { .ym25-row { grid-template-columns: 1fr; } .ym25-col-pro { border-left: none; border-top: 1px solid color-mix(in srgb, var(--c-accent) 25%, var(--c-border)); } }

.gm93-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 349px;
  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.085);
  box-shadow: 0 16px 51px rgba(0,0,0,0.46);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 41px;
}
.gm93-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gm93-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(93deg, rgba(0,0,0,0.463) 0%, rgba(0,0,0,0.107) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gm93-glass {
  position: relative;
  z-index: 2;
  max-width: 444px;
  padding: 32px 32px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.365));
  border: 1px solid rgba(255,255,255,0.084);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.428);
}
.gm93-title {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.gm93-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.73);
  line-height: 1.5;
  margin: 0 0 24px;
}
.gm93-cta {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 1012px;
  background: var(--c-accent, #3b82f6);
  color: var(--c-bg, #fff);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 19px rgba(0,0,0,0.331);
  transition: box-shadow .25s ease, filter .18s;
}
.gm93-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #3b82f6) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .gm93-card {
    min-height: 350px;
    padding: 24px;
    justify-content: center;
  }
  .gm93-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.361) 0%, rgba(0,0,0,0.709) 100%);
  }
  .gm93-glass { padding: 24px 22px; max-width: 100%; }
  .gm93-title { font-size: 21px; }
}

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

  .ce62-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .ce62-card {
    border-radius: 12px;
    padding: 23px 24px;
    background: linear-gradient(137deg,
      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;
  }
  .ce62-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .ce62-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.736); margin: 0; }

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

  .ce62-panel {
    border-radius: 14px;
    padding: 22px 25px 25px;
    background: linear-gradient(139deg,
      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 52px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .ce62-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .ce62-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.761); margin: 0 0 16px; }
  .ce62-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.734); margin: 16px 0 0; }

  .ce62-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ce62-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 976px; background: rgba(255,255,255,0.082); border: 1px solid rgba(255,255,255,0.115); }
  .ce62-bullet-icon {
    flex: 0 0 32px; height: 33px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .ce62-bullet-icon svg { width: 14px; height: 14px; }
  .ce62-bullet-text { flex: 1; color: rgba(255,255,255,0.879); font-size: 13px; line-height: 1.4; font-weight: 600; }

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

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

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

.ul34-wrap { max-width: 915px; margin: 0 auto; padding-bottom: 27px; border-bottom: 1px solid var(--c-border); }
  .ul34-title { color: var(--c-text); margin: 0 0 21px; text-align: center; }
  .ul34-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .ul34-p:last-child { margin-bottom: 0; }

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

  /* 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. */
  .xb87-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";
  }
  .xb87-grid > .xb-mb-pg-tile:nth-child(1)  { grid-area: b1; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(2)  { grid-area: b2; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(3)  { grid-area: s1; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(4)  { grid-area: s2; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(5)  { grid-area: s3; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(6)  { grid-area: s4; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(7)  { grid-area: s5; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(8)  { grid-area: s6; }
  .xb87-grid > .xb-mb-pg-tile:nth-child(9)  { grid-area: s7; }
  .xb87-grid > .xb-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. */
  .xb-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.312s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.328s;
  }
  /* Resting inner rim + hover vignette live on the same ::after so we can
     animate both via one box-shadow transition. */
  .xb-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.026),
      inset 0 0 0 0 rgba(0,0,0,0);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.455s 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. */
  .xb-mb-pg-tile::before {
    content: ''; position: absolute;
    left: -5%; right: -5%;
    height: 32%; bottom: -35%;
    background: linear-gradient(178deg,
      transparent,
      color-mix(in srgb, var(--c-accent) 65%, transparent),
      transparent);
    pointer-events: none; z-index: 1;
    mix-blend-mode: screen;
    transition: bottom 0.708s cubic-bezier(.16,.84,.3,1);
  }
  .xb-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: filter 0.324s;
  }
  .xb-mb-pg-tile:hover {
    transform: translateY(-3px);
    box-shadow:
      0 16px 33px rgba(0,0,0,0.593),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .xb-mb-pg-tile:hover::before { bottom: 100%; }
  .xb-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 69px rgba(0,0,0,0.581);
  }
  .xb-mb-pg-tile:hover .xb-mb-pg-img { filter: brightness(1.1) contrast(1.08) saturate(1.1); }

  @media (max-width: 960px) {
    .xb87-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) {
    .xb87-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .xb87-grid > .xb-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; display: block; }
  }

.mt57-wrap { max-width: 1164px; margin: 0 auto; }
  .mt57-intro { max-width: 758px; margin-bottom: 22px; }
  .mt57-title { color: var(--c-text); margin: 0 0 10px; }
  .mt57-lead { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .mt57-grid { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 4px; row-gap: 4px; }
  .mt57-grid .xb-mb-prov-tile { aspect-ratio: 16 / 9; background: color-mix(in oklab, var(--c-accent) 7%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 18%, var(--c-surface)); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 4px; transition: background 0.182s; }
  .mt57-grid .xb-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)); }
  .mt57-grid .xb-mb-prov-img { max-width: 97%; max-height: 94%; object-fit: contain; filter: brightness(0.95); transition: filter 0.185s; }
  .mt57-grid .xb-mb-prov-tile:hover .xb-mb-prov-img { filter: brightness(1.1); }
  @media (max-width: 1000px) { .mt57-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .mt57-grid { grid-template-columns: repeat(3, 1fr); } }

.vy84-wrap { max-width: 789px; margin: 0 auto; }
  .vy84-title { color: var(--c-text); margin: 0 0 21px; }
  .vy84-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; }
  .vy84-p { font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .vy84-p:last-child { margin-bottom: 0; }
  .vy84-list { list-style: none; font-size: 16px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; padding-left: 0; }
  .vy84-list li { margin-bottom: 4px; padding-left: 20px; position: relative; }
  .vy84-list li::before { content: ">"; position: absolute; left: 0; color: var(--c-accent); font-weight: 700; }

.sf39-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 335px;
  background: linear-gradient(136deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.088);
  box-shadow: 0 18px 49px rgba(0,0,0,0.371);
  display: flex;
  align-items: center;
  justify-content: center;
}
.sf39-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.sf39-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(176deg, rgba(0,0,0,0.41) 0%, rgba(0,0,0,0.682) 100%);
  z-index: 1;
}
.sf39-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 49px 27px;
  max-width: 711px;
}
.sf39-title {
  font-size: 33px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.489);
  letter-spacing: -0.01em;
}
.sf39-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.885);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 555px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.352);
}
.sf39-cta-row {
  display: flex; gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
/* Variant 01 signature: clean white pills (full radius) with soft white halo on hover */
.sf39-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 977px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.082);
  box-shadow: 0 4px 14px rgba(0,0,0,0.143);
  transition: box-shadow .25s ease;
}
.sf39-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.144),
    0 8px 22px rgba(255,255,255,0.22),
    0 4px 14px rgba(0,0,0,0.257);
}
.sf39-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .sf39-card { min-height: 280px; }
  .sf39-content { padding: 36px 20px; }
  .sf39-title { font-size: 24px; }
  .sf39-cta { padding: 11px 18px; font-size: 12px; }
}

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

  .gq60-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .gq60-card {
    border-radius: 12px;
    padding: 23px 24px 24px;
    background: linear-gradient(135deg,
      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 35px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .gq60-eyebrow { color: var(--c-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; margin: 0 0 6px; }
  .gq60-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .gq60-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.86); margin: 0; font-weight: 500; }

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

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

.ls91-wrap { max-width: 1166px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ls91-intro { max-width: 825px; }
  .ls91-title { color: var(--c-text); margin: 0 0 14px; }
  .ls91-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ls91-row { display: grid; grid-template-columns: 1.5fr 1fr; gap: 20px; align-items: stretch; }
  .ls91-right { display: flex; flex-direction: column; gap: 20px; }
  .ls91-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 25px 30px; }
  .ls91-feature { display: flex; flex-direction: column; gap: 14px; }
  .ls91-h3 { color: var(--c-accent); margin: 0; font-size: 1.101rem; font-weight: 700; }
  .ls91-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .ls91-p:last-child { margin-bottom: 0; }
  .ls91-bottom { background: color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)); border: 1px solid color-mix(in srgb, var(--c-accent) 20%, var(--c-border)); border-radius: 14px; padding: 27px 35px; }
  .ls91-bh3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.019rem; font-weight: 700; }
  .ls91-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
  .ls91-fact { display: flex; flex-direction: column; gap: 6px; }
  .ls91-stat { font-size: 1.622rem; font-weight: 800; color: var(--c-accent); line-height: 1; letter-spacing: -0.02em; font-variant-numeric: tabular-nums; }
  .ls91-flabel { font-size: 0.677rem; color: var(--c-text); font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; }
  .ls91-fdesc { font-size: 13px; line-height: 1.65; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .ls91-row { grid-template-columns: 1fr; } .ls91-grid { grid-template-columns: repeat(2, 1fr); gap: 20px; } }
  @media (max-width: 600px) { .ls91-grid { grid-template-columns: 1fr; } }

.ct84-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 39px;
}
@media (max-width: 640px) { .ct84-grid { grid-template-columns: 1fr; } }
.ct84-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.ct84-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.ct84-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px; height: 28px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.ct84-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.ct84-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.ct84-header { text-align: center; }
.ct84-title { margin-top: 8px; }
.ct84-more {
  text-align: center;
  margin-top: 28px;
}

.wp26-header { text-align: center; margin-bottom: 2.459rem; }
  .wp26-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.516rem; }
  .wp26-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .wp26-card-head { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-surface)); padding: 1.484rem; display: flex; flex-direction: column; align-items: center; gap: 0.752rem; border-bottom: 1px solid var(--c-border); }
  .wp26-avatar { width: 73px; height: 72px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-size: 1.457rem; font-weight: 800; color: var(--c-accent); border: 3px solid var(--c-accent); }
  .wp26-expert-name { font-size: 1.047rem; font-weight: 800; color: var(--c-text); text-align: center; }
  .wp26-expert-title { font-size: 0.75rem; color: var(--c-accent); font-weight: 600; text-align: center; }
  .wp26-expert-creds { font-size: 0.72rem; color: var(--c-text-muted); text-align: center; line-height: 1.5; }
  .wp26-overall-verdict { display: flex; align-items: center; gap: 8px; }
  .wp26-verdict-score { font-size: 1.784rem; font-weight: 900; color: var(--c-accent); }
  .wp26-verdict-label { font-size: 0.759rem; color: var(--c-text-muted); }
  .wp26-card-body { padding: 1.237rem; }
  .wp26-verdict-text { font-size: 0.866rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.992rem; font-style: italic; }
  .wp26-scores { display: flex; flex-direction: column; gap: 0.507rem; }
  .wp26-score-row { display: flex; align-items: center; justify-content: space-between; }
  .wp26-score-label { font-size: 0.746rem; color: var(--c-text-muted); }
  .wp26-score-bar-wrap { flex: 1; margin: 0 0.608rem; height: 6px; background: var(--c-border); border-radius: 3px; overflow: hidden; }
  .wp26-score-bar { height: 100%; background: var(--c-accent); border-radius: 3px; }
  .wp26-score-num { font-size: 0.755rem; font-weight: 700; color: var(--c-text); min-width: 27px; text-align: right; }
  @media (max-width: 880px) { .wp26-grid { grid-template-columns: 1fr; } }
  .wp26-s1 { color: #f59e0b; font-size: 0.859rem; }
  .wp26-s2 { background: color-mix(in srgb,#8b5cf6 8%,var(--c-surface)); }
  .wp26-s3 { background: color-mix(in srgb,#8b5cf6 20%,var(--c-surface)); color: #8b5cf6; border-color: #8b5cf6; }
  .wp26-s4 { color: #8b5cf6; }
  .wp26-s5 { width: 90%; background: #8b5cf6; }
  .wp26-s6 { width: 88%; background: #8b5cf6; }
  .wp26-s7 { width: 85%; background: #8b5cf6; }
  .wp26-s8 { width: 92%; background: #8b5cf6; }
  .wp26-s9 { background: color-mix(in srgb,#10b981 8%,var(--c-surface)); }
  .wp26-s10 { background: color-mix(in srgb,#10b981 20%,var(--c-surface)); color: #10b981; border-color: #10b981; }
  .wp26-s11 { color: #10b981; }
  .wp26-s12 { width: 100%; background: #10b981; }
  .wp26-s13 { width: 96%; background: #10b981; }
  .wp26-s14 { width: 92%; background: #10b981; }
  .wp26-s15 { width: 88%; background: #10b981; }
  .wp26-summary { max-width: 780px; margin: 0 auto; background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 32px 36px; }
  .wp26-summary-text { font-size: 16px; line-height: 1.85; color: var(--c-text); margin: 0 0 24px; }
  .wp26-meta { margin: 0; display: flex; flex-direction: column; gap: 8px; }
  .wp26-meta-row { display: flex; gap: 16px; font-size: 14px; }
  .wp26-meta-row dt { font-weight: 700; color: var(--c-text); min-width: 120px; flex-shrink: 0; }
  .wp26-meta-row dd { color: var(--c-text-muted); margin: 0; }
  @media (max-width: 600px) { .wp26-summary { padding: 22px 20px; } .wp26-meta-row { flex-direction: column; gap: 2px; } }

/* ── 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. */
  .se21-root { text-align: center; padding: 44px 0 27px; }
  .se21-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

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

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

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

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

/* ── mobile table scroll ── */
@media (max-width: 768px) {
  .mo86-spec-frame {
    overflow: auto !important;
    -webkit-overflow-scrolling: touch;
  }
  .mo86-spec {
    width: auto !important;
    min-width: 600px;
    table-layout: auto !important;
  }
}
