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

.h-root-2jf {
  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;
}

.h-root-2jf.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-2ap {
  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);
}

.hdBrand-ts {
  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-26g { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; }

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

.hd-nav-link-d4 {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, text-shadow .2s;
  white-space: nowrap;
}

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

.hdCta-e3 {
  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;
}

.hdCta-e3: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-2re {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

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

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

.h-mobilenav-2we {
  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);
}

.h-mobilenav-2we[hidden] { display: none !important; }
.h-mobilenav-2we .hd-nav-link-d4 { font-size: 15px; padding: 10px 0; color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.07); text-shadow: none; }
.h-mobilenav-2we .hd-nav-link-d4:hover { color: #fff; text-shadow: none; }
.h-mobilenav-2we .hdCta-e3 { 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-1ew { display: none; }
  .hd-burger-12a { display: flex; }
}


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

.bc-root-14h {
  padding: var(--space-2) var(--space-5);
}

.bc-list-12t {
  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-9u {
  display: flex;
  align-items: center;
}

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

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

.bc_sep-qb {
  color: var(--muted);
  margin: 0 6px;
  font-size: 11px;
}

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


/* banner C */
/* Banner C — carousel with dots */

.bn_root-2e9 {
  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-2e9::before {
  content: "";
  display: block;
  padding-top: 56.25%; /* 16:9 */
}

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

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

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

.bn-overlay-2bz {
  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.3), rgba(0, 0, 0, 0.5));
  padding: var(--space-4);
  padding-bottom: 52px; /* room for dots */
  text-align: center;
}

.bn-slide-23u[data-dark="light"]  .bn-overlay-2bz { background: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .28)); }
.bn-slide-23u[data-dark="medium"] .bn-overlay-2bz { background: linear-gradient(to bottom, rgba(0, 0, 0, .3),  rgba(0, 0, 0, .5));  }
.bn-slide-23u[data-dark="dark"]   .bn-overlay-2bz { background: linear-gradient(to bottom, rgba(0, 0, 0, .5),  rgba(0, 0, 0, .75)); }

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

.bn-title-ol {
  margin: 0;
  font-size: clamp(22px, 3.5vw, 46px);
  font-weight: 800;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
  line-height: 1.2;
}

.bn-label-1n5 {
  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);
}

