@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');
:root {
  --c-primary: #0c0c0c;
  --c-secondary: #151515;
  --c-accent: #e62e00;
  --c-bg: #161f27;
  --c-surface: #2b2222;
  --c-text: #eee4af;
  --c-text-muted: #e0bc0b;
  --c-btn: #f2be02;
  --c-btn-text: #fbfbf4;
  --c-border: #262121;
  --c-grad-start: #0c0c0c;
  --c-grad-end: #221a1a;
  --c-logo-text: #ffffff;
}
.nk-logo-text { color: var(--c-logo-text) !important; font-size: 28px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


/* ─── Logo Icon ─── */
.nk-logo-icon {
  border-radius: 8px !important;
  font-size: 15px !important;
  font-family: 'Black Ops One', sans-serif !important;
}

.h15_root {
    background: var(--c-primary);
    border-top: 3px solid var(--c-accent);
    border-bottom: 1px solid color-mix(in srgb, var(--c-text) 8%, transparent);
    position: relative;
    top: auto;
    z-index: auto;
  }
  .h15_sroot { position: sticky; top: 0; z-index: 100; }
  .h15_cta-desktop { display: flex; align-items: center; gap: 8px; }
  .h15_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h15_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h15_mbtn { flex: 1; justify-content: center; }
  .h15_nav {
    display: flex;
    align-items: center;
    gap: 2px;
    flex: 1;
    justify-content: center;
  }
  .h15_nav a {
    color: color-mix(in srgb, var(--c-text) 75%, transparent);
    text-decoration: none;
    font-size: 0.881rem;
    font-weight: 500;
    padding: 6px 14px;
    border-radius: 6px;
    transition: background 0.147s, color 0.149s;
  }
  .h15_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 7%, transparent);
    color: var(--c-text);
  }
  .h15_cta {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .h15_menu-btn {
    display: none;
    background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text);
    width: 38px;
    height: 38px;
    border-radius: 6px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h15_nav { display: none; }
    .h15_cta-desktop { display: none !important; }
    .h15_menu-btn { display: flex !important; }
  }

.ws38-hero {
  position: relative;
  min-height: 483px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.ws38-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(175deg,
    rgb(0 0 0 / calc(.5 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.62 + var(--hi-offset, 0))) 100%);
}
.ws38-content {
  position: relative; z-index: 1;
  text-align: center;
  max-width: 683px;
  padding: 41px 24px;
}
.ws38-title { color: #fff; margin: 0 0 16px; text-shadow: 0 2px 12px rgba(0,0,0,0.422); }
.ws38-sub {
  font-size: 17px;
  color: rgba(255,255,255,0.794);
  line-height: 1.6;
  margin: 0 0 28px;
}
.ws38-cta {
  display: inline-block;
  padding: 14px 37px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 15px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
}
.ws38-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: 600px) { .ws38-hero { min-height: 371px; } }

