@charset "UTF-8";

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


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

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

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

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

.ri21-wrap { max-width: 1133px; margin: 0 auto; }
  .ri21-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 37px;
    align-items: start;
    margin-bottom: 25px;
  }
  .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 -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: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.139em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(139deg,
      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: 13px;
    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; }
  }

.vm46-wrap { max-width: 1098px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .vm46-intro { max-width: 843px; }
  .vm46-title { color: var(--c-text); margin: 0 0 14px; }
  .vm46-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .vm46-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .vm46-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 25px 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: 1.961rem; font-weight: 800; line-height: 1; letter-spacing: -0.031em; 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.719rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.14em; color: var(--c-text); margin: 0; }
  .vm46-sub { font-size: 0.757rem; 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; } }

.xs73-wrap { max-width: 882px; 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(89deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 40%, transparent)); }
  .xs73-body { padding: 33px 40px; }
  .xs73-title { color: var(--c-text); margin: 0 0 21px; }
  .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: 23px 22px; } }

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

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

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

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

  .io76-cta-wrap { margin-top: 24px; }
  .io76-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1003px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.097em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .io76-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 640px) {
    .io76-outer { padding: 21px 18px; border-radius: 14px; }
    .io76-panel { padding: 19px 16px; border-radius: 12px; }
    .io76-h3 { font-size: 16px; }
    .io76-step { gap: 10px; }
    .io76-step::before { width: 42px; height: 41px; font-size: 14px; }
    .io76-step-text { padding: 10px 14px; font-size: 13px; }
  }

.is48-wrap { max-width: 988px; margin: 0 auto; }
  .is48-title { color: var(--c-text); margin: 0 0 24px; }
  .is48-cols { column-count: 2; column-gap: 49px; }
  .is48-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .is48-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .is48-cols { column-count: 1; } }

.jl39-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 368px;
  background: linear-gradient(134deg,
    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.119);
  box-shadow: 0 16px 51px rgba(0,0,0,0.461);
  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(91deg, rgba(0,0,0,0.467) 0%, rgba(0,0,0,0.054) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.jl39-glass {
  position: relative;
  z-index: 2;
  max-width: 433px;
  padding: 33px 32px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.425));
  border: 1px solid rgba(255,255,255,0.057);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 37px rgba(0,0,0,0.427);
}
.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.796);
  line-height: 1.5;
  margin: 0 0 23px;
}
.jl39-cta {
  display: inline-block;
  padding: 13px 37px;
  border-radius: 1005px;
  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.298);
  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: 338px;
    padding: 24px;
    justify-content: center;
  }
  .jl39-overlay {
    background: linear-gradient(175deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.655) 100%);
  }
  .jl39-glass { padding: 23px 22px; max-width: 100%; }
  .jl39-title { font-size: 22px; }
}

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

.el67-wrap { max-width: 962px; margin: 0 auto; }
  .el67-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 17px;
    padding: 27px 30px 30px;
    box-shadow: 0 16px 43px -22px rgba(0,0,0,0.287);
  }
  .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: 23px 25px;
    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);
    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.749); 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(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 53px -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: 13px; line-height: 1.65; color: rgba(255,255,255,0.742); margin: 0 0 16px; }
  .el67-panel-foot { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.771); 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: 989px; background: rgba(255,255,255,0.088); border: 1px solid rgba(255,255,255,0.053); }
  .el67-bullet-icon {
    flex: 0 0 33px; height: 31px; 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.944); font-size: 12px; 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 19px; 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.123em; text-transform: uppercase;
    color: var(--c-bg);
    background: linear-gradient(137deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
  }
  .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 30px; border-radius: 1012px;
    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 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 29px -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; }
  }

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

.qa73-header { text-align: center; }
.qa73-section { padding: 41px 0; }
.qa73-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 24px; }
.qa73-card { border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; cursor: default; transition: transform .3s ease, box-shadow .3s ease; }
.qa73-card:hover { transform: translateY(-4px); box-shadow: inset 3px 0 0 var(--c-accent), 0 6px 16px rgba(0,0,0,0.231); }
.qa73-thumb { aspect-ratio: 4/3; background: linear-gradient(131deg, var(--card-bg1, var(--c-primary)), var(--card-bg2, var(--c-secondary))); display: flex; align-items: center; justify-content: center; }
.qa73-emoji { font-size: 46px; }
@media (max-width: 768px) { .qa73-grid { grid-template-columns: repeat(3, 1fr); } }

