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

/* header J */
/* Header J — split panel: primary-bg brand zone extends to left viewport edge */

.c_3b87f {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 60px);
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s, height .25s;
}

.c_3b87f.hd-scrolled {
  height: calc(var(--hd-height, 60px) - 6px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .35);
  backdrop-filter: blur(10px);
}

.c_1ea0b {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  /* No left padding: brand provides its own */
  padding: 0 var(--space-4) 0 0;
  display: flex;
  align-items: center;
  gap: var(--space-3);
}

.c_c7856 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 800;
  color: var(--bg);
  height: 100%;
  padding: 0 var(--space-5) 0 var(--space-4);
  background: var(--primary);
  flex-shrink: 0;
  z-index: 1;
}

/* Primary color band extending to the left viewport edge */
.c_c7856::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 100vw;
  background: var(--primary);
}

/* Diagonal cut between primary and surface zones */
.c_c7856::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 22px;
  background: linear-gradient(to bottom right, var(--primary) 50%, transparent 50%);
  pointer-events: none;
}

.c_2f982 { height: calc(var(--hd-height, 64px) - 24px); width: auto; display: block; filter: brightness(0) invert(1); }

.c_a33ca {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  flex: 1;
  padding-left: var(--space-3);
}

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

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

.c_cef8f {
  margin-left: auto;
  display: inline-block;
  padding: 8px 22px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_cef8f:hover { opacity: .88; }

.c_25809 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
  margin-left: auto;
}

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

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

.c_70ed7 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border-top: 1px solid var(--border);
  gap: var(--space-2);
}

.c_70ed7[hidden] { display: none !important; }
.c_70ed7 .c_cef8f { margin-left: 0; margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  /* On mobile: restore full-width layout, hide the diagonal pseudo-elements */
  .c_1ea0b { padding: 0 var(--space-4) 0 0; }
  .c_c7856::before { display: none; }
  .c_c7856::after { display: none; }
  .c_a33ca { display: none; }
  .c_4b1e9 { display: flex; }
}


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

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

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

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

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

