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

/* header H */
/* Header H — floating card: rounded card inset from viewport edges (best with position:fixed) */

/* Account for the 14px top offset so body padding compensates correctly */
:root { --hd-total: calc(var(--hd-height, 62px) + 22px); }

.hd-root-lj {
  position: var(--hd-position, relative);
  top: 14px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  width: auto;
  height: var(--hd-height, 62px);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .30);
  transition: box-shadow .3s, height .25s;
}

.hd-root-lj.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 6px);
  box-shadow: 0 10px 48px rgba(0, 0, 0, .52);
}

.hd-inner-b9 {
  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-cc {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  color: var(--primary);
  flex-shrink: 0;
}

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

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

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

.hd-nav-link-qk:hover { color: var(--fg); }

.hd-cta-lr {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s, transform .15s;
  white-space: nowrap;
  flex-shrink: 0;
}

.hd-cta-lr:hover { opacity: .88; transform: translateY(-1px); }

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

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

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

/* Dropdown hangs below the card with matching rounded bottom */
.hd-mobile-nav-qy {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 14px 14px;
  gap: var(--space-2);
}

.hd-mobile-nav-qy[hidden] { display: none !important; }
.hd-mobile-nav-qy .hd-cta-lr { margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  :root { --hd-total: calc(var(--hd-height, 62px) + 18px); }
  .hd-root-lj { left: 10px; right: 10px; top: 10px; }
  .hd-nav-b8 { display: none; }
  .hd-burger-u { display: flex; }
}


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

.bc-root-9a {
  padding: var(--space-2) var(--space-5);
}

.bc-list-da {
  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;
}

.bc-item-qx {
  display: flex;
  align-items: center;
}

.bc-link-ca {
  color: var(--fg);
  text-decoration: none;
}

.bc-link-ca:hover {
  color: var(--skin-ac);
}

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

.bc-current-bv {
  color: var(--fg);
}


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

.bn-root-lf {
  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);
}

.bn-root-lf::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

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

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

