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


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

.h24_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h24_nav a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.865rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.146s, color 0.149s;
  }
  .h24_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h24_right-area {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h24_bonus-badge {
    display: flex;
    align-items: center;
    gap: 6px;
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent);
    border-radius: 19px;
    padding: 5px 12px;
    white-space: nowrap;
    text-decoration: none;
    transition: background 0.147s;
  }
  .h24_bonus-badge:hover {
    background: color-mix(in srgb, var(--c-accent) 20%, transparent);
  }
  .h24_bonus-icon {
    font-size: 0.899rem;
    line-height: 1;
  }
  .h24_bonus-text {
    font-size: 0.778rem;
    font-weight: 700;
    color: var(--c-accent);
    letter-spacing: 0.01em;
  }
  .h24_bonus-sub {
    font-size: 0.702rem;
    font-weight: 500;
    color: color-mix(in srgb, var(--c-accent) 65%, transparent);
  }
  .h24_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: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 900px) {
    .h24_bonus-sub { display: none; }
  }
  @media (max-width: 768px) {
    .h24_nav { display: none; }
    .h24_cta-desktop { display: none !important; }
    .h24_menu-btn { display: flex !important; }
  }
  .h24_s1 { position: sticky; top: 0; z-index: 100; }
  .h24_s2 { display: flex; align-items: center; gap: 10px; }
  .h24_s3 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h24_s4 { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h24_s5 { flex: 1; justify-content: center; }

.rg89-hero {
  position: relative;
  min-height: 468px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.rg89-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(179deg,
    rgb(0 0 0 / calc(.5 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.62 + var(--hi-offset, 0))) 100%);
}
.rg89-content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 665px;
  padding: 41px 23px;
}
.rg89-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.364); }
.rg89-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.772);
  line-height: 1.6;
  margin: 0 0 28px;
}
.rg89-cta {
  display: inline-block;
  padding: 14px 35px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
}
.rg89-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) { .rg89-hero { min-height: 383px; } }

.az54-hero {
    background: linear-gradient(142deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 16%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .az54-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .az54-grid {
    display: grid;
    grid-template-columns: 1fr 382px;
    gap: 49px;
    align-items: center;
    padding: 55px 0;
    position: relative;
    z-index: 1;
  }
  .az54-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.698rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.103em;
    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;
  }
  .az54-title { color: var(--c-text); margin-bottom: 14px; }
  .az54-accent { color: var(--c-accent); }
  .az54-desc {
    font-size: 1.026rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 467px;
    margin-bottom: 24px;
  }
  .az54-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .az54-stat-val {
    font-size: 1.375rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .az54-stat-lbl {
    font-size: 0.699rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.058em;
    margin-top: 4px;
  }
  .az54-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .az54-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 18px rgba(255,255,255,0.19), 0 0 3px rgba(255,255,255,0.108);
    overflow: hidden;
  }
  .az54-card-header {
    padding: 17px 25px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.793rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.081em;
    color: var(--c-text-muted);
  }
  .az54-card-body { padding: 20px 24px; }
  .az54-detail-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .az54-detail-row:last-child { border-bottom: none; }
  .az54-detail-label {
    font-size: 0.805rem;
    color: var(--c-text-muted);
  }
  .az54-detail-value {
    font-size: 0.882rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .az54-detail-highlight {
    color: var(--c-accent);
  }
  .az54-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .az54-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.869rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .az54-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .az54-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 0; }
    .az54-card { display: none; }
  }

.ze29-wrap { max-width: 881px; margin: 0 auto; }
  .ze29-title { color: var(--c-text); margin: 0 0 21px; }
  .ze29-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .ze29-list { margin: 28px 0; display: grid; gap: 10px; }
  .ze29-row {
    display: grid;
    grid-template-columns: 232px 1fr;
    gap: 22px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(136deg,
      var(--c-surface) 0%,
      color-mix(in srgb, var(--c-accent) 5%, var(--c-surface)) 100%);
    border: 1px solid var(--c-border);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    overflow: hidden;
  }
  .ze29-row:hover {
    border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border));
    transform: translateX(3px);
    box-shadow: 0 10px 31px -16px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .ze29-label {
    font-size: 12px;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.082em;
  }
  .ze29-value {
    font-size: 15px;
    line-height: 1.55;
    color: var(--c-text-muted);
  }
  @media (max-width: 640px) {
    .ze29-row {
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 14px 16px;
    }
    .ze29-label { font-size: 12px; }
  }

