:root {
        --primary: #0066cc;
        --primary-dark: #0052a3;
        --secondary: #00a896;
        --accent: #ff6b35;
        --light: #f8f9fa;
        --dark: #212529;
        --gray: #6c757d;
        --light-gray: #e9ecef;
        --border-radius: 12px;
        --box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
        --transition: all 0.3s ease;
  --cor-primaria: #0B3D5F; /* Azul Escuro */
    --cor-cta: #00A99D;      /* Verde Água/Ciano */
    --cor-fundo-claro: #F5F9FC;
    --cor-texto: #34495E;
    --cor-texto-suave: #6c757d;
    --border-radius: 12px;
    --shadow-soft: 0 8px 25px rgba(0, 0, 0, 0.07);
  

    --cor-cta-hover: #008a7e;
    --cor-fundo-claro: #F5F9FC;


    }.email-trap {
    display: none !important;
    visibility: hidden !important;
      
}
/* Fundo escurecido do modal (backdrop) */
.modal-backdrop {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
}

/*--------------------------------------------------------------
# CSS para o Modal de Orçamento (CORRIGIDO)
--------------------------------------------------------------*/


/* Conteúdo principal do modal */
#exampleModal .modal-content {
  
    border-radius: 10px;
   
}

/* Cabeçalho do modal */
#exampleModal .modal-header {
    border-bottom: 1px solid rgba(255, 184, 0, 0.2);
    padding: 1rem 1.5rem;
}

#exampleModal .modal-title {
    font-family: var(--font-headline);
    color: var(--action-yellow);
    font-size: 1.5rem;
}


#exampleModal .btn-close:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 184, 0, 0.5);
}

/* Corpo do modal */
#exampleModal .modal-body {
    padding: 1.5rem;
}

#exampleModal .modal-body p {
    color: var(--text-light);
}

/* --- Estilos específicos para os campos do Contact Form 7 --- */

.wpcf7-form p {
    margin-bottom: 1.25rem;
}

.wpcf7-form label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;

}

/* Estilo geral para todos os campos */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea,
.wpcf7-form select {
    width: 100%;
    padding: 0.75rem 1rem;
    background-color: var(--primary-color); /* Fundo azul escuro */
    border: 1px solid #555; /* Borda um pouco mais visível */
    border-radius: 5px;
    color: var(--text-light);
    font-size: 1rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}


/* REGRA CORRIGIDA: Seta do Select visível */
.wpcf7-form select {
    /* Remove a aparência padrão do navegador */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* Adiciona nossa seta amarela personalizada como imagem de fundo */
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFB800" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/><path d="M0 0h24v24H0z" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1.5em;
    padding-right: 2.5rem; /* Garante que o texto não fique embaixo da seta */
}

/* Estilo para o botão de envio */
.wpcf7-form .wpcf7-submit {

 
    border: none;
    transition: transform 0.2s ease, background-color 0.2s ease;
    width: 100%;
    padding: 0.8rem 1rem;
    font-size: 1.1rem;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 5px;
    cursor: pointer;
}

.wpcf7-form .wpcf7-submit:hover {
    background-color: #ffd04d;
    transform: scale(1.02);
}

/* Texto de rodapé */
#exampleModal .modal-body small {
    color: rgba(255, 255, 255, 0.6);
}
/* Seção Convênios */

.insurance-section {

    background: var(--light);

}



.insurance-logo {

    height: 70px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin: 15px;

    padding: 15px 25px;

    background: white;

    border-radius: 10px;

    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);

    transition: all 0.4s ease;

}



.insurance-logo:hover {

    transform: translateY(-5px);

    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

}



.insurance-logo img {

    max-height: 100%;

    max-width: 100%;

    filter: grayscale(100%);

    opacity: 0.8;

    transition: all 0.4s ease;

}



