@charset "UTF-8";

:root {
  --c-primary: #0e3f49;
  --c-secondary: #0c3741;
  --c-accent: #ff4c3b;
  --c-bg: #104a55;
  --c-surface: #13525f;
  --c-text: #ffffff;
  --c-text-muted: #c0c8cf;
  --c-btn: #ff4c3b;
  --c-btn-text: #ffffff;
  --c-border: #116066;
  --c-grad-start: #0e3f49;
  --c-grad-end: #104a55;
  --c-logo-text: #ffffff;
}
.ld-logo-text { color: var(--c-logo-text) !important; }
[class*="_logo"] { color: #ffffff !important; }


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

.cn61-root {
    background: var(--c-bg);
    border-bottom: 1px solid var(--c-border);
    position: relative;
    top: auto;
    z-index: auto;
  }
  .cn61-cta-desktop { display: flex; align-items: center; gap: 8px; }
  .cn61-mnav { flex-direction: column; align-items: flex-start; padding: 12px 0; }
  .cn61-mrow { padding: 12px 0; border-top: 1px solid var(--c-border); }
  .cn61-mbtn-full { width: 100%; justify-content: center; }
  .cn61-logo-wrap { display: flex; align-items: center; gap: 14px; }
  .cn61-divider-v { width: 1px; height: 27px; background: var(--c-border); }
  .cn61-tagline { font-size: 0.77rem; color: var(--c-text-muted); letter-spacing: 0.02em; white-space: nowrap; }
  .cn61-nav {
    display: flex; align-items: center; gap: 2px;
    flex: 1; justify-content: center;
  }
  .cn61-nav a {
    color: color-mix(in srgb, var(--c-text) 65%, transparent);
    text-decoration: none; font-size: 0.86rem; font-weight: 500;
    padding: 6px 14px; border-radius: 6px;
    transition: background 0.147s, color 0.15s;
  }
  .cn61-nav a:hover { background: color-mix(in srgb, var(--c-text) 6%, transparent); color: var(--c-text); }
  .cn61-cta-wrap { display: flex; align-items: center; gap: 10px; }
  .cn61-cta-arrow { margin-left: 4px; font-size: 1.012em; }
  .cn61-menu-btn {
    display: none; background: transparent;
    border: 1px solid color-mix(in srgb, var(--c-text) 20%, transparent);
    color: var(--c-text); width: 36px; height: 36px; border-radius: 6px;
    align-items: center; justify-content: center; cursor: pointer;
  }
  @media (max-width: 768px) {
    .cn61-nav { display: none; }
    .cn61-tagline { display: none; }
    .cn61-divider-v { display: none; }
    .cn61-cta-desktop { display: none !important; }
    .cn61-menu-btn { display: flex !important; }
  }

.fv36-hero {
  position: relative;
  min-height: 452px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-bg) center/cover no-repeat;
  overflow: hidden;
}
.fv36-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(138deg,
    rgb(0 0 0 / calc(.55 + var(--hi-offset, 0))) 0%,
    rgb(0 0 0 / calc(.48 + var(--hi-offset, 0))) 100%);
}
.fv36-content {
  position: relative; z-index: 1;
  text-align: center;
  padding: 47px 24px;
  max-width: 739px;
}
.fv36-eyebrow {
  display: inline-block;
  font-size: 11px; font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: var(--c-accent);
  margin-bottom: 18px;
}
.fv36-title { color: #fff; margin: 0 0 20px; text-shadow: 0 2px 14px rgba(0,0,0,0.524); }
.fv36-divider {
  width: 56px; height: 3px;
  background: var(--c-accent);
  margin: 0 auto 21px;
  border-radius: 3px;
}
.fv36-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.71);
  line-height: 1.7;
  margin: 0 auto 26px;
  max-width: 535px;
}
.fv36-cta {
  display: inline-block;
  padding: 13px 37px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--radius-full);
  text-decoration: none;
  transition: filter .2s;
}
.fv36-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px color-mix(in srgb, var(--c-accent) 22%, transparent),
    0 12px 29px -8px color-mix(in srgb, var(--c-accent) 80%, transparent);
}
@media (max-width: 600px) { .fv36-hero { min-height: 369px; } }

