.elementor-8 .elementor-element.elementor-element-1f3a4552{--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-8 .elementor-element.elementor-element-2645adba{--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-8 .elementor-element.elementor-element-55ca059c{--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-8 .elementor-element.elementor-element-624b37f9{--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-8 .elementor-element.elementor-element-7c9b2b8a{--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-8 .elementor-element.elementor-element-4d6214b0{--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-8 .elementor-element.elementor-element-4e64aef{--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;}.elementor-8 .elementor-element.elementor-element-4e64aef:not(.elementor-motion-effects-element-type-background), .elementor-8 .elementor-element.elementor-element-4e64aef > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F9F9F9;}.elementor-8 .elementor-element.elementor-element-64bb3797{--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;}/* Start custom CSS for html, class: .elementor-element-1cfb2cb3 *//* =========================================
   HERO SECTION - FORÇA BRUTA (ID ÚNICO)
   ========================================= */
#hero-drpet-custom.hero-section {
    position: relative !important;
    width: 100% !important;
    min-height: 100vh !important;
    height: auto !important;
    padding-top: 120px !important; /* NOVO: Empurra o conteúdo para baixo do menu no desktop */
    padding-bottom: 60px !important;
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg') !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important; 
    box-sizing: border-box !important;
}

#hero-drpet-custom .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.75) !important;
    z-index: 1 !important;
}

#hero-drpet-custom .navbar {
    position: relative !important;
    z-index: 2 !important;
    padding: 30px 20px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

#hero-drpet-custom .nav-wrapper {
    max-width: 1200px !important;
    margin: 0 auto !important;
}

#hero-drpet-custom .logo {
    max-width: 180px !important;
    height: auto !important;
}

#hero-drpet-custom .hero-content {
    position: relative !important;
    z-index: 2 !important;
    display: flex !important;
    flex-wrap: wrap !important; 
    align-items: center !important;
    justify-content: space-between !important;
    gap: 40px !important;
    color: #ffffff !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin: auto !important; 
    padding: 20px !important;
    box-sizing: border-box !important;
}

/* Coluna A: Texto */
#hero-drpet-custom .hero-text {
    flex: 1 1 50% !important; 
    min-width: 300px !important;
}

#hero-drpet-custom .hero-text h1 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin-bottom: 20px !important;
    color: #ffffff !important;
}

#hero-drpet-custom .hero-text .subtitle {
    font-size: 1.2rem !important;
    margin-bottom: 20px !important;
    opacity: 0.9 !important;
}

#hero-drpet-custom .hero-text .services-list {
    font-size: 1rem !important;
    font-weight: 600 !important;
    color: #e0e0e0 !important;
    margin-bottom: 40px !important;
    line-height: 1.6 !important;
}

#hero-drpet-custom .cta-button {
    display: inline-block !important;
    background-color: #066734 !important;
    color: #fff !important;
    padding: 15px 30px !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    font-weight: bold !important;
    transition: background 0.3s !important;
}

#hero-drpet-custom .cta-button:hover {
    background-color: #044b25 !important;
}

/* Coluna B: Vídeo */
#hero-drpet-custom .hero-video-column {
    flex: 1 1 40% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
}

#hero-drpet-custom .video-container {
    width: 100% !important;
    max-width: 320px !important;
    position: relative !important;
    aspect-ratio: 9 / 16 !important;
    border-radius: 20px !important;
    border: 4px solid #066734 !important;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5) !important;
    overflow: hidden !important;
    background: #000 !important;
    /* Trava de altura absoluta */
    height: auto !important;
}

/* Isolamento completo da tag vídeo contra o tema global */
#hero-drpet-custom .presentation-video {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
    max-width: none !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* =========================================
   RESPONSIVIDADE (Mobile e Tablets)
   ========================================= */
