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


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

.h18_header-inner {
    display: flex;
    align-items: center;
    height: 69px;
    gap: 0;
  }
  .h18_logo-area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    padding-right: 16px;
    border-right: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
    margin-right: 0;
  }
  .h18_nav-scroller {
    flex: 1;
    min-width: 0;
    position: relative;
    overflow: hidden;
  }
  .h18_nav-scroller::before,
  .h18_nav-scroller::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 39px;
    z-index: 2;
    pointer-events: none;
    transition: opacity 0.197s;
  }
  .h18_nav-scroller::before {
    left: 0;
    background: linear-gradient(to right, var(--c-primary), transparent);
  }
  .h18_nav-scroller::after {
    right: 0;
    background: linear-gradient(to left, var(--c-primary), transparent);
  }
  .h18_nav-scroll-inner {
    display: flex;
    align-items: center;
    gap: 2px;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 12px;
    height: 68px;
    scroll-snap-type: x mandatory;
  }
  .h18_nav-scroll-inner::-webkit-scrollbar { display: none; }
  .h18_nav-scroll-inner a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.873rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    white-space: nowrap;
    scroll-snap-align: start;
    transition: background 0.154s, color 0.146s;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .h18_nav-scroll-inner a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h18_nav-scroll-inner a.active {
    background: color-mix(in srgb, var(--c-accent) 12%, transparent);
    color: var(--c-accent);
    font-weight: 600;
  }
  .h18_nav-tag {
    font-size: 0.598rem;
    font-weight: 700;
    background: var(--c-accent);
    color: var(--c-bg);
    padding: 1px 5px;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.039em;
  }
  .h18_cta-area {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 16px;
    border-left: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
  }
  .h18_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 37px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h18_cta-desktop { display: none !important; }
    .h18_menu-btn { display: flex !important; }
    .h18_cta-area { border-left: none; padding-left: 8px; }
  }
  .h18_sroot { position: sticky; top: 0; z-index: 100; }
  .h18_container { max-width: 100%; padding: 0 16px; }
  .h18_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h18_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h18_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h18_mbtn { flex: 1; justify-content: center; }

.gl99-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 365px;
  background: linear-gradient(137deg,
    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 16px 51px rgba(0,0,0,0.452);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.gl99-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.gl99-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.593) 0%, rgba(0,0,0,0.176) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.gl99-frame {
  position: relative;
  z-index: 2;
  max-width: 615px;
  padding: 36px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.162);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.gl99-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.405);
}
.gl99-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 21px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.429);
}
.gl99-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 997px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.358);
  transition: box-shadow .25s ease, filter .18s;
}
.gl99-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.21),
    0 10px 28px rgba(34,197,94,0.465);
}
@media (max-width: 768px) {
  .gl99-card {
    min-height: 331px;
    padding: 22px;
    justify-content: center;
  }
  .gl99-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.449) 0%, rgba(0,0,0,0.659) 100%);
  }
  .gl99-frame { padding: 24px 23px; max-width: 100%; }
  .gl99-title { font-size: 21px; }
  .gl99-amount { font-size: 14px; }
}

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

  .jl18-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .jl18-card {
    border-radius: 12px;
    padding: 23px 24px;
    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;
  }
  .jl18-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; }
  .jl18-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.8); margin: 0; }

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

  .jl18-panel {
    border-radius: 14px;
    padding: 22px 24px 24px;
    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);
    box-shadow: 0 18px 51px -29px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
    margin: 0 0 22px;
  }
  .jl18-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .jl18-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.791); margin: 0 0 16px; }
  .jl18-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.739); margin: 16px 0 0; }

  .jl18-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .jl18-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px; border-radius: 985px; background: rgba(255,255,255,0.021); border: 1px solid rgba(255,255,255,0.074); }
  .jl18-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);
  }
  .jl18-bullet-icon svg { width: 14px; height: 14px; }
  .jl18-bullet-text { flex: 1; color: rgba(255,255,255,0.94); font-size: 13px; line-height: 1.4; font-weight: 600; }

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

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

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

