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


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

.h15_root {
    background: var(--c-primary);
    border-top: 3px solid var(--c-accent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 8%, transparent);
    position: relative;
    top: auto;
    z-index: auto;
  }
  .h15_sroot { position: sticky; top: 0; z-index: 100; }
  .h15_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h15_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h15_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h15_mbtn { flex: 1; justify-content: center; }
  .h15_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h15_nav a {
    color: color-mix(in srgb, var(--c-text) 75%, transparent);
    text-decoration: none;
    font-size: 0.866rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.15s, color 0.154s;
  }
  .h15_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h15_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h15_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 39px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h15_nav { display: none; }
    .h15_cta-desktop { display: none !important; }
    .h15_menu-btn { display: flex !important; }
  }

.ne74-hero {
  position: relative;
  min-height: 478px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ne74-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(89deg,
    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%);
}
.ne74-content {
  position: relative; z-index: 1;
  max-width: 549px;
  padding: 40px 0;
}
.ne74-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  border-radius: var(--radius-full);
  margin-bottom: 18px;
}
.ne74-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.271); }
.ne74-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.725);
  line-height: 1.65;
  margin: 0 0 26px;
}
.ne74-btn-primary {
  display: inline-block;
  padding: 13px 31px;
  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;
}
.ne74-btn-primary: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: 600px) { .ne74-hero { min-height: 384px; } }

.iz75-hero {
    background: linear-gradient(131deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 18%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .iz75-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
  }
  .iz75-grid {
    display: grid;
    grid-template-columns: 1fr 399px;
    gap: 49px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .iz75-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    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;
    font-size: 0.757rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.082em;
    color: var(--c-accent);
    margin-bottom: 16px;
  }
  .iz75-title { color: var(--c-text); margin-bottom: 14px; }
  .iz75-accent { color: var(--c-accent); }
  .iz75-desc {
    font-size: 0.972rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 466px;
    margin-bottom: 25px;
  }
  .iz75-stats {
    display: flex;
    gap: 27px;
    margin-bottom: 28px;
  }
  .iz75-stat-num {
    font-size: 1.754rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .iz75-stat-label {
    font-size: 0.739rem;
    color: var(--c-text-muted);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    font-weight: 600;
  }
  .iz75-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .iz75-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 -1px 14px rgba(255,255,255,0.132), 0 0 4px rgba(255,255,255,0.119);
    overflow: hidden;
  }
  .iz75-card-header {
    padding: 21px 25px;
    border-bottom: 1px solid var(--c-border);
  }
  .iz75-card-header-title {
    font-size: 0.861rem;
    font-weight: 700;
    color: var(--c-text);
    text-transform: uppercase;
    letter-spacing: 0.04em;
  }
  .iz75-card-body {
    padding: 16px 24px;
  }
  .iz75-tier {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .iz75-tier:last-child { border-bottom: none; }
  .iz75-tier-pct {
    width: 47px;
    height: 48px;
    border-radius: 12px;
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.917rem;
    font-weight: 900;
    flex-shrink: 0;
  }
  .iz75-tier-info {
    flex: 1;
  }
  .iz75-tier-name {
    font-size: 0.914rem;
    font-weight: 700;
    color: var(--c-text);
    line-height: 1.2;
  }
  .iz75-tier-desc {
    font-size: 0.767rem;
    color: var(--c-text-muted);
    margin-top: 2px;
  }
  .iz75-tier-max {
    font-size: 0.821rem;
    font-weight: 800;
    color: var(--c-accent);
    white-space: nowrap;
  }
  .iz75-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .iz75-card-cta {
    display: block;
    text-align: center;
    padding: 12px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.895rem;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.148s;
  }
  .iz75-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .iz75-grid { grid-template-columns: 1fr; gap: 32px; }
    .iz75-card { display: none; }
  }

.mi72-wrap { max-width: 1124px; margin: 0 auto; }
  .mi72-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 24px;
  }
  .mi72-title { color: var(--c-text); margin: 0 0 18px; }
  .mi72-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .mi72-spec {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-surface);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow:
      0 18px 51px -26px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .mi72-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.141em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(138deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .mi72-spec tbody th, .mi72-spec tbody td {
    padding: 13px 18px;
    font-size: 13px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .mi72-spec tbody tr:last-child th,
  .mi72-spec tbody tr:last-child td { border-bottom: none; }
  .mi72-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .mi72-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .mi72-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .mi72-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--c-accent);
    margin-right: 10px;
    vertical-align: 0.175em;
  }
  .mi72-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .mi72-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 640px) {
    .mi72-spec thead th { padding: 11px 14px; }
    .mi72-spec tbody th, .mi72-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .mi72-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.cb35-card {
  position: relative;
  border-radius: 19px;
  overflow: hidden;
  min-height: 369px;
  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.041);
  box-shadow: 0 16px 50px rgba(0,0,0,0.458);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 41px;
}
.cb35-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.cb35-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.496) 0%, rgba(0,0,0,0.056) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.cb35-glass {
  position: relative;
  z-index: 2;
  max-width: 438px;
  padding: 32px 33px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.411));
  border: 1px solid rgba(255,255,255,0.124);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.421);
}
.cb35-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.cb35-amount {
  font-size: 14px;
  color: rgba(255,255,255,0.786);
  line-height: 1.5;
  margin: 0 0 24px;
}
.cb35-cta {
  display: inline-block;
  padding: 13px 37px;
  border-radius: 970px;
  background: var(--c-accent, #3b82f6);
  color: var(--c-bg, #fff);
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.33);
  transition: box-shadow .25s ease, filter .18s;
}
.cb35-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) {
  .cb35-card {
    min-height: 334px;
    padding: 25px;
    justify-content: center;
  }
  .cb35-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.396) 0%, rgba(0,0,0,0.727) 100%);
  }
  .cb35-glass { padding: 25px 22px; max-width: 100%; }
  .cb35-title { font-size: 22px; }
}