.sq81-hero {
    background: linear-gradient(166deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 15%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .sq81-svg-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0.03;
    pointer-events: none;
  }
  .sq81-grid {
    display: grid;
    grid-template-columns: 1fr 406px;
    gap: 47px;
    align-items: center;
    padding: 57px 0;
    position: relative;
    z-index: 1;
  }
  .sq81-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 0.72rem;
    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;
  }
  .sq81-title { color: var(--c-text); margin-bottom: 14px; }
  .sq81-accent { color: var(--c-accent); }
  .sq81-desc {
    font-size: 1.02rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 470px;
    margin-bottom: 24px;
  }
  .sq81-calc-display {
    display: flex;
    gap: 20px;
    margin-bottom: 29px;
    flex-wrap: wrap;
  }
  .sq81-calc-box {
    flex: 1;
    min-width: 141px;
    padding: 16px 20px;
    border-radius: 12px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
  }
  .sq81-calc-label {
    font-size: 0.669rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    color: var(--c-text-muted);
    margin-bottom: 4px;
  }
  .sq81-calc-value {
    font-size: 1.636rem;
    font-weight: 900;
    color: var(--c-text);
    line-height: 1;
  }
  .sq81-calc-value-accent {
    font-size: 1.576rem;
    font-weight: 900;
    color: var(--c-accent);
    line-height: 1;
  }
  .sq81-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .sq81-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 3px 16px rgba(255,255,255,0.188), 0 0 2px rgba(255,255,255,0.073);
    overflow: hidden;
  }
  .sq81-card-header {
    padding: 18px 25px;
    border-bottom: 1px solid var(--c-border);
    font-size: 0.796rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.079em;
    color: var(--c-text-muted);
  }
  .sq81-card-body { padding: 19px 24px; }
  .sq81-table {
    width: 100%;
    border-collapse: collapse;
  }
  .sq81-table th {
    text-align: left;
    font-size: 0.678rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.059em;
    color: var(--c-text-muted);
    padding: 0 0 10px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .sq81-table th:last-child { text-align: right; }
  .sq81-table td {
    padding: 10px 0;
    font-size: 0.827rem;
    color: var(--c-text);
    font-weight: 500;
    border-bottom: 1px solid color-mix(in srgb, var(--c-border) 50%, transparent);
  }
  .sq81-table td:last-child {
    text-align: right;
    font-weight: 700;
    color: var(--c-accent);
  }
  .sq81-table tr:last-child td {
    border-bottom: none;
    padding-bottom: 0;
  }
  .sq81-table-total td {
    font-size: 0.933rem;
    font-weight: 800;
    color: var(--c-text);
    padding-top: 12px;
    border-top: 2px solid var(--c-border);
    border-bottom: none;
  }
  .sq81-table-total td:last-child {
    color: var(--c-accent);
    font-size: 0.978rem;
  }
  .sq81-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .sq81-card-cta {
    display: block;
    text-align: center;
    padding: 11px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.862rem;
    border-radius: 10px;
    text-decoration: none;
  }
  .sq81-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .sq81-grid { grid-template-columns: 1fr; gap: 31px; padding: 40px 0; }
    .sq81-card { display: none; }
  }

.by39-wrap { max-width: 900px; margin: 0 auto; }
  .by39-title { color: var(--c-text); margin: 0 0 22px; }
  .by39-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .by39-list { margin: 28px 0; display: grid; gap: 10px; }
  .by39-row {
    display: grid;
    grid-template-columns: 230px 1fr;
    gap: 22px;
    padding: 16px 22px;
    border-radius: 14px;
    background: linear-gradient(136deg,
      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;
  }
  .by39-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);
  }
  .by39-label {
    font-size: 13px;
    font-weight: 800;
    color: var(--c-accent);
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.08em;
  }
  .by39-value {
    font-size: 15px;
    line-height: 1.55;
    color: var(--c-text-muted);
  }
  @media (max-width: 640px) {
    .by39-row {
      grid-template-columns: 1fr;
      gap: 6px;
      padding: 14px 16px;
    }
    .by39-label { font-size: 12px; }
  }