.qv16-wrap { max-width: 949px; margin: 0 auto; }
  .qv16-title { color: var(--c-text); margin: 0 0 23px; }
  .qv16-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .qv16-spec-frame {
    margin: 28px 0;
    border-radius: 14px;
    overflow: hidden;
    background: var(--c-surface);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow: 0 16px 44px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .qv16-spec {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
  }
  .qv16-spec th, .qv16-spec td {
    padding: 14px 22px;
    font-size: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .qv16-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.122em;
    color: var(--c-bg);
    background: linear-gradient(134deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 65%, var(--c-grad-end)) 100%);
    padding-top: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .qv16-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 38%;
  }
  .qv16-spec tbody td { color: var(--c-text-muted); }
  .qv16-spec tbody tr:nth-child(even) {
    background: color-mix(in srgb, var(--c-accent) 4%, transparent);
  }
  .qv16-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 9%, transparent);
  }
  .qv16-spec tbody tr:hover th { color: var(--c-accent); }
  @media (max-width: 640px) {
    .qv16-spec th, .qv16-spec td { padding: 12px 14px; font-size: 13px; }
    .qv16-spec tbody th { width: 42%; }
  }

.jq27-wrap { max-width: 981px; margin: 0 auto; }
  .jq27-title { color: var(--c-text); margin: 0 0 18px; }
  .jq27-intro { font-size: 17px; line-height: 1.75; color: var(--c-text); margin: 0 0 28px; max-width: 729px; }
  .jq27-cols { column-count: 2; column-gap: 48px; }
  .jq27-p { font-size: 14px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .jq27-p:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .jq27-cols { column-count: 1; } }

.nn73-hero {
    background: linear-gradient(147deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 17%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .nn73-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .nn73-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 48px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .nn73-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.713rem;
    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: 19px;
    padding: 5px 14px;
    margin-bottom: 16px;
  }
  .nn73-title { color: var(--c-text); margin-bottom: 14px; }
  .nn73-accent { color: var(--c-accent); }
  .nn73-desc {
    font-size: 1.015rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 448px;
    margin-bottom: 25px;
  }
  .nn73-stats {
    display: flex;
    gap: 29px;
    margin-bottom: 28px;
    flex-wrap: wrap;
  }
  .nn73-stat-val {
    font-size: 1.434rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .nn73-stat-lbl {
    font-size: 0.664rem;
    color: var(--c-text-muted);
    text-transform: uppercase;
    letter-spacing: 0.059em;
    margin-top: 4px;
  }
  .nn73-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .nn73-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 14px rgba(255,255,255,0.108), 0 0 5px rgba(255,255,255,0.092);
    overflow: hidden;
  }
  .nn73-card-header {
    padding: 18px 24px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.761rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    color: var(--c-text-muted);
  }
  .nn73-card-body { padding: 20px 24px; }
  .nn73-tiers {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .nn73-tier {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-border) 40%, transparent);
  }
  .nn73-tier-active {
    background: color-mix(in srgb, var(--c-accent) 10%, transparent);
    border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent);
  }
  .nn73-tier-rank {
    width: 39px;
    height: 39px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: var(--c-bg);
  }
  .nn73-tier-rank svg { width: 22px; height: 23px; stroke-width: 2; }
  .nn73-tier-bronze { background: #a0785a; }
  .nn73-tier-silver { background: #8a8e94; }
  .nn73-tier-gold { background: #c5a03f; }
  .nn73-tier-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
  }
  .nn73-tier-name {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--c-text);
  }
  .nn73-tier-range {
    font-size: 0.716rem;
    color: var(--c-text-muted);
    margin-top: 2px;
  }
  .nn73-tier-pct {
    font-size: 1.114rem;
    font-weight: 900;
    color: var(--c-accent);
  }
  .nn73-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .nn73-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.857rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .nn73-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .nn73-grid { grid-template-columns: 1fr; gap: 32px; padding: 40px 0; }
    .nn73-card { display: none; }
  }