.on44-hero {
    background: linear-gradient(150deg, var(--c-bg) 0%, color-mix(in srgb, var(--c-bg) 40%, var(--c-bg)) 50%, var(--c-bg) 100%);
    position: relative;
    overflow: hidden;
  }
  /* Hex grid background */
  .on44-hex-bg {
    position: absolute;
    inset: 0;
    opacity: 0.04;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='52' viewBox='0 0 60 52' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 0L60 17.3v17.4L30 52 0 34.7V17.3z' fill='none' stroke='%23ffffff' stroke-width='1'/%3E%3C/svg%3E");
    background-size: 59px 51px;
    pointer-events: none;
  }  .on44-grid {
    display: grid;
    grid-template-columns: 1fr 407px;
    gap: 60px;
    align-items: center;
    position: relative;
    z-index: 1;
  }
  .on44-left { position: relative; z-index: 1; }
  /* Crypto tag */
  .on44-crypto-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 40px;
    background: color-mix(in srgb, #f7931a 12%, var(--c-surface));
    border: 1px solid color-mix(in srgb, #f7931a 30%, transparent);
    font-size: 12px;
    font-weight: 800;
    color: #f7931a;
    letter-spacing: 0.097em;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .on44-heading { margin-bottom: 16px; }
  /* Coin row */
  .on44-coins {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }
  .on44-coin {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 10px;
    border: 1px solid var(--c-border);
    background: var(--c-surface);
    font-size: 13px;
    font-weight: 700;
    color: var(--c-text);
    transition: border-color 0.197s;
  }
  .on44-coin-icon { font-size: 18px; }
  .on44-coin-name { }
  .on44-coin-change { font-size: 11px; font-weight: 700; color: #22c55e; }
  .on44-coin.btc { border-color: color-mix(in srgb, #f7931a 30%, transparent); }
  .on44-coin.eth { border-color: color-mix(in srgb, #627eea 30%, transparent); }
  .on44-coin.usdt { border-color: color-mix(in srgb, #26a17b 30%, transparent); }
  .on44-lead { max-width: 455px; margin-bottom: 24px; }
  /* Benefits */
  .on44-benefits {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-bottom: 33px;
  }
  .on44-benefit {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 14px;
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 10px;
  }
  .on44-benefit-icon { font-size: 18px; flex-shrink: 0; }
  .on44-benefit-text { }
  .on44-benefit-title { font-size: 12px; font-weight: 800; color: var(--c-text); margin-bottom: 1px; }
  .on44-benefit-desc { font-size: 11px; color: var(--c-text-muted); }
  .on44-btns { display: flex; gap: 14px; flex-wrap: wrap; }

  /* RIGHT — Crypto deposit card */
  .on44-right { position: relative; z-index: 1; }
  .on44-card {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 22px; box-shadow: 0 0 14px rgba(255,255,255,0.207), 0 0 4px rgba(255,255,255,0.103);
    overflow: hidden;
  }
  .on44-card-header {
    padding: 18px 21px;
    background: linear-gradient(92deg, color-mix(in srgb, #f7931a 12%, var(--c-surface)), color-mix(in srgb, #627eea 8%, var(--c-surface)));
    border-bottom: 1px solid var(--c-border);
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .on44-card-title { font-size: 13px; font-weight: 800; color: var(--c-text); }
  .on44-card-sub { font-size: 11px; color: var(--c-text-muted); margin-top: 1px; }
  .on44-card-body { padding: 22px; }
  /* Crypto option rows */
  .on44-crypto-rows { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
  .on44-crypto-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--c-border);
    background: color-mix(in srgb, var(--c-bg) 40%, var(--c-surface));
    cursor: pointer;
    transition: border-color 0.202s;
  }
  .on44-crypto-row.selected { border-color: color-mix(in srgb, #f7931a 50%, transparent); background: color-mix(in srgb, #f7931a 6%, var(--c-surface)); }
  .on44-crypto-logo { font-size: 25px; flex-shrink: 0; }
  .on44-crypto-info { flex: 1; }
  .on44-crypto-name { font-size: 14px; font-weight: 800; color: var(--c-text); }
  .on44-crypto-rate { font-size: 11px; color: var(--c-text-muted); }
  .on44-crypto-bonus {
    font-size: 12px;
    font-weight: 800;
    padding: 3px 10px;
    border-radius: 6px;
    background: color-mix(in srgb, #f7931a 12%, var(--c-surface));
    color: #f7931a;
    white-space: nowrap;
  }
  .on44-crypto-row.eth-row.selected { border-color: color-mix(in srgb, #627eea 50%, transparent); background: color-mix(in srgb, #627eea 6%, var(--c-surface)); }
  .on44-crypto-row.usdt-row.selected { border-color: color-mix(in srgb, #26a17b 50%, transparent); background: color-mix(in srgb, #26a17b 6%, var(--c-surface)); }
  .on44-crypto-row.eth-row .on44-crypto-bonus { background: color-mix(in srgb, #627eea 12%, var(--c-surface)); color: #627eea; }
  .on44-crypto-row.usdt-row .on44-crypto-bonus { background: color-mix(in srgb, #26a17b 12%, var(--c-surface)); color: #26a17b; }
  .on44-divider { height: 1px; background: var(--c-border); margin-bottom: 16px; }
  .on44-perks { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
  .on44-perk-item { display: flex; align-items: center; gap: 8px; font-size: 12px; color: var(--c-text-muted); font-weight: 600; }
  .on44-card-footer { padding: 16px 21px; border-top: 1px solid var(--c-border); }
  @media (max-width: 880px) {
    .on44-grid { grid-template-columns: 1fr; }
    .on44-right { display: none; }
  }
  .on44-s1 { width: 100%; justify-content: center; }

.zi30-wrap { max-width: 944px; margin: 0 auto; }
  .zi30-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.282);
  }
  .zi30-title { color: var(--c-text); margin: 0 0 14px; }
  .zi30-intro { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 22px; }

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

  .zi30-h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 10px;
    text-align: center;
    letter-spacing: -0.005em;
  }
  .zi30-h3-lead {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.801);
    text-align: center;
    margin: 0 auto 22px;
    max-width: 585px;
  }
  .zi30-h3-foot {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.842);
    text-align: center;
    margin: 21px auto 0;
    max-width: 594px;
  }

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

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

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

.db32-wrap { max-width: 840px; margin: 0 auto; }
  .db32-title { color: var(--c-text); margin: 0 0 20px; }
  .db32-intro { font-size: 16px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 25px; }
  .db32-sec { display: grid; grid-template-columns: 60px 1fr; gap: 23px; margin-bottom: 25px; align-items: start; }
  .db32-sec:last-child { margin-bottom: 0; }
  .db32-num { font-size: 1.822rem; font-weight: 800; color: var(--c-accent); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.041em; }
  .db32-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.161rem; }
  .db32-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .db32-sp:last-child { margin-bottom: 0; }
  @media (max-width: 600px) { .db32-sec { grid-template-columns: 1fr; gap: 4px; } }

.dq95-card {
  position: relative;
  border-radius: 21px;
  overflow: hidden;
  min-height: 365px;
  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.076);
  box-shadow: 0 16px 50px rgba(0,0,0,0.436);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 37px;
}
.dq95-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.dq95-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.598) 0%, rgba(0,0,0,0.226) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.dq95-frame {
  position: relative;
  z-index: 2;
  max-width: 584px;
  padding: 36px 44px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.165);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.dq95-title {
  font-size: 30px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.402);
}
.dq95-amount {
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  margin: 0 0 22px;
  letter-spacing: 0.02em;
  text-shadow: 0 1px 6px rgba(0,0,0,0.4);
}
.dq95-cta {
  display: inline-block;
  padding: 12px 37px;
  border-radius: 1001px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.383);
  transition: box-shadow .25s ease, filter .18s;
}
.dq95-cta:hover {
  filter: brightness(1.06);
  box-shadow:
    0 0 0 4px rgba(34,197,94,0.216),
    0 10px 28px rgba(34,197,94,0.465);
}
@media (max-width: 768px) {
  .dq95-card {
    min-height: 345px;
    padding: 22px;
    justify-content: center;
  }
  .dq95-overlay {
    background: linear-gradient(185deg, rgba(0,0,0,0.447) 0%, rgba(0,0,0,0.719) 100%);
  }
  .dq95-frame { padding: 24px 22px; max-width: 100%; }
  .dq95-title { font-size: 22px; }
  .dq95-amount { font-size: 14px; }
}

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

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

  /* 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. */
  .qc25-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";
  }
  .qc25-grid > .ld-mb-pg-tile:nth-child(1) { grid-area: b1; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(2) { grid-area: s1; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(3) { grid-area: s2; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(4) { grid-area: s3; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(5) { grid-area: s4; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(6) { grid-area: s5; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(7) { grid-area: s6; }
  .qc25-grid > .ld-mb-pg-tile:nth-child(8) { grid-area: s7; }
  .qc25-grid > .ld-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. */
  .ld-mb-pg-tile {
    position: relative; background: var(--c-bg);
    border-radius: 12px; overflow: hidden;
    transition:
      transform 0.275s cubic-bezier(.16,.84,.3,1),
      box-shadow 0.28s;
  }
  .ld-mb-pg-tile::after {
    content: ''; position: absolute; inset: 0; border-radius: inherit;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.089);
    pointer-events: none; z-index: 2;
    transition: box-shadow 0.284s;
  }
  /* The glint: a thin skewed white band parked off-screen left, sweeping
     all the way past the right edge on hover. 0.751s feels snappy but not
     hasty; easing keeps it smooth on big anchor tiles. */
  .ld-mb-pg-tile::before {
    content: ''; position: absolute;
    top: -10%; bottom: -10%; left: -60%; width: 40%;
    background: linear-gradient(114deg, transparent, rgba(255,255,255,0.326), transparent);
    transform: skewX(-18deg);
    pointer-events: none; z-index: 1;
    transition: left 0.731s cubic-bezier(.16,.84,.3,1);
  }
  .ld-mb-pg-img {
    width: 100%; height: 100%; object-fit: cover; display: block;
    transition: transform 0.51s cubic-bezier(.16,.84,.3,1), filter 0.303s;
  }
  .ld-mb-pg-tile:hover {
    transform: translateY(-4px);
    box-shadow:
      0 16px 33px rgba(0,0,0,0.551),
      0 0 0 1px color-mix(in srgb, var(--c-accent) 60%, transparent);
  }
  .ld-mb-pg-tile:hover::before { left: 120%; }
  .ld-mb-pg-tile:hover::after { box-shadow: inset 0 0 0 1.5px color-mix(in srgb, var(--c-accent) 65%, transparent); }
  .ld-mb-pg-tile:hover .ld-mb-pg-img { transform: scale(1.06); filter: brightness(1.08) saturate(1.1); }

  @media (max-width: 900px) {
    .qc25-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) {
    .qc25-grid {
      grid-template-columns: repeat(3, 1fr);
      grid-template-rows: none;
      grid-auto-rows: 1fr;
      aspect-ratio: auto;
      grid-template-areas: none;
      gap: 8px;
    }
    .qc25-grid > .ld-mb-pg-tile { grid-area: auto !important; aspect-ratio: 1 / 1; }
  }

.jw60-wrap { max-width: 1077px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .jw60-intro { max-width: 831px; }
  .jw60-title { color: var(--c-text); margin: 0 0 14px; }
  .jw60-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .jw60-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
  .jw60-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 31px; }
  .jw60-col-pros { border-color: color-mix(in srgb, var(--c-accent) 35%, var(--c-border)); }
  .jw60-label { display: inline-flex; align-items: center; gap: 8px; font-size: 0.699rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.142em; padding: 6px 12px; border-radius: 6px; margin: 0 0 18px; }
  .jw60-label-cons { background: color-mix(in srgb, var(--c-text-muted) 14%, transparent); color: var(--c-text); }
  .jw60-label-pros { background: color-mix(in srgb, var(--c-accent) 16%, transparent); color: var(--c-accent); }
  .jw60-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
  .jw60-item { display: flex; align-items: flex-start; gap: 12px; font-size: 14px; line-height: 1.55; color: var(--c-text-muted); }
  .jw60-ico { flex-shrink: 0; width: 20px; height: 20px; display: inline-flex; align-items: center; justify-content: center; border-radius: 50%; margin-top: 1px; }
  .jw60-ico-pro { background: var(--c-accent); color: var(--c-bg); }
  .jw60-ico-con { background: color-mix(in srgb, var(--c-text-muted) 28%, transparent); color: var(--c-text-muted); }
  .jw60-ico svg { width: 12px; height: 12px; }
  @media (max-width: 768px) { .jw60-row { grid-template-columns: 1fr; } }

.yo55-wrap { max-width: 1260px; margin: 0 auto; text-align: center; }
  .yo55-eyebrow { font-size: 0.701rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.159em; color: var(--c-accent); margin-bottom: 6px; }
  .yo55-title { color: var(--c-text); margin: 0 0 22px; }
  .yo55-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 6px; }
  .yo55-grid .ld-mb-prov-tile { aspect-ratio: 4 / 3; background: color-mix(in oklab, var(--c-accent) 8%, var(--c-bg)); border: 1px solid color-mix(in oklab, var(--c-accent) 20%, var(--c-surface)); border-radius: 8px; display: flex; align-items: center; justify-content: center; padding: 3px; opacity: 0.9; transition: opacity 0.147s, border-color 0.15s; }
  .yo55-grid .ld-mb-prov-tile:hover { opacity: 1; border-color: color-mix(in srgb, var(--c-accent) 60%, var(--c-border)); }
  .yo55-grid .ld-mb-prov-img { max-width: 97%; max-height: 92%; object-fit: contain; }
  @media (max-width: 1000px) { .yo55-grid { grid-template-columns: repeat(6, 1fr); } }
  @media (max-width: 768px) { .yo55-grid { grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 600px) { .yo55-grid { grid-template-columns: repeat(3, 1fr); } }

.yx61-wrap { max-width: 1129px; margin: 0 auto; display: flex; flex-direction: column; gap: 25px; }
  .yx61-intro { max-width: 852px; }
  .yx61-title { color: var(--c-text); margin: 0 0 14px; }
  .yx61-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .yx61-row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
  .yx61-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 29px 31px; }
  .yx61-h3 { color: var(--c-accent); margin: 0 0 14px; font-size: 1.074rem; font-weight: 700; }
  .yx61-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .yx61-p:last-child { margin-bottom: 0; }
  .yx61-list { margin: 0; padding-left: 18px; font-size: 14px; line-height: 1.75; color: var(--c-text-muted); }
  .yx61-list li { margin-bottom: 8px; }
  .yx61-list li:last-child { margin-bottom: 0; }
  .yx61-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 36px; }
  .yx61-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.068rem; font-weight: 700; }
  .yx61-bp { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 22px; }
  .yx61-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 29px 39px; }
  .yx61-h4 { color: var(--c-text); margin: 0 0 8px; font-size: 0.709rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.123em; }
  .yx61-cp { font-size: 14px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  @media (max-width: 880px) { .yx61-row { grid-template-columns: 1fr; } .yx61-grid { grid-template-columns: 1fr; gap: 18px; } }

.bw37-wrap { max-width: 1076px; margin: 0 auto; }
  .bw37-intro { max-width: 751px; margin-bottom: 22px; }
  .bw37-title { color: var(--c-text); margin: 0 0 12px; }
  .bw37-lead { font-size: 15px; line-height: 1.7; color: var(--c-text-muted); margin: 0; }
  .bw37-scroll { overflow-x: auto; border-radius: 14px; border: 1px solid color-mix(in srgb, var(--c-accent) 18%, var(--c-border)); box-shadow: 0 4px 22px -10px color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .bw37-table { width: 100%; min-width: 726px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .bw37-table thead th { background: linear-gradient(181deg, color-mix(in srgb, var(--c-accent) 28%, var(--c-surface)), var(--c-surface)); color: var(--c-text); text-align: center; padding: 18px 16px; font-size: 0.932rem; font-weight: 800; border-bottom: 2px solid var(--c-accent); }
  .bw37-table thead th:first-child { text-align: left; font-size: 0.685rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--c-text-muted); }
  .bw37-rank { display: block; font-size: 0.626rem; font-weight: 700; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.162em; margin-bottom: 4px; }
  .bw37-table tbody td { padding: 16px; font-size: 14px; line-height: 1.5; color: var(--c-text-muted); text-align: center; border-bottom: 1px solid var(--c-border); }
  .bw37-table tbody td:first-child { text-align: left; color: var(--c-text); font-weight: 700; padding-left: 21px; }
  .bw37-table tbody tr:last-child td { border-bottom: none; }
  .bw37-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 4%, transparent); }
  .bw37-yes, .bw37-no { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; }
  .bw37-yes { background: var(--c-accent); color: var(--c-bg); }
  .bw37-no { background: color-mix(in srgb, var(--c-text-muted) 22%, transparent); color: var(--c-text-muted); }
  .bw37-yes svg, .bw37-no svg { width: 14px; height: 14px; }
  .bw37-val { font-weight: 700; color: var(--c-text); }

.ds64-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 351px;
  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.03);
  box-shadow: 0 18px 50px rgba(0,0,0,0.428);
  display: flex;
  align-items: center;
}
.ds64-bg-img {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.ds64-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.898) 0%, rgba(0,0,0,0.609) 35%, rgba(0,0,0,0.141) 70%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}
.ds64-content {
  position: relative; z-index: 2;
  padding: 48px 51px;
  max-width: 608px;
}
.ds64-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.519);
}
.ds64-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.818);
  line-height: 1.55;
  margin: 0 0 28px;
  max-width: 491px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.484);
}
.ds64-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. */
.ds64-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.274);
}
.ds64-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.299);
}
.ds64-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ds64-card { min-height: 315px; }
  .ds64-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.536) 0%, rgba(0,0,0,0.816) 100%);
  }
  .ds64-content { padding: 31px 25px; max-width: 100%; }
  .ds64-title { font-size: 26px; }
  .ds64-cta-row { flex-wrap: wrap; }
  .ds64-cta { padding: 13px 16px; font-size: 11px; }
}

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

  .fw60-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 0 0 18px; }
  .fw60-card {
    border-radius: 12px;
    padding: 22px 24px 24px;
    background: linear-gradient(132deg,
      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;
  }
  .fw60-card-head { display: flex; align-items: center; gap: 14px; margin: 0 0 12px; }
  .fw60-card-icon {
    flex: 0 0 40px; width: 40px; height: 41px;
    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);
  }
  .fw60-card-icon svg { width: 20px; height: 19px; }
  .fw60-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0; }
  .fw60-card-p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,0.862); margin: 0; font-weight: 500; }

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

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