.rr19-wrap { max-width: 855px; margin: 0 auto; }
  .rr19-title { color: var(--c-text); margin: 0 0 18px; }
  .rr19-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 23px; }
  .rr19-sec { border-left: 3px solid var(--c-accent); padding: 4px 0 14px 22px; margin-bottom: 20px; }
  .rr19-sec:last-child { margin-bottom: 0; padding-bottom: 0; }
  .rr19-sh3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.105rem; }
  .rr19-sp { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .rr19-sp:last-child { margin-bottom: 0; }

.bu89-wrap { max-width: 1100px; margin: 0 auto; }
  .bu89-intro { max-width: 773px; margin-bottom: 23px; }
  .bu89-title { color: var(--c-text); margin: 0 0 12px; }
  .bu89-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .bu89-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); box-shadow: 0 4px 21px -10px color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .bu89-table { width: 100%; min-width: 700px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .bu89-table thead th { background: linear-gradient(183deg, color-mix(in srgb, var(--c-accent) 28%, var(--c-surface)), var(--c-surface)); color: var(--c-text); text-align: center; padding: 18px 16px; font-size: 0.964rem; font-weight: 800; border-bottom: 2px solid var(--c-accent); }
  .bu89-table thead th:first-child { text-align: left; font-size: 0.673rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.141em; color: var(--c-text-muted); }
  .bu89-rank { display: block; font-size: 0.63rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.156em; margin-bottom: 4px; }
  .bu89-table tbody td { padding: 16px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); text-align: center; border-bottom: 1px solid var(--c-border); }
  .bu89-table tbody td:first-child { text-align: left; color: var(--c-text); font-weight: 700; padding-left: 22px; }
  .bu89-table tbody tr:last-child td { border-bottom: none; }
  .bu89-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .bu89-yes, .bu89-no { display: inline-flex; align-items: center; justify-content: center; width: 27px; height: 26px; border-radius: 50%; }
  .bu89-yes { background: var(--c-accent); color: var(--c-bg); }
  .bu89-no { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .bu89-yes svg, .bu89-no svg { width: 14px; height: 14px; }
  .bu89-val { font-weight: 700; color: var(--c-text); }

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

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

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

  .gj40-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; text-align: center; }
  .gj40-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.766); text-align: center; margin: 0 auto 23px; max-width: 567px; }
  .gj40-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.758); text-align: center; margin: 22px auto 0; max-width: 592px; }

  .gj40-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; counter-reset: gj40-step; }
  .gj40-step {
    counter-increment: gj40-step;
    display: flex; align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,0.007);
    border: 1px solid rgba(255,255,255,0.057);
  }
  .gj40-step::before {
    content: counter(gj40-step);
    flex: 0 0 70px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 18px; font-weight: 900;
    letter-spacing: -0.02em;
  }
  .gj40-step-text {
    flex: 1;
    padding: 13px 18px;
    color: rgba(255,255,255,0.903);
    font-size: 13px; line-height: 1.5; font-weight: 600;
    display: flex; align-items: center;
    border-left: 2px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  }

  .gj40-cta-wrap { margin-top: 24px; text-align: center; }
  .gj40-cta {
    display: inline-block; padding: 12px 29px; border-radius: 1003px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.1em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .gj40-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 640px) {
    .gj40-outer { padding: 23px 18px; border-radius: 14px; }
    .gj40-panel { padding: 20px 16px; border-radius: 12px; }
    .gj40-h3 { font-size: 16px; }
    .gj40-step::before { flex-basis: 55px; font-size: 15px; }
    .gj40-step-text { padding: 11px 14px; font-size: 13px; }
  }