.eb40-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 356px;
  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.072);
  box-shadow: 0 16px 49px rgba(0,0,0,0.385);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 37px;
}
.eb40-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.eb40-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(91deg, rgba(0,0,0,0.513) 0%, rgba(0,0,0,0.172) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.eb40-frame {
  position: relative;
  z-index: 2;
  max-width: 609px;
  padding: 35px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.184);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.eb40-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.461);
}
.eb40-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.377);
}
.eb40-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 983px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.396);
  transition: box-shadow .25s ease, filter .18s;
}
.eb40-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.168),
    0 10px 28px rgba(34,197,94,0.415);
}
@media (max-width: 768px) {
  .eb40-card {
    min-height: 344px;
    padding: 23px;
    justify-content: center;
  }
  .eb40-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.453) 0%, rgba(0,0,0,0.711) 100%);
  }
  .eb40-frame { padding: 23px 22px; max-width: 100%; }
  .eb40-title { font-size: 22px; }
  .eb40-amount { font-size: 14px; }
}

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

.og33-wrap { max-width: 1093px; margin: 0 auto; }
  .og33-intro { max-width: 757px; margin-bottom: 22px; }
  .og33-title { color: var(--c-text); margin: 0 0 12px; }
  .og33-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .og33-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .og33-table { width: 100%; min-width: 752px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .og33-table thead th { background: linear-gradient(132deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.698rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.122em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .og33-table thead th.og33-best { background: linear-gradient(132deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .og33-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.589rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.141em; margin-bottom: 8px; }
  .og33-best-title { display: block; }
  .og33-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .og33-table tbody td.og33-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); }
  .og33-table tbody tr:last-child td { border-bottom: none; }
  .og33-table tbody tr:last-child td.og33-best-cell { border-bottom: 2px solid var(--c-accent); }
  .og33-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .og33-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .og33-best-cell .og33-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.yq36-wrap { max-width: 991px; margin: 0 auto; }
  .yq36-title { color: var(--c-text); margin: 0 0 19px; }
  .yq36-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 25px; max-width: 733px; }
  .yq36-row { display: grid; grid-template-columns: 195px 1fr; gap: 40px; padding: 22px 0; border-top: 1px solid var(--c-border); }
  .yq36-row:last-child { border-bottom: 1px solid var(--c-border); }
  .yq36-sh3 { color: var(--c-accent); margin: 0; font-size: 0.87rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 700; padding-top: 4px; }
  .yq36-col { min-width: 0; }
  .yq36-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .yq36-sp:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .yq36-row { grid-template-columns: 1fr; gap: 8px; } }

.ck27-wrap { max-width: 909px; margin: 0 auto; }
  .ck27-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 17px;
    padding: 28px 30px 29px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.269);
  }
  .ck27-title { color: var(--c-text); margin: 0 0 14px; }
  .ck27-intro { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

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

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

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

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

.rm63-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 365px;
  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.097);
  box-shadow: 0 14px 43px rgba(0,0,0,0.41);
  display: flex;
  align-items: flex-end;
}
.rm63-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.rm63-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(181deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.154) 35%, rgba(0,0,0,0.727) 70%, rgba(0,0,0,0.953) 100%);
  z-index: 1;
}
.rm63-content {
  position: relative; z-index: 2;
  padding: 40px 44px;
  width: 100%;
}
.rm63-title {
  font-size: 29px;
  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.528);
}
.rm63-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.8);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 613px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.468);
}
.rm63-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. */
.rm63-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 23px;
  border-radius: 1025px;
  background: rgba(0,0,0,0.562);
  border: 1px solid rgba(255,255,255,0.218);
  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%);
}
.rm63-cta:hover {
  background: rgba(0,0,0,0.698);
  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);
}
.rm63-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .rm63-card { min-height: 312px; }
  .rm63-content { padding: 27px 22px; }
  .rm63-title { font-size: 21px; }
  .rm63-cta { padding: 11px 16px; font-size: 12px; }
}

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

.dj56-wrap { max-width: 1069px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .dj56-intro { max-width: 843px; text-align: center; margin: 0 auto; }
  .dj56-title { color: var(--c-text); margin: 0 0 14px; }
  .dj56-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .dj56-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .dj56-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 16px; padding: 32px 30px 28px; text-align: center; }
  .dj56-thumb { width: 65px; height: 62px; margin: 0 auto 16px; display: flex; align-items: center; justify-content: center; border-radius: 50%; }
  .dj56-thumb-pro { background: color-mix(in srgb, var(--c-accent) 18%, transparent); color: var(--c-accent); }
  .dj56-thumb-con { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .dj56-thumb svg { width: 32px; height: 33px; stroke-width: 2; }
  .dj56-h3 { color: var(--c-text); margin: 0 0 18px; font-size: 1.051rem; font-weight: 700; }
  .dj56-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; text-align: left; }
  .dj56-item { font-size: 15px; line-height: 1.6; color: var(--c-text-muted); padding-left: 16px; position: relative; }
  .dj56-item::before { content: ''; position: absolute; left: 0; top: 0.56em; width: 6px; height: 6px; border-radius: 50%; background: var(--c-accent); }
  .dj56-col-con .dj56-item::before { background: var(--c-text-muted); opacity: 0.6; }
  @media (max-width: 768px) { .dj56-row { grid-template-columns: 1fr; } }