.c_a42f1 {
  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_a5979[data-dark="light"]  .c_a42f1 { background: linear-gradient(to bottom, rgba(0, 0, 0, .18), rgba(0, 0, 0, .35)); }
.c_a5979[data-dark="medium"] .c_a42f1 { background: linear-gradient(to bottom, rgba(0, 0, 0, .35), rgba(0, 0, 0, .55)); }
.c_a5979[data-dark="dark"]   .c_a42f1 { background: linear-gradient(to bottom, rgba(0, 0, 0, .55), rgba(0, 0, 0, .78)); }

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

.c_55828 {
  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_7673d {
  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_ee69c {
  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_d58fd {
  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_5c5ab {
  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_5c5ab:hover { opacity: .9; }

.c_db68b {
  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_db68b:hover {
  background: rgba(255, 255, 255, .12);
  border-color: #fff;
}

.c_cf580 {
  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_18d33,
.c_d3837 {
  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_18d33:hover,
.c_d3837:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_55828 { font-size: clamp(20px, 3.5vw, 38px); }
  .c_a42f1 { padding-left: 58px; padding-right: 58px; }
  .c_18d33, .c_d3837 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_d9d1d::before { padding-top: 90%; }
  .c_a42f1 { padding-left: 48px; padding-right: 48px; }
  .c_55828 { font-size: clamp(17px, 5vw, 26px); }
  .c_5c5ab { padding: 11px 28px; font-size: 14px; }
  .c_db68b { padding: 9px 20px; font-size: 13px; }
  .c_ee69c { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_18d33, .c_d3837 { width: 34px; height: 34px; font-size: 20px; }
  .c_cf580 { padding: 0 8px; }
}


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

.c_46481 {}

.c_5a64e {
  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_19912 {
  margin: 0;
  max-width: 760px;
  font-size: clamp(15px, 1.6vw, 18px);
  line-height: 1.7;
  color: var(--text);
}

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


/* overview B */
/* Overview B — prose only */

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

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


/* bonus E */
/* Bonus E — card grid: label + value + desc, centered title, CTA */

.c_23262 {
  padding: var(--card-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

.c_c8175 {
  margin: 0;
  font-size: clamp(calc(16px * var(--title-scale)), 2.2vw, calc(26px * var(--title-scale)));
  font-weight: 800;
  text-align: center;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

/* ── Card grid ── */
.c_4d051 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--item-gap);
}

.c_b098f {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: var(--space-2);
  padding: var(--space-5) var(--space-4);
  border-radius: var(--radius-1);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
  transition: border-color .2s, box-shadow .2s;
}

.c_b098f:hover {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary), 0 4px 24px rgba(0,0,0,.25);
}

.c_c68bd {
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.3;
}

.c_bd949 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 900;
  color: var(--primary);
  line-height: 1.2;
  letter-spacing: -.02em;
}

.c_d6989 {
  font-size: 13px;
  line-height: 1.6;
  color: var(--fg-muted, rgba(255,255,255,.5));
  white-space: pre-line;
}

/* ── CTA ── */
.c_5df61 {
  display: inline-block;
  padding: 13px 44px;
  border-radius: 999px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: .04em;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity .2s;
}

.c_5df61:hover { opacity: .85; }

/* ── Responsive ── */
@media (max-width: 640px) {
  .c_4d051 { grid-template-columns: repeat(2, 1fr); }
  .c_b098f { padding: var(--space-4) var(--space-3); }
  .c_bd949 { font-size: 20px; }
}

@media (max-width: 380px) {
  .c_4d051 { grid-template-columns: 1fr; }
}


/* promo B */
/* Promo B — cards grid */

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

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

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

.c_9cc4e {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
}

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

.c_55171 {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}


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

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

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

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

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

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

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

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

.c_5a270:hover {
  opacity: .85;
}

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

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


/* providers D */
/* Providers D — asymmetric grid: 2 featured large + dense rest */

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

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

.c_24651 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  margin-bottom: var(--space-3);
}

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

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

.c_13c51:hover {
  border-color: rgba(var(--primary-rgb), .4);
  transform: translateY(-2px);
}

.c_26b3b {
  padding: var(--space-4) var(--space-3);
  border-color: rgba(var(--primary-rgb), .2);
}

.c_8e962 {
  width: 100%;
  height: 48px;
  object-fit: contain;
}

.c_26b3b .c_8e962 {
  height: 64px;
}

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

.c_26b3b .c_cab22 {
  font-size: 13px;
  color: var(--fg);
}

@media (max-width: 480px) {
  .c_24651 { grid-template-columns: 1fr; }
}


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

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

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

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

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

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

.c_e3488 {
  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_e3488::-webkit-details-marker { display: none; }

.c_e3488::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_b2270[open] > .c_e3488::before { content: "\2212"; }

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

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

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

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


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

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

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

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

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

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

.c_7a459 {
  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_5f81b {
  border-bottom: 1px solid var(--border);
}

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

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

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

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

.c_f851f {
  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_804a7 {
  color: var(--muted);
  font-size: 13px;
}

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


/* registration B */
/* Registration B — table layout */

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

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

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

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

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

.c_702c2 {
  width: 40px;
  padding: var(--space-2);
  text-align: center;
  font-weight: 800;
  font-size: 18px;
  color: var(--primary);
  vertical-align: top;
}

.c_d2200 {
  padding: var(--space-2);
  font-size: 14px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  vertical-align: top;
  white-space: nowrap;
}

.c_7d215 {
  padding: var(--space-2);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  vertical-align: top;
}

@media (max-width: 600px) {
  .c_f4ab2 { display: flex; flex-wrap: wrap; padding: var(--space-2) 0; }
  .c_702c2 { width: auto; padding: 0 var(--space-1); }
  .c_d2200 { padding: 0 var(--space-1); white-space: normal; }
  .c_7d215 { padding: var(--space-1); flex-basis: 100%; }
}


/* login E */
/* Login E — collapsible details/summary */

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

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

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

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

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

.c_a51d4 {
  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_a51d4::-webkit-details-marker { display: none; }

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

.c_cf2b2[open] > .c_a51d4::before {
  content: "\2212";
}

.c_12314 {
  margin: 0;
  padding: 0 var(--space-3) var(--space-2) calc(var(--space-3) + 20px + var(--space-2));
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}


/* loyalty E */
/* Loyalty E — compact badge row */

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

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

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

.c_900ee {
  flex: 1 1 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 4px;
  padding: var(--space-3) var(--space-2);
  border-radius: 999px;
  border: 1px solid var(--border);
  background: var(--bg);
}

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

.c_4e297 {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.4;
}

.c_274b7 {
  font-size: 11px;
  color: var(--text);
  line-height: 1.4;
}

@media (max-width: 600px) {
  .c_900ee { flex: 1 1 100%; border-radius: 16px; }
}


/* support B */
/* Support B — cards (channel + hours) */

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

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

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

.c_daf1c {
  display: flex;
  flex-direction: column;
  gap: var(--space-1);
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
}

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

.c_5c02d {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.4;
}


/* security A */
/* Security A — simple prose paragraph */

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

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

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


/* license B */
/* License B — cards grid */

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

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

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

.c_89604 {
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
}

.c_ab0de {
  display: block;
  margin: 0 0 var(--space-1);
  font-size: 16px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.c_95959 {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  margin-bottom: var(--space-2);
}

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

.c_4cc9e {
  font-size: 13px;
  color: var(--text);
  font-family: monospace;
}


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

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

.c_1c0cc {
  margin: 0 0 8px;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

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

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

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


/* faq E */
/* FAQ E — card accordion: rounded cards per item, centered title, chevron, no icons */

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

.c_3b0d2 {
  margin: 0 0 var(--space-4);
  font-size: clamp(calc(18px * var(--title-scale)), 2.4vw, calc(28px * var(--title-scale)));
  font-weight: 800;
  text-align: center;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_eec70 {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  max-width: 900px;
  margin: 0 auto;
}

/* ── Card ── */
.c_7c411 {
  border-radius: var(--radius-1);
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
}

/* ── Toggle button ── */
.c_ad3f2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 18px 20px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--fg);
  transition: color .15s;
}

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

/* Chevron via CSS border */
.c_ad3f2::after {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-3px);
  transition: transform .22s;
  opacity: .7;
}

.c_ad3f2[aria-expanded="true"]::after {
  transform: rotate(-135deg) translateY(-3px);
}

/* ── Answer panel ── */
.c_f5929 {
  padding: 4px 20px 20px;
  font-size: 14px;
  line-height: 1.75;
  color: var(--fg-muted, rgba(255,255,255,.7));
  white-space: pre-line;
  border-top: 1px solid var(--border);
}

.c_f5929[hidden] { display: none; }

@media (max-width: 600px) {
  .c_ad3f2 { padding: 15px 16px; font-size: 14px; }
  .c_f5929      { padding: 4px 16px 16px; font-size: 13px; }
}


/* rg F */
/* RG F — compact single-line / flex row */

.c_d2831 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--space-2) var(--space-3);
  padding: var(--space-2) var(--space-4);
  font-size: 12px;
  color: var(--muted);
}

.c_d3b9e {
  font-size: 12px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-transform: uppercase;
  letter-spacing: .06em;
  white-space: nowrap;
}

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

.c_f3dd0 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-left: auto;
}

.c_141b0 {
  display: inline-block;
  padding: 2px 9px;
  font-size: 11px;
  font-weight: 600;
  color: var(--primary);
  border: 1px solid rgba(var(--primary-rgb), .35);
  border-radius: var(--radius-3);
  text-decoration: none;
  white-space: nowrap;
  transition: background .15s;
}

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

@media (max-width: 600px) {
  .c_f3dd0 { margin-left: 0; }
}


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

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

.c_ccee5 {
  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_c37b8 {
  color: var(--muted);
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  transition: color .2s;
  white-space: nowrap;
}

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

.c_e4d16 {
  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_84e33 {
  font-size: 15px;
  font-weight: 700;
  color: var(--muted);
}

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

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

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