.zj35-layout { display: grid; grid-template-columns: 282px 1fr; gap: 2.977rem; align-items: start; margin-bottom: 2.49rem; }
  .zj35-score-block { text-align: center; }
  .zj35-big-score { font-size: 4.458rem; font-weight: 900; color: var(--c-accent); line-height: 1; }
  .zj35-tp-stars { color: #00b67a; font-size: 1.699rem; letter-spacing: 2px; margin: 0.498rem 0; }
  .zj35-tp-label { font-size: 0.865rem; color: var(--c-text-muted); }
  .zj35-tp-logo { font-weight: 800; font-size: 1.261rem; color: #00b67a; margin-top: 0.747rem; }
  .zj35-bars { display: flex; flex-direction: column; gap: 0.624rem; }
  .zj35-bar-row { display: flex; align-items: center; gap: 0.739rem; }
  .zj35-bar-label { font-size: 0.822rem; font-weight: 600; color: var(--c-text); min-width: 31px; }
  .zj35-bar-track { flex: 1; height: 10px; background: var(--c-border); border-radius: 5px; overflow: hidden; }
  .zj35-bar-fill { height: 100%; background: #00b67a; border-radius: 5px; }
  .zj35-bar-count { font-size: 0.753rem; color: var(--c-text-muted); min-width: 49px; text-align: right; }
  .zj35-reviews-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.001rem; }
  .zj35-review-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 10px; padding: 1.132rem; }
  .zj35-rc-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.62rem; }
  .zj35-rc-avatar { width: 39px; height: 37px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-size: 0.742rem; font-weight: 700; color: var(--c-accent); }
  .zj35-rc-name { font-weight: 700; font-size: 0.81rem; color: var(--c-text); }
  .zj35-rc-stars { color: #00b67a; font-size: 0.9rem; }
  .zj35-rc-text { font-size: 0.826rem; color: var(--c-text-muted); line-height: 1.5; margin-bottom: 0.505rem; }
  .zj35-rc-date { font-size: 0.685rem; color: var(--c-text-muted); }
  .zj35-header { text-align: center; margin-bottom: 2.04rem; }
  @media (max-width: 900px) { .zj35-layout { grid-template-columns: 1fr; } .zj35-reviews-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .zj35-reviews-grid { grid-template-columns: 1fr; } }
  .zj35-s1 { margin-bottom: 0.992rem; }
  .zj35-s2 { width: 18%; opacity: 0.75; }
  .zj35-s3 { width: 5%; opacity: 0.55; }
  .zj35-s4 { width: 2%; opacity: 0.4; }
  .zj35-s5 { width: 1%; opacity: 0.3; }
  .zj35-s6 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .zj35-s7 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .zj35-s8 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; }

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

.py50-wrap { max-width: 1083px; margin: 0 auto; }
  .py50-intro { max-width: 769px; margin-bottom: 21px; }
  .py50-title { color: var(--c-text); margin: 0 0 12px; }
  .py50-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .py50-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .py50-table { width: 100%; min-width: 739px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .py50-table thead th { background: linear-gradient(134deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 20px; font-size: 0.712rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.12em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .py50-table thead th.py50-best { background: linear-gradient(137deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .py50-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.573rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.137em; margin-bottom: 8px; }
  .py50-best-title { display: block; }
  .py50-table tbody td { padding: 16px 20px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .py50-table tbody td.py50-best-cell { background: color-mix(in srgb, var(--c-accent) 8%, transparent); color: var(--c-text); font-weight: 600; border-left: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); border-right: 1px solid color-mix(in srgb, var(--c-accent) 28%, transparent); }
  .py50-table tbody tr:last-child td { border-bottom: none; }
  .py50-table tbody tr:last-child td.py50-best-cell { border-bottom: 2px solid var(--c-accent); }
  .py50-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .py50-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .py50-best-cell .py50-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.to24-wrap { max-width: 760px; margin: 0 auto; }
.to24-item {
  border: 1px solid var(--c-border);
  border-radius: var(--radius);
  margin-bottom: 8px;
  overflow: hidden;
  transition: border-color .2s;
}
.to24-item:hover { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); }
.to24-item.nj-faq-open { border-color: color-mix(in srgb, var(--c-accent) 60%, transparent); }
.to24-item.nj-faq-open .to24-q { background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface)); }
.to24-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;
}
.to24-q::-webkit-details-marker { display: none; }
.to24-icon {
  width: 22px; 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;
}
.to24-icon svg { display: block; flex-shrink: 0; }
.to24-item.nj-faq-open .to24-icon { transform: rotate(45deg); background: var(--c-accent); color: var(--c-bg); }
.to24-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;
}
.to24-a a { color: var(--c-accent); text-decoration: underline; }
.to24-header { text-align: center; margin-bottom: 36px; }
.to24-title { margin-top: 8px; }
.to24-lead { margin-top: 12px; }

