@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;
}
.tc-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


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

.h27_root {
    background: var(--c-primary);
    border-bottom: 1px solid rgba(255,255,255,0.044);
  }
  .h27_logo-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-left: 0;
    padding-right: 20px;
    position: relative;
  }
  .h27_accent-bar {
    width: 4px;
    height: 40px;
    background: var(--c-accent);
    border-radius: 4px;
    flex-shrink: 0;
    box-shadow: 0 0 12px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .h27_logo-icon {
    width: 36px;
    height: 35px;
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.896rem;
    color: var(--c-accent);
    flex-shrink: 0;
  }
  .h27_logo-text {
    font-weight: 700;
    font-size: 1.119rem;
    color: #fff;
    letter-spacing: -0.01em;
  }
  .h27_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h27_nav a {
    color: rgba(255,255,255,0.544);
    text-decoration: none;
    font-size: 0.849rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.149s, color 0.15s;
  }
  .h27_nav a:hover {
    background: rgba(255,255,255,0.097);
    color: #fff;
  }
  .h27_divider {
    width: 1px;
    height: 28px;
    background: rgba(255,255,255,0.079);
    flex-shrink: 0;
  }
  .h27_cta {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .h27_login-btn {
    background: transparent;
    color: rgba(255,255,255,0.579);
    border: 1px solid rgba(255,255,255,0.168);
    padding: 7px 16px;
    border-radius: 6px;
    font-size: 0.876rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.15s, border-color 0.152s;
  }
  .h27_login-btn:hover {
    color: #fff;
    border-color: rgba(255,255,255,0.213);
  }
  .h27_register-btn {
    background: var(--c-accent);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 6px;
    font-size: 0.872rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.01em;
    box-shadow: 0 0 16px color-mix(in srgb, var(--c-accent) 40%, transparent);
    transition: opacity 0.152s, box-shadow 0.149s;
  }
  .h27_register-btn:hover {
    opacity: 0.92;
    box-shadow: 0 0 24px color-mix(in srgb, var(--c-accent) 55%, transparent);
  }
  .h27_menu-btn {
    display: none;
    background: rgba(255,255,255,0.085);
    border: 1px solid rgba(255,255,255,0.07);
    color: rgba(255,255,255,0.704);
    width: 38px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h27_nav { display: none; }
    .h27_cta-desktop { display: none !important; }
    .h27_menu-btn { display: flex !important; }
  }
  .h27_s1 { position: sticky; top: 0; z-index: 100; }
  .h27_s2 { position: relative; top: auto; z-index: auto; }
  .h27_s3 { display: flex; align-items: center; gap: 10px; }
  .h27_s4 { background: var(--c-primary); border-top: 1px solid rgba(255,255,255,0.041); }
  .h27_s5 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h27_s6 { padding: 12px 0; border-top: 1px solid rgba(255,255,255,0.072); display: flex; gap: 8px; }
  .h27_s7 { flex: 1; text-align: center; }

.dn49-hero {
  position: relative;
  min-height: 481px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.dn49-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(92deg,
    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%);
}
.dn49-content {
  position: relative; z-index: 1;
  max-width: 562px;
  padding: 41px 0;
}
.dn49-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;
}
.dn49-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 8px rgba(0,0,0,0.338); }
.dn49-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.781);
  line-height: 1.65;
  margin: 0 0 26px;
}
.dn49-btn-primary {
  display: inline-block;
  padding: 13px 32px;
  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;
}
.dn49-btn-primary: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) { .dn49-hero { min-height: 377px; } }

