
/* v847 — FAQ page rebuild in XXX style */
.faq-xxx-page-hero-v847{
  background:#f5f8fd;
  padding:18px 0 10px;
}
.faq-xxx-page-hero-inner-v847{display:block}
.faq-xxx-hero-image-v847{
  display:block;
  width:100%;
  max-width:100%;
  border-radius:22px;
  border:1px solid #dce7f5;
  box-shadow:0 12px 32px rgba(15,35,70,.08);
}
.faq-xxx-shell-v847{
  background:#f5f8fd;
  padding:12px 0 34px;
}
.faq-xxx-grid-v847{
  display:grid;
  grid-template-columns:minmax(0,1fr) 340px;
  gap:28px;
  align-items:start;
}
.faq-xxx-main-v847{min-width:0}
.faq-xxx-breadcrumb-v847{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:8px;
  font-size:13px;
  margin:8px 0 18px;
  color:#5b6f92;
}
.faq-xxx-breadcrumb-v847 a{
  color:#1f66d1;
  text-decoration:none;
  font-weight:700;
}
.faq-xxx-title-v847{
  margin:0 0 8px;
  color:#0f2346;
  font-size:clamp(34px,4.4vw,60px);
  line-height:1.05;
  letter-spacing:-.03em;
  font-weight:900;
}
.faq-xxx-updated-v847{
  margin:0 0 18px;
  font-size:15px;
  color:#314a74;
}
.faq-xxx-intro-card-v847{
  display:flex;
  gap:18px;
  align-items:flex-start;
  padding:22px 24px;
  border:1px solid #d9e7fb;
  background:#fff;
  border-radius:20px;
  box-shadow:0 10px 28px rgba(15,35,70,.05);
  margin-bottom:18px;
}
.faq-xxx-intro-icon-v847,
.faq-xxx-topic-icon-v847,
.faq-xxx-help-icon-v847{
  flex:0 0 auto;
  width:48px;
  height:48px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:#eef5ff;
  border:1px solid #d4e2fb;
  color:#1f66d1;
  font-size:24px;
  font-weight:900;
}
.faq-xxx-intro-copy-v847 h2{
  margin:0 0 8px;
  color:#0f2346;
  font-size:24px;
  line-height:1.2;
}
.faq-xxx-intro-copy-v847 p{
  margin:0;
  color:#3b5278;
  font-size:16px;
  line-height:1.7;
}
.faq-xxx-chip-row-v847{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom:24px;
}
.faq-xxx-chip-v847{
  appearance:none;
  border:1px solid #d7e1ef;
  background:#fff;
  color:#23406f;
  padding:11px 16px;
  border-radius:999px;
  font-size:14px;
  font-weight:700;
  cursor:pointer;
  transition:all .18s ease;
}
.faq-xxx-chip-v847:hover,
.faq-xxx-chip-v847.is-active{
  background:#1f66d1;
  border-color:#1f66d1;
  color:#fff;
}
.faq-xxx-topic-stack-v847{
  display:grid;
  gap:16px;
}
.faq-xxx-topic-card-v847{
  border:1px solid #dce7f5;
  border-radius:20px;
  background:#fff;
  box-shadow:0 8px 24px rgba(15,35,70,.05);
  overflow:hidden;
}
.faq-xxx-topic-summary-v847{
  list-style:none;
  display:grid;
  grid-template-columns:auto 1fr auto auto;
  align-items:center;
  gap:16px;
  padding:20px 22px;
  cursor:pointer;
}
.faq-xxx-topic-summary-v847::-webkit-details-marker{display:none}
.faq-xxx-topic-title-v847{
  display:block;
  color:#0f2346;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
  margin-bottom:4px;
}
.faq-xxx-topic-desc-v847{
  display:block;
  color:#4d648d;
  font-size:15px;
  line-height:1.55;
}
.faq-xxx-topic-count-v847{
  width:40px;
  height:40px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#eef5ff;
  color:#1f66d1;
  font-weight:900;
  font-size:16px;
}
.faq-xxx-topic-chevron-v847{
  color:#0f2346;
  font-size:22px;
  line-height:1;
  transition:transform .18s ease;
}
.faq-xxx-topic-card-v847[open] .faq-xxx-topic-chevron-v847{
  transform:rotate(180deg);
}
.faq-xxx-topic-panel-v847{
  padding:0 22px 22px;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY{
  border:1px solid #dbe7f6;
  border-radius:16px;
  background:#fbfdff;
  margin-top:12px;
  overflow:hidden;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY:first-child{
  margin-top:0;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY summary{
  list-style:none;
  display:flex;
  gap:14px;
  align-items:flex-start;
  padding:18px 18px;
  cursor:pointer;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY summary::-webkit-details-marker{display:none}
.faq-xxx-question-list-v847 .vge-tv-faq-number-v787GY{
  flex:0 0 32px;
  width:32px;
  height:32px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#1f66d1;
  color:#fff;
  font-size:14px;
  font-weight:900;
  line-height:1;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY summary span:last-child{
  color:#0f2346;
  font-size:16px;
  line-height:1.5;
  font-weight:800;
}
.faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY{
  padding:0 18px 18px 64px;
  color:#35517b;
  font-size:15px;
  line-height:1.7;
}
.faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY p,
.faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY li{
  color:#35517b;
}
.faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY ul,
.faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY ol{
  margin:10px 0 0 18px;
}
.faq-xxx-help-card-v847{
  margin-top:22px;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:18px;
  border:1px solid #cfe0fb;
  background:#fff;
  border-radius:20px;
  padding:22px 24px;
  box-shadow:0 10px 26px rgba(15,35,70,.05);
}
.faq-xxx-help-copy-v847 h3{
  margin:0 0 6px;
  color:#0f2346;
  font-size:18px;
  line-height:1.25;
  font-weight:900;
}
.faq-xxx-help-copy-v847 p{
  margin:0;
  color:#4d648d;
  font-size:15px;
}
.faq-xxx-help-btn-v847{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:180px;
  padding:14px 20px;
  border-radius:14px;
  text-decoration:none;
  color:#fff;
  background:#1f66d1;
  font-weight:800;
}
.faq-xxx-trust-strip-v847{
  margin-top:22px;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px;
}
.faq-xxx-trust-item-v847{
  border:1px solid #dbe7f6;
  background:#fff;
  border-radius:18px;
  padding:18px 16px;
  text-align:center;
  box-shadow:0 8px 24px rgba(15,35,70,.04);
}
.faq-xxx-trust-item-v847 strong{
  display:block;
  color:#1f66d1;
  font-size:24px;
  line-height:1.15;
  font-weight:900;
  margin-bottom:4px;
}
.faq-xxx-trust-item-v847 span{
  color:#486284;
  font-size:14px;
  font-weight:700;
}
.faq-xxx-sidebar-wrap-v847{
  min-width:0;
}
.faq-xxx-sidebar-wrap-v847 .emergency-sidebar-v787FR,
.faq-xxx-sidebar-wrap-v847 .emergency-side-box-v787FR{
  width:100%;
}
.faq-xxx-sidebar-wrap-v847 .emergency-side-box-v787FR{
  background:#fff;
  border:1px solid #dce7f5;
  border-radius:20px;
  box-shadow:0 10px 24px rgba(15,35,70,.05);
  margin-bottom:16px;
}
.faq-xxx-sidebar-wrap-v847 .emergency-side-box-v787FR h3{
  color:#0f2346;
}
.faq-xxx-sidebar-wrap-v847 .emergency-side-btn-v787FR{
  border-radius:12px;
}
@media (max-width:1100px){
  .faq-xxx-grid-v847{
    grid-template-columns:minmax(0,1fr);
  }
}
@media (max-width:767px){
  .faq-xxx-page-hero-v847{padding-top:12px}
  .faq-xxx-title-v847{font-size:38px}
  .faq-xxx-intro-card-v847,
  .faq-xxx-help-card-v847{
    grid-template-columns:1fr;
    display:grid;
  }
  .faq-xxx-help-btn-v847{
    width:100%;
    min-width:0;
  }
  .faq-xxx-topic-summary-v847{
    grid-template-columns:auto 1fr auto;
  }
  .faq-xxx-topic-count-v847{order:3}
  .faq-xxx-topic-chevron-v847{display:none}
  .faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY{
    padding-left:18px;
  }
  .faq-xxx-trust-strip-v847{
    grid-template-columns:repeat(2,1fr);
  }
}
@media (max-width:480px){
  .faq-xxx-topic-summary-v847{
    padding:18px 16px;
    gap:12px;
  }
  .faq-xxx-topic-panel-v847{
    padding:0 16px 16px;
  }
  .faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY summary{
    padding:16px;
  }
  .faq-xxx-question-list-v847 .vge-tv-faq-answer-v787GY{
    padding:0 16px 16px;
  }
}


/* v848 — FAQ smooth polish layer: tighter hero crop, smoother spacing, cleaner accordions */
.faq-xxx-page-hero-v847{
  background:linear-gradient(180deg,#f6f9fd 0%,#f5f8fd 100%) !important;
  padding:18px 0 8px !important;
}
.faq-xxx-hero-image-v847{
  aspect-ratio:3.8/1 !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:24px !important;
  border:1px solid #d8e7f8 !important;
  box-shadow:0 18px 48px rgba(15,35,70,.10) !important;
}
.faq-xxx-shell-v847{padding-top:18px !important;}
.faq-xxx-grid-v847{gap:32px !important;}
.faq-xxx-title-v847{
  max-width:980px !important;
  margin-bottom:10px !important;
  letter-spacing:-.04em !important;
}
.faq-xxx-updated-v847{margin-bottom:20px !important;}
.faq-xxx-intro-card-v847{
  border-color:#cfe2fb !important;
  box-shadow:0 14px 34px rgba(15,35,70,.055) !important;
}
.faq-xxx-chip-row-v847{gap:9px !important;margin-bottom:26px !important;}
.faq-xxx-chip-v847{
  min-height:42px !important;
  box-shadow:0 8px 18px rgba(15,35,70,.035) !important;
}
.faq-xxx-topic-stack-v847{gap:18px !important;}
.faq-xxx-topic-card-v847{
  border-radius:22px !important;
  transition:box-shadow .22s ease,border-color .22s ease,transform .22s ease !important;
}
.faq-xxx-topic-card-v847:hover{
  border-color:#bdd8fb !important;
  box-shadow:0 14px 34px rgba(15,35,70,.075) !important;
}
.faq-xxx-topic-card-v847[open]{
  border-color:#b6d6fb !important;
  box-shadow:0 16px 38px rgba(15,35,70,.09) !important;
}
.faq-xxx-topic-summary-v847{
  min-height:96px !important;
  padding:22px 24px !important;
}
.faq-xxx-topic-icon-v847,
.faq-xxx-intro-icon-v847,
.faq-xxx-help-icon-v847{
  border-radius:16px !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.75) !important;
}
.faq-xxx-topic-title-v847{font-size:20px !important;}
.faq-xxx-topic-desc-v847{font-size:15px !important;color:#557096 !important;}
.faq-xxx-topic-count-v847{
  width:42px !important;height:42px !important;
  box-shadow:inset 0 0 0 1px #d8e7fb !important;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY{
  background:#ffffff !important;
  transition:border-color .18s ease,background .18s ease !important;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY:hover{border-color:#c3dcfb !important;background:#fbfdff !important;}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY[open]{border-color:#a8cdf8 !important;}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY summary{
  align-items:center !important;
  min-height:62px !important;
}
.faq-xxx-question-list-v847 .vge-tv-faq-item-v787GY summary span:last-child{font-weight:850 !important;}
.faq-xxx-help-card-v847,
.faq-xxx-trust-item-v847,
.faq-xxx-sidebar-wrap-v847 .emergency-side-box-v787FR{
  box-shadow:0 14px 34px rgba(15,35,70,.06) !important;
}
.faq-xxx-help-btn-v847{box-shadow:0 12px 24px rgba(31,102,209,.22) !important;}
.faq-xxx-help-btn-v847:hover{background:#1958bd !important;transform:translateY(-1px) !important;}
.faq-xxx-sidebar-wrap-v847{position:sticky !important;top:98px !important;}
@media (max-width:1100px){.faq-xxx-sidebar-wrap-v847{position:static !important;}.faq-xxx-hero-image-v847{aspect-ratio:3.1/1 !important;}}
@media (max-width:767px){
  .faq-xxx-page-hero-v847{padding-top:12px !important;}
  .faq-xxx-hero-image-v847{aspect-ratio:2.1/1 !important;border-radius:18px !important;}
  .faq-xxx-shell-v847{padding-top:14px !important;}
  .faq-xxx-title-v847{font-size:34px !important;line-height:1.08 !important;}
  .faq-xxx-intro-card-v847{padding:18px !important;}
  .faq-xxx-chip-v847{min-height:40px !important;padding:9px 13px !important;}
  .faq-xxx-topic-summary-v847{min-height:auto !important;padding:18px !important;}
  .faq-xxx-topic-title-v847{font-size:17px !important;}
}


/* v1031 — mobile FAQ hero compacting for faster access to questions */
.faq-mobile-title-v1031,
.faq-mobile-subtitle-v1031{display:none;}

@media (max-width:767px){
  .faq-xxx-page-hero-v847{display:none !important;}
  .faq-xxx-shell-v847{padding-top:8px !important;}
  .faq-xxx-grid-v847{gap:18px !important;}
  .faq-xxx-breadcrumb-v847{margin:2px 0 8px !important;gap:6px !important;font-size:12px !important;}
  .faq-xxx-main-v847 > .faq-xxx-title-v847{display:none !important;}
  .faq-mobile-title-v1031{display:block !important;margin:0 0 6px !important;color:#0f2346 !important;font-size:28px !important;line-height:1.08 !important;letter-spacing:-.03em !important;font-weight:900 !important;}
  .faq-mobile-subtitle-v1031{display:block !important;margin:0 0 10px !important;color:#35517b !important;font-size:14px !important;line-height:1.5 !important;}
  .faq-xxx-updated-v847{margin:0 0 12px !important;font-size:14px !important;}
  .faq-xxx-intro-card-v847{display:none !important;}
  .faq-xxx-chip-row-v847{display:none !important;}
  .faq-xxx-topic-stack-v847{gap:10px !important;}
  .faq-xxx-topic-card-v847{border-radius:16px !important;}
  .faq-xxx-topic-summary-v847{min-height:auto !important;padding:14px !important;gap:10px !important;}
  .faq-xxx-topic-icon-v847{width:38px !important;height:38px !important;font-size:18px !important;border-radius:12px !important;}
  .faq-xxx-topic-title-v847{font-size:16px !important;line-height:1.22 !important;margin-bottom:2px !important;}
  .faq-xxx-topic-desc-v847{font-size:13px !important;line-height:1.45 !important;}
  .faq-xxx-topic-count-v847{width:34px !important;height:34px !important;font-size:13px !important;}
  .faq-xxx-help-card-v847{margin-top:16px !important;padding:18px !important;}
  .faq-xxx-trust-strip-v847{margin-top:16px !important;gap:10px !important;}
}
