@import url('https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap');

.faq-section-94accc53 {
    background-color: #f5f7fa;
    padding: 100px 20px 80px;
    font-family: 'PT Sans', sans-serif;
    width: 100%;
}

.faq-container-94accc53 {
    max-width: 720px;
    margin: 0 auto;
}

.faq-headline-94accc53 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #002c77;
    margin-top: 0;
    margin-bottom: 64px;
    line-height: 1.2;
}

.faq-group-94accc53 {
    margin-bottom: 48px;
}

.faq-group-94accc53:last-child {
    margin-bottom: 0;
}

.faq-subhead-94accc53 {
    font-size: 24px;
    font-weight: 700;
    color: #002c77;
    margin-top: 0;
    margin-bottom: 24px;
    line-height: 1.3;
}

.faq-accordion-94accc53 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item-94accc53 {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 44, 119, 0.06);
    border-left: 4px solid transparent;
    transition: border-color 0.3s ease;
    overflow: hidden;
}

.faq-item-94accc53.is-open {
    border-left-color: #4b92db;
}

.faq-header-94accc53 {
    padding: 20px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.faq-title-94accc53 {
    font-size: 18px;
    font-weight: 700;
    color: #002c77;
    padding-right: 20px;
}

.faq-icon-94accc53 {
    color: #4b92db;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.faq-item-94accc53.is-open .faq-icon-94accc53 {
    transform: rotate(45deg);
}

.faq-body-94accc53 {
    display: none;
    padding: 0 24px 24px 24px;
}

.faq-content-94accc53 {
    font-size: 16px;
    font-weight: 400;
    color: #374151;
    line-height: 1.7;
}

.faq-content-94accc53 p {
    margin-top: 0;
    margin-bottom: 16px;
}

.faq-content-94accc53 p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .faq-section-94accc53 {
        padding: 60px 16px;
    }
    
    .faq-headline-94accc53 {
        font-size: 28px;
        margin-bottom: 40px;
    }
    
    .faq-subhead-94accc53 {
        font-size: 20px;
    }
    
    .faq-header-94accc53 {
        padding: 16px 20px;
    }
    
    .faq-body-94accc53 {
        padding: 0 20px 20px 20px;
    }
}
