
/* shell */
.c_519da{ padding:var(--section-gap, 40px) 0; }
.c_b0cef{ padding:var(--section-gap-dense, 16px) 0; }
.c_80bf2{ width:min(var(--container-w, 1100px), calc(100% - var(--space-5))); margin:0 auto; }
.c_519da:not(.c_b0cef) > .c_80bf2{ background:var(--skin-bg); border-radius:var(--skin-r); box-shadow:var(--skin-shadow); backdrop-filter: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; }

/* header G */
/* Header G — neon glow: dark bg, primary glow bottom edge, glowing CTA */

.c_3fd36 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 64px);
  background: var(--bg);
  box-shadow:
    0 1px 0 color-mix(in srgb, var(--primary) 55%, transparent),
    0 6px 32px color-mix(in srgb, var(--primary) 10%, transparent);
  transition: box-shadow .3s, height .25s;
}

.c_3fd36.hd-scrolled {
  height: calc(var(--hd-height, 64px) - 8px);
  box-shadow:
    0 1px 0 var(--primary),
    0 8px 48px color-mix(in srgb, var(--primary) 28%, transparent);
}

.c_986b8 {
  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-4);
}

.c_2e105 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 800;
  color: var(--primary);
  text-shadow: 0 0 22px color-mix(in srgb, var(--primary) 60%, transparent);
  flex-shrink: 0;
}

.c_85539 { height: 34px; width: auto; display: block; }

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

.c_f8e29 {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color .2s, text-shadow .2s;
  white-space: nowrap;
}

.c_f8e29:hover {
  color: #fff;
  text-shadow: 0 0 12px color-mix(in srgb, var(--primary) 70%, transparent);
}

.c_69b94 {
  display: inline-block;
  padding: 8px 22px;
  background: transparent;
  color: var(--primary);
  border: 1.5px solid color-mix(in srgb, var(--primary) 65%, transparent);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  box-shadow: 0 0 14px color-mix(in srgb, var(--primary) 18%, transparent);
  transition: background .2s, color .2s, border-color .2s, box-shadow .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_69b94:hover {
  background: var(--primary);
  color: var(--bg);
  border-color: var(--primary);
  box-shadow: 0 0 30px color-mix(in srgb, var(--primary) 55%, transparent);
}

.c_a2f24 {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
}

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

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

.c_cb600 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: color-mix(in srgb, var(--bg) 96%, var(--primary));
  border-top: 1px solid color-mix(in srgb, var(--primary) 25%, transparent);
  gap: var(--space-2);
}

.c_cb600[hidden] { display: none !important; }
.c_cb600 .c_f8e29 { font-size: 15px; padding: 10px 0; color: rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.07); text-shadow: none; }
.c_cb600 .c_f8e29:hover { color: #fff; text-shadow: none; }
.c_cb600 .c_69b94 { margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); border-color: var(--primary); box-shadow: none; }

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


/* banner A */
/* Banner A — single slide: full overlay centered */

.c_73259 {
  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_73259::before {
  content: "";
  display: block;
  padding-top: 42.857%; /* 21:9 aspect ratio */
}

.c_dcc82 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.c_75632 {
  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.4), rgba(0, 0, 0, 0.6));
  padding: var(--space-4);
}

.c_4570b {
  margin: 0;
  font-size: clamp(24px, 4vw, 48px);
  font-weight: 800;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 8px rgba(0, 0, 0, .5);
  line-height: 1.2;
}

