
/* shell */
.section-32g{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.s-dense-1yz{ padding:var(--section-gap-dense,16px) 0 0; }
.container-bg{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.section-32g:not(.s-dense-1yz) > .container-bg{ 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-32g{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .s-dense-1yz{ padding:var(--section-gap-dense-mobile,var(--section-gap-dense)) 0 0; } }

/* header K */
/* Header K — centered brand: logo/name absolutely centered, nav left, CTA right */

.hd-root-1bx {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 62px);
  background: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: background .3s, box-shadow .25s, height .25s;
}

.hd-root-1bx.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 8px);
  background: color-mix(in srgb, var(--bg) 92%, var(--surface));
  box-shadow: 0 4px 20px rgba(0, 0, 0, .45);
}

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

.hd-brand-27i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
}

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

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

.hdNavLink-11e {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

.hdNavLink-11e:hover { color: var(--fg); background: rgba(255, 255, 255, .07); }

.hdCta-19t {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hdCta-19t:hover { opacity: .88; }

.hdActions-17g {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2);
}

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

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

.hd_mobilenav-1z4 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: color-mix(in srgb, var(--bg) 97%, var(--surface));
  border-top: 1px solid rgba(255,255,255,.06);
  gap: var(--space-2);
}

.hd_mobilenav-1z4[hidden] { display: none !important; }
.hd_mobilenav-1z4 .hdNavLink-11e { font-size: 15px; padding: 10px 0; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; background: none; }
.hd_mobilenav-1z4 .hdCta-19t { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

@media (max-width: 768px) {
  .hd-nav-2ui { display: none; }
  .h-burger-1wo { display: flex; }
}


/* breadcrumbs A */
/* Breadcrumbs A */

.bc_root-2kr {
  padding: var(--space-2) var(--space-5);
}

.bc_list-dr {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0.7;
}

.bcItem-u8 {
  display: flex;
  align-items: center;
}

.bcLink-1i3 {
  color: var(--fg);
  text-decoration: none;
}

.bcLink-1i3:hover {
  color: var(--skin-ac);
}

.bc-sep-1f5 {
  color: var(--muted);
  margin: 0 6px;
  font-size: 11px;
}

.b-current-188 {
  color: var(--fg);
}


/* banner F */
/* Banner F — carousel with arrows */

.bnRoot-18u {
  position: relative;
  width: calc(100% - var(--space-5) * 2);
  max-width: var(--container-w, 1100px);
  margin: var(--section-gap, 40px) auto 0;
  overflow: hidden;
  border-radius: var(--skin-r);
  box-shadow: 0 8px 32px rgba(0, 0, 0, .45);
}

.bnRoot-18u::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

.b-slide-rj {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}

.b-slide-rj[data-active] {
  opacity: 1;
  pointer-events: auto;
}

.bnImg-2b5 {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bnOverlay-122 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: var(--space-3);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.55));
  /* horizontal padding reserves space so content never sits behind arrows */
  padding: var(--space-4) 72px;
  text-align: center;
}

