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

/* header F */
/* Header F — pill nav active, gradient brand, large CTA */

.c_16286 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 68px);
  background: linear-gradient(90deg, var(--surface) 0%, color-mix(in srgb, var(--surface) 85%, var(--bg)) 100%);
  border-bottom: 1px solid var(--border);
  transition: height .25s ease, box-shadow .25s ease;
}

.c_16286.hd-scrolled {
  height: calc(var(--hd-height, 68px) - 12px);
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(12px);
}

.c_774ee {
  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_1c2dd {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 21px;
  font-weight: 900;
  background: linear-gradient(90deg, var(--primary), var(--secondary, #fff));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  flex-shrink: 0;
}

.c_71191 { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; -webkit-text-fill-color: initial; }

.c_babca {
  display: flex;
  align-items: center;
  gap: 4px;
  flex: 1;
  justify-content: center;
}

.c_6e204 {
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 14px;
  border-radius: 999px;
  transition: background .2s, color .2s;
  white-space: nowrap;
}

.c_6e204:hover { color: var(--fg); background: rgba(128, 128, 128, 0.12); }
.c_6e204.hd-active { color: var(--bg); background: var(--primary); }

.c_3b21b {
  display: inline-block;
  padding: 10px 24px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: 999px;
  transition: transform .2s, box-shadow .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_3b21b:hover { transform: scale(1.04); box-shadow: 0 4px 16px color-mix(in srgb, var(--primary) 50%, transparent); }

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

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

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

.c_a6e00 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  gap: var(--space-2);
}

.c_a6e00[hidden] { display: none !important; }
.c_a6e00 .c_6e204.hd-active { color: var(--primary); background: none; }
.c_a6e00 .c_3b21b { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

@media (max-width: 768px) {
  .c_babca { display: none; }
  .c_4ee8f { display: flex; }
}


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

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

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

.c_f8dfa {
  display: flex;
  align-items: center;
}

.c_57fbe {
  color: var(--fg);
  text-decoration: none;
}

.c_57fbe:hover {
  color: var(--skin-ac);
}

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

.c_14fc3 {
  color: var(--fg);
}


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

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

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

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

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

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

.c_633a9[data-dark="light"]  .c_96eec { background: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .28)); }
.c_633a9[data-dark="medium"] .c_96eec { background: linear-gradient(to bottom, rgba(0, 0, 0, .3),  rgba(0, 0, 0, .5));  }
.c_633a9[data-dark="dark"]   .c_96eec { background: linear-gradient(to bottom, rgba(0, 0, 0, .5),  rgba(0, 0, 0, .75)); }

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

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

.c_170ba {
  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_79e48 {
  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_3db0b {
  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;
}

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

.c_e832e:hover { opacity: .9; }

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

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

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

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

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

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

@media (max-width: 600px) {
  .c_91892::before { padding-top: 90%; }
  .c_82b97 { font-size: clamp(17px, 5vw, 26px); }
  .c_e832e { padding: 10px 24px; font-size: 14px; }
  .c_980e8 { padding: 8px 18px; font-size: 12px; }
  .c_79e48 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_b8184 { width: 8px; height: 8px; }
}


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

.c_80b67 {}

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

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

@media (max-width: 600px) {
  .c_3ebf1 { font-size: 24px; margin-bottom: 14px; }
  .c_6ec3f { line-height: 1.6; }
}


/* overview A */
/* Overview A — prose + facts table */

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

.c_181e9 {
  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_ff114 {
  margin: 0 0 var(--space-4);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.c_29f77 {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

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

.c_4972c {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  width: 1%;
}

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


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

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

.c_24d5c {
  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_be796 {
  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_95476 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

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

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

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

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

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

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


/* bonus A */
/* bonus A — table with accent top bar and primary-colored values */

.c_3c10b {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.c_3c10b::before {
  content: "";
  display: block;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  position: absolute;
  top: 0; left: 0; right: 0;
  border-radius: var(--radius-2) var(--radius-2) 0 0;
}

.c_6f3b5 {
  margin: var(--space-2) 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);
}

.c_2b0d9 {
  width: 100%;
  border-collapse: collapse;
}

.c_e8173:first-child .c_88090,
.c_e8173:first-child .c_8907f {
  padding-top: var(--space-3);
}

.c_e8173 + .c_e8173 .c_88090,
.c_e8173 + .c_e8173 .c_8907f {
  border-top: 1px solid var(--border);
}

.c_e8173:hover .c_88090,
.c_e8173:hover .c_8907f {
  background: color-mix(in srgb, var(--primary) 6%, transparent);
}

.c_88090,
.c_8907f {
  padding: var(--space-2) 0;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: middle;
  transition: background .15s;
}

.c_88090 {
  color: var(--muted);
  font-weight: 500;
  padding-right: var(--space-3);
  white-space: nowrap;
}

.c_8907f {
  color: var(--primary);
  font-weight: 700;
  text-align: right;
}

@media (max-width: 600px) {
  .c_88090, .c_8907f { font-size: 13px; }
}

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


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

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

.c_33542 {
  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_d19b5 {
  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_22b44 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

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

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

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

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

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

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


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

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

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

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

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

.c_fcbaf:hover {
  transform: scale(1.03);
}

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

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

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

.c_5ed28:hover {
  opacity: .85;
}

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


/* providers A */
/* Providers A — full-width logo grid (lobby-style cards) */

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

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

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

.c_ead43 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-2) var(--space-2);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.c_ead43:hover {
  border-color: rgba(var(--primary-rgb), .4);
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  transform: translateY(-2px);
}

.c_ff04b {
  width: 100%;
  height: 52px;
  object-fit: contain;
  flex-shrink: 0;
}

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

@media (max-width: 600px) {
  .c_e146b { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-2); }
}


/* payments E */
/* Payments E — accordion details/summary */

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

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

.c_b78cc {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
}

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

.c_953a3[open] { background: var(--bg); }

.c_81388 {
  padding: var(--space-2) var(--space-3);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  color: var(--text);
  line-height: 1.3;
  list-style: none;
  display: flex;
  align-items: center;
  gap: var(--space-2);
}

.c_81388::-webkit-details-marker { display: none; }

.c_81388::before {
  content: "+";
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: var(--primary);
  color: var(--bg);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.c_953a3[open] > .c_81388::before { content: "\2212"; }

.c_dd1cd {
  padding: 0 var(--space-3) var(--space-2) calc(var(--space-3) + 20px + var(--space-2));
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c_dd1cd > div {
  display: flex;
  gap: var(--space-2);
}

.c_2dfba {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  min-width: 110px;
}

.c_14754 {
  font-size: 13px;
  font-weight: 600;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}


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

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

.c_ac7c4 {
  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_ff129 {
  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_8801a {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.9;
  color: var(--muted);
}

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

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

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

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

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

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


/* sticky-banner C */
/* Variant C — тонкий однорядковий sticky банер з таймером
   HTML: bnRoot > bnInner(relative, flex row) > bnLabel + bnTitle + bnTimer + bnCta + bnClose(absolute) */

@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 bnWipeIn  { from { clip-path: inset(0 100% 0 0); opacity: .5 } to { clip-path: inset(0 0 0 0); opacity: 1 } }
@keyframes bnWipeOut { from { clip-path: inset(0 0 0 0); opacity: 1 } to { clip-path: inset(0 100% 0 0); opacity: 0 } }

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

.c_79c04 {
  position: relative;
  display: flex; align-items: center; justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px 48px 10px 16px;
  background: var(--surface);
  border-top: 1px solid var(--border);
  box-sizing: border-box;
  width: 100%;
}

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

.c_74952 {
  font-size: 11px; font-weight: 800;
  letter-spacing: .06em; text-transform: uppercase;
  padding: 2px 8px; border-radius: var(--skin-r);
}
.c_210d2 { font-weight: 700; font-size: 14px; }
.c_b5415 {
  font-weight: 800; font-size: 14px;
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
  padding: 1px 8px; border-radius: var(--skin-r);
}
.c_d1ca3 {
  padding: 6px 16px; border-radius: var(--skin-r);
  background: var(--skin-btn-bg); color: var(--skin-btn-c);
  font-weight: 800; font-size: 13px;
  text-decoration: none; white-space: nowrap; cursor: pointer;
}

@media (max-width: 600px) {
  .c_79c04 { padding: 10px 42px 10px 12px; gap: 8px; }
  .c_74952 { display: none; }
  .c_210d2 { font-size: 13px; }
  .c_b5415 { font-size: 13px; }
  .c_d1ca3   { font-size: 12px; padding: 6px 10px; }
  .c_ad069 { right: 8px; width: 28px; height: 28px; font-size: 16px; }
}


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

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

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

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

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

.c_e9923 {
  background: var(--bg);
}

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

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

.c_48156:last-child {
  border-bottom: none;
}

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

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

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

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

.c_c7861 {
  color: var(--muted);
  font-size: 13px;
}

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


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

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

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

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

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

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

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

.c_37042[open] > .c_cc0a6::after {
  content: "\2212";
}

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

.c_1500e p {
  margin: 0 0 var(--space-1);
}

.c_1500e p:last-child {
  margin-bottom: 0;
}


/* security D */
/* Security D — checklist */

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

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

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

.c_9e0e4 {
  display: flex;
  align-items: baseline;
  gap: var(--space-2);
}

.c_7ec27::before {
  content: "✓";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  font-size: 13px;
  font-weight: 800;
  color: var(--bg);
  background: var(--primary);
  border-radius: 50%;
  flex-shrink: 0;
  line-height: 1;
}

.c_5825c {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.5;
}


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

.c_21f70>* {
  position: relative;
}

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

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

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

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

.c_7f9b5 {
  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_7f9b5:hover {
  color: var(--brand);
}

.c_7f9b5::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_7f9b5[aria-expanded="true"]::after {
  content: "\2013";
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(180deg);
}

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


/* disclaimer A */
/* Disclaimer A — aside box with info icon */

.c_82c1b {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  padding: var(--space-3);
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.c_79606 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), .10);
  color: var(--primary);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
}

.c_1fd7d {
  margin: 0;
}

.c_476da {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.c_476da:hover {
  text-decoration: none;
}

@media (max-width: 480px) {
  .c_82c1b { font-size: 12px; padding: var(--space-2); }
  .c_79606 { width: 20px; height: 20px; font-size: 11px; }
}


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

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

.c_41058 {
  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_37d83 {
  font-size: 12px;
  color: var(--muted);
}

.c_3dfbb {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

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

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


/* footer D */
/* Footer D — minimal: nav top row, brand + copyright bottom */

.c_672a4 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--bg);
  padding: var(--space-4) 0 var(--space-3);
}

.c_ddf3d {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4) var(--space-3);
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: center;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.c_c73b9 {
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color .2s;
  white-space: nowrap;
}

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

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

.c_afbe7 {
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
}

.c_e5ca8 {
  height: 36px;
  width: auto;
  display: block;
}

.c_f2a3a {
  font-size: 12px;
  color: var(--muted);
}

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