.insurance-logo:hover img {

    filter: grayscale(0);

    opacity: 1;

}

    body {
        font-family: 'Open Sans', sans-serif;
        line-height: 1.6;
        color: var(--dark);
        overflow-x: hidden;
        background-color: #ffffff;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        line-height: 1.2;
    }

    .btn {
        display: inline-block;
        padding: 14px 32px;
        background-color: var(--accent);
        color: white;
        border-radius: var(--border-radius);
        text-decoration: none;
        font-weight: 600;
        font-size: 1.1rem;
        transition: var(--transition);
        border: none;
        cursor: pointer;
        text-align: center;
        box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
    }

    .btn:hover {
        background-color: #e55a2a;
        transform: translateY(-3px);
        box-shadow: 0 6px 16px rgba(255, 107, 53, 0.4);
    }

    .btn-secondary {
        background-color: var(--secondary);
        box-shadow: 0 4px 12px rgba(0, 168, 150, 0.3);
    }

    .btn-secondary:hover {
        background-color: #008f7f;
        box-shadow: 0 6px 16px rgba(0, 168, 150, 0.4);
    }

    .btn-whatsapp {
        background-color: #25D366;
        box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
    }

    .btn-whatsapp:hover {
        background-color: #20bd5a;
        box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
    }

    section {
        padding: 5rem 0;
    }

    /* Header Styles */
    header {
        background-color: white;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .logo h1 {
        font-size: 1.5rem;
        margin-bottom: 0;
        color: var(--primary);
    }

    .logo span {
        color: var(--secondary);
    }

    .nav-link {
        font-weight: 600;
        color: var(--dark);
        position: relative;
        padding: 0.5rem 1rem;
    }

    .nav-link:hover {
        color: var(--primary);
    }

    .nav-link:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 1rem;
        width: calc(100% - 2rem);
        height: 2px;
        background-color: var(--primary);
        transition: var(--transition);
        transform: scaleX(0);
    }

    .nav-link:hover:after {
        transform: scaleX(1);
    }

    .header-contact a {
        color: var(--primary);
        text-decoration: none;
        font-weight: 600;
    }

    .header-contact span {
        font-size: 0.9rem;
        color: var(--gray);
    }

    /* Hero Section */
    .hero {
        background: linear-gradient(135deg, rgba(0, 102, 204, 0.9) 0%, rgba(0, 168, 150, 0.85) 100%), url('https://hiperbaricarondonopolis.com.br/tratamento-de-feridas-em-rondonopolis/wp-content/uploads/2025/07/2149126948.jpg');
        background-size: cover;
        background-position: center;
        color: white;
        padding: 3rem 0 3rem;
        position: relative;
    }

    .hero h1 {
    
        line-height: 1.1;
    }



    .feature-card {
        background: rgba(255, 255, 255, 0.15);
        backdrop-filter: blur(10px);
        border-radius: var(--border-radius);
        padding: 1.5rem;
        border: 1px solid rgba(255, 255, 255, 0.2);
        height: 100%;
    }

    .feature-card i {
        font-size: 2.5rem;
        margin-bottom: 1rem;
        color: white;
    }

    /* Benefits Section */
    .benefits {
        background-color: var(--light);
    }

    .section-header {
        text-align: center;
        max-width: 800px;
        margin: 0 auto 4rem;
    }

    .section-header h2 {
        font-size: 2.5rem;
        color: var(--primary);
        position: relative;
        display: inline-block;
        margin-bottom: 1.5rem;
    }

    .section-header h2:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 4px;
        background-color: var(--accent);
        border-radius: 2px;
    }

    .section-header p {
        font-size: 1.1rem;
        color: var(--gray);
    }

    .benefit-card {
        background: white;
        border-radius: var(--border-radius);
        overflow: hidden;
        box-shadow: var(--box-shadow);
        transition: var(--transition);
        height: 100%;
    }

    .benefit-card:hover {
        transform: translateY(-10px);
        box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    }

    .benefit-icon {
        height: 200px;
        background: linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 4rem;
        color: white;
    }

    /* Athletes Section */
    .athlete-logo {
        background: var(--light);
        border-radius: var(--border-radius);
        padding: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100px;
        transition: var(--transition);
    }

    .athlete-logo:hover {
        transform: scale(1.05);
        box-shadow: var(--box-shadow);
    }

    .highlight-text {
        font-size: 1.5rem;
        font-weight: 600;
        color: var(--primary);
    }

    /* Indications Section */
    .indications {
        background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 100%);
        color: white;
    }

    .indications .section-header h2 {
        color: white;
    }

    .indication-card {
        background: rgba(255, 255, 255, 0.1);
        border-radius: var(--border-radius);
        padding: 2rem;
        text-align: center;
        transition: var(--transition);
        backdrop-filter: blur(5px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        height: 100%;
    }

    .indication-card:hover {
        transform: translateY(-5px);
        background: rgba(255, 255, 255, 0.15);
    }

    .indication-card i {
        font-size: 3rem;
        margin-bottom: 1.5rem;
        color: white;
    }

    /* Testimonials */
    .testimonials {
        background-color: var(--light);
    }

    .testimonial-card {
        background: white;
        border-radius: var(--border-radius);
        box-shadow: var(--box-shadow);
        padding: 2rem;
        position: relative;
        height: 100%;
    }

    .testimonial-card:before {
        content: '"';
        position: absolute;
        top: 20px;
        left: 20px;
        font-size: 5rem;
        color: var(--light-gray);
        font-family: Georgia, serif;
        line-height: 1;
    }

    .testimonial-content {
        margin-top: 2rem;
        position: relative;
        z-index: 1;
    }

    .author-avatar {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        overflow: hidden;
        margin-right: 1rem;
        background-color: var(--light-gray);
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 1.5rem;
        color: var(--gray);
    }

    .rating {
        color: #ffc107;
    }

    /* CTA Section */
    .cta-section {
        background: linear-gradient(135deg, var(--secondary) 0%, #008a7a 100%);
        color: white;
        text-align: center;
        padding: 4rem 0;
    }

    .cta-timer {
        background: rgba(0, 0, 0, 0.2);
        display: inline-flex;
        padding: 1rem 2rem;
        border-radius: 50px;
        margin-bottom: 2rem;
        font-weight: 600;
    }

    .cta-timer i {
        margin-right: 0.5rem;
        animation: pulse 2s infinite;
    }

    @keyframes pulse {
        0% {
            transform: scale(1);
        }

        50% {
            transform: scale(1.1);
        }

        100% {
            transform: scale(1);
        }
    }

    /* Contact Section */
    .contact-info-card {
        background: var(--light);
        border-radius: var(--border-radius);
        padding: 2rem;
        box-shadow: var(--box-shadow);
    }

    .contact-method i {
        font-size: 1.5rem;
        color: var(--primary);
        margin-right: 1rem;
        min-width: 30px;
    }

    .map-container {
        height: 300px;
        border-radius: var(--border-radius);
        overflow: hidden;
        margin-top: 2rem;
        box-shadow: var(--box-shadow);
    }

    /* Footer */
    footer {
        background-color: var(--dark);
        color: white;
        padding: 4rem 0 2rem;
    }

    .footer-logo p {
        color: rgba(255, 255, 255, 0.7);
    }

    .social-links {
        display: flex;
        gap: 1rem;
    }

    .social-links a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 50%;
        color: white;
        text-decoration: none;
        transition: var(--transition);
    }

    .social-links a:hover {
        background: var(--primary);
        transform: translateY(-3px);
    }

    .footer-links a {
        color: rgba(255, 255, 255, 0.7);
        text-decoration: none;
        transition: var(--transition);
    }

    .footer-links a:hover {
        color: white;
        padding-left: 5px;
    }

    .copyright {
        text-align: center;
        padding-top: 2rem;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.9rem;
    }

    /* Animation classes */
    .reveal {
        opacity: 0;
        transform: translateY(30px);
        transition: all 0.8s ease;
    }

    .reveal.active {
        opacity: 1;
        transform: translateY(0);
    }

    /* Responsive Design */
    @media (max-width: 992px) {
        
    }

    @media (max-width: 768px) {
        section {
            padding: 3rem 0;
        }

        .hero {
            padding: 4rem 0 3rem;
        }

     


        .section-header h2 {
            font-size: 2rem;
        }
    }

    .athlete-name-badge {
        display: inline-block;
        background-color: var(--primary);
        /* Use sua cor primária */
        color: #fff;
        font-weight: bold;
        padding: 0.5rem 1rem;
        border-radius: 25px;
        /* Deixa as bordas arredondadas */
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
        /* Ajuste o tamanho da fonte conforme necessário */
    }
    
.video-section {

    padding: 80px 0;

    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);

    position: relative;

    overflow: hidden;

}



