@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.453); }
.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.746);
  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.149), 0 0 4px rgba(255,255,255,0.081);
    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; }

.cw92-wrap { max-width: 964px; margin: 0 auto; }
  .cw92-title { color: var(--c-text); margin: 0 0 22px; }
  .cw92-p { font-size: 16px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 16px; }
  .cw92-spec-frame {
    margin: 27px 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 -21px 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: 15px;
    line-height: 1.55;
    vertical-align: top;
    text-align: left;
  }
  .cw92-spec thead th {
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.117em;
    color: var(--c-bg);
    background: linear-gradient(137deg,
      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: 13px; }
    .cw92-spec tbody th { width: 42%; }
  }

.jw60-wrap { max-width: 1106px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .jw60-intro { max-width: 796px; }
  .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: 22px; }
  .jw60-col { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 25px 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.691rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.137em; 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; } }

.db32-wrap { max-width: 860px; margin: 0 auto; }
  .db32-title { color: var(--c-text); margin: 0 0 20px; }
  .db32-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 26px; }
  .db32-sec { display: grid; grid-template-columns: 60px 1fr; gap: 22px; margin-bottom: 27px; align-items: start; }
  .db32-sec:last-child { margin-bottom: 0; }
  .db32-num { font-size: 1.846rem; font-weight: 800; color: var(--c-accent); line-height: 1; font-variant-numeric: tabular-nums; letter-spacing: -0.04em; }
  .db32-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.156rem; }
  .db32-sp { font-size: 14px; 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; } }

.zi30-wrap { max-width: 922px; margin: 0 auto; }
  .zi30-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 28px 30px 30px;
    box-shadow: 0 16px 45px -22px rgba(0,0,0,0.333);
  }
  .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: 17px;
    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 52px -28px 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.867);
    text-align: center;
    margin: 0 auto 22px;
    max-width: 596px;
  }
  .zi30-h3-foot {
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.862);
    text-align: center;
    margin: 23px auto 0;
    max-width: 588px;
  }

  .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.422);
  }
  .zi30-step::before {
    content: counter(zi30-step);
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(185deg,
      color-mix(in srgb, #fff 22%, var(--c-accent)) 0%,
      var(--c-accent) 100%);
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-shadow: 0 1px 2px rgba(0,0,0,0.194);
  }
  .zi30-step-text {
    flex: 1;
    padding: 13px 18px;
    background: #f5f7fa;
    color: #374151;
    font-size: 13px;
    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 29px;
    border-radius: 1014px;
    background: var(--c-accent);
    color: var(--c-bg);
    font-size: 12px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    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: 44px; font-size: 19px; }
    .zi30-step-text { padding: 11px 13px; font-size: 12px; }
  }

.wx66-wrap { max-width: 821px; margin: 0 auto; }
  .wx66-title { color: var(--c-text); margin: 0 0 21px; }
  .wx66-panel { background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-left: 4px solid var(--c-accent); border-radius: 0 14px 14px 0; padding: 28px 32px; }
  .wx66-p { font-size: 15px; line-height: 1.8; color: var(--c-text); margin: 0 0 14px; }
  .wx66-p:last-child { margin-bottom: 0; }