.xc12-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 369px;
  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.032);
  box-shadow: 0 16px 51px rgba(0,0,0,0.424);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 40px;
}
.xc12-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.xc12-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(91deg, rgba(0,0,0,0.525) 0%, rgba(0,0,0,0.134) 55%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.xc12-glass {
  position: relative;
  z-index: 2;
  max-width: 431px;
  padding: 32px 33px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c-primary, #1e3a8a) 70%, rgba(0,0,0,0.357));
  border: 1px solid rgba(255,255,255,0.085);
  backdrop-filter: blur(14px) saturate(140%);
  -webkit-backdrop-filter: blur(14px) saturate(140%);
  box-shadow: 0 12px 36px rgba(0,0,0,0.412);
}
.xc12-title {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  line-height: 1.15;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
}
.xc12-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.798);
  line-height: 1.5;
  margin: 0 0 24px;
}
.xc12-cta {
  display: inline-block;
  padding: 13px 35px;
  border-radius: 1026px;
  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.336);
  transition: box-shadow .25s ease, filter .18s;
}
.xc12-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #3b82f6) 22%, transparent),
    0 10px 29px color-mix(in srgb, var(--c-accent, #3b82f6) 38%, transparent);
}
@media (max-width: 768px) {
  .xc12-card {
    min-height: 338px;
    padding: 23px;
    justify-content: center;
  }
  .xc12-overlay {
    background: linear-gradient(176deg, rgba(0,0,0,0.313) 0%, rgba(0,0,0,0.741) 100%);
  }
  .xc12-glass { padding: 23px 22px; max-width: 100%; }
  .xc12-title { font-size: 22px; }
}

.pn25-wrap { max-width: 701px; margin: 0 auto; text-align: center; }
  .pn25-title { color: var(--c-text); margin: 0 0 22px; }
  .pn25-p { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 16px; text-align: left; }
  .pn25-p:last-child { margin-bottom: 0; }

.ss85-wrap { max-width: 1127px; margin: 0 auto; }
  .ss85-intro { max-width: 766px; margin-bottom: 22px; }
  .ss85-title { color: var(--c-text); margin: 0 0 12px; }
  .ss85-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .ss85-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid var(--c-border); }
  .ss85-table { width: 100%; min-width: 747px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .ss85-table thead th { background: linear-gradient(138deg, var(--c-grad-start), var(--c-surface)); color: var(--c-text); text-align: left; padding: 18px 21px; font-size: 0.709rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; border-bottom: 1px solid var(--c-border); vertical-align: bottom; }
  .ss85-table thead th.ss85-best { background: linear-gradient(139deg, var(--c-accent), color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end))); color: var(--c-bg); padding-top: 14px; }
  .ss85-best-badge { display: inline-block; background: var(--c-bg); color: var(--c-accent); font-size: 0.595rem; font-weight: 800; padding: 3px 9px; border-radius: 4px; letter-spacing: 0.139em; margin-bottom: 8px; }
  .ss85-best-title { display: block; }
  .ss85-table tbody td { padding: 16px 20px; font-size: 15px; line-height: 1.55; color: var(--c-text-muted); border-bottom: 1px solid var(--c-border); }
  .ss85-table tbody td.ss85-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); }
  .ss85-table tbody tr:last-child td { border-bottom: none; }
  .ss85-table tbody tr:last-child td.ss85-best-cell { border-bottom: 2px solid var(--c-accent); }
  .ss85-table tbody td:first-child { color: var(--c-text); font-weight: 700; }
  .ss85-num { color: var(--c-accent); font-weight: 800; font-variant-numeric: tabular-nums; }
  .ss85-best-cell .ss85-num { color: var(--c-bg); background: var(--c-accent); padding: 2px 8px; border-radius: 4px; }

.lw59-wrap { max-width: 961px; margin: 0 auto; }
  .lw59-title { color: var(--c-text); margin: 0 0 18px; }
  .lw59-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 24px; max-width: 712px; }
  .lw59-row { display: grid; grid-template-columns: 196px 1fr; gap: 40px; padding: 22px 0; border-top: 1px solid var(--c-border); }
  .lw59-row:last-child { border-bottom: 1px solid var(--c-border); }
  .lw59-sh3 { color: var(--c-accent); margin: 0; font-size: 0.872rem; text-transform: uppercase; letter-spacing: 0.059em; font-weight: 700; padding-top: 4px; }
  .lw59-col { min-width: 0; }
  .lw59-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .lw59-sp:last-child { margin-bottom: 0; }
  @media (max-width: 768px) { .lw59-row { grid-template-columns: 1fr; gap: 8px; } }

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

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

  .bp64-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; letter-spacing: -0.005em; }
  .bp64-h3-lead { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.776); margin: 0 0 22px; }
  .bp64-h3-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.736); margin: 22px 0 0; }

  .bp64-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 8px; counter-reset: bp64-step; }
  .bp64-step {
    counter-increment: bp64-step;
    display: flex; align-items: stretch; gap: 12px;
    padding: 0;
  }
  .bp64-step::before {
    content: 'Step ' counter(bp64-step);
    flex: 0 0 auto;
    padding: 10px 16px;
    border-radius: 988px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 11px; font-weight: 800;
    text-transform: uppercase; letter-spacing: 0.1em;
    display: flex; align-items: center; justify-content: center;
    box-shadow: 0 4px 10px -2px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .bp64-step-text {
    flex: 1;
    padding: 10px 18px;
    border-radius: 1024px;
    background: rgba(255,255,255,0.041);
    border: 1px solid rgba(255,255,255,0.109);
    color: rgba(255,255,255,0.936);
    font-size: 13px; line-height: 1.5; font-weight: 500;
    display: flex; align-items: center;
  }

  .bp64-cta-wrap { margin-top: 25px; }
  .bp64-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1008px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 13px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.098em;
    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;
  }
  .bp64-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) {
    .bp64-outer { padding: 22px 18px; border-radius: 14px; }
    .bp64-panel { padding: 20px 16px; border-radius: 12px; }
    .bp64-h3 { font-size: 16px; }
    .bp64-step { gap: 8px; }
    .bp64-step::before { padding: 8px 12px; font-size: 10px; }
    .bp64-step-text { padding: 8px 14px; font-size: 12px; }
  }