.en44-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 40px;
}
@media (max-width: 640px) { .en44-grid { grid-template-columns: 1fr; } }
.en44-card {
  background: var(--c-surface);
  border: 1px solid var(--c-border);
  border-radius: var(--radius-lg);
  padding: 24px;
  transition: border-color .2s, transform .2s;
}
.en44-card:hover {
  border-color: color-mix(in srgb, var(--c-accent) 45%, transparent);
  transform: translateY(-2px);
}
.en44-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px; height: 28px;
  background: var(--c-accent);
  color: var(--c-bg);
  font-size: 12px;
  font-weight: 900;
  border-radius: var(--radius-sm);
  margin-bottom: 14px;
  flex-shrink: 0;
}
.en44-q {
  font-size: 14px;
  font-weight: 700;
  color: var(--c-text);
  margin-bottom: 10px;
  line-height: 1.4;
}
.en44-a {
  font-size: 13px;
  color: var(--c-text-muted);
  line-height: 1.7;
}
.en44-header { text-align: center; }
.en44-title { margin-top: 8px; }
.en44-more {
  text-align: center;
  margin-top: 29px;
}

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

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

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

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

/* ── csb mobile-header policy (appended last, wins source-order) ── */
@media (max-width: 768px) {
  body [class*="cta-desktop"],
  body [class*="actions-desktop"],
  body [class*="btns-desktop"],
  body [class*="cta-wrap"],
  body [class*="login-actions"],
  body [class*="strip-actions"] {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
  }
  body [class*="cta-desktop"] .ld-btn,
  body [class*="actions-desktop"] .ld-btn,
  body [class*="btns-desktop"] .ld-btn,
  body [class*="cta-wrap"] .ld-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;
  }
}

/* Codex: normalize h3 vertical spacing */
h3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

/* Codex: normalize content list spacing */
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) p + :where(ul, ol),
:where(main, section, article, .it-content, .it-intro, .it-section, .it-content-block) :where(ul, ol) + p {
  margin-top: 16px !important;
}
