@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;
}
.iw-logo-text { color: var(--c-logo-text) !important; font-size: 29px !important; font-family: 'Black Ops One', sans-serif !important; }
[class*="_logo"] { font-family: 'Black Ops One', sans-serif !important; color: #ffffff !important; }


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

.h14_backdrop {
    background: color-mix(in srgb, var(--c-bg) 70%, transparent);
    padding: 10px 16px;
  }
  .h14_pill {
    max-width: 965px;
    margin: 0 auto;
    background: var(--c-primary);
    border-radius: 50px;
    border: 1px solid color-mix(in srgb, var(--c-text) 12%, transparent);
    box-shadow: 0 4px 24px rgba(0,0,0,0.212), 0 1px 4px rgba(0,0,0,0.126);
    display: flex;
    align-items: center;
    height: 53px;
    padding: 0 8px 0 16px;
    gap: 8px;
  }
  .h14_logo {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
  }
  .h14_logo-icon {
    width: 31px;
    height: 33px;
    background: var(--c-accent);
    color: var(--c-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 0.732rem;
  }
  .h14_logo-text {
    font-weight: 700;
    font-size: 1.006rem;
    color: var(--c-text);
  }
  .h14_divider {
    width: 1px;
    height: 23px;
    background: color-mix(in srgb, var(--c-text) 12%, transparent);
    flex-shrink: 0;
    margin: 0 4px;
  }
  .h14_nav {
    display: flex;
    align-items: center;
    gap: 0;
    flex: 1;
    justify-content: center;
  }
  .h14_nav a {
    color: color-mix(in srgb, var(--c-text) 70%, transparent);
    text-decoration: none;
    font-size: 0.792rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 50px;
    white-space: nowrap;
    transition: background 0.151s, color 0.15s;
  }
  .h14_nav a:hover {
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text);
  }
  .h14_cta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }
  .h14_btn-login {
    background: transparent;
    color: color-mix(in srgb, var(--c-text) 75%, transparent);
    border: none;
    padding: 6px 14px;
    border-radius: 51px;
    font-size: 0.806rem;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.148s, color 0.152s;
  }
  .h14_btn-login:hover {
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    color: var(--c-text);
  }
  .h14_btn-register {
    background: var(--c-accent);
    color: var(--c-bg);
    border: none;
    padding: 7px 18px;
    border-radius: 51px;
    font-size: 0.825rem;
    font-weight: 700;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.146s;
    white-space: nowrap;
  }
  .h14_btn-register:hover { opacity: 0.9; }
  .h14_menu-btn {
    display: none;
    background: color-mix(in srgb, var(--c-text) 8%, transparent);
    border: none;
    color: var(--c-text);
    width: 33px;
    height: 34px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  @media (max-width: 768px) {
    .h14_nav { display: none; }
    .h14_cta-desktop { display: none !important; }
    .h14_menu-btn { display: flex !important; }
    .h14_divider { display: none; }
    .h14_pill { padding: 0 6px 0 12px; }
  }
  .h14_sroot { position: sticky; top: 0; z-index: 100; }
  .h14_cta-desktop { display: flex; align-items: center; gap: 6px; }
  .h14_mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .h14_mrow { padding: 12px 0; border-top: 1px solid var(--c-border); display: flex; gap: 8px; }
  .h14_mbtn { flex: 1; justify-content: center; }

.oe81-hero {
  position: relative;
  width: calc(100% - 48px);
  max-width: 1200px;
  margin: 39px auto 0;
  min-height: 359px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  border: 1px solid rgba(255,255,255,0.041);
  border-radius: 23px;
  box-shadow: 0 16px 51px rgba(0,0,0,0.447);
  overflow: hidden;
}
.oe81-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(136deg, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0.34) 50%, rgba(0,0,0,0.5) 100%);
}
.oe81-content {
  position: relative; z-index: 2;
  text-align: center;
  max-width: 699px;
  padding: 43px 28px;
}
.oe81-title {
  color: var(--c-accent, #f59e0b);
  font-size: 33px;
  font-weight: 900;
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  text-shadow: 0 2px 14px rgba(0,0,0,0.528);
}
.oe81-hero .oe81-title {
  color: #fff;
}
.oe81-sub {
  font-size: 15px;
  color: #fff;
  line-height: 1.55;
  margin: 0 0 25px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.417);
}
.oe81-cta {
  display: inline-block;
  padding: 13px 38px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 800;
  border-radius: 12px;
  text-decoration: none;
  transition: filter .2s, box-shadow .2s;
}
.oe81-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 27px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 768px) {
  .oe81-hero { min-height: 334px; }
  .oe81-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0.60) 100%);
  }
  .oe81-content { padding: 32px 18px; }
  .oe81-title { font-size: 22px; }
}
@media (max-width: 600px) { .oe81-hero { width: calc(100% - 32px); } }

.dv21-hero {
    background: linear-gradient(152deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-primary) 15%, var(--c-bg)) 100%);
    position: relative;
    overflow: hidden;
  }
  .dv21-pattern {
    position: absolute;
    inset: 0;
    opacity: 0.03;
    pointer-events: none;
  }
  .dv21-grid {
    display: grid;
    grid-template-columns: 1fr 385px;
    gap: 48px;
    align-items: center;
    padding: 54px 0;
    position: relative;
    z-index: 1;
  }
  .dv21-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    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;
    font-size: 0.744rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--c-accent);
    margin-bottom: 16px;
  }
  .dv21-title { color: var(--c-text); margin-bottom: 14px; }
  .dv21-accent { color: var(--c-accent); }
  .dv21-desc {
    font-size: 0.997rem;
    color: var(--c-text-muted);
    line-height: 1.7;
    max-width: 482px;
    margin-bottom: 24px;
  }
  .dv21-steps {
    display: flex;
    gap: 24px;
    margin-bottom: 28px;
  }
  .dv21-step {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .dv21-step-num {
    width: 33px;
    height: 31px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--c-accent) 15%, transparent);
    color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.812rem;
    font-weight: 800;
    flex-shrink: 0;
  }
  .dv21-step-text {
    font-size: 0.859rem;
    font-weight: 600;
    color: var(--c-text);
  }
  .dv21-btns { display: flex; gap: 12px; flex-wrap: wrap; }
  .dv21-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 16px; box-shadow: 0 0 16px rgba(255,255,255,0.21), 0 0 2px rgba(255,255,255,0.07);
    overflow: hidden;
  }
  .dv21-card-header {
    padding: 20px 23px;
    border-bottom: 1px solid var(--c-border);
  }
  .dv21-card-header-title {
    font-size: 0.852rem;
    font-weight: 700;
    color: var(--c-text);
    text-transform: uppercase;
    letter-spacing: 0.041em;
  }
  .dv21-card-body {
    padding: 23px;
  }
  .dv21-check-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid var(--c-border);
  }
  .dv21-check-item:last-child { border-bottom: none; }
  .dv21-check-box {
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: color-mix(in srgb, var(--c-accent) 15%, transparent);
    color: var(--c-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.661rem;
    font-weight: 800;
    flex-shrink: 0;
  }
  .dv21-check-label {
    font-size: 0.875rem;
    color: var(--c-text);
    font-weight: 500;
  }
  .dv21-card-footer {
    padding: 16px 24px;
    border-top: 1px solid var(--c-border);
  }
  .dv21-card-cta {
    display: block;
    text-align: center;
    padding: 12px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-weight: 700;
    font-size: 0.915rem;
    border-radius: 10px;
    text-decoration: none;
    transition: opacity 0.153s;
  }
  .dv21-card-cta:hover { opacity: 0.9; }
  @media (max-width: 768px) {
    .dv21-grid { grid-template-columns: 1fr; gap: 31px; }
    .dv21-card { display: none; }
    .dv21-steps { flex-direction: column; gap: 12px; }
  }

.zu26-wrap { max-width: 1146px; margin: 0 auto; }
  .zu26-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
    gap: 35px;
    align-items: start;
    margin-bottom: 24px;
  }
  .zu26-title { color: var(--c-text); margin: 0 0 17px; }
  .zu26-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .zu26-spec {
    width: 100%;
    border-collapse: collapse;
    background: var(--c-surface);
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
    box-shadow:
      0 18px 51px -26px color-mix(in srgb, var(--c-accent) 55%, transparent),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 6%, transparent);
    table-layout: fixed;
  }
  .zu26-spec thead th {
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.142em;
    text-align: left;
    padding: 14px 18px;
    color: var(--c-bg);
    background: linear-gradient(133deg,
      var(--c-accent) 0%,
      color-mix(in srgb, var(--c-accent) 60%, var(--c-grad-end)) 100%);
    border-bottom: 1px solid color-mix(in srgb, var(--c-accent) 45%, transparent);
  }
  .zu26-spec tbody th, .zu26-spec tbody td {
    padding: 13px 18px;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: middle;
    text-align: left;
    border-bottom: 1px solid var(--c-border);
  }
  .zu26-spec tbody tr:last-child th,
  .zu26-spec tbody tr:last-child td { border-bottom: none; }
  .zu26-spec tbody tr:nth-child(odd) {
    background: color-mix(in srgb, var(--c-accent) 3%, transparent);
  }
  .zu26-spec tbody tr:hover {
    background: color-mix(in srgb, var(--c-accent) 8%, transparent);
  }
  .zu26-spec tbody th {
    font-weight: 700;
    color: var(--c-text);
    width: 44%;
  }
  .zu26-spec tbody th::before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--c-accent);
    margin-right: 10px;
    vertical-align: 0.18em;
  }
  .zu26-spec tbody td { color: var(--c-text-muted); }
  @media (max-width: 880px) {
    .zu26-grid {
      grid-template-columns: 1fr;
      gap: 25px;
    }
  }
  @media (max-width: 640px) {
    .zu26-spec thead th { padding: 11px 14px; }
    .zu26-spec tbody th, .zu26-spec tbody td { padding: 11px 14px; font-size: 13px; }
    .zu26-spec tbody th::before { width: 4px; height: 4px; margin-right: 8px; }
  }

