
/* shell */
.c_a26c9{ padding:var(--section-gap, 40px) 0; }
.c_83dd8{ padding:var(--section-gap-dense, 16px) 0; }
.c_59dd8{ width:min(var(--container-w, 1100px), calc(100% - var(--space-5))); margin:0 auto; }
.c_a26c9:not(.c_83dd8) > .c_59dd8{ 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 B */
/* Header B — brand + nav left cluster, CTA far right */

.c_89058 {
  position: var(--hd-position, relative);
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height, 58px);
  background: var(--bg);
  border-bottom: 2px solid var(--primary);
  transition: height .25s ease, box-shadow .25s ease;
}

.c_89058.hd-scrolled {
  height: calc(var(--hd-height, 58px) - 8px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
}

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

.c_ed687 {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
  flex-shrink: 0;
  margin-right: var(--space-2);
}

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

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

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

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

.c_d3da3 {
  margin-left: auto;
  display: inline-block;
  padding: 8px 20px;
  background: transparent;
  color: var(--primary);
  border: 1.5px solid var(--primary);
  font-weight: 700;
  font-size: 13px;
  text-decoration: none;
  border-radius: var(--radius-1);
  transition: background .2s, color .2s;
  white-space: nowrap;
  flex-shrink: 0;
}

.c_d3da3:hover { background: var(--primary); color: var(--bg); }

.c_82a3c {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  flex-shrink: 0;
  margin-left: auto;
}

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

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

.c_33ec6 {
  display: flex;
  flex-direction: column;
  padding: var(--space-3) var(--space-4);
  background: var(--bg);
  border-top: 1px solid var(--primary);
  gap: var(--space-2);
}

.c_33ec6[hidden] { display: none !important; }
.c_33ec6 .c_39fc5 { font-size: 15px; padding: 10px 0; opacity: 1; color: var(--fg); border-bottom: 1px solid var(--border); }
.c_33ec6 .c_d3da3 { margin-left: 0; margin-top: var(--space-2); text-align: center; background: var(--primary); color: var(--bg); }

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


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

.c_1db2e>* {
  position: relative;
}

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

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

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

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

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

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

.c_8324a {
  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_e9a12 {
  width: 100%;
  background: var(--surface);
  border-top: 1px solid var(--border);
  padding: var(--space-5) 0 var(--space-3);
}

.c_9dcda {
  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_d928b {
  font-size: 18px;
  font-weight: 800;
  color: var(--primary);
  text-decoration: none;
  flex-shrink: 0;
}

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

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

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

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

.c_4a6c3 {
  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_691ff {
  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_9dcda { flex-direction: column; align-items: flex-start; gap: var(--space-3); }
  .c_51e04 { justify-content: flex-start; }
}

