@charset "UTF-8";

:root {
  --c-primary: #0e3f49;
  --c-secondary: #0c3741;
  --c-accent: #ff4c3b;
  --c-bg: #104a55;
  --c-surface: #13525f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c3b;
  --c-btn-text: #ffffff;
  --c-border: #116066;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.te-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


.te-logo-png { height: 39px; width: auto; display: block; object-fit: contain; }

.zd42-root {
    position: sticky;
    top: 0;
    z-index: 100;
    background: var(--c-bg);
    border-bottom: 1px solid transparent;
    background-clip: padding-box;
  }
  .zd42-root::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(91deg, transparent 0%, var(--c-grad-start) 25%, var(--c-grad-end) 75%, transparent 100%);
    opacity: 0.6;
  }
  .zd42-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  @media (max-width: 768px) {
    .zd42-nav { display: none; }
    .zd42-btns-desktop { display: none; }
    .zd42-menu-btn { display: flex !important; }
  }
  .zd42-menu-btn { display: none; }
  .zd42-hrel { position: relative; background: transparent; }
  .zd42-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .zd42-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .zd42-mbtn { flex: 1; justify-content: center; }

.ya91-hero {
  position: relative;
  min-height: 472px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ya91-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(177deg,
    rgb(0 0 0 / calc(.5 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.62 + var(--hi-offset, 0))) 100%);
}
.ya91-content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 695px;
  padding: 39px 24px;
}
.ya91-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.409); }
.ya91-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.822);
  line-height: 1.6;
  margin: 0 0 28px;
}
.ya91-cta {
  display: inline-block;
  padding: 14px 36px;
  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;
}
.ya91-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .ya91-hero { min-height: 372px; } }

.zd42-hero {
    background: var(--c-bg);
    border-bottom: 1px solid var(--c-border);
  }
  .zd42-inner {
    max-width: 610px;
    padding: 57px 0;
  }
  .zd42-line {
    width: 48px;
    height: 3px;
    background: var(--c-accent);
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .zd42-title { color: var(--c-text); margin-bottom: 14px; }
  .zd42-desc {
    font-size: 0.982rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 27px;
  }
  .zd42-stats {
    display: flex;
    gap: 31px;
    margin-top: 32px;
  }
  .zd42-stat-num {
    font-size: 1.525rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .zd42-stat-label {
    font-size: 0.729rem;
    color: var(--c-text-muted);
    margin-top: 4px;
  }
  @media (max-width: 640px) {
    .zd42-inner { padding: 41px 0; }
    .zd42-stats { gap: 20px; }
  }

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

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

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

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

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

.ri21-wrap { max-width: 1116px; margin: 0 auto; }
  .ri21-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 37px;
    align-items: start;
    margin-bottom: 24px;
  }
  .ri21-title { color: var(--c-text); margin: 0 0 18px; }
  .ri21-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .ri21-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;
  }
  .ri21-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.139em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(137deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .ri21-spec tbody th, .ri21-spec tbody td {
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .ri21-spec tbody tr:last-child th,
  .ri21-spec tbody tr:last-child td { border-bottom: none; }
  .ri21-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .ri21-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .ri21-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .ri21-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.185em;
  }
  .ri21-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .ri21-grid {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }
  @media (max-width: 640px) {
    .ri21-spec thead th { padding: 11px 14px; }
    .ri21-spec tbody th, .ri21-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .ri21-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

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

.jl39-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 358px;
  background: linear-gradient(131deg,
    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.03);
  box-shadow: 0 16px 51px rgba(0,0,0,0.443);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 39px;
}
.jl39-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.jl39-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.128) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.jl39-glass {
  position: relative;
  z-index: 2;
  max-width: 436px;
  padding: 31px 31px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.366));
  border: 1px solid rgba(255,255,255,0.097);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.395);
}
.jl39-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.jl39-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.781);
  line-height: 1.5;
  margin: 0 0 24px;
}
.jl39-cta {
  display: inline-block;
  padding: 13px 37px;
  border-radius: 1029px;
  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.344);
  transition: box-shadow .25s ease, filter .18s;
}
.jl39-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) {
  .jl39-card {
    min-height: 337px;
    padding: 25px;
    justify-content: center;
  }
  .jl39-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.328) 0%, rgba(0,0,0,0.714) 100%);
  }
  .jl39-glass { padding: 25px 22px; max-width: 100%; }
  .jl39-title { font-size: 22px; }
}

.eo91-wrap { max-width: 825px; margin: 0 auto; }
  .eo91-eyebrow { font-size: 0.708rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.164em; margin-bottom: 10px; }
  .eo91-title { color: var(--c-text); margin: 0 0 20px; }
  .eo91-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .eo91-p:last-child { margin-bottom: 0; }