.vp88-card {
  position: relative;
  border-radius: 23px;
  overflow: hidden;
  min-height: 361px;
  background: linear-gradient(136deg,
    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.116);
  box-shadow: 0 16px 51px rgba(0,0,0,0.475);
  display: flex;
  align-items: center;
  justify-content: center;
}
.vp88-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.vp88-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(133deg, rgba(0,0,0,0.38) 0%, rgba(0,0,0,0.18) 50%, rgba(0,0,0,0.42) 100%);
  z-index: 1;
}
.vp88-content {
  position: relative; z-index: 2;
  text-align: center;
  padding: 43px 29px;
  max-width: 716px;
}
.vp88-title {
  font-size: 32px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.1;
  margin: 0 0 18px;
  text-transform: uppercase;
  letter-spacing: 0.005em;
  text-shadow: 0 2px 14px rgba(0,0,0,0.548);
}
.vp88-amount-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 26px;
}
.vp88-diamond {
  display: inline-block;
  width: 14px; height: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  transform: rotate(46deg);
  flex-shrink: 0;
}
.vp88-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  letter-spacing: 0.021em;
  text-shadow: 0 1px 8px rgba(0,0,0,0.463);
}
.vp88-cta {
  display: inline-block;
  padding: 13px 38px;
  border-radius: 12px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.368);
  transition: box-shadow .25s ease, filter .18s;
}
.vp88-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.246),
    0 10px 28px rgba(34,197,94,0.44);
}
@media (max-width: 768px) {
  .vp88-card { min-height: 332px; }
  .vp88-overlay {
    background:
      linear-gradient(180deg, rgba(0,0,0,0.48) 0%, rgba(0,0,0,0.58) 100%);
  }
  .vp88-content { padding: 31px 18px; }
  .vp88-title { font-size: 22px; }
  .vp88-amount { font-size: 14px; }
  .vp88-amount-row { gap: 10px; flex-wrap: wrap; justify-content: center; }
}

.mf13-wrap { max-width: 1134px; margin: 0 auto; }
  .mf13-intro { max-width: 807px; margin-bottom: 25px; }
  .mf13-title { color: var(--c-text); margin: 0 0 14px; }
  .mf13-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .mf13-cons-lead { max-width: 807px; margin: 26px 0 16px; }
  .mf13-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 21px; }
  .mf13-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 28px; display: flex; flex-direction: column; gap: 12px; }
  .mf13-tag { font-size: 0.653rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.139em; }
  .mf13-h3 { color: var(--c-text); margin: 0; font-size: 1.065rem; font-weight: 700; }
  .mf13-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 12px; }
  .mf13-p:last-child { margin-bottom: 0; }
  .mf13-pros-cons { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 21px; }
  .mf13-list {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 14px;
    padding: 25px 28px;
  }
  .mf13-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 11px 26px; }
  .mf13-list li {
    position: relative;
    padding: 0 0 0 24px;
    color: var(--c-text-muted);
    font-size: 15px;
    line-height: 1.62;
  }
  .mf13-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75em;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--c-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 14%, transparent);
  }
  .mf13-list-con li::before {
    background: var(--c-text-muted);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-text-muted) 12%, transparent);
  }
  @media (max-width: 920px) { .mf13-row { grid-template-columns: 1fr; gap: 19px; } }
  @media (max-width: 920px) { .mf13-pros-cons, .mf13-list { grid-template-columns: 1fr; gap: 19px; } }
  @media (max-width: 600px) {
    .mf13-list { padding: 20px 18px; }
    .mf13-list li { padding-left: 18px; font-size: 14px; }
    .mf13-list li::before { top: 0.75em; width: 5px; height: 5px; box-shadow: none; }
  }