.ru19-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 369px;
  background: linear-gradient(133deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.028);
  box-shadow: 0 18px 50px rgba(0,0,0,0.449);
  display: flex;
  align-items: center;
}
.ru19-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ru19-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.834) 0%, rgba(0,0,0,0.616) 35%, rgba(0,0,0,0.121) 70%, rgba(0,0,0,0.032) 100%);
  z-index: 1;
}
.ru19-content {
  position: relative; z-index: 2;
  padding: 49px 51px;
  max-width: 606px;
}
.ru19-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.57);
}
.ru19-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.875);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 494px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.465);
}
.ru19-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. */
.ru19-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.319);
}
.ru19-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.297);
}
.ru19-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ru19-card { min-height: 323px; }
  .ru19-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.537) 0%, rgba(0,0,0,0.88) 100%);
  }
  .ru19-content { padding: 33px 24px; max-width: 100%; }
  .ru19-title { font-size: 26px; }
  .ru19-cta-row { flex-wrap: wrap; }
  .ru19-cta { padding: 13px 16px; font-size: 12px; }
}

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

.rq52-wrap { max-width: 1055px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .rq52-intro { max-width: 823px; }
  .rq52-title { color: var(--c-text); margin: 0 0 14px; }
  .rq52-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .rq52-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .rq52-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 24px 28px; }
  .rq52-head { display: flex; align-items: center; gap: 14px; margin-bottom: 17px; padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
  .rq52-num { font-size: 2.035rem; font-weight: 800; line-height: 1; letter-spacing: -0.029em; font-variant-numeric: tabular-nums; }
  .rq52-num-pro { color: var(--c-accent); }
  .rq52-num-con { color: var(--c-text); }
  .rq52-headline { display: flex; flex-direction: column; gap: 2px; }
  .rq52-label { font-size: 0.718rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.142em; color: var(--c-text); margin: 0; }
  .rq52-sub { font-size: 0.767rem; color: var(--c-text-muted); }
  .rq52-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .rq52-item { display: flex; align-items: flex-start; gap: 10px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); }
  .rq52-item svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 2px; }
  .rq52-item-pro svg { color: var(--c-accent); }
  .rq52-item-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .rq52-row { grid-template-columns: 1fr; } }

.py14-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 312px;
  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.39);
  display: flex;
  align-items: center;
}
.py14-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.py14-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.743) 0%, rgba(0,0,0,0.474) 35%, rgba(0,0,0,0.064) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.py14-content {
  position: relative;
  z-index: 2;
  padding: 43px 49px;
  max-width: 594px;
}
.py14-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.514);
}
.py14-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.546);
}
.py14-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 1011px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.367);
  transition: box-shadow .25s ease, filter .18s;
}
.py14-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.196),
    0 10px 28px rgba(34,197,94,0.416);
}
@media (max-width: 768px) {
  .py14-card { min-height: 319px; }
  .py14-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.372) 0%, rgba(0,0,0,0.816) 100%);
  }
  .py14-content { padding: 27px 22px; max-width: 100%; }
  .py14-title { font-size: 24px; }
  .py14-amount { font-size: 15px; }
}

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

  .vn33-cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin: 0 0 18px; }
  .vn33-card {
    border-radius: 12px;
    padding: 16px 16px 18px;
    background: linear-gradient(138deg,
      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;
  }
  .vn33-card-h3 { color: #fff; font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .vn33-card-p { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.805); margin: 0; }

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

  .vn33-panel {
    border-radius: 14px;
    padding: 22px 24px 23px;
    background: linear-gradient(136deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -29px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 23px;
  }
  .vn33-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .vn33-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.81); margin: 0 0 16px; }
  .vn33-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.735); margin: 16px 0 0; }

  .vn33-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px 14px; }
  .vn33-bullet { display: flex; align-items: center; gap: 12px; }
  .vn33-bullet-icon { flex: 0 0 28px; height: 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; background: color-mix(in srgb, var(--c-accent) 22%, transparent); color: var(--c-accent); border: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent); }
  .vn33-bullet-icon svg { width: 14px; height: 14px; }
  .vn33-bullet-text { flex: 1; color: rgba(255,255,255,0.933); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

  .vn33-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;
  }
  .vn33-table th, .vn33-table td { padding: 14px 17px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .vn33-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.117em; text-transform: uppercase;
    color: var(--c-accent);
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .vn33-table tbody td { color: var(--c-text-muted); }
  .vn33-table tbody td:first-child { color: var(--c-text); font-weight: 600; }
  .vn33-table tbody tr:nth-child(odd) td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .vn33-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 9%, transparent); }

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

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

