
/* shell */
.c_9d7f7{ padding:var(--shell-pad,var(--section-gap,40px)) 0 0; }
.c_ea549{ padding:var(--section-gap-dense,16px) 0 0; }
.c_2a289{ width:min(var(--shell-cw,var(--container-w,1100px)),calc(100% - var(--space-5))); margin:0 auto; }
.c_9d7f7:not(.c_ea549) > .c_2a289{ 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_9d7f7{ padding:var(--shell-pad-mobile,var(--shell-pad)) 0 0; } .c_ea549{ 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_6785e {
  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_6785e.hd-scrolled {
  background: var(--bg);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.08);
  height: calc(var(--hd-height, 52px) - 4px);
}

.c_6ab81 {
  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_8ec9e {
  text-decoration: none;
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: 1px;
  text-transform: uppercase;
  flex-shrink: 0;
}

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

.c_8d1ae {
  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_526f2 {
  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_60d47 {
  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_67e82 {
  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_d04bc {
  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_d04bc:hover { opacity: .9; }

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

.c_63fa9 {
  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_a147f,
.c_e3ea6 {
  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_a147f:hover,
.c_e3ea6:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_8d1ae { font-size: clamp(20px, 3.5vw, 38px); }
  .c_56858 { padding-left: 58px; padding-right: 58px; }
  .c_a147f, .c_e3ea6 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_f7ee0::before { padding-top: 90%; }
  .c_56858 { padding-left: 48px; padding-right: 48px; }
  .c_8d1ae { font-size: clamp(17px, 5vw, 26px); }
  .c_d04bc { padding: 11px 28px; font-size: 14px; }
  .c_35a84 { padding: 9px 20px; font-size: 13px; }
  .c_60d47 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_a147f, .c_e3ea6 { width: 34px; height: 34px; font-size: 20px; }
  .c_63fa9 { padding: 0 8px; }
}


/* hero C */
/* Hero C — accent border left, h1 + multi-paragraph intro chunks */

.c_366ef {
  border-left: 4px solid var(--primary);
  padding-left: 20px;
}

.c_48dce {
  margin: 0 0 18px;
  font-weight: 800;
  font-size: clamp(24px, 4vw, 38px);
  line-height: 1.2;
  letter-spacing: -.015em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_b75cb {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c_c4b54 {
  margin: 0;
  max-width: 700px;
  font-size: clamp(14px, 1.5vw, 17px);
  line-height: 1.7;
  color: var(--text);
}

@media (max-width: 600px) {
  .c_366ef { border-left-width: 3px; padding-left: 14px; }
  .c_48dce { font-size: 22px; margin-bottom: 12px; }
  .c_b75cb { gap: 10px; }
}


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

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

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


/* payments D */
/* Payments D — compact two-column table */

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

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

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

.c_acf7f + .c_acf7f .c_b99ff,
.c_acf7f + .c_acf7f .c_67bb4 {
  border-top: 1px solid var(--border);
}

.c_b99ff,
.c_67bb4 {
  padding: var(--space-2) 0;
  font-size: 14px;
  line-height: 1.5;
  vertical-align: top;
}

.c_b99ff {
  font-weight: 700;
  color: var(--primary);
  padding-right: var(--space-3);
  white-space: nowrap;
  width: 25%;
}

.c_67bb4 {
  color: var(--muted);
  font-weight: 400;
  line-height: 1.6;
}

@media (max-width: 480px) {
  .c_b99ff { white-space: normal; width: 35%; }
  .c_b99ff, .c_67bb4 { font-size: 13px; }
}


/* bonus C */
/* bonus C — definition list: colored values, row separators */

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

.c_1ed6e {
  margin: 0 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_fae85 {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: baseline;
  gap: 0;
}

.c_fc3cc {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  line-height: 1.5;
  padding: var(--space-2) var(--space-3) var(--space-2) 0;
  border-bottom: 1px solid var(--border);
  margin: 0;
  white-space: nowrap;
}

.c_ef115 {
  font-size: 14px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.5;
  padding: var(--space-2) 0 var(--space-2) var(--space-2);
  border-bottom: 1px solid var(--border);
  margin: 0;
  text-align: right;
}

/* last pair — no bottom border */
.c_fc3cc:last-of-type { border-bottom: none; }
.c_ef115:last-child   { border-bottom: none; }

@media (max-width: 500px) {
  .c_fae85 { grid-template-columns: 1fr; }
  .c_fc3cc { border-bottom: none; padding-bottom: 2px; font-size: 11px; text-transform: uppercase; letter-spacing: .05em; }
  .c_ef115 { padding-left: 0; margin-bottom: var(--space-2); }
}


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

.c_99def>* {
  position: relative;
}

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

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

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

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

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

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

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

.c_4db1c {
  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_a93b6 {
  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_aec08 {
  font-size: 12px;
  color: var(--muted);
}

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

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

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


/* footer C */
/* Footer C — two-column: brand+disclaimer left, nav right */

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

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

.c_2dbdd > div:first-child {
  flex: 1;
  min-width: 0;
}

.c_6186a {
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: var(--space-2);
}

.c_fab60 {
  height: 40px;
  width: auto;
  display: block;
  margin-bottom: var(--space-2);
}

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

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

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

.c_916e4 {
  font-size: 11px;
  color: var(--muted);
  line-height: 1.65;
  margin-top: var(--space-1);
}

.c_a56ec {
  max-width: var(--container-w, 1100px);
  margin: var(--space-3) auto 0;
  padding: var(--space-3) var(--space-4) 0;
  border-top: 1px solid var(--border);
  font-size: 12px;
  color: var(--muted);
}

@media (max-width: 640px) {
  .c_2dbdd { flex-direction: column; }
  .c_aaf02 { flex-direction: row; flex-wrap: wrap; }
}

