
/* shell */
.c_30bea{ padding:var(--section-gap, 40px) 0; }
.c_4a23b{ padding:var(--section-gap-dense, 16px) 0; }
.c_b2802{ width:min(var(--container-w, 1100px), calc(100% - var(--space-5))); margin:0 auto; }
.c_30bea:not(.c_4a23b) > .c_b2802{ 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 H */
/* Header H — floating card: rounded card inset from viewport edges (best with position:fixed) */

/* Account for the 14px top offset so body padding compensates correctly */
:root { --hd-total: calc(var(--hd-height, 62px) + 22px); }

.c_ac368 {
  position: var(--hd-position, relative);
  top: 14px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  width: auto;
  height: var(--hd-height, 62px);
  background: color-mix(in srgb, var(--surface) 90%, transparent);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: 0 4px 28px rgba(0, 0, 0, .30);
  transition: box-shadow .3s, height .25s;
}

.c_ac368.hd-scrolled {
  height: calc(var(--hd-height, 62px) - 6px);
  box-shadow: 0 10px 48px rgba(0, 0, 0, .52);
}

.c_cd6c7 {
  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_aa65f {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  color: var(--primary);
  flex-shrink: 0;
}

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

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

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

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

.c_d04ec {
  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, transform .15s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_d04ec:hover { opacity: .88; transform: translateY(-1px); }

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

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

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

/* Dropdown hangs below the card with matching rounded bottom */
.c_e4112 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: none;
  border-radius: 0 0 14px 14px;
  gap: var(--space-2);
}

.c_e4112[hidden] { display: none !important; }
.c_e4112 .c_e3cb1 { font-size: 15px; padding: 10px 0; color: var(--fg); border-bottom: 1px solid var(--border); }
.c_e4112 .c_d04ec { margin-top: var(--space-2); text-align: center; }

@media (max-width: 768px) {
  :root { --hd-total: calc(var(--hd-height, 62px) + 18px); }
  .c_ac368 { left: 10px; right: 10px; top: 10px; }
  .c_9f3d3 { display: none; }
  .c_eb588 { display: flex; }
}


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

.c_6cdd7>* {
  position: relative;
}

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

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

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

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

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

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

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


/* footer A */
/* Footer A — classic: brand left, nav center, bottom copyright */

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

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

.c_dc94a {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

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

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

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

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

.c_1bdaa {
  max-width: var(--container-w, 1100px);
  margin: var(--space-4) auto 0;
  padding: 0 var(--space-4);
  font-size: 11px;
  color: var(--muted);
  line-height: 1.6;
}

.c_9cc78 {
  max-width: var(--container-w, 1100px);
  margin: var(--space-2) auto 0;
  padding: 0 var(--space-4);
  font-size: 12px;
  color: var(--muted);
  text-align: center;
}

@media (max-width: 600px) {
  .c_d7c1a { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .c_d4708 { justify-content: flex-start; }
}

