
/* shell */
.section-n8{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.section-dense-9z{ padding:var(--section-gap-dense,16px) 0 0; }
.container-nc{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.section-n8:not(.section-dense-9z) > .container-nc{ background:var(--shell-bg,var(--skin-bg)); border-radius:var(--skin-r); box-shadow:var(--shell-shadow,var(--skin-shadow)); backdrop-filter:var(--shell-blur,blur(var(--skin-blur))); overflow:hidden; }
figure.shot-mobile{ max-width:360px; margin-left:auto; margin-right:auto; border-radius:12px; overflow:hidden; }
figure.shot-mobile img{ max-height:560px; width:100%; object-fit:cover; object-position:top; display:block; }
@media(max-width:600px){ .section-n8{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .section-dense-9z{ padding:var(--section-gap-dense-mobile,var(--section-gap-dense)) 0 0; } }

/* header G */
/* Header G — neon glow: dark bg, primary glow bottom edge, glowing CTA */

.hd-root-dp {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 64px);
  background: var(--bg);
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--primary) 55%, transparent),
    0 6px 32px color-mix(in srgb, var(--primary) 10%, transparent);
  transition: box-shadow .3s, height .25s;
}

.hd-root-dp.hd-scrolled {
  height: calc(var(--hd-height, 64px) - 8px);
  box-shadow:
    0 1px 0 var(--primary),
    0 8px 48px color-mix(in srgb, var(--primary) 28%, transparent);
}

.hd-inner-2f {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
}

.hd-brand-py {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  text-shadow: 0 0 22px color-mix(in srgb, var(--primary) 60%, transparent);
  flex-shrink: 0;
}

.hd-logo-iq { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; }

.hd-nav-ne {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  justify-content: center;
}

.hd-nav-link-8y {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, text-shadow .2s;
  white-space: nowrap;
}

.hd-nav-link-8y:hover {
  color: var(--fg);
  text-shadow: 0 0 12px color-mix(in srgb, var(--primary) 70%, transparent);
}