.lp82-card {
  position: relative;
  border-radius: 27px;
  overflow: hidden;
  min-height: 354px;
  background: linear-gradient(139deg,
    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.011);
  box-shadow: 0 18px 51px rgba(0,0,0,0.413);
  display: flex;
  align-items: center;
}
.lp82-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.lp82-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(89deg, rgba(0,0,0,0.878) 0%, rgba(0,0,0,0.654) 35%, rgba(0,0,0,0.115) 70%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}
.lp82-content {
  position: relative; z-index: 2;
  padding: 47px 50px;
  max-width: 634px;
}
.lp82-title {
  font-size: 37px;
  font-weight: 900;
  line-height: 1.05;
  color: #fff;
  margin: 0 0 16px;
  letter-spacing: -0.015em;
  text-shadow: 0 2px 16px rgba(0,0,0,0.581);
}
.lp82-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.873);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 471px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.426);
}
.lp82-cta-row {
  display: flex; gap: 12px;
  flex-wrap: nowrap;
  align-items: stretch;
}
/* Variant 02 signature: clean solid-accent rectangular buttons,
   icon on the left, bold uppercase text. Hover halo borrows the brand
   accent so the glow always matches the button colour. */
.lp82-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 25px;
  border-radius: 12px;
  background: var(--c-accent, #f59e0b);
  color: var(--c-bg, var(--c-bg));
  font-size: 13px; font-weight: 800;
  letter-spacing: 0.041em;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  transition: box-shadow .25s ease, filter .18s;
  box-shadow: 0 6px 20px rgba(0,0,0,0.268);
}
.lp82-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 27px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.263);
}
.lp82-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .lp82-card { min-height: 328px; }
  .lp82-overlay {
    background: linear-gradient(176deg, rgba(0,0,0,0.497) 0%, rgba(0,0,0,0.891) 100%);
  }
  .lp82-content { padding: 32px 23px; max-width: 100%; }
  .lp82-title { font-size: 26px; }
  .lp82-cta-row { flex-wrap: wrap; }
  .lp82-cta { padding: 13px 16px; font-size: 12px; }
}

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

.zm84-wrap { max-width: 1098px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .zm84-intro { max-width: 823px; }
  .zm84-title { color: var(--c-text); margin: 0 0 14px; }
  .zm84-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .zm84-row { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
  .zm84-col-h { font-size: 0.69rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.158em; margin: 0 0 14px; }
  .zm84-col-h-pro { color: var(--c-accent); }
  .zm84-col-h-con { color: var(--c-text); }
  .zm84-stack { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 10px; }
  .zm84-pill { display: flex; align-items: flex-start; gap: 10px; padding: 12px 16px; border-radius: 1025px; font-size: 14px; line-height: 1.45; }
  .zm84-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); }
  .zm84-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)); }
  .zm84-pill svg { flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; }
  .zm84-pill-pro svg { color: var(--c-accent); }
  .zm84-pill-con svg { color: var(--c-text-muted); }
  @media (max-width: 768px) { .zm84-row { grid-template-columns: 1fr; gap: 24px; } }

