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


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

.xn19-right { display: flex; align-items: center; gap: 14px; }
  .xn19-online-badge { display: flex; align-items: center; gap: 6px; font-size: 0.732rem; }
  .xn19-register-btn {
    background: var(--c-accent);
    color: var(--c-bg);
    border: none;
    padding: 8px 20px;
    border-radius: var(--radius-sm);
    font-size: 0.896rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.031em;
    transition: opacity 0.15s;
  }
  .xn19-register-btn:hover { opacity: 0.88; }
  @media (max-width: 768px) {
    .xn19-nav { display: none; }
    .xn19-cta-wrap { display: none; }
    .xn19-menu-btn { display: flex !important; }
  }
  .xn19-menu-btn { display: none; }
  .xn19-sroot { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; width: 100%; }
  .xn19-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .xn19-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .xn19-mbtn-full { width: 100%; display: block; text-align: center; }
body { padding-top: 66px; }
@media (max-width: 768px) { body { padding-top: 58px; } }

.ea26-hero {
  position: relative;
  min-height: 477px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ea26-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(91deg,
    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%);
}
.ea26-content {
  position: relative; z-index: 1;
  max-width: 529px;
  padding: 40px 0;
}
.ea26-title { color: #fff; margin: 0 0 23px; text-shadow: 0 2px 10px rgba(0,0,0,0.443); }
.ea26-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.ea26-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.893);
  font-weight: 500;
}
.ea26-check {
  width: 21px; height: 22px;
  flex-shrink: 0;
  border-radius: 50%;
  background: var(--c-accent);
  color: var(--c-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}
.ea26-cta {
  display: inline-block;
  padding: 13px 34px;
  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;
}
.ea26-cta:hover {
  filter: brightness(1.06);
  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) {
  .ea26-overlay { background: rgba(0,0,0,0.65); }
}

.mr19-hero {
    background: linear-gradient(161deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 16%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .mr19-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .mr19-grid {
    display: grid;
    grid-template-columns: 1fr 376px;
    gap: 49px;
    align-items: center;
    padding: 55px 0;
    position: relative;
    z-index: 1;
  }
  .mr19-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.681rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.098em;
    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;
  }
  .mr19-title { color: var(--c-text); margin-bottom: 14px; }
  .mr19-accent { color: var(--c-accent); }
  .mr19-desc {
    font-size: 0.971rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 452px;
    margin-bottom: 25px;
  }
  .mr19-stats {
    display: flex;
    gap: 28px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .mr19-stat-val {
    font-size: 1.36rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .mr19-stat-lbl {
    font-size: 0.676rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.059em;
    margin-top: 4px;
  }
  .mr19-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .mr19-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 16px rgba(255,255,255,0.207), 0 0 5px rgba(255,255,255,0.086);
    overflow: hidden;
  }
  .mr19-card-header {
    padding: 18px 23px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.769rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.078em;
    color: var(--c-text-muted);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mr19-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-accent);
    display: inline-block;
    margin-right: 6px;
  }
  .mr19-card-body { padding: 21px 24px; }
  .mr19-countdown {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-bottom: 18px;
  }
  .mr19-count-box {
    text-align: center;
    padding: 14px 8px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-border) 40%, transparent);
  }
  .mr19-count-num {
    font-size: 1.47rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .mr19-count-unit {
    font-size: 0.596rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 4px;
  }
  .mr19-offer-details {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .mr19-offer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .mr19-offer-row:last-child { border-bottom: none; }
  .mr19-offer-label {
    font-size: 0.802rem;
    color: var(--c-text-muted);
  }
  .mr19-offer-value {
    font-size: 0.801rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .mr19-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .mr19-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.886rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .mr19-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .mr19-grid { grid-template-columns: 1fr; gap: 33px; padding: 41px 0; }
    .mr19-card { display: none; }
  }

.yi31-wrap { max-width: 876px; margin: 0 auto; }
  .yi31-title { color: var(--c-text); margin: 0 0 22px; }
  .yi31-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .yi31-list { margin: 27px 0; display: grid; gap: 10px; }
  .yi31-row {
    display: grid;
    grid-template-columns: 237px 1fr;
    gap: 21px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(137deg,
      var(--c-surface) 0%,
      color-mix(in srgb, var(--c-accent) 5%, var(--c-surface)) 100%);
    border: 1px solid var(--c-border);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    overflow: hidden;
  }
  .yi31-row:hover {
    border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border));
    transform: translateX(3px);
    box-shadow: 0 10px 30px -16px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .yi31-label {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.082em;
  }
  .yi31-value {
    font-size: 15px;
    line-height: 1.55;
    color: var(--c-text-muted);
  }
  @media (max-width: 640px) {
    .yi31-row {
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 14px 16px;
    }
    .yi31-label { font-size: 12px; }
  }

.il41-wrap { max-width: 1098px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .il41-intro { max-width: 839px; }
  .il41-title { color: var(--c-text); margin: 0 0 14px; }
  .il41-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .il41-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 23px; align-items: stretch; }
  .il41-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 28px 31px; }
  .il41-verdict { display: flex; flex-direction: column; gap: 14px; }
  .il41-vlabel { font-size: 0.677rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.163em; color: var(--c-accent); }
  .il41-score-row { display: flex; align-items: baseline; gap: 8px; }
  .il41-score { font-size: 2.927rem; font-weight: 800; color: var(--c-accent); line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
  .il41-score-max { font-size: 1.121rem; font-weight: 700; color: var(--c-text-muted); }
  .il41-vh3 { color: var(--c-text); margin: 6px 0 0; font-size: 1.206rem; font-weight: 700; }
  .il41-vp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .il41-stacks { display: flex; flex-direction: column; gap: 14px; }
  .il41-stack { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 20px 21px; }
  .il41-stack-pro { border-color: color-mix(in srgb, var(--c-accent) 30%, var(--c-border)); background: color-mix(in srgb, var(--c-accent) 5%, var(--c-surface)); }
  .il41-stack-h { font-size: 0.683rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.143em; margin: 0 0 12px; display: inline-flex; align-items: center; gap: 8px; }
  .il41-stack-h-pro { color: var(--c-accent); }
  .il41-stack-h-con { color: var(--c-text); }
  .il41-stack-h svg { width: 16px; height: 16px; }
  .il41-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .il41-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
  .il41-item svg { flex-shrink: 0; width: 14px; height: 14px; margin-top: 2px; }
  .il41-item-pro svg { color: var(--c-accent); }
  .il41-item-con svg { color: var(--c-text-muted); }
  @media (max-width: 880px) { .il41-grid { grid-template-columns: 1fr; } }

.hj12-wrap { max-width: 910px; margin: 0 auto; padding-bottom: 28px; border-bottom: 1px solid var(--c-border); }
  .hj12-title { color: var(--c-text); margin: 0 0 22px; text-align: center; }
  .hj12-p { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; }
  .hj12-wrap .il41-item { font-size: 16px; line-height: 1.85; }
  .hj12-p:last-child { margin-bottom: 0; }

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

  .xe82-panel {
    border-radius: 16px;
    padding: 26px 26px 28px;
    margin-bottom: 19px;
    background: linear-gradient(133deg,
      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 53px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .xe82-panel:last-of-type { margin-bottom: 0; }

  .xe82-h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.005em;
  }
  .xe82-h3-lead {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.897);
    text-align: center;
    margin: 0 auto 22px;
    max-width: 570px;
  }
  .xe82-h3-foot {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.9);
    text-align: center;
    margin: 21px auto 0;
    max-width: 576px;
  }

  .xe82-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    counter-reset: xe82-step;
  }
  .xe82-step {
    counter-increment: xe82-step;
    display: flex;
    align-items: stretch;
    gap: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 12px -8px rgba(0,0,0,0.412);
  }
  .xe82-step::before {
    content: counter(xe82-step);
    flex: 0 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(176deg,
      color-mix(in srgb, #fff 22%, var(--c-accent)) 0%,
      var(--c-accent) 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0,0,0,0.16);
  }
  .xe82-step-text {
    flex: 1;
    padding: 13px 18px;
    background: #f5f7fa;
    color: #374151;
    font-size: 13px;
    line-height: 1.5;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: flex;
    align-items: center;
  }

  .xe82-cta-wrap { margin-top: 24px; }
  .xe82-cta {
    display: inline-block;
    padding: 12px 30px;
    border-radius: 1001px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.101em;
    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;
  }
  .xe82-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) {
    .xe82-outer { padding: 22px 18px; border-radius: 14px; }
    .xe82-panel { padding: 21px 16px; border-radius: 12px; }
    .xe82-h3 { font-size: 16px; }
    .xe82-step::before { flex-basis: 45px; font-size: 19px; }
    .xe82-step-text { padding: 11px 13px; font-size: 11px; }
  }

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