.bz98-root { background: var(--c-bg); }
  /* This variant keeps 3 rows as requested — capped a bit narrower than
     the 2-row siblings (1180 → 900) so the overall block height stays
     close to the Trending (pg01) benchmark instead of towering over the
     rest of the page. */
  .bz98-inner { max-width: 926px; margin: 0 auto; }
  .bz98-head  { margin: 0 0 18px; text-align: center; }
  /* Inherit from framework `h2` token. */
  .bz98-title { margin: 0 0 6px; }
  .bz98-sub   { margin: 0 auto; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 552px; }

  /* 6 cols × 3 rows = 18 cells, 18 tiles → zero gaps. Flat grid, no anchors. */
  .bz98-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    aspect-ratio: 6 / 3;
    gap: 10px;
  }

  /* ── "Spotlight Focus" hover effect ─────────────────────────────────
     No scale, no translate, no zoom — all motion is via filter + border.
     The :has() selector lets a hover on ANY child dim all its siblings,
     so the hovered tile looks like it's in a spotlight. On top of that:
       • accent ring + ambient glow on the hovered tile
       • a thin vertical accent scan-line slides across it
       • the focused image brightens slightly (no transform, no zoom)
     Supported by Safari 15.4+, Chrome 105+, Firefox 121+ — safe in 2026. */
  .te-mb-pg-tile {
    position: relative;
    background: var(--c-bg);
    border-radius: 10px;
    overflow: hidden;
    transition:
      filter 0.345s ease,
      opacity 0.356s ease,
      box-shadow 0.352s ease;
  }
  .te-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.032);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.345s ease;
  }
  /* Scan-line: a thin accent-coloured vertical stripe parked just off the
     left edge. On hover it glides across to the right edge and fades out. */
  .te-mb-pg-tile::before {
    content: ''; position: absolute;
    top: 0; bottom: 0; left: -8%;
    width: 8%;
    background: linear-gradient(91deg,
      transparent,
      color-mix(in srgb, var(--c-accent) 70%, transparent),
      transparent);
    pointer-events: none; z-index: 1; opacity: 0;
    transition: left 0.716s cubic-bezier(.16,.84,.3,1), opacity 0.2s ease;
    mix-blend-mode: screen;
  }
  .te-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: filter 0.307s ease;
  }

  /* When ANY tile is hovered, ALL siblings dim. */
  .bz98-grid:has(.te-mb-pg-tile:hover) .te-mb-pg-tile:not(:hover) {
    filter: saturate(0.35) brightness(0.55);
    opacity: 0.7;
  }

  /* The hovered tile itself: accent ring + ambient glow, slightly brighter
     image, scan-line plays across. */
  .te-mb-pg-tile:hover {
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--c-accent) 85%, transparent),
      0 0 22px color-mix(in srgb, var(--c-accent) 40%, transparent),
      0 10px 21px rgba(0,0,0,0.55);
  }
  .te-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.164); }
  .te-mb-pg-tile:hover::before { left: 100%; opacity: 1; }
  .te-mb-pg-tile:hover .te-mb-pg-img { filter: brightness(1.1) saturate(1.15) contrast(1.04); }

  @media (max-width: 960px) {
    .bz98-grid { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(5, 1fr); aspect-ratio: 4 / 5; }
    .bz98-grid > .te-mb-pg-tile:nth-child(n+21) { display: none; } /* leave all visible up to 20 */
  }
  @media (max-width: 600px) {
    .bz98-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(6, 1fr); aspect-ratio: 3 / 6; gap: 8px; }
  }

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

.tk24-wrap { max-width: 1222px; margin: 0 auto; }
  .tk24-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .tk24-line { flex: 1; height: 1px; background: linear-gradient(89deg, transparent, var(--c-border), transparent); }
  .tk24-title { font-size: 0.784rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.183em; color: var(--c-text-muted); margin: 0; }
  .tk24-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
  .tk24-row .te-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; }
  .tk24-row .te-mb-prov-img { max-width: 95%; max-height: 90%; object-fit: contain; }
  @media (max-width: 900px) { .tk24-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .tk24-row { grid-template-columns: repeat(3, 1fr); } }

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