.pp40-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  min-height: 320px;
  background: linear-gradient(135deg,
    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: 2px solid color-mix(in srgb, var(--c-accent, #22c55e) 65%, transparent);
  box-shadow: 0 16px 51px rgba(0,0,0,0.419);
  display: flex;
  align-items: center;
}
.pp40-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.pp40-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.731) 0%, rgba(0,0,0,0.528) 35%, rgba(0,0,0,0.041) 75%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.pp40-content {
  position: relative;
  z-index: 2;
  padding: 45px 50px;
  max-width: 615px;
}
.pp40-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #facc15);
  line-height: 1.05;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.538);
}
.pp40-amount {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 24px;
  font-weight: 600;
  text-shadow: 0 1px 8px rgba(0,0,0,0.549);
}
.pp40-cta {
  display: inline-block;
  padding: 12px 36px;
  border-radius: 984px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.27);
  transition: box-shadow .25s ease, filter .18s;
}
.pp40-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.233),
    0 10px 28px rgba(34,197,94,0.457);
}
@media (max-width: 768px) {
  .pp40-card { min-height: 322px; }
  .pp40-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.387) 0%, rgba(0,0,0,0.867) 100%);
  }
  .pp40-content { padding: 27px 21px; max-width: 100%; }
  .pp40-title { font-size: 24px; }
  .pp40-amount { font-size: 15px; }
}

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

  .gf27-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; }
  .gf27-card {
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(175deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    color: #fff;
  }
  .gf27-card-h3 { color: var(--c-accent); font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; text-transform: uppercase; letter-spacing: 0.061em; }
  .gf27-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.835); margin: 0; }

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

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

  .gf27-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .gf27-bullet { display: flex; align-items: center; gap: 12px; padding: 10px 14px 10px 12px; border-radius: 10px; background: rgba(255,255,255,0.021); border: 1px solid rgba(255,255,255,0.066); }
  .gf27-bullet-icon {
    flex: 0 0 28px; width: 28px; height: 27px;
    border-radius: 8px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
  }
  .gf27-bullet-icon svg { width: 14px; height: 14px; }
  .gf27-bullet-text { flex: 1; color: rgba(255,255,255,0.879); font-size: 13px; line-height: 1.4; font-weight: 600; }

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

  .gf27-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 19px; table-layout: fixed;
  }
  .gf27-table th, .gf27-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .gf27-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.121em; text-transform: uppercase;
    color: var(--c-bg);
    background: var(--c-accent);
    padding-top: 12px; padding-bottom: 12px;
  }
  .gf27-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .gf27-table tbody tr:last-child td { border-bottom: none; }
  .gf27-table tbody tr:nth-child(even) td { background: color-mix(in srgb, var(--c-text) 3%, transparent); }
  .gf27-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 7%, transparent); }

  .gf27-cta-wrap { margin-top: 18px; }
  .gf27-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1016px;
    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 23px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .gf27-cta:hover {
    filter: brightness(1.06); transform: translateY(-1px);
    box-shadow:
      0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
      0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
  }

  @media (max-width: 768px) {
    .gf27-cards { grid-template-columns: 1fr; }
    .gf27-bullets { grid-template-columns: 1fr; }
    .gf27-table th, .gf27-table td { padding: 11px 12px; font-size: 12px; }
  }
  @media (max-width: 640px) {
    .gf27-outer { padding: 22px 18px; border-radius: 14px; }
    .gf27-panel { padding: 18px 16px; border-radius: 12px; }
  }

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

