@charset "UTF-8";

:root {
  --c-primary: #0e3f48;
  --c-secondary: #0c3740;
  --c-accent: #ff4c4b;
  --c-bg: #104a50;
  --c-surface: #13524f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c4b;
  --c-btn-text: #ffffff;
  --c-border: #116067;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.qf-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


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

.h19_root {
    background: var(--c-primary);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 8%, transparent);
  }
  .h19_logo-icon {
    width: 36px;
    height: 36px;
    background: linear-gradient(132deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 60%, var(--c-primary)) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.86rem;
    color: #fff;
    box-shadow: 0 0 8px color-mix(in srgb, var(--c-accent) 40%, transparent);
  }
  .h19_logo-text {
    font-size: 1.257rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    background: linear-gradient(88deg,
      #ff6b6b 0%,
      #ffd93d 25%,
      #6bcb77 50%,
      #4d96ff 75%,
      #c77dff 100%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% auto;
    animation: h19_gradient-slide 4.112s linear infinite;
  }
  @keyframes h19_gradient-slide {
    0% { background-position: 0% center; }
    100% { background-position: 200% center; }
  }
  .h19_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h19_nav a {
    color: color-mix(in srgb, var(--c-text) 65%, transparent);
    text-decoration: none;
    font-size: 0.873rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: color 0.153s, background 0.151s;
  }
  .h19_nav a:hover {
    color: var(--c-text);
    background: color-mix(in srgb, var(--c-text) 6%, transparent);
  }
  .h19_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h19_register-btn {
    background: linear-gradient(91deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 70%, #ff6b6b) 100%);
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 0.858rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    letter-spacing: 0.01em;
    transition: opacity 0.146s, box-shadow 0.146s;
    box-shadow: 0 0 12px color-mix(in srgb, var(--c-accent) 35%, transparent);
  }
  .h19_register-btn:hover {
    opacity: 0.92;
    box-shadow: 0 0 20px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .h19_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 18%, transparent);
    color: var(--c-text);
    width: 37px;
    height: 37px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h19_nav { display: none; }
    .h19_cta-desktop { display: none !important; }
    .h19_menu-btn { display: flex !important; }
  }
  .h19_s1 { position: fixed; top: 0; left: 0; right: 0; width: 100%; z-index: 100; }
  .h19_s2 { position: relative; top: auto; z-index: auto; }
  .h19_s3 { display: flex; align-items: center; gap: 8px; }
  .h19_s4 { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h19_s5 { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h19_s6 { flex: 1; justify-content: center; }
  .h19_s7 { flex: 1; text-align: center; }

.ry94-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 355px;
  background: linear-gradient(138deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.021);
  box-shadow: 0 16px 51px rgba(0,0,0,0.47);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
}
.ry94-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ry94-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(91deg, rgba(0,0,0,0.451) 0%, rgba(0,0,0,0.143) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.ry94-glass {
  position: relative;
  z-index: 2;
  max-width: 433px;
  padding: 32px 32px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.377));
  border: 1px solid rgba(255,255,255,0.059);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.44);
}
.ry94-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.ry94-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.816);
  line-height: 1.5;
  margin: 0 0 24px;
}
.ry94-cta {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 993px;
  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.325);
  transition: box-shadow .25s ease, filter .18s;
}
.ry94-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) {
  .ry94-card {
    min-height: 341px;
    padding: 24px;
    justify-content: center;
  }
  .ry94-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0.743) 100%);
  }
  .ry94-glass { padding: 25px 22px; max-width: 100%; }
  .ry94-title { font-size: 22px; }

  body > section.qf-section-sm:first-of-type .ry94-card {
    align-items: flex-end;
    justify-content: flex-start;
  }

  body > section.qf-section-sm:first-of-type .ry94-glass {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  body > section.qf-section-sm:first-of-type .ry94-title {
    margin-bottom: 10px;
  }

  body > section.qf-section-sm:first-of-type .ry94-amount {
    max-width: 320px;
    margin-bottom: 18px;
  }

  .sl-mobile-flat-banner .ry94-card {
    align-items: flex-end;
    justify-content: flex-start;
  }

  .sl-mobile-flat-banner .ry94-glass {
    width: 100%;
    max-width: none;
    padding: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .sl-mobile-flat-banner .ry94-title {
    margin-bottom: 10px;
  }

  .sl-mobile-flat-banner .ry94-amount {
    max-width: 320px;
    margin-bottom: 18px;
  }
}

.nr94-hero {
  position: relative;
  min-height: 484px;
  display: flex;
  align-items: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.nr94-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(88deg,
    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%);
}
.nr94-content {
  position: relative; z-index: 1;
  max-width: 536px;
  padding: 39px 0;
}
.nr94-title { color: #fff; margin: 0 0 22px; text-shadow: 0 2px 10px rgba(0,0,0,0.427); }
.nr94-features {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-bottom: 28px;
}
.nr94-feature {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: rgba(255,255,255,0.915);
  font-weight: 500;
}
.nr94-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;
}
.nr94-cta {
  display: inline-block;
  padding: 13px 33px;
  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;
}
.nr94-cta:hover {
  filter: brightness(1.06);
  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) {
  .nr94-overlay { background: rgba(0,0,0,0.735); }
}

.hm13-wrap { max-width: 1116px; margin: 0 auto; display: flex; flex-direction: column; gap: 21px; }
  .hm13-intro { max-width: 821px; }
  .hm13-title { color: var(--c-text); margin: 0 0 14px; }
  .hm13-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .hm13-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 22px; align-items: stretch; }
  .hm13-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 27px 30px; }
  .hm13-verdict { display: flex; flex-direction: column; gap: 14px; }
  .hm13-vlabel { font-size: 0.651rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.159em; color: var(--c-accent); }
  .hm13-score-row { display: flex; align-items: baseline; gap: 8px; }
  .hm13-score { font-size: 2.932rem; font-weight: 800; color: var(--c-accent); line-height: 1; letter-spacing: -0.04em; font-variant-numeric: tabular-nums; }
  .hm13-score-max { font-size: 1.115rem; font-weight: 700; color: var(--c-text-muted); }
  .hm13-vh3 { color: var(--c-text); margin: 6px 0 0; font-size: 1.173rem; font-weight: 700; }
  .hm13-vp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .hm13-stacks { display: flex; flex-direction: column; gap: 14px; }
  .hm13-stack { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 21px 22px; }
  .hm13-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)); }
  .hm13-stack-h { font-size: 0.702rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.143em; margin: 0 0 12px; display: inline-flex; align-items: center; gap: 8px; }
  .hm13-stack-h-pro { color: var(--c-accent); }
  .hm13-stack-h-con { color: var(--c-text); }
  .hm13-stack-h svg { width: 16px; height: 16px; }
  .hm13-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 8px; }
  .hm13-item { display: flex; align-items: flex-start; gap: 8px; font-size: 13px; line-height: 1.55; color: var(--c-text-muted); }
  .hm13-item svg { flex-shrink: 0; width: 14px; height: 14px; margin-top: 2px; }
  .hm13-item-pro svg { color: var(--c-accent); }
  .hm13-item-con svg { color: var(--c-text-muted); }
  @media (max-width: 880px) { .hm13-grid { grid-template-columns: 1fr; } }

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

