
/* shell */
.section-1yc{ padding:var(--section-gap, 40px) 0; }
.s-dense-1hr{ padding:var(--section-gap-dense, 16px) 0; }
.container-2ao{ width:min(var(--container-w, 1100px), calc(100% - var(--space-5))); margin:0 auto; }
.section-1yc:not(.s-dense-1hr) > .container-2ao{ 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 I */
/* Header I — top crown: 3px primary bar at top, nav links with slide-in underline */

.hd_root-2uj {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 60px);
  background: var(--surface);
  border-top: 3px solid var(--primary);
  border-bottom: 1px solid var(--border);
  transition: box-shadow .25s, height .25s;
}

.hd_root-2uj.hd-scrolled {
  height: calc(var(--hd-height, 60px) - 6px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, .3);
}

.hd_inner-2wh {
  max-width: var(--container-w, 1100px);
  margin: 0 auto;
  height: 100%;
  padding: 0 var(--space-4);
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: var(--space-4);
}

.hdBrand-3k {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 800;
  color: var(--fg);
  flex-shrink: 0;
}

.hd-logo-2xk { height: 32px; width: auto; display: block; }

.hdNav-2d4 {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 1;
  justify-content: center;
}

.hdNavLink-1ns {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 14px;
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: color .2s;
}

/* Slide-in underline aligned with header bottom border */
.hdNavLink-1ns::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--primary);
  transform: scaleX(0);
  transition: transform .22s ease;
}

.hdNavLink-1ns:hover { color: var(--fg); }
.hdNavLink-1ns:hover::after { transform: scaleX(1); }

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

.h-cta-18r:hover { opacity: .88; }

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

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

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

.hd-mobile-nav-11a {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--surface);
  border-top: 1px solid var(--border);
  gap: var(--space-2);
}

.hd-mobile-nav-11a[hidden] { display: none !important; }
.hd-mobile-nav-11a .hdNavLink-1ns { height: auto; padding: 10px 0; color: var(--fg); border-bottom: 1px solid var(--border); }
.hd-mobile-nav-11a .hdNavLink-1ns::after { display: none; }
.hd-mobile-nav-11a .h-cta-18r { margin: var(--space-2) 0 0; text-align: center; border-radius: var(--radius-1); }

@media (max-width: 768px) {
  .hdNav-2d4 { display: none; }
  .hd-burger-21e { display: flex; }
}


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

.f-root-1v4>* {
  position: relative;
}

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

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

.faq-item-mf {
  border-bottom: 1px solid var(--border);
}

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

.faq_q-1cb {
  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;
}

.faq_q-1cb:hover {
  color: var(--brand);
}

.faq_q-1cb::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;
}

.faq_q-1cb[aria-expanded="true"]::after {
  content: "\2013";
  border-color: var(--brand);
  color: var(--brand);
  transform: rotate(180deg);
}

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


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

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

.ft_inner-177 {
  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);
}

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

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

.ft-logo-192 {
  height: 32px;
  width: auto;
  display: block;
  margin-bottom: var(--space-2);
}

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

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

.ft-nav-link-fy:hover { color: var(--primary); }

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

.ftCopy-rs {
  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) {
  .ft_inner-177 { flex-direction: column; }
  .ft-nav-2g6 { flex-direction: row; flex-wrap: wrap; }
}