.nb54-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 380px;
  background: linear-gradient(132deg,
    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.103);
  box-shadow: 0 14px 43px rgba(0,0,0,0.446);
  display: flex;
  align-items: flex-end;
}
.nb54-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.nb54-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(182deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.132) 35%, rgba(0,0,0,0.828) 75%, rgba(0,0,0,0.935) 100%);
  z-index: 1;
}
.nb54-content {
  position: relative; z-index: 2;
  padding: 36px 43px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.nb54-text { max-width: 740px; }
.nb54-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 1015px;
  background: color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent);
  color: var(--c-accent, #f59e0b);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.nb54-title {
  font-size: 28px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.537);
}
.nb54-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.798);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.441);
}
.nb54-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 1010px;
  background: var(--c-accent, #22c55e);
  color: var(--c-bg, var(--c-bg));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.345);
  transition: box-shadow .25s ease, filter .18s;
}
.nb54-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 29px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.nb54-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .nb54-card { min-height: 344px; }
  .nb54-content {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .nb54-title { font-size: 22px; }
}

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

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

  .mh30-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 19px; counter-reset: vp04c; }
  .mh30-card {
    counter-increment: vp04c;
    position: relative;
    border-radius: 12px;
    padding: 18px 20px 20px;
    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;
    overflow: hidden;
  }
  .mh30-card::before {
    content: counter(vp04c);
    position: absolute; top: 12px; right: 16px;
    font-size: 28px; font-weight: 900; line-height: 1;
    color: color-mix(in srgb, var(--c-accent) 70%, transparent);
    letter-spacing: -0.02em;
  }
  .mh30-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; padding-right: 36px; }
  .mh30-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.786); margin: 0; }

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

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

  .mh30-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
  .mh30-bullet { display: flex; align-items: center; gap: 12px; }
  .mh30-bullet-icon {
    flex: 0 0 14px; width: 14px; height: 14px;
    background: var(--c-accent);
    transform: rotate(45deg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .mh30-bullet-text { flex: 1; color: rgba(255,255,255,0.896); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

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

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

.uu66-wrap { max-width: 1101px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .uu66-intro { max-width: 834px; }
  .uu66-title { color: var(--c-text); margin: 0 0 14px; }
  .uu66-lead { font-size: 16px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .uu66-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
  .uu66-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 30px; }
  .uu66-tag { display: inline-block; font-size: 0.68rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.14em; margin-bottom: 10px; }
  .uu66-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.039rem; font-weight: 700; }
  .uu66-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .uu66-row { grid-template-columns: 1fr; } }

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

.vc29-root .phl-shot-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 20px;
}
.phl-shot-card {
  border-radius: 10px;
  cursor: pointer;
}
.phl-shot-card:hover {
  transform: translateY(-5px) scale(1.015);
  box-shadow:
    inset 0 -3px 0 var(--c-accent),
    0 14px 28px rgba(0,0,0,0.32);
}
.phl-shot-thumb {
  aspect-ratio: 1 / 1;
  padding: 8px;
  overflow: hidden;
}
.phl-shot-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 7px;
  transition: transform .28s ease, filter .28s ease;
}
.phl-shot-card:hover .phl-shot-img {
  transform: scale(1.08);
  filter: brightness(1.08) saturate(1.12);
}