.vk55-card {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  min-height: 336px;
  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.047);
  box-shadow: 0 18px 49px rgba(0,0,0,0.396);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vk55-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vk55-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(178deg, rgba(0,0,0,0.492) 0%, rgba(0,0,0,0.704) 100%);
  z-index: 1;
}
.vk55-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 50px 28px;
  max-width: 719px;
}
.vk55-title {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.08;
  color: #fff;
  margin: 0 0 14px;
  text-shadow: 0 2px 14px rgba(0,0,0,0.527);
  letter-spacing: -0.01em;
}
.vk55-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.909);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 528px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.43);
}
.vk55-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 */
.vk55-cta {
  display: inline-flex; align-items: center; gap: 10px;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 998px;
  background: #ffffff;
  color: var(--c-bg);
  text-align: center;
  line-height: 1.2;
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.121);
  box-shadow: 0 4px 14px rgba(0,0,0,0.183);
  transition: box-shadow .25s ease;
}
.vk55-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.167),
    0 8px 22px rgba(255,255,255,0.236),
    0 4px 14px rgba(0,0,0,0.213);
}
.vk55-cta svg,
.vk55-cta img { width: 18px; height: 18px; flex-shrink: 0; }

.sl-main > section.qf-section-sm[data-component="app_banner"] .vk55-bg-img {
  filter: brightness(1.08) saturate(1.04);
}

.sl-main > section.qf-section-sm[data-component="app_banner"] .vk55-overlay {
  background: linear-gradient(178deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.61) 100%);
}

@media (max-width: 768px) {
  .vk55-card { min-height: 288px; }
  .vk55-content { padding: 35px 20px; }
  .vk55-title { font-size: 23px; }
  .vk55-cta { padding: 11px 18px; font-size: 12px; }

  .sl-main > section.qf-section-sm[data-component="app_banner"] .vk55-bg-img {
    filter: brightness(0.9) saturate(0.98);
  }

  .sl-main > section.qf-section-sm[data-component="app_banner"] .vk55-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.76) 100%);
  }
}

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

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

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

