/* Shared homepage FAQ styles — imported by home-style.css and inner pages */
.home-layout {
    overflow-x: clip;
    max-width: 100%;
}

.home-faq__btn,
.home-faq__btn::after,
.home-faq__btn::before {
    box-sizing: border-box;
}

.home-faq__head {
    margin-bottom: clamp(28px, 4vw, 40px);
}

.home-faq__accordion .accordion-button::after {
    display: none !important;
}

.home-faq__more {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.home-faq-section {
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.home-faq-section::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: url(/images/HomeNew/webp/FAQback.webp) center center/cover no-repeat;
    pointer-events: none;
    z-index: 0;
}
.home-faq {
    position: relative;
    z-index: 1;
    max-width: 976px;
    margin: 0 auto;
}
.home-faq__kicker {
    margin: 0 auto 12px;
    max-width: 263px;
    font-size: clamp(14px, 1.5vw, 18px);
    line-height: 57px;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #6d6d6d;
}
.home-faq__title {
    margin: 0 auto;
    max-width: 653px;
    font-size: clamp(28px, 3.2vw, 44px);
    line-height: 54px;
    letter-spacing: 0;
    color: #1d1d1d;
}
.home-faq__accordion .accordion-button,
.home-faq__question {
    font-weight: 600;
    line-height: 32px;
    color: #1d1d1d;
    font-size: 20px;
    font-family: "Plus Jakarta Sans", sans-serif;
    letter-spacing: 0;
}
.home-faq__panel {
    margin-bottom: clamp(28px, 4vw, 36px);
}
.home-faq__accordion {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.home-faq__item {
    border: none;
    border-radius: 24px;
    background: #fff;
    overflow: visible;
    transition: box-shadow 0.25s;
}
.home-faq__accordion .accordion-item.home-faq__item {
    border: none;
    border-radius: 24px;
    background: #fff;
}
.home-faq__accordion .accordion-item.home-faq__item:not(:first-of-type) {
    border-top: none;
}
.home-faq__accordion .accordion-header {
    overflow: hidden;
    border-radius: 24px;
}
.home-faq__accordion .accordion-item.home-faq__item:has(.accordion-button:not(.collapsed)) .accordion-header {
    border-radius: 24px 24px 0 0;
}
.home-faq__accordion .accordion-body.home-faq__answer,
.home-faq__accordion .accordion-collapse {
    border-radius: 0 0 24px 24px;
}
.home-faq__accordion .accordion-collapse.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (prefers-reduced-motion: reduce) {
    .home-faq__accordion .accordion-collapse.collapsing {
        transition: none;
    }
}
.home-faq__item--hidden {
    display: none;
}
.home-faq__accordion .accordion-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    padding: 24px 25px;
    border: none;
    border-radius: 24px;
    background: 0 0;
    box-shadow: none;
    text-align: left;
    transition:
        padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        border-radius 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.home-faq__accordion .accordion-button:focus {
    box-shadow: none;
}
.home-faq__accordion .accordion-button:not(.collapsed) {
    background: 0 0;
    color: #1d1d1d;
    padding-bottom: 16px;
    border-radius: 24px 24px 0 0;
}
.home-faq__question {
    flex: 1;
    min-width: 0;
}
.home-faq__toggle {
    align-items: center;
    justify-content: center;
    align-self: center;
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    margin: 0;
    border-radius: 50%;
    background: #272727;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    box-shadow:
        0 3px 3px 0 rgba(0, 0, 0, 0.14),
        0 2.77px 2.21px 0 rgba(0, 0, 0, 0.12);
    transition: background-color 0.3s ease;
}
.home-faq__accordion .accordion-button.collapsed .home-faq__toggle::before,
.home-faq__accordion .accordion-button:not(.collapsed) .home-faq__toggle::before {
    display: flex;
    margin-top: 4px;
    justify-content: center;
    width: 100%;
    height: 100%;
    line-height: 1;
}
.home-faq__accordion .accordion-button.collapsed .home-faq__toggle::before {
    content: "+";
    padding-bottom: 1px;
}
.home-faq__accordion .accordion-button:not(.collapsed) .home-faq__toggle::before {
    content: "\2212";
}
.home-faq__divider {
    height: 1px;
    width: calc(100% - 96px);
    max-width: 730px;
    margin: 0 auto 16px;
    background: linear-gradient(90deg, rgba(212, 212, 216, 0) 0%, #d4d4d8 8%, #d4d4d8 92%, rgba(212, 212, 216, 0) 100%);
}
.home-faq__answer {
    padding: 0 25px 24px;
}
.home-faq__answer p {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(16px, 1.45vw, 16px);
    line-height: 1.6;
    color: #6d6d6d;
}
.home-faq__more {
    display: block;
    width: 100%;
    margin-top: 18px;
    padding: 0;
    border: none;
    background: 0 0;
    font-family: "DM Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0;
    color: #716f6e;
    text-align: center;
    cursor: pointer;
    transition: color 0.25s;
}
.home-faq__more:hover {
    color: #e2303c;
}
.home-faq__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px 18px;
}
.home-faq__btn {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: fit-content;
    height: 62px;
    min-height: 62px;
    padding: 10px 15px 10px 10px;
    border: none;
    border-radius: 100px;
    font-family: Outfit, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    transition:
        background-color 0.25s,
        transform 0.25s,
        color 0.25s;
}
.home-faq__btn-text {
    flex: 0 1 auto;
    white-space: nowrap;
}
.home-faq__btn-call-ico {
    display: block;
    width: 46px;
    height: 46px;
    flex-shrink: 0;
    object-fit: contain;
}
.home-faq__btn-arrow-ico {
    display: block;
    width: 15px;
    height: 10px;
    flex-shrink: 0;
    object-fit: contain;
}
.home-faq__btn--primary {
    background: #e2303c;
    color: #fff;
}
.home-faq__btn--primary:hover {
    background: #c92833;
    color: #fff;
    transform: translateY(-1px);
}
.home-faq__btn--secondary {
    background: #111;
    color: #fff;
    padding: 10px 6px 10px 22px;
}
.home-faq__btn--secondary:hover {
    background: #292929;
    color: #fff;
    transform: translateY(-1px);
}
.home-faq__btn-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    flex-shrink: 0;
}
.home-faq__btn-ico .home-faq__btn-arrow-ico {
    width: 15px;
    height: 10px;
}
@media (max-width: 767.98px) {
    .home-faq {
        max-width: 100%;
    }
    .home-faq__kicker {
        line-height: 1.4;
        letter-spacing: 0.2em;
    }
    .home-faq__title {
        line-height: 1.25;
    }
    .home-faq__item {
        border-radius: 20px;
    }
    .home-faq__accordion .accordion-button {
        padding: 20px 18px;
        font-size: 16px;
        line-height: 1.4;
    }
    .home-faq__question {
        font-size: 18px;
        line-height: 1.4;
    }
    .home-faq__answer {
        padding: 0 18px 20px;
    }
    .home-faq__divider {
        width: calc(100% - 64px);
        margin: 0 auto 14px;
    }
    .home-faq__toggle {
        width: 32px;
        height: 32px;
        font-size: 20px;
    }
    .home-faq__actions {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
    }
    .home-faq__btn {
        display: flex;
        width: 100%;
        height: auto;
        min-height: 44px;
        padding: 6px 6px 6px 14px;
        gap: 8px;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.2;
        justify-content: flex-start;
        box-sizing: border-box;
    }
    .home-faq__btn--primary {
        padding: 6px 12px 6px 6px;
    }
    .home-faq__btn--secondary {
        padding: 6px 6px 6px 14px;
    }
    .home-faq__btn-call-ico {
        width: 36px;
        height: 36px;
    }
    .home-faq__btn-ico {
        width: 36px;
        height: 36px;
        margin-left: auto;
    }
    .home-faq__btn--primary .home-faq__btn-arrow-ico,
    .home-faq__btn-ico .home-faq__btn-arrow-ico {
        width: 14px;
        height: auto;
    }
    .home-faq__btn--primary .home-faq__btn-arrow-ico {
        margin-left: auto;
    }
    .home-faq__btn-text {
        flex: 1;
        white-space: normal;
        text-align: left;
    }
}

@media (max-width: 991.98px) {
    .home-faq-section {
        padding: 60px clamp(16px, 4vw, 24px);
    }
}

@media (min-width: 768px) {
    .home-layout .home-faq-section {
        padding: 60px 0;
    }
}
@media (max-width: 575.98px) {
.home-faq-section {
    padding: 60px clamp(0px,0vw,24px);
}
}
@media (max-width: 479.98px) {
    .home-faq__title {
        font-size: 24px;
        line-height: 1.3;
    }
}

/* Inner-page accordion resets (bootstrap/style.css conflicts) */
.home-layout .home-faq-section .accordion-item {
    background: #fff;
    border: none;
}

.home-layout .home-faq-section .accordion-button {
    background: transparent;
    box-shadow: none;
}

.home-layout .home-faq-section .accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
}
