/* Central FAQ pages only; shared W3.CSS and site styles remain in place. */
.faqs {
    color: #192d41;
    line-height: 1.6;
    overflow-wrap: anywhere;
}

.faqs h1, .faqs h2, .faqs h3 {
    font-weight: 750;
    line-height: 1.25;
}

.faqs h2 {
    font-size: 1.5rem;
    margin: 8px 0 12px;
}

.faqs a:focus-visible {
    outline: 3px solid #ba7400;
    outline-offset: 4px;
}

.faqs [id] {
    scroll-margin-top: 24px;
}

.faqs-hero {
    background: linear-gradient(120deg, #001c36, #064c79);
    border-top: 4px solid #f4b942;
    padding: 28px 32px;
    color: #fff;
    border-radius: 5px 5px 0 0;
}

.faqs .faqs-hero h1 {
    color: #fff;
    font-size: clamp(1.85rem, 3.2vw, 2.8rem);
    margin: 12px 0 16px;
    line-height: 1.15;
}

.faqs-hero > p:not(.faqs-eyebrow) {
    color: #e0eaf2;
    max-width: 62ch;
    margin: 12px 0 22px;
    font-size: 1.05rem;
}

.faqs-eyebrow {
    color: #356080;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin: 0 0 8px;
}

.faqs-hero .faqs-eyebrow {
    color: #ffd36c;
}

.faqs-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    padding: 11px 18px;
    border-radius: 4px;
    background: #f4b942;
    color: #102a42;
    text-decoration: none;
    font-weight: 700;
}

.faqs-button:hover {
    background: #fff;
    color: #002244;
}

.faqs-hero a:focus-visible {
    outline-color: #fff;
}

.faqs-search {
    margin: 20px 0;
}

.faqs-search label {
    display: block;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

.faqs-search > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.faqs-search input {
    flex: 1 1 180px;
    min-width: 0;
    width: 100%;
    padding: 12px;
    border: 1px solid #aabcca;
    border-radius: 4px;
    background: #fff;
    color: #192d41;
    font: inherit;
    font-size: 16px;
}

.faqs-search button {
    border: 1px solid #f4b942;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
}

.faqs-search input:focus-visible, .faqs-search button:focus-visible {
    outline: 3px solid #ba7400;
    outline-offset: 3px;
}

.faqs-hero .faqs-search input:focus-visible, .faqs-hero .faqs-search button:focus-visible {
    outline-color: #fff;
}

.faqs-search > p, .faqs-questions .faqs-result-topic {
    font-size: .8rem;
    margin: 8px 0;
}

.faqs-search > p {
    color: #526779;
}

.faqs-hero .faqs-search > p {
    color: #d0e0ed;
}

.faqs-summary {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    border-top: 1px solid #52758f;
    margin-top: 24px;
    padding-top: 18px;
}

.faqs-summary strong {
    display: block;
    font-size: 1.7rem;
    line-height: 1.15;
}

.faqs-summary span {
    font-size: .8rem;
    color: #d0e0ed;
}

.faqs-panel {
    padding: 26px;
    margin-top: 24px;
    border-radius: 5px;
}

.faqs-muted, .faqs-empty {
    color: #526779;
}

.faqs-topic-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}

.faqs-topic {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #d6e1ea;
    border-top: 3px solid #064c79;
    border-radius: 5px;
    padding: 20px;
    color: #192d41;
    text-decoration: none;
    background: #fff;
}

.faqs-topic:hover {
    background: #f2f7fb;
    border-color: #64859f;
    border-top-color: #ba7400;
}

.faqs-topic h3 {
    font-size: 1.2rem;
    margin: 14px 0 8px;
}

.faqs-topic p {
    margin: 0 0 20px;
    color: #526779;
    font-size: .88rem;
}

.faqs-count {
    background: #edf3f7;
    color: #284861;
    font-weight: 700;
    font-size: .72rem;
    border-radius: 4px;
    padding: 4px 8px;
}

.faqs-topic-action {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid #e0e8ef;
    font-size: .82rem;
    font-weight: 700;
    color: #064c79;
}

.faqs-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 10px;
    align-items: center;
    margin-bottom: 16px;
    font-size: .82rem;
    color: #526779;
}

.faqs-breadcrumb a, .faqs-back, .faqs .faq-answer a {
    color: #064c79;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faqs-category-nav > div {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.faqs-category-nav a {
    padding: 10px 14px;
    border: 1px solid #c2d1de;
    border-radius: 4px;
    color: #064c79;
    font-size: .85rem;
    text-decoration: none;
}

.faqs-category-nav a:hover {
    background: #edf3f7;
}

.faqs-questions {
    list-style: none;
    padding: 0;
    margin: 0;
}

.faqs-questions li {
    padding: 16px 0;
    border-bottom: 1px solid #e0e8ef;
}

.faqs-questions li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.faqs-question-link, .faqs-resources a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #064c79;
    text-decoration: none;
    font-weight: 700;
    min-height: 44px;
}

.faqs-question-link h3 {
    color: inherit;
    font-size: 1.05rem;
    margin: 0;
}

.faqs-question-link:hover, .faqs-resources a:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.faqs-questions p {
    color: #526779;
    font-size: .92rem;
    margin: 6px 28px 0 0;
}

.faqs .faq-answer {
    font-size: 1.05rem;
    line-height: 1.8;
    max-width: 72ch;
}

.faqs article > .faqs-panel {
    margin-top: 0;
}

.faqs .faq-answer > :first-child {
    margin-top: 0;
}

.faqs .faq-answer li {
    margin-bottom: 8px;
}

.faqs .faq-answer img {
    max-width: 100%;
    height: auto;
}

.faqs-answer-footer {
    border-top: 1px solid #d6e1ea;
    padding-top: 20px;
    margin-top: 24px;
    font-size: .88rem;
    font-weight: 700;
}

.faqs-resources a {
    border-top: 1px solid #e0e8ef;
    padding: 12px 0;
    font-size: .9rem;
}

@media (max-width: 600px) {
    .faqs-hero, .faqs-panel {
        padding: 20px;
    }

    .faqs-topic-grid {
        grid-template-columns: minmax(0, 1fr);
    }

    .faqs .faqs-hero h1 {
        font-size: 1.85rem;
    }

    .faqs-summary {
        gap: 20px 28px;
    }

    .faqs-breadcrumb a, .faqs-back {
        display: inline-block;
        padding: 8px 0;
    }
}