.video-container {
    max-width: 100%;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%; /* Proporção 16:9 */
}

.video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.map-container iframe {
    width: 100%;
    max-width: 100%;
    display: block;
}

.video-container:hover {

    transform: translateY(-5px);

    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);

}



video {

    width: 100%;

    display: block;

    background: #000;

}



.video-overlay {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: white;

    background: rgba(0, 0, 0, 0.3);

    opacity: 1;

    transition: all 0.3s ease;

}



.video-overlay.hidden {

    opacity: 0;

    pointer-events: none;

}



.play-button {

    width: 80px;

    height: 80px;

    background: rgba(255, 255, 255, 0.2);

    backdrop-filter: blur(5px);

    border-radius: 50%;

    display: flex;

    justify-content: center;

    align-items: center;

    cursor: pointer;

    transition: all 0.3s ease;

    border: 2px solid white;

}



.play-button i {

    font-size: 30px;

    color: white;

    margin-left: 5px;

}



.play-button:hover {

    transform: scale(1.1);

    background: rgba(255, 255, 255, 0.3);

}



.video-caption {

    margin-top: 20px;

    font-size: 1.2rem;

    font-weight: 500;

    text-align: center;

    max-width: 80%;

    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);

}


/* ============================================= */
/* == ESTILOS DA SEÇÃO DE BLOG == */
/* ============================================= */

