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

/* header D */
/* Header D — minimal text-only brand, nav+CTA inline right */

.c_6deea {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 52px);
  background: transparent;
  transition: background .3s, height .25s;
}

.c_6deea.hd-scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 var(--border);
  height: calc(var(--hd-height, 52px) - 4px);
}

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

.c_44930 {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

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

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

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

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

.c_38215 {
  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_38215:hover { opacity: .88; }

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

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

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

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

.c_5cf82[hidden] { display: none !important; }
.c_5cf82 .c_38215 { margin-top: var(--space-2); text-align: center; border-radius: 999px; }

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


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

.c_2a3f1 {}

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

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


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

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

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


/* pros-cons A */
/* Pros-Cons A — two columns, card items with colored left borders */

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

.c_4da62 {
  margin: 0 0 var(--space-4);
  font-size: clamp(18px, 2.2vw, 26px);
  font-weight: 800;
  color: var(--skin-title);
  letter-spacing: -.02em;
}

.c_bde4b {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-3);
}
@media (max-width: 580px) { .c_bde4b { grid-template-columns: 1fr; } }

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

.c_50e2e {
  padding: var(--space-2) var(--space-3);
  font-weight: 700;
  font-size: 15px;
}

.c_e1903 .c_50e2e { background: rgba(46,204,113,.08); border-bottom: 1px solid rgba(46,204,113,.2); }
.c_8a1c8 .c_50e2e { background: rgba(231,76,60,.08);  border-bottom: 1px solid rgba(231,76,60,.2); }

.pc-pros-label { color: #2ecc71; }
.pc-cons-label { color: #e74c3c; }

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

.c_ab01c {
  padding: var(--space-2) var(--space-2) var(--space-2) 36px;
  border-radius: calc(var(--radius-1) - 2px);
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}

.pc-pro-item {
  background: rgba(46,204,113,.07);
  border-left: 3px solid #2ecc71;
  color: var(--text);
}
.pc-pro-item::before {
  content: '+';
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  color: #2ecc71;
  font-weight: 900;
  font-size: 16px;
}

.pc-con-item {
  background: rgba(231,76,60,.07);
  border-left: 3px solid #e74c3c;
  color: var(--text);
}
.pc-con-item::before {
  content: '−';
  position: absolute;
  left: 10px; top: 50%;
  transform: translateY(-50%);
  color: #e74c3c;
  font-weight: 900;
  font-size: 16px;
}


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

.c_b95e1 {
  overflow: hidden;
}

.c_c7ad7 {
  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_5bd3b {
  display: flex;
  flex-direction: column;
}

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

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

.c_6b96f: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_6b96f:first-child .c_16e44 {
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  font-weight: 700;
  font-size: 15px;
}

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

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

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

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

@media (max-width: 600px) {
  .c_c7ad7 { padding: var(--space-3); }
  .c_16e44, .c_95722 { font-size: 13px; }
  .c_6b96f { padding-left: var(--space-3); padding-right: var(--space-3); }
}


/* prose A */
/* Prose A — standard */

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

.c_25f53 {
  margin: 0 0 var(--space-3);
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 800;
  line-height: 1.2;
  color: var(--skin-title);
}

.c_6af80 {
  margin: var(--space-4) 0 var(--space-2);
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--text);
}

.c_5f4c9 {
  margin: 0 0 var(--space-3);
  font-size: 15px;
  line-height: 1.8;
  color: var(--muted);
}

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

.c_19ca0 {
  margin-bottom: var(--space-1);
  font-size: 15px;
  line-height: 1.7;
  color: var(--muted);
}

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

.c_5a71a {
  background: var(--skin-ac);
}

.c_14957 {
  padding: var(--space-2) var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--skin-bg);
}

.c_6821b tr:nth-child(even) {
  background: color-mix(in srgb, var(--skin-bc) 30%, transparent);
}

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

.c_e6ef1 {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: var(--radius-1, 4px);
  margin: var(--space-3) 0;
}


/* providers E */
/* Providers E — numbered accent cards (left color border, num + logo + name) */

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

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

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

.c_11271 {
  display: flex;
  align-items: center;
  gap: var(--space-3);
  padding: var(--space-3) var(--space-3);
  background: var(--surface);
  border: 1px solid var(--border);
  border-left: 3px solid var(--primary);
  border-radius: var(--radius-1);
  transition: background .15s, box-shadow .15s;
}

.c_11271:hover {
  background: rgba(var(--primary-rgb), .05);
  box-shadow: 0 2px 12px rgba(0,0,0,.25);
}

.c_7a891 {
  font-size: 11px;
  font-weight: 800;
  color: var(--primary);
  opacity: .6;
  letter-spacing: .03em;
  flex-shrink: 0;
  min-width: 22px;
}

.c_ffb31 {
  width: 80px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}

.c_c2eb7 {
  font-size: 13px;
  font-weight: 700;
  color: var(--fg);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

/* tab-style accordion */
.c_17b48 {
  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_41452 {
  font-size: 14px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

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

.c_3dd18 {
  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_736c5 {
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
}

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

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

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


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

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

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

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

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

.c_86b9d {
  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_e2a25 { grid-template-columns: 1fr; }
  .c_af3da { border-bottom: none; padding-bottom: 0; }
  .c_86b9d { padding-top: 2px; }
}


/* license E */
/* License E — definition list (regulator + number only) */

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

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

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

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

.c_b9d6f {
  margin: 0;
  padding: var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  font-size: 14px;
  color: var(--text);
  font-family: monospace;
}

@media (max-width: 480px) {
  .c_4bd5e { grid-template-columns: 1fr; }
  .c_30170 { border-bottom: none; padding-bottom: 0; }
  .c_b9d6f { padding-top: 2px; font-size: 13px; }
}


/* sticky-banner D */
/* Variant D — центрований банер-картка знизу
   HTML: bnRoot(relative, flex col) > bnClose(absolute) + bnBadge + bnTitle + bnSub + bnCta */

@keyframes bnCornerIn  { from { transform: translateX(-50%) translateY(80px); opacity: 0 } to { transform: translateX(-50%) translateY(0); opacity: 1 } }
@keyframes bnCornerOut { from { transform: translateX(-50%) translateY(0); opacity: 1 } to { transform: translateX(-50%) translateY(80px); opacity: 0 } }
@keyframes bnSlideUp   { from { transform: translateX(-50%) translateY(100%); opacity: 0 } to { transform: translateX(-50%) translateY(0); opacity: 1 } }
@keyframes bnSlideDown { from { transform: translateX(-50%) translateY(0); opacity: 1 } to { transform: translateX(-50%) translateY(100%); opacity: 0 } }
@keyframes bnFadeOut   { from { opacity: 1 } to { opacity: 0 } }

/* mobile-only keyframes (no translateX) */
@keyframes bnCornerInM  { from { transform: translateY(80px); opacity: 0 } to { transform: translateY(0); opacity: 1 } }
@keyframes bnCornerOutM { from { transform: translateY(0); opacity: 1 } to { transform: translateY(80px); opacity: 0 } }

.c_6b7e8 {
  position: fixed;
  bottom: 20px; left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  width: min(560px, calc(100vw - 32px));
  border-radius: var(--skin-r);
  background: var(--surface);
  border: 1px solid var(--border);
  box-shadow: 0 16px 56px rgba(0,0,0,.55);
  padding: 24px;
  display: flex; flex-direction: column;
  gap: 12px;
  box-sizing: border-box;
}
.c_6b7e8[hidden] { display: none; }

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

.c_2460b {
  display: inline-flex; align-items: center; align-self: flex-start;
  font-size: 11px; font-weight: 800;
  letter-spacing: .07em; text-transform: uppercase;
  padding: 4px 12px; border-radius: var(--skin-r); line-height: 1;
}
.c_c2f8f {
  margin: 0; font-weight: 900; font-size: 22px;
  line-height: 1.2; letter-spacing: -.02em;
  padding-right: 36px;
}
.c_26c98 { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.55; }
.c_2c5ca {
  display: block; text-align: center;
  padding: 14px 20px; border-radius: var(--skin-r);
  background: var(--skin-btn-bg); color: var(--skin-btn-c);
  font-weight: 800; font-size: 15px;
  text-decoration: none; cursor: pointer;
  transition: filter .15s, transform .15s;
  letter-spacing: .01em; margin-top: 4px;
}
.c_2c5ca:hover { filter: brightness(1.08); transform: translateY(-1px); }

@media (max-width: 600px) {
  .c_6b7e8 {
    bottom: 0; left: 0; right: 0;
    width: 100%;
    transform: none;
    border-radius: var(--radius-3) var(--radius-3) 0 0;
    padding: 20px 16px 24px;
  }
  .c_11010 { top: 12px; right: 12px; }
  .c_c2f8f { font-size: 18px; padding-right: 36px; }
  .c_26c98   { font-size: 13px; }
  .c_2c5ca   { padding: 12px 16px; font-size: 14px; }
}


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

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

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

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

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

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

.c_5d039[open] > .c_802bd::after {
  content: "\2212";
}

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

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

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


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

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

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

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

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

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

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

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

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


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

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

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

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

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

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


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

.c_4bb9a>* {
  position: relative;
}

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

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

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

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

.c_8e6c7 {
  width: 100%;
  text-align: left;
  background: transparent;
  border: 0;
  color: var(--text);
  font-weight: 700;
  font-size: clamp(14px, 1.2vw, 16px);
  padding: var(--space-3) 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-3);
  line-height: 1.4;
  transition: color .15s;
}

.c_8e6c7:hover {
  color: var(--brand);
}

.c_8e6c7::after {
  content: "+";
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: var(--radius-3);
  border: 1.5px solid var(--border);
  display: grid;
  place-items: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 1;
  color: var(--muted);
  transition: border-color .15s, color .15s, transform .2s;
}

.c_8e6c7[aria-expanded="true"]::after {
  content: "\2013";
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(180deg);
}

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


/* winners A */
/* Winners A — horizontal scrollable cards */

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

.c_48ef8 {
  margin: 0 0 var(--space-3);
  font-size: clamp(16px, 2vw, 22px);
  font-weight: 800;
  color: var(--skin-title);
  letter-spacing: -.02em;
}

.c_45397 {
  display: flex;
  gap: var(--space-2);
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.c_45397::-webkit-scrollbar { display: none; }

.c_57767 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  padding: 10px 14px;
  min-width: 200px;
}

.c_fd348 {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--primary);
  display: flex; align-items: center; justify-content: center;
  font-weight: 800; font-size: 1rem;
  color: #000;
  flex-shrink: 0;
}

.c_dc55a {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.c_93958 {
  font-size: 13px;
  font-weight: 700;
  color: var(--text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c_26245 {
  font-size: 16px;
  font-weight: 900;
  color: var(--primary);
  line-height: 1.1;
}

.c_ee571 {
  font-size: 11px;
  color: var(--muted);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


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

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

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

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

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


/* footer B */
/* Footer B — centered stacked: brand → nav → disclaimer → copyright */

.c_f3c5f {
  margin-top: var(--space-5);
  width: 100%;
  background: var(--bg);
  border-top: 2px solid var(--primary);
  padding: var(--space-5) 0 var(--space-4);
  text-align: center;
}

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

.c_1afce {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

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

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

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

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

.c_12e04 {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  max-width: 700px;
}

.c_9887d {
  font-size: 12px;
  color: var(--muted);
  margin-top: var(--space-1);
}