.xo63-hero {
    background: linear-gradient(158deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 14%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .xo63-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .xo63-grid {
    display: grid;
    grid-template-columns: 1fr 371px;
    gap: 48px;
    align-items: center;
    padding: 54px 0;
    position: relative;
    z-index: 1;
  }
  .xo63-badge {
    display: inline-block;
    font-size: 0.683rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    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;
  }
  .xo63-line {
    width: 47px;
    height: 3px;
    background: var(--c-accent);
    border-radius: 2px;
    margin-bottom: 16px;
  }
  .xo63-title { color: var(--c-text); margin-bottom: 14px; }
  .xo63-accent { color: var(--c-accent); }
  .xo63-desc {
    font-size: 1.028rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 459px;
    margin-bottom: 24px;
  }
  .xo63-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .xo63-stat-val {
    font-size: 1.42rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .xo63-stat-lbl {
    font-size: 0.677rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.061em;
    margin-top: 4px;
  }
  .xo63-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .xo63-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 1px 15px rgba(255,255,255,0.173), 0 0 2px rgba(255,255,255,0.097);
    overflow: hidden;
  }
  .xo63-card-header {
    padding: 21px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.772rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    color: var(--c-text-muted);
  }
  .xo63-card-body { padding: 24px; }
  .xo63-card-amount {
    font-size: 2.562rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
    margin-bottom: 4px;
  }
  .xo63-card-sub {
    font-size: 0.865rem;
    color: var(--c-text-muted);
    margin-bottom: 16px;
  }
  .xo63-card-features {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .xo63-card-feat {
    font-size: 0.85rem;
    color: var(--c-text);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .xo63-card-feat span {
    color: var(--c-accent);
    font-size: 0.748rem;
    font-weight: 800;
  }
  .xo63-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .xo63-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.887rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .xo63-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .xo63-grid { grid-template-columns: 1fr; gap: 32px; padding: 39px 0; }
    .xo63-card { display: none; }
  }

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

.vk77-wrap { max-width: 1097px; margin: 0 auto; display: flex; flex-direction: column; gap: 23px; }
  .vk77-intro { max-width: 825px; }
  .vk77-title { color: var(--c-text); margin: 0 0 14px; }
  .vk77-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .vk77-row { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .vk77-col-h { font-size: 0.684rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.159em; margin: 0 0 14px; }
  .vk77-col-h-pro { color: var(--c-accent); }
  .vk77-col-h-con { color: var(--c-text); }
  .vk77-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .vk77-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 1029px; font-size: 14px; line-height: 1.45; }
  .vk77-pill-pro { background: color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)); color: var(--c-text); border: 1px solid color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .vk77-pill-con { background: var(--c-surface); color: var(--c-text-muted); border: 1px dashed color-mix(in srgb, var(--c-text-muted) 30%, var(--c-border)); }
  .vk77-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .vk77-pill-pro svg { color: var(--c-accent); }
  .vk77-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .vk77-row { grid-template-columns: 1fr; gap: 23px; } }

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

.al86-wrap { max-width: 937px; margin: 0 auto; }
  .al86-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.316);
  }
  .al86-title { color: var(--c-text); margin: 0 0 14px; }
  .al86-intro { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

  .al86-panel {
    border-radius: 16px;
    padding: 27px 26px 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;
  }
  .al86-panel:last-of-type { margin-bottom: 0; }

  .al86-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; text-align: center; }
  .al86-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.748); text-align: center; margin: 0 auto 22px; max-width: 568px; }
  .al86-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.784); text-align: center; margin: 22px auto 0; max-width: 584px; }

  .al86-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; counter-reset: al86-step; }
  .al86-step {
    counter-increment: al86-step;
    display: flex; align-items: stretch;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255,255,255,0.022);
    border: 1px solid rgba(255,255,255,0.073);
  }
  .al86-step::before {
    content: counter(al86-step);
    flex: 0 0 71px;
    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;
  }
  .al86-step-text {
    flex: 1;
    padding: 13px 18px;
    color: rgba(255,255,255,0.934);
    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);
  }

  .al86-cta-wrap { margin-top: 24px; text-align: center; }
  .al86-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1007px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; 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;
  }
  .al86-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) {
    .al86-outer { padding: 22px 18px; border-radius: 14px; }
    .al86-panel { padding: 20px 16px; border-radius: 12px; }
    .al86-h3 { font-size: 16px; }
    .al86-step::before { flex-basis: 57px; font-size: 15px; }
    .al86-step-text { padding: 11px 14px; font-size: 12px; }
  }

.nx58-wrap { max-width: 869px; margin: 0 auto; }
  .nx58-title { color: var(--c-text); margin: 0 0 20px; }
  .nx58-intro { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 26px; }
  .nx58-sec { display: grid; grid-template-columns: 58px 1fr; gap: 22px; margin-bottom: 26px; align-items: start; }
  .nx58-sec:last-child { margin-bottom: 0; }
  .nx58-num { font-size: 1.854rem; font-weight: 800; color: var(--c-accent); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.041em; }
  .nx58-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.166rem; }
  .nx58-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .nx58-sp:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .nx58-sec { grid-template-columns: 1fr; gap: 4px; } }

.az40-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 324px;
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 49px rgba(0,0,0,0.374);
  display: flex;
  align-items: center;
}
.az40-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.az40-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.814) 0%, rgba(0,0,0,0.464) 35%, rgba(0,0,0,0.05) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.az40-content {
  position: relative;
  z-index: 2;
  padding: 44px 51px;
  max-width: 604px;
}
.az40-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.547);
}
.az40-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 25px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.498);
}
.az40-cta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 990px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.346);
  transition: box-shadow .25s ease, filter .18s;
}
.az40-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.156),
    0 10px 28px rgba(34,197,94,0.473);
}
@media (max-width: 768px) {
  .az40-card { min-height: 316px; }
  .az40-overlay {
    background: linear-gradient(179deg, rgba(0,0,0,0.374) 0%, rgba(0,0,0,0.819) 100%);
  }
  .az40-content { padding: 28px 22px; max-width: 100%; }
  .az40-title { font-size: 24px; }
  .az40-amount { font-size: 15px; }
}