.nb54-card .nb54-content {
  align-items: center;
  justify-content: space-between;
}
.nb54-card .nb54-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.nb54-card .nb54-badge {
  width: max-content;
  margin: 0;
}
.nb54-card .nb54-title,
.nb54-card .nb54-sub {
  display: block;
  max-width: 620px;
}
.nb54-card .nb54-sub {
  margin: 0;
}
@media (max-width: 900px) {
  .vc29-root .phl-shot-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  .nb54-card .nb54-content {
    justify-content: center;
  }
}
@media (max-width: 560px) {
  .vc29-root .phl-shot-row {
    grid-template-columns: 1fr;
  }
}

.xv29-wrap { max-width: 884px; margin: 0 auto; }
  .xv29-title { color: var(--c-text); margin: 0 0 18px; }
  .xv29-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 25px; }
  .xv29-sec { border-left: 3px solid var(--c-accent); padding: 4px 0 14px 22px; margin-bottom: 21px; }
  .xv29-sec:last-child { margin-bottom: 0; padding-bottom: 0; }
  .xv29-sh3 { color: var(--c-text); margin: 0 0 8px; font-size: 1.122rem; }
  .xv29-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .xv29-sp:last-child { margin-bottom: 0; }

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

.lk99-wrap { max-width: 1117px; margin: 0 auto; }
  .lk99-intro { max-width: 756px; margin-bottom: 22px; }
  .lk99-title { color: var(--c-text); margin: 0 0 12px; }
  .lk99-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .lk99-scroll { overflow-x: auto; }
  .lk99-table { width: 100%; min-width: 741px; border-collapse: separate; border-spacing: 0 8px; }
  .lk99-table thead th { background: linear-gradient(89deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 50%, var(--c-grad-end)) 100%); color: var(--c-bg); padding: 14px 21px; font-size: 0.707rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.118em; text-align: left; }
  .lk99-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .lk99-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .lk99-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); }
  .lk99-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .lk99-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .lk99-table tbody tr.lk99-active td { background: linear-gradient(89deg, 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)); }
  .lk99-rank { display: inline-flex; align-items: center; gap: 12px; }
  .lk99-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.934rem; flex-shrink: 0; }
  .lk99-badge-bronze { background: #a0785a; }
  .lk99-badge-silver { background: #8a8e94; }
  .lk99-badge-gold { background: #c5a03f; }
  .lk99-badge-plat { background: #6a7b8b; }
  .lk99-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); }
  .lk99-rank-name { display: block; font-size: 0.991rem; font-weight: 800; color: var(--c-text); }
  .lk99-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .lk99-pct { font-weight: 800; color: var(--c-accent); font-size: 1.014rem; font-variant-numeric: tabular-nums; }
  .lk99-here { display: inline-block; font-size: 0.626rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.156em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 995px; }

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

.ye87-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 332px;
  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.103);
  box-shadow: 0 18px 51px rgba(0,0,0,0.383);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ye87-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ye87-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(182deg, rgba(0,0,0,0.421) 0%, rgba(0,0,0,0.668) 100%);
  z-index: 1;
}
.ye87-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 50px 29px;
  max-width: 711px;
}
.ye87-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.484);
  letter-spacing: -0.01em;
}
.ye87-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.862);
  line-height: 1.55;
  margin: 0 0 29px;
  max-width: 524px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.422);
}
.ye87-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 */
.ye87-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 993px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.095);
  box-shadow: 0 4px 14px rgba(0,0,0,0.153);
  transition: box-shadow .25s ease;
}
.ye87-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.169),
    0 8px 23px rgba(255,255,255,0.268),
    0 4px 14px rgba(0,0,0,0.258);
}
.ye87-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ye87-card { min-height: 282px; }
  .ye87-content { padding: 37px 20px; }
  .ye87-title { font-size: 24px; }
  .ye87-cta { padding: 11px 18px; font-size: 12px; }
}

