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

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

.c_c2cf2.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);
}

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

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

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

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

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

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

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

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

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

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

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

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

.c_99e45[hidden] { display: none !important; }
.c_99e45 .c_8d6f2 { font-size: 15px; padding: 10px 0; color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.07); text-shadow: none; }
.c_99e45 .c_8d6f2:hover { color: #fff; text-shadow: none; }
.c_99e45 .c_c4952 { 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) {
  .c_315a1 { display: none; }
  .c_886b3 { display: flex; }
}


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

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

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

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

.c_ed949[data-active] {
  opacity: 1;
  pointer-events: auto;
}

.c_1dc2d {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

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

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

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

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

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

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

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

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

.c_eec51:hover { opacity: .9; }

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

.c_3ca6a:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

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

.c_9c2fd,
.c_84974 {
  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;
}

.c_9c2fd:hover,
.c_84974:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_8f83b { font-size: clamp(20px, 3.5vw, 38px); }
  .c_1d11b { padding-left: 58px; padding-right: 58px; }
  .c_9c2fd, .c_84974 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_470cc::before { padding-top: 90%; }
  .c_1d11b { padding-left: 48px; padding-right: 48px; }
  .c_8f83b { font-size: clamp(17px, 5vw, 26px); }
  .c_eec51 { padding: 11px 28px; font-size: 14px; }
  .c_3ca6a { padding: 9px 20px; font-size: 13px; }
  .c_30301 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_9c2fd, .c_84974 { width: 34px; height: 34px; font-size: 20px; }
  .c_3151b { padding: 0 8px; }
}


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

.c_fd390 {}

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

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

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

.c_a127a::marker {
  color: var(--primary);
}

@media (max-width: 600px) {
  .c_b676e { font-size: 20px; margin-bottom: 14px; }
  .c_a95f3 { gap: 6px; }
}


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

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

.c_6bf7a {
  min-width: 0;
}

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

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

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

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

.c_5a232:first-child {
  margin-top: 0;
}

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

@media (max-width: 640px) {
  .c_c8ad7 { grid-template-columns: 1fr; }
  .c_16e77 { max-width: none; }
}


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

.c_9f906 {
  padding: var(--card-pad) var(--card-pad) 0;
}

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

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

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

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

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

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

.c_3ef04 {
  background: var(--skin-ac);
}

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

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

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

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


/* bonus D */
/* bonus D — stripe rows: bold zebra, first row hero, primary values */

.c_7a5f7 {
  overflow: hidden;
}

.c_c696f {
  padding: var(--card-pad) var(--card-pad) var(--space-3);
  margin: 0;
  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);
  border-bottom: 1px solid var(--border);
}

.c_5b12e {
  display: flex;
  flex-direction: column;
}

.c_4368a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: var(--space-2) var(--card-pad);
  gap: var(--space-3);
  transition: background .15s;
}

.c_4368a:nth-child(even) {
  background: var(--bg);
}

.c_4368a:first-child {
  background: linear-gradient(90deg,
    color-mix(in srgb, var(--primary) 15%, var(--surface)),
    var(--surface));
  padding-top: var(--space-3);
  padding-bottom: var(--space-3);
}

.c_4368a:first-child .c_c30f4 {
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-weight: 700;
  font-size: 15px;
}

.c_4368a:first-child .c_d162e {
  font-size: 17px;
  color: var(--primary);
}

.c_4368a:hover {
  background: color-mix(in srgb, var(--primary) 8%, transparent);
}

.c_c30f4 {
  font-size: 14px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.4;
}

.c_d162e {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  text-align: right;
  line-height: 1.4;
}

@media (max-width: 600px) {
  .c_c696f { padding: var(--space-3); }
  .c_c30f4, .c_d162e { font-size: 13px; }
  .c_4368a { padding-left: var(--space-3); padding-right: var(--space-3); }
}


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

.c_aab9e {
  padding: var(--card-pad) var(--card-pad) 0;
}

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

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

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

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

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

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

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

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

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


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

