/* =========================================================
   WEBARTY — HOME FAQ
   CSS COMPLETO PARA SUBSTITUIÇÃO
   ========================================================= */

.wa-home-faq,
.wa-home-faq *,
.wa-home-faq *::before,
.wa-home-faq *::after {
    box-sizing: border-box;
}

.wa-home-faq h2,
.wa-home-faq p {
    margin: 0;
    padding: 0;
}

.wa-home-faq a,
.wa-home-faq a:hover,
.wa-home-faq a:focus,
.wa-home-faq a:visited {
    text-decoration: none !important;
}

.wa-home-faq {
    --wa-faq-dark: #283550;
    --wa-faq-teal: #00a78e;
    --wa-faq-green: #36c88a;
    --wa-faq-text: #657188;

    width: 100%;
    padding: 100px 0 106px;
    color: #ffffff;
    background: linear-gradient(145deg, #283550 0%, #212c4f 62%, #1d2746 100%);
    font-family: "Roboto", Arial, sans-serif !important;
}

.wa-home-faq__container {
    width: min(calc(100% - 128px), 1380px);
    max-width: 1380px;
    margin: 0 auto;
}

.wa-home-faq__layout {
    display: grid;
    grid-template-columns: minmax(390px, 0.86fr) minmax(0, 1.14fr);
    align-items: start;
    gap: clamp(64px, 7vw, 108px);
}

.wa-home-faq__intro {
    max-width: 570px;
}

.wa-home-faq__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
    color: #8de1ca;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.085em;
    text-transform: uppercase;
}

.wa-home-faq__eyebrow-line {
    display: block;
    flex: 0 0 33px;
    width: 33px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--wa-faq-teal), var(--wa-faq-green));
}

.wa-home-faq__title {
    max-width: 590px;
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: clamp(39px, 3.45vw, 53px) !important;
    font-weight: 800 !important;
    line-height: 1.08 !important;
    letter-spacing: -0.043em !important;
    text-transform: none !important;
}

.wa-home-faq__description {
    max-width: 530px;
    margin-top: 23px !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 16px;
    line-height: 1.7;
}

.wa-home-faq__note {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr);
    gap: 15px;
    margin-top: 30px;
    padding: 19px;
    border: 1px solid rgba(141, 225, 202, 0.18);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.07);
}

.wa-home-faq__note-icon {
    display: inline-flex;
    width: 50px;
    height: 50px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #8de1ca;
    background: rgba(54, 200, 138, 0.09);
}

.wa-home-faq__note-icon svg {
    display: block;
    width: 24px;
    height: 24px;
}

.wa-home-faq__note strong {
    display: block;
    color: #ffffff;
    font-size: 14.5px;
    font-weight: 800;
    line-height: 1.4;
}

.wa-home-faq__note p {
    margin-top: 5px !important;
    color: rgba(255, 255, 255, 0.65) !important;
    font-size: 12.5px;
    line-height: 1.55;
}

.wa-home-faq .wa-home-faq__note a.wa-home-faq__note-link,
.wa-home-faq .wa-home-faq__note a.wa-home-faq__note-link:visited {
    display: inline-flex !important;
    min-height: 38px !important;
    align-items: center;
    justify-content: center;
    margin-top: 12px !important;
    padding: 9px 14px !important;
    border: 1px solid rgba(141, 225, 202, 0.24) !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: rgba(0, 167, 142, 0.16) !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    letter-spacing: 0.045em !important;
    text-transform: uppercase;
    transition: border-color 0.2s ease, background-color 0.2s ease;
}

.wa-home-faq .wa-home-faq__note a.wa-home-faq__note-link:hover,
.wa-home-faq .wa-home-faq__note a.wa-home-faq__note-link:focus-visible {
    border-color: var(--wa-faq-teal) !important;
    background: var(--wa-faq-teal) !important;
}