.gu91-header { text-align: center; }
.gu91-title { margin-top: 8px; }
.gu91-lead { margin-top: 10px; max-width: 555px; margin-left: auto; margin-right: auto; }
.gu91-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 36px; max-width: 892px; margin-left: auto; margin-right: auto; align-items: start; }
.gu91-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.gu91-item:hover { border-color: color-mix(in srgb, var(--c-accent) 35%, transparent); }
.gu91-item.qf-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);
}
.gu91-q {
  display: flex; align-items: center; gap: 12px;
  padding: 18px 20px; cursor: pointer; list-style: none; user-select: none;
}
.gu91-q::-webkit-details-marker { display: none; }
.gu91-qtext { flex: 1; font-size: 14px; font-weight: 600; color: var(--c-text); line-height: 1.4; }
.gu91-chevron {
  width: 21px; height: 20px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted); transition: transform .25s;
}
.gu91-item.qf-faq-open .gu91-chevron { transform: rotate(180deg); color: var(--c-accent); }
.gu91-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;
}
.gu91-cta {
  margin-top: 28px; max-width: 898px; 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 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap;
}
.gu91-cta-text { font-size: 14px; font-weight: 600; color: var(--c-text); }
.gu91-cta-sub { font-size: 12px; color: var(--c-text-muted); margin-top: 2px; }
@media (max-width: 640px) { .gu91-grid { grid-template-columns: 1fr; } }

.zc70-wrap { padding: 0.974rem 0; }
  .zc70-track {
    height: 2px;
    /* faint accent base so the track itself reads as brand-colored even
       when the bright sweep highlight isn't currently over it */
    background: color-mix(in srgb, var(--c-accent) 22%, transparent);
    border-radius: 2px;
    position: relative;
    overflow: hidden;
  }
  .zc70-sweep {
    position: absolute;
    top: 0; left: -40%;
    width: 40%;
    height: 100%;
    background: linear-gradient(88deg, transparent, var(--c-accent), transparent);
    animation: zc70-slide 2.746s ease-in-out infinite;
    border-radius: 2px;
  }
  @keyframes zc70-slide {
    0% { left: -40%; }
    100% { left: 140%; }
  }

/* ── 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. */
  .kj64-root { text-align: center; padding: 43px 0 27px; }
  .kj64-logo-wrap { display: flex; justify-content: center; margin-bottom: 12px; }

  .kj64-tagline {
    font-size: 0.902rem; color: var(--c-text-muted);
    margin: 0 auto 21px; max-width: 452px; line-height: 1.55;
  }

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

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

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

  .kj64-bottom {
    display: inline-flex; justify-content: center; align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
    font-size: 0.76rem;
    color: var(--c-text-muted);
  }
  .kj64-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"] .qf-btn,
  body [class*="actions-desktop"] .qf-btn,
  body [class*="btns-desktop"] .qf-btn,
  body [class*="cta-wrap"] .qf-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;
  }
}

.h19_register-btn,
.nr94-cta,
.ry94-cta,
.dr94-cta,
.vk55-cta,
.pm81-cta,
.sl-doc-cta,
.qf-btn.qf-btn-accent {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 44px;
  padding: 12px 26px;
  border-radius: 999px;
  background: linear-gradient(91deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 70%, #ff6b6b) 100%);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid color-mix(in srgb, var(--c-accent) 58%, transparent);
  box-shadow: 0 10px 24px -10px color-mix(in srgb, var(--c-accent) 65%, transparent);
  transition: transform .18s ease, box-shadow .25s ease, filter .18s ease;
}

.h19_register-btn:hover,
.nr94-cta:hover,
.ry94-cta:hover,
.dr94-cta:hover,
.vk55-cta:hover,
.pm81-cta:hover,
.sl-doc-cta:hover,
.qf-btn.qf-btn-accent:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 18%, transparent),
    0 14px 30px -10px color-mix(in srgb, var(--c-accent) 80%, transparent);
}

.sl-doc-cta {
  margin-top: 10px;
}

.sl-main > .sl-doc-section:last-of-type .sl-doc-p:last-child {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}

.h19_cta .qf-btn-ghost,
.h19_s5 .qf-btn-ghost {
  min-height: 44px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .h19_cta > .h19_cta-desktop,
  .qf-header .h19_cta > .h19_s3 {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .vu89-root { padding: 18px 0 !important; }
  .vu89-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 14px !important;
    max-width: none !important;
  }
  .vu89-label {
    width: 100% !important;
    text-align: center !important;
    white-space: normal !important;
    font-size: 0.69rem !important;
    letter-spacing: 0.12em !important;
    line-height: 1.25 !important;
  }
  .vu89-row {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }
  .vu89-row .qf-mb-trust-tile {
    height: 44px !important;
    padding: 6px 10px !important;
  }
  .vu89-row .qf-mb-trust-tile:nth-child(5) {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    width: 100% !important;
    max-width: 110px !important;
  }
  .vu89-row .qf-mb-trust-img {
    max-width: 84px !important;
    max-height: 22px !important;
  }
}
