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

/* header C */
/* Header C — two-row: brand row + full-width nav row */

/* Two-row total height on :root so body{padding-top:var(--hd-total)} can inherit it */
:root { --hd-total: calc(var(--hd-height, 54px) + 42px); }

.c_36d51 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s ease;
}

.c_36d51.hd-scrolled {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(10px);
}

.c_16bb0 {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: var(--hd-height, 54px);
  padding: 0 var(--space-4);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

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

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

/* Second row nav */
.c_89798 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  padding: 0 var(--space-4);
  border-top: 1px solid var(--border);
  height: 42px;
}

.c_679fa {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 var(--space-3);
  color: var(--muted);
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  border-bottom: 2px solid transparent;
  transition: color .2s, border-color .2s;
  white-space: nowrap;
}

.c_679fa:hover { color: var(--fg); border-bottom-color: var(--primary); }

.c_41ace {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary);
  color: var(--bg);
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: opacity .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_41ace:hover { opacity: .88; }

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

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

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

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

.c_2dd8c[hidden] { display: none !important; }
.c_2dd8c .c_41ace { margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  .c_89798 { display: none; }
  .c_4b8ed { display: flex; }
  :root { --hd-total: var(--hd-height, 54px); }
}


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

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

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

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

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

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

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


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

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

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

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

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

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

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

.c_91847 {
  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_255ad {
  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_1225d {
  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_304bf {
  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_2cfd6 {
  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_2cfd6:hover { opacity: .9; }

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

.c_eb038 {
  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_8639c,
.c_71148 {
  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_8639c:hover,
.c_71148:hover {
  background: rgba(0, 0, 0, 0.55);
}

@media (max-width: 768px) {
  .c_91847 { font-size: clamp(20px, 3.5vw, 38px); }
  .c_dec0b { padding-left: 58px; padding-right: 58px; }
  .c_8639c, .c_71148 { width: 38px; height: 38px; font-size: 22px; }
}

@media (max-width: 600px) {
  .c_bc167::before { padding-top: 90%; }
  .c_dec0b { padding-left: 48px; padding-right: 48px; }
  .c_91847 { font-size: clamp(17px, 5vw, 26px); }
  .c_2cfd6 { padding: 11px 28px; font-size: 14px; }
  .c_f920d { padding: 9px 20px; font-size: 13px; }
  .c_1225d { top: 10px; right: 10px; font-size: 10px; padding: 4px 10px; }
  .c_8639c, .c_71148 { width: 34px; height: 34px; font-size: 20px; }
  .c_eb038 { padding: 0 8px; }
}


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

.c_978d2 { text-align: center; }

.c_2f788 {
  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_62795 {
  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_c480e {
  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_2f788 { font-size: 26px; margin-bottom: 16px; }
  .c_62795 { font-size: 16px; margin-bottom: 12px; }
}


/* overview C */
/* Overview C — prose + DL sidebar */

.c_21b55 {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: var(--space-4);
  align-items: start;
  padding: var(--card-pad);
}

.c_65fab {
  min-width: 0;
}

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

.c_fb359 {
  margin: 0;
  min-width: 180px;
  max-width: 240px;
  padding: var(--space-3);
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
}

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

.c_5d9b6:first-child {
  margin-top: 0;
}

.c_e39c7 {
  margin: 2px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
  line-height: 1.4;
}

@media (max-width: 640px) {
  .c_21b55 { grid-template-columns: 1fr; }
  .c_fb359 { max-width: none; }
}


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

.c_2087d {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

@media (max-width: 600px) {
  .c_7f192 { padding: var(--space-3); }
  .c_8a42b, .c_43bd6 { font-size: 13px; }
  .c_fe927 { padding-left: var(--space-3); padding-right: var(--space-3); }
}


/* payments B */
/* Payments B — cards grid */

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

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

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

.c_e913d {
  padding: var(--space-3);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  background: var(--bg);
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px var(--space-2);
  align-items: start;
}

.c_f5e99 {
  grid-column: 1 / -1;
  margin: 0 0 var(--space-1);
  font-size: 15px;
  font-weight: 700;
  color: var(--primary);
  line-height: 1.3;
}

.c_79604 {
  font-size: 12px;
  font-weight: 600;
  color: var(--muted);
  white-space: nowrap;
}

.c_4be8f {
  font-size: 13px;
  font-weight: 600;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-align: right;
  min-width: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


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

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

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

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

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

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

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

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


/* providers A */
/* Providers A — full-width logo grid (lobby-style cards) */

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

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

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

.c_5dd4b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-2) var(--space-2);
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: var(--radius-1);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}

.c_5dd4b:hover {
  border-color: rgba(var(--primary-rgb), .4);
  box-shadow: 0 4px 20px rgba(0,0,0,.3);
  transform: translateY(-2px);
}

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

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

@media (max-width: 600px) {
  .c_e5c64 { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: var(--space-2); }
}


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

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

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


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

.c_20573 > * {
  position: relative;
}

.c_8ffb6 {
  margin-bottom: var(--space-4);
}

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

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

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

.c_a7e8c {
  padding: var(--space-3);
  border-radius: var(--radius-2);
  border: 1px solid var(--border);
}

.c_a2d21 {
  margin: 0 0 var(--space-2);
  font-weight: 700;
  font-size: 15px;
  line-height: 1.4;
}

.c_d2e9b {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}


/* rg E */
/* RG E — 18+ badge + title, chips, helpline */

.c_4457e {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-4);
  font-size: 13px;
  color: var(--muted);
}

.c_3e540 {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(var(--primary-rgb), .12);
  color: var(--primary);
  font-weight: 800;
  font-size: 11px;
  letter-spacing: -.02em;
}

.c_bd011 {
  flex: 1 1 100%;
  margin: 0 0 4px;
  font-size: 13px;
  font-weight: 700;
  color: var(--skin-title);
  text-shadow: 0 0 var(--skin-glow) var(--skin-glow-c);
  text-transform: uppercase;
  letter-spacing: .06em;
}

.c_ba4a6 {
  flex: 1 1 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 2px;
}

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

.c_bc8c7 {
  flex: 1 1 100%;
  margin: 0;
  font-size: 12px;
  color: var(--muted);
}


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

.c_60d9f {
  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_51468 {
  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_51468 > div:first-child {
  flex: 1;
  min-width: 0;
}

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

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

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

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

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

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

.c_52fed {
  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_51468 { flex-direction: column; }
  .c_5ad76 { flex-direction: row; flex-wrap: wrap; }
}