.so11-wrap { max-width: 1072px; margin: 0 auto; }
  .so11-intro { max-width: 748px; margin-bottom: 23px; }
  .so11-title { color: var(--c-text); margin: 0 0 12px; }
  .so11-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .so11-scroll { overflow-x: auto; }
  .so11-table { width: 100%; min-width: 732px; border-collapse: separate; border-spacing: 0 8px; }
  .so11-table thead th { background: linear-gradient(92deg, 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.701rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.121em; text-align: left; }
  .so11-table thead th:first-child { border-radius: 12px 0 0 12px; }
  .so11-table thead th:last-child { border-radius: 0 12px 12px 0; }
  .so11-table tbody td { background: var(--c-surface); padding: 18px 22px; font-size: 15px; line-height: 1.5; color: var(--c-text-muted); border-top: 1px solid var(--c-border); border-bottom: 1px solid var(--c-border); }
  .so11-table tbody td:first-child { border-left: 1px solid var(--c-border); border-radius: 12px 0 0 12px; }
  .so11-table tbody td:last-child { border-right: 1px solid var(--c-border); border-radius: 0 12px 12px 0; }
  .so11-table tbody tr.so11-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)); }
  .so11-rank { display: inline-flex; align-items: center; gap: 12px; }
  .so11-badge { width: 38px; height: 37px; border-radius: 10px; display: inline-flex; align-items: center; justify-content: center; color: var(--c-bg); font-weight: 800; font-size: 0.945rem; flex-shrink: 0; }
  .so11-badge-bronze { background: #a0785a; }
  .so11-badge-silver { background: #8a8e94; }
  .so11-badge-gold { background: #c5a03f; }
  .so11-badge-plat { background: #6a7b8b; }
  .so11-badge-diamond { background: linear-gradient(136deg, 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); }
  .so11-rank-name { display: block; font-size: 0.974rem; font-weight: 800; color: var(--c-text); }
  .so11-rank-vol { display: block; font-size: 11px; color: var(--c-text-muted); margin-top: 2px; }
  .so11-pct { font-weight: 800; color: var(--c-accent); font-size: 0.973rem; font-variant-numeric: tabular-nums; }
  .so11-here { display: inline-block; font-size: 0.621rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.163em; padding: 3px 9px; border: 1px solid var(--c-accent); border-radius: 1019px; }
  .so11-wrap.so11-legal { max-width: 100%; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 34px; }
  .so11-legal .so11-title { margin-bottom: 16px; }
  .so11-legal .so11-lead,
  .so11-legal .so11-p { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 16px; }
  .so11-legal .so11-p:last-of-type { margin-bottom: 0; }
  .so11-actions { margin-top: 24px; display: flex; }
  @media (max-width: 600px) {
    .so11-wrap.so11-legal { padding: 22px 18px; }
    .so11-legal .so11-lead,
    .so11-legal .so11-p { font-size: 14px; line-height: 1.7; }
    .so11-actions .iw-btn { width: 100%; justify-content: center; }
  }

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

.dc16-wrap { max-width: 100%; margin: 0 auto; }
  .dc16-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 29px 29px 31px;
    box-shadow: 0 16px 43px -23px rgba(0,0,0,0.265);
  }
  .dc16-title { color: var(--c-text); margin: 0 0 14px; }
  .dc16-intro { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

  .dc16-panel {
    border-radius: 16px;
    padding: 26px 26px 28px;
    margin-bottom: 18px;
    background: linear-gradient(139deg,
      color-mix(in srgb, var(--c-accent) 12%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 52px -28px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff;
  }
  .dc16-panel:last-of-type { margin-bottom: 0; }

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

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

  .dc16-shots {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin: 20px 0;
  }
  .dc16-shot {
    min-height: 96px;
    border-radius: 14px;
    border: 1px dashed color-mix(in srgb, var(--c-accent) 42%, var(--c-border));
    background: color-mix(in srgb, var(--c-accent) 6%, var(--c-bg));
    color: var(--c-text-muted);
    padding: 18px;
    font-size: 13px;
    line-height: 1.6;
    display: flex;
    align-items: center;
  }
  .dc16-note {
    font-size: 15px;
    line-height: 1.75;
    color: var(--c-text-muted);
    margin: 0;
  }

  .dc16-cta-wrap { margin-top: 24px; }
  .dc16-cta {
    display: inline-block; padding: 12px 30px; border-radius: 1021px;
    background: var(--c-accent); color: var(--c-bg);
    font-size: 12px; font-weight: 800; text-decoration: none;
    text-transform: uppercase; letter-spacing: 0.101em;
    box-shadow: 0 8px 22px -8px color-mix(in srgb, var(--c-accent) 75%, transparent);
    transition: transform .18s ease, box-shadow .25s ease, filter .18s;
  }
  .dc16-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) {
    .dc16-outer { padding: 23px 18px; border-radius: 14px; }
    .dc16-panel { padding: 21px 16px; border-radius: 12px; }
    .dc16-h3 { font-size: 16px; }
    .dc16-step { gap: 10px; }
    .dc16-step::before { width: 43px; height: 42px; font-size: 14px; }
    .dc16-step-text { padding: 10px 14px; font-size: 12px; }
    .dc16-shots { grid-template-columns: 1fr; gap: 12px; }
    .dc16-shot { min-height: 84px; padding: 15px; font-size: 12px; }
    .dc16-note { font-size: 14px; line-height: 1.7; }
    .dc16-cta { width: 100%; text-align: center; }
  }

.zr53-card {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
  min-height: 362px;
  background: linear-gradient(132deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.108);
  box-shadow: 0 18px 50px rgba(0,0,0,0.414);
  display: flex;
  align-items: center;
}
.zr53-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.zr53-bonus .zr53-bg-img {
  object-position: center center;
}
.zr53-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(88deg, rgba(0,0,0,0.823) 0%, rgba(0,0,0,0.604) 35%, rgba(0,0,0,0.124) 70%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}
.zr53-bonus .zr53-overlay {
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.56) 0%, rgba(0,0,0,0.40) 36%, rgba(0,0,0,0.16) 72%, rgba(0,0,0,0.06) 100%);
}
.zr53-content {
  position: relative; z-index: 2;
  padding: 48px 51px;
  max-width: 638px;
}
.zr53-title {
  font-size: 39px;
  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.599);
}
.zr53-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.864);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 491px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.484);
}
.zr53-bonus .zr53-title {
  color: var(--c-accent);
}
.zr53-bonus .zr53-sub {
  color: #fff;
  font-weight: 800;
  font-size: 18px;
}
.zr53-bonus {
  justify-content: center;
}
.zr53-bonus .zr53-content {
  width: 100%;
  max-width: 720px;
  padding: 48px 24px;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zr53-bonus .zr53-sub {
  margin-left: auto;
  margin-right: auto;
}
.zr53-bonus .zr53-cta-row {
  justify-content: center;
}
.zr53-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. */
.zr53-cta {
  display: inline-flex; align-items: center;
  gap: 12px;
  padding: 15px 26px;
  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.323);
}
.zr53-cta:hover {
  filter: brightness(1.04);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.33);
}
.zr53-cta svg { flex-shrink: 0; }
.zr53-bonus .zr53-cta {
  background: #22c55e;
  color: #06130b;
  box-shadow: 0 10px 28px -10px rgba(34,197,94,0.75);
}
.zr53-bonus .zr53-cta:hover {
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.20),
    0 12px 30px -8px rgba(34,197,94,0.75),
    0 6px 18px rgba(0,0,0,0.33);
}
@media (max-width: 768px) {
  .zr53-card { min-height: 319px; }
  .zr53-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.30) 0%, rgba(0,0,0,0.56) 100%);
  }
  .zr53-bonus .zr53-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.60) 100%);
  }
  .zr53-bonus .zr53-bg-img {
    object-position: 66% center;
  }
  .zr53-content { padding: 32px 24px; max-width: 100%; }
  .zr53-bonus .zr53-content { padding: 32px 20px; }
  .zr53-title { font-size: 26px; }
  .zr53-bonus .zr53-sub { font-size: 15px; }
  .zr53-cta-row { flex-wrap: wrap; }
  .zr53-cta { padding: 13px 16px; font-size: 12px; }
}