@media (max-width: 992px) {
    #hero-drpet-custom.hero-section {
        min-height: auto !important; 
        padding-bottom: 40px !important;
    }

    #hero-drpet-custom .hero-content {
        flex-direction: column !important;
        text-align: center !important;
        padding-top: 10px !important;
    }

    #hero-drpet-custom .hero-text {
        width: 100% !important;
        margin-bottom: 30px !important;
    }

    #hero-drpet-custom .hero-text h1 {
        font-size: 2.2rem !important;
    }

    #hero-drpet-custom .video-container {
        max-width: 280px !important; 
        margin: 0 auto !important;
    }
}

/* --- Estilos da Navbar --- */
.navbar {
    width: 100%;
    padding: 15px 0;
    position: relative; /* ou 'absolute'/'fixed' dependendo do seu design */
    z-index: 10;
}

.nav-wrapper {
    max-width: 1200px; /* Ajuste para o tamanho do seu container padrão */
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between; /* Empurra logo para esquerda e ações para direita */
    align-items: center;
}

.logo {
    max-height: 60px; /* Ajuste conforme necessário */
    width: auto;
}

/* --- Ações da Navbar (Redes e CTA) --- */
.nav-actions {
    display: flex;
    align-items: center;
    gap: 20px; /* Espaço entre o Instagram e o botão */
}

.social-icon {
    color: #ffffff; /* Ajuste a cor do ícone (branco para contrastar no hero) */
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease, color 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
    color: #e1306c; /* Cor clássica do Instagram no hover */
}

.nav-cta-button {
    background-color: #25D366; /* Verde WhatsApp */
    color: #ffffff;
    padding: 10px 24px;
    border-radius: 5px; /* Ajuste o arredondamento */
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.nav-cta-button:hover {
    background-color: #1ebe5d;
    transform: translateY(-2px);
}

/* Responsividade Básica para Celular */
@media (max-width: 768px) {
    .nav-actions {
        gap: 10px;
    }
    
    .nav-cta-button {
        padding: 8px 16px;
        font-size: 14px;
    }
    
    .logo {
        max-height: 45px;
    }
}
@media (max-width: 992px) {
    #hero-drpet-custom.hero-section {
        min-height: auto !important; 
        padding-top: 90px !important; /* NOVO: Respiro para o menu no celular */
        padding-bottom: 40px !important;
    }

    #hero-drpet-custom .hero-content {
        flex-direction: column !important;
        text-align: center !important;
        padding-top: 10px !important;
    }
    
    /* ... resto do seu código mobile continua igual ... */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1f3a4552 *//* =========================================
   HERO SECTION - BLINDADA CONTRA O ELEMENTOR
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    height: auto;
    padding-bottom: 60px;
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    /* Evita que qualquer coisa fuja do header */
    overflow: hidden; 
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 1;
}

.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
    width: 100%;
}

.nav-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.logo {
    max-width: 180px; /* Ajuste conforme necessário */
    height: auto;
}

.hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap; /* Faz o texto e vídeo quebrarem linha naturalmente no mobile */
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    color: #ffffff;
    width: 100%;
    max-width: 1200px;
    margin: auto; /* Centraliza vertical e horizontalmente */
    padding: 20px;
}

/* Coluna A: Texto */
.hero-text {
    flex: 1 1 50%; /* Ocupa pelo menos 50% do espaço no desktop */
    min-width: 300px;
}

.hero-text h1 {
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
}

.hero-text .subtitle {
    font-size: 1.2rem;
    margin-bottom: 20px;
    opacity: 0.9;
}