.zg41-header { text-align: center; margin-bottom: 2.496rem; }
  .zg41-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.478rem; }
  .zg41-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; }
  .zg41-win-banner { background: linear-gradient(91deg, #16a34a, #22c55e); padding: 0.511rem 1.226rem; display: flex; align-items: center; justify-content: space-between; }
  .zg41-win-badge { font-size: 0.686rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.078em; color: #fff; display: flex; align-items: center; gap: 5px; }
  .zg41-win-amount { font-size: 1.12rem; font-weight: 900; color: #fff; }
  .zg41-card-body { padding: 1.268rem; }
  .zg41-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.859rem; }
  .zg41-avatar { width: 43px; height: 43px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.807rem; color: var(--c-accent); }
  .zg41-name { font-weight: 700; font-size: 0.903rem; color: var(--c-text); line-height: 1.2; }
  .zg41-meta { font-size: 0.714rem; color: var(--c-text-muted); }
  .zg41-stars { color: #f59e0b; font-size: 0.934rem; margin-bottom: 0.633rem; }
  .zg41-game-tag { display: inline-flex; align-items: center; gap: 5px; background: color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)); border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent); border-radius: 6px; padding: 3px 10px; font-size: 0.679rem; font-weight: 700; color: var(--c-accent); margin-bottom: 0.741rem; }
  .zg41-text { font-size: 0.901rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.87rem; }
  .zg41-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.77rem; border-top: 1px solid var(--c-border); }
  .zg41-date { font-size: 0.708rem; color: var(--c-text-muted); }
  .zg41-checkmark { font-size: 0.698rem; color: #22c55e; font-weight: 600; }
  @media (max-width: 880px) { .zg41-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .zg41-grid { grid-template-columns: 1fr; } }
  .zg41-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }
  .zg41-s2 { background: linear-gradient(91deg,#7c3aed,#8b5cf6); }
  .zg41-s3 { background: linear-gradient(89deg,#0891b2,#06b6d4); }
  .zg41-s4 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .zg41-s5 { background: linear-gradient(92deg,#db2777,#ec4899); }
  .zg41-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .zg41-s7 { background: linear-gradient(90deg,#065f46,#10b981); }
  .zg41-s8 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .zg41-s9 { background: linear-gradient(87deg,#92400e,#f59e0b); }

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

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

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

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

.kt31-wrap { max-width: 744px; margin: 0 auto; }
.kt31-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s;
}
.kt31-item:hover { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); }
.kt31-item.cw-faq-open { border-color: color-mix(in srgb, var(--c-accent) 60%, transparent); }
.kt31-item.cw-faq-open .kt31-q { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); }
.kt31-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  background: var(--c-surface);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  list-style: none;
  gap: 16px;
  user-select: none;
  transition: background .18s;
}
.kt31-q::-webkit-details-marker { display: none; }
.kt31-icon {
  width: 21px; height: 22px; flex-shrink: 0;
  border-radius: 50%;
  background: color-mix(in srgb, var(--c-accent) 15%, transparent);
  border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
  display: flex; align-items: center; justify-content: center;
  color: var(--c-accent);
  transition: transform .25s, background .18s;
}
.kt31-icon svg { display: block; flex-shrink: 0; }
.kt31-item.cw-faq-open .kt31-icon { transform: rotate(45deg); background: var(--c-accent); color: var(--c-bg); }
.kt31-a {
  padding: 0 22px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 16px;
}
.kt31-a a { color: var(--c-accent); text-decoration: underline; }
.kt31-header { text-align: center; margin-bottom: 37px; }
.kt31-title { margin-top: 8px; }
.kt31-lead { margin-top: 12px; }

/* Trimmed — card padding 20/28, tile aspect 7/2 so badges sit in a
     slim card roughly 60 % of the previous height. The caption column
     no longer forces the card to match its natural height because we
     dropped the 5/3 tall tiles. */
  .hw57-root { padding: 28px 0; }
  .hw57-wrap { max-width: 1067px; margin: 0 auto; }
  .hw57-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 19px 28px; display: grid; grid-template-columns: minmax(198px, 262px) 1fr; gap: 29px; align-items: center; }
  .hw57-title { margin: 0 0 6px; font-size: 1.042rem; }
  .hw57-sub { font-size: 12px; line-height: 1.55; color: var(--c-text-muted); margin: 0; }
  .hw57-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
  .hw57-grid .cw-mb-trust-tile { aspect-ratio: 7 / 2; background: var(--c-bg); border: 1px solid var(--c-border); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 8px 12px; }
  .hw57-grid .cw-mb-trust-img { max-width: 82%; max-height: 80%; object-fit: contain; }
  @media (max-width: 768px) { .hw57-card { grid-template-columns: 1fr; gap: 16px; padding: 18px 18px; } .hw57-grid { grid-template-columns: repeat(3, 1fr); } }
  @media (max-width: 600px) { .hw57-grid { grid-template-columns: repeat(2, 1fr); } }

/* ── Centered footer with a deliberate visual hierarchy: ─────────
     1) Logo — brand identity
     2) Tagline — short pitch (optional, truncates cleanly)
     3) <divider>
     4) Primary nav — multipage links (Bonuses / Games / Reviews), same
        weight/size as header nav
     5) Legal nav — Terms / Privacy / Cookies, smaller + muted + dot
        separators so they read as "fine print" not top-level nav
     6) <divider>
     7) Copyright row — © year · brand · play responsibly · 18+ badge

     Every block is symmetric around the horizontal centre and uses
     consistent 14-18 px vertical rhythm. When a section's placeholder
     resolves to nothing the `:empty` rule hides the whole block AND
     the divider above it so we never ship an orphan line. */
  .my60-root { text-align: center; padding: 45px 0 28px; }
  .my60-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .my60-tagline {
    font-size: 0.894rem; color: var(--c-text-muted);
    margin: 0 auto 23px; max-width: 464px; line-height: 1.55;
  }

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

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

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

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

/* PHL content compatibility */
.ea26-feature,.yi31-p,.yi31-label,.yi31-value,.hj12-p,.xe82-step-text,.il41-vp,.lk99-table th,.lk99-table td,.kt31-a,.ik16-card-p{overflow-wrap:anywhere;word-break:normal;hyphens:auto}.lk99-scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.lk99-table{table-layout:auto;min-width:760px}.lk99-note-row td{text-align:left!important;color:var(--c-text)!important;font-weight:700;background:color-mix(in srgb,var(--c-accent) 7%,transparent)}.phl-subtitle{margin:20px 0 8px;color:var(--c-accent)}.phl-review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:28px}.phl-review-card{background:var(--c-surface);border:1px solid var(--c-border);border-radius:12px;padding:22px;color:var(--c-text-muted)}.phl-review-top{display:grid;grid-template-columns:auto 1fr;gap:4px 12px;align-items:center}.phl-review-top span:last-child{grid-column:2;color:var(--c-text-muted);font-size:12px}.phl-avatar{width:42px;height:42px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--c-accent) 18%,var(--c-surface));color:var(--c-accent);font-weight:800;grid-row:1/3}.phl-stars{color:#ffb000;margin:16px 0 10px;letter-spacing:2px}.phl-review-card p{line-height:1.65}.phl-review-card small{color:var(--c-text-muted)}@media(max-width:900px){.phl-review-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.phl-review-grid{grid-template-columns:1fr}.lk99-table{min-width:680px}.ea26-content{padding-inline:0}}
@media(max-width:768px){.xn19-cta-wrap{display:none!important}.xn19-online-badge{display:none!important}}