.ap35-wrap { max-width: 1188px; margin: 0 auto; }
  .ap35-intro { max-width: 819px; margin-bottom: 26px; }
  .ap35-title { color: var(--c-text); margin: 0 0 14px; }
  .ap35-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ap35-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .ap35-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
  .ap35-tag { font-size: 0.644rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.139em; }
  .ap35-h3 { color: var(--c-text); margin: 0; font-size: 1.056rem; font-weight: 700; }
  .ap35-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 12px; }
  .ap35-p:last-child { margin-bottom: 0; }
  @media (max-width: 920px) { .ap35-row { grid-template-columns: 1fr; gap: 18px; } }

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

  .zh64-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 18px;
  }
  .zh64-card {
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(133deg,
      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;
  }
  .zh64-card-h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .zh64-card-p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.798);
    margin: 0;
  }

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

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

  .zh64-bullets {
    list-style: none; padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .zh64-bullet {
    display: flex; align-items: stretch; gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px -6px rgba(0,0,0,0.424);
  }
  .zh64-bullet-icon {
    flex: 0 0 45px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
  }
  .zh64-bullet-icon svg { width: 18px; height: 18px; }
  .zh64-bullet-text {
    flex: 1;
    padding: 10px 14px;
    background: #f5f7fa;
    color: #374151;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.4;
    display: flex; align-items: center;
  }

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

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

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

.ys35-wrap { max-width: 1120px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .ys35-intro { max-width: 843px; }
  .ys35-title { color: var(--c-text); margin: 0 0 14px; }
  .ys35-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .ys35-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .ys35-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; position: relative; }
  .ys35-card::before { content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 2px; background: var(--c-accent); border-radius: 0 0 2px 2px; opacity: 0.7; }
  .ys35-eyebrow { font-size: 0.673rem; color: var(--c-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.138em; margin-bottom: 8px; }
  .ys35-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.07rem; font-weight: 700; }
  .ys35-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .ys35-p:last-child { margin-bottom: 0; }
  .ys35-take { margin: 14px 0 0; padding: 16px 18px; background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-radius: 10px; }
  .ys35-take-label { font-size: 0.686rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.119em; margin-bottom: 6px; }
  .ys35-take-text { font-size: 14px; line-height: 1.7; color: var(--c-text); margin: 0; }
  .ys35-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 36px; }
  .ys35-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.138rem; font-weight: 700; }
  .ys35-bp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 17px; max-width: 772px; }
  .ys35-bcols { column-count: 2; column-gap: 45px; }
  .ys35-bcol-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .ys35-bcol-p:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .ys35-row { grid-template-columns: 1fr; } .ys35-bcols { column-count: 1; } }

.si31-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.si31-card { cursor: default; border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, box-shadow .3s ease; }
.si31-card:hover { transform: scale(1.05); box-shadow: inset 0 -3px 0 var(--c-accent); }
.si31-thumb { aspect-ratio: 4/3; background: linear-gradient(131deg, var(--card-bg1, var(--c-surface)), var(--card-bg2, var(--c-border))); display: flex; align-items: center; justify-content: center; }
.si31-emoji { font-size: 47px; }
@media (max-width: 768px) { .si31-grid { grid-template-columns: repeat(2, 1fr); } }

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

.vp63-wrap { max-width: 1210px; margin: 0 auto; text-align: center; }
  .vp63-eyebrow { font-size: 0.71rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.161em; color: var(--c-accent); margin-bottom: 16px; }
  .vp63-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; max-width: 1119px; margin: 0 auto; }
  .vp63-row .tc-mb-prov-tile { height: 69px; background: color-mix(in oklab, var(--c-accent) 12%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 30%, var(--c-surface)); border-radius: 979px; display: flex; align-items: center; justify-content: center; padding: 0 10px; transition: background 0.148s; }
  .vp63-row .tc-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-surface)); }
  .vp63-row .tc-mb-prov-img { max-width: 95%; max-height: 85%; object-fit: contain; }
  @media (max-width: 900px) { .vp63-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .vp63-row { grid-template-columns: repeat(3, 1fr); } }

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

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