.hero-text .services-list {
    font-size: 1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    background-color: #066734;
    color: #fff;
    padding: 15px 30px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

.cta-button:hover {
    background-color: #044b25;
}

/* Coluna B: Vídeo */
.hero-video-column {
    flex: 1 1 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.video-container {
    width: 100%;
    max-width: 320px;
    position: relative;
    /* A MÁGICA: Controla o tamanho perfeitamente */
    aspect-ratio: 9 / 16;
    border-radius: 20px;
    border: 4px solid #066734;
    box-shadow: 0 20px 40px rgba(0,0,0,0.5);
    overflow: hidden;
    background: #000;
}

/* O position absolute no vídeo garante que ele nunca empurre a div além do aspecto 9:16 */
.presentation-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* =========================================
   RESPONSIVIDADE (Mobile e Tablets)
   ========================================= */
@media (max-width: 992px) {
    .hero-section {
        /* Removemos o 100vh no celular para a seção crescer o quanto precisar sem vazar */
        min-height: auto; 
        padding-bottom: 40px;
    }

    .hero-content {
        flex-direction: column;
        text-align: center;
        padding-top: 10px;
    }

    .hero-text {
        width: 100%;
        margin-bottom: 30px;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .video-container {
        max-width: 280px; 
        margin: 0 auto;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-48c30903 *//* =========================================
   SERVICES SECTION
   ========================================= */
.services-section {
    padding: 100px 0;
    background-color: #f9f9f9; /* Fundo levemente cinza para destacar os cards brancos */
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header h2 {
    font-size: 2.5rem;
    color: #066734; /* Seu verde principal */
    margin-bottom: 15px;
    font-weight: 700;
}

.section-header p {
    font-size: 1.1rem;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.service-card {
    background-color: #ffffff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-bottom: 4px solid transparent;
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
    border-bottom: 4px solid #066734; /* Destaque verde no hover */
}

.icon-box {
    font-size: 2.5rem;
    margin-bottom: 20px;
    display: block;
}

.service-card h3 {
    font-size: 1.4rem;
    color: #333;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Ajustes para Mobile */
@media (max-width: 768px) {
    .services-section {
        padding: 60px 0;
    }
    
    .services-grid {
        grid-template-columns: 1fr; /* Coluna única no celular */
    }

    .service-card {
        padding: 30px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-2645adba *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa 100% da altura da tela */
    min-height: 600px;
    /* Imagem de fundo do consultório fornecida */
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Sobreposição escura para destacar a logo e os textos brancos */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 65% de opacidade preta */
    z-index: 1;
}

/* Barra de Navegação */
.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Conteúdo da Hero */
.hero-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinhado à esquerda, visual moderno */
    color: #ffffff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 700px;
}

.hero-content .services-list {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 700px;
    line-height: 1.6;
}

/* Botão CTA com a cor verde do briefing */
.cta-button {
    display: inline-block;
    background-color: #066734; /* Cor verde especificada */
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px; /* Bordas arredondadas para um visual mais amigável */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(6, 103, 52, 0.4);
}

.cta-button:hover {
    background-color: #055229; /* Tom de verde um pouco mais escuro no hover */
    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center; /* Centraliza a logo no mobile */
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .subtitle {
        font-size: 1.1rem;
    }

    .hero-content .services-list {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-104dc42d *//* =========================================
   CTA DARK SECTION (Pré-Rodapé)
   ========================================= */
.cta-dark-section {
    background-color: #1a1a1a; /* Fundo escuro para gerar o contraste */
    padding: 100px 0;
}

.cta-card {
    background-color: #ffffff; /* Card branco */
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4);
    border-top: 8px solid #066734; /* Detalhe com a cor principal */
    position: relative;
    /* Faz o card "subir" um pouco visualmente */
    transform: translateY(-20px); 
}

.cta-card h2 {
    color: #333;
    font-size: 2.2rem;
    margin-bottom: 20px;
    font-weight: 700;
}

.cta-card p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 35px;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

/* =========================================
   BOTÃO WHATSAPP FLUTUANTE
   ========================================= */
.floating-whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #25D366; /* Cor oficial do WhatsApp para maior reconhecimento */
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.floating-whatsapp svg {
    width: 35px;
    height: 35px;
    fill: #ffffff;
}

.floating-whatsapp:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.4);
}

/* Ajustes para Mobile */
@media (max-width: 768px) {
    .cta-card {
        padding: 40px 20px;
    }
    
    .cta-card h2 {
        font-size: 1.8rem;
    }
    
    .floating-whatsapp {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .floating-whatsapp svg {
        width: 28px;
        height: 28px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-55ca059c *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa 100% da altura da tela */
    min-height: 600px;
    /* Imagem de fundo do consultório fornecida */
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Sobreposição escura para destacar a logo e os textos brancos */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 65% de opacidade preta */
    z-index: 1;
}

/* Barra de Navegação */
.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Conteúdo da Hero */
.hero-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinhado à esquerda, visual moderno */
    color: #ffffff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 700px;
}

.hero-content .services-list {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 700px;
    line-height: 1.6;
}

/* Botão CTA com a cor verde do briefing */
.cta-button {
    display: inline-block;
    background-color: #066734; /* Cor verde especificada */
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px; /* Bordas arredondadas para um visual mais amigável */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(6, 103, 52, 0.4);
}

.cta-button:hover {
    background-color: #055229; /* Tom de verde um pouco mais escuro no hover */
    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center; /* Centraliza a logo no mobile */
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .subtitle {
        font-size: 1.1rem;
    }

    .hero-content .services-list {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-37b5f428 *//* =========================================
   WHY CHOOSE US SECTION
   ========================================= */
.why-choose-us {
    padding: 100px 0;
    background-color: #ffffff;
}

.intro-content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 80px;
}

.section-title {
    font-size: 2.5rem;
    color: #066734;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.highlight-text {
    font-size: 1.25rem;
    line-height: 1.8;
    color: #444;
    font-style: italic;
}

.features-container {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.feature-row {
    display: flex;
    align-items: center;
    gap: 50px;
}

.feature-row.reverse {
    flex-direction: row-reverse;
}

.feature-text {
    flex: 1;
}

.feature-number {
    font-size: 3rem;
    font-weight: 700;
    color: rgba(6, 103, 52, 0.1); /* Verde bem clarinho para o número */
    display: block;
    margin-bottom: -20px;
}

.feature-text h3 {
    font-size: 1.8rem;
    color: #066734;
    margin-bottom: 15px;
    position: relative;
}

.feature-text p {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #555;
}

.feature-image {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 15px 45px rgba(0,0,0,0.1);
}

.feature-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
    display: block;
}

.feature-image:hover img {
    transform: scale(1.05);
}

.final-quote {
    text-align: center;
    margin-top: 100px;
    padding: 40px;
    background-color: #f0f7f3;
    border-radius: 15px;
    border-left: 5px solid #066734;
}

.final-quote p {
    font-size: 1.3rem;
    font-weight: 600;
    color: #066734;
    line-height: 1.5;
}

/* Responsividade */
@media (max-width: 992px) {
    .feature-row, .feature-row.reverse {
        flex-direction: column;
        text-align: center;
        gap: 30px;
    }

    .feature-image img {
        height: 300px;
    }
    
    .section-title {
        font-size: 2rem;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-624b37f9 *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa 100% da altura da tela */
    min-height: 600px;
    /* Imagem de fundo do consultório fornecida */
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Sobreposição escura para destacar a logo e os textos brancos */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 65% de opacidade preta */
    z-index: 1;
}

/* Barra de Navegação */
.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Conteúdo da Hero */
.hero-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinhado à esquerda, visual moderno */
    color: #ffffff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 700px;
}

.hero-content .services-list {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 700px;
    line-height: 1.6;
}

/* Botão CTA com a cor verde do briefing */
.cta-button {
    display: inline-block;
    background-color: #066734; /* Cor verde especificada */
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px; /* Bordas arredondadas para um visual mais amigável */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(6, 103, 52, 0.4);
}

.cta-button:hover {
    background-color: #055229; /* Tom de verde um pouco mais escuro no hover */
    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center; /* Centraliza a logo no mobile */
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .subtitle {
        font-size: 1.1rem;
    }

    .hero-content .services-list {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1bf3abf7 *//* =========================================
   ABOUT PROFESSIONAL SECTION
   ========================================= */
.about-professional {
    padding: 120px 0;
    background-color: #fdfdfd;
}

.about-grid {
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-image {
    flex: 1;
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 30px;
    box-shadow: 20px 20px 0px #066734; /* Detalhe em verde atrás da foto */
    display: block;
}

.about-text {
    flex: 1.2;
}

.badge {
    display: inline-block;
    background-color: rgba(6, 103, 52, 0.1);
    color: #066734;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-text h2 {
    font-size: 2.8rem;
    color: #333;
    margin-bottom: 25px;
    font-weight: 700;
}

.about-text p {
    font-size: 1.15rem;
    color: #555;
    line-height: 1.7;
    margin-bottom: 20px;
}

/* Caixa de Estatísticas */
.stats-box {
    display: flex;
    gap: 40px;
    margin: 30px 0;
    padding: 25px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2rem;
    font-weight: 800;
    color: #066734;
}

.stat-desc {
    font-size: 0.9rem;
    color: #777;
    font-weight: 600;
    text-transform: uppercase;
}

.professional-description {
    margin-bottom: 30px;
}

/* CTA Secundário dentro da secção */
.secondary-cta {
    margin-top: 20px;
    background-color: #066734;
    transition: all 0.3s ease;
}

.secondary-cta:hover {
    background-color: #044d27;
    transform: scale(1.05);
}

/* Responsividade */
@media (max-width: 992px) {
    .about-grid {
        flex-direction: column;
        gap: 50px;
        text-align: center;
    }

    .about-image img {
        box-shadow: 10px 10px 0px #066734;
        max-width: 400px;
        margin: 0 auto;
    }

    .stats-box {
        justify-content: center;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7c9b2b8a *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa 100% da altura da tela */
    min-height: 600px;
    /* Imagem de fundo do consultório fornecida */
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Sobreposição escura para destacar a logo e os textos brancos */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 65% de opacidade preta */
    z-index: 1;
}

/* Barra de Navegação */
.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Conteúdo da Hero */
.hero-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinhado à esquerda, visual moderno */
    color: #ffffff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 700px;
}

.hero-content .services-list {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 700px;
    line-height: 1.6;
}

/* Botão CTA com a cor verde do briefing */
.cta-button {
    display: inline-block;
    background-color: #066734; /* Cor verde especificada */
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px; /* Bordas arredondadas para um visual mais amigável */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(6, 103, 52, 0.4);
}

.cta-button:hover {
    background-color: #055229; /* Tom de verde um pouco mais escuro no hover */
    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center; /* Centraliza a logo no mobile */
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .subtitle {
        font-size: 1.1rem;
    }

    .hero-content .services-list {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-69b78f01 *//* =========================================
   TESTIMONIALS SECTION
   ========================================= */
.testimonials-section {
    padding-top: 100px;
    background-color: #f9f9f9;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.stars {
    color: #066734; /* Verde principal */
    font-size: 1.5rem;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.review-text {
    font-size: 1.05rem;
    color: #555;
    font-style: italic;
    line-height: 1.6;
    margin-bottom: 30px;
    flex-grow: 1;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    background-color: rgba(6, 103, 52, 0.1);
    color: #066734;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    font-weight: 700;
}

.client-details h4 {
    color: #333;
    font-size: 1.1rem;
    margin-bottom: 3px;
    font-weight: 700;
}

.client-details span {
    font-size: 0.9rem;
    color: #777;
}

/* Responsividade */
@media (max-width: 768px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-4d6214b0 *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa 100% da altura da tela */
    min-height: 600px;
    /* Imagem de fundo do consultório fornecida */
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Sobreposição escura para destacar a logo e os textos brancos */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 65% de opacidade preta */
    z-index: 1;
}

/* Barra de Navegação */
.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Conteúdo da Hero */
.hero-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinhado à esquerda, visual moderno */
    color: #ffffff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 700px;
}

.hero-content .services-list {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 700px;
    line-height: 1.6;
}

/* Botão CTA com a cor verde do briefing */
.cta-button {
    display: inline-block;
    background-color: #066734; /* Cor verde especificada */
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px; /* Bordas arredondadas para um visual mais amigável */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(6, 103, 52, 0.4);
}

.cta-button:hover {
    background-color: #055229; /* Tom de verde um pouco mais escuro no hover */
    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center; /* Centraliza a logo no mobile */
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .subtitle {
        font-size: 1.1rem;
    }

    .hero-content .services-list {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebab2d8 *//* =========================================
   FAQ SECTION
   ========================================= */
.faq-section {
    padding: 100px 0;
    background-color: #ffffff;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.faq-item h3 {
    color: #066734;
    font-size: 1.2rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.faq-item p {
    color: #555;
    line-height: 1.6;
}

/* =========================================
   FOOTER
   ========================================= */
.main-footer {
    background-color: #1a1a1a; /* Fundo escuro para destacar a logo */
    color: #ffffff;
    padding: 80px 0 30px;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 50px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

.footer-col h4 {
    color: #066734;
    font-size: 1.2rem;
    margin-bottom: 25px;
    font-weight: 700;
}

.footer-col p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: #bbb;
}

.footer-col ul {
    list-style: none;
}

.footer-col ul li {
    margin-bottom: 15px;
    font-size: 0.95rem;
    color: #bbb;
}

.footer-col ul li a {
    color: #bbb;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-col ul li a:hover {
    color: #066734;
}

.social-link {
    color: #ffffff;
    text-decoration: none;
    background: #066734;
    padding: 10px 20px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 20px;
    font-weight: 600;
}

.google-maps-btn a {
    color: #bbb;
    font-size: 0.9rem;
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 30px;
    text-align: center;
    font-size: 0.85rem;
    color: #777;
}

/* Responsividade */
@media (max-width: 992px) {
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .faq-grid {
        grid-template-columns: 1fr;
    }
    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-64bb3797 *//* Reset básico */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
    color: #333;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* =========================================
   HERO SECTION
   ========================================= */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh; /* Ocupa 100% da altura da tela */
    min-height: 600px;
    /* Imagem de fundo do consultório fornecida */
    background-image: url('https://mrgdigital.com.br/wp-content/uploads/2026/04/consultorio-scaled.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

/* Sobreposição escura para destacar a logo e os textos brancos */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.65); /* 65% de opacidade preta */
    z-index: 1;
}

/* Barra de Navegação */
.navbar {
    position: relative;
    z-index: 2;
    padding: 30px 0;
}

.logo {
    max-width: 220px;
    height: auto;
    display: block;
}

/* Conteúdo da Hero */
.hero-content {
    position: relative;
    z-index: 2;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; /* Alinhado à esquerda, visual moderno */
    color: #ffffff;
}

.hero-content h1 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    max-width: 800px;
}

.hero-content .subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 15px;
    max-width: 700px;
}

.hero-content .services-list {
    font-size: 1.1rem;
    font-weight: 600;
    color: #e0e0e0;
    margin-bottom: 40px;
    max-width: 700px;
    line-height: 1.6;
}

/* Botão CTA com a cor verde do briefing */
.cta-button {
    display: inline-block;
    background-color: #066734; /* Cor verde especificada */
    color: #ffffff;
    font-size: 1.125rem;
    font-weight: 700;
    text-decoration: none;
    padding: 18px 40px;
    border-radius: 50px; /* Bordas arredondadas para um visual mais amigável */
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0 4px 15px rgba(6, 103, 52, 0.4);
}

.cta-button:hover {
    background-color: #055229; /* Tom de verde um pouco mais escuro no hover */
    transform: translateY(-2px);
}

/* =========================================
   RESPONSIVIDADE (Mobile)
   ========================================= */
@media (max-width: 768px) {
    .navbar {
        display: flex;
        justify-content: center; /* Centraliza a logo no mobile */
    }

    .hero-content {
        align-items: center;
        text-align: center;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-content .subtitle {
        font-size: 1.1rem;
    }

    .hero-content .services-list {
        font-size: 1rem;
    }

    .cta-button {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
    }
}/* End custom CSS */
/* Start custom CSS *//* --- Navbar Fixa --- */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; /* Garante que fique acima de tudo */
    background-color: rgba(15, 15, 15, 0.9); /* Fundo escuro levemente transparente */
    backdrop-filter: blur(8px); /* Efeito de desfoque no fundo */
    transition: all 0.3s ease;
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

/* Classe ativada via JS quando a página rolar (encolhe levemente a barra) */
.navbar.scrolled {
    padding: 10px 0;
    background-color: rgba(15, 15, 15, 0.98);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.nav-wrapper {
    width: 100%; /* Força a ocupar toda a largura disponível */
    box-sizing: border-box; /* Evita que o padding quebre o layout */
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo { 
    max-height: 55px; 
    width: auto; 
    transition: max-height 0.3s ease; 
}
.navbar.scrolled .logo { 
    max-height: 45px; 
}

/* --- Menu Desktop --- */
.nav-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}

.nav-links a {
    color: #f1f1f1;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover { 
    color: #25D366; 
}

.nav-actions { 
    display: flex; 
    align-items: center; 
    gap: 15px; 
}

.social-icon { 
    color: #fff; 
    transition: transform 0.3s, color 0.3s; 
    display: flex;
}
.social-icon:hover { 
    transform: scale(1.1); 
    color: #e1306c; 
}

.nav-cta-button {
    background-color: #25D366;
    color: #fff;
    padding: 10px 22px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    transition: background-color 0.3s, transform 0.3s;
}
.nav-cta-button:hover { 
    background-color: #1ebe5d; 
    transform: translateY(-2px); 
}

/* --- Menu Mobile (Hambúrguer) --- */
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    z-index: 10000;
}

.hamburger span {
    width: 28px;
    height: 3px;
    background-color: #fff;
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}

/* Responsividade */
@media (max-width: 992px) {
    .hamburger { 
        display: flex; 
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%; /* Esconde o menu fora da tela */
        width: 280px;
        height: 100vh;
        background-color: #1a1a1a;
        flex-direction: column;
        align-items: flex-start;
        padding: 90px 20px 30px;
        gap: 30px;
        transition: right 0.4s cubic-bezier(0.77, 0, 0.175, 1);
        box-shadow: -5px 0 15px rgba(0,0,0,0.5);
    }

    .nav-menu.active { 
        right: 0; /* Traz o menu para a tela */
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 20px;
    }

    .nav-links a {
        font-size: 18px;
        display: block;
        width: 100%;
    }

    .nav-actions {
        flex-direction: column;
        width: 100%;
        align-items: flex-start;
        gap: 20px;
    }

    .nav-cta-button {
        width: 100%;
        text-align: center;
    }

    /* Animação do X no botão hambúrguer */
    .hamburger.active span:nth-child(1) { 
        transform: translateY(9px) rotate(45deg); 
    }
    .hamburger.active span:nth-child(2) { 
        opacity: 0; 
    }
    .hamburger.active span:nth-child(3) { 
        transform: translateY(-9px) rotate(-45deg); 
    }
}

/* Estilo do link de telefone central */
.mobile-phone-link {
    display: none; /* Escondido por padrão (Desktop) */
    align-items: center;
    gap: 8px;
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    font-size: 14px;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 8px 12px;
    border-radius: 50px;
    border: 1px solid rgba(37, 211, 102, 0.5); /* Bordas verdes suaves */
}

.mobile-phone-link svg {
    color: #25D366; /* Ícone verde para destaque */
}

/* Responsividade: Mostrar apenas no Mobile/Tablet */
@media (max-width: 992px) {
    .mobile-phone-link {
        display: flex; /* Aparece no mobile */
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
    
    /* Ajuste para a logo não bater no número em telas muito pequenas */
    .logo {
        max-height: 40px !important;
    }

    .nav-wrapper {
        position: relative; /* Necessário para o posicionamento absolute do link */
    }
}

/* Ajuste fino para celulares pequenos */
@media (max-width: 400px) {
    .mobile-phone-link span {
        font-size: 12px;
    }
    .mobile-phone-link {
        padding: 6px 10px;
    }
}/* End custom CSS */