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

.jl39-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 354px;
  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.037);
  box-shadow: 0 16px 49px rgba(0,0,0,0.411);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
}
.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(92deg, rgba(0,0,0,0.515) 0%, rgba(0,0,0,0.133) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.jl39-glass {
  position: relative;
  z-index: 2;
  max-width: 443px;
  padding: 32px 32px;
  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.14);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.459);
}
.jl39-title {
  font-size: 25px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.jl39-amount {
  font-size: 14px;
  color: rgba(255,255,255,0.827);
  line-height: 1.5;
  margin: 0 0 24px;
}
.jl39-cta {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 990px;
  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.265);
  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: 346px;
    padding: 23px;
    justify-content: center;
  }
  .jl39-overlay {
    background: linear-gradient(181deg, rgba(0,0,0,0.354) 0%, rgba(0,0,0,0.7) 100%);
  }
  .jl39-glass { padding: 25px 22px; max-width: 100%; }
  .jl39-title { font-size: 22px; }
}

.el67-wrap { max-width: 1006px; margin: 0 auto; }
  .el67-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 44px -21px rgba(0,0,0,0.252);
  }
  .el67-title { color: var(--c-text); margin: 0 0 12px; }
  .el67-intro { font-size: 15px; 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 25px;
    background: linear-gradient(132deg,
      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.752); margin: 0; }

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

  .el67-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    background: linear-gradient(135deg,
      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 52px -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.814); margin: 0 0 16px; }
  .el67-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.738); 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: 1007px; background: rgba(255,255,255,0.089); border: 1px solid rgba(255,255,255,0.054); }
  .el67-bullet-icon {
    flex: 0 0 31px; 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.886); 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: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0 0 18px; }

  .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.117em; text-transform: uppercase;
    color: var(--c-bg);
    background: linear-gradient(135deg, 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: 18px; }
  .el67-cta {
    display: inline-block; padding: 12px 29px; border-radius: 974px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.103em;
    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;
  }
  .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; }
  }

.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: 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 49px -27px 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.144em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(134deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    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.183em;
  }
  .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: 851px; 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 40px; }
  .xs73-title { color: var(--c-text); margin: 0 0 19px; }
  .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; } }