.hd-cta-j5 {
  display: inline-block;
  padding: 8px 22px;
  background: transparent;
  color: var(--primary);
  border: 1.5px solid color-mix(in srgb, var(--primary) 65%, transparent);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  box-shadow: 0 0 14px color-mix(in srgb, var(--primary) 18%, transparent);
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hd-cta-j5:hover {
  background: var(--primary);
  color: var(--bg);
  border-color: var(--primary);
  box-shadow: 0 0 30px color-mix(in srgb, var(--primary) 55%, transparent);
}

.hd-actions-oc {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

.hd-burger-mg {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 6px;
}

.hd-burger-mg span { display: block; width: 22px; height: 2px; background: var(--primary); border-radius: 2px; transition: transform .25s, opacity .25s; }
.hd-burger-mg.hd-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hd-burger-mg.hd-open span:nth-child(2) { opacity: 0; }
.hd-burger-mg.hd-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.hd-mobile-nav-9k {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: color-mix(in srgb, var(--bg) 96%, var(--primary));
  border-top: 1px solid color-mix(in srgb, var(--primary) 25%, transparent);
  gap: var(--space-2);
}

.hd-mobile-nav-9k[hidden] { display: none !important; }
.hd-mobile-nav-9k .hd-nav-link-8y { font-size: 15px; padding: 10px 0; color: var(--muted); border-bottom: 1px solid var(--border); text-shadow: none; }
.hd-mobile-nav-9k .hd-nav-link-8y:hover { color: var(--fg); text-shadow: none; }
.hd-mobile-nav-9k .hd-cta-j5 { margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); border-color: var(--primary); box-shadow: none; }

@media (max-width: 768px) {
  .hd-nav-ne { display: none; }
  .hd-burger-mg { display: flex; }
}


/* hero E */
/* Hero E — h1 + intro as bullet list (compact, scannable) */

.hero-root-13 {}

.hero-title-9f {
  margin: 0 0 20px;
  font-weight: 800;
  font-size: clamp(22px, 3.5vw, 36px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.hero-list-mz {
  margin: 0;
  padding: 0 0 0 1.2em;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.hero-item-do {
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.6;
  color: var(--text);
}

.hero-item-do::marker {
  color: var(--primary);
}

@media (max-width: 600px) {
  .hero-title-9f { font-size: 20px; margin-bottom: 14px; }
  .hero-list-mz { gap: 6px; }
}


/* overview C */
/* Overview C — prose + DL sidebar */

.ov-root-mt {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-4);
  align-items: start;
  padding: var(--card-pad);
}

.ov-text-4m {
  min-width: 0;
}

.ov-title-55 {
  margin: 0 0 var(--space-2);
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.ov-body-cl {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.ov-dl-t {
  margin: 0;
  min-width: 180px;
  max-width: 240px;
  padding: var(--space-3);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
}

.ov-dt-25 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  margin-top: var(--space-2);
}

.ov-dt-25:first-child {
  margin-top: 0;
}

.ov-dd-r9 {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

@media (max-width: 640px) {
  .ov-root-mt { grid-template-columns: 1fr; }
  .ov-dl-t { max-width: none; }
}


/* pros-cons F */
/* Pros-Cons F — compact minimal, left accent border */

.pc-root-i3 { padding: var(--card-pad); }

.pc-title-mn {
  margin: 0 0 var(--space-4);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  color: var(--skin-title);
  letter-spacing: -.02em;
}

.pc-cols-1g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-4);
}
@media (max-width: 540px) { .pc-cols-1g { grid-template-columns: 1fr; } }

.pc-col-title-f {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .1em;
  margin: 0 0 var(--space-2);
}

.pc-label-pro { color: #2ecc71; }
.pc-label-con { color: #e74c3c; }

.pc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.pc-pros-53 .pc-list { border-left: 2px solid rgba(46,204,113,.4); padding-left: var(--space-2); }
.pc-cons-9e .pc-list { border-left: 2px solid rgba(231,76,60,.35);  padding-left: var(--space-2); }

.pc-item-1c {
  display: flex;
  align-items: baseline;
  gap: 7px;
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
}

.pc-mark-ea {
  font-size: 13px;
  font-weight: 900;
  flex-shrink: 0;
  line-height: 1;
  margin-top: 2px;
}

.pc-mark-pro { color: #2ecc71; }
.pc-mark-con { color: #e74c3c; }

.pc-text-e0 { color: var(--muted); }


/* bonus E */
/* Bonus E — card grid: label + value + desc, centered title, CTA */

.bt-root-3m {
  padding: var(--card-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

.bt-title-68 {
  margin: 0;
  font-size: clamp(calc(16px * var(--title-scale)), 2.2vw, calc(26px * var(--title-scale)));
  font-weight: 800;
  text-align: center;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

/* ── Card grid ── */
.bt-grid-mu {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--item-gap);
}

.bt-card-b8 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-2);
  padding: var(--space-5) var(--space-4);
  border-radius: var(--radius-1);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  transition: border-color .2s, box-shadow .2s;
}

.bt-card-b8:hover {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary), 0 4px 24px rgba(0,0,0,.25);
}

.bt-label-3w {
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.3;
}

.bt-value-hz {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -.02em;
}

.bt-desc-gv {
  font-size: 13px;
  line-height: 1.6;
  color: var(--fg-muted, rgba(255,255,255,.5));
  white-space: pre-line;
}

/* ── CTA ── */
.bt-cta-2o {
  display: inline-block;
  padding: 13px 44px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .2s;
}

.bt-cta-2o:hover { opacity: .85; }

/* ── Responsive ── */
@media (max-width: 640px) {
  .bt-grid-mu { grid-template-columns: repeat(2, 1fr); }
  .bt-card-b8 { padding: var(--space-4) var(--space-3); }
  .bt-value-hz { font-size: 20px; }
}

@media (max-width: 380px) {
  .bt-grid-mu { grid-template-columns: 1fr; }
}


/* payments B */
/* Payments B — cards grid */

.pm-root-4h {
  padding: var(--card-pad);
}

.pm-title-25 {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.pm-intro-hp {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pm-grid-j1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: var(--space-3);
}

.pm-card-3f {
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px var(--space-2);
  align-items: start;
}

.pm-method-p0 {
  grid-column: 1 / -1;
  margin: 0 0 var(--space-1);
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.pm-label-1d {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.pm-value-3q {
  font-size: 13px;
  font-weight: 600;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-align: right;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


/* sticky-banner D */
/* Variant D — центрований банер-картка знизу
   HTML: bnRoot(relative, flex col) > bnClose(absolute) + bnBadge + bnTitle + bnSub + bnCta */

@keyframes bnCornerIn  { from { transform: translateX(-50%) translateY(80px); opacity: 0 } to { transform: translateX(-50%) translateY(0); opacity: 1 } }
@keyframes bnCornerOut { from { transform: translateX(-50%) translateY(0); opacity: 1 } to { transform: translateX(-50%) translateY(80px); opacity: 0 } }
@keyframes bnSlideUp   { from { transform: translateX(-50%) translateY(100%); opacity: 0 } to { transform: translateX(-50%) translateY(0); opacity: 1 } }
@keyframes bnSlideDown { from { transform: translateX(-50%) translateY(0); opacity: 1 } to { transform: translateX(-50%) translateY(100%); opacity: 0 } }
@keyframes bnFadeOut   { from { opacity: 1 } to { opacity: 0 } }

/* mobile-only keyframes (no translateX) */
@keyframes bnCornerInM  { from { transform: translateY(80px); opacity: 0 } to { transform: translateY(0); opacity: 1 } }
@keyframes bnCornerOutM { from { transform: translateY(0); opacity: 1 } to { transform: translateY(80px); opacity: 0 } }

.bn-root-l {
  position: fixed;
  bottom: 20px; left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: min(560px, calc(100vw - 32px));
  border-radius: var(--skin-r);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 16px 56px rgba(0,0,0,.55);
  padding: 24px;
  display: flex; flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.bn-root-l[hidden] { display: none; }

.bn-close-nn {
  position: absolute;
  top: 14px; right: 14px;
  background: transparent; border: 0;
  cursor: pointer; color: var(--muted);
  font-size: 14px;
  width: 28px; height: 28px;
  display: grid; place-items: center;
  border-radius: var(--skin-r);
  transition: background .15s, color .15s;
  line-height: 1;
}
.bn-close-nn:hover { background: rgba(255,255,255,.1); color: var(--text); }

.bn-badge-pc {
  display: inline-flex; align-items: center; align-self: flex-start;
  font-size: 11px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--skin-r); line-height: 1;
}
.bn-title-61 {
  margin: 0; font-weight: 900; font-size: 22px;
  line-height: 1.2; letter-spacing: -.02em;
  padding-right: 36px;
}
.bn-sub-at { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; }
.bn-cta-pt {
  display: block; text-align: center;
  padding: 14px 20px; border-radius: var(--skin-r);
  background: var(--skin-btn-bg); color: var(--skin-btn-c);
  font-weight: 800; font-size: 15px;
  text-decoration: none; cursor: pointer;
  transition: filter .15s, transform .15s;
  letter-spacing: .01em; margin-top: 4px;
}
.bn-cta-pt:hover { filter: brightness(1.08); transform: translateY(-1px); }

@media (max-width: 600px) {
  .bn-root-l {
    bottom: 0; left: 0; right: 0;
    width: 100%;
    transform: none;
    border-radius: var(--radius-3) var(--radius-3) 0 0;
    padding: 20px 16px 24px;
  }
  .bn-close-nn { top: 12px; right: 12px; }
  .bn-title-61 { font-size: 18px; padding-right: 36px; }
  .bn-sub-at   { font-size: 13px; }
  .bn-cta-pt   { padding: 12px 16px; font-size: 14px; }
}


/* mobile D */
/* Mobile D — vertical list rows: platform name + type badge + feature chips */

.mb-root-gj {
  padding: var(--card-pad);
}

.mb-title-d3 {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.mb-intro-gb {
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* list */
.mb-list-lz {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.mb-item-80 {
  padding: var(--space-3);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
}

.mb-item-head-9u {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  margin-bottom: var(--space-2);
}

.mb-plat-name-9x {
  font-size: 14px;
  font-weight: 800;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  flex: 1;
}

.mb-badge-nq {
  flex-shrink: 0;
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .1);
  border-radius: 99px;
}

.mb-chips-oq {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.mb-chip-kd {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 99px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/* security E */
/* Security E — accordion */

.sc-root-s {
  padding: var(--card-pad);
}

.sc-title-iy {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.sc-intro-n2 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sc-list-l0 {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.sc-details-re {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  overflow: hidden;
}

.sc-summary-70 {
  padding: var(--space-2) var(--space-3);
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
}

.sc-summary-70::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.sc-details-re[open] > .sc-summary-70::after {
  content: "\2212";
}

.sc-body-l4 {
  margin: 0;
  padding: 0 var(--space-3) var(--space-3);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}


/* license D */
/* License D — accordion */

.lc-root-b7 {
  padding: var(--card-pad);
}

.lc-title-lb {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.lc-intro-kr {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.lc-list-53 {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.lc-details-kv {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  overflow: hidden;
}

.lc-summary-8p {
  padding: var(--space-2) var(--space-3);
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.lc-summary-8p::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.lc-details-kv[open] > .lc-summary-8p::after {
  content: "-";
}

.lc-body-db {
  padding: 0 var(--space-3) var(--space-3);
}

.lc-label-87 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  margin-right: var(--space-1);
}

.lc-value-8s {
  font-size: 14px;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-family: monospace;
}

.lc-note-4v {
  margin: var(--space-2) 0 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}


/* support D */
/* Support D — accordion */

.sp-root-rn {
  padding: var(--card-pad);
}

.sp-title-6n {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.sp-intro-2r {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sp-list-k7 {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.sp-details-cv {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  overflow: hidden;
}

.sp-summary-ld {
  padding: var(--space-2) var(--space-3);
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
}

.sp-summary-ld::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.sp-details-cv[open] > .sp-summary-ld::after {
  content: "\2212";
}

.sp-body-27 {
  padding: 0 var(--space-3) var(--space-3);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

.sp-body-27 p {
  margin: 0 0 var(--space-1);
}

.sp-body-27 p:last-child {
  margin-bottom: 0;
}


/* promo A */
/* Promo A — full table */

.pr-root-ha {
  padding: var(--card-pad);
}

.pr-title-2c {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.pr-intro-fg {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pr-table-fq {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.pr-thead-no {
  border-bottom: 2px solid var(--border);
}

.pr-th-7a {
  text-align: left;
  padding: var(--space-2);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
}

.pr-td-j6 {
  padding: var(--space-2);
  color: var(--text);
  line-height: 1.5;
}

.pr-row-by + .pr-row-by .pr-td-j6 {
  border-top: 1px solid var(--border);
}

.pr-name-nt {
  font-weight: 700;
  color: var(--primary);
}

/* ── mobile card list (hidden on desktop) ── */
.pr-cards-mh { display: none; }

.pr-card-c8 {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  padding: var(--space-2);
}

.pr-card-c8 + .pr-card-c8 { margin-top: var(--space-2); }

.pr-card-name-az {
  font-weight: 700;
  color: var(--primary);
  margin: 0 0 4px;
  font-size: 14px;
}

.pr-card-label-om {
  font-size: 11px;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin: 6px 0 2px;
}

.pr-card-val-fb {
  font-size: 14px;
  color: var(--text);
  line-height: 1.5;
}

@media (max-width: 580px) {
  .pr-table-fq { display: none; }
  .pr-cards-mh { display: block; }
}


/* providers C */
/* Providers C — flex-wrap cards: logo centered + name, comfortable sizing */

.pv-root-pf {
  padding: var(--card-pad);
}

.pv-title-h3 {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.pv-intro-9f {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.pv-grid-3f {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.pv-tag-19 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-3);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  flex: 1 1 140px;
  min-width: 130px;
  max-width: 200px;
  transition: border-color .2s, background .2s, transform .2s;
}

.pv-tag-19:hover {
  border-color: rgba(var(--primary-rgb), .5);
  background: rgba(var(--primary-rgb), .06);
  transform: translateY(-2px);
}

.pv-tag-logo-ia {
  width: 100%;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.pv-tag-name-o6 {
  font-size: 12px;
  font-weight: 700;
  color: var(--muted);
  letter-spacing: .04em;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

@media (max-width: 480px) {
  .pv-tag-19 { min-width: 110px; }
}


/* lobby C */
/* Lobby C — overlay name on image, compact grid */

.lb-root-bu {
  padding: var(--card-pad);
}

.lb-title-8g {
  margin: 0 0 var(--space-4);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.lb-grid-86 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lb-card-2s {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: var(--radius-1);
  overflow: hidden;
  text-decoration: none;
  transition: transform .15s;
  cursor: pointer;
}

.lb-card-2s:hover {
  transform: scale(1.03);
}

.lb-card-img-ez {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: var(--border);
}

.lb-card-name-2v {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
  line-height: 1.3;
}

.lb-cta-io {
  display: inline-block;
  padding: 11px 28px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
}

.lb-cta-io:hover {
  opacity: .85;
}

@media (max-width: 600px) {
  .lb-grid-86 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-2); }
  .lb-card-name-2v { font-size: 12px; padding: 6px 8px; }
}


/* loyalty D */
/* Loyalty D — stripe blocks */

.loy-root-eg {
  padding: var(--card-pad);
  overflow: hidden;
}

.loy-title-2m {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.loy-intro-2q {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.loy-list-34 {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-1);
  overflow: hidden;
}

.loy-item-q7 {
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.loy-item-q7:nth-child(odd) {
  background: var(--bg);
}

.loy-name-ff {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.loy-entry-s {
  margin: 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}

.loy-perks-mt {
  margin: 0;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}


/* winners C */
/* Winners C — grid cards */

.wn-root-7z { padding: var(--card-pad); }

.wn-title-r7 {
  margin: 0 0 var(--space-3);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800;
  color: var(--skin-title);
  letter-spacing: -.02em;
}

.wn-grid-fj {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  gap: var(--space-2);
}

.wn-card-gl {
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  padding: var(--space-2) var(--space-2);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  text-align: center;
}

.wn-top-bm {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.wn-avatar-4y {
  width: 42px; height: 42px;
  border-radius: 50%;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1.1rem;
  color: #000;
}

.wn-user-gg {
  font-size: 12px;
  font-weight: 700;
  color: var(--text);
}

.wn-amount-hb {
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
}

.wn-game-o1 {
  font-size: 11px;
  color: var(--muted);
}


/* faq B */
.faq-root-2k {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.faq-root-2k>* {
  position: relative;
}

.faq-title-ju {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.4vw, 26px);
}

.faq-subtitle-ns {
  margin: 0 0 var(--space-3);
  color: var(--muted);
}

.faq-list-5g {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-3);
}

.faq-q-jj {
  margin: 0 0 var(--space-2);
  font-size: 16px;
}

.faq-a-m7 {
  margin: 0;
  color: var(--muted);
}

.faq-item-n7 {
  transition: transform .14s ease, border-color .14s ease, background .14s ease, box-shadow .14s ease;
}

/* prose A */
/* Prose A — standard */

.pr-root-n7 {
  padding: var(--card-pad) var(--card-pad) 0;
}

.pr-h2-85 {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
}

.pr-h3-iq {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.pr-p-q5 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

.pr-list-fj {
  margin: 0 0 var(--space-3);
  padding-left: var(--space-4);
}

.pr-li-c8 {
  margin-bottom: var(--space-1);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

.pr-table-89 {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--space-3);
  font-size: 14px;
}

.pr-thead-fz {
  background: var(--skin-ac);
}

.pr-th-d7 {
  padding: var(--space-2) var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--skin-bg);
}

.pr-tbody-6h tr:nth-child(even) {
  background: color-mix(in srgb, var(--skin-bc) 30%, transparent);
}

.pr-td-p3 {
  padding: var(--space-2) var(--space-3);
  border-top: 1px solid var(--border);
  color: var(--text);
  line-height: 1.5;
}

.pr-image-7g {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-1, 4px);
  margin: var(--space-3) 0;
}


/* rg C */
/* RG C — card grid of help sites + helpline footer */

.rg-root-9k {
  padding: var(--space-3) var(--space-4);
  font-size: 13px;
  color: var(--muted);
}

.rg-title-86 {
  margin: 0 0 var(--space-3);
  font-size: 13px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.rg-grid-14 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--space-2);
  margin-bottom: var(--space-3);
}

.rg-card-dq {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: var(--space-2) var(--space-2);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  text-decoration: none;
  transition: border-color .15s;
}

.rg-card-dq:hover {
  border-color: var(--primary);
}

.rg-card-name-hx {
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.rg-card-url-kf {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rg-helpline-5l {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  border-top: 1px solid var(--border);
  padding-top: var(--space-2);
}


/* footer A */
/* Footer A — classic: brand left, nav center, bottom copyright */

.ft-root-n1 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--space-5) 0 var(--space-3);
}

.ft-inner-d3 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.ft-brand-gm {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

.ft-logo-2q {
  height: 40px;
  width: auto;
  display: block;
}

.ft-nav-b6 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex-wrap: wrap;
  justify-content: center;
}

.ft-nav-link-4q {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
  white-space: nowrap;
}

.ft-nav-link-4q:hover { color: var(--primary); }

.ft-disclaimer-eq {
  max-width: var(--container-w, 1100px);
  margin: var(--space-4) auto 0;
  padding: 0 var(--space-4);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}

.ft-copy-ik {
  max-width: var(--container-w, 1100px);
  margin: var(--space-2) auto 0;
  padding: 0 var(--space-4);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {
  .ft-inner-d3 { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .ft-nav-b6 { justify-content: flex-start; }
}

