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

/* header B */
/* Header B — brand + nav left cluster, CTA far right */

.c_1b273 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 58px);
  background: var(--bg);
  border-bottom: 2px solid var(--primary);
  transition: height .25s ease, box-shadow .25s ease;
}

.c_1b273.hd-scrolled {
  height: calc(var(--hd-height, 58px) - 8px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

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

.c_703bd {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
  margin-right: var(--space-2);
}

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

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

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

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

.c_13676 {
  margin-left: auto;
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: background .2s, color .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_13676:hover { background: var(--primary); color: var(--bg); }

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

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

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

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

.c_8e5a8[hidden] { display: none !important; }
.c_8e5a8 .c_13676 { margin-left: 0; margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); }

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


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

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

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

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

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

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

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

.c_3596f {
  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_7e62d {
  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_834ed {
  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_bf8f3 {
  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_84747 {
  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_84747:hover { opacity: .9; }

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

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

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

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

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

@media (max-width: 600px) {
  .c_b8b79::before { padding-top: 90%; }
  .c_3596f { font-size: clamp(17px, 5vw, 26px); }
  .c_84747 { padding: 10px 24px; font-size: 14px; }
  .c_54ad3 { padding: 8px 18px; font-size: 12px; }
  .c_834ed { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_493b5 { width: 8px; height: 8px; }
}


/* hero F */
/* Hero F — two-column grid: split title left, intro right */

.c_6f128 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}

.c_2fcc5 {
  margin: 0 0 8px;
  font-weight: 900;
  font-size: clamp(26px, 4.5vw, 48px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_5d6e7 {
  margin: 0;
  font-size: clamp(15px, 2vw, 22px);
  font-weight: 500;
  line-height: 1.4;
  color: var(--primary);
}

.c_76482 {
  margin: 0;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.75;
  color: var(--text);
  align-self: center;
}

@media (max-width: 600px) {
  .c_6f128 { grid-template-columns: 1fr; gap: 16px; }
  .c_2fcc5 { font-size: 24px; margin-bottom: 4px; }
  .c_5d6e7 { font-size: 15px; }
}


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

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

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


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

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

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

.c_786bb {
  margin: var(--space-2) 0 var(--space-3);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  letter-spacing: -.015em;
  line-height: 1.2;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

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

.c_9d637:first-child .c_4f68f,
.c_9d637:first-child .c_3b698 {
  padding-top: var(--space-3);
}

.c_9d637 + .c_9d637 .c_4f68f,
.c_9d637 + .c_9d637 .c_3b698 {
  border-top: 1px solid var(--border);
}

.c_9d637:hover .c_4f68f,
.c_9d637:hover .c_3b698 {
  background: color-mix(in srgb, var(--primary) 6%, transparent);
}

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

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

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

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

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


/* promo D */
/* Promo D — accordion */

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

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

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

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

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

.c_8eca8[open] > .c_61280::after {
  content: "\2212";
}

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

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

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


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

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

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

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

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

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

.c_fe8ef {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
  line-height: 1.3;
}

.c_ecbc0 {
  display: inline-block;
  padding: 11px 28px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
}

.c_ecbc0:hover {
  opacity: .85;
}

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


/* providers C */
/* Providers C — flex-wrap cards: logo centered + name, comfortable sizing */

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

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

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

.c_d1e40 {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-3);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  flex: 1 1 140px;
  min-width: 130px;
  max-width: 200px;
  transition: border-color .2s, background .2s, transform .2s;
}

.c_d1e40:hover {
  border-color: rgba(var(--primary-rgb), .5);
  background: rgba(var(--primary-rgb), .06);
  transform: translateY(-2px);
}

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

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

@media (max-width: 480px) {
  .c_d1e40 { min-width: 110px; }
}


/* payments C */
/* Payments C — horizontal striped rows */

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

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

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

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

.c_dca42:nth-child(odd) { background: var(--bg); }
.c_dca42:nth-child(even) { background: var(--surface); }

.c_36bb7 {
  flex: 0 0 130px;
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.c_14909 {
  display: flex;
  flex-wrap: wrap;
  gap: 4px var(--space-3);
  font-size: 13px;
}

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

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

@media (max-width: 600px) {
  .c_dca42 { flex-direction: column; gap: 4px; }
  .c_36bb7 { flex: none; }
}


/* mobile C */
/* Mobile C — details/summary tabs per platform + feature list inside */

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

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

/* tab-style accordion */
.c_4cad7 {
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  overflow: hidden;
}

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

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

.mbDetails[open] {
  border-bottom-color: var(--primary);
}

.mbSummary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  padding: 12px 16px;
  cursor: pointer;
  background: var(--bg);
  user-select: none;
}

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

.mbDetails[open] .mbSummary {
  background: rgba(var(--primary-rgb), .06);
  border-bottom: 1px solid var(--border);
}

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

.mbDetails[open] .c_210e9 {
  color: var(--primary);
}

.c_c42e5 {
  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), .1);
  border-radius: 99px;
  white-space: nowrap;
}

.c_c9277 {
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
}

.c_d5280 {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.c_1341b {
  font-size: 13px;
  color: var(--text);
  padding-left: 16px;
  position: relative;
  line-height: 1.5;
}

.c_1341b::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
  font-size: 12px;
}


/* registration C */
/* Registration C — vertical timeline */

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

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

.c_8d22f {
  position: relative;
  padding-left: 36px;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.c_8d22f::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--border);
}

.c_3d263 {
  position: relative;
  display: flex;
  gap: var(--space-2);
}

.c_758da {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--primary);
  color: var(--bg);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-left: -36px;
}

.c_2bd58 {
  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_206dc {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}


/* login B */
/* Login B — cards grid */

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

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

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

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

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

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


/* loyalty A */
/* Loyalty A — grid cards */

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

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

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

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

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

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

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

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

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


/* security G */
/* Security G — highlighted callout blockquote */

.c_3e128 {
  padding: 0;
}

.c_9e160 {
  margin: 0;
  padding: var(--space-4);
  background: var(--skin-bg);
  border-left-width: calc(var(--skin-bw) + var(--skin-accent));
  border-left-color: var(--skin-ac);
  border-style: solid;
  border-width: var(--skin-bw);
  border-color: var(--skin-bc);
  border-radius: var(--skin-r);
  backdrop-filter: blur(var(--skin-blur));
}

.c_50ce7 {
  display: block;
  margin-bottom: var(--space-2);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  line-height: 1.3;
}

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


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

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

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


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

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

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

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

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

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

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

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

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


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

.c_31577>* {
  position: relative;
}

.c_b7e6f {
  margin: 0 0 var(--space-2);
  font-size: clamp(18px, 2.4vw, 26px);
}

.c_b768d {
  margin: 0 0 var(--space-3);
  color: var(--muted);
}

.c_5c3a9 {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: var(--space-3);
}

.c_d34e5 {
  margin: 0 0 var(--space-2);
  font-size: 16px;
}

.c_1362c {
  margin: 0;
  color: var(--muted);
}

.c_c99e8 {
  transition: transform .14s ease, border-color .14s ease, background .14s ease, box-shadow .14s ease;
}

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

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

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

.c_9c2e0 {
  margin: 0;
}

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

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

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


/* rg D */
/* RG D — accent border left, stacked layout */

.c_28cff {
  padding: var(--space-3) var(--space-3) var(--space-3) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  border-radius: 0 var(--radius-2) var(--radius-2) 0;
  box-shadow: var(--shadow-1);
  font-size: 13px;
  color: var(--muted);
}

.c_75e21 {
  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_d77c4 {
  margin: 0 0 var(--space-2);
  font-size: 12px;
  color: var(--muted);
}

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

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


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

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

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

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

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

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

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

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