.zd42-hero {
    background: var(--c-bg);
    border-bottom: 1px solid var(--c-border);
  }
  .zd42-inner {
    max-width: 621px;
    padding: 55px 0;
  }
  .zd42-line {
    width: 49px;
    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: 1.01rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    margin-bottom: 28px;
  }
  .zd42-stats {
    display: flex;
    gap: 32px;
    margin-top: 32px;
  }
  .zd42-stat-num {
    font-size: 1.486rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .zd42-stat-label {
    font-size: 0.766rem;
    color: var(--c-text-muted);
    margin-top: 4px;
  }
  @media (max-width: 640px) {
    .zd42-inner { padding: 41px 0; }
    .zd42-stats { gap: 20px; }
  }

.yz82-header { text-align: center; margin-bottom: 2.524rem; }
  .yz82-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.509rem; }
  .yz82-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; overflow: hidden; }
  .yz82-card-head { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-surface)); padding: 1.533rem; display: flex; flex-direction: column; align-items: center; gap: 0.756rem; border-bottom: 1px solid var(--c-border); }
  .yz82-avatar { width: 71px; height: 72px; 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: 1.543rem; font-weight: 800; color: var(--c-accent); border: 3px solid var(--c-accent); }
  .yz82-expert-name { font-size: 1.089rem; font-weight: 800; color: var(--c-text); text-align: center; }
  .yz82-expert-title { font-size: 0.749rem; color: var(--c-accent); font-weight: 600; text-align: center; }
  .yz82-expert-creds { font-size: 0.716rem; color: var(--c-text-muted); text-align: center; line-height: 1.5; }
  .yz82-overall-verdict { display: flex; align-items: center; gap: 8px; }
  .yz82-verdict-score { font-size: 1.769rem; font-weight: 900; color: var(--c-accent); }
  .yz82-verdict-label { font-size: 0.73rem; color: var(--c-text-muted); }
  .yz82-card-body { padding: 1.233rem; }
  .yz82-verdict-text { font-size: 0.89rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 1.006rem; font-style: italic; }
  .yz82-scores { display: flex; flex-direction: column; gap: 0.493rem; }
  .yz82-score-row { display: flex; align-items: center; justify-content: space-between; }
  .yz82-score-label { font-size: 0.761rem; color: var(--c-text-muted); }
  .yz82-score-bar-wrap { flex: 1; margin: 0 0.64rem; height: 6px; background: var(--c-border); border-radius: 3px; overflow: hidden; }
  .yz82-score-bar { height: 100%; background: var(--c-accent); border-radius: 3px; }
  .yz82-score-num { font-size: 0.746rem; font-weight: 700; color: var(--c-text); min-width: 28px; text-align: right; }
  @media (max-width: 880px) { .yz82-grid { grid-template-columns: 1fr; } }
  .yz82-s1 { color: #f59e0b; font-size: 0.852rem; }
  .yz82-s2 { background: color-mix(in srgb,#8b5cf6 8%,var(--c-surface)); }
  .yz82-s3 { background: color-mix(in srgb,#8b5cf6 20%,var(--c-surface)); color: #8b5cf6; border-color: #8b5cf6; }
  .yz82-s4 { color: #8b5cf6; }
  .yz82-s5 { width: 90%; background: #8b5cf6; }
  .yz82-s6 { width: 88%; background: #8b5cf6; }
  .yz82-s7 { width: 85%; background: #8b5cf6; }
  .yz82-s8 { width: 92%; background: #8b5cf6; }
  .yz82-s9 { background: color-mix(in srgb,#10b981 8%,var(--c-surface)); }
  .yz82-s10 { background: color-mix(in srgb,#10b981 20%,var(--c-surface)); color: #10b981; border-color: #10b981; }
  .yz82-s11 { color: #10b981; }
  .yz82-s12 { width: 100%; background: #10b981; }
  .yz82-s13 { width: 96%; background: #10b981; }
  .yz82-s14 { width: 92%; background: #10b981; }
  .yz82-s15 { width: 88%; background: #10b981; }

.vm46-wrap { max-width: 1054px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .vm46-intro { max-width: 831px; }
  .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: 23px; }
  .vm46-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 24px 27px; }
  .vm46-head { display: flex; align-items: center; gap: 14px; margin-bottom: 18px; padding-bottom: 16px; border-bottom: 1px solid var(--c-border); }
  .vm46-num { font-size: 2.059rem; 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.711rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.137em; color: var(--c-text); margin: 0; }
  .vm46-sub { font-size: 0.737rem; 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; } }

.fh25-wrap { max-width: 1099px; margin: 0 auto; }
  .fh25-intro { max-width: 774px; 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: 723px; border-collapse: separate; border-spacing: 0 8px; }
  .fh25-table thead th { background: linear-gradient(92deg, 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.688rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.119em; 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: 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(88deg, 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.946rem; 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(134deg, 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.993rem; 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.027rem; font-variant-numeric: tabular-nums; }
  .fh25-here { display: inline-block; font-size: 0.606rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.162em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 994px; }

.sx33-header { text-align: center; }
.sx33-title { margin-top: 8px; }
.sx33-lead { margin-top: 10px; max-width: 567px; margin-left: auto; margin-right: auto; }
.sx33-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 37px; 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 21px 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: 21px; 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: 874px; 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: 19px 25px;
  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.224rem 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.452s 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.898rem; color: var(--c-text-muted);
    margin: 0 auto 22px; max-width: 458px; line-height: 1.55;
  }

  .dh63-divider {
    max-width: 279px; 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.895rem; 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.775rem;
    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.79rem;
    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;
}
