.faq-section-b1986ba2 {
    background-color: #FFFFFF;
    padding: 100px 20px;
    width: 100%;
}
.faq-container-b1986ba2 {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}
.faq-label-b1986ba2 {
    font-family: "Archivo", "Inter", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #9EC141;
    text-transform: uppercase;
    display: block;
    margin-bottom: 12px;
}
.faq-headline-b1986ba2 {
    font-family: "Archivo Black", "Poppins", sans-serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    color: #1A1A1A;
    margin: 0 0 50px 0;
}
.faq-accordion-b1986ba2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.faq-item-b1986ba2 {
    border: 1px solid #EAEAEA;
    background-color: #FAFAFA;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    transition: all 0.3s ease;
}
.faq-item-b1986ba2.is-active {
    border-color: #9EC141;
    background-color: #FFFFFF;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}
.faq-trigger-b1986ba2 {
    width: 100%;
    background: none;
    border: none;
    outline: none;
    padding: 24px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    color: #1A1A1A;
    font-family: "Archivo", "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 700;
    transition: color 0.3s ease;
}
.faq-trigger-b1986ba2:hover {
    color: #9EC141;
}
.faq-trigger-b1986ba2::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 2px;
    background-color: #1A1A1A;
    transition: background-color 0.3s ease, transform 0.3s ease;
    margin-left: 20px;
    flex-shrink: 0;
}
.faq-item-b1986ba2.is-active .faq-trigger-b1986ba2::after {
    background-color: #9EC141;
    transform: rotate(180deg);
}
.faq-content-b1986ba2 {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.25, 1, 0.5, 1);
}
.faq-content-inner-b1986ba2 {
    padding: 0 32px 32px 32px;
    color: #4A4A4A;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}
@media (max-width: 767px) {
    .faq-section-b1986ba2 {
        padding: 60px 15px;
    }
    .faq-headline-b1986ba2 {
        font-size: 32px;
        margin-bottom: 30px;
    }
    .faq-trigger-b1986ba2 {
        font-size: 16px;
        padding: 20px 24px;
    }
    .faq-content-inner-b1986ba2 {
        padding: 0 24px 24px 24px;
        font-size: 15px;
    }
}