.sc14-root { background: var(--c-bg); }
  .sc14-inner { max-width: 1160px; margin: 0 auto; }
  .sc14-head  { margin: 0 0 18px; text-align: center; }
  /* Inherit from framework `h2` token. */
  .sc14-title { margin: 0 0 6px; }
  .sc14-sub   { margin: 0 auto; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 574px; }

  /* Compact 2-row layout — matches the height of the Trending (pg01) 8×3
     block on site so Popular Slots sections stay visually consistent.
     6 cols × 2 rows = 12 cells. 1 big (2×2 = 4 cells) + 8 small = 12.
     Anchor pinned at cols 3-4 rows 1-2 (dead centre). */
  .sc14-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 3 / 1;
    gap: 10px;
    grid-template-areas:
      "s1 s2 b1 b1 s3 s4"
      "s5 s6 b1 b1 s7 s8";
  }
  .sc14-grid > .lh-mb-pg-tile:nth-child(1) { grid-area: b1; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(2) { grid-area: s1; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(3) { grid-area: s2; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(4) { grid-area: s3; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(5) { grid-area: s4; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(6) { grid-area: s5; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(7) { grid-area: s6; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(8) { grid-area: s7; }
  .sc14-grid > .lh-mb-pg-tile:nth-child(9) { grid-area: s8; }

  /* Hover style: "Desaturated Bloom" — tiles rest slightly muted; on hover
     they bloom into full colour + a soft radial highlight expands behind
     the art, suggesting a spotlight. Reads as "wake up, look at me". */
  .lh-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.282s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.276s;
  }
  .lh-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.083);
    pointer-events: none; transition: box-shadow 0.277s;
  }
  .lh-mb-pg-tile::before {
    content: ''; position: absolute; inset: -10%;
    background: radial-gradient(circle at 50% 50%,
      color-mix(in srgb, var(--c-accent) 25%, transparent), transparent 55%);
    opacity: 0; pointer-events: none; z-index: 0;
    transition: opacity 0.408s, transform 0.598s cubic-bezier(.16,.84,.3,1);
    transform: scale(0.6);
  }
  .lh-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    filter: saturate(0.8) brightness(0.92);
    transition: transform 0.552s cubic-bezier(.16,.84,.3,1), filter 0.4s;
    position: relative; z-index: 1;
  }
  .lh-mb-pg-tile:hover {
    transform: translateY(-2px);
    box-shadow:
      0 16px 31px rgba(0,0,0,0.518),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .lh-mb-pg-tile:hover::before { opacity: 1; transform: scale(1.1); }
  .lh-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 55%, transparent); }
  .lh-mb-pg-tile:hover .lh-mb-pg-img {
    transform: scale(1.06);
    filter: saturate(1.2) brightness(1.1) contrast(1.05);
  }

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

.xz39-wrap { max-width: 1172px; margin: 0 auto; }
  .xz39-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .xz39-line { flex: 1; height: 1px; background: linear-gradient(88deg, transparent, var(--c-border), transparent); }
  .xz39-title { font-size: 0.796rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.18em; color: var(--c-text-muted); margin: 0; }
  .xz39-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
  .xz39-row .lh-mb-prov-tile { aspect-ratio: 4 / 3; background: color-mix(in oklab, var(--c-accent) 11%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 26%, var(--c-surface)); border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 5px; }
  .xz39-row .lh-mb-prov-img { max-width: 95%; max-height: 90%; object-fit: contain; }
  @media (max-width: 900px) { .xz39-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .xz39-row { grid-template-columns: repeat(3, 1fr); } }

.cy97-wrap { max-width: 953px; margin: 0 auto; }
  .cy97-title { color: var(--c-text); margin: 0 0 24px; }
  .cy97-cols { column-count: 2; column-gap: 48px; }
  .cy97-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .cy97-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .cy97-cols { column-count: 1; } }

.lz60-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 331px;
  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.095);
  box-shadow: 0 18px 51px rgba(0,0,0,0.392);
  display: flex;
  align-items: center;
  justify-content: center;
}
.lz60-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.lz60-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(176deg, rgba(0,0,0,0.481) 0%, rgba(0,0,0,0.651) 100%);
  z-index: 1;
}
.lz60-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 49px 29px;
  max-width: 723px;
}
.lz60-title {
  font-size: 34px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.524);
  letter-spacing: -0.01em;
}
.lz60-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.892);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 545px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.367);
}
.lz60-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 */
.lz60-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 25px;
  border-radius: 991px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.067);
  box-shadow: 0 4px 14px rgba(0,0,0,0.134);
  transition: box-shadow .25s ease;
}
.lz60-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.085),
    0 8px 21px rgba(255,255,255,0.185),
    0 4px 14px rgba(0,0,0,0.247);
}
.lz60-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .lz60-card { min-height: 275px; }
  .lz60-content { padding: 36px 20px; }
  .lz60-title { font-size: 23px; }
  .lz60-cta { padding: 11px 18px; font-size: 12px; }
}

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

  .fi99-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 14px; margin: 0 0 18px; align-items: stretch; }
  .fi99-primary {
    border-radius: 14px;
    padding: 26px 28px;
    background: linear-gradient(133deg,
      color-mix(in srgb, var(--c-accent) 38%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent);
    color: #fff;
    display: flex; flex-direction: column;
    justify-content: center;
    box-shadow: 0 18px 53px -28px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .fi99-primary-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .fi99-primary-p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.866); margin: 0; font-weight: 500; }

  .fi99-side { display: flex; flex-direction: column; gap: 10px; }
  .fi99-row {
    flex: 1;
    border-radius: 12px;
    padding: 16px 20px;
    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 color-mix(in srgb, var(--c-accent) 32%, transparent);
    color: #fff;
    display: flex; flex-direction: column; justify-content: center;
    box-shadow: 0 12px 29px -22px color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .fi99-row-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 6px; }
  .fi99-row-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.809); margin: 0; }

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

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

