.sl-faq-section-61630d89 {
    padding: 96px 20px;
}

.sl-faq-container-61630d89 {
    max-width: 1180px;
    margin: 0 auto;
}

.sl-faq-header-61630d89 {
    margin-bottom: 56px;
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeUpSL 0.8s forwards ease-out;
}

@keyframes fadeUpSL {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.sl-faq-eyebrow-61630d89 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.sl-faq-eyebrow-61630d89::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 2px;
    margin-right: 12px;
}

.sl-faq-heading-61630d89 {
    color: #0F1B2B;
    margin: 0;
}

.sl-faq-list-61630d89 {
    max-width: 780px;
    margin: 0;
}

.sl-faq-item-61630d89 {
    border-bottom: 1px solid rgba(15,27,43,0.1);
}

.sl-faq-item-button-61630d89 {
    width: 100%;
    background: transparent;
    border: none;
    padding: 24px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
}

.sl-faq-question-61630d89 {
    font-family: 'Space Grotesk', sans-serif;
    font-weight: 600;
    font-size: 1.04rem;
    color: #0F1B2B;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sl-faq-item-button-61630d89:hover .sl-faq-question-61630d89 {
    transform: translateX(6px);
}

.sl-faq-icon-61630d89 {
    font-size: 1.4rem;
    width: 1.4rem;
    height: 1.4rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275); /* bounce easing */
    flex-shrink: 0;
    margin-left: 16px;
}

.sl-faq-item-61630d89.active .sl-faq-icon-61630d89 {
    transform: rotate(45deg) scale(1.15);
}

.sl-faq-answer-wrapper-61630d89 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.sl-faq-item-61630d89.active .sl-faq-answer-wrapper-61630d89 {
    max-height: 240px;
}

.sl-faq-answer-61630d89 {
    padding-bottom: 24px;
    color: #3f4e5c; /* Darkened from #5B7083 for better contrast */
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (min-width: 600px) {
    .sl-faq-section-61630d89 {
        padding-left: 0;
        padding-right: 0;
    }
}