.dq95-card {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  min-height: 356px;
  background: linear-gradient(139deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.068);
  box-shadow: 0 16px 50px rgba(0,0,0,0.418);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 36px;
}
.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.514) 0%, rgba(0,0,0,0.171) 60%, rgba(0,0,0,0) 100%);
  z-index: 1;
}
.dq95-frame {
  position: relative;
  z-index: 2;
  max-width: 606px;
  padding: 36px 45px;
  border-radius: 14px;
  border: 2px solid var(--c-accent, #f59e0b);
  background: rgba(0,0,0,0.152);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  text-align: center;
}
.dq95-title {
  font-size: 31px;
  font-weight: 900;
  color: var(--c-accent, #f59e0b);
  line-height: 1.12;
  margin: 0 0 14px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  text-shadow: 0 2px 12px rgba(0,0,0,0.405);
}
.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.384);
}
.dq95-cta {
  display: inline-block;
  padding: 12px 35px;
  border-radius: 973px;
  background: #22c55e;
  color: #0a1f12;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(34,197,94,0.364);
  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.17),
    0 10px 28px rgba(34,197,94,0.435);
}
@media (max-width: 768px) {
  .dq95-card {
    min-height: 339px;
    padding: 22px;
    justify-content: center;
  }
  .dq95-overlay {
    background: linear-gradient(183deg, rgba(0,0,0,0.405) 0%, rgba(0,0,0,0.694) 100%);
  }
  .dq95-frame { padding: 24px 22px; max-width: 100%; }
  .dq95-title { font-size: 23px; }
  .dq95-amount { font-size: 14px; }
}

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

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

  .fg59-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin: 0 0 18px; counter-reset: vp04c; }
  .fg59-card {
    counter-increment: vp04c;
    position: relative;
    border-radius: 12px;
    padding: 18px 20px 20px;
    background: linear-gradient(133deg,
      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;
    overflow: hidden;
  }
  .fg59-card::before {
    content: counter(vp04c);
    position: absolute; top: 12px; right: 16px;
    font-size: 29px; font-weight: 900; line-height: 1;
    color: color-mix(in srgb, var(--c-accent) 70%, transparent);
    letter-spacing: -0.02em;
  }
  .fg59-card-h3 { color: #fff; font-size: 15px; font-weight: 800; line-height: 1.3; margin: 0 0 10px; padding-right: 37px; }
  .fg59-card-p { font-size: 13px; line-height: 1.55; color: rgba(255,255,255,0.769); margin: 0; }

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

  .fg59-panel {
    border-radius: 14px; padding: 22px 25px 24px;
    background: linear-gradient(134deg,
      color-mix(in srgb, var(--c-accent) 14%, var(--c-bg)) 0%,
      var(--c-bg) 100%);
    border: 1px solid color-mix(in srgb, var(--c-accent) 22%, transparent);
    box-shadow: 0 18px 51px -27px color-mix(in srgb, var(--c-accent) 35%, transparent);
    color: #fff; margin: 0 0 22px;
  }
  .fg59-panel-h3 { color: #fff; font-size: 17px; font-weight: 800; line-height: 1.3; margin: 0 0 8px; }
  .fg59-panel-lead { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,0.768); margin: 0 0 16px; }
  .fg59-panel-foot { font-size: 14px; line-height: 1.65; color: rgba(255,255,255,0.808); margin: 16px 0 0; }

  .fg59-bullets { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 16px; }
  .fg59-bullet { display: flex; align-items: center; gap: 12px; }
  .fg59-bullet-icon {
    flex: 0 0 14px; width: 14px; height: 14px;
    background: var(--c-accent);
    transform: rotate(44deg);
    box-shadow: 0 0 0 3px color-mix(in srgb, var(--c-accent) 22%, transparent);
  }
  .fg59-bullet-text { flex: 1; color: rgba(255,255,255,0.922); font-size: 13px; line-height: 1.4; font-weight: 500; }

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

  .fg59-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;
  }
  .fg59-table th, .fg59-table td { padding: 14px 18px; font-size: 13px; line-height: 1.45; text-align: left; vertical-align: top; }
  .fg59-table thead th {
    font-size: 11px; font-weight: 800; letter-spacing: 0.118em; 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);
  }
  .fg59-table tbody td { color: var(--c-text-muted); border-bottom: 1px solid color-mix(in srgb, var(--c-text) 6%, transparent); }
  .fg59-table tbody tr:last-child td { border-bottom: none; }
  .fg59-table tbody td:first-child {
    color: var(--c-text); font-weight: 600;
    border-left: 3px solid transparent;
    padding-left: 17px;
    transition: border-left-color .25s ease;
  }
  .fg59-table tbody tr:hover td { background: color-mix(in srgb, var(--c-accent) 6%, transparent); }
  .fg59-table tbody tr:hover td:first-child { border-left-color: var(--c-accent); }

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