.cr24-root { background: var(--c-bg); }
  .cr24-inner { max-width: 1156px; margin: 0 auto; }
  .cr24-head  { margin: 0 0 16px; }
  /* Inherit from framework `h2` token. */
  .cr24-title { margin: 0 0 6px; }
  .cr24-sub   { margin: 0; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 626px; }

  /* Compact 2-row layout — matches Trending (pg01) height so Popular Slots
     stays consistent across variants. 6 cols × 2 rows = 12 cells. One
     2×2 anchor top-left (4 cells) + 8 small = 12 → zero gaps. */
  .cr24-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 1fr);
    aspect-ratio: 3 / 1;
    gap: 10px;
    grid-template-areas:
      "b1 b1 s1 s2 s3 s4"
      "b1 b1 s5 s6 s7 s8";
  }
  .cr24-grid > .nk-mb-pg-tile:nth-child(1) { grid-area: b1; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(2) { grid-area: s1; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(3) { grid-area: s2; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(4) { grid-area: s3; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(5) { grid-area: s4; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(6) { grid-area: s5; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(7) { grid-area: s6; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(8) { grid-area: s7; }
  .cr24-grid > .nk-mb-pg-tile:nth-child(9) { grid-area: s8; }

  /* Hover style: "Shine Sweep" — a diagonal white glint slides across
     the art on hover, like chrome catching light. Combined with a gentle
     lift and an accent underline inside the ring. Feels editorial. */
  .nk-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.287s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.276s;
  }
  .nk-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.032);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.276s;
  }
  /* The glint: a thin skewed white band parked off-screen left, sweeping
     all the way past the right edge on hover. 0.761s feels snappy but not
     hasty; easing keeps it smooth on big anchor tiles. */
  .nk-mb-pg-tile::before {
    content: ''; position: absolute;
    top: -10%; bottom: -10%; left: -60%; width: 40%;
    background: linear-gradient(117deg, transparent, rgba(255,255,255,0.284), transparent);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 1;
    transition: left 0.743s cubic-bezier(.16,.84,.3,1);
  }
  .nk-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.506s cubic-bezier(.16,.84,.3,1), filter 0.296s;
  }
  .nk-mb-pg-tile:hover {
    transform: translateY(-4px);
    box-shadow:
      0 16px 32px rgba(0,0,0,0.548),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .nk-mb-pg-tile:hover::before { left: 120%; }
  .nk-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 65%, transparent); }
  .nk-mb-pg-tile:hover .nk-mb-pg-img { transform: scale(1.06); filter: brightness(1.08) saturate(1.1); }

  @media (max-width: 900px) {
    .cr24-grid {
      grid-template-columns: repeat(4, 1fr);
      grid-template-rows: repeat(3, 1fr);
      aspect-ratio: 4 / 3;
      grid-template-areas:
        "b1 b1 s1 s2"
        "b1 b1 s3 s4"
        "s5 s6 s7 s8";
    }
  }
  @media (max-width: 600px) {
    .cr24-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .cr24-grid > .nk-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; }
  }

.uy42-wrap { max-width: 1192px; margin: 0 auto; text-align: center; }
  .uy42-eyebrow { font-size: 0.704rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.158em; color: var(--c-accent); margin-bottom: 16px; }
  .uy42-row { display: grid; grid-template-columns: repeat(7, 1fr); gap: 10px; max-width: 1070px; margin: 0 auto; }
  .uy42-row .nk-mb-prov-tile { height: 71px; background: color-mix(in oklab, var(--c-accent) 12%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 30%, var(--c-surface)); border-radius: 1008px; display: flex; align-items: center; justify-content: center; padding: 0 10px; transition: background 0.153s; }
  .uy42-row .nk-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-surface)); }
  .uy42-row .nk-mb-prov-img { max-width: 95%; max-height: 85%; object-fit: contain; }
  @media (max-width: 900px) { .uy42-row { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .uy42-row { grid-template-columns: repeat(3, 1fr); } }

.by70-wrap { max-width: 1099px; margin: 0 auto; display: flex; flex-direction: column; gap: 24px; }
  .by70-intro { max-width: 861px; }
  .by70-title { color: var(--c-text); margin: 0 0 14px; }
  .by70-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .by70-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .by70-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 27px 32px; }
  .by70-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.072rem; font-weight: 700; }
  .by70-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .by70-p:last-child { margin-bottom: 0; }
  .by70-list { margin: 0; padding-left: 19px; font-size: 14px; line-height: 1.75; color: var(--c-text-muted); }
  .by70-list li { margin-bottom: 8px; }
  .by70-list li:last-child { margin-bottom: 0; }
  .by70-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 35px; }
  .by70-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.071rem; font-weight: 700; }
  .by70-bp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 22px; }
  .by70-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px 39px; }
  .by70-h4 { color: var(--c-text); margin: 0 0 8px; font-size: 0.702rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.117em; }
  .by70-cp { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .by70-row { grid-template-columns: 1fr; } .by70-grid { grid-template-columns: 1fr; gap: 18px; } }

