/* FAQ styles are scoped to preserve the shared site. */
.faqPage { background: #faf7f2; color: #203852; font-size: 16px; line-height: 1.65; }
.faqPage * { box-sizing: border-box; }
.faqPage h1, .faqPage h2, .faqPage p, .faqPage a, .faqPage summary, .faqPage li { overflow-wrap: break-word; }
.faqPage p { font-size: 16px; line-height: 1.7; margin: 0 0 16px; }
.faqPage h2 { border: 0; color: #203852; font-size: 28px; font-weight: 700; letter-spacing: -0.4px; line-height: 1.3; margin: 0 0 20px; padding: 0; text-transform: none; }
.faqPage a { color: #24595c; text-decoration: underline; text-underline-offset: 3px; }
.faqPage a:hover { color: #203852; }
.faqPage a:focus-visible, .faqPage summary:focus-visible { outline: 3px solid #d6a84b; outline-offset: 4px; }
.faqPage .faqKicker { color: #24595c; font-size: 14px; font-weight: 700; letter-spacing: 1.3px; margin: 0 0 12px; text-transform: uppercase; }
.faqIntro { background: #203852; color: #fff; padding: 36px 0; }
.faqIntro .faqKicker { color: #cfe0dc; }
.faqIntro h1 { color: #fff; font-size: 44px; font-weight: 700; letter-spacing: -0.8px; line-height: 1.15; margin: 0 0 16px; }
.faqIntro p:last-child { font-size: 18px; margin: 0; }
.faqLayout { align-items: start; display: grid; gap: 48px; grid-template-columns: minmax(0, 0.75fr) minmax(0, 2fr); padding-top: 40px; padding-bottom: 56px; }
.faqLayout > * { min-width: 0; }
.faqSidebar nav { border-bottom: 1px solid #d7e1dc; padding-bottom: 24px; }
.faqSidebar nav a { border-left: 3px solid #d7e1dc; display: block; font-weight: 700; margin-top: 8px; padding: 10px 14px; text-decoration: none; }
.faqSidebar nav a:hover, .faqSidebar nav a:focus { background: #e4ece8; border-left-color: #2f6f73; }
.faqHelp { padding-top: 28px; }
.faqHelp h2 { font-size: 22px; margin-bottom: 12px; }
.faqHelp p { color: #52636a; }
.faqCall { display: inline-block; font-size: 18px; font-weight: 700; padding: 6px 0; }
.faqCall span { font-size: 16px; font-weight: 400; }
.faqPage .faqButton { background: #2f6f73; border: 2px solid #2f6f73; border-radius: 5px; color: #fff; display: block; font-weight: 700; line-height: 1.5; margin-top: 20px; padding: 12px 16px; text-align: center; text-decoration: none; }
.faqPage .faqButton:hover, .faqPage .faqButton:focus { background: #24595c; border-color: #24595c; color: #fff; }
.faqGroup { margin-bottom: 36px; scroll-margin-top: 24px; }
.faqGroup:last-child { margin-bottom: 0; }
.faqItem { background: #fff; border: 1px solid #d7e1dc; border-radius: 6px; margin-bottom: 12px; scroll-margin-top: 24px; }
.faqItem summary { color: #203852; cursor: pointer; display: list-item; font-size: 17px; font-weight: 700; line-height: 1.5; padding: 20px 24px; }
.faqItem summary::marker { color: #2f6f73; }
.faqItem summary:hover { background: #f2f6f4; border-radius: 6px; }
.faqItem[open] { border-color: #94b1ad; }
.faqItem[open] summary { border-bottom: 1px solid #d7e1dc; }
.faqAnswer { color: #394a50; padding: 20px 24px 24px; }
.faqAnswer p:last-child { margin-bottom: 0; }
.faqAnswer ul { margin: 0 0 16px; padding-left: 24px; }
.faqAnswer li { margin-bottom: 8px; }
.faqAnswer a { overflow-wrap: anywhere; }
@media (max-width: 991px) {
    .faqLayout { gap: 28px; grid-template-columns: minmax(0, 1fr) minmax(0, 2fr); }
}
@media (max-width: 767px) {
    .faqIntro { padding: 28px 0; }
    .faqIntro h1 { font-size: 36px; }
    .faqLayout { display: flex; flex-direction: column; gap: 28px; padding-top: 28px; padding-bottom: 36px; }
    .faqLayout > * { width: 100%; }
    .faqSidebar { display: contents; }
    .faqSidebar nav { order: 0; padding-bottom: 20px; width: 100%; }
    .faqSidebar nav a { display: inline-block; margin: 4px 12px 4px 0; }
    .faqQuestions { order: 1; }
    .faqHelp { border-top: 1px solid #d7e1dc; order: 2; padding-top: 24px; width: 100%; }
    .faqPage .faqButton { max-width: 320px; }
    .faqItem summary { padding: 18px; }
    .faqAnswer { padding: 18px; }
    .faqPage .faqGroup h2 { font-size: 26px; }
}