.va93-wrap { max-width: 1079px; margin: 0 auto; display: flex; flex-direction: column; gap: 22px; }
  .va93-intro { max-width: 799px; }
  .va93-title { color: var(--c-text); margin: 0 0 14px; }
  .va93-lead { font-size: 15px; line-height: 1.75; color: var(--c-text-muted); margin: 0; }
  .va93-row { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
  .va93-card { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 26px 31px; position: relative; }
  .va93-card::before { content: ''; position: absolute; top: -1px; left: 22px; right: 22px; height: 2px; background: var(--c-accent); border-radius: 0 0 2px 2px; opacity: 0.7; }
  .va93-eyebrow { font-size: 0.663rem; color: var(--c-accent); font-weight: 800; text-transform: uppercase; letter-spacing: 0.138em; margin-bottom: 8px; }
  .va93-h3 { color: var(--c-text); margin: 0 0 12px; font-size: 1.112rem; font-weight: 700; }
  .va93-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; }
  .va93-p:last-child { margin-bottom: 0; }
  .va93-take { margin: 14px 0 0; padding: 16px 18px; background: color-mix(in srgb, var(--c-accent) 6%, transparent); border-radius: 10px; }
  .va93-take-label { font-size: 0.671rem; font-weight: 800; color: var(--c-accent); text-transform: uppercase; letter-spacing: 0.119em; margin-bottom: 6px; }
  .va93-take-text { font-size: 14px; line-height: 1.7; color: var(--c-text); margin: 0; }
  .va93-bottom { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 14px; padding: 30px 37px; }
  .va93-bh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.177rem; font-weight: 700; }
  .va93-bp { font-size: 14px; line-height: 1.75; color: var(--c-text-muted); margin: 0 0 18px; max-width: 799px; }
  .va93-bcols { column-count: 2; column-gap: 43px; }
  .va93-bcol-p { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 14px; break-inside: avoid; }
  .va93-bcol-p:last-child { margin-bottom: 0; }
  @media (max-width: 880px) { .va93-row { grid-template-columns: 1fr; } .va93-bcols { column-count: 1; } }

.os74-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 14px; }
.os74-card { cursor: default; border: 1px solid var(--c-border); border-radius: var(--radius); overflow: hidden; transition: transform .3s ease, border-radius .3s ease; }
.os74-card:hover { transform: scale(1.06); border-radius: 16px; }
.os74-thumb { aspect-ratio: 4/3; background: linear-gradient(139deg, var(--card-bg1, var(--c-surface)), var(--card-bg2, var(--c-border))); display: flex; align-items: center; justify-content: center; }
.os74-emoji { font-size: 43px; }
@media (max-width: 1000px) { .os74-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 768px) { .os74-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 600px) { .os74-grid { grid-template-columns: repeat(2, 1fr); } }

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

.yo55-wrap { max-width: 1241px; margin: 0 auto; text-align: center; }
  .yo55-eyebrow { font-size: 0.709rem; font-weight: 800; text-transform: uppercase; letter-spacing: 0.158em; 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.154s, border-color 0.151s; }
  .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); } }

.bw37-wrap { max-width: 1105px; margin: 0 auto; }
  .bw37-intro { max-width: 740px; 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 21px -10px color-mix(in srgb, var(--c-accent) 30%, transparent); }
  .bw37-table { width: 100%; min-width: 701px; border-collapse: separate; border-spacing: 0; background: var(--c-surface); }
  .bw37-table thead th { background: linear-gradient(185deg, 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.934rem; font-weight: 800; border-bottom: 2px solid var(--c-accent); }
  .bw37-table thead th:first-child { text-align: left; font-size: 0.664rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.14em; color: var(--c-text-muted); }
  .bw37-rank { display: block; font-size: 0.636rem; 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: 23px; }
  .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: 27px; 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); }