.b-badge-258 {
  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_sub-1np {
  margin: 0;
  font-size: clamp(13px, 1.8vw, 19px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.88);
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  line-height: 1.4;
}

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

.bn-btn-xf:hover { opacity: .9; }

.bn-btn-secondary-16f {
  display: inline-block;
  padding: 10px 24px;
  background: transparent;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  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-16f:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.bn-dots-1o5 {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.bnDot-is {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .45);
  cursor: pointer;
  transition: background .25s, transform .25s;
}

.bnDot-is[data-active] {
  background: #fff;
  transform: scale(1.35);
}

@media (max-width: 768px) {
  .bn-title-ol { font-size: clamp(18px, 3vw, 36px); }
}

@media (max-width: 600px) {
  .bn_root-2e9::before { padding-top: 90%; }
  .bn-title-ol { font-size: clamp(17px, 5vw, 26px); }
  .bn-btn-xf { padding: 10px 24px; font-size: 14px; }
  .bn-btn-secondary-16f { padding: 8px 18px; font-size: 12px; }
  .b-badge-258 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .bnDot-is { width: 8px; height: 8px; }
}


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

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

.h-title-2ru {
  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-1s6 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.h-chunk-2xd {
  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-2e4 { border-left-width: 3px; padding-left: 14px; }
  .h-title-2ru { font-size: 22px; margin-bottom: 12px; }
  .hero-chunks-1s6 { gap: 10px; }
}


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

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

.ov-text-pv {
  min-width: 0;
}

.ov-title-8y {
  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-300 {
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.ovDl-2l0 {
  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-1fw {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
  margin-top: var(--space-2);
}

.ov_dt-1fw:first-child {
  margin-top: 0;
}

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

@media (max-width: 640px) {
  .ov-root-1l0 { grid-template-columns: 1fr; }
  .ovDl-2l0 { max-width: none; }
}


/* bonus C */
/* bonus C — definition list: colored values, row separators */

.b-root-22u {
  padding: var(--card-pad);
}

.bt_title-gk {
  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-vi {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0;
}

.bt_label-ug {
  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;
}

.btValue-2l7 {
  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-ug:last-of-type { border-bottom: none; }
.btValue-2l7:last-child   { border-bottom: none; }

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


/* payments A */
/* Payments A — full multi-column table */

.p-root-1dq {
  padding: var(--card-pad);
}

.pmTitle-1r0 {
  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-9g {
  margin: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.p-table-1dq {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.pm-thead-d0 {
  border-bottom: 2px solid var(--primary);
}

.pm-th-wm {
  padding: var(--space-2) var(--space-2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  text-align: left;
  white-space: nowrap;
}

.pm_row-2e + .pm_row-2e .pm-td-1h6 {
  border-top: 1px solid var(--border);
}

.pm-td-1h6 {
  padding: var(--space-2);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  vertical-align: middle;
}

.pm_method-307 {
  font-weight: 700;
  white-space: nowrap;
}

@media (max-width: 600px) {
  .pm-th-wm, .pm-td-1h6 { padding: var(--space-1); font-size: 12px; }
}

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


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

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

.l-title-oy {
  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);
}

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

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

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

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

.lb-cardname-h {
  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-27q {
  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-27q:hover {
  opacity: .85;
}

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


/* providers F */
/* Providers F — CSS marquee auto-scroll strip (no JS) */

.pv-root-ss {
  padding: var(--card-pad);
  overflow: hidden;
}

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

@keyframes pvMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.pv-scroll-yd {
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 8%, black 92%, transparent);
}

.p-track-1df {
  display: flex;
  gap: var(--space-3);
  width: max-content;
  animation: pvMarquee 28s linear infinite;
}

.p-track-1df:hover {
  animation-play-state: paused;
}

.pv-card-2aa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  width: 140px;
  flex-shrink: 0;
  padding: var(--space-3) var(--space-2);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  text-align: center;
  transition: border-color .2s;
}

.pv-card-2aa:hover {
  border-color: rgba(var(--primary-rgb), .4);
}

.pv-logo-1b7 {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

.pv-name-1yv {
  font-size: 11px;
  font-weight: 700;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .05em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


/* support C */
/* Support C — compact list */

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

.sp_title-1b7 {
  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);
}

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

.spList-1uj {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.sp-item-2xg {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-3);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
}

.sp-item-2xg:last-child {
  border-bottom: none;
}

.sp-channel-2wq {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
}

.sp-hours-2ai {
  font-size: 13px;
  color: var(--muted);
  white-space: nowrap;
}


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

.faqRoot-e>* {
  position: relative;
}

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

.faq-intro-ec {
  margin: 0 0 var(--space-4);
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

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

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

.f-q-13l {
  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;
}

.f-q-13l:hover {
  color: var(--brand);
}

.f-q-13l::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;
}

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

.faqA-2wx {
  padding: 0 0 var(--space-3);
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}


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

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

.r-title-2p {
  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;
}

.r-helpline-k0 {
  font-size: 12px;
  color: var(--muted);
}

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

.rgSiteLink-ke {
  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;
}

.rgSiteLink-ke:hover {
  background: rgba(var(--primary-rgb), .08);
}


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

.f-root-1m {
  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-2xq {
  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-ir {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

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

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

.ft-navlink-1gz {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  transition: color .2s;
  white-space: nowrap;
}

.ft-navlink-1gz:hover { color: var(--primary); }

.ft-disclaimer-18p {
  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;
}

.ftCopy-143 {
  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-2xq { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .ft-nav-18f { justify-content: flex-start; }
}