.qb95-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 316px;
  background: linear-gradient(133deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 49px rgba(0,0,0,0.407);
  display: flex;
  align-items: center;
}
.qb95-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.qb95-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.811) 0%, rgba(0,0,0,0.54) 35%, rgba(0,0,0,0.044) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.qb95-content {
  position: relative;
  z-index: 2;
  padding: 44px 50px;
  max-width: 583px;
}
.qb95-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.501);
}
.qb95-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.505);
}
.qb95-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 1006px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.324);
  transition: box-shadow .25s ease, filter .18s;
}
.qb95-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.213),
    0 10px 27px rgba(34,197,94,0.423);
}
@media (max-width: 768px) {
  .qb95-card { min-height: 327px; }
  .qb95-overlay {
    background: linear-gradient(175deg, rgba(0,0,0,0.44) 0%, rgba(0,0,0,0.862) 100%);
  }
  .qb95-content { padding: 28px 23px; max-width: 100%; }
  .qb95-title { font-size: 23px; }
  .qb95-amount { font-size: 15px; }
}

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

  .ze62-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .ze62-card {
    border-radius: 12px;
    padding: 22px 24px;
    background: linear-gradient(136deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    color: #fff;
  }
  .ze62-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .ze62-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.743); margin: 0; }

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

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

  .ze62-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .ze62-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 973px; background: rgba(255,255,255,0.078); border: 1px solid rgba(255,255,255,0.114); }
  .ze62-bullet-icon {
    flex: 0 0 31px; height: 32px; 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);
  }
  .ze62-bullet-icon svg { width: 14px; height: 14px; }
  .ze62-bullet-text { flex: 1; color: rgba(255,255,255,0.935); font-size: 12px; line-height: 1.4; font-weight: 600; }

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

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

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

.uu75-wrap { max-width: 872px; margin: 0 auto; }
  .uu75-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .uu75-strip { height: 4px; background: linear-gradient(91deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .uu75-body { padding: 33px 40px; }
  .uu75-title { color: var(--c-text); margin: 0 0 20px; }
  .uu75-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .uu75-p:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .uu75-body { padding: 23px 21px; } }

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

  /* Compact 2-row layout — matches Trending (pg01) height so Popular Slots
     stays consistent across variants. 6 cols × 2 rows = 12 cells. One
     2×2 anchor top-left (4 cells) + 8 small = 12 → zero gaps. */
  .zv81-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 3 / 1;
    gap: 10px;
    grid-template-areas:
      "b1 b1 s1 s2 s3 s4"
      "b1 b1 s5 s6 s7 s8";
  }
  .zv81-grid > .oi-mb-pg-tile:nth-child(1) { grid-area: b1; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(2) { grid-area: s1; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(3) { grid-area: s2; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(4) { grid-area: s3; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(5) { grid-area: s4; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(6) { grid-area: s5; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(7) { grid-area: s6; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(8) { grid-area: s7; }
  .zv81-grid > .oi-mb-pg-tile:nth-child(9) { grid-area: s8; }

  /* Hover style: "Shine Sweep" — a diagonal white glint slides across
     the art on hover, like chrome catching light. Combined with a gentle
     lift and an accent underline inside the ring. Feels editorial. */
  .oi-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.278s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.281s;
  }
  .oi-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.039);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.273s;
  }
  /* The glint: a thin skewed white band parked off-screen left, sweeping
     all the way past the right edge on hover. 0.74s feels snappy but not
     hasty; easing keeps it smooth on big anchor tiles. */
  .oi-mb-pg-tile::before {
    content: ''; position: absolute;
    top: -10%; bottom: -10%; left: -60%; width: 40%;
    background: linear-gradient(118deg, transparent, rgba(255,255,255,0.257), transparent);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 1;
    transition: left 0.747s cubic-bezier(.16,.84,.3,1);
  }
  .oi-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.496s cubic-bezier(.16,.84,.3,1), filter 0.299s;
  }
  .oi-mb-pg-tile:hover {
    transform: translateY(-4px);
    box-shadow:
      0 16px 31px rgba(0,0,0,0.533),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .oi-mb-pg-tile:hover::before { left: 120%; }
  .oi-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 65%, transparent); }
  .oi-mb-pg-tile:hover .oi-mb-pg-img { transform: scale(1.06); filter: brightness(1.08) saturate(1.1); }

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

.xi72-wrap { max-width: 1177px; margin: 0 auto; }
  .xi72-intro { max-width: 770px; margin-bottom: 22px; }
  .xi72-title { color: var(--c-text); margin: 0 0 10px; }
  .xi72-lead { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .xi72-grid { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 4px; row-gap: 4px; }
  .xi72-grid .oi-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; }
  .xi72-grid .oi-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)); }
  .xi72-grid .oi-mb-prov-img { max-width: 97%; max-height: 94%; object-fit: contain; filter: brightness(0.95); transition: filter 0.18s; }
  .xi72-grid .oi-mb-prov-tile:hover .oi-mb-prov-img { filter: brightness(1.1); }
  @media (max-width: 1000px) { .xi72-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .xi72-grid { grid-template-columns: repeat(3, 1fr); } }

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