/* -- Cabeçalho da Seção -- */
.blog-section .section-header .section-title {
    color: var(--cor-primaria, #0B3D5F); /* Usa a cor primária que já definimos */
}

/* -- Estilo do Card do Artigo -- */
.article-card {
    background-color: #fff;
    border-radius: 12px; /* Bordas arredondadas */
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07); /* Sombra suave */
    overflow: hidden; /* Importante para o efeito na imagem */
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.article-card:hover {
    transform: translateY(-8px); /* Efeito de "levantar" */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* -- Wrapper da Imagem (para efeito de zoom) -- */
.card-image-wrapper {
    overflow: hidden;
}

.article-card img {
    width: 100%;
    aspect-ratio: 16 / 9; /* Garante que todas as imagens tenham a mesma proporção */
    object-fit: cover; /* Garante que a imagem preencha o espaço sem distorcer */
    transition: transform 0.4s ease;
}

.article-card:hover img {
    transform: scale(1.05); /* Efeito de zoom suave na imagem */
}

/* -- Conteúdo do Card -- */
.card-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-category {
    display: inline-block;
    background-color: rgba(0, 169, 157, 0.1); /* Usa a cor de CTA com transparência */
    color: var(--cor-cta, #00A99D);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
    align-self: flex-start; /* Alinha a tag no início */
}

.card-title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.card-title a {
    text-decoration: none;
    color: var(--cor-primaria, #0B3D5F);
    transition: color 0.3s ease;
}

.card-title a:hover {
    color: var(--cor-cta, #00A99D);
}

.card-excerpt {
    color: var(--cor-texto, #34495E);
    font-size: 0.95rem;
    flex-grow: 1; /* Faz o resumo ocupar o espaço disponível */
    margin-bottom: 1.5rem;
}

.read-more-link {
    text-decoration: none;
    font-weight: 600;
    color: var(--cor-cta, #00A99D);
    transition: all 0.3s ease;
}

.read-more-link i {
    transition: transform 0.3s ease;
}

.read-more-link:hover {
    color: var(--cor-primaria, #0B3D5F);
}

.read-more-link:hover i {
    transform: translateX(5px); /* Efeito de seta se movendo */
}

/* ============================================= */
/* == ESTILO DO WIDGET FLUTUANTE DE WHATSAPP == */
/* ============================================= */
/* ============================================= */
/* == ESTILOS UNIFICADOS PARA POP-UPS E WIDGETS == */
/* ============================================= */

/* -- Fundo escurecido (Overlay) -- */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(11, 61, 95, 0.6);
    backdrop-filter: blur(5px);
    z-index: 1040; /* Deve ser menor que o z-index do modal (1050+) */
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
.popup-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* -- Pop-up Inteligente -- */
.smart-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 90%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    padding: 2.5rem;
    z-index: 1045; /* Acima do overlay, abaixo do modal */
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.smart-popup.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%) scale(1);
}

/* -- Conteúdo e Botões do Pop-up -- */
.popup-icon { font-size: 3rem; color: var(--cor-cta, #00A99D); margin-bottom: 1rem; }
.popup-title { font-family: 'Montserrat', sans-serif; color: var(--cor-primaria, #0B3D5F); font-weight: 700; font-size: 1.75rem; margin-bottom: 1rem; }
.popup-text { color: var(--cor-texto-suave, #6c757d); line-height: 1.6; margin-bottom: 2rem; }
.btn-popup-cta { display: block; width: 100%; background-color: var(--cor-cta, #00A99D); color: #fff; padding: 14px; border-radius: 8px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; border: none;}
.btn-popup-cta:hover { background-color: var(--cor-cta-hover, #008a7e); transform: scale(1.03); }
.close-popup { position: absolute; top: 15px; right: 15px; background: none; border: none; font-size: 2rem; color: #ccc; cursor: pointer; line-height: 1; transition: color 0.3s ease; }
.close-popup:hover { color: #333; }

/* -- Widget Flutuante do WhatsApp -- */
.whatsapp-widget-container {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    background: none;
    border: none;
    padding: 0;
}
.whatsapp-widget-container.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* -- Ícone e Mensagem do Widget Flutuante -- */
.whatsapp-button { width: 60px; height: 60px; background-color: #25D366; color: #FFF; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 32px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease; }
.whatsapp-button:hover { transform: scale(1.1); }
.whatsapp-message { background-color: #fff; padding: 12px 20px; border-radius: 10px; box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.15); position: relative; font-size: 0.95rem; color: #333; font-weight: 500; max-width: 220px; opacity: 0; transform: scale(0.8); transform-origin: right center; transition: all 0.4s ease-out; }
.whatsapp-message.show { opacity: 1; transform: scale(1); transition-delay: 1.5s; }
.close-message { position: absolute; top: -5px; right: 5px; font-size: 20px; color: #aaa; cursor: pointer; transition: color 0.3s ease; }
.close-message:hover { color: #333; }
.whatsapp-message::after { content: ''; position: absolute; top: 50%; right: -8px; transform: translateY(-50%); width: 0; height: 0; border-top: 8px solid transparent; border-bottom: 8px solid transparent; border-left: 8px solid #fff;}


/* Ocultar a mensagem (quando o usuário clica no 'x' ou ela é fechada) */
.whatsapp-message.hidden {
    display: none;
}

/* Botão 'x' para fechar a mensagem */
.close-message {
    position: absolute;
    top: -5px;
    right: 5px;
    font-size: 20px;
    color: #aaa;
    cursor: pointer;
    transition: color 0.3s ease;
}

.close-message:hover {
    color: #333;
}
.post-hero {
    background-color: var(--cor-fundo-claro);
    padding: 5rem 0;
    text-align: center;
}

.post-meta .post-categories a {
    display: inline-block;
    background-color: rgba(0, 169, 157, 0.1);
    color: var(--cor-cta);
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.post-meta .post-categories a:hover {
    background-color: var(--cor-cta);
    color: #fff;
}

.post-meta .post-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: var(--cor-primaria);
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.post-info {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    color: var(--cor-texto-suave);
}

.post-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.post-date-time {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.post-date-time span {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Responsividade para o Título */
@media (max-width: 768px) {
    .post-meta .post-title {
        font-size: 2rem;
    }
}

/* =============================================
   2. IMAGEM DE DESTAQUE
   ============================================= */
.post-featured-image {
    padding: 2rem 0;
}

.post-featured-image img {
    box-shadow: var(--shadow-soft);
    border-radius: var(--border-radius);
}

/* =============================================
   3. CONTEÚDO DO ARTIGO
   ============================================= */
.post-content-section {
    padding: 3rem 0;
}

.post-content {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--cor-texto);
}

.post-content p {
    margin-bottom: 1.5rem;
}

.post-content h2,
.post-content h3,
.post-content h4 {
    font-weight: 700;
    color: var(--cor-primaria);
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.post-content h2 { font-size: 2rem; }
.post-content h3 { font-size: 1.75rem; }
.post-content h4 { font-size: 1.5rem; }

.post-content a {
    color: var(--cor-cta);
    font-weight: 600;
    text-decoration: none;
    border-bottom: 2px solid rgba(0, 169, 157, 0.3);
    transition: all 0.3s ease;
}

.post-content a:hover {
    color: var(--cor-primaria);
    border-bottom-color: rgba(11, 61, 95, 0.5);
}

.post-content ul, .post-content ol {
    padding-left: 2rem;
    margin-bottom: 1.5rem;
}

.post-content li {
    margin-bottom: 0.75rem;
}

.post-content blockquote {
    border-left: 4px solid var(--cor-cta);
    padding: 1rem 2rem;
    margin: 2rem 0;
    background-color: var(--cor-fundo-claro);
    font-style: italic;
    font-size: 1.2rem;
    color: var(--cor-primaria);
}

/* =============================================
   4. TAGS E POSTS RELACIONADOS
   ============================================= */
.post-tags {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid #e9ecef;
}

.post-tags h5 {
    font-weight: 600;
    color: var(--cor-primaria);
    margin-bottom: 1rem;
}

.tags-list a {
    display: inline-block;
    background-color: #e9ecef;
    color: var(--cor-texto-suave);
    padding: 0.4rem 1rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
    border-radius: 5px;
    font-size: 0.85rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.tags-list a:hover {
    background-color: var(--cor-cta);
    color: #fff;
}

.related-posts {
    margin-top: 4rem;
    padding-top: 2rem;
    border-top: 1px solid #e9ecef;
}

.related-posts .section-title {
    text-align: left;
    font-size: 1.75rem;
    margin-bottom: 2rem;
}

.related-post-card {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    height: 100%;
    transition: all 0.3s ease;
}

.related-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.1);
}

.related-post-image img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.related-post-content {
    padding: 1rem;
}

.related-post-content h5 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.related-post-content h5 a {
    text-decoration: none;
    color: var(--cor-primaria);
}

.related-post-content h5 a:hover {
    color: var(--cor-cta);
}

.related-post-date {
    font-size: 0.8rem;
    color: var(--cor-texto-suave);
}
.section-title_category {
    font-size: 3rem;
    font-weight: 700;
    color: var(--cor-primaria);
    margin-bottom: 1rem;
}

/* =============================================
   2. CARD DO BLOG (Layout da Grade)
   ============================================= */
.blog-card {
    background-color: #fff;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
}

.blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

/* Imagem do Card */
.blog-card a:first-child {
    display: block;
    overflow: hidden; /* Garante que o efeito de zoom não vaze */
}

.blog-card .img-fluid {
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog-card:hover .img-fluid {
    transform: scale(1.05); /* Efeito de zoom na imagem */
}

/* Conteúdo do Card */
.blog-content {
    padding: 1.5rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-date {
    font-size: 0.8rem;
    color: var(--cor-texto-suave);
    margin-bottom: 0.5rem;
    display: block;
}

.blog-category a {
    display: inline-block;
    background-color: rgba(0, 169, 157, 0.1);
    color: var(--cor-cta);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-category a:hover {
    background-color: var(--cor-cta);
    color: #fff;
}

.blog-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
}

.blog-content h5 a {
    text-decoration: none;
    color: var(--cor-primaria);
    transition: color 0.3s ease;
}

.blog-content h5 a:hover {
    color: var(--cor-cta);
}

.blog-content p {
    font-size: 0.95rem;
    color: var(--cor-texto-suave);
    flex-grow: 1; /* Empurra o link "Ler mais" para baixo */
    margin-bottom: 1.5rem;
}

.btn-link {
    text-decoration: none;
    font-weight: 600;
    color: var(--cor-cta);
    align-self: flex-start; /* Alinha o link no início */
    transition: all 0.3s ease;
}

.btn-link .bi {
    transition: transform 0.3s ease;
}

.btn-link:hover {
    color: var(--cor-primaria);
}

.btn-link:hover .bi {
    transform: translateX(5px);
}


/* =============================================
   3. PAGINAÇÃO
   ============================================= */
.pagination {
    --bs-pagination-font-size: 1rem;
    --bs-pagination-padding-y: 0.5rem;
    --bs-pagination-padding-x: 1rem;
    --bs-pagination-color: var(--cor-cta);
    --bs-pagination-bg: #fff;
    --bs-pagination-border-color: #dee2e6;
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: var(--cor-cta);
    --bs-pagination-hover-border-color: var(--cor-cta);
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: var(--cor-cta);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 169, 157, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--cor-primaria);
    --bs-pagination-active-border-color: var(--cor-primaria);
    --bs-pagination-disabled-color: #6c757d;
    --bs-pagination-disabled-bg: #fff;
    --bs-pagination-disabled-border-color: #dee2e6;
}

/* O WordPress usa spans dentro dos links de paginação, então precisamos estilizá-los */
.pagination .page-item a span,
.pagination .page-item span {
    display: block;
    padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
}

/* ======================================================== */
/* == VARIAÇÃO DO BOTÃO CTA (ALTO CONTRASTE - LARANJA) == */
/* ======================================================== */

.btn-whatsapp-home {
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    text-decoration: none;
    text-align: center;
    border: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.5px;

    /* --- CORES DE ALTO CONTRASTE --- */
    background-color: #FF6B35; /* Laranja vibrante */
    color: #fff;
    box-shadow: 0 4px 20px rgba(255, 107, 53, 0.3);

    transition: all 0.3s ease-in-out;
}

.btn-whatsapp-home:hover {
    background-color: #F05A22; /* Laranja mais escuro */
    transform: translateY(-3px);
    box-shadow: 0 7px 25px rgba(255, 107, 53, 0.4);
    color: #fff;
}
/* ============================================= */
/* == ESTILO DO POP-UP INTELIGENTE DE CONVERSÃO == */
/* ============================================= */

/* -- Conteúdo do Pop-up -- */
.popup-icon {
    font-size: 3rem;
    color: var(--cor-cta, #00A99D);
    margin-bottom: 1rem;
}

.popup-title {
    font-family: 'Poppins', sans-serif;
    color: var(--cor-primaria, #0B3D5F);
    font-weight: 700;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}

.popup-text {
    color: var(--cor-texto-suave, #6c757d);
    line-height: 1.6;
    margin-bottom: 2rem;
}

.btn-popup-cta {
    display: block;
    width: 100%;
    background-color: #25D366; /* Cor do WhatsApp */
    color: #fff;
    padding: 14px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-popup-cta:hover {
    background-color: #128C7E;
    transform: scale(1.03);
}
.hero-cta .btn-cta-primary {
    margin-top: 2rem; /* ou 1.75rem, teste o que fica melhor */
}
.popup-secondary-link {
    display: block;
    margin-top: 1rem;
    font-size: 0.9rem;
    color: var(--cor-texto-suave, #6c757d);
    text-decoration: none;
}
.popup-secondary-link:hover {
    color: var(--cor-cta, #00A99D);
    text-decoration: underline;
}

/* -- Botão de Fechar ('x') -- */
.close-popup {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #ccc;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s ease;
}

.close-popup:hover {
    color: #333;
}

/* ============================================= */
/* == ESTILOS PARA BOTÕES DE CTA (HÍBRIDOS)   == */
/* ============================================= */

/* -- Estilo Base Comum para Ambos os Botões -- */
.btn-cta-primary,
.btn-cta-secondary {
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    border: 2px solid transparent; /* Borda transparente para manter o tamanho no hover */
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px; /* Espaço entre o ícone e o texto */
}

/* -- BOTÃO PRIMÁRIO (DESTAQUE MÁXIMO) -- */
.btn-cta-primary {

    color: white;
    box-shadow: 0 4px 20px rgba(0, 169, 157, 0.25);
}

.btn-cta-primary:hover {

    transform: translateY(-3px);
    box-shadow: 0 7px 25px rgba(0, 169, 157, 0.35);
    color: white;
}


/* -- BOTÃO SECUNDÁRIO (OUTLINE) -- */
.btn-cta-secondary {
    background-color: transparent;
    color: white;
    border-color: white;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.btn-cta-secondary:hover {
    background-color: white;
    color: var(--cor-primaria, #0B3D5F); /* O texto fica azul escuro */
    transform: translateY(-3px);
}

/* -- Corpo da Página: Centraliza todo o conteúdo -- */
.bridge-page-body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: var(--cor-fundo-claro, #F5F9FC);
    font-family: 'Poppins', sans-serif;
}

/* -- Container Principal -- */
.bridge-container {
    max-width: 600px;
    text-align: center;
    padding: 2rem;
}

.bridge-logo {
    margin-bottom: 2rem;
}

.bridge-title {
    color: var(--cor-primaria, #0B3D5F);
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.3;
    margin-bottom: 1rem;
}

.bridge-text {
    color: var(--cor-texto, #34495E);
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 2.5rem;
}

.bridge-text strong {
    color: var(--cor-primaria, #0B3D5F);
}


/* -- Barra de Progresso -- */
.progress-bar-wrapper {
    height: 8px;
    width: 100%;
    background-color: #e9ecef;
    border-radius: 4px;
    margin-bottom: 2.5rem;
    overflow: hidden;
}

.progress-bar-inner {
    height: 100%;
    width: 0%;
    background-color: var(--cor-cta, #00A99D);
    border-radius: 4px;
    animation: fillProgressBar 2s ease-out 1s forwards; /* Inicia após 1s */
}

@keyframes fillProgressBar {
    from { width: 0%; }
    to { width: 100%; }
}

/* -- Botão Final do WhatsApp -- */
.btn-whatsapp-final {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #25D366;
    color: #fff;
    padding: 16px 35px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.2rem;
    box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3);
    transition: all 0.3s ease;
    animation: pulseButton 2s infinite 3s; /* Inicia a pulsar após 3s */
}

.btn-whatsapp-final:hover {
    background-color: #128C7E;
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 8px 25px rgba(37, 211, 102, 0.4);
    color: #fff;
}

@keyframes pulseButton {
    0% { box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3); }
    50% { box-shadow: 0 5px 35px rgba(37, 211, 102, 0.5); }
    100% { box-shadow: 0 5px 20px rgba(37, 211, 102, 0.3); }
}


/* -- Animação de Entrada dos Elementos -- */
.anim-element {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn-Up 0.8s ease-out forwards;
}

/* Atrasos para cada elemento aparecer em sequência */
.bridge-logo { animation-delay: 0.2s; }
.bridge-title { animation-delay: 0.5s; }
.bridge-text { animation-delay: 0.8s; }
.progress-bar-wrapper { animation-delay: 1.1s; }
.btn-whatsapp-final { animation-delay: 3s; } /* O botão aparece por último */

@keyframes fadeIn-Up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
/* CSS para a animação do loader no modal de Hiperbárica */
.loader-hiperbarica {
  border: 4px solid #f3f3f3; /* Cinza claro */
  border-top: 4px solid #008080; /* Cor Teal (clínica/tecnologia) */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1.5s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}