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

/* header K */
/* Header K — centered brand: logo/name absolutely centered, nav left, CTA right */

.c_74ec9 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 62px);
  background: var(--bg);
  border-bottom: 1px solid rgba(255, 255, 255, .07);
  transition: background .3s, box-shadow .25s, height .25s;
}

.c_74ec9.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 8px);
  background: color-mix(in srgb, var(--bg) 92%, var(--surface));
  box-shadow: 0 4px 20px rgba(0, 0, 0, .45);
}

.c_88e4e {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
}

.c_793ed {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  white-space: nowrap;
}

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

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

.c_7bc18 {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  padding: 5px 10px;
  border-radius: 4px;
  transition: color .2s, background .2s;
  white-space: nowrap;
}

.c_7bc18:hover { color: var(--fg); background: rgba(255, 255, 255, .07); }

.c_bdf59 {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: 999px;
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_bdf59:hover { opacity: .88; }

.c_94445 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--space-2);
}

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

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

.c_3de4e {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: color-mix(in srgb, var(--bg) 97%, var(--surface));
  border-top: 1px solid rgba(255,255,255,.06);
  gap: var(--space-2);
}

.c_3de4e[hidden] { display: none !important; }
.c_3de4e .c_7bc18 { font-size: 15px; padding: 10px 0; color: rgba(255,255,255,.7); border-bottom: 1px solid rgba(255,255,255,.07); border-radius: 0; background: none; }
.c_3de4e .c_bdf59 { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

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


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

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

.c_2eb66 {
  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_710f3 {
  display: flex;
  align-items: center;
}

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

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

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

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


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

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

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

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

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

.c_3c2a2 {
  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_583b0[data-dark="light"]  .c_3c2a2 { background: linear-gradient(to bottom, rgba(0, 0, 0, .12), rgba(0, 0, 0, .28)); }
.c_583b0[data-dark="medium"] .c_3c2a2 { background: linear-gradient(to bottom, rgba(0, 0, 0, .3),  rgba(0, 0, 0, .5));  }
.c_583b0[data-dark="dark"]   .c_3c2a2 { background: linear-gradient(to bottom, rgba(0, 0, 0, .5),  rgba(0, 0, 0, .75)); }

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

.c_c2389 {
  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_70b5d {
  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_be355 {
  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_7c8a7 {
  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_ac476 {
  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_ac476:hover { opacity: .9; }

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

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

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

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

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

@media (max-width: 600px) {
  .c_aa6da::before { padding-top: 90%; }
  .c_c2389 { font-size: clamp(17px, 5vw, 26px); }
  .c_ac476 { padding: 10px 24px; font-size: 14px; }
  .c_51f6e { padding: 8px 18px; font-size: 12px; }
  .c_be355 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_c135a { width: 8px; height: 8px; }
}


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

.c_13a63 {}

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

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


/* overview D */
/* Overview D — prose + inline tag badges */

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

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

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

.c_4b700 {
  display: inline-block;
  padding: 4px 14px;
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .08);
  border: 1px solid rgba(var(--primary-rgb), .18);
  border-radius: var(--radius-1);
  line-height: 1.4;
}


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

.c_cf4ed {
  overflow: hidden;
}

.c_303a4 {
  padding: var(--card-pad) var(--card-pad) var(--space-3);
  margin: 0;
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  border-bottom: 1px solid var(--border);
}

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

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

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

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

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

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

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

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

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

@media (max-width: 600px) {
  .c_303a4 { padding: var(--space-3); }
  .c_30e9d, .c_a4a06 { font-size: 13px; }
  .c_43320 { padding-left: var(--space-3); padding-right: var(--space-3); }
}


/* promo F */
/* Promo F — prose */

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

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


/* lobby G */
/* Lobby G — dense badge grid: HOT/TOP/NEU pills, hover overlay with play button */

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

.c_38f85 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  margin-bottom: var(--space-4);
}

.c_a71b4 {
  margin: 0;
  font-size: clamp(calc(14px * var(--title-scale)), 2vw, calc(22px * var(--title-scale)));
  font-weight: 800;
  letter-spacing: -.01em;
  text-transform: uppercase;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_1fb13 {
  flex-shrink: 0;
  color: var(--fg-muted, rgba(255,255,255,.45));
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color .18s;
}

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

.c_288eb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(var(--card-min-w), 1fr));
  gap: var(--item-gap);
}

.c_ef7c8 {
  position: relative;
  aspect-ratio: var(--card-aspect);
  border-radius: calc(var(--radius-1) * .75);
  overflow: hidden;
  text-decoration: none;
  display: block;
  cursor: pointer;
  background: var(--border);
}

.c_90e37 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s;
}

.c_ef7c8:hover .c_90e37 { transform: scale(1.06); }

/* ── Badge pills ── */
.c_e1669 {
  position: absolute;
  top: 5px;
  left: 5px;
  display: flex;
  gap: 3px;
  flex-wrap: nowrap;
  pointer-events: none;
}

.c_469f1 {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .05em;
  line-height: 1.5;
  color: #fff;
}

.lb-badge-hot { background: #F97316; }
.lb-badge-top { background: #7C3AED; }
.lb-badge-neu { background: #EF4444; }

/* ── Hover overlay ── */
.c_c7e85 {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: rgba(0, 0, 0, .65);
  opacity: 0;
  transition: opacity .2s;
  padding: 8px;
}

.c_ef7c8:hover .c_c7e85 { opacity: 1; }

.c_7b5c4 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  text-shadow: 0 1px 4px rgba(0,0,0,.7);
  order: 2;
}

.c_322b9 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding-left: 3px;
  flex-shrink: 0;
  order: 1;
  transition: transform .15s, opacity .15s;
}

.c_ef7c8:hover .c_322b9 { transform: scale(1.08); }

/* ── Responsive ── */
@media (max-width: 480px) {
  .c_288eb { grid-template-columns: repeat(2, 1fr); }
  .c_469f1 { font-size: 8px; padding: 2px 4px; }
  .c_322b9 { width: 32px; height: 32px; font-size: 11px; }
  .c_7b5c4 { font-size: 11px; }
}


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

.c_3910e {
  padding: var(--card-pad);
  overflow: hidden;
}

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

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

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

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

.c_608d5:hover {
  animation-play-state: paused;
}

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

.c_8ba0a:hover {
  border-color: rgba(var(--primary-rgb), .4);
}

.c_bf93a {
  width: 100%;
  height: 44px;
  object-fit: contain;
}

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


/* payments F */
/* Payments F — definition list */

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

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

.c_48791 {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.c_df211 {
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
  padding-left: var(--space-2);
  border-left: 3px solid var(--primary);
}

.c_b3e9c {
  margin: 6px 0 0 0;
  padding-left: calc(var(--space-2) + 3px);
  font-size: 13px;
  line-height: 1.6;
  color: var(--text);
  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--space-3);
}

.c_dcf5e {
  color: var(--muted);
  font-weight: 500;
}

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


/* mobile B */
/* Mobile B — platform cards (name + badge header + feature bullet list) */

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

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

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

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

.c_8c3e6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-2);
  padding: 10px 14px;
  background: rgba(var(--primary-rgb), .05);
  border-bottom: 1px solid var(--border);
}

.c_f898f {
  font-size: 14px;
  font-weight: 800;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_e0791 {
  flex-shrink: 0;
  display: inline-block;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .12);
  border-radius: 99px;
}

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

.c_324cd {
  font-size: 13px;
  color: var(--text);
  padding-left: 14px;
  position: relative;
  line-height: 1.4;
}

.c_324cd::before {
  content: "›";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}


/* registration F */
/* Registration F — split layout (big number left, content right) */

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

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

.c_f9d02 {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.c_723af {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: var(--space-2);
  align-items: start;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
}

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

.c_87faa {
  font-size: 36px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  text-align: center;
  opacity: .65;
}

.c_4ac7c {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

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

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

@media (max-width: 480px) {
  .c_723af { grid-template-columns: 40px 1fr; }
  .c_87faa { font-size: 28px; }
}


/* login A */
/* Login A — prose article */

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

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

.c_7b8e5 {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.c_b881e {
  padding-bottom: var(--space-3);
  border-bottom: 1px solid var(--border);
}

.c_b881e:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

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

.c_ff2d2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text);
}


/* loyalty D */
/* Loyalty D — stripe blocks */

.c_882ce {
  padding: var(--card-pad);
  overflow: hidden;
}

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

.c_70fe5 {
  display: flex;
  flex-direction: column;
  border-radius: var(--radius-1);
  overflow: hidden;
}

.c_9cae7 {
  padding: var(--space-3);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.c_9cae7:nth-child(odd) {
  background: var(--bg);
}

.c_a4dee {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

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

.c_a8b01 {
  margin: 0;
  font-size: 13px;
  color: var(--text);
  line-height: 1.5;
}


/* license F */
/* License F — two-column split rows */

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

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

.c_25ef4 {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.c_691ce {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
}

.c_37af7 {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

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

.c_538b6 {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: .04em;
}

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

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

.c_9dfdf {
  font-size: 14px;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-family: monospace;
}

.c_1463d {
  margin: var(--space-1) 0 0;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.5;
}


/* security F */
/* Security F — definition list (feature / explanation) */

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

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

.c_e41b8 {
  margin: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 var(--space-3);
  align-items: baseline;
}

.c_5fa4f {
  font-weight: 700;
  font-size: 14px;
  color: var(--primary);
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  white-space: nowrap;
}

.c_c1896 {
  margin: 0;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  line-height: 1.6;
  color: var(--muted);
}

@media (max-width: 480px) {
  .c_e41b8 { grid-template-columns: 1fr; }
  .c_5fa4f { border-bottom: none; padding-bottom: 0; }
  .c_c1896 { padding-top: 2px; }
}


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

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

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

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

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

.c_ba000 {
  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_ba000::after {
  content: "+";
  margin-left: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--muted);
  transition: transform .2s;
}

.c_26648[open] > .c_ba000::after {
  content: "\2212";
}

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

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

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


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

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

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

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

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

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

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

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


/* disclaimer C */
/* Disclaimer C — compact inline paragraph */

.c_798e0 {
  padding: var(--space-2) var(--space-3);
  background: rgba(var(--primary-rgb), .04);
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}

.c_9b450 {
  margin: 0;
}

.c_107f2 {
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 2px;
  white-space: nowrap;
}

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

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


/* rg E */
/* RG E — 18+ badge + title, chips, helpline */

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

.c_77e5b {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), .12);
  color: var(--primary);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: -.02em;
}

.c_7229b {
  flex: 1 1 100%;
  margin: 0 0 4px;
  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_e0d61 {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
}

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

.c_a80a6 {
  flex: 1 1 100%;
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}


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

.c_f4fb3 {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--space-5) 0 var(--space-3);
}

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

.c_9678b {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

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

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

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

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

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

.c_8b116 {
  max-width: var(--container-w, 1100px);
  margin: var(--space-2) auto 0;
  padding: 0 var(--space-4);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {
  .c_21c58 { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .c_5925b { justify-content: flex-start; }
}