.qf97-wrap { max-width: 932px; margin: 0 auto; }
  .qf97-title { color: var(--c-text); margin: 0 0 24px; }
  .qf97-cols { column-count: 2; column-gap: 47px; }
  .qf97-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .qf97-p:last-child { margin-bottom: 0; }
  .qf97-mobile {
    max-width: 100%;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 14px;
    padding: 30px 34px;
  }
  .qf97-mobile .qf97-title { margin-bottom: 16px; }
  .qf97-mobile .qf97-list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 28px;
    margin: 0 0 18px;
    padding: 0;
  }
  .qf97-mobile .qf97-list li {
    position: relative;
    color: var(--c-text);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 700;
    border-radius: 999px;
    border: 1px solid color-mix(in srgb, var(--c-accent) 58%, var(--c-border));
    background: color-mix(in srgb, var(--c-accent) 22%, var(--c-surface));
    padding: 13px 22px;
    min-height: 44px;
    display: flex;
    align-items: center;
    padding-left: 36px;
  }
  .qf97-mobile .qf97-list li::before {
    content: "";
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--c-accent);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 14%, transparent);
  }
  @media (max-width: 768px) { .qf97-cols { column-count: 1; } }
  @media (max-width: 768px) {
    .qf97-mobile { padding: 22px 18px; }
    .qf97-mobile .qf97-list { grid-template-columns: 1fr; gap: 8px; }
    .qf97-mobile .qf97-list li { font-size: 13px; padding: 12px 16px 12px 32px; border-radius: 14px; }
    .qf97-mobile .qf97-list li::before { left: 15px; width: 5px; height: 5px; box-shadow: none; }
  }

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

.bt41-wrap {
  max-width: 100%;
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: 14px;
  padding: 30px 34px;
}
.bt41-title { color: var(--c-text); margin: 0 0 16px; }
.bt41-p {
  font-size: 15px;
  line-height: 1.75;
  color: var(--c-text-muted);
  margin: 0 0 18px;
}
.bt41-scroll {
  overflow-x: auto;
  margin: 20px 0 18px;
  border-radius: 12px;
}
.bt41-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  background: color-mix(in srgb, var(--c-bg) 72%, var(--c-surface));
}
.bt41-scroll .bt41-table { min-width: 1120px; }
.bt41-table th {
  background: var(--c-accent);
  color: var(--c-bg);
  padding: 13px 14px;
  font-size: 11px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.bt41-table th:first-child { border-radius: 12px 0 0 0; }
.bt41-table th:last-child { border-radius: 0 12px 0 0; }
.bt41-table td {
  padding: 13px 14px;
  border-bottom: 1px solid color-mix(in srgb, var(--c-border) 72%, transparent);
  color: var(--c-text-muted);
  font-size: 14px;
  line-height: 1.45;
  vertical-align: top;
}
.bt41-table td:first-child {
  color: var(--c-text);
  font-weight: 800;
}
.bt41-table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--c-accent) 4%, transparent);
}
.bt41-table tbody tr:last-child td { border-bottom: 0; }
.bt41-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 22px 0;
}
.bt41-detail,
.bt41-terms {
  border: 1px solid color-mix(in srgb, var(--c-border) 82%, var(--c-accent));
  border-radius: 12px;
  background: color-mix(in srgb, var(--c-bg) 68%, var(--c-surface));
  padding: 20px 22px;
}
.bt41-detail .bt41-p:last-child,
.bt41-terms .bt41-p:last-of-type { margin-bottom: 0; }
.bt41-h3 {
  color: var(--c-text);
  font-size: 18px;
  line-height: 1.3;
  font-weight: 900;
  margin: 0 0 10px;
}
.bt41-terms { margin-top: 22px; }
.bt41-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 18px 0 0;
  padding: 0;
}
.bt41-list li {
  position: relative;
  min-height: 44px;
  display: flex;
  align-items: center;
  padding: 12px 18px 12px 36px;
  border-radius: 999px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 58%, var(--c-border));
  background: color-mix(in srgb, var(--c-accent) 22%, var(--c-surface));
  color: var(--c-text);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}
.bt41-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 14%, transparent);
}
.bt41-actions { margin-top: 24px; display: flex; }
.bt41-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 28px;
  border-radius: 999px;
  background: #22c55e;
  color: #06130b;
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 10px 28px -10px rgba(34,197,94,0.75);
  transition: filter .18s ease, box-shadow .25s ease, transform .18s ease;
}
.bt41-cta:hover {
  filter: brightness(1.04);
  transform: translateY(-1px);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.20),
    0 12px 30px -8px rgba(34,197,94,0.75);
}
@media (max-width: 768px) {
  .bt41-wrap { padding: 22px 18px; }
  .bt41-p { font-size: 14px; line-height: 1.7; }
  .bt41-scroll { margin: 18px -2px 16px; }
  .bt41-scroll .bt41-table { min-width: 1040px; }
  .bt41-table th,
  .bt41-table td { padding: 12px 12px; font-size: 13px; }
  .bt41-details { grid-template-columns: 1fr; gap: 12px; }
  .bt41-detail,
  .bt41-terms { padding: 18px 16px; }
  .bt41-h3 { font-size: 16px; }
  .bt41-list { grid-template-columns: 1fr; gap: 8px; }
  .bt41-list li { border-radius: 14px; padding: 12px 16px 12px 32px; font-size: 13px; }
  .bt41-list li::before { left: 15px; width: 5px; height: 5px; box-shadow: none; }
  .bt41-cta { width: 100%; }
}

.ci11-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 388px;
  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.07);
  box-shadow: 0 14px 45px rgba(0,0,0,0.367);
  display: flex;
  align-items: flex-end;
}
.ci11-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ci11-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.175) 35%, rgba(0,0,0,0.778) 75%, rgba(0,0,0,0.969) 100%);
  z-index: 1;
}
.ci11-content {
  position: relative; z-index: 2;
  padding: 37px 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  flex-wrap: wrap;
}
.ci11-text { max-width: 740px; }
.ci11-eyebrow {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 1023px;
  background: color-mix(in srgb, var(--c-accent, #f59e0b) 22%, transparent);
  color: var(--c-accent, #f59e0b);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 10px;
  border: 1px solid color-mix(in srgb, var(--c-accent, #f59e0b) 40%, transparent);
}
.ci11-title {
  font-size: 27px;
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  margin: 0 0 8px;
  letter-spacing: -0.01em;
  text-shadow: 0 2px 10px rgba(0,0,0,0.503);
}
.ci11-amount {
  font-size: 15px;
  color: rgba(255,255,255,0.783);
  line-height: 1.5;
  margin: 0;
  text-shadow: 0 1px 6px rgba(0,0,0,0.384);
}
.ci11-cta {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: 980px;
  background: var(--c-accent, #22c55e);
  color: var(--c-bg, var(--c-bg));
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.351);
  transition: box-shadow .25s ease, filter .18s;
}
.ci11-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #22c55e) 22%, transparent),
    0 10px 28px color-mix(in srgb, var(--c-accent, #22c55e) 38%, transparent);
}
.ci11-highroller .ci11-overlay {
  background: linear-gradient(90deg, rgba(0,0,0,0.66) 0%, rgba(0,0,0,0.48) 32%, rgba(0,0,0,0.18) 66%, rgba(0,0,0,0.08) 100%);
}
.ci11-highroller .ci11-content {
  align-self: stretch;
  width: min(58%, 650px);
  display: grid;
  grid-template-columns: minmax(0, max-content);
  grid-template-rows: auto auto auto;
  justify-content: start;
  align-content: center;
  align-items: start;
  text-align: left;
  gap: 8px;
}
.ci11-highroller .ci11-text {
  display: contents;
  max-width: none;
}
.ci11-highroller .ci11-title {
  grid-column: 1 / -1;
  grid-row: 1;
  color: var(--c-accent);
  margin: 0;
}
.ci11-highroller .ci11-amount {
  grid-column: 1;
  grid-row: 2;
  color: #fff;
  font-size: 34px;
  line-height: 1.12;
  font-weight: 900;
  white-space: nowrap;
}
.ci11-highroller .ci11-cta {
  grid-column: 1;
  grid-row: 3;
  align-self: center;
  justify-self: start;
  transform: none;
  margin-top: 8px;
  background: #22c55e;
  color: #06130b;
  box-shadow: 0 10px 28px -10px rgba(34,197,94,0.75);
}
.ci11-highroller .ci11-cta:hover {
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.20),
    0 12px 30px -8px rgba(34,197,94,0.75);
}
.ci11-highroller .ci11-cta::after {
  content: none;
}
.ci11-cta::after {
  content: '→';
  font-size: 16px;
}
@media (max-width: 768px) {
  .ci11-card { min-height: 345px; }
  .ci11-content {
    padding: 24px 22px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
  .ci11-title { font-size: 22px; }
}

@media (max-width: 768px) {
  .ci11-highroller .ci11-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.46) 0%, rgba(0,0,0,0.62) 100%);
  }
  .ci11-highroller .ci11-content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
  }
  .ci11-highroller .ci11-text {
    display: block;
  }
  .ci11-highroller .ci11-amount { font-size: 24px; }
}

.lc64-card {
  position: relative;
  min-height: 340px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 28%, var(--c-border));
  background: var(--c-surface);
  display: flex;
  align-items: center;
  box-shadow: 0 18px 46px -28px rgba(0,0,0,0.58);
}
.lc64-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 62% center;
  z-index: 0;
}
.lc64-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.28) 42%, rgba(0,0,0,0.08) 76%, rgba(0,0,0,0.02) 100%);
}
.lc64-content {
  position: relative;
  z-index: 2;
  width: min(560px, 56%);
  padding: 44px 52px;
}
.lc64-title {
  color: var(--c-accent);
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(0,0,0,0.48);
}
.lc64-amount {
  color: #fff;
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.12;
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(0,0,0,0.56);
}
.lc64-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 30px;
  border-radius: 999px;
  background: #22c55e;
  color: #06130b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 12px 28px -12px rgba(34,197,94,0.75);
}
@media (max-width: 768px) {
  .lc64-card {
    min-height: 320px;
    border-radius: 14px;
  }
  .lc64-bg-img {
    object-position: 66% center;
  }
  .lc64-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.44) 0%, rgba(0,0,0,0.60) 100%);
  }
  .lc64-content {
    width: 100%;
    padding: 28px 22px;
  }
  .lc64-title {
    font-size: 25px;
  }
  .lc64-amount {
    font-size: 24px;
  }
}

