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

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

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

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

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

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

.c_3ddc8 {
  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_e5b4b {
  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_62552 {
  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_68c3e {
  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_a7968 {
  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_a7968:hover { opacity: .9; }

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

.c_4fb2e {
  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_851ee,
.c_ea2aa {
  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_851ee:hover,
.c_ea2aa:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_3ddc8 { font-size: clamp(20px, 3.5vw, 38px); }
  .c_c2fcd { padding-left: 58px; padding-right: 58px; }
  .c_851ee, .c_ea2aa { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_72d9f::before { padding-top: 90%; }
  .c_c2fcd { padding-left: 48px; padding-right: 48px; }
  .c_3ddc8 { font-size: clamp(17px, 5vw, 26px); }
  .c_a7968 { padding: 11px 28px; font-size: 14px; }
  .c_f32f4 { padding: 9px 20px; font-size: 13px; }
  .c_62552 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_851ee, .c_ea2aa { width: 34px; height: 34px; font-size: 20px; }
  .c_4fb2e { padding: 0 8px; }
}


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

.c_9be2b {}

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

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


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

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

.c_c51a1 {
  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_c6e33 {
  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_e105b {
  padding: var(--card-pad);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-4);
}

.c_d2c35 {
  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_ff2c1 {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: var(--item-gap);
}

.c_d7456 {
  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_d7456:hover {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary), 0 4px 24px rgba(0,0,0,.25);
}

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

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

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

/* ── CTA ── */
.c_e2453 {
  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_e2453:hover { opacity: .85; }

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

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


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

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

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

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

.c_b4211 {
  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_96ccc {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

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


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

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

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

.c_d3e61 {
  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_d3e61:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-2);
}

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

.c_3de1e {
  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_d63f7 {
  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_d63f7:hover {
  opacity: .85;
}

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

.c_5e9d4 {
  margin: 28px 0;
  border-radius: var(--radius-1);
  overflow: hidden;
  line-height: 0;
}
.c_5e9d4 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_69fac {
  padding: var(--card-pad);
}

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

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

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

.c_55496 {
  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_55496:hover {
  border-color: rgba(var(--primary-rgb), .4);
  transform: translateY(-2px);
}

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

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

.c_1a1a8 .c_9762c {
  height: 64px;
}

.c_8977e {
  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_1a1a8 .c_8977e {
  font-size: 13px;
  color: var(--fg);
}

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


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

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

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

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

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

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

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

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

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

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

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

.c_f6881 {
  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_7e31f {
  padding: var(--card-pad);
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

.c_177f2 {
  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_6329a {
  padding: var(--space-2);
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
  vertical-align: top;
}

@media (max-width: 600px) {
  .c_19b2e { display: flex; flex-wrap: wrap; padding: var(--space-2) 0; }
  .c_18542 { width: auto; padding: 0 var(--space-1); }
  .c_177f2 { padding: 0 var(--space-1); white-space: normal; }
  .c_6329a { padding: var(--space-1); flex-basis: 100%; }
}


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

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

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

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

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

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

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

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

.c_185fa {
  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_93cce {
  padding: var(--card-pad);
}

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

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

.c_751ce {
  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_9938d {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

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

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

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


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

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

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

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

.c_3c395 {
  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_3d791 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
}

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


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

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

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

.c_cdf3e {
  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_5f6f1 {
  display: flex;
  flex-direction: column;
  gap: var(--item-gap);
  max-width: 900px;
  margin: 0 auto;
}

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

/* ── Toggle button ── */
.c_5d31e {
  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_5d31e:hover { color: var(--primary); }

/* Chevron via CSS border */
.c_5d31e::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_5d31e[aria-expanded="true"]::after {
  transform: rotate(-135deg) translateY(-3px);
}

/* ── Answer panel ── */
.c_dadc1 {
  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_dadc1[hidden] { display: none; }

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


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

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

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

.c_ff006 {
  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_ff006:hover {
  background: rgba(var(--primary-rgb), .08);
}

@media (max-width: 600px) {
  .c_4118a { 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;
}