.wa-home-faq .wa-home-faq__questions {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
    width: 100% !important;
    max-width: 720px !important;
    margin: 0 0 0 auto !important;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 1px solid #dbe4e8 !important;
    border-radius: 17px !important;
    background-color: #f7f9fa !important;
    background-image: none !important;
    box-shadow: none !important;
    box-sizing: border-box !important;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease !important;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item:not([open]):hover,
.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item:not([open]):focus-within {
    border-color: rgba(0, 167, 142, 0.26) !important;
    background-color: #edf8f5 !important;
    background-image: linear-gradient(180deg, #ffffff 0%, #edf8f5 100%) !important;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item[open] {
    border-color: rgba(0, 167, 142, 0.32) !important;
    background-color: #ffffff !important;
    background-image: none !important;
    box-shadow: 0 16px 40px rgba(40, 53, 80, 0.08) !important;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 38px !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
    height: 68px !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 0 17px 0 21px !important;
    color: var(--wa-faq-dark) !important;
    background: transparent !important;
    box-sizing: border-box !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 16.5px !important;
    font-weight: 800 !important;
    line-height: 1.4 !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    cursor: pointer !important;
    list-style: none !important;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary::-webkit-details-marker {
    display: none;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary::marker {
    display: none;
    content: "";
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary:focus-visible {
    outline: 3px solid rgba(0, 167, 142, 0.20);
    outline-offset: -3px;
}


.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary > span:first-child {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: inherit !important;
    font: inherit !important;
    line-height: inherit !important;
}

.wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary > .wa-home-faq__toggle {
    position: relative;
    display: block;
    flex: 0 0 38px !important;
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid rgba(0, 167, 142, 0.18);
    border-radius: 50%;
    color: var(--wa-faq-teal);
    background-color: rgba(0, 167, 142, 0.07);
    transition: color 0.2s ease, border-color 0.2s ease, background-color 0.2s ease;
}

.wa-home-faq .wa-home-faq__toggle::before,
.wa-home-faq .wa-home-faq__toggle::after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 999px;
    background-color: currentColor;
    transition: background-color 0.2s ease;
}

.wa-home-faq .wa-home-faq__toggle::before {
    top: 17px;
    left: 11px;
    width: 14px;
    height: 2px;
}

.wa-home-faq .wa-home-faq__toggle::after {
    top: 11px;
    left: 17px;
    width: 2px;
    height: 14px;
}

.wa-home-faq__item[open] .wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary > .wa-home-faq__toggle {
    border-color: var(--wa-faq-teal);
    color: #ffffff;
    background-color: var(--wa-faq-teal);
}

.wa-home-faq__item[open] .wa-home-faq .wa-home-faq__toggle::after {
    background-color: transparent;
}

.wa-home-faq .wa-home-faq__answer {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 17px !important;
    padding: 17px 5px 20px !important;
    border-top: 1px solid rgba(0, 167, 142, 0.13);
}

.wa-home-faq__item:not([open]) > .wa-home-faq .wa-home-faq__answer {
    display: none;
}

.wa-home-faq .wa-home-faq__answer p {
    width: 100%;
    max-width: none;
    color: var(--wa-faq-text) !important;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 400 !important;
    line-height: 1.7 !important;
}

@media (max-width: 1200px) {
    .wa-home-faq {
        padding: 88px 0 94px;
    }

    .wa-home-faq__container {
        width: min(calc(100% - 56px), 1380px);
    }

    .wa-home-faq__layout {
        grid-template-columns: minmax(330px, 0.8fr) minmax(0, 1.2fr);
        gap: 54px;
    }
}

@media (max-width: 1080px) {
    .wa-home-faq {
        padding: 88px 0 94px;
    }

    .wa-home-faq__container {
        width: min(calc(100% - 48px), 1380px);
    }

    .wa-home-faq__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .wa-home-faq__intro {
        max-width: 720px;
    }

    .wa-home-faq__questions {
        max-width: 760px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .wa-home-faq {
        padding: 72px 0 78px;
    }

    .wa-home-faq__container {
        width: calc(100% - 48px);
    }

    .wa-home-faq__title {
        font-size: clamp(31px, 8.1vw, 38px) !important;
    }

    .wa-home-faq__description {
        margin-top: 20px !important;
        font-size: 15px;
        line-height: 1.65;
    }

    .wa-home-faq__note {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 15px;
    }

    .wa-home-faq__note-icon {
        width: 44px;
        height: 44px;
    }

    .wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary {
        grid-template-columns: minmax(0, 1fr) 34px !important;
        gap: 14px !important;
        height: 74px !important;
        min-height: 74px !important;
        padding: 0 14px 0 17px !important;
        font-size: 16px !important;
    }

    .wa-home-faq .wa-home-faq__questions > .wa-home-faq__item > .wa-home-faq__summary > .wa-home-faq__toggle {
        flex-basis: 34px !important;
        width: 34px !important;
        min-width: 34px !important;
        height: 34px !important;
        min-height: 34px !important;
    }

    .wa-home-faq .wa-home-faq__toggle::before {
        top: 15px;
        left: 10px;
        width: 12px;
        height: 2px;
    }

    .wa-home-faq .wa-home-faq__toggle::after {
        top: 10px;
        left: 15px;
        width: 2px;
        height: 12px;
    }
}

@media (max-width: 390px) {
    .wa-home-faq__container {
        width: calc(100% - 40px);
    }

    .wa-home-faq__title {
        font-size: 30px !important;
    }

    .wa-home-faq__note {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 1920px) {
    .wa-home-faq {
        padding: 112px 0 118px;
    }

    .wa-home-faq__container {
        width: min(calc(100% - 160px), 1560px);
        max-width: 1560px;
    }

    .wa-home-faq__layout {
        grid-template-columns: minmax(520px, 0.94fr) minmax(0, 1.06fr);
        gap: 84px;
    }

    .wa-home-faq__intro,
    .wa-home-faq__title {
        max-width: 650px;
    }

    .wa-home-faq__title {
        font-size: 54px !important;
    }

    .wa-home-faq__description,
    .wa-home-faq__note {
        max-width: 600px;
    }

    .wa-home-faq__questions {
        max-width: 730px;
        gap: 14px;
    }
}



/* =========================================================
   DESIGN-SYSTEM VERTICAL RHYTHM
   ========================================================= */

@media (min-width: 1201px) and (max-width: 1320px) {
    .wa-home-faq {
        padding: 88px 0 94px;
    }
}


@media (prefers-reduced-motion: reduce) {
    .wa-home-faq *,
    .wa-home-faq *::before,
    .wa-home-faq *::after {
        transition: none !important;
        animation: none !important;
    }
}