.bn-img-6e {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.bn-overlay-5 {
  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;
}

.bn-slide-mg[data-dark="light"]  .bn-overlay-5 { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.bn-slide-mg[data-dark="medium"] .bn-overlay-5 { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.bn-slide-mg[data-dark="dark"]   .bn-overlay-5 { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

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

.bn-title-73 {
  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-5j {
  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-au {
  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);
}

.bn-subtitle-iz {
  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-rh {
  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-rh:hover { opacity: .9; }

.bn-btn-secondary-kp {
  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;
}

.bn-btn-secondary-kp:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.bn-arrows-fp {
  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;
}

.bn-arrow-prev-ex,
.bn-arrow-next-al {
  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;
}

.bn-arrow-prev-ex:hover,
.bn-arrow-next-al:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .bn-title-73 { font-size: clamp(20px, 3.5vw, 38px); }
  .bn-overlay-5 { padding-left: 58px; padding-right: 58px; }
  .bn-arrow-prev-ex, .bn-arrow-next-al { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .bn-root-lf::before { padding-top: 90%; }
  .bn-overlay-5 { padding-left: 48px; padding-right: 48px; }
  .bn-title-73 { font-size: clamp(17px, 5vw, 26px); }
  .bn-btn-rh { padding: 11px 28px; font-size: 14px; }
  .bn-btn-secondary-kp { padding: 9px 20px; font-size: 13px; }
  .bn-badge-au { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .bn-arrow-prev-ex, .bn-arrow-next-al { width: 34px; height: 34px; font-size: 20px; }
  .bn-arrows-fp { padding: 0 8px; }
}


/* hero C */
/* Hero C — accent border left, h1 + multi-paragraph intro chunks */

.hero-root-8j {
  border-left: 4px solid var(--primary);
  padding-left: 20px;
}

.hero-title-fr {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.hero-chunks-kd {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.hero-chunk-f8 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.7;
  color: var(--text);
}

@media (max-width: 600px) {
  .hero-root-8j { border-left-width: 3px; padding-left: 14px; }
  .hero-title-fr { font-size: 22px; margin-bottom: 12px; }
  .hero-chunks-kd { gap: 10px; }
}


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

.ov-root-jc {
  padding: var(--card-pad);
}

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

.ov-tags-81 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.ov-tag-80 {
  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 C */
/* bonus C — definition list: colored values, row separators */

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

.bt-title-pp {
  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-list-hh {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0;
}

.bt-label-hl {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.5;
  padding: var(--space-2) var(--space-3) var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  white-space: nowrap;
}

.bt-value-6 {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.5;
  padding: var(--space-2) 0 var(--space-2) var(--space-2);
  border-bottom: 1px solid var(--border);
  margin: 0;
  text-align: right;
}

/* last pair — no bottom border */
.bt-label-hl:last-of-type { border-bottom: none; }
.bt-value-6:last-child   { border-bottom: none; }

@media (max-width: 500px) {
  .bt-list-hh { grid-template-columns: 1fr; }
  .bt-label-hl { border-bottom: none; padding-bottom: 2px; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
  .bt-value-6 { padding-left: 0; margin-bottom: var(--space-2); }
}


/* prose C */
/* Prose C — narrow blog-style column */

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

.pr-h2-ee {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 700;
  line-height: 1.25;
  color: var(--skin-title);
}

.pr-h3-3t {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(15px, 1.6vw, 20px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

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

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

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

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

.pr-th-18 {
  padding: var(--space-2);
  text-align: left;
  font-weight: 700;
  border-bottom: 2px solid var(--border);
  color: var(--text);
}

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

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


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

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

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

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

.pm-card-pd {
  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-lq {
  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-4v {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.pm-value-r8 {
  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;
}


/* prose B */
/* Prose B — wide, generous spacing */

.pr-root-30 {
  padding: var(--card-pad) calc(var(--card-pad) * 1.5) 0;
}

.pr-h2-42 {
  margin: 0 0 var(--space-4);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--skin-title);
  border-bottom: 2px solid var(--skin-ac);
  padding-bottom: var(--space-2);
}

.pr-h3-l9 {
  margin: var(--space-5) 0 var(--space-3);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
}

.pr-p-gk {
  margin: 0 0 var(--space-4);
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.pr-list-7o {
  margin: 0 0 var(--space-4);
  padding-left: var(--space-5);
}

.pr-li-pn {
  margin-bottom: var(--space-2);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.pr-table-ow {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--space-4);
  font-size: 15px;
}

.pr-thead-e2 {
  background: color-mix(in srgb, var(--primary) 15%, transparent);
}

.pr-th-9s {
  padding: var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--text);
}

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

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


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

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

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

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

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

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

.pv-tag-name-e8 {
  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-5n { min-width: 110px; }
}


/* mobile E */
/* Mobile E — accordion: details/summary per platform + feature chips inside */

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

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

/* accordion */
.mb-accordion-c0 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mb-details-rk {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  overflow: hidden;
  transition: border-color .15s;
}

.mb-details-rk[open] {
  border-color: var(--primary);
}

.mb-summary-da {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: 12px 14px;
  cursor: pointer;
  list-style: none;
  user-select: none;
  background: var(--bg);
}

.mb-summary-da::-webkit-details-marker { display: none; }

.mb-summary-da::after {
  content: "+";
  margin-left: auto;
  font-size: 16px;
  font-weight: 700;
  color: var(--muted);
  transition: transform .15s;
}

.mb-details-rk[open] .mb-summary-da::after {
  content: "−";
  color: var(--primary);
}

.mb-details-rk[open] .mb-summary-da {
  background: rgba(var(--primary-rgb), .05);
}

.mbPlatName {
  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-4x {
  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-body-ee {
  padding: 10px 14px 12px;
  background: var(--surface);
}

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

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


/* 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-dl {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
}
.bn-root-dl[hidden] { display: none; }

.bn-inner-dv {
  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;
}

.bn-close-ev {
  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;
}
.bn-close-ev:hover { color: var(--text); background: rgba(255,255,255,.08); }

.bn-label-41 {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 2px 10px; border-radius: var(--skin-r);
}
.bn-title-91 { margin: 0; font-weight: 800; font-size: clamp(16px,2vw,20px); }
.bn-sub-r5   { margin: 0; font-size: 13px; color: var(--muted); }
.bn-cta-65   {
  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-dv { padding: 16px 16px 20px; gap: 6px; }
  .bn-close-ev { top: 10px; right: 10px; width: 28px; height: 28px; font-size: 15px; }
  .bn-title-91 { font-size: 15px; padding: 0 32px; }
  .bn-sub-r5   { display: none; }
  .bn-cta-65   { max-width: 100%; padding: 12px 16px; font-size: 14px; }
}


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

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

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

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

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

.sp-summary-ft {
  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-ft::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.sp-details-7r[open] > .sp-summary-ft::after {
  content: "\2212";
}

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

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

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


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

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

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

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

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

.sc-summary-g8 {
  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-g8::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

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

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


/* license C */
/* License C — badge grid (minimal) */

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

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

.lc-grid-a4 {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
}

.lc-badge-rr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: var(--space-3) var(--space-4);
  border: 1px solid rgba(var(--primary-rgb), .18);
  border-radius: var(--radius-1);
  background: rgba(var(--primary-rgb), .06);
  text-align: center;
  min-width: 120px;
}

.lc-reg-la {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.lc-country-3i {
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
}


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

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

.faq-header-b9 {
  margin-bottom: var(--space-4);
}

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

.faq-subtitle-n0 {
  margin: 0;
  color: var(--muted);
}

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

.faq-item-rr {
  padding: var(--space-3);
  border-radius: var(--radius-2);
  border: 1px solid var(--border);
}

.faq-q-5f {
  margin: 0 0 var(--space-2);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.faq-a-2r {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}


/* disclaimer B */
/* Disclaimer B — aside with left accent bar */

.dc-root-f5 {
  display: flex;
  align-items: stretch;
  gap: var(--space-3);
  padding: var(--space-3);
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.dc-bar-la {
  flex-shrink: 0;
  width: 3px;
  border-radius: var(--radius-1);
  background: var(--primary);
}

.dc-text-ka {
  margin: 0 0 6px;
}

.dc-link-it {
  font-size: 12px;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.dc-link-it:hover {
  text-decoration: none;
}

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


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

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

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

.rg-sites-aq {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.rg-site-link-ht {
  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-ht:hover {
  background: rgba(var(--primary-rgb), .08);
}


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

.ft-root-dg {
  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;
}

.ft-inner-b0 {
  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-1d {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

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

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

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

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

.ft-disclaimer-gr {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}

.ft-copy-61 {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--space-1);
}

