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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

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


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

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

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

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

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

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

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

.c_4d1bd {
  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_3e31b {
  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_beda9 {
  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_eb987 {
  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_54ee2 {
  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_54ee2:hover { opacity: .9; }

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

.c_3e73e {
  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_921d4,
.c_ad4ee {
  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_921d4:hover,
.c_ad4ee:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_4d1bd { font-size: clamp(20px, 3.5vw, 38px); }
  .c_21982 { padding-left: 58px; padding-right: 58px; }
  .c_921d4, .c_ad4ee { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_9ead3::before { padding-top: 90%; }
  .c_21982 { padding-left: 48px; padding-right: 48px; }
  .c_4d1bd { font-size: clamp(17px, 5vw, 26px); }
  .c_54ee2 { padding: 11px 28px; font-size: 14px; }
  .c_f8ef0 { padding: 9px 20px; font-size: 13px; }
  .c_beda9 { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_921d4, .c_ad4ee { width: 34px; height: 34px; font-size: 20px; }
  .c_3e73e { padding: 0 8px; }
}


/* hero B */
/* Hero B — centered, h1 + lead paragraph + sub paragraph */

.c_399fa { text-align: center; }

.c_69952 {
  margin: 0 0 24px;
  font-weight: 900;
  font-size: clamp(30px, 5.5vw, 52px);
  line-height: 1.1;
  letter-spacing: -.03em;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
}

.c_44abc {
  margin: 0 auto 16px;
  max-width: 640px;
  font-size: clamp(16px, 1.7vw, 20px);
  line-height: 1.65;
  font-weight: 500;
  color: var(--text);
}

.c_c720d {
  margin: 0 auto;
  max-width: 600px;
  font-size: clamp(14px, 1.4vw, 16px);
  line-height: 1.75;
  color: var(--text-muted, var(--text));
  opacity: .8;
}

@media (max-width: 600px) {
  .c_69952 { font-size: 26px; margin-bottom: 16px; }
  .c_44abc { font-size: 16px; margin-bottom: 12px; }
}


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

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

.c_8ceee {
  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_81c36 {
  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_8acdc {
  padding: var(--card-pad);
  position: relative;
  overflow: hidden;
}

.c_8acdc::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_38ec6 {
  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_2126e {
  width: 100%;
  border-collapse: collapse;
}

.c_cdd05:first-child .c_dd862,
.c_cdd05:first-child .c_845d6 {
  padding-top: var(--space-3);
}

.c_cdd05 + .c_cdd05 .c_dd862,
.c_cdd05 + .c_cdd05 .c_845d6 {
  border-top: 1px solid var(--border);
}

.c_cdd05:hover .c_dd862,
.c_cdd05:hover .c_845d6 {
  background: color-mix(in srgb, var(--primary) 6%, transparent);
}

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

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

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

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

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


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

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

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

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

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

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

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

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


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

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

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

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

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

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

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

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


/* prose B */
/* Prose B — wide, generous spacing */

.c_4a092 {
  padding: var(--card-pad) calc(var(--card-pad) * 1.5) 0;
}

.c_71d53 {
  margin: 0 0 var(--space-4);
  font-size: clamp(22px, 2.8vw, 34px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--skin-title);
  border-bottom: 2px solid var(--skin-ac);
  padding-bottom: var(--space-2);
}

.c_bcb2f {
  margin: var(--space-5) 0 var(--space-3);
  font-size: clamp(17px, 2vw, 24px);
  font-weight: 700;
  line-height: 1.3;
  color: var(--primary);
}

.c_d588e {
  margin: 0 0 var(--space-4);
  font-size: 16px;
  line-height: 1.85;
  color: var(--muted);
}

.c_174c1 {
  margin: 0 0 var(--space-4);
  padding-left: var(--space-5);
}

.c_964c5 {
  margin-bottom: var(--space-2);
  font-size: 15px;
  line-height: 1.75;
  color: var(--muted);
}

.c_422cb {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 var(--space-4);
  font-size: 15px;
}

.c_1be81 {
  background: color-mix(in srgb, var(--primary) 15%, transparent);
}

.c_632d0 {
  padding: var(--space-3);
  text-align: left;
  font-weight: 700;
  color: var(--text);
}

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

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


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

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

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

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

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

.c_f1600 {
  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_49e09 {
  padding: var(--space-2);
  color: var(--text);
  line-height: 1.5;
}

.c_2babc + .c_2babc .c_49e09 {
  border-top: 1px solid var(--border);
}

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

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

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


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

.c_8b780>* {
  position: relative;
}

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

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

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

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

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

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

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


/* rg B */
/* RG B — two-line header (title + helpline) then sites row */

.c_15bd4 {
  padding: var(--space-3) var(--space-4);
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  font-size: 13px;
  color: var(--muted);
}

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

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

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


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

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

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

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

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

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

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

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