.js71-wrap {
    padding: 0.739rem 0;
  }
  .js71-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(88deg, transparent, var(--c-accent));
  }
  .js71-line-r {
    flex: 1;
    height: 1px;
    background: linear-gradient(89deg, var(--c-accent), transparent);
  }
  .js71-circle {
    width: 43px;
    height: 41px;
    border-radius: 50%;
    background: var(--c-surface);
    border: 2px solid var(--c-accent);
    color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 14px 2px color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .js71-circle svg { width: 22px; height: 21px; stroke-width: 2; }

/* ── Layout contract ───────────────────────────────────────────────
     Two rows:
       Row 1 (top) — [logo] [nav + extra links] [compact payments → right]
       Row 2 (bottom) — [© brand · play responsibly · 18+] centred
     Payments live in row 1 and push to the right via `margin-left:auto`
     so the logo anchors the left, the nav fills the middle, and the
     payment strip caps the row on the right. Bottom row is pure
     compliance/brand copy — small + centred. */
  .gn94-root { background: var(--c-bg); }
  .gn94-top {
    display: flex; align-items: center;
    gap: 10px 20px; flex-wrap: wrap;
    padding: 14px 0;
    min-height: 45px;
  }
  .gn94-nav { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
  /* `:empty` hides the nav when a landing (single-page) site produced
     no FOOTER_NAV_LINKS / FOOTER_EXTRA_LINKS output — avoids the ugly
     centred gap between logo and payments. */
  .gn94-nav:empty { display: none; }
  .gn94-nav a { font-size: 0.796rem; color: var(--c-text-muted); text-decoration: none; transition: color 0.197s; }
  .gn94-nav a:hover { color: var(--c-accent); }

  /* Compact payments pinned to the right edge of the top row. Same
     sizing recipe as footer_12 so the two dense variants look like
     siblings: 20 px tall icon, 4/8 padding, 50 px max-width. Scoped
     override of .nj-pay-logo. */
  .gn94-pay { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-left: auto; }
  .gn94-pay:empty { display: none; }
  .gn94-pay .nj-pay-logo {
    height: 20px;
    max-width: 51px;
    padding: 4px 8px;
    border-radius: 5px;
  }

  .gn94-bottom {
    display: flex; align-items: center; justify-content: center;
    gap: 10px 22px; flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid var(--c-border);
    font-size: 0.796rem; color: var(--c-text-muted);
  }
  .gn94-copy { display: inline-flex; align-items: center; gap: 10px; white-space: nowrap; }

  @media (max-width: 768px) {
    .gn94-pay { margin-left: 0; width: 100%; justify-content: flex-start; }
  }
  @media (max-width: 600px) {
    .gn94-top { flex-direction: column; align-items: flex-start; gap: 10px; }
    .gn94-nav { flex: 1 1 100%; }
    .gn94-pay { justify-content: flex-start; }
  }

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