.c_fc8b3 {
  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_601a2 {
  margin: 0;
  font-size: clamp(14px, 2vw, 20px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  line-height: 1.4;
}

.c_a34e4 {
  display: inline-block;
  padding: 14px 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, .3);
}

.c_a34e4:hover {
  opacity: .9;
}

@media (max-width: 600px) {
  .c_73259::before { padding-top: 56.25%; } /* 16:9 on mobile */
  .c_4570b { font-size: 20px; }
  .c_601a2 { font-size: 13px; }
  .c_a34e4 { padding: 12px 28px; font-size: 14px; }
}


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

.c_6c615 {}

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

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


/* overview A */
/* Overview A — prose + facts table */

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

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

.c_50e5e {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

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

.c_96e67 {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
  width: 1%;
}

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


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

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

.c_e8f76::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_200dd {
  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_b1f05 {
  width: 100%;
  border-collapse: collapse;
}

.c_983e2:first-child .c_32677,
.c_983e2:first-child .c_d8ad6 {
  padding-top: var(--space-3);
}

.c_983e2 + .c_983e2 .c_32677,
.c_983e2 + .c_983e2 .c_d8ad6 {
  border-top: 1px solid var(--border);
}

.c_983e2:hover .c_32677,
.c_983e2:hover .c_d8ad6 {
  background: color-mix(in srgb, var(--primary) 6%, transparent);
}

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

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

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

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

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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


/* providers A */
/* Providers A — logo grid (4-col) with name label */

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

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

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

.c_4b370 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-1);
  padding: var(--space-2);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
  text-align: center;
}

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

.c_af75e {
  font-size: 11px;
  font-weight: 600;
  color: var(--muted);
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}


/* payments A */
/* Payments A — full multi-column table */

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

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

.c_75d26 {
  width: 100%;
  border-collapse: collapse;
  min-width: 560px;
}

.c_5b8dd {
  border-bottom: 2px solid var(--primary);
}

.c_3d926 {
  padding: var(--space-2) var(--space-2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  text-align: left;
  white-space: nowrap;
}

.c_12836 + .c_12836 .c_c5b40 {
  border-top: 1px solid var(--border);
}

.c_c5b40 {
  padding: var(--space-2);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  vertical-align: middle;
}

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

@media (max-width: 600px) {
  .c_3d926, .c_c5b40 { padding: var(--space-1); font-size: 12px; }
}

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


/* mobile A */
/* Mobile A — H2 + intro + classic responsive table */

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

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

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

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

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

.c_c8d24 {
  padding: 10px 14px;
  text-align: left;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: var(--muted);
  border-bottom: 2px solid var(--border);
  white-space: nowrap;
}

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

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

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

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

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

.c_469ec {
  display: inline-block;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  background: rgba(var(--primary-rgb), .1);
  border-radius: 99px;
  white-space: nowrap;
}

.c_f06dd {
  color: var(--muted);
  font-size: 13px;
}

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


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

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

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

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


/* license A */
/* License A — four-column table */

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

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

.c_478f5 {
  width: 100%;
  border-collapse: collapse;
  min-width: 520px;
}

.c_4ff0b {
  border-bottom: 2px solid var(--primary);
}

.c_75db9 {
  padding: var(--space-2);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--primary);
  text-align: left;
  white-space: nowrap;
}

.c_e2147 + .c_e2147 .c_90d74 {
  border-top: 1px solid var(--border);
}

.c_90d74 {
  padding: var(--space-2);
  font-size: 14px;
  line-height: 1.5;
  color: var(--text);
  vertical-align: top;
}

.c_1a62a {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

.c_7abed {
  font-size: 13px;
  color: var(--muted);
}


/* support A */
/* Support A — full table */

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

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

.c_7ee4a {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}

.c_15adb {
  border-bottom: 2px solid var(--border);
}

.c_4c595 {
  text-align: left;
  padding: var(--space-2) var(--space-2);
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: var(--muted);
}

.c_e84b4 {
  padding: var(--space-2);
  color: var(--text);
  line-height: 1.5;
}

.c_74d53 + .c_74d53 .c_e84b4 {
  border-top: 1px solid var(--border);
}

.c_9a74e {
  font-weight: 700;
  color: var(--primary);
  white-space: nowrap;
}

@media (max-width: 580px) {
  .c_7ee4a, .c_15adb, .c_74d53, .c_e84b4, .c_4c595 {
    display: block;
    width: 100%;
  }
  .c_15adb { display: none; }
  .c_74d53 + .c_74d53 { margin-top: var(--space-2); }
  .c_74d53 + .c_74d53 .c_e84b4 { border-top: none; }
  .c_74d53 { border: 1px solid var(--border); border-radius: var(--radius-1); padding: var(--space-2); }
  .c_e84b4 { padding: 2px 0; }
  .c_e84b4::before { font-size: 11px; color: var(--muted); text-transform: uppercase; display: block; }
  .c_74d53 .c_e84b4:nth-child(2)::before { content: "Languages"; }
  .c_74d53 .c_e84b4:nth-child(3)::before { content: "Hours"; }
}

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


/* rg A */
/* RG A — compact aside: title + chip links + helpline */

.c_2bda9 {
  padding: var(--space-3) var(--space-4);
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}

.c_427df {
  margin: 0 0 var(--space-2);
  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_e6d93 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: var(--space-2);
}

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

.c_f0240 {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}


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

.c_29ce7>* {
  position: relative;
}

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

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

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

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

.c_6d587 {
  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_6d587:hover {
  color: var(--brand);
}

.c_6d587::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_6d587[aria-expanded="true"]::after {
  content: "\2013";
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(180deg);
}

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


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

.c_a1e6e {
  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_60098 {
  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_bb8e2 {
  margin: 0;
}

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

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

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


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

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

.c_73138 {
  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_dcd71 {
  font-size: 22px;
  font-weight: 900;
  color: var(--primary);
  letter-spacing: -0.5px;
}

.c_6a3a3 {
  height: 32px;
  width: auto;
  display: block;
}

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

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

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

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

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