.b-slide-rj[data-dark="light"]  .bnOverlay-122 { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.b-slide-rj[data-dark="medium"] .bnOverlay-122 { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.b-slide-rj[data-dark="dark"]   .bnOverlay-122 { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

.bnOverlay-122[data-align="left"]   { align-items: flex-start; text-align: left; }
.bnOverlay-122[data-align="center"] { align-items: center;     text-align: center; }
.bnOverlay-122[data-align="right"]  { align-items: flex-end;   text-align: right; }

.bnTitle-ng {
  margin: 0;
  font-size: clamp(22px, 3.8vw, 48px);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}

.bn-label-ow {
  display: inline-block;
  padding: 4px 14px;
  background: var(--skin-btn-bg);
  color: var(--skin-btn-c);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  border-radius: var(--skin-r);
}

.bn-badge-2hd {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 12px;
  background: var(--skin-btn-bg);
  color: var(--skin-btn-c);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-radius: var(--skin-r);
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .4);
}

.bnSubtitle-2ry {
  margin: 0;
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  line-height: 1.4;
}

.bn-btn-6m {
  display: inline-block;
  padding: 13px 36px;
  background: var(--skin-btn-bg);
  color: var(--skin-btn-c);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: var(--skin-r);
  transition: opacity .2s;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.bn-btn-6m:hover { opacity: .9; }

.b-btnsecondary-2mo {
  display: inline-block;
  padding: 11px 26px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: var(--skin-r);
  border: 2px solid rgba(255, 255, 255, 0.65);
  transition: background .2s, border-color .2s;
}

.b-btnsecondary-2mo:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.bn-arrows-po {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  padding: 0 16px;
  pointer-events: none;
  z-index: 10;
}

.bnArrowPrev-2ci,
.bn-arrow-next-2hy {
  pointer-events: auto;
  width: 46px;
  height: 46px;
  border: none;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  font-weight: 400;
  border-radius: 50%;
  cursor: pointer;
  transition: background .2s;
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bnArrowPrev-2ci:hover,
.bn-arrow-next-2hy:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .bnTitle-ng { font-size: clamp(20px, 3.5vw, 38px); }
  .bnOverlay-122 { padding-left: 58px; padding-right: 58px; }
  .bnArrowPrev-2ci, .bn-arrow-next-2hy { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .bnRoot-18u::before { padding-top: 90%; }
  .bnOverlay-122 { padding-left: 48px; padding-right: 48px; }
  .bnTitle-ng { font-size: clamp(17px, 5vw, 26px); }
  .bn-btn-6m { padding: 11px 28px; font-size: 14px; }
  .b-btnsecondary-2mo { padding: 9px 20px; font-size: 13px; }
  .bn-badge-2hd { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .bnArrowPrev-2ci, .bn-arrow-next-2hy { width: 34px; height: 34px; font-size: 20px; }
  .bn-arrows-po { padding: 0 8px; }
}


/* hero A */
/* Hero A — h1 + single intro paragraph, left-aligned */

.hero-root-1uo {}

.h-title-30u {
  margin: 0 0 20px;
  font-weight: 900;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.15;
  letter-spacing: -.02em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.hero-intro-1ii {
  margin: 0;
  max-width: 760px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  color: var(--text);
}

@media (max-width: 600px) {
  .h-title-30u { font-size: 24px; margin-bottom: 14px; }
  .hero-intro-1ii { line-height: 1.6; }
}


/* overview D */
/* Overview D — prose + inline tag badges */

.ovRoot-1x1 {
  padding: var(--card-pad);
}

.ov-title-rd {
  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-2it {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.ov_tags-1jk {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.ov-tag-22r {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .08);
  border: 1px solid rgba(var(--primary-rgb), .18);
  border-radius: var(--radius-1);
  line-height: 1.4;
}


/* bonus B */
/* bonus B — vertical rows: label left, value right */

.bt-root-hr {
  padding: var(--card-pad);
}

.b-title-1kj {
  margin: 0 0 var(--space-3);
  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);
}

.bt-grid-6v {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.bt-card-2k5 {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-3);
  border-radius: var(--radius-1);
  border: 1px solid var(--border);
  background: var(--bg);
  min-width: 0;
}

.bt-card-2k5:first-child {
  background: linear-gradient(135deg,
    color-mix(in srgb, var(--primary) 15%, var(--surface)),
    color-mix(in srgb, var(--secondary) 10%, var(--surface)));
  border-color: var(--primary);
  padding: var(--space-4);
}

.bt-label-2ln {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--muted);
  line-height: 1.4;
  flex-shrink: 0;
  white-space: nowrap;
}

.bt-value-8w {
  font-size: 14px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.4;
  text-align: right;
  overflow-wrap: break-word;
  min-width: 0;
}

.bt-card-2k5:first-child .bt-label-2ln {
  font-size: 12px;
}

.bt-card-2k5:first-child .bt-value-8w {
  font-size: clamp(15px, 1.8vw, 20px);
  color: var(--primary);
}

@media (max-width: 480px) {
  .bt-card-2k5 {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .bt-value-8w { text-align: left; }
}


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

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

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

.prH3-5b {
  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-la {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

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

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

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

.pr_thead-2hw {
  background: var(--skin-ac);
}

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

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

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

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


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

.pm-root-1ca {
  padding: var(--card-pad);
}

.p-title-1x4 {
  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);
}

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

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

.pm-card-2to {
  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-2gj {
  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-gk {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.pm_value-28v {
  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 B */
/* Variant B — вертикальний sticky банер, велика CTA
   HTML: bnRoot > bnInner(relative, flex col) > bnClose(absolute) + bnLabel + bnTitle + bnSub + bnCta */

@keyframes bnSlideUp   { from { transform: translateY(100%); opacity: 0 } to { transform: translateY(0); opacity: 1 } }
@keyframes bnSlideDown { from { transform: translateY(0); opacity: 1 } to { transform: translateY(100%); opacity: 0 } }
@keyframes bnFadeOut   { from { opacity: 1 } to { opacity: 0 } }
@keyframes bnPopUp  { from { transform: translateY(100%) scaleY(.6); opacity: 0 } to { transform: translateY(0) scaleY(1); opacity: 1 } }
@keyframes bnPopOut { from { transform: translateY(0) scaleY(1); opacity: 1 } to { transform: translateY(100%) scaleY(.6); opacity: 0 } }

.bn-root-2qo {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
}
.bn-root-2qo[hidden] { display: none; }

.bn-inner-2i0 {
  position: relative;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
  gap: 8px;
  padding: 20px 48px 24px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-shadow: 0 -6px 40px rgba(0,0,0,.5);
  box-sizing: border-box;
}

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

.bn-label-xi {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 2px 10px; border-radius: var(--skin-r);
}
.b-title-y6 { margin: 0; font-weight: 800; font-size: clamp(16px,2vw,20px); }
.bn_sub-e2   { margin: 0; font-size: 13px; color: var(--muted); }
.bn-cta-2hm   {
  display: block; width: 100%; max-width: 420px;
  padding: 14px 24px; border-radius: var(--skin-r);
  background: var(--skin-btn-bg); color: var(--skin-btn-c);
  font-weight: 800; font-size: 15px;
  text-align: center; text-decoration: none; cursor: pointer;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .bn-inner-2i0 { padding: 16px 16px 20px; gap: 6px; }
  .b-close-xo { top: 10px; right: 10px; width: 28px; height: 28px; font-size: 15px; }
  .b-title-y6 { font-size: 15px; padding: 0 32px; }
  .bn_sub-e2   { display: none; }
  .bn-cta-2hm   { max-width: 100%; padding: 12px 16px; font-size: 14px; }
}


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

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

.p-title-1im {
  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);
}

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

.pv_grid-lk {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.pv_tag-34o {
  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-34o:hover {
  border-color: rgba(var(--primary-rgb), .5);
  background: rgba(var(--primary-rgb), .06);
  transform: translateY(-2px);
}

.p-taglogo-1dr {
  width: 100%;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

.pv-tag-name-1nf {
  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-34o { min-width: 110px; }
}


/* lobby A */
/* Lobby A — simple grid: img above name, centered CTA */

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

.l-title-1pk {
  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-1w6 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.lbCard-2bg {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  padding: var(--space-2);
  text-decoration: none;
  transition: transform .15s, box-shadow .15s;
}

.lbCard-2bg:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

.lb-card-img-1ar {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: var(--radius-1);
  background: var(--border);
}

.l-cardname-2af {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.3;
  text-align: center;
}

.lb-cta-2mg {
  display: inline-block;
  margin: 0 auto;
  padding: 12px 32px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
}

.lb-cta-2mg:hover {
  opacity: .85;
}

@media (max-width: 600px) {
  .lb-grid-1w6 { grid-template-columns: repeat(auto-fill, minmax(110px, 1fr)); gap: var(--space-2); }
  .lbCard-2bg { padding: 8px; }
  .l-cardname-2af { font-size: 12px; }
}

.lbScreenshot-2ju {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.lbScreenshot-2ju img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* mobile A */
/* Mobile A — H2 + intro + classic responsive table */

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

.m-title-1ti {
  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-1z6 {
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}

/* scrollable table wrapper */
.m-table-is {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
}

.m-table-is table {
  width: 100%;
  border-collapse: collapse;
  min-width: 480px;
  font-size: 14px;
}

.mb-head-2w2 {
  background: var(--bg);
}

.mb-head-cell-13m {
  padding: 10px 14px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  border-bottom: 2px solid var(--border);
  white-space: nowrap;
}

.mb-row-24k {
  border-bottom: 1px solid var(--border);
}

.mb-row-24k:last-child {
  border-bottom: none;
}

.mb-row-24k:nth-child(even) {
  background: var(--bg);
}

.mb-cell-17w {
  padding: 10px 14px;
  vertical-align: top;
  color: var(--text);
  line-height: 1.5;
}

.mb-cell-name-287 {
  font-weight: 700;
  white-space: nowrap;
}

.mb-badge-e3 {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .1);
  border-radius: 99px;
  white-space: nowrap;
}

.mb-cell-features-1wr {
  color: var(--muted);
  font-size: 13px;
}

.m-screenshot-2x0 {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.m-screenshot-2x0 img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* support A */
/* Support A — full table */

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

.spTitle-ol {
  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-351 {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.sp-table-15f {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.sp-thead-2z1 {
  border-bottom: 2px solid var(--border);
}

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

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

.sp_row-2yf + .sp_row-2yf .s-td-95 {
  border-top: 1px solid var(--border);
}

.s-channel-174 {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

@media (max-width: 580px) {
  .sp-table-15f, .sp-thead-2z1, .sp_row-2yf, .s-td-95, .sp-th-tp {
    display: block;
    width: 100%;
  }
  .sp-thead-2z1 { display: none; }
  .sp_row-2yf + .sp_row-2yf { margin-top: var(--space-2); }
  .sp_row-2yf + .sp_row-2yf .s-td-95 { border-top: none; }
  .sp_row-2yf { border: 1px solid var(--border); border-radius: var(--radius-1); padding: var(--space-2); }
  .s-td-95 { padding: 2px 0; }
  .s-td-95::before { font-size: 11px; color: var(--muted); text-transform: uppercase; display: block; }
  .sp_row-2yf .s-td-95:nth-child(2)::before { content: "Languages"; }
  .sp_row-2yf .s-td-95:nth-child(3)::before { content: "Hours"; }
}

.sp-screenshot-31 {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.sp-screenshot-31 img {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
  object-position: top;
  display: block;
}


/* security B */
/* Security B — compact inline banner */

.sc-root-2ly {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-2) var(--space-3);
  background: rgba(var(--primary-rgb), .06);
  border: 1px solid rgba(var(--primary-rgb), .18);
  border-radius: var(--radius-2);
}

.s-badge-g9 {
  display: inline-block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--bg);
  background: var(--primary);
  border-radius: 999px;
  line-height: 1.4;
}

.sc-title-19g {
  font-size: 14px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.sc-body-2iu {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}


/* license E */
/* License E — definition list (regulator + number only) */

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

.lc_title-cd {
  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);
}

.lcIntro-1fh {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.lc-dl-ah {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 var(--space-3);
  align-items: baseline;
}

.lc-dt-1fl {
  font-weight: 700;
  font-size: 15px;
  color: var(--primary);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
}

.l-dd-2s1 {
  margin: 0;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--text);
  font-family: monospace;
}

@media (max-width: 480px) {
  .lc-dl-ah { grid-template-columns: 1fr; }
  .lc-dt-1fl { border-bottom: none; padding-bottom: 0; }
  .l-dd-2s1 { padding-top: 2px; font-size: 13px; }
}


/* faq A */
.faq-root-1in {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.faq-root-1in>* {
  position: relative;
}

.faqTitle-1ab {
  margin: 0 0 var(--space-1);
  font-size: clamp(20px, 2.6vw, 30px);
  font-weight: 900;
  letter-spacing: -.02em;
  line-height: 1.15;
}

.faqIntro-2fz {
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.faq-item-27o {
  border-bottom: 1px solid var(--border);
}

.faq-item-27o:first-of-type {
  border-top: 1px solid var(--border);
  margin-top: var(--space-3);
}

.faq-q-352 {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 16px);
  padding: var(--space-3) 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  line-height: 1.4;
  transition: color .15s;
}

.faq-q-352:hover {
  color: var(--brand);
}

.faq-q-352::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-3);
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: var(--muted);
  transition: border-color .15s, color .15s, transform .2s;
}

.faq-q-352[aria-expanded="true"]::after {
  content: "\2013";
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(180deg);
}

.faq-a-1sm {
  padding: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}


/* disclaimer D */
/* Disclaimer D — centred block, link on separate line */

.dc-root-1u8 {
  padding: var(--space-3);
  text-align: center;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.dc-text-2qn {
  margin: 0 0 8px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.dcLink-2yw {
  display: inline-block;
  font-size: 12px;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dcLink-2yw:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .dc-root-1u8 { font-size: 12px; padding: var(--space-2); }
}


/* rg B */
/* RG B — two-line header (title + helpline) then sites row */

.rg-root-1q5 {
  padding: var(--space-3) var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: 13px;
  color: var(--muted);
}

.rg-title-oh {
  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-helpline-v4 {
  font-size: 12px;
  color: var(--muted);
}

.rg_sites-2u7 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rg-site-link-r2 {
  display: inline-block;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid rgba(var(--primary-rgb), .35);
  border-radius: var(--radius-3);
  text-decoration: none;
  transition: background .15s;
}

.rg-site-link-r2:hover {
  background: rgba(var(--primary-rgb), .08);
}


/* footer B */
/* Footer B — centered stacked: brand → nav → disclaimer → copyright */

.ftRoot-2dd {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--bg);
  border-top: 2px solid var(--primary);
  padding: var(--space-5) 0 var(--space-4);
  text-align: center;
}

.f-inner-97 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-3);
}

.ft-brand-1pu {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

.ft-logo-1cu {
  height: 40px;
  width: auto;
  display: block;
}

.ftNav-1by {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

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

.ft-nav-link-2gm:hover { color: var(--fg); }

.ftDisclaimer-2hy {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}

.ftCopy-1eo {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--space-1);
}

