.faq-container-59fe8079 {
    background-color: #001C34;
    padding: 80px 24px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.faq-inner-59fe8079 {
    max-width: 800px;
    margin: 0 auto;
}

.faq-heading-59fe8079 {
    color: #CCAB49;
    text-align: center;
    margin-bottom: 48px;
    font-weight: 700;
    line-height: 1.2;
}

.faq-accordion-list-59fe8079 {
    display: flex;
    flex-direction: column;
}

.faq-item-59fe8079 {
    border-bottom: 1px solid rgba(204, 171, 73, 0.25);
}

.faq-trigger-59fe8079 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border: none;
    padding: 24px 0;
    cursor: pointer;
    text-align: left;
    color: #CCAB49;
    font-weight: 600;
    font-size: 1.15rem;
    transition: color 0.3s ease;
    gap: 16px;
}

.faq-trigger-59fe8079:focus-visible {
    outline: 2px solid #CCAB49;
    outline-offset: 4px;
}

.faq-icon-59fe8079 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.faq-trigger-59fe8079[aria-expanded="true"] .faq-icon-59fe8079 {
    transform: rotate(180deg);
}

.faq-panel-59fe8079 {
    display: none;
    overflow: hidden;
}

.faq-content-59fe8079 {
    padding-bottom: 24px;
    color: #FFFFFF;
    line-height: 1.6;
    font-size: 1rem;
}

.faq-content-59fe8079 p {
    margin: 0 0 1em 0;
}
.faq-content-59fe8079 p:last-child {
    margin-bottom: 0;
}
