.elementor-13 .elementor-element.elementor-element-7227134{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-28b7bfb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-4af6c9c8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-4d3bc30c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-541021e8{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-6e7a8074{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-50836b5e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-a7fdcc2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-58b8460e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-795150de{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-1118f660{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-6d1d55cd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-5faaf62e{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;width:100%;max-width:100%;}.elementor-13 .elementor-element.elementor-element-60021c4{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-4571ada4 *//* ------------------------------------------------------------ */
/* HERO SECTION – CSS FINAL, PREMIUM, ELEGANTE                  */
/* ------------------------------------------------------------ */

:root {
    --azul: #0A1A2F;
    --dourado: #D4A056;
    --dourado-escuro: #b78a4a;
    --branco: #FFFFFF;

    --fonte-titulo: "Playfair Display", serif;
    --fonte-texto: "Inter", sans-serif;
}

.hero {
    position: relative;
    width: 100%;
    height: 92vh;
    background: url('https://marciamarquesadv.com.br/wp-content/uploads/2025/12/background-paulo-acioly.jpg')
                center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    overflow: hidden;
}

/* Gradiente premium */
.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom right,
        rgba(8, 18, 32, 0.95),
        rgba(8, 18, 32, 0.80),
        rgba(8, 18, 32, 0.70)
    );
    backdrop-filter: blur(2px);
}

/* Brilho dourado */
.hero::after {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 320px;
    height: 320px;
    background: rgba(212, 160, 86, 0.16);
    filter: blur(110px);
    border-radius: 50%;
    pointer-events: none;
}

/* Conteúdo */
.hero-content {
    position: relative;
    z-index: 10;
    max-width: 900px;
    text-align: center;
    color: var(--branco);
    animation: fadeInUp 1.2s ease forwards;
}

/* Título elegante */
.hero-content h1 {
    font-family: var(--fonte-titulo);
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 25px;
    color: var(--dourado);
    letter-spacing: 1px;
    text-shadow: 0 5px 20px rgba(0, 0, 0, 0.75);
}

/* Subtexto */
.hero-content p {
    font-family: var(--fonte-texto);
    font-size: 1.28rem;
    line-height: 1.75;
    margin-bottom: 42px;
    color: #f3f3f3;
    opacity: 0.95;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
}

/* Botão */
.hero-btn {
    font-family: var(--fonte-texto);
    display: inline-block;
    background: linear-gradient(135deg, var(--dourado), var(--dourado-escuro));
    color: var(--azul);
    padding: 16px 38px;
    border-radius: 10px;
    font-size: 1.18rem;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.8px;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.40);
    transition: 0.35s ease;
}

.hero-btn:hover {
    transform: translateY(-4px) scale(1.045);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.55);
}

/* Animação */
@keyframes fadeInUp {
    0% { opacity: 0; transform: translateY(40px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* -------------------------------------------- */
/* RESPONSIVIDADE PREMIUM                       */
/* -------------------------------------------- */

/* Tablets */
@media (max-width: 900px) {
    .hero {
        height: 95vh;
        padding: 0 18px;
        background-position: top;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

    .hero-content p {
        font-size: 1.2rem;
        max-width: 90%;
    }

    .hero::after {
        width: 260px;
        height: 260px;
        right: -40px;
        top: -40px;
        filter: blur(90px);
    }
}

/* Mobile grande */
@media (max-width: 768px) {
    .hero {
        height: 100vh;  /* AQUI FICA MAIOR AGORA */
        padding: 0 16px;
        background-position: top center;
    }

    .hero-content h1 {
        font-size: 2.6rem;
        line-height: 1.3;
        margin-bottom: 20px;
    }

    .hero-content p {
        font-size: 1.15rem;
        margin-bottom: 34px;
    }

    .hero-btn {
        padding: 14px 26px;
        font-size: 1.05rem;
        border-radius: 8px;
    }

    .hero::after {
        width: 220px;
        height: 220px;
        top: -35px;
        right: -35px;
        filter: blur(85px);
    }
}

/* Mobile pequeno */
@media (max-width: 480px) {
    .hero {
        height: 105vh;   /* AQUI AINDA MAIOR */
        padding: 0 14px;
        background-position: top;
    }

    .hero-content h1 {
        font-size: 2.15rem;
        line-height: 1.32;
    }

    .hero-content p {
        font-size: 1.05rem;
        line-height: 1.55;
        max-width: 96%;
    }

    .hero-btn {
        padding: 13px 22px;
        font-size: 1rem;
    }

    .hero::after {
        width: 160px;
        height: 160px;
        filter: blur(75px);
        top: -25px;
        right: -25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4af6c9c8 *//* ------------------------------------------------------------- */
/* SEÇÃO DE DOR – Estética Premium + CTA                         */
/* ------------------------------------------------------------- */

:root {
    --azul: #0A1A2F;
    --dourado: #D4A056;
    --dourado-escuro: #b78a4a;
    --branco: #FFFFFF;

    --fonte-titulo: "Playfair Display", serif;
    --fonte-texto: "Inter", sans-serif;
}

.sessao-dor {
    background: #0A1A2F;
    padding: 90px 20px;
    color: #fff;
    position: relative;
}

.sessao-dor::before {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 320px;
    height: 320px;
    background: rgba(212, 160, 86, 0.16);
    filter: blur(110px);
    border-radius: 50%;
    pointer-events: none;
}

.dor-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.sessao-dor h2 {
    font-family: var(--fonte-titulo);
    color: var(--dourado);
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 18px;
}

.dor-sub {
    font-family: var(--fonte-texto);
    font-size: 1.2rem;
    color: #dcdcdc;
    max-width: 800px;
    margin: 0 auto 60px;
    font-weight: 300;
}

/* GRID DE CARDS */
.dor-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 35px;
    margin-bottom: 50px;
}

.dor-card {
    background: rgba(255, 255, 255, 0.05);
    padding: 35px;
    border-radius: 12px;
    border: 1px solid rgba(212, 160, 86, 0.35);
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
    text-align: left;
}

.dor-card:hover {
    transform: translateY(-6px);
    border-color: var(--dourado);
    box-shadow: 0px 10px 30px rgba(0,0,0,0.4);
}

.dor-card h3 {
    font-family: var(--fonte-titulo);
    font-size: 1.7rem;
    color: var(--dourado);
    margin-bottom: 20px;
    text-align: center;
}

.dor-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dor-card li {
    font-family: var(--fonte-texto);
    font-size: 1.05rem;
    padding-left: 20px;
    position: relative;
    margin-bottom: 14px;
    line-height: 1.6;
}

.dor-card li::before {
    content: "●";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--dourado);
    font-size: 0.9rem;
}

/* ------------------------------------------------------------ */
/* CTA FINAL                                                    */
/* ------------------------------------------------------------ */

.dor-cta {
    display: inline-block;
    margin-top: 20px;
    background: linear-gradient(135deg, var(--dourado), var(--dourado-escuro));
    color: var(--azul);
    padding: 18px 40px;
    border-radius: 10px;
    font-size: 1.25rem;
    font-family: var(--fonte-texto);
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 0.8px;
    box-shadow: 0 7px 22px rgba(0, 0, 0, 0.40);
    transition: 0.3s ease;
}

.dor-cta:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.55);
}

/* RESPONSIVIDADE */
@media (max-width: 600px) {
    .sessao-dor h2 {
        font-size: 2rem;
    }

    .dor-sub {
        font-size: 1.05rem;
    }

    .dor-cta {
        font-size: 1.1rem;
        padding: 15px 28px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-541021e8 *//* ============================== */
/*      SEÇÃO SERVIÇOS — FULL     */
/* ============================== */

.servicos {
    width: 100%;
    min-height: 100vh; /* Agora ocupa a tela inteira */
    background: #0A1320; /* Azul escuro elegante */
    padding: 110px 20px;
    color: #fff;
    display: flex;
    align-items: center;
}

.servicos-container {
    max-width: 1300px;
    margin: 0 auto;
    text-align: center;
}

/* Título principal */
.section-title {
    font-size: 2.9rem;
    font-weight: 700;
    color: #D4A056; /* Dourado escuro */
    letter-spacing: 1.4px;
    margin-bottom: 12px;
    font-family: 'Playfair Display', serif;
}

/* Subtítulo */
.section-subtitle {
    font-size: 1.25rem;
    opacity: 0.85;
    margin-bottom: 60px;
    color: #e8d6a2;
    font-family: 'Inter', sans-serif;
}

/* --------------------------------------- */
/*           GRID COM 9 SERVIÇOS           */
/* --------------------------------------- */
.servicos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 38px;
}

/* --------------------------------------- */
/*            CARD PREMIUM                 */
/* --------------------------------------- */
.servico-card {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 40px 32px;
    border-radius: 14px;
    text-align: left;
    transition: 0.35s ease;
    backdrop-filter: blur(6px);
    box-shadow: 0 10px 35px rgba(0,0,0,0.32);
    min-height: 230px;
}

.servico-card h3 {
    font-size: 1.45rem;
    color: #D4A056;
    margin-bottom: 18px;
    font-family: 'Playfair Display', serif;
    letter-spacing: .4px;
}

.servico-card p {
    font-size: 1.1rem;
    line-height: 1.65;
    color: #e8d6a2;
    opacity: 0.92;
    font-family: 'Inter', sans-serif;
}

/* Hover premium */
.servico-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(212, 160, 86, 0.45);
    box-shadow: 0 14px 45px rgba(0,0,0,0.38);
}

/* --------------------------------------- */
/*              RESPONSIVIDADE             */
/* --------------------------------------- */
@media (max-width: 900px) {
    .section-title {
        font-size: 2.4rem;
    }

    .section-subtitle {
        font-size: 1.15rem;
    }
}

@media (max-width: 600px) {
    .servicos {
        padding: 80px 20px;
    }

    .servico-card {
        padding: 32px 25px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50836b5e *//* ========================= */
/*   SEÇÃO SOBRE ORGANIZADA */
/* ========================= */

.sobre-section {
    background: #071122;
    padding: 80px 8%;
    font-family: "Poppins", sans-serif;
    color: #e8d6a2;
}

/* LAYOUT FOTO + TEXTO */
.sobre-container {
    display: flex;
    align-items: flex-start;
    gap: 60px;
}

/* FOTO COM MOLDURA */
.sobre-foto img {
    width: 360px;
    border-radius: 14px;
    border: 4px solid #bfa671;
    box-shadow: 0 0 25px rgba(0,0,0,0.45);
}

/* TEXTO À DIREITA */
.sobre-texto {
    flex: 1;
}

.sobre-texto h2 {
    font-size: 2rem;
    margin-bottom: 15px;
    color: #e8d6a2;
}

.sobre-texto p {
    line-height: 1.5;
    font-size: 1.05rem;
    color: #d7c9a1;
    margin-bottom: 15px;
}

/* ========================= */
/*   CARDS 100% VERTICAIS   */
/* ========================= */

.sobre-cards {
    display: flex;
    flex-direction: column;   /* VERTICAL */
    gap: 18px;
    width: 100%;
    margin-top: 25px;
}

.sobre-card {
    width: 100%;
    background: #0d1b2f;
    border: 1px solid rgba(191,166,113,0.3);
    padding: 26px 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.35);
    transition: 0.3s ease;
}

.sobre-card:hover {
    background: #132544;
    transform: translateY(-4px);
    border-color: #d4b277;
}

.sobre-card h3 {
    margin: 0;
    font-size: 1.35rem;
    color: #e8d6a2;
    font-family: "Playfair Display", serif;
}

.sobre-card p {
    margin-top: 6px;
    font-size: 1rem;
    color: #bfa671;
    opacity: 0.95;
}

/* ========================= */
/*     CTA DEPOIS DOS CARDS */
/* ========================= */

.botao {
    margin-bottom: 0 !important; /* impede conflito */
}

.sobre-texto .botao {
    display: none; /* remove o botão antigo daqui, pois quer o CTA abaixo dos cards */
}

/* Novo CTA WhatsApp */
.sobre-whatsapp {
    margin-top: 25px;
    width: 100%;
    text-align: center;
}

.sobre-whatsapp a {
    display: inline-block;
    background: #25D366;
    color: #071122;
    padding: 15px 32px;
    border-radius: 10px;
    font-size: 1.25rem;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}

.sobre-whatsapp a:hover {
    background: #1ebe5c;
}

/* ========================= */
/*        MOBILE             */
/* ========================= */

@media (max-width: 900px) {

    .sobre-container {
        flex-direction: column;
        text-align: center;
    }

    .sobre-foto img {
        width: 260px;
        margin: 0 auto;
    }

    .sobre-texto {
        text-align: center;
    }

    .sobre-cards {
        width: 100%;
    }

    .sobre-card {
        width: 100%;
        padding: 22px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-58b8460e *//* ==================== SEÇÃO POR QUE CONTRATAR (TELA CHEIA) ==================== */
.why-hire {
    width: 100%;
    min-height: 100vh; /* Agora ocupa a altura total da tela */
    background: #0f1a2c; /* Azul escuro elegante */
    padding: 100px 20px;
    color: #bfa671; /* Dourado escuro */
    font-family: 'Poppins', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Wrapper centralizado */
.why-wrapper {
    width: 100%;
    max-width: 1200px;
}

/* Título */
.section-title {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 70px;
    color: #bfa671;
    letter-spacing: 1.5px;
}

/* Grade minimalista — 2 colunas */
.why-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 55px;
}

@media (min-width: 900px) {
    .why-grid {
        grid-template-columns: 1fr 1fr;
    }
}

/* Bloco premium */
.why-card {
    background: transparent;
    border-left: 4px solid #bfa671;
    padding: 20px 0 20px 30px;
    transition: 0.3s ease;
}

/* Hover refinado */
.why-card:hover {
    border-left-color: #e8d6a2; /* Dourado claro */
    transform: translateX(10px);
}

/* Ícones ocultos */
.why-icon {
    display: none;
}

/* Título do item */
.why-card h3 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #e8d6a2; /* Dourado claro */
}

/* Texto */
.why-card p {
    font-size: 1.05rem;
    color: #bfa671;
    line-height: 1.7;
}

/* Responsividade */
@media (max-width: 600px) {
    .section-title {
        font-size: 2.2rem;
    }

    .why-card h3 {
        font-size: 1.3rem;
    }

    .why-card p {
        font-size: 1rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1118f660 *//* ==================== SEÇÃO DEPOIMENTOS (TELA CHEIA) ==================== */
.testimonials {
    width: 100%;
    min-height: 100vh;
    background: #0f1a2c;
    padding: 100px 0;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

/* Título */
.testimonials-title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #bfa671;
    margin-bottom: 70px;
}

/* Wrapper central */
.testimonials-wrapper {
    width: 100%;
    max-width: 100%;
    padding: 0 8%;
    margin: 0 auto;

    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

/* Texto do depoimento */
.testimonial-content {
    flex: 1;
    padding: 20px 10px;
    max-width: 900px;
}

#testimonial-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #e8d6a2;
    margin-bottom: 25px;
}

#testimonial-author {
    font-size: 1.1rem;
    color: #bfa671;
    font-weight: 600;
}

/* ==================== SETAS LATERAIS ==================== */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #bfa671;
    font-size: 3rem;
    cursor: pointer;
    transition: 0.3s ease;
    padding: 10px;
    z-index: 10;
}

/* Esquerda */
.arrow-left {
    left: 4%;
}

/* Direita */
.arrow-right {
    right: 4%;
}

.arrow:hover {
    color: #e8d6a2;
    transform: translateY(-50%) scale(1.12);
}

/* ==================== RESPONSIVIDADE ==================== */

/* Tablets */
@media (max-width: 900px) {

    .testimonials {
        min-height: auto;
        padding: 80px 0;
    }

    .arrow {
        font-size: 2.6rem;
    }

    .arrow-left {
        left: 3%;
    }

    .arrow-right {
        right: 3%;
    }

    #testimonial-text {
        font-size: 1.25rem;
    }
}

/* Mobile médio */
@media (max-width: 600px) {

    .testimonials-title {
        font-size: 2.2rem;
        margin-bottom: 45px;
    }

    #testimonial-text {
        font-size: 1.15rem;
        line-height: 1.65;
    }

    #testimonial-author {
        font-size: 1rem;
    }

    .arrow {
        font-size: 2rem;
        padding: 5px;
    }

    .arrow-left {
        left: 2%;
    }

    .arrow-right {
        right: 2%;
    }
}

/* Mobile pequeno */
@media (max-width: 420px) {

    .testimonials-title {
        font-size: 1.9rem;
        margin-bottom: 38px;
    }

    #testimonial-text {
        font-size: 1.05rem;
        line-height: 1.55;
    }

    .arrow {
        font-size: 1.7rem;
    }

    .arrow-left {
        left: 1.5%;
    }

    .arrow-right {
        right: 1.5%;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5faaf62e *//* ==================== SEÇÃO FAQ (FINAL - CORRIGIDO) ==================== */
.faq-section {
    width: 100%;
    min-height: 100vh;
    background: #0f1a2c;
    padding: 100px 0;
    font-family: 'Poppins', sans-serif;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
}

/* título principal */
.faq-section .faq-title {
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #bfa671;
    margin-bottom: 70px;
}

/* container */
.faq-section .faq-container {
    width: 100%;
    max-width: 1200px;   /* manter limite agradável em telas grandes */
    padding: 0 6%;
    margin: 0 auto;
    box-sizing: border-box;
}

/* cada item do accordion */
.faq-section .faq-item {
    border-bottom: 1px solid rgba(191,166,113,0.15);
    padding: 18px 0;
}

/* ----- BOTÃO DA PERGUNTA (FLEX CORRIGIDO) ----- */
.faq-section .faq-question {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;    /* permite múltiplas linhas no texto */
    gap: 12px;
    background: transparent;
    border: none;
    padding: 14px 0;
    color: #e8d6a2;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: left;
    cursor: pointer;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.4;
    white-space: normal;        /* permite que o texto quebre */
}

/* **ESSENCIAL**: texto da pergunta deve ter essa classe no HTML */
.faq-section .faq-question .question-text {
    flex: 1 1 auto;   /* ocupar o espaço disponível */
    min-width: 0;     /* permite quebra sem overflow (crucial) */
    display: block;
    white-space: normal;
    word-break: break-word;
}

/* seta/ícone: não encolhe, sempre visível à direita */
.faq-section .faq-question .arrow {
    font-size: 1.6rem;
    color: #bfa671;
    transition: transform .25s ease, color .25s ease;
    flex: 0 0 auto;   /* flex-shrink: 0 */
    margin-left: 8px;
    line-height: 1;
}

/* foco acessível */
.faq-section .faq-question:focus {
    box-shadow: 0 0 0 6px rgba(201,168,106,0.08);
    border-radius: 8px;
}

/* resposta (hidden) */
.faq-section .faq-answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-6px);
    transition: max-height .45s ease, opacity .35s ease, transform .35s ease;
    will-change: max-height, opacity, transform;
}

/* quando aberta */
.faq-section .faq-answer.open {
    max-height: 800px; /* espaço suficiente para respostas maiores */
    opacity: 1;
    transform: translateY(0);
    margin-top: 12px;
}

/* texto da resposta */
.faq-section .faq-answer p {
    color: #bfa671;
    font-size: 1.05rem;
    line-height: 1.75;
    margin: 0;
}

/* seta gira quando aberto */
.faq-section .faq-item.open .faq-question .arrow {
    transform: rotate(90deg);
    color: #e8d6a2;
}

/* ===================== RESPONSIVIDADE ===================== */
@media (max-width: 900px) {
    .faq-section {
        padding: 80px 0;
    }
    .faq-section .faq-title {
        font-size: 2.2rem;
        margin-bottom: 40px;
        padding: 0 4%;
    }
    .faq-section .faq-container { padding: 0 6%; }
    .faq-section .faq-question { font-size: 1.15rem; padding: 12px 0; gap: 10px; }
    .faq-section .faq-question .arrow { font-size: 1.5rem; margin-left: 6px; }
    .faq-section .faq-answer p { font-size: 1rem; line-height: 1.7; padding-right: 2px; }
}

@media (max-width: 600px) {
    .faq-section { padding: 60px 0; }
    .faq-section .faq-title { font-size: 2rem; margin-bottom: 32px; }
    .faq-section .faq-container { padding: 0 5%; }
    .faq-section .faq-question { font-size: 1.05rem; padding: 10px 0; gap: 8px; align-items: center; }
    .faq-section .faq-question .question-text { font-size: 1.03rem; }
    .faq-section .faq-question .arrow { font-size: 1.35rem; }
    .faq-section .faq-answer p { font-size: 0.98rem; }
}

@media (max-width: 420px) {
    .faq-section .faq-question { font-size: 1rem; gap: 8px; }
    .faq-section .faq-question .question-text { font-size: 0.98rem; }
    .faq-section .faq-answer p { font-size: 0.95rem; }
}

/* segurança extra: impedir overflow horizontal */
.faq-section, .faq-section * {
    box-sizing: border-box;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2733fb6e *//* ------------------------------------------ */
/*                 FOOTER                     */
/* ------------------------------------------ */

.main-footer {
    background-color: #000000;
    color: #e8d6a2;
    padding: 60px 20px 30px;
    font-family: 'Inter', sans-serif;
}

.footer-container {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 40px;
}

.footer-title {
    font-size: 1.9rem;
    font-family: 'Playfair Display', serif;
    color: #D4A056;
    margin-bottom: 12px;
}

.footer-col h4 {
    font-size: 1.2rem;
    color: #D4A056;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
}

.footer-col p {
    font-size: 1rem;
    line-height: 1.7;
    color: #e8d6a2;
}

.footer-col a {
    color: #D4A056;
    font-weight: 600;
    text-decoration: none;
    transition: .3s;
}

.footer-col a:hover {
    color: #b78943;
}

.footer-mapa iframe {
    margin-top: 12px;
    border-radius: 12px;
}

/* Copyright */
.footer-copy {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer-copy p {
    color: #c9b78a;
    font-size: 0.95rem;
}/* End custom CSS */
/* Start custom CSS *//* --------------------------------------------------------- */
/* ESTILOS GERAIS                                            */
/* --------------------------------------------------------- */

:root {
    --azul-escuro: #0B1A33;
    --azul-medio: #14284A;
    --dourado: #C9A86A;
    --branco: #FFFFFF;
    --borda: rgba(201, 168, 106, 0.4);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: "Poppins", sans-serif;
    background-color: var(--azul-escuro);
    color: var(--dourado);
    line-height: 1.6;
}

/* --------------------------------------------------------- */
/* CONTAINERS                                                */
/* --------------------------------------------------------- */

.container {
    width: 90%;
    max-width: 1200px;
    margin: auto;
}

section {
    padding: 80px 0;
}

/* --------------------------------------------------------- */
/* TÍTULOS                                                   */
/* --------------------------------------------------------- */

.section-title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--dourado);
    margin-bottom: 40px;
    letter-spacing: 1px;
}

/* Subtítulo */
.section-subtitle {
    text-align: center;
    color: var(--branco);
    max-width: 800px;
    margin: 0 auto 40px auto;
    font-size: 1.1rem;
}

/* --------------------------------------------------------- */
/* BOTÃO                                                     */
/* --------------------------------------------------------- */

.btn-whatsapp {
    display: inline-block;
    background-color: var(--dourado);
    color: var(--azul-escuro);
    padding: 14px 26px;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 8px;
    text-decoration: none;
    transition: 0.3s ease;
}

.btn-whatsapp:hover {
    background-color: #b7955a;
}

/* --------------------------------------------------------- */
/* SERVIÇOS                                                  */
/* --------------------------------------------------------- */

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
}

.service-item {
    padding: 30px;
    border: 1px solid var(--borda);
    border-radius: 14px;
    background: var(--azul-medio);
    transition: 0.3s ease;
}

.service-item:hover {
    transform: translateY(-5px);
    background: #1a2f58;
}

.service-item h3 {
    color: var(--dourado);
    margin-bottom: 15px;
    font-size: 1.3rem;
}

/* --------------------------------------------------------- */
/* QUEM SOU EU                                               */
/* --------------------------------------------------------- */

.about-box {
    border: 1px solid var(--borda);
    padding: 40px;
    border-radius: 16px;
    background: var(--azul-medio);
    max-width: 900px;
    margin: auto;
}

.about-box p {
    color: var(--branco);
    margin-bottom: 20px;
    font-size: 1.1rem;
}

/* --------------------------------------------------------- */
/* POR QUE CONTRATAR                                         */
/* --------------------------------------------------------- */

.reason-list {
    max-width: 900px;
    margin: auto;
}

.reason-item {
    background: var(--azul-medio);
    border: 1px solid var(--borda);
    padding: 20px 25px;
    border-radius: 14px;
    margin-bottom: 20px;
}

.reason-item h3 {
    margin-bottom: 8px;
    color: var(--dourado);
}

/* --------------------------------------------------------- */
/* DEPOIMENTOS (CARROSSEL)                                   */
/* --------------------------------------------------------- */

.testimonial-box {
    max-width: 800px;
    margin: auto;
    text-align: center;
    background: var(--azul-medio);
    padding: 40px;
    border-radius: 16px;
    border: 1px solid var(--borda);
}

.testimonial-text {
    font-size: 1.2rem;
    color: var(--branco);
    margin-bottom: 25px;
}

.testimonial-author {
    color: var(--dourado);
    font-weight: 700;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    gap: 20px;
}

.carousel-btn {
    background: none;
    border: 1px solid var(--dourado);
    color: var(--dourado);
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
}

.carousel-btn:hover {
    background: var(--dourado);
    color: var(--azul-escuro);
}

/* --------------------------------------------------------- */
/* FAQ Accordion                                             */
/* --------------------------------------------------------- */

.faq-item {
    background: var(--azul-medio);
    border: 1px solid var(--borda);
    margin-bottom: 15px;
    border-radius: 14px;
    overflow: hidden;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    padding: 20px;
    text-align: left;
    font-size: 1.1rem;
    color: var(--dourado);
    cursor: pointer;
    font-weight: 600;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.4s ease;
    background: #1a2f58;
    padding: 0 20px;
}

.faq-answer p {
    color: var(--branco);
    padding: 20px 0;
}

/* --------------------------------------------------------- */
/* FOOTER                                                    */
/* --------------------------------------------------------- */

footer {
    background: #071121;
    padding: 40px 0;
    text-align: center;
}

footer p {
    color: var(--dourado);
    font-size: 0.9rem;
}/* End custom CSS */