.c_b759f {
  padding: var(--card-pad);
}

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

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

.c_c9676 {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.c_91206 {
  border-bottom: 2px solid var(--primary);
}

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

.c_980cc + .c_980cc .c_d336a {
  border-top: 1px solid var(--border);
}

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

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

@media (max-width: 600px) {
  .c_d8aee, .c_d336a { padding: var(--space-1); font-size: 12px; }
}

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


/* sticky-banner A */
/* Variant A — горизонтальний sticky банер
   HTML: bnRoot > bnInner > div(bnLabel+bnTitle+bnSub) + bnCta + bnClose */

@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 } }

.c_4c049 {
  position: fixed;
  bottom: 0; left: 0; right: 0;
  z-index: 999;
  padding: 8px 16px;
  box-sizing: border-box;
}
.c_4c049[hidden] { display: none; }

.c_46090 {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 48px 14px 20px;
  border-radius: var(--skin-r);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 -4px 32px rgba(0,0,0,.45);
  box-sizing: border-box;
}

.c_aee20 {
  position: absolute;
  top: 50%; right: 12px;
  transform: translateY(-50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  color: var(--muted);
  font-size: 18px;
  width: 32px; height: 32px;
  display: grid; place-items: center;
  border-radius: var(--skin-r);
  transition: color .15s, background .15s;
  line-height: 1;
}
.c_aee20:hover { color: var(--text); background: rgba(255,255,255,.08); }

.c_fb26f {
  display: inline-block;
  font-size: 11px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 2px 8px; border-radius: var(--skin-r);
  margin-bottom: 2px;
}
.c_7e8ad { margin: 0; font-weight: 800; font-size: clamp(14px,1.4vw,17px); line-height: 1.3; }
.c_453f8  { margin: 2px 0 0; font-size: 13px; color: var(--muted); line-height: 1.4; }
.c_9d092  {
  flex-shrink: 0; margin-left: auto;
  display: inline-block; padding: 10px 24px;
  background: var(--skin-btn-bg); color: var(--skin-btn-c);
  border-radius: var(--skin-r); font-weight: 800; font-size: 14px;
  text-decoration: none; white-space: nowrap; cursor: pointer;
}

@media (max-width: 600px) {
  .c_4c049 { padding: 0; }
  .c_46090 {
    border-radius: 0;
    border-left: 0; border-right: 0; border-bottom: 0;
    padding: 12px 44px 12px 12px;
    gap: 8px; flex-wrap: wrap;
  }
  .c_453f8   { display: none; }
  .c_fb26f { margin-bottom: 0; }
  .c_7e8ad { font-size: 14px; }
  .c_aee20 { top: 12px; right: 8px; transform: none; width: 28px; height: 28px; font-size: 16px; }
  .c_9d092   { flex: 1 1 100%; text-align: center; margin-left: 0; padding: 10px 12px; font-size: 13px; }
}


/* support F */
/* Support F — prose paragraph */

.c_2aff6 {
  padding: var(--card-pad);
}

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

.c_9691b {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: var(--muted);
}


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

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

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

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

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

.c_c92db {
  margin: 0 0 var(--space-4);
  padding-left: var(--space-5);
}

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

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

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

.c_9a35d {
  padding: var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--text);
}

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

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


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

.c_1825d>* {
  position: relative;
}

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

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

.c_116cb {
  border-bottom: 1px solid var(--border);
}

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

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

.c_b7d09:hover {
  color: var(--brand);
}

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

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

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


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

.c_10a5a {
  padding: var(--space-3) var(--space-4);
  font-size: 13px;
  color: var(--muted);
}

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

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

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

.c_addd3:hover {
  border-color: var(--primary);
}

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

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

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


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

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

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

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

.c_a9cff {
  height: 40px;
  width: auto;
  display: block;
}

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

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

.c_84206:hover { color: var(--fg); }

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

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