.mk45-wrap { max-width: 918px; margin: 0 auto; }
  .mk45-title { color: var(--c-text); margin: 0 0 18px; }
  .mk45-intro { font-size: 15px; line-height: 1.85; color: var(--c-text-muted); margin: 0 0 22px; }
  .mk45-sec { background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 21px 26px; margin-bottom: 14px; }
  .mk45-sec:last-child { margin-bottom: 0; }
  .mk45-sh3 { color: var(--c-text); margin: 0 0 10px; font-size: 1.049rem; }
  .mk45-sp { font-size: 15px; line-height: 1.8; color: var(--c-text-muted); margin: 0 0 10px; }
  .mk45-sp:last-child { margin-bottom: 0; }

.ds64-card {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  min-height: 370px;
  background: linear-gradient(131deg,
    color-mix(in srgb, var(--c-accent) 28%, var(--c-bg)) 0%,
    color-mix(in srgb, var(--c-accent) 8%, var(--c-bg)) 100%);
  border: 1px solid rgba(255,255,255,0.089);
  box-shadow: 0 18px 49px rgba(0,0,0,0.433);
  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(91deg, rgba(0,0,0,0.865) 0%, rgba(0,0,0,0.677) 35%, rgba(0,0,0,0.185) 70%, rgba(0,0,0,0.0) 100%);
  z-index: 1;
}
.ds64-content {
  position: relative; z-index: 2;
  padding: 48px 49px;
  max-width: 629px;
}
.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.589);
}
.ds64-sub {
  font-size: 15px;
  color: rgba(255,255,255,0.839);
  line-height: 1.55;
  margin: 0 0 27px;
  max-width: 481px;
  text-shadow: 0 1px 8px rgba(0,0,0,0.407);
}
.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.289);
}
.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 29px color-mix(in srgb, var(--c-accent, #f59e0b) 38%, transparent),
    0 6px 18px rgba(0,0,0,0.337);
}
.ds64-cta svg { flex-shrink: 0; }
@media (max-width: 768px) {
  .ds64-card { min-height: 314px; }
  .ds64-overlay {
    background: linear-gradient(178deg, rgba(0,0,0,0.492) 0%, rgba(0,0,0,0.822) 100%);
  }
  .ds64-content { padding: 33px 23px; max-width: 100%; }
  .ds64-title { font-size: 26px; }
  .ds64-cta-row { flex-wrap: wrap; }
  .ds64-cta { padding: 13px 16px; font-size: 11px; }
}

.hm87-header { text-align: center; margin-bottom: 2.551rem; }
  .hm87-masonry { columns: 3; column-gap: 1.246rem; }
  .hm87-card { break-inside: avoid; margin-bottom: 1.249rem; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 12px; padding: 1.224rem; display: flex; flex-direction: column; gap: 0.629rem; }
  .hm87-card-large { padding: 1.762rem; }
  .hm87-card-accent { border-color: color-mix(in srgb, var(--c-accent) 40%, transparent); background: color-mix(in srgb, var(--c-accent) 4%, var(--c-surface)); }
  .hm87-top { display: flex; align-items: center; gap: 10px; }
  .hm87-avatar { width: 41px; height: 43px; 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.801rem; color: var(--c-accent); flex-shrink: 0; }
  .hm87-name { font-weight: 700; font-size: 0.886rem; color: var(--c-text); }
  .hm87-role { font-size: 0.706rem; color: var(--c-text-muted); }
  .hm87-stars { color: #f59e0b; }
  .hm87-stars-sm { font-size: 0.895rem; }
  .hm87-stars-lg { font-size: 1.106rem; }
  .hm87-text { color: var(--c-text-muted); line-height: 1.65; }
  .hm87-text-sm { font-size: 0.829rem; }
  .hm87-text-lg { font-size: 0.959rem; }
  .hm87-highlight { color: var(--c-accent); font-weight: 700; }
  .hm87-meta { font-size: 0.698rem; color: var(--c-text-muted); display: flex; align-items: center; justify-content: space-between; }
  .hm87-verified { color: #22c55e; font-weight: 600; font-size: 0.69rem; }
  @media (max-width: 880px) { .hm87-masonry { columns: 2; } }
  @media (max-width: 600px) { .hm87-masonry { columns: 1; } }
  .hm87-s1 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; width: 54px; height: 53px; font-size: 1.019rem; }
  .hm87-s2 { background: color-mix(in srgb,#60a5fa 15%,var(--c-surface)); color: #60a5fa; }
  .hm87-s3 { background: color-mix(in srgb,#10b981 15%,var(--c-surface)); color: #10b981; }
  .hm87-s4 { background: color-mix(in srgb,#8b5cf6 15%,var(--c-surface)); color: #8b5cf6; width: 50px; height: 51px; }
  .hm87-s5 { background: color-mix(in srgb,#06b6d4 15%,var(--c-surface)); color: #06b6d4; }
  .hm87-s6 { background: color-mix(in srgb,#ec4899 15%,var(--c-surface)); color: #ec4899; }
  .hm87-s7 { background: color-mix(in srgb,#f59e0b 15%,var(--c-surface)); color: #f59e0b; }

.fw60-wrap { max-width: 1003px; margin: 0 auto; }
  .fw60-outer {
    background: var(--c-surface);
    border: 1px solid var(--c-border);
    border-radius: 18px;
    padding: 27px 30px 30px;
    box-shadow: 0 16px 44px -21px rgba(0,0,0,0.251);
  }
  .fw60-title { color: var(--c-text); margin: 0 0 14px; }
  .fw60-intro { font-size: 14px; 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 25px 24px;
    background: linear-gradient(134deg,
      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 36px -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 41px; width: 40px; 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);
  }
  .fw60-card-icon svg { width: 20px; height: 20px; }
  .fw60-card-h3 { color: #fff; font-size: 16px; font-weight: 800; line-height: 1.3; margin: 0; }
  .fw60-card-p { font-size: 14px; line-height: 1.6; color: rgba(255,255,255,0.849); margin: 0; font-weight: 500; }

  .fw60-foot { font-size: 15px; 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 20px; }
  }

.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: 23px;
  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;
}

/* Pills stay the defining visual element, just shorter — 44px
     instead of 64, and section padding trimmed so the block slots
     in next to a heavier block (CTA / text) without dwarfing them. */
  .ul77-root { padding: 29px 0; }
  .ul77-wrap { max-width: 1113px; margin: 0 auto; text-align: center; }
  .ul77-title { margin: 0 0 12px; font-size: 1.127rem; }
  .ul77-row { display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap; }
  .ul77-row .ld-mb-trust-tile { display: flex; align-items: center; justify-content: center; height: 43px; padding: 6px 18px; background: var(--c-surface); border: 1px solid var(--c-border); border-radius: 1019px; transition: border-color 0.151s; }
  .ul77-row .ld-mb-trust-tile:hover { border-color: var(--c-accent); }
  .ul77-row .ld-mb-trust-img { max-width: 93px; max-height: 100%; object-fit: contain; }

/* ── 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 20px; flex-wrap: wrap;
    padding: 14px 0;
    min-height: 43px;
  }
  .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.83rem; color: var(--c-text-muted); text-decoration: none; transition: color 0.206s; }
  .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: 20px;
    max-width: 50px;
    padding: 4px 8px;
    border-radius: 5px;
  }

  .lw63-bottom {
    display: flex; align-items: center; justify-content: center;
    gap: 10px 22px; flex-wrap: wrap;
    padding: 10px 0;
    border-top: 1px solid var(--c-border);
    font-size: 0.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: 12px !important;
  }
}

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

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

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