.ug55-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 370px;
  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.126);
  box-shadow: 0 14px 44px rgba(0,0,0,0.369);
  display: flex;
  align-items: flex-end;
}
.ug55-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ug55-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(183deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.133) 35%, rgba(0,0,0,0.677) 70%, rgba(0,0,0,0.937) 100%);
  z-index: 1;
}
.ug55-content {
  position: relative; z-index: 2;
  padding: 40px 44px;
  width: 100%;
}
.ug55-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.453);
}
.ug55-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.801);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 628px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.469);
}
.ug55-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. */
.ug55-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 22px;
  border-radius: 986px;
  background: rgba(0,0,0,0.514);
  border: 1px solid rgba(255,255,255,0.169);
  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.031em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.ug55-cta:hover {
  background: rgba(0,0,0,0.719);
  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);
}
.ug55-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ug55-card { min-height: 320px; }
  .ug55-content { padding: 29px 22px; }
  .ug55-title { font-size: 22px; }
  .ug55-cta { padding: 11px 16px; font-size: 12px; }
}

.au76-layout { display: grid; grid-template-columns: 280px 1fr; gap: 2.917rem; align-items: start; margin-bottom: 2.56rem; }
  .au76-score-block { text-align: center; }
  .au76-big-score { font-size: 4.413rem; font-weight: 900; color: var(--c-accent); line-height: 1; }
  .au76-tp-stars { color: #00b67a; font-size: 1.722rem; letter-spacing: 2px; margin: 0.512rem 0; }
  .au76-tp-label { font-size: 0.869rem; color: var(--c-text-muted); }
  .au76-tp-logo { font-weight: 800; font-size: 1.27rem; color: #00b67a; margin-top: 0.759rem; }
  .au76-bars { display: flex; flex-direction: column; gap: 0.63rem; }
  .au76-bar-row { display: flex; align-items: center; gap: 0.771rem; }
  .au76-bar-label { font-size: 0.801rem; font-weight: 600; color: var(--c-text); min-width: 31px; }
  .au76-bar-track { flex: 1; height: 10px; background: var(--c-border); border-radius: 5px; overflow: hidden; }
  .au76-bar-fill { height: 100%; background: #00b67a; border-radius: 5px; }
  .au76-bar-count { font-size: 0.747rem; color: var(--c-text-muted); min-width: 51px; text-align: right; }
  .au76-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.017rem; }
  .au76-review-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 10px; padding: 1.131rem; }
  .au76-rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.627rem; }
  .au76-rc-avatar { width: 39px; 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.759rem; font-weight: 700; color: var(--c-accent); }
  .au76-rc-name { font-weight: 700; font-size: 0.811rem; color: var(--c-text); }
  .au76-rc-stars { color: #00b67a; font-size: 0.855rem; }
  .au76-rc-text { font-size: 0.802rem; color: var(--c-text-muted); line-height: 1.5; margin-bottom: 0.51rem; }
  .au76-rc-date { font-size: 0.706rem; color: var(--c-text-muted); }
  .au76-header { text-align: center; margin-bottom: 1.995rem; }
  @media (max-width: 900px) { .au76-layout { grid-template-columns: 1fr; } .au76-reviews-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .au76-reviews-grid { grid-template-columns: 1fr; } }
  .au76-s1 { margin-bottom: 0.992rem; }
  .au76-s2 { width: 18%; opacity: 0.75; }
  .au76-s3 { width: 5%; opacity: 0.55; }
  .au76-s4 { width: 2%; opacity: 0.4; }
  .au76-s5 { width: 1%; opacity: 0.3; }
  .au76-s6 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .au76-s7 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .au76-s8 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; }

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

  .if11-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .if11-card {
    border-radius: 12px;
    padding: 20px 23px 21px;
    background: linear-gradient(136deg,
      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 -23px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .if11-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .if11-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.823); margin: 0; font-weight: 500; }

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

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

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

/* Pills stay the defining visual element, just shorter — 44px
     instead of 64, and section padding trimmed so the block slots
     in next to a heavier block (CTA / text) without dwarfing them. */
  .bl75-root { padding: 29px 0; }
  .bl75-wrap { max-width: 1074px; margin: 0 auto; text-align: center; }
  .bl75-title { margin: 0 0 12px; font-size: 1.085rem; }
  .bl75-row { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
  .bl75-row .tc-mb-trust-tile { display: flex; align-items: center; justify-content: center; height: 43px; padding: 6px 18px; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 1027px; transition: border-color 0.146s; }
  .bl75-row .tc-mb-trust-tile:hover { border-color: var(--c-accent); }
  .bl75-row .tc-mb-trust-img { max-width: 94px; max-height: 100%; object-fit: contain; }

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

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

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

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

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

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