.pf-faq-page {
    color: #071a38;
    background: #f6f9f9;
}

.pf-faq-hero {
    padding: 85px 0 110px;
    color: white;
    background:
        radial-gradient(circle at 80% 15%, rgba(101,215,203,.20), transparent 28%),
        linear-gradient(135deg, #071a38, #075c55);
}

.pf-faq-hero-content {
    max-width: 850px;
    text-align: center;
}

.pf-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #087b70;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.pf-faq-hero .pf-label {
    color: #91e1d8;
}

.pf-label::before {
    width: 25px;
    height: 2px;
    content: "";
    background: currentColor;
}

.pf-faq-hero h1 {
    margin: 17px 0 13px;
    color: white;
    font-size: clamp(39px, 6vw, 65px);
    letter-spacing: -.045em;
}

.pf-faq-hero p {
    max-width: 650px;
    margin: 0 auto;
    color: rgba(255,255,255,.72);
    line-height: 1.7;
}

.pf-search-box {
    max-width: 700px;
    min-height: 58px;
    margin: 32px auto 0;
    padding: 5px 6px 5px 17px;
    display: flex;
    align-items: center;
    gap: 11px;
    background: white;
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(0,0,0,.19);
}

.pf-search-box input {
    min-width: 0;
    flex: 1;
    color: #071a38;
    background: transparent;
    border: 0;
    outline: none;
    font: inherit;
}

.pf-search-box button {
    padding: 11px 14px;
    color: #087b70;
    background: #e9f6f4;
    border: 0;
    border-radius: 9px;
    cursor: pointer;
    font-weight: 850;
}

.pf-topic-links {
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.pf-topic-links button {
    padding: 8px 12px;
    color: rgba(255,255,255,.82);
    background: rgba(255,255,255,.09);
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    cursor: pointer;
    font-size: 11px;
    font-weight: 750;
}

.pf-faq-section {
    padding: 0 0 90px;
}

.pf-faq-layout {
    margin-top: -55px;
    position: relative;
    display: grid;
    grid-template-columns: 310px minmax(0,1fr);
    align-items: start;
    gap: 28px;
}

.pf-help-card {
    padding: 27px;
    background: white;
    border: 1px solid #dce7e5;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(7,26,56,.08);
}

.pf-help-icon {
    width: 49px;
    height: 49px;
    display: grid;
    place-items: center;
    color: white;
    background: #087b70;
    border-radius: 14px;
    font-size: 21px;
    font-weight: 900;
}

.pf-help-card h2 {
    margin: 21px 0 9px;
    font-size: 21px;
}

.pf-help-card > p {
    color: #68778e;
    font-size: 13px;
    line-height: 1.7;
}

.pf-primary-button {
    min-height: 46px;
    padding: 11px 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #087b70;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
}

.pf-help-card .pf-primary-button {
    width: 100%;
    margin-top: 9px;
}

.pf-contact-details {
    margin-top: 22px;
    padding-top: 18px;
    display: grid;
    gap: 13px;
    border-top: 1px solid #e0e8eb;
}

.pf-contact-details small,
.pf-contact-details strong {
    display: block;
}

.pf-contact-details small {
    margin-bottom: 3px;
    color: #8491a1;
    font-size: 10px;
    text-transform: uppercase;
}

.pf-contact-details strong {
    overflow-wrap: anywhere;
    font-size: 12px;
}

.pf-faq-content {
    padding: 30px;
    background: white;
    border: 1px solid #dce7e5;
    border-radius: 18px;
    box-shadow: 0 14px 40px rgba(7,26,56,.07);
}

.pf-faq-heading {
    margin-bottom: 22px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
}

.pf-faq-heading h2 {
    margin: 9px 0 0;
    font-size: clamp(27px,4vw,37px);
    letter-spacing: -.035em;
}

#faqResultCount {
    color: #718095;
    font-size: 12px;
    font-weight: 750;
}

.pf-accordion {
    display: grid;
    gap: 11px;
}

.pf-faq-item {
    overflow: hidden;
    border: 1px solid #dce5e8;
    border-radius: 13px;
}

.pf-faq-question {
    width: 100%;
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    color: #071a38;
    background: white;
    border: 0;
    cursor: pointer;
    text-align: left;
}

.pf-faq-question > span:first-child {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pf-faq-question small {
    color: #087b70;
    font-size: 10px;
    font-weight: 900;
}

.pf-faq-question strong {
    font-size: 14px;
    line-height: 1.5;
}

.pf-faq-toggle {
    width: 31px;
    height: 31px;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: #087b70;
    background: #e9f6f4;
    border-radius: 9px;
    font-size: 19px;
}

.pf-faq-item.is-open {
    border-color: rgba(8,123,112,.37);
}

.pf-faq-item.is-open .pf-faq-toggle {
    color: white;
    background: #087b70;
    transform: rotate(45deg);
}

.pf-faq-answer {
    padding: 0 63px 19px;
}

.pf-faq-answer p {
    margin: 0;
    color: #65768a;
    font-size: 13px;
    line-height: 1.75;
}

.pf-no-results {
    padding: 60px 20px;
    text-align: center;
}

.pf-no-results span {
    font-size: 30px;
}

.pf-no-results h3 {
    margin: 15px 0 6px;
}

.pf-no-results p {
    margin: 0;
    color: #68778e;
}

.pf-faq-cta {
    padding: 0 0 80px;
}

.pf-cta-card {
    padding: 37px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
    background: white;
    border: 1px solid #dce7e5;
    border-radius: 19px;
}

.pf-cta-card h2 {
    margin: 8px 0;
    font-size: clamp(27px,4vw,39px);
}

.pf-cta-card p {
    max-width: 680px;
    margin: 0;
    color: #68778e;
}

@media (max-width: 850px) {
    .pf-faq-layout {
        grid-template-columns: 1fr;
    }

    .pf-help-card {
        order: 2;
    }
}

@media (max-width: 600px) {
    .pf-faq-hero {
        padding: 65px 0 95px;
    }

    .pf-search-box button {
        display: none;
    }

    .pf-faq-content {
        padding: 20px 14px;
    }

    .pf-faq-heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .pf-faq-question {
        padding: 15px 13px;
    }

    .pf-faq-answer {
        padding: 0 45px 16px;
    }

    .pf-cta-card {
        padding: 28px 22px;
        align-items: flex-start;
        flex-direction: column;
    }

    .pf-cta-card .pf-primary-button {
        width: 100%;
    }
}