.rl20-card {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid color-mix(in srgb, var(--c-accent) 30%, var(--c-border));
  background: var(--c-surface);
  display: flex;
  align-items: center;
  box-shadow: 0 18px 46px -28px rgba(0,0,0,0.58);
}
.rl20-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
  z-index: 0;
}
.rl20-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0,0,0,0.32) 0%, rgba(0,0,0,0.26) 42%, rgba(0,0,0,0.10) 75%, rgba(0,0,0,0.02) 100%);
}
.rl20-content {
  position: relative;
  z-index: 2;
  width: min(690px, 50%);
  margin-left: 25%;
  padding: 42px 52px;
}
.rl20-title {
  color: var(--c-accent);
  margin: 0 0 10px;
  font-size: 32px;
  line-height: 1.08;
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(0,0,0,0.50);
}
.rl20-amount {
  color: #fff;
  margin: 0 0 18px;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 900;
  text-shadow: 0 2px 14px rgba(0,0,0,0.58);
}
.rl20-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 13px 30px;
  border-radius: 999px;
  background: #22c55e;
  color: #06130b;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-decoration: none;
  box-shadow: 0 12px 28px -12px rgba(34,197,94,0.75);
}
@media (max-width: 768px) {
  .rl20-card {
    min-height: 320px;
    border-radius: 14px;
  }
  .rl20-bg-img {
    object-position: 64% center;
  }
  .rl20-overlay {
    background: linear-gradient(180deg, rgba(0,0,0,0.42) 0%, rgba(0,0,0,0.60) 100%);
  }
  .rl20-content {
    width: 100%;
    margin-left: 0;
    padding: 28px 22px;
  }
  .rl20-title {
    font-size: 25px;
  }
  .rl20-amount {
    font-size: 22px;
  }
}

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

  .ki57-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin: 0 0 18px;
  }
  .ki57-card {
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(136deg,
      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;
  }
  .ki57-card-h3 {
    color: #fff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
  }
  .ki57-card-p {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255,255,255,0.803);
    margin: 0;
  }

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

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

  .ki57-bullets {
    list-style: none; padding: 0; margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ki57-bullet {
    display: flex; align-items: stretch; gap: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px -6px rgba(0,0,0,0.421);
  }
  .ki57-bullet-icon {
    flex: 0 0 44px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent);
    color: var(--c-bg);
  }
  .ki57-bullet-icon svg { width: 18px; height: 18px; }
  .ki57-bullet-text {
    flex: 1;
    padding: 10px 14px;
    background: #f5f7fa;
    color: #374151;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.051em;
    line-height: 1.4;
    display: flex; align-items: center;
  }

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

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

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

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

.ql88-root { background: var(--c-bg); }
  /* This variant keeps 3 rows as requested — capped a bit narrower than
     the 2-row siblings (1180 → 900) so the overall block height stays
     close to the Trending (pg01) benchmark instead of towering over the
     rest of the page. */
  .ql88-inner { max-width: 890px; margin: 0 auto; }
  .ql88-head  { margin: 0 0 18px; text-align: center; }
  /* Inherit from framework `h2` token. */
  .ql88-title { margin: 0 0 6px; }
  .ql88-sub   { margin: 0 auto; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); max-width: 574px; }

  /* 6 cols × 3 rows = 18 cells, 18 tiles → zero gaps. Flat grid, no anchors. */
  .ql88-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(3, 1fr);
    aspect-ratio: 6 / 3;
    gap: 10px;
  }

  /* ── "Spotlight Focus" hover effect ─────────────────────────────────
     No scale, no translate, no zoom — all motion is via filter + border.
     The :has() selector lets a hover on ANY child dim all its siblings,
     so the hovered tile looks like it's in a spotlight. On top of that:
       • accent ring + ambient glow on the hovered tile
       • a thin vertical accent scan-line slides across it
       • the focused image brightens slightly (no transform, no zoom)
     Supported by Safari 15.4+, Chrome 105+, Firefox 121+ — safe in 2026. */
  .iw-mb-pg-tile {
    position: relative;
    background: var(--c-bg);
    border-radius: 10px;
    overflow: hidden;
    transition:
      filter 0.354s ease,
      opacity 0.35s ease,
      box-shadow 0.347s ease;
  }
  .iw-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.035);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.346s ease;
  }
  /* Scan-line: a thin accent-coloured vertical stripe parked just off the
     left edge. On hover it glides across to the right edge and fades out. */
  .iw-mb-pg-tile::before {
    content: ''; position: absolute;
    top: 0; bottom: 0; left: -8%;
    width: 8%;
    background: linear-gradient(88deg,
      transparent,
      color-mix(in srgb, var(--c-accent) 70%, transparent),
      transparent);
    pointer-events: none; z-index: 1; opacity: 0;
    transition: left 0.7s cubic-bezier(.16,.84,.3,1), opacity 0.195s ease;
    mix-blend-mode: screen;
  }
  .iw-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: filter 0.308s ease;
  }

  /* When ANY tile is hovered, ALL siblings dim. */
  .ql88-grid:has(.iw-mb-pg-tile:hover) .iw-mb-pg-tile:not(:hover) {
    filter: saturate(0.35) brightness(0.55);
    opacity: 0.7;
  }

  /* The hovered tile itself: accent ring + ambient glow, slightly brighter
     image, scan-line plays across. */
  .iw-mb-pg-tile:hover {
    box-shadow:
      0 0 0 2px color-mix(in srgb, var(--c-accent) 85%, transparent),
      0 0 23px color-mix(in srgb, var(--c-accent) 40%, transparent),
      0 10px 22px rgba(0,0,0,0.505);
  }
  .iw-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px rgba(255,255,255,0.196); }
  .iw-mb-pg-tile:hover::before { left: 100%; opacity: 1; }
  .iw-mb-pg-tile:hover .iw-mb-pg-img { filter: brightness(1.1) saturate(1.15) contrast(1.04); }

  @media (max-width: 960px) {
    .ql88-grid { grid-template-columns: repeat(4, 1fr); grid-template-rows: repeat(5, 1fr); aspect-ratio: 4 / 5; }
    .ql88-grid > .iw-mb-pg-tile:nth-child(n+21) { display: none; } /* leave all visible up to 20 */
  }
  @media (max-width: 600px) {
    .ql88-grid { grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(6, 1fr); aspect-ratio: 3 / 6; gap: 8px; }
  }