.pq28-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 342px;
  background: linear-gradient(139deg,
    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.089);
  box-shadow: 0 18px 51px rgba(0,0,0,0.429);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pq28-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.pq28-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(185deg, rgba(0,0,0,0.483) 0%, rgba(0,0,0,0.724) 100%);
  z-index: 1;
}
.pq28-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 50px 27px;
  max-width: 737px;
}
.pq28-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.511);
  letter-spacing: -0.01em;
}
.pq28-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.87);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 540px;
  margin-left: auto; margin-right: auto;
  text-shadow: 0 1px 8px rgba(0,0,0,0.405);
}
.pq28-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 */
.pq28-cta {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 26px;
  border-radius: 980px;
  background: #ffffff;
  color: var(--c-bg);
  font-size: 13px; font-weight: 800;
  text-decoration: none;
  border: 1px solid rgba(0,0,0,0.071);
  box-shadow: 0 4px 14px rgba(0,0,0,0.166);
  transition: box-shadow .25s ease;
}
.pq28-cta:hover {
  box-shadow:
    0 0 0 4px rgba(255,255,255,0.116),
    0 8px 22px rgba(255,255,255,0.255),
    0 4px 14px rgba(0,0,0,0.255);
}
.pq28-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .pq28-card { min-height: 279px; }
  .pq28-content { padding: 36px 20px; }
  .pq28-title { font-size: 24px; }
  .pq28-cta { padding: 11px 17px; font-size: 12px; }
}

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

  .am68-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 14px; margin: 0 0 18px; align-items: stretch; }
  .am68-primary {
    border-radius: 14px;
    padding: 26px 28px;
    background: linear-gradient(132deg,
      color-mix(in srgb, var(--c-accent) 38%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 40%, transparent);
    color: #fff;
    display: flex; flex-direction: column;
    justify-content: center;
    box-shadow: 0 19px 52px -28px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .am68-primary-h3 { color: #fff; font-size: 18px; font-weight: 800; line-height: 1.3; margin: 0 0 12px; }
  .am68-primary-p { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.88); margin: 0; font-weight: 500; }

  .am68-side { display: flex; flex-direction: column; gap: 10px; }
  .am68-row {
    flex: 1;
    border-radius: 12px;
    padding: 16px 20px;
    background: linear-gradient(139deg,
      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 color-mix(in srgb, var(--c-accent) 32%, transparent);
    color: #fff;
    display: flex; flex-direction: column; justify-content: center;
    box-shadow: 0 12px 30px -23px color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .am68-row-h3 { color: #fff; font-size: 14px; font-weight: 800; line-height: 1.3; margin: 0 0 6px; }
  .am68-row-p { font-size: 12px; line-height: 1.55; color: rgba(255,255,255,0.734); margin: 0; }

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

  @media (max-width: 768px) {
    .am68-grid { grid-template-columns: 1fr; }
  }
  @media (max-width: 640px) {
    .am68-outer { padding: 22px 18px; border-radius: 14px; }
    .am68-primary { padding: 20px 18px; }
  }

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

.qz26-wrap { max-width: 822px; margin: 0 auto; }
.qz26-list { display: flex; flex-direction: column; gap: 10px; margin-top: 40px; }
.qz26-item {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color .2s, box-shadow .2s;
}
.qz26-item:hover {
  border-color: color-mix(in srgb, var(--c-accent) 35%, transparent);
  box-shadow: 0 4px 20px color-mix(in srgb, var(--c-accent) 6%, transparent);
}
.qz26-item.nk-faq-open {
  border-color: color-mix(in srgb, var(--c-accent) 55%, transparent);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--c-accent) 25%, transparent),
              0 8px 33px color-mix(in srgb, var(--c-accent) 8%, transparent);
}
.qz26-q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.qz26-q::-webkit-details-marker { display: none; }
.qz26-num {
  font-size: 20px;
  font-weight: 900;
  color: color-mix(in srgb, var(--c-accent) 25%, transparent);
  min-width: 27px;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  transition: color .2s;
  line-height: 1;
}
.qz26-item.nk-faq-open .qz26-num,
.qz26-item:hover .qz26-num { color: var(--c-accent); }
.qz26-qtext {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.4;
}
.qz26-chevron {
  width: 24px; height: 24px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted);
  transition: transform .25s;
}
.qz26-item.nk-faq-open .qz26-chevron { transform: rotate(176deg); color: var(--c-accent); }
.qz26-body {
  padding: 0 24px 22px 67px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 18px;
}
.qz26-body a { color: var(--c-accent); }
.qz26-cta {
  margin-top: 33px;
  background: color-mix(in srgb, var(--c-accent) 6%, var(--c-surface));
  border: 1px solid color-mix(in srgb, var(--c-accent) 20%, transparent);
  border-radius: var(--radius-lg);
  padding: 23px 27px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.qz26-cta-text { font-size: 15px; font-weight: 600; color: var(--c-text); }
.qz26-cta-sub { font-size: 13px; color: var(--c-text-muted); margin-top: 3px; }
.qz26-header { text-align: center; }
.qz26-title { margin-top: 8px; }
.qz26-lead { margin-top: 10px; max-width: 576px; margin-left: auto; margin-right: auto; }

.yg44-header { text-align: center; margin-bottom: 2.011rem; }
  .yg44-scroll-wrap { overflow-x: auto; padding-bottom: 0.995rem; cursor: grab; }
  .yg44-scroll-wrap::-webkit-scrollbar { height: 4px; }
  .yg44-scroll-wrap::-webkit-scrollbar-track { background: var(--c-border); border-radius: 2px; }
  .yg44-scroll-wrap::-webkit-scrollbar-thumb { background: var(--c-accent); border-radius: 2px; }
  .yg44-track { display: flex; gap: 1.287rem; width: max-content; padding: 0.248rem 0; }
  .yg44-card { width: 308px; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 1.54rem; display: flex; flex-direction: column; gap: 0.896rem; flex-shrink: 0; transition: transform 0.205s, border-color 0.198s; }
  .yg44-card:hover { transform: translateY(-4px); border-color: var(--c-accent); }
  .yg44-top { display: flex; align-items: center; justify-content: space-between; }
  .yg44-avatar { width: 44px; height: 44px; 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.829rem; color: var(--c-accent); }
  .yg44-stars { color: #f59e0b; font-size: 0.959rem; }
  .yg44-name { font-weight: 700; font-size: 0.875rem; color: var(--c-text); }
  .yg44-role { font-size: 0.705rem; color: var(--c-text-muted); }
  .yg44-text { font-size: 0.877rem; color: var(--c-text-muted); line-height: 1.6; flex: 1; }
  .yg44-bottom { display: flex; align-items: center; justify-content: space-between; }
  .yg44-date { font-size: 0.682rem; color: var(--c-text-muted); }
  .yg44-platform { font-size: 0.686rem; color: var(--c-accent); font-weight: 600; }
  .yg44-scroll-hint { text-align: center; margin-top: 1.03rem; font-size: 0.749rem; color: var(--c-text-muted); }
  .yg44-s1 { display: flex; align-items: center; gap: 10px; }
  .yg44-s2 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .yg44-s3 { border-color: color-mix(in srgb,var(--c-accent) 40%,transparent); }
  .yg44-s4 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }
  .yg44-s5 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .yg44-s6 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .yg44-s7 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; }
  .yg44-s8 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }

.ft12_footer { background: var(--c-primary); border-top: 1px solid var(--c-border); }
/* Top row — single "command bar": [logo] [nav+extra links] [payments] [18+].
   Payments migrated up from the bottom row so the entire actionable
   surface (links + payments + compliance badge) lives on one line; the
   bottom row shrinks to pure copyright + "play responsibly" text.
   `margin-left: auto` on the payments block pushes it (and the 18+
   badge right after it) to the right edge while the nav grows to fill
   whatever gap is left between logo and that group. */
.ft12_top { display: flex; align-items: center; gap: 0.515rem 1.263rem; padding: 14px 0; flex-wrap: wrap; }

/* Nav — primary multipage links followed by legal/extra links, both
   inline with pipe separators. `:empty` collapses the whole row on
   landing sites without any of those placeholders producing links. */
.ft12_nav { display: flex; align-items: center; gap: 0; flex-wrap: wrap; flex: 1 1 auto; min-width: 0; }
.ft12_nav:empty { display: none; }
.ft12_nav a { color: var(--c-text-muted); font-size: 0.768rem; text-decoration: none; padding: 0.245rem 0.742rem; border-right: 1px solid var(--c-border); transition: color 0.196s; white-space: nowrap; }
.ft12_nav a:first-child { padding-left: 0; }
.ft12_nav a:last-child { border-right: none; }
.ft12_nav a:hover { color: var(--c-accent); }

/* Payments inline with the nav row — smaller than default so they read
   as a compliance strip rather than a marketing showcase. Scoped
   override of .nk-pay-logo: height trimmed from 22→16 px, padding
   squeezed so ten pill badges still fit next to a full nav bar. */
.ft12_pay { display: flex; flex-wrap: wrap; align-items: center; gap: 5px; margin-left: auto; }
.ft12_pay:empty { display: none; }
.ft12_pay .nk-pay-logo {
  height: 20px;
  max-width: 51px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.499rem; align-items: center; flex-shrink: 0; }

/* Bottom row — now just a thin compliance line (copyright +
   "play responsibly"). Centre-aligned for balance regardless of how
   wide the text happens to be after brand substitution. */
.ft12_bottom {
  border-top: 1px solid var(--c-border);
  padding: 10px 0;
  display: flex; align-items: center; justify-content: center;
  gap: 6px 20px; flex-wrap: wrap;
}
.ft12_legal { color: var(--c-text-muted); font-size: 0.727rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.502rem 0.751rem; }
  .ft12_pay { margin-left: 0; width: 100%; justify-content: flex-start; }
  .ft12_badge_row { margin-left: auto; }
}
@media (max-width: 600px) {
  .ft12_top { flex-direction: column; align-items: flex-start; }
  .ft12_pay { justify-content: flex-start; }
  .ft12_badge_row { margin-left: 0; }
  .ft12_nav { flex: 1 1 100%; }
}

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