.cw84-wrap { max-width: 805px; margin: 0 auto; }
  .cw84-title { color: var(--c-text); margin: 0 0 20px; }
  .cw84-panel { background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 28px 32px; }
  .cw84-p { font-size: 15px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .cw84-p:last-child { margin-bottom: 0; }

.tk24-wrap { max-width: 1170px; margin: 0 auto; }
  .tk24-head { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; }
  .tk24-line { flex: 1; height: 1px; background: linear-gradient(92deg, transparent, var(--c-border), transparent); }
  .tk24-title { font-size: 0.765rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.176em; color: var(--c-text-muted); margin: 0; }
  .tk24-row { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; }
  .tk24-row .te-mb-prov-tile { aspect-ratio: 4 / 3; background: color-mix(in oklab, var(--c-accent) 11%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 26%, var(--c-surface)); border-radius: 12px; display: flex; align-items: center; justify-content: center; padding: 5px; }
  .tk24-row .te-mb-prov-img { max-width: 95%; max-height: 90%; object-fit: contain; }
  @media (max-width: 900px) { .tk24-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .tk24-row { grid-template-columns: repeat(3, 1fr); } }

.fh25-wrap { max-width: 1127px; margin: 0 auto; }
  .fh25-intro { max-width: 778px; margin-bottom: 23px; }
  .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: 720px; border-collapse: separate; border-spacing: 0 8px; }
  .fh25-table thead th { background: linear-gradient(88deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 21px; font-size: 0.712rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.118em; 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 21px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .fh25-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .fh25-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .fh25-table tbody tr.fh25-active td { background: linear-gradient(91deg, color-mix(in srgb, var(--c-accent) 14%, var(--c-surface)), var(--c-surface) 80%); border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); }
  .fh25-rank { display: inline-flex; align-items: center; gap: 12px; }
  .fh25-badge { width: 38px; height: 39px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.968rem; 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(137deg, 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: 1.02rem; 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.01rem; font-variant-numeric: tabular-nums; }
  .fh25-here { display: inline-block; font-size: 0.626rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.159em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1009px; }

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

.dp11-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 343px;
  background: linear-gradient(131deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.034);
  box-shadow: 0 18px 49px rgba(0,0,0,0.463);
  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(182deg, rgba(0,0,0,0.468) 0%, rgba(0,0,0,0.697) 100%);
  z-index: 1;
}
.dp11-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 49px 29px;
  max-width: 719px;
}
.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.492);
  letter-spacing: -0.01em;
}
.dp11-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.911);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 529px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.406);
}
.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 25px;
  border-radius: 971px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.031);
  box-shadow: 0 4px 14px rgba(0,0,0,0.137);
  transition: box-shadow .25s ease;
}
.dp11-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.077),
    0 8px 22px rgba(255,255,255,0.217),
    0 4px 14px rgba(0,0,0,0.199);
}
.dp11-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .dp11-card { min-height: 285px; }
  .dp11-content { padding: 36px 20px; }
  .dp11-title { font-size: 24px; }
  .dp11-cta { padding: 11px 18px; font-size: 12px; }
}

.yz82-header { text-align: center; margin-bottom: 2.57rem; }
  .yz82-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.54rem; }
  .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.494rem; display: flex; flex-direction: column; align-items: center; gap: 0.732rem; border-bottom: 1px solid var(--c-border); }
  .yz82-avatar { width: 73px; height: 71px; 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.497rem; font-weight: 800; color: var(--c-accent); border: 3px solid var(--c-accent); }
  .yz82-expert-name { font-size: 1.063rem; font-weight: 800; color: var(--c-text); text-align: center; }
  .yz82-expert-title { font-size: 0.77rem; color: var(--c-accent); font-weight: 600; text-align: center; }
  .yz82-expert-creds { font-size: 0.691rem; 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.742rem; font-weight: 900; color: var(--c-accent); }
  .yz82-verdict-label { font-size: 0.75rem; color: var(--c-text-muted); }
  .yz82-card-body { padding: 1.223rem; }
  .yz82-verdict-text { font-size: 0.856rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.981rem; font-style: italic; }
  .yz82-scores { display: flex; flex-direction: column; gap: 0.51rem; }
  .yz82-score-row { display: flex; align-items: center; justify-content: space-between; }
  .yz82-score-label { font-size: 0.741rem; color: var(--c-text-muted); }
  .yz82-score-bar-wrap { flex: 1; margin: 0 0.615rem; 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.747rem; font-weight: 700; color: var(--c-text); min-width: 27px; text-align: right; }
  @media (max-width: 880px) { .yz82-grid { grid-template-columns: 1fr; } }
  .yz82-s1 { color: #f59e0b; font-size: 0.85rem; }
  .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; }

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

  .bn99-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .bn99-card {
    border-radius: 12px;
    padding: 22px 24px 25px;
    background: linear-gradient(135deg,
      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 37px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .bn99-eyebrow { color: var(--c-accent); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: 0.141em; margin: 0 0 6px; }
  .bn99-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .bn99-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.877); margin: 0; font-weight: 500; }

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

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

.sx33-header { text-align: center; }
.sx33-title { margin-top: 8px; }
.sx33-lead { margin-top: 10px; max-width: 563px; margin-left: auto; margin-right: auto; }
.sx33-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 924px; 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: 19px; 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: 892px; 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 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; } }

/* 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. */
  .rt99-root { padding: 28px 0; }
  .rt99-wrap { max-width: 1104px; margin: 0 auto; text-align: center; }
  .rt99-title { margin: 0 0 12px; font-size: 1.072rem; }
  .rt99-row { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
  .rt99-row .te-mb-trust-tile { display: flex; align-items: center; justify-content: center; height: 44px; padding: 6px 18px; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 1002px; transition: border-color 0.146s; }
  .rt99-row .te-mb-trust-tile:hover { border-color: var(--c-accent); }
  .rt99-row .te-mb-trust-img { max-width: 93px; 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. */
  .dh63-root { text-align: center; padding: 43px 0 28px; }
  .dh63-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

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

  .dh63-divider {
    max-width: 280px; 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.927rem; 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.764rem;
    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.788rem;
    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;
}