.vv15-wrap { max-width: 1147px; margin: 0 auto; }
  .vv15-intro { max-width: 778px; margin-bottom: 21px; }
  .vv15-title { color: var(--c-text); margin: 0 0 10px; }
  .vv15-lead { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .vv15-grid { display: grid; grid-template-columns: repeat(6, 1fr); column-gap: 4px; row-gap: 4px; }
  .vv15-grid .iw-mb-prov-tile { aspect-ratio: 16 / 9; background: color-mix(in oklab, var(--c-accent) 7%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 18%, var(--c-surface)); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 4px; transition: background 0.183s; }
  .vv15-grid .iw-mb-prov-tile:hover { background: color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)); }
  .vv15-grid .iw-mb-prov-img { max-width: 97%; max-height: 94%; object-fit: contain; filter: brightness(0.95); transition: filter 0.177s; }
  .vv15-grid .iw-mb-prov-tile:hover .iw-mb-prov-img { filter: brightness(1.1); }
  @media (max-width: 1000px) { .vv15-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .vv15-grid { grid-template-columns: repeat(3, 1fr); } }

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

.jx75-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 362px;
  background: linear-gradient(136deg,
    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.091);
  box-shadow: 0 14px 44px rgba(0,0,0,0.414);
  display: flex;
  align-items: flex-end;
}
.jx75-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.jx75-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(177deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.18) 35%, rgba(0,0,0,0.68) 70%, rgba(0,0,0,0.935) 100%);
  z-index: 1;
}
.jx75-content {
  position: relative; z-index: 2;
  padding: 39px 43px;
  width: 100%;
}
.jx75-title {
  font-size: 31px;
  font-weight: 800;
  line-height: 1.1;
  color: #fff;
  margin: 0 0 10px;
  letter-spacing: -0.005em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.531);
}
.jx75-sub {
  font-size: 14px;
  color: rgba(255,255,255,0.823);
  line-height: 1.55;
  margin: 0 0 22px;
  max-width: 616px;
  text-shadow: 0 1px 6px rgba(0,0,0,0.478);
}
.jx75-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
/* Variant 04 signature: dark glass pills. Hover halo borrows the brand
   accent so the glow tints to whatever colour the site uses. */
.jx75-cta {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 13px 23px;
  border-radius: 999px;
  background: rgba(0,0,0,0.585);
  border: 1px solid rgba(255,255,255,0.155);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, border-color .2s ease, box-shadow .25s ease;
  letter-spacing: 0.03em;
  backdrop-filter: blur(10px) saturate(120%);
  -webkit-backdrop-filter: blur(10px) saturate(120%);
}
.jx75-cta:hover {
  background: rgba(0,0,0,0.7);
  border-color: color-mix(in srgb, var(--c-accent, #4ade80) 70%, transparent);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent, #4ade80) 18%, transparent),
    0 8px 22px color-mix(in srgb, var(--c-accent, #4ade80) 24%, transparent);
}
.jx75-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .jx75-card { min-height: 318px; }
  .jx75-content { padding: 28px 22px; }
  .jx75-title { font-size: 22px; }
  .jx75-cta { padding: 11px 16px; font-size: 12px; }
}

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

  .xj49-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .xj49-card {
    border-radius: 12px;
    padding: 22px 24px 25px;
    background: linear-gradient(136deg,
      color-mix(in srgb, var(--c-accent) 32%, var(--c-bg)) 0%,
      color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 35%, transparent);
    box-shadow: 0 14px 37px -22px color-mix(in srgb, var(--c-accent) 50%, transparent);
    color: #fff;
  }
  .xj49-card-head { display: flex; align-items: center; gap: 14px; margin: 0 0 12px; }
  .xj49-card-icon {
    flex: 0 0 40px; width: 39px; height: 40px;
    border-radius: 10px;
    display: flex; align-items: center; justify-content: center;
    background: var(--c-accent); color: var(--c-bg);
    box-shadow: 0 4px 10px -2px color-mix(in srgb, var(--c-accent) 50%, transparent);
  }
  .xj49-card-icon svg { width: 21px; height: 20px; }
  .xj49-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0; }
  .xj49-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.808); margin: 0; font-weight: 500; }

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

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

.aw47-wrap { max-width: 829px; margin: 0 auto; }
  .aw47-title { color: var(--c-text); margin: 0 0 20px; }
  .aw47-intro { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 25px; }
  .aw47-sec { padding: 20px 0; border-top: 1px solid var(--c-border); }
  .aw47-sec:last-child { padding-bottom: 0; }
  .aw47-sh3 { color: var(--c-accent); margin: 0 0 10px; font-size: 1.003rem; letter-spacing: -0.01em; }
  .aw47-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .aw47-sp:last-child { margin-bottom: 0; }