.fh25-wrap { max-width: 1071px; margin: 0 auto; }
  .fh25-intro { max-width: 747px; margin-bottom: 22px; }
  .fh25-title { color: var(--c-text); margin: 0 0 12px; }
  .fh25-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .fh25-scroll { overflow-x: auto; }
  .fh25-table { width: 100%; min-width: 716px; border-collapse: separate; border-spacing: 0 8px; }
  .fh25-table thead th { background: linear-gradient(89deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 22px; font-size: 0.695rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; text-align: left; }
  .fh25-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .fh25-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .fh25-table tbody td { background: var(--c-surface); padding: 18px 22px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .fh25-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .fh25-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .fh25-table tbody tr.fh25-active td { background: linear-gradient(91deg, color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)), var(--c-surface) 80%); border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); }
  .fh25-rank { display: inline-flex; align-items: center; gap: 12px; }
  .fh25-badge { width: 37px; height: 39px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.973rem; flex-shrink: 0; }
  .fh25-badge-bronze { background: #a0785a; }
  .fh25-badge-silver { background: #8a8e94; }
  .fh25-badge-gold { background: #c5a03f; }
  .fh25-badge-plat { background: #6a7b8b; }
  .fh25-badge-diamond { background: linear-gradient(138deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 50%, #6a7b8b)); box-shadow: 0 0 14px -2px color-mix(in srgb, var(--c-accent) 60%, transparent); }
  .fh25-rank-name { display: block; font-size: 0.992rem; font-weight: 800; color: var(--c-text); }
  .fh25-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .fh25-pct { font-weight: 800; color: var(--c-accent); font-size: 1.016rem; font-variant-numeric: tabular-nums; }
  .fh25-here { display: inline-block; font-size: 0.615rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.158em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1001px; }

.dp11-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 350px;
  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.044);
  box-shadow: 0 18px 49px rgba(0,0,0,0.388);
  display: flex;
  align-items: center;
  justify-content: center;
}
.dp11-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.dp11-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(178deg, rgba(0,0,0,0.483) 0%, rgba(0,0,0,0.681) 100%);
  z-index: 1;
}
.dp11-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 49px 27px;
  max-width: 725px;
}
.dp11-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.472);
  letter-spacing: -0.01em;
}
.dp11-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.853);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 553px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.361);
}
.dp11-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 */
.dp11-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 996px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.128);
  box-shadow: 0 4px 14px rgba(0,0,0,0.173);
  transition: box-shadow .25s ease;
}
.dp11-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.075),
    0 8px 22px rgba(255,255,255,0.173),
    0 4px 14px rgba(0,0,0,0.225);
}
.dp11-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .dp11-card { min-height: 277px; }
  .dp11-content { padding: 37px 20px; }
  .dp11-title { font-size: 24px; }
  .dp11-cta { padding: 11px 18px; font-size: 12px; }
}

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

  .bn99-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .bn99-card {
    border-radius: 12px;
    padding: 21px 24px 24px;
    background: linear-gradient(132deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 35px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .bn99-eyebrow { color: var(--c-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.143em; margin: 0 0 6px; }
  .bn99-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .bn99-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.889); margin: 0; font-weight: 500; }

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

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

.sx33-header { text-align: center; }
.sx33-title { margin-top: 8px; }
.sx33-lead { margin-top: 10px; max-width: 570px; margin-left: auto; margin-right: auto; }
.sx33-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; max-width: 873px; margin-left: auto; margin-right: auto; align-items: start; }
.sx33-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.sx33-item:hover { border-color: color-mix(in srgb, var(--c-accent) 35%, transparent); }
.sx33-item.te-faq-open {
  border-color: color-mix(in srgb, var(--c-accent) 50%, transparent);
  box-shadow: 0 0 20px color-mix(in srgb, var(--c-accent) 6%, transparent);
}
.sx33-q {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px; cursor: pointer; list-style: none; user-select: none;
}
.sx33-q::-webkit-details-marker { display: none; }
.sx33-qtext { flex: 1; font-size: 14px; font-weight: 600; color: var(--c-text); line-height: 1.4; }
.sx33-chevron {
  width: 20px; height: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted); transition: transform .25s;
}
.sx33-item.te-faq-open .sx33-chevron { transform: rotate(182deg); color: var(--c-accent); }
.sx33-body {
  padding: 0 20px 18px; font-size: 13px; line-height: 1.7;
  color: var(--c-text-muted); border-top: 1px solid var(--c-border); padding-top: 14px;
}
.sx33-cta {
  margin-top: 28px; max-width: 924px; margin-left: auto; margin-right: auto;
  background: color-mix(in srgb, var(--c-accent) 5%, var(--c-surface));
  border: 1px solid color-mix(in srgb, var(--c-accent) 18%, transparent);
  border-radius: 12px; padding: 20px 23px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.sx33-cta-text { font-size: 14px; font-weight: 600; color: var(--c-text); }
.sx33-cta-sub { font-size: 12px; color: var(--c-text-muted); margin-top: 2px; }
@media (max-width: 640px) { .sx33-grid { grid-template-columns: 1fr; } }

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

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

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

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

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

  .dh63-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);
  }
  .dh63-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"] .te-btn,
  body [class*="actions-desktop"] .te-btn,
  body [class*="btns-desktop"] .te-btn,
  body [class*="cta-wrap"] .te-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;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