.do22-wrap { max-width: 1090px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .do22-intro { max-width: 832px; }
  .do22-title { color: var(--c-text); margin: 0 0 14px; }
  .do22-lead { font-size: 16px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .do22-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .do22-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 31px; }
  .do22-tag { display: inline-block; font-size: 0.663rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 10px; }
  .do22-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.021rem; font-weight: 700; }
  .do22-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .do22-row { grid-template-columns: 1fr; } }

.ol61-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 640px) { .ol61-grid { grid-template-columns: 1fr; } }
.ol61-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.ol61-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.ol61-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px; 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;
}
.ol61-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.ol61-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.ol61-header { text-align: center; }
.ol61-title { margin-top: 8px; }
.ol61-more {
  text-align: center;
  margin-top: 29px;
}

.vt55-header { text-align: center; margin-bottom: 2.541rem; }
  .vt55-masonry { columns: 3; column-gap: 1.28rem; }
  .vt55-card { break-inside: avoid; margin-bottom: 1.24rem; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 1.234rem; display: flex; flex-direction: column; gap: 0.616rem; }
  .vt55-card-large { padding: 1.797rem; }
  .vt55-card-accent { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); background: color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)); }
  .vt55-top { display: flex; align-items: center; gap: 10px; }
  .vt55-avatar { width: 41px; height: 42px; 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.811rem; color: var(--c-accent); flex-shrink: 0; }
  .vt55-name { font-weight: 700; font-size: 0.877rem; color: var(--c-text); }
  .vt55-role { font-size: 0.697rem; color: var(--c-text-muted); }
  .vt55-stars { color: #f59e0b; }
  .vt55-stars-sm { font-size: 0.87rem; }
  .vt55-stars-lg { font-size: 1.128rem; }
  .vt55-text { color: var(--c-text-muted); line-height: 1.65; }
  .vt55-text-sm { font-size: 0.794rem; }
  .vt55-text-lg { font-size: 0.914rem; }
  .vt55-highlight { color: var(--c-accent); font-weight: 700; }
  .vt55-meta { font-size: 0.71rem; color: var(--c-text-muted); display: flex; align-items: center; justify-content: space-between; }
  .vt55-verified { color: #22c55e; font-weight: 600; font-size: 0.681rem; }
  @media (max-width: 880px) { .vt55-masonry { columns: 2; } }
  @media (max-width: 600px) { .vt55-masonry { columns: 1; } }
  .vt55-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; width: 54px; height: 53px; font-size: 1.004rem; }
  .vt55-s2 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .vt55-s3 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .vt55-s4 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; width: 51px; height: 50px; }
  .vt55-s5 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .vt55-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .vt55-s7 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #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's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .tx98-root { text-align: center; padding: 45px 0 28px; }
  .tx98-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

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

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

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

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