.ky94-wrap { max-width: 796px; margin: 0 auto; }
.ky94-list { display: flex; flex-direction: column; gap: 10px; margin-top: 39px; }
.ky94-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;
}
.ky94-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);
}
.ky94-item.iw-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);
}
.ky94-q {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  cursor: pointer;
  list-style: none;
  user-select: none;
}
.ky94-q::-webkit-details-marker { display: none; }
.ky94-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;
}
.ky94-item.iw-faq-open .ky94-num,
.ky94-item:hover .ky94-num { color: var(--c-accent); }
.ky94-qtext {
  flex: 1;
  font-size: 15px;
  font-weight: 600;
  color: var(--c-text);
  line-height: 1.4;
}
.ky94-chevron {
  width: 24px; height: 24px; flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  color: var(--c-text-muted);
  transition: transform .25s;
}
.ky94-item.iw-faq-open .ky94-chevron { transform: rotate(182deg); color: var(--c-accent); }
.ky94-body {
  padding: 0 24px 22px 70px;
  font-size: 14px;
  line-height: 1.8;
  color: var(--c-text-muted);
  border-top: 1px solid var(--c-border);
  padding-top: 18px;
}
.ky94-body a { color: var(--c-accent); }
.ky94-cta {
  margin-top: 32px;
  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: 24px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.ky94-cta-text { font-size: 15px; font-weight: 600; color: var(--c-text); }
.ky94-cta-sub { font-size: 13px; color: var(--c-text-muted); margin-top: 3px; }
.ky94-header { text-align: center; }
.ky94-title { margin-top: 8px; }
.ky94-lead { margin-top: 10px; max-width: 557px; margin-left: auto; margin-right: auto; }

.ux94-header { text-align: center; margin-bottom: 2.556rem; }
  .ux94-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.484rem; }
  .ux94-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; overflow: hidden; }
  .ux94-win-banner { background: linear-gradient(89deg, #16a34a, #22c55e); padding: 0.514rem 1.241rem; display: flex; align-items: center; justify-content: space-between; }
  .ux94-win-badge { font-size: 0.69rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.081em; color: #fff; display: flex; align-items: center; gap: 5px; }
  .ux94-win-amount { font-size: 1.118rem; font-weight: 900; color: #fff; }
  .ux94-card-body { padding: 1.213rem; }
  .ux94-top { display: flex; align-items: center; gap: 10px; margin-bottom: 0.892rem; }
  .ux94-avatar { width: 43px; height: 45px; border-radius: 50%; background: color-mix(in srgb, var(--c-accent) 20%, var(--c-surface)); display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 0.807rem; color: var(--c-accent); }
  .ux94-name { font-weight: 700; font-size: 0.875rem; color: var(--c-text); line-height: 1.2; }
  .ux94-meta { font-size: 0.711rem; color: var(--c-text-muted); }
  .ux94-stars { color: #f59e0b; font-size: 0.947rem; margin-bottom: 0.613rem; }
  .ux94-game-tag { display: inline-flex; align-items: center; gap: 5px; background: color-mix(in srgb, var(--c-accent) 10%, var(--c-bg)); border: 1px solid color-mix(in srgb, var(--c-accent) 25%, transparent); border-radius: 6px; padding: 3px 10px; font-size: 0.687rem; font-weight: 700; color: var(--c-accent); margin-bottom: 0.75rem; }
  .ux94-text { font-size: 0.864rem; color: var(--c-text-muted); line-height: 1.6; margin-bottom: 0.87rem; }
  .ux94-footer { display: flex; align-items: center; justify-content: space-between; padding-top: 0.745rem; border-top: 1px solid var(--c-border); }
  .ux94-date { font-size: 0.707rem; color: var(--c-text-muted); }
  .ux94-checkmark { font-size: 0.708rem; color: #22c55e; font-weight: 600; }
  @media (max-width: 880px) { .ux94-grid { grid-template-columns: 1fr 1fr; } }
  @media (max-width: 600px) { .ux94-grid { grid-template-columns: 1fr; } }
  .ux94-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }
  .ux94-s2 { background: linear-gradient(88deg,#7c3aed,#8b5cf6); }
  .ux94-s3 { background: linear-gradient(89deg,#0891b2,#06b6d4); }
  .ux94-s4 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .ux94-s5 { background: linear-gradient(92deg,#db2777,#ec4899); }
  .ux94-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
.ux94-s7 { background: linear-gradient(89deg,#065f46,#10b981); }
.ux94-s8 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
.ux94-s9 { background: linear-gradient(90deg,#92400e,#f59e0b); }

.rv62-wrap {
  width: 100%;
}
.rv62-title {
  color: var(--c-text);
  margin: 0 0 20px;
}
.rv62-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.rv62-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
  background: var(--c-surface);
  border: 1px solid color-mix(in srgb, var(--c-accent) 22%, var(--c-border));
  box-shadow: 0 16px 34px -26px rgba(0,0,0,0.62);
}
.rv62-bar {
  min-height: 42px;
  padding: 11px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  color: #fff;
}
.rv62-bar span {
  font-size: 10px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rv62-bar strong {
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  white-space: nowrap;
}
.rv62-green { background: linear-gradient(90deg, #16a34a, #22c55e); }
.rv62-purple { background: linear-gradient(90deg, #7c3aed, #8b5cf6); }
.rv62-cyan { background: linear-gradient(90deg, #0891b2, #06b6d4); }
.rv62-pink { background: linear-gradient(90deg, #db2777, #ec4899); }
.rv62-teal { background: linear-gradient(90deg, #047857, #10b981); }
.rv62-orange { background: linear-gradient(90deg, #b45309, #f59e0b); }
.rv62-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 17px 18px 18px;
}
.rv62-top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.rv62-avatar {
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: color-mix(in srgb, var(--c-accent) 15%, var(--c-bg));
  color: var(--c-accent);
  font-size: 12px;
  font-weight: 900;
}
.rv62-card:nth-child(1) .rv62-avatar { background: color-mix(in srgb, #16a34a 22%, var(--c-bg)); color: #22c55e; }
.rv62-card:nth-child(2) .rv62-avatar { background: color-mix(in srgb, #7c3aed 24%, var(--c-bg)); color: #a78bfa; }
.rv62-card:nth-child(3) .rv62-avatar { background: color-mix(in srgb, #0891b2 24%, var(--c-bg)); color: #22d3ee; }
.rv62-card:nth-child(4) .rv62-avatar { background: color-mix(in srgb, #db2777 22%, var(--c-bg)); color: #f472b6; }
.rv62-card:nth-child(5) .rv62-avatar { background: color-mix(in srgb, #047857 24%, var(--c-bg)); color: #34d399; }
.rv62-card:nth-child(6) .rv62-avatar { background: color-mix(in srgb, #b45309 24%, var(--c-bg)); color: #fbbf24; }
.rv62-name {
  color: var(--c-text);
  font-size: 15px;
  line-height: 1.2;
  margin: 0 0 3px;
  font-weight: 900;
}
.rv62-meta {
  color: var(--c-text-muted);
  font-size: 11px;
  line-height: 1.25;
  margin: 0;
  font-weight: 700;
}
.rv62-stars {
  color: #f59e0b;
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 9px;
}
.rv62-text {
  color: var(--c-text-muted);
  font-size: 13px;
  line-height: 1.65;
  margin: 0 0 16px;
}
.rv62-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid color-mix(in srgb, var(--c-text) 8%, transparent);
  color: #22c55e;
  font-size: 11px;
  line-height: 1.35;
  font-weight: 800;
}
@media (max-width: 980px) {
  .rv62-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .rv62-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .rv62-bar,
  .rv62-body {
    padding-left: 16px;
    padding-right: 16px;
  }
  .rv62-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
  }
}

.hs-doc-section .iw-container {
  max-width: 1200px;
}
.hs-panel,
.hs-faq {
  width: 100%;
  background: var(--c-surface);
  border: 1px solid color-mix(in srgb, var(--c-text) 10%, var(--c-border));
  border-radius: 8px;
  padding: 34px 36px;
  box-shadow: 0 18px 46px -28px rgba(0,0,0,0.58);
}
.hs-title {
  color: var(--c-text);
  margin: 0 0 16px;
}
.hs-subtitle {
  color: var(--c-text);
  margin: 0 0 14px;
}
.hs-p {
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 18px;
}
.hs-p:last-child {
  margin-bottom: 0;
}
.hs-text-flow .hs-p {
  max-width: none;
  width: 100%;
}
.hs-panel p,
.hs-text-flow p {
  max-width: none;
  width: 100%;
}
.hs-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 18px 0 20px;
  border-radius: 8px;
  scrollbar-color: var(--c-accent) color-mix(in srgb, var(--c-bg) 80%, #000);
}
.hs-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: color-mix(in srgb, var(--c-surface) 78%, #000);
  border: 1px solid color-mix(in srgb, var(--c-accent) 34%, transparent);
  border-radius: 8px;
  overflow: hidden;
}
.hs-table-wide {
  min-width: 1080px;
}
.hs-table-vip,
.hs-table-score {
  min-width: 720px;
}
.hs-table-live {
  min-width: 920px;
}
.hs-table th,
.hs-table td {
  padding: 13px 15px;
  font-size: 13px;
  line-height: 1.45;
  text-align: left;
  vertical-align: top;
}
.hs-table th {
  background: linear-gradient(90deg, var(--c-accent) 0%, color-mix(in srgb, var(--c-accent) 70%, var(--c-grad-end)) 100%);
  color: #080808;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.hs-table td {
  color: var(--c-text-muted);
  border-bottom: 1px solid color-mix(in srgb, var(--c-text) 7%, transparent);
}
.hs-table tbody tr:nth-child(even) td {
  background: color-mix(in srgb, var(--c-accent) 5%, transparent);
}
.hs-table tbody tr:last-child td {
  border-bottom: 0;
}
.hs-list {
  list-style: none;
  margin: 14px 0 20px;
  padding: 0;
  display: grid;
  gap: 10px;
}
.hs-list-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hs-list li {
  position: relative;
  color: var(--c-text-muted);
  font-size: 15px;
  line-height: 1.65;
  padding-left: 22px;
}
.hs-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.73em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--c-accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--c-accent) 16%, transparent);
}
.hs-actions {
  display: flex;
  margin-top: 22px;
}
.hs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 13px 28px;
  border-radius: 999px;
  color: #080808;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-decoration: none;
}
.hs-btn-main {
  background: var(--c-accent);
  color: #080808;
  box-shadow: 0 12px 26px -12px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
.hs-btn-bonus {
  background: #22c55e;
  color: #06130b;
  box-shadow: 0 12px 26px -12px rgba(34,197,94,0.75);
}
.hs-rating-line {
  color: var(--c-text);
  font-weight: 900;
  font-size: 18px;
}
.hs-faq-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.hs-faq-item {
  background: color-mix(in srgb, var(--c-surface) 78%, #000);
  border: 1px solid color-mix(in srgb, var(--c-text) 10%, var(--c-border));
  border-radius: 8px;
  overflow: hidden;
}
.hs-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  list-style: none;
  padding: 18px 22px;
  color: var(--c-text);
  font-size: 15px;
  font-weight: 900;
  line-height: 1.45;
}
.hs-faq-item summary::-webkit-details-marker {
  display: none;
}
.hs-faq-item summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--c-accent);
  font-size: 20px;
  line-height: 1;
  margin-left: 0;
}
.hs-faq-item[open] summary::after {
  content: "-";
}
.hs-faq-item div {
  padding: 0 22px 20px;
  color: var(--c-text-muted);
  font-size: 14px;
  line-height: 1.75;
}
.hs-final {
  border-color: color-mix(in srgb, var(--c-accent) 42%, var(--c-border));
}
.hs-meta-list {
  display: block;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid color-mix(in srgb, var(--c-accent) 28%, var(--c-border));
}
.hs-meta-list p {
  margin: 0 0 6px;
  padding: 0;
  color: var(--c-text);
  font-size: 14px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.55;
}
.hs-meta-list p:last-child { margin-bottom: 0; }
@media (max-width: 768px) {
  .hs-panel,
  .hs-faq {
    padding: 24px 18px;
  }
  .hs-table-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .hs-list-grid,
  .hs-meta-list,
  .hs-faq-list {
    grid-template-columns: 1fr;
  }
  .hs-table th,
  .hs-table td {
    padding: 12px;
    font-size: 12px;
  }
  .hs-faq-item summary {
    padding: 16px 18px;
  }
  .hs-faq-item div {
    padding: 0 18px 18px;
  }
}

.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.502rem 1.272rem; 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.766rem; text-decoration: none; padding: 0.249rem 0.729rem; 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 .iw-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 .iw-pay-logo {
  height: 20px;
  max-width: 50px;
  padding: 4px 8px;
  border-radius: 5px;
}

.ft12_badge_row { display: flex; gap: 0.513rem; 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.729rem; display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; }

@media (max-width: 768px) {
  .ft12_top { gap: 0.513rem 0.748rem; }
  .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"] .iw-btn,
  body [class*="actions-desktop"] .iw-btn,
  body [class*="btns-desktop"] .iw-btn,
  body [class*="cta-wrap"] .iw-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;
  }
}

@media (max-width: 768px) {
  .h14_sroot {
    position: sticky;
    top: 0;
    z-index: 1000;
  }

  .h14_backdrop {
    padding: 8px 12px;
  }

  .h14_pill {
    width: 100%;
    max-width: none;
    height: 52px;
    padding: 0 8px 0 14px;
    justify-content: space-between;
    gap: 10px;
  }

  .h14_logo {
    min-width: 0;
  }

  .h14_logo-text {
    font-size: 24px !important;
    line-height: 1;
  }

  .h14_nav,
  .h14_divider,
  body .h14_cta-desktop {
    display: none !important;
  }

  .h14_cta {
    margin-left: auto;
  }

  .h14_menu-btn {
    display: flex !important;
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid color-mix(in srgb, var(--c-text) 14%, transparent);
    background: color-mix(in srgb, var(--c-text) 8%, var(--c-primary));
  }

  .iw-mobile-nav {
    position: absolute;
    top: calc(100% - 6px);
    left: 12px;
    right: 12px;
    display: none !important;
    overflow: hidden;
    max-width: 520px;
    margin: 0 auto;
    border: 1px solid color-mix(in srgb, var(--c-accent) 26%, var(--c-border));
    border-radius: 18px;
    background: color-mix(in srgb, var(--c-primary) 94%, var(--c-bg));
    box-shadow: 0 18px 44px rgba(0,0,0,0.45);
  }

  .iw-mobile-nav.open {
    display: block !important;
  }

  .iw-mobile-nav .iw-container {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    max-width: none;
    padding: 16px;
  }

  .h14_mnav {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    order: 1;
    padding: 0;
  }

  .iw-mobile-nav .h14_mnav .iw-nav-link {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--c-text) 10%, transparent);
    border-radius: 10px;
    background: color-mix(in srgb, var(--c-surface) 70%, transparent);
    color: var(--c-text);
    font-size: 14px;
    font-weight: 800;
  }

  .h14_mrow {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    order: 2;
    margin-top: 2px;
    padding: 14px 0 0;
    border-top: 1px solid color-mix(in srgb, var(--c-text) 12%, transparent);
  }

  .h14_mbtn {
    min-height: 42px;
    border-radius: 999px;
    font-size: 12px !important;
    font-weight: 900;
    justify-content: center;
    white-space: nowrap;
  }
}

.iw-section-sm {
  padding-top: 24px;
  padding-bottom: 24px;
}

.iw-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.oe81-hero {
  margin-top: 24px;
}

@media (max-width: 768px) {
  .iw-section-sm {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .iw-section {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .oe81-hero {
    margin-top: 18px;
  }
}

/* Compact legal pages */
.legal-page { flex: 1; padding: 32px 24px; background: var(--c-bg); }
.legal-panel { max-width: 1200px; margin: 0 auto; background: var(--c-surface); border: 1px solid color-mix(in srgb, var(--c-text) 10%, var(--c-border)); border-radius: 8px; padding: 34px 36px; }
.legal-panel h1 { margin: 0 0 22px; color: var(--c-text); font-size: 36px; line-height: 1.15; }
.legal-panel h2 { margin: 24px 0 10px; color: var(--c-text); font-size: 20px; line-height: 1.3; }
.legal-panel p { margin: 0 0 14px; color: var(--c-text-muted); font-size: 15px; line-height: 1.75; max-width: none; width: 100%; }
@media (max-width: 768px) {
  .legal-page { padding: 20px 16px; }
  .legal-panel { padding: 24px 18px; }
  .legal-panel h1 { font-size: 28px; }
  .legal-panel h2 { font-size: 18px; }
}

@media (max-width: 900px) {
  html {
    scroll-padding-top: 76px;
  }

  body {
    padding-top: 72px;
  }

  .h14_sroot {
    position: fixed !important;
    top: 0 !important;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10000 !important;
  }
}
