@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; }

.dp11-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 334px;
  background: linear-gradient(138deg,
    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.113);
  box-shadow: 0 18px 49px rgba(0,0,0,0.428);
  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(179deg, rgba(0,0,0,0.442) 0%, rgba(0,0,0,0.694) 100%);
  z-index: 1;
}
.dp11-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 51px 28px;
  max-width: 730px;
}
.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.537);
  letter-spacing: -0.01em;
}
.dp11-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.84);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 544px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.354);
}
.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: 990px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.032);
  box-shadow: 0 4px 14px rgba(0,0,0,0.169);
  transition: box-shadow .25s ease;
}
.dp11-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.13),
    0 8px 22px rgba(255,255,255,0.198),
    0 4px 14px rgba(0,0,0,0.203);
}
.dp11-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .dp11-card { min-height: 281px; }
  .dp11-content { padding: 37px 20px; }
  .dp11-title { font-size: 24px; }
  .dp11-cta { padding: 11px 18px; font-size: 12px; }
}

.ri21-wrap { max-width: 1120px; margin: 0 auto; }
  .ri21-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 36px;
    align-items: start;
    margin-bottom: 24px;
  }
  .ri21-title { color: var(--c-text); margin: 0 0 18px; }
  .ri21-p { font-size: 15px; 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 49px -25px 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: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.14em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(133deg,
      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.177em;
  }
  .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; }
  }

.jl39-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 356px;
  background: linear-gradient(139deg,
    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.051);
  box-shadow: 0 16px 49px rgba(0,0,0,0.494);
  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(89deg, rgba(0,0,0,0.523) 0%, rgba(0,0,0,0.122) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.jl39-glass {
  position: relative;
  z-index: 2;
  max-width: 443px;
  padding: 31px 33px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.379));
  border: 1px solid rgba(255,255,255,0.145);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.378);
}
.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.809);
  line-height: 1.5;
  margin: 0 0 25px;
}
.jl39-cta {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 995px;
  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.284);
  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 27px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .jl39-card {
    min-height: 331px;
    padding: 24px;
    justify-content: center;
  }
  .jl39-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.389) 0%, rgba(0,0,0,0.667) 100%);
  }
  .jl39-glass { padding: 24px 22px; max-width: 100%; }
  .jl39-title { font-size: 22px; }
}

.ya91-hero {
  position: relative;
  min-height: 475px;
  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(181deg,
    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: 669px;
  padding: 40px 24px;
}
.ya91-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.361); }
.ya91-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.815);
  line-height: 1.6;
  margin: 0 0 29px;
}
.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: 384px; } }

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

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

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

  .el67-panel {
    border-radius: 14px;
    padding: 22px 23px 24px;
    background: linear-gradient(134deg,
      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 -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .el67-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .el67-panel-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.82); margin: 0 0 16px; }
  .el67-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.819); margin: 16px 0 0; }

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

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

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

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

.fh25-wrap { max-width: 1115px; margin: 0 auto; }
  .fh25-intro { max-width: 783px; 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: 717px; border-collapse: separate; border-spacing: 0 8px; }
  .fh25-table thead th { background: linear-gradient(90deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 23px; font-size: 0.721rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; 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: 17px 21px; font-size: 15px; 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(92deg, 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: 38px; height: 38px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.965rem; 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.983rem; 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.026rem; font-variant-numeric: tabular-nums; }
  .fh25-here { display: inline-block; font-size: 0.609rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.157em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1017px; }

.sx33-header { text-align: center; }
.sx33-title { margin-top: 8px; }
.sx33-lead { margin-top: 10px; max-width: 571px; margin-left: auto; margin-right: auto; }
.sx33-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 35px; max-width: 897px; 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: 29px; max-width: 912px; 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; } }

.qk42-wrap { padding: 1.222rem 0; }
  .qk42-line {
    height: 2px;
    background: var(--c-accent);
    border-radius: 2px;
    box-shadow: 0 0 8px var(--c-accent), 0 0 20px color-mix(in srgb, var(--c-accent) 50%, transparent);
    animation: qk42-pulse 2.431s ease-in-out infinite;
  }
  @keyframes qk42-pulse {
    0%, 100% {
      opacity: 1;
      box-shadow: 0 0 8px var(--c-accent), 0 0 20px color-mix(in srgb, var(--c-accent) 50%, transparent);
    }
    50% {
      opacity: 0.55;
      box-shadow: 0 0 4px var(--c-accent), 0 0 8px color-mix(in srgb, var(--c-accent) 30%, transparent);
    }
  }

/* ── 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.874rem; color: var(--c-text-muted);
    margin: 0 auto 21px; max-width: 461px; line-height: 1.55;
  }

  .dh63-divider {
    max-width: 272px; 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.933rem; 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.771rem;
    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: 18px;
  }
  .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.777rem;
    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: 11px !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;
}