.zu86-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 340px;
  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.046);
  box-shadow: 0 18px 49px rgba(0,0,0,0.43);
  display: flex;
  align-items: center;
  justify-content: center;
}
.zu86-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.zu86-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(175deg, rgba(0,0,0,0.418) 0%, rgba(0,0,0,0.718) 100%);
  z-index: 1;
}
.zu86-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 51px 28px;
  max-width: 709px;
}
.zu86-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.523);
  letter-spacing: -0.01em;
}
.zu86-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.867);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 541px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.383);
}
.zu86-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 */
.zu86-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 971px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.035);
  box-shadow: 0 4px 14px rgba(0,0,0,0.187);
  transition: box-shadow .25s ease;
}
.zu86-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.101),
    0 8px 21px rgba(255,255,255,0.224),
    0 4px 14px rgba(0,0,0,0.23);
}
.zu86-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .zu86-card { min-height: 284px; }
  .zu86-content { padding: 35px 20px; }
  .zu86-title { font-size: 25px; }
  .zu86-cta { padding: 11px 18px; font-size: 12px; }
}

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

  .xg77-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .xg77-card {
    border-radius: 12px;
    padding: 20px 22px 22px;
    background: linear-gradient(138deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 36px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .xg77-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .xg77-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.848); margin: 0; font-weight: 500; }

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

  @media (max-width: 880px) { .xg77-cards { grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 640px) {
    .xg77-outer { padding: 22px 19px; border-radius: 14px; }
    .xg77-cards { grid-template-columns: 1fr; }
    .xg77-card { padding: 16px 18px 18px; }
  }

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

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

.wo94-layout { display: grid; grid-template-columns: 287px 1fr; gap: 3.018rem; align-items: start; margin-bottom: 2.436rem; }
  .wo94-score-block { text-align: center; }
  .wo94-big-score { font-size: 4.507rem; font-weight: 900; color: var(--c-accent); line-height: 1; }
  .wo94-tp-stars { color: #00b67a; font-size: 1.73rem; letter-spacing: 2px; margin: 0.497rem 0; }
  .wo94-tp-label { font-size: 0.888rem; color: var(--c-text-muted); }
  .wo94-tp-logo { font-weight: 800; font-size: 1.242rem; color: #00b67a; margin-top: 0.76rem; }
  .wo94-bars { display: flex; flex-direction: column; gap: 0.611rem; }
  .wo94-bar-row { display: flex; align-items: center; gap: 0.741rem; }
  .wo94-bar-label { font-size: 0.834rem; font-weight: 600; color: var(--c-text); min-width: 32px; }
  .wo94-bar-track { flex: 1; height: 10px; background: var(--c-border); border-radius: 5px; overflow: hidden; }
  .wo94-bar-fill { height: 100%; background: #00b67a; border-radius: 5px; }
  .wo94-bar-count { font-size: 0.752rem; color: var(--c-text-muted); min-width: 49px; text-align: right; }
  .wo94-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.016rem; }
  .wo94-review-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 10px; padding: 1.092rem; }
  .wo94-rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.629rem; }
  .wo94-rc-avatar { width: 37px; height: 37px; 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: 0.756rem; font-weight: 700; color: var(--c-accent); }
  .wo94-rc-name { font-weight: 700; font-size: 0.824rem; color: var(--c-text); }
  .wo94-rc-stars { color: #00b67a; font-size: 0.863rem; }
  .wo94-rc-text { font-size: 0.807rem; color: var(--c-text-muted); line-height: 1.5; margin-bottom: 0.501rem; }
  .wo94-rc-date { font-size: 0.704rem; color: var(--c-text-muted); }
  .wo94-header { text-align: center; margin-bottom: 2.044rem; }
  @media (max-width: 900px) { .wo94-layout { grid-template-columns: 1fr; } .wo94-reviews-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .wo94-reviews-grid { grid-template-columns: 1fr; } }
  .wo94-s1 { margin-bottom: 1.024rem; }
  .wo94-s2 { width: 18%; opacity: 0.75; }
  .wo94-s3 { width: 5%; opacity: 0.55; }
  .wo94-s4 { width: 2%; opacity: 0.4; }
  .wo94-s5 { width: 1%; opacity: 0.3; }
  .wo94-s6 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .wo94-s7 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .wo94-s8 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; }

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

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

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

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

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