/* --- Header Fixo --- */
.navbar-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    width: 100%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

body {
    padding-top: 80px;
}

/* Páginas sem header fixo (LP) */
body.lp-no-header {
    padding-top: 0 !important;
}

@media (max-width: 991.98px) {
    body {
        padding-top: 65px;
    }
    
    .navbar-fixed {
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    }
}

/* --- Página Sobre: Seção Hero --- */
.sobre-hero {
    background: #fff;
}
.sobre-hero-content {
    background-color: #283978;
    color: #fff;
    position: relative;
    padding: 60px 40px;
}
.titulo-sobre {
    font-weight: 700;
    line-height: 1.1;
    font-size: 2.6rem;
}
.titulo-sobre .destaque {
    color: #BE7512;
}
.texto-sobre {
    font-size: 1.05rem;
    max-width: 720px;
}
/* Arcos decorativos (quadrantes de círculo) */
.decor-arco {
    position: absolute;
    border: 2px solid rgba(190, 117, 18, 0.5);
    border-radius: 50%;
    width: 180px;
    height: 180px;
    opacity: 0.7;
}
/* Arco inferior esquerdo */
.arco-1 {
    left: 12%;
    top: 55%;
    border-top-color: transparent;
    border-right-color: transparent;
}
/* Arco superior direito */
.arco-2 {
    right: 6%;
    top: 8%;
}

/* Seção Cotação */
.pessoal-cotacao { background: #fff; }
.ps-breadcrumb-title {
    color: #283978;
    font-weight: 800;
    font-size: 1.4rem;
}
.ps-breadcrumb-sub {
    color: #00cfe8;
    font-weight: 800;
    font-size: 2rem;
}
.ps-headline {
    color: #5b6472;
    font-size: clamp(1.25rem, 2.2vw, 2.2rem);
    line-height: 1.35;
}
.ps-form-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e6e9ed;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.ps-form-title {
    color: #283978;
    font-weight: 800;
    letter-spacing: 0.5px;
}
.ps-form-subtitle { color: #6b6b6b; }
.ps-form-card .form-control,
.ps-form-card .form-select {
    background-color: #eee;
    border: 1px solid #e0e0e0;
    padding: 0.9rem 1rem;
    border-radius: 10px;
}
.ps-form-card .form-control:focus,
.ps-form-card .form-select:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 207, 232, 0.15);
    border-color: #00cfe8;
}
.btn-cotacao {
    background: #00cfe8;
    color: #fff;
    font-weight: 800;
    padding: 1rem 1.25rem;
    border-radius: 50px;
    letter-spacing: 0.5px;
}
.btn-cotacao:hover { 
    background: #07b9cf; 
    color: #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
}
    

@media (max-width: 991.98px) {
    .sobre-hero-content {
        padding: 40px 24px;
    }
    .titulo-sobre {
        font-size: 2rem;
    }
    .decor-arco {
        width: 120px;
        height: 120px;
    }
    .arco-1 { left: 8%; top: 62%; }
    .arco-2 { right: 8%; top: 10%; }
}

/* --- Página Planos: Seção Hero --- */
.planos-hero {
    background-color: #BE7512;
    color: #fff;
    min-height: 420px;
    overflow: hidden;
}

.planos-hero-breadcrumb {
    color: #283978;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.planos-hero-title {
    font-weight: 800;
    line-height: 1.1;
    font-size: 3rem;
}

.planos-hero-highlight {
    color: #263672;
}

.planos-hero-line {
    border-top: 2px dashed rgba(255, 255, 255, 0.9);
    width: 60%;
}
/* Imagem única da seção Planos */
.planos-hero-image {
    width: 520px;
    max-width: 100%;
    height: 380px;
    background-image: url('../assets/img/planos-hero-familia.jpg'); /* ajuste o caminho conforme seu asset */
    background-size: cover;
    background-position: center;
    border-radius: 16px;
    box-shadow: 0 12px 28px rgba(0,0,0,0.25);
}

/* Arcos decorativos da página Planos */
.arco-planos-1 {
    left: 10%;
    bottom: -20px;
    border-top-color: transparent;
    border-right-color: transparent;
}

.arco-planos-2 {
    right: 6%;
    top: 15%;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

@media (max-width: 992px) {
    .planos-hero-title { font-size: 2.2rem; }
    .planos-hero-image-top, .planos-hero-image-bottom { height: 150px; }
    .planos-hero-image { height: 260px; width: 100%; }
}

/* --- Página Planos: Seção Adesão --- */
.planos-adesao {
    background: #e9ecef;
}

.adesao-image {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-position: center;
    background-image: url("../assets/img/pessoas-trabalhando-1024x1024.png");
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.15);
}

.adesao-text {
    border-radius: 16px 16px 64px 16px;
    background: #fff;
}

.adesao-title {
    color: #283978;
    font-weight: 800;
    font-size: 2rem;
}

/* --- Página Planos: Públicos --- */
.planos-publicos {
    background: #e9ecef;
}

.publicos-title {
    color: #283978;
    font-weight: 800;
}

.publico-card {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
    overflow: hidden;
}

.publico-card-image {
    height: 220px;
    background-size: cover;
    background-position: center;
}

.publico-card-info {
    padding: 1.25rem 1.25rem 1.5rem;
    text-align: center;
}

.publico-card-info i {
    color: #283978;
    font-size: 1.6rem;
    display: block;
    margin-bottom: 0.5rem;
}

.publico-card-info span {
    color: #283978;
    font-weight: 600;
}

@media (max-width: 768px) {
    .adesao-image { height: 280px; }
    .adesao-title { font-size: 1.6rem; }
    .publico-card-image { height: 180px; }
}

/* --- Página Planos: Seção Contato/CTA --- */
.planos-contato {
    background: #f8f9fa;
    text-align: center;
}

.contato-titulo {
    color: #283978;
    font-weight: 800;
    font-size: 2rem;
}

.btn-whatsapp-cta {
    background-color: #25d366;
    color: #fff;
    border: none;
    padding: 1rem 2.5rem;
    font-weight: 600;
    font-size: 1rem;
    border-radius: 32px;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 4px 12px rgba(37, 211, 102, 0.3);
}

.btn-whatsapp-cta i {
    font-size: 1.5rem;
}

.btn-whatsapp-cta:hover {
    background-color: #1fb855;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 211, 102, 0.4);
}

.contato-subtitulo {
    color: #283978;
    font-weight: 600;
    font-size: 1.1rem;
}

.contato-card {
    border-radius: 12px;
    background: #fff;
    text-align: left;
}

.contato-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.contato-card-header i {
    color: #283978;
    font-size: 1.8rem;
}

.contato-card-header span {
    color: #283978;
    font-weight: 600;
    font-size: 1rem;
}

.contato-card-destaque {
    color: #283978;
    font-weight: 800;
    font-size: 1.8rem;
    margin: 0;
}

.contato-card-texto {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .contato-titulo { font-size: 1.6rem; }
    .btn-whatsapp-cta { 
        padding: 0.875rem 2rem; 
        font-size: 0.95rem;
    }
    .contato-card-destaque { font-size: 1.5rem; }
}

/* --- Parceiros: Logos reduzidos --- */
.parceiro-logo-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.parceiro-logo-img {
    max-width: 50%;
    height: auto;
    transition: transform 0.3s ease;
}

.parceiro-logo-img:hover {
    transform: scale(1.08);
}

@media (max-width: 768px) {
    .parceiro-logo-img {
        max-width: 65%;
    }
}

/* --- Página Tutorial de Acesso: Seção Hero --- */
.tutorial-hero {
    min-height: 500px;
}

.tutorial-hero-image {
    background-image: url('../assets/img/tutorial-hero.jpg');
    background-size: cover;
    background-position: center;
    min-height: 500px;
    width: 100%;
}

.tutorial-hero-content {
    background: linear-gradient(135deg, #BE7512 0%, #8B5A0D 50%, #5C3A08 100%);
    min-height: 500px;
}

.tutorial-hero-breadcrumb {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    opacity: 0.95;
}

.tutorial-hero-title {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0;
}

@media (max-width: 991.98px) {
    .tutorial-hero {
        min-height: auto;
    }
    
    .tutorial-hero-image {
        min-height: 300px;
    }
    
    .tutorial-hero-content {
        min-height: 300px;
        padding: 3rem 1.5rem;
    }
    
    .tutorial-hero-title {
        font-size: 2.5rem;
    }
}

@media (max-width: 576px) {
    .tutorial-hero-image {
        min-height: 250px;
    }
    
    .tutorial-hero-content {
        min-height: 250px;
    }
    
    .tutorial-hero-title {
        font-size: 2rem;
    }
}

/* --- Página Tutorial: Seção Passo a Passo --- */
.tutorial-passos {
    background-color: #f8f9fa;
}

.tutorial-passos-titulo {
    color: #283978;
    font-weight: 800;
    font-size: 2.5rem;
}

.tutorial-passo-item {
    position: relative;
}

.tutorial-passo-conteudo {
    padding-right: 2rem;
}

.tutorial-passo-numero {
    width: 70px;
    height: 70px;
    background-color: #283978;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 12px rgba(40, 57, 120, 0.3);
}

.tutorial-passo-subtitulo {
    color: #283978;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.4;
}

.tutorial-passo-link {
    color: #283978;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid #283978;
    transition: all 0.3s ease;
}

.tutorial-passo-link:hover {
    color: #BE7512;
    border-bottom-color: #BE7512;
}

.tutorial-passo-texto {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.7;
    margin: 0;
}

.tutorial-passo-imagem {
    text-align: center;
}

.tutorial-passo-imagem img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .tutorial-passos-titulo {
        font-size: 2rem;
    }
    
    .tutorial-passo-conteudo {
        padding-right: 0;
        margin-bottom: 2rem;
    }
    
    .tutorial-passo-numero {
        width: 60px;
        height: 60px;
        font-size: 1.75rem;
    }
    
    .tutorial-passo-subtitulo {
        font-size: 1.3rem;
    }
    
    .tutorial-passo-texto {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .tutorial-passos-titulo {
        font-size: 1.75rem;
    }
    
    .tutorial-passo-numero {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
    }
    
    .tutorial-passo-subtitulo {
        font-size: 1.2rem;
    }
}

/* --- Página Tutorial: Seção Esqueceu sua senha --- */
.tutorial-senha {
    background-color: #fff;
}

.tutorial-senha-titulo {
    color: #283978;
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.tutorial-senha-instrucoes p {
    color: #283978;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.tutorial-senha-instrucoes a {
    color: #283978;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #283978;
    transition: color 0.3s ease, border-color 0.3s ease;
}

.tutorial-senha-instrucoes a:hover {
    color: #BE7512;
    border-color: #BE7512;
}

.tutorial-senha-grid {
    margin-top: 2rem;
}

.tutorial-senha-numero {
    width: 60px;
    height: 60px;
    background-color: #283978;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1rem;
    box-shadow: 0 4px 10px rgba(40, 57, 120, 0.25);
}

.tutorial-senha-imagem img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

@media (max-width: 991.98px) {
    .tutorial-senha-titulo { font-size: 2rem; }
    .tutorial-senha-numero {
        width: 54px;
        height: 54px;
        font-size: 1.6rem;
    }
}

@media (max-width: 576px) {
    .tutorial-senha-titulo { font-size: 1.75rem; }
    .tutorial-senha-numero {
        width: 48px;
        height: 48px;
        font-size: 1.4rem;
    }
}

/* --- Página Tutorial: Seção Funcionalidades do Portal --- */
.tutorial-funcionalidades {
    background: #fff;
}

.tutorial-func-title {
    color: #283978;
    font-weight: 800;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.tutorial-func-subtitle {
    color: #283978;
    font-weight: 600;
    font-size: 1rem;
}

.tutorial-func-imagem img {
    border-radius: 12px;
    max-width: 100%;
    height: auto;
}

.tutorial-func-texto {
    max-width: 900px;
    margin: 0 auto;
}

.tutorial-func-subheading {
    color: #283978;
    font-weight: 700;
    font-size: 1.3rem;
}

.tutorial-func-list {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.7;
    padding-left: 1.2rem;
}

.tutorial-func-list li + li {
    margin-top: 0.4rem;
}

@media (max-width: 768px) {
    .tutorial-func-title { font-size: 2rem; }
    .tutorial-func-subtitle { font-size: 0.95rem; }
    .tutorial-func-subheading { font-size: 1.15rem; }
    .tutorial-func-list { font-size: 1rem; }
}

/* --- Página Rede Credenciada --- */
.rede-credenciada-section {
    background: #fff;
}

.rede-credenciada-title {
    color: #283978;
    font-weight: 800;
    font-size: 2rem;
}

.rede-credenciada-subtitle {
    color: #3c4257;
    font-size: 1.05rem;
}

.rede-credenciada-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.5rem;
}

.operadora-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
    padding: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.operadora-card img {
    max-width: 100%;
    max-height: 70px;
    object-fit: contain;
}

.operadora-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.12);
}

@media (max-width: 768px) {
    .rede-credenciada-title {
        font-size: 1.6rem;
    }
    .rede-credenciada-subtitle {
        font-size: 0.98rem;
    }
    .operadora-card {
        padding: 1.5rem;
    }
}

/* --- Página Política de Privacidade --- */
.politica-section {
    background: #f8f9fa;
}

.politica-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e6e9ed;
    line-height: 1.7;
    color: #2f2f2f;
}

.politica-title {
    color: #283978;
    font-weight: 800;
    text-transform: uppercase;
}

.politica-subtitle {
    color: #283978;
    font-weight: 700;
    font-size: 1.1rem;
}

.politica-divider {
    margin: 2rem 0;
    border-top: 1px solid #e6e9ed;
}

.politica-list {
    padding-left: 1.1rem;
}

.politica-list li + li {
    margin-top: 0.4rem;
}

@media (max-width: 768px) {
    .politica-title { font-size: 1.6rem; }
    .politica-card { padding: 1.5rem !important; }
}

/* --- Página Corretor: Seção Hero --- */
.corretor-hero {
    background-color: #BE7512;
}

.corretor-hero-image {
    background-image: url('../assets/img/corretores-mounthermon.png');
    background-size: cover;
    background-position: center;
    min-height: 420px;
}

.corretor-hero-content {
    background-color: #BE7512;
    min-height: 420px;
}

.corretor-hero-breadcrumb {
    color: #283978;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.corretor-hero-text {
    font-size: 1.6rem;
    line-height: 1.5;
}

.decor-arco-corretor {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    width: 220px;
    height: 220px;
}

.arco-corretor-1 {
    right: 6%;
    top: 16%;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.arco-corretor-2 {
    right: 12%;
    bottom: 8%;
    border-top-color: transparent;
    border-right-color: transparent;
}

@media (max-width: 992px) {
    .corretor-hero-image { min-height: 320px; }
    .corretor-hero-content { min-height: auto; padding: 2rem 1.25rem; }
    .corretor-hero-text { font-size: 1.25rem; }
}

@media (max-width: 576px) {
    .corretor-hero-image { min-height: 260px; }
    .corretor-hero-text { font-size: 1.1rem; }
}

/* --- Página Corretor: Vantagens --- */
.corretor-vantagens {
    background: #fff;
}

.text-primary-azul {
    color: #283978;
}

.vantagens-title {
    font-weight: 800;
    line-height: 1.2;
}

.vantagens-highlight {
    color: #BE7512;
}

.vantagens-text {
    color: #5b6472;
    font-size: 1.05rem;
    line-height: 1.9;
    max-width: 560px;
}

.vantagens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 2.5rem;
}

.vantagem-item .vantagem-icon {
    width: 68px;
    height: 68px;
    border-radius: 12px;
    border: 2px solid #BE7512;
    color: #BE7512;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.75rem;
}

.vantagem-item .vantagem-icon i {
    font-size: 1.6rem;
}

.vantagem-item .vantagem-label {
    color: #283978;
    font-weight: 600;
}

@media (max-width: 992px) {
    .vantagens-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .vantagens-text { max-width: 100%; }
}

@media (max-width: 576px) {
    .vantagens-title { font-size: 1.6rem; }
    .vantagem-item .vantagem-icon { width: 60px; height: 60px; }
    .vantagem-item .vantagem-icon i { font-size: 1.4rem; }
}

/* --- Página Evite Fraudes: Seção Hero --- */
.evite-hero {
    background-color: #BE7512;
}

.evite-hero-image {
    background-image: url('../assets/img/evitefraudes.png');
    background-size: cover;
    background-position: center;
    min-height: 420px;
}

.evite-hero-content {
    background-color: #BE7512;
    min-height: 420px;
}

.evite-hero-title {
    color: #283978;
    font-weight: 800;
    font-size: 2.2rem;
}

.evite-hero-text {
    font-size: 1.4rem;
    line-height: 1.5;
}

.decor-arco-evite {
    position: absolute;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    width: 240px;
    height: 240px;
}

.arco-evite-1 {
    left: 10%;
    top: 30%;
    border-top-color: transparent;
    border-right-color: transparent;
}

.arco-evite-2 {
    right: 8%;
    bottom: 12%;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

@media (max-width: 992px) {
    .evite-hero-image { min-height: 320px; }
    .evite-hero-content { min-height: auto; padding: 2.25rem 1.5rem; }
    .evite-hero-title { font-size: 1.9rem; }
    .evite-hero-text { font-size: 1.2rem; }
}

@media (max-width: 576px) {
    .evite-hero-image { min-height: 260px; }
    .evite-hero-title { font-size: 1.6rem; }
    .evite-hero-text { font-size: 1.05rem; }
}

/* --- Página Evite Fraudes: Conteúdo --- */
.bg-light-custom {
    background: #f6f7f8;
}

.evite-section {
    background: #f6f7f8;
}

.evite-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e6e9ed;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
}

.evite-title {
    color: #283978;
    font-weight: 800;
    font-size: 2rem;
}

.evite-label {
    color: #283978;
    font-weight: 700;
}

.evite-text {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.7;
}

.evite-link {
    color: #283978;
    font-weight: 700;
    word-break: break-word;
}

.navegador-mock {
    background: #f1f3f5;
    border-radius: 12px;
    border: 1px solid #e6e9ed;
}

.evite-contato-card {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #e6e9ed;
    padding: 1.75rem;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
}

.evite-contato-numero {
    color: #283978;
    font-weight: 800;
    font-size: 1.8rem;
}

.evite-btn {
    display: inline-block;
    background: #BE7512;
    color: #fff;
    padding: 0.8rem 1.6rem;
    border-radius: 14px 14px 14px 14px;
    text-decoration: none;
    font-weight: 700;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.evite-btn:hover {
    background: #a5641a;
    color: #fff;
}

.evite-contato-info {
    color: #444;
    font-size: 0.98rem;
    line-height: 1.5;
}

.evite-list {
    padding-left: 1.2rem;
    color: #2f2f2f;
    font-size: 1.05rem;
    line-height: 1.8;
}

.evite-list li + li {
    margin-top: 0.6rem;
}

.evite-boleto-imagem img {
    border: 1px solid #e6e9ed;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.08);
}

.evite-alerta {
    background: #fff7d6;
}

.evite-alerta-box {
    background: #fff7d6;
    border-radius: 16px;
    font-size: 1.05rem;
    color: #4a4a4a;
    line-height: 1.7;
}

/* --- Página Perguntas e Respostas (Ampla) --- */
.perguntas-hero {
    background-color: #283978;
    min-height: 180px;
}

.perguntas-title {
    color: #BE7512;
    font-weight: 800;
    font-size: 2.4rem;
    letter-spacing: 1px;
}

.perguntas-subtitle {
    color: #fff;
    font-weight: 600;
    font-size: 1.1rem;
}

.perguntas-conteudo {
    background: #fff;
}

.perguntas-intro {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.8;
}

.qa-pergunta {
    color: #222;
    font-weight: 800;
    font-size: 1.35rem;
    margin-bottom: 0.75rem;
}

.qa-resposta {
    color: #333;
    font-size: 1.05rem;
    line-height: 1.8;
}

@media (max-width: 768px) {
    .perguntas-title { font-size: 2rem; }
    .perguntas-subtitle { font-size: 1rem; }
    .qa-pergunta { font-size: 1.2rem; }
    .qa-resposta { font-size: 1rem; }
}

@media (max-width: 992px) {
    .evite-title { font-size: 1.7rem; }
    .evite-contato-numero { font-size: 1.5rem; }
    .evite-btn { width: 100%; text-align: center; }
}

@media (max-width: 576px) {
    .evite-card { padding: 1.5rem !important; }
    .evite-text { font-size: 0.98rem; }
    .evite-contato-card { padding: 1.5rem; }
}

/* --- Página Atendimento: Seção Hero --- */
.atendimento-hero {
    background-image: url('../assets/img/FUNDOSESSOES_atendimentomounthermon.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    min-height: 500px;
}

.atendimento-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(190, 117, 18, 0.7) 0%, rgba(11, 48, 130, 0.7) 100%);
    z-index: 1;
}

.atendimento-hero-breadcrumb {
    font-size: 1rem;
    opacity: 0.95;
    letter-spacing: 0.5px;
}

.atendimento-hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
}

@media (max-width: 768px) {
    .atendimento-hero {
        min-height: 350px;
    }
    
    .atendimento-hero-title {
        font-size: 2.2rem;
    }
    
    .atendimento-hero-breadcrumb {
        font-size: 0.9rem;
    }
}

/* --- Página Atendimento: Central de Relacionamento --- */
.central-relacionamento {
    background-color: #f0f0f0;
}

.central-relacionamento-title {
    font-size: 2rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 2rem;
}

.central-relacionamento-info {
    max-width: 600px;
}

.info-item {
    display: flex;
    align-items: flex-start;
    font-size: 1.1rem;
    color: #333;
}

.info-item i {
    color: #283978;
    margin-right: 1rem;
    font-size: 1.5rem;
    min-width: 24px;
}

.card-canal {
    border-radius: 12px;
    background-color: #fff;
    transition: all 0.3s ease;
}

.card-canal:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.card-canal-header {
    background-color: #283978;
    color: #fff;
    padding: 2rem 1.5rem;
    text-align: center;
    font-size: 2.5rem;
    border-radius: 12px 12px 0 0;
}

.card-canal-body {
    padding: 1.5rem;
}

.card-canal-subtitle {
    font-size: 1.1rem;
    font-weight: 700;
    color: #283978;
    margin: 0 0 1rem 0;
}

.card-canal-numero {
    font-size: 1.3rem;
    font-weight: 600;
    color: #BE7512;
    margin: 0;
    padding: 0.75rem 1.25rem;
    background-color: #FFF3E0;
    border-radius: 25px;
    text-align: center;
    display: inline-block;
}

.card-canal-email {
    color: #283978;
    font-weight: 500;
    margin: 0;
    word-break: break-word;
}

.card-canal-label {
    font-size: 0.85rem;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.card-canal-aviso {
    font-size: 0.85rem;
    color: #E67E22;
    margin: 0 0 1rem 0;
    display: flex;
    align-items: flex-start;
}

.card-canal-aviso i {
    margin-right: 0.5rem;
    min-width: 16px;
}

.card-canal-texto {
    color: #333;
    font-weight: 500;
    margin: 0;
}

@media (max-width: 768px) {
    .central-relacionamento-title {
        font-size: 1.5rem;
    }
    
    .info-item {
        font-size: 1rem;
    }
    
    .card-canal-header {
        font-size: 2rem;
        padding: 1.5rem 1rem;
    }
    
    .card-canal-body {
        padding: 1rem;
    }
    
    .card-canal-numero {
        font-size: 1.1rem;
    }
}

/* --- Página Atendimento: Formulário de Contato --- */
.formulario-contato {
    background-color: #fff;
    padding: 4rem 0;
}

.formulario-titulo {
    font-size: 1.8rem;
    font-weight: 700;
    color: #333;
    text-align: center;
    margin-bottom: 2.5rem;
}

.formulario-contato-form {
    background-color: #fff;
}

.formulario-input {
    border: 1px solid #d0d0d0;
    border-radius: 8px;
    padding: 0.875rem 1rem;
    font-size: 1rem;
    transition: all 0.3s ease;
    color: #333;
}

.formulario-input::placeholder {
    color: #999;
}

.formulario-input:focus {
    border-color: #BE7512;
    box-shadow: 0 0 0 0.2rem rgba(190, 117, 18, 0.25);
    color: #333;
}

.formulario-input.is-invalid {
    border-color: #dc3545;
}

.formulario-input.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.formulario-textarea {
    resize: vertical;
    min-height: 150px;
    font-family: inherit;
}

.formulario-privacidade {
    font-size: 0.95rem;
    color: #666;
    cursor: pointer;
}

.formulario-privacidade a {
    color: #BE7512;
    text-decoration: none;
    font-weight: 600;
}

.formulario-privacidade a:hover {
    text-decoration: underline;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875rem;
    color: #dc3545;
}

.was-validated .formulario-input:invalid ~ .invalid-feedback,
.was-validated .formulario-input:invalid ~ .invalid-feedback {
    display: block;
}

.was-validated .form-check-input:invalid ~ .formulario-privacidade,
.was-validated .form-check-input:invalid ~ label {
    color: #dc3545;
}

.btn-enviar {
    background-color: #BE7512;
    color: #fff;
    border: none;
    padding: 1rem;
    font-weight: 700;
    font-size: 1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn-enviar:hover:not(:disabled) {
    background-color: #a5641a;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(190, 117, 18, 0.3);
}

.btn-enviar:active:not(:disabled) {
    transform: translateY(0);
}

.btn-enviar:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* reCAPTCHA styling */
.g-recaptcha {
    margin: 0.5rem 0 1rem 0;
}

#recaptchaError {
    color: #dc3545;
    font-size: 0.875rem;
    margin-top: 0.25rem;
}

/* Form check styling */
.form-check-input {
    border: 1px solid #d0d0d0;
    width: 1.25em;
    height: 1.25em;
    margin-top: 0.3em;
    cursor: pointer;
    border-radius: 4px;
}

.form-check-input:checked {
    background-color: #BE7512;
    border-color: #BE7512;
}

.form-check-input:focus {
    box-shadow: 0 0 0 0.2rem rgba(190, 117, 18, 0.25);
}

@media (max-width: 768px) {
    .formulario-contato {
        padding: 2rem 0;
    }
    
    .formulario-titulo {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    
    .formulario-input {
        padding: 0.75rem 0.875rem;
        font-size: 0.95rem;
    }
    
    .btn-enviar {
        padding: 0.875rem;
        font-size: 0.95rem;
    }
}

.img-logo {
    width: 16%;
}

.carousel-caption {
    left: 80px !important;
    right: auto !important;
    width: 50% !important;
    text-align: left !important;
    transform: translateY(-50%) !important;
    top: 50% !important;
    bottom: auto !important;
    padding: 2rem !important;
}

.carousel-caption h5,
.carousel-caption p {
    text-align: left !important;
}

.btn-slide {
    background-color: #BE7512;
    color: #fff;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
}

.btn-slide:hover {
    background-color: #a5641a;
    color: #fff;
    transform: scale(1.05);
}

/* Seção Links Rápidos */
.secao-links-rapidos {
    background-color: #263672;
    padding: 2rem;
}

.titulo-links-rapidos {
    color: #BE7512;
    text-align: left;
    margin-bottom: 2rem;
    font-size: 1.5rem;
    font-weight: 600;
}

.container-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.card-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    transition: all 0.3s ease;
    cursor: pointer;
    border-radius: 0;
}

.img-container {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.card-link img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.card-link .titulo-card {
    color: #fff;
    text-align: center;
    font-weight: 500;
    margin: 0;
}

.card-link:hover {
    background-color: #BE7512;
    border-radius: 20px 0 20px 0;
}

/* Seção Quem Somos */
.secao-quem-somos {
    padding: 4rem 0;
    background: linear-gradient(rgba(190, 117, 18, 0.85), rgba(190, 117, 18, 0.85)), url('assets/img/background-quem-somos.jpg') center/cover no-repeat;
    background-color: #BE7512;
    position: relative;
}

.titulo-quem-somos {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.texto-quem-somos {
    font-size: 1rem;
    line-height: 1.6;
    color: #fff;
    text-align: justify;
    margin-bottom: 1.5rem;
}

.btn-custom {
    background-color: #fff;
    color: #BE7512;
    border: none;
    padding: 0.75rem 2rem;
    font-weight: 600;
    font-size: 0.9rem;
    transition: all 0.3s ease;
}

.btn-custom:hover {
    background-color: #f0f0f0;
    color: #BE7512;
}

.imagem-quem-somos-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.imagem-fundo-azul {
    background-color: #283978;
    /* padding: 2rem; */
    padding-top: 5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.imagem-fundo-azul img {
    width: 100%;
    max-width: 400px;
    height: auto;
    display: block;
}

.texto-overlay {
    position: absolute;
    top: -20px;
    left: auto;
    right: -50px;
    transform: none;
    background-color: #fff;
    padding: 2rem;
    border-radius: 0.5rem;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #333;
    width: 280px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    z-index: 10;
    line-height: 1.4;
}

@media (max-width: 768px) {
    .secao-quem-somos {
        padding: 2rem 0;
    }

    .titulo-quem-somos {
        font-size: 1.5rem;
    }

    .texto-quem-somos {
        font-size: 0.95rem;
        text-align: left;
    }

    .imagem-fundo-azul {
        padding: 1.5rem;
        margin-top: 2rem;
    }

    .imagem-fundo-azul img {
        max-width: 100%;
    }

    .texto-overlay {
        font-size: 1rem;
        padding: 1.5rem;
        top: -15px;
    }
}

/* Seção Parceiros */
.secao-parceiros {
    padding: 4rem 0;
    background-color: #fff;
}

.titulo-parceiros {
    font-size: 2rem;
    font-weight: 700;
    color: #283978;
    text-align: left;
    margin-bottom: 1rem;
}

.subtitulo-parceiros {
    font-size: 1.1rem;
    color: #666;
    text-align: left;
    margin-bottom: 3rem;
}

.subtitulo-parceiros strong {
    color: #283978;
}

#carouselParceiros {
    position: relative;
    padding: 2rem 0;
}

.parceiros-logos {
    min-height: 150px;
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.img-container {
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.parceiros-logos img {
    height: auto;
    width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.parceiros-logos img:hover {
    transform: scale(1.1);
}

#carouselParceiros .carousel-control-prev,
#carouselParceiros .carousel-control-next {
    width: 50px;
    height: 50px;
    background-color: #283978;
    border-radius: 50%;
    opacity: 1;
    top: 50%;
    transform: translateY(-50%);
}

#carouselParceiros .carousel-control-prev {
    left: -60px;
}

#carouselParceiros .carousel-control-next {
    right: -60px;
}

#carouselParceiros .carousel-control-prev:hover,
#carouselParceiros .carousel-control-next:hover {
    background-color: #BE7512;
}

#carouselParceiros .carousel-control-prev-icon,
#carouselParceiros .carousel-control-next-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 768px) {
    .secao-parceiros {
        padding: 2rem 0;
    }

    .titulo-parceiros {
        font-size: 1.5rem;
    }

    .subtitulo-parceiros {
        font-size: 1rem;
    }

    .parceiros-logos {
        gap: 2rem !important;
    }

    .parceiros-logos img {
        height: 60px;
    }

    #carouselParceiros .carousel-control-prev {
        left: -10px;
    }

    #carouselParceiros .carousel-control-next {
        right: -10px;
    }
}

/* Footer */
.footer-mount-hermon {
    background-color: #e8e8e8;
    color: #333;
    font-size: 0.9rem;
}

.footer-logo {
    max-width: 150px;
}

.footer-menu li {
    margin-bottom: 0.5rem;
}

.footer-menu a {
    color: #283978;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu a:hover {
    color: #BE7512;
}

.footer-titulo {
    font-size: 1.1rem;
    font-weight: 700;
    color: #283978;
    margin-bottom: 1rem;
}

.footer-contato p {
    margin-bottom: 0.5rem;
    color: #666;
}

.footer-contato i {
    color: #BE7512;
    margin-right: 0.5rem;
}

.texto-pequeno {
    font-size: 0.8rem;
    color: #999;
}

.btn-operadoras {
    background-color: #BE7512;
    color: #fff;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    font-size: 0.85rem;
    border: none;
    transition: all 0.3s ease;
    display: inline-block;
    margin-top: 1rem;
}

.btn-operadoras:hover {
    background-color: #a5641a;
    color: #fff;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.footer-social a {
    color: #283978;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-social a:hover {
    color: #BE7512;
}

.footer-social i {
    margin-right: 0.5rem;
}

/* Botões Flutuantes */
.floating-buttons {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 1000;
}

.floating-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-radius: 50px 50px 50px 50px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    min-width: 60px;
    text-align: center;
}

.floating-btn i {
    font-size: 1.5rem;
    margin-right: 0.5rem;
}

.floating-btn span {
    display: none;
}

.floating-btn:hover {
    transform: translateX(-10px);
}

.floating-btn:hover span {
    display: inline-block;
}

.btn-boleto {
    background-color: #c41e3a;
}

.btn-boleto:hover {
    background-color: #a01828;
    color: #fff;
}

.btn-sac {
    background-color: #283978;
}

.btn-sac:hover {
    background-color: #1e2a5a;
    color: #fff;
}

.btn-whatsapp {
    background-color: #25d366;
}

.btn-whatsapp:hover {
    background-color: #1fb855;
    color: #fff;
}

.floating-chat {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #007bff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
}

.floating-chat:hover {
    background-color: #0056b3;
    transform: scale(1.1);
    color: #fff;
}

@media (max-width: 768px) {
    .floating-buttons {
        right: 10px;
    }

    .floating-btn {
        min-width: 50px;
        padding: 0.75rem;
        font-size: 0.7rem;
    }

    .floating-btn i {
        font-size: 1.2rem;
        margin-right: 0;
    }

    .floating-btn span {
        display: none !important;
    }

    .floating-chat {
        width: 50px;
        height: 50px;
        font-size: 1.5rem;
        bottom: 20px;
        right: 20px;
    }
}

@media (max-width: 600px) { 
    .img-logo {
        width: 25%;
    }
    
    /* Carousel mobile */
    #carousel1 .carousel-item {
        height: 400px;
        overflow: hidden;
    }
    
    #carousel1 .carousel-item img {
        height: 100%;
        width: auto;
        max-width: none;
        object-fit: cover;
        object-position: center;
    }
    
    .carousel-caption {
        width: 90% !important;
        left: 5% !important;
        padding: 1rem !important;
        background-color: rgba(255, 255, 255, 0.9);
        border-radius: 0.5rem;
    }
    
    .carousel-caption h5 {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        color: #283978;
    }
    
    .carousel-caption p {
        font-size: 0.9rem;
        margin-bottom: 0.75rem;
        color: #333;
    }
    
    .btn-slide {
        padding: 0.5rem 1.5rem;
        font-size: 0.85rem;
    }
    
    .container-links {
        flex-direction: column;
    }
}

/* --- Página CREF9/PR --- */
.cref9-hero {
    background: linear-gradient(135deg, #f4f1ea 0%, #e8e4d9 50%, #d4d0c5 100%);
    padding: 3rem 0;
}

.cref9-hero-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}

.cref9-hero-logo {
    position: absolute;
    top: 2rem;
    left: 4rem;
    z-index: 10;
    max-width: 280px;
}

.cref9-hero-logo img {
    width: 100%;
    height: auto;
    filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.15));
}

.cref9-hero-image {
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.cref9-hero-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .cref9-hero {
        padding: 2rem 0;
    }
    
    .cref9-hero-wrapper {
        padding: 0 1rem;
    }
    
    .cref9-hero-logo {
        position: relative;
        top: 0;
        left: 0;
        max-width: 220px;
        margin-bottom: 2rem;
    }
    
    .cref9-hero-image {
        border-radius: 30px;
    }
}

@media (max-width: 576px) {
    .cref9-hero-logo {
        max-width: 180px;
    }
    
    .cref9-hero-image {
        border-radius: 20px;
    }
}

/* --- Página CREF9/PR: Seção Introdução --- */
.cref9-intro {
    background: #fff;
}

.cref9-intro-title {
    color: #BE7512;
    font-weight: 800;
    font-size: 2.5rem;
    line-height: 1.2;
}

.cref9-intro-text {
    color: #6b6b6b;
    font-size: 1.1rem;
    line-height: 1.7;
}

.cref9-intro-text strong {
    color: #333;
    font-weight: 700;
}

/* --- Página CREF9/PR: Seção Planos --- */
.cref9-planos {
    background: #f8f9fa;
}

.cref9-planos-subtitle {
    color: #6b6b6b;
    font-weight: 600;
    font-size: 1.6rem;
}

.cref9-planos-tipo {
    color: #BE7512;
    font-weight: 800;
    font-size: 1.8rem;
}

.cref9-planos-logos {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.cref9-logo-item {
    max-height: 60px;
    width: auto;
}

.cref9-btn-contato {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    background: #BE7512;
    color: #fff;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 6px 18px rgba(190, 117, 18, 0.25);
}

.cref9-btn-contato i {
    font-size: 1.5rem;
}

.cref9-btn-contato:hover {
    background: #a5641a;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 22px rgba(190, 117, 18, 0.35);
}

.cref9-corretora-nome {
    color: #333;
    font-weight: 700;
    font-size: 1.1rem;
}

.cref9-corretora-cargo {
    color: #6b6b6b;
    font-size: 1rem;
}

.cref9-planos-image img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 992px) {
    .cref9-intro-title {
        font-size: 2rem;
        text-align: center;
    }
    
    .cref9-intro-text {
        text-align: center;
    }
    
    .cref9-planos-logos {
        justify-content: center;
    }
    
    .cref9-btn-contato {
        display: flex;
        justify-content: center;
        width: 100%;
    }
    
    .cref9-corretora {
        text-align: center;
    }
    
    .cref9-planos-image {
        border-radius: 30px;
    }
}

@media (max-width: 576px) {
    .cref9-intro-title {
        font-size: 1.75rem;
    }
    
    .cref9-planos-tipo {
        font-size: 1.5rem;
    }
    
    .cref9-btn-contato {
        font-size: 1rem;
        padding: 0.875rem 2rem;
    }
    
    .cref9-planos-image {
        border-radius: 20px;
    }
}

/* --- Página CREF9/PR: Seção ANS --- */
.cref9-ans {
    background: #fff;
}

.cref9-ans-logo {
    max-width: 140px;
    height: auto;
}

.cref9-ans-badges {
    gap: 0.5rem;
}

.ans-badge {
    font-family: 'Times New Roman', Times, serif;
    background-color: #000;
    color: #fff;
    padding: 2px;
    display: inline-block;
    border-radius: 4px;
}

.ans-badge span {
    display: block;
    border: 1px solid #fff;
    padding: 4px 12px;
}

@media (max-width: 576px) {
    .cref9-ans-logo { max-width: 110px; }
}

    /* ==============================
         LP Pessoal Saúde
         ============================== */
    .pessoal-hero {
        min-height: 100vh;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .pessoal-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.15) 40%,
            rgba(0, 0, 0, 0.35) 100%
        );
    }
    .pessoal-logo {
        width: 25%;
        background: #ffffff;
        border-radius: 12px;
        padding: 12px;
    }
    .pessoal-logo img {
        max-width: 320px;
        width: 100%;
        filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));
    }
    .pessoal-slogan {
        font-weight: 600;
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
        line-height: 1.25;
        font-size: clamp(1.25rem, 2.5vw, 2rem);
    }

    .pessoal-card {
        background: #ffffff;
        border-radius: 24px;
        padding: clamp(1rem, 2vw, 2rem);
    }
    .pessoal-heart {
        font-size: 1.25rem;
        color: #0d6efd; /* azul Bootstrap */
    }
    .pessoal-preco {
        color: #00cfe8; /* azul claro para destaque */
    }
    .pessoal-preco .pessoal-label {
        font-weight: 800;
        line-height: 1.1;
        letter-spacing: 0.5px;
        font-size: clamp(1.25rem, 3.5vw, 2.25rem);
    }
    .pessoal-preco .pessoal-valor {
        font-weight: 900;
        line-height: 1.05; /* evita sobreposição */
        font-size: clamp(2.25rem, 8vw, 5rem);
    }
    .pessoal-preco .pessoal-asterisco {
        font-size: 0.6em;
        vertical-align: super;
    }

    @media (min-width: 992px) {
        .pessoal-hero {
            padding-top: 3rem;
            padding-bottom: 3rem;
        }
    }

/* Seção Cotação */
.pessoal-cotacao { background: #fff; }
.ps-breadcrumb-title {
  color: #283978;
  font-weight: 800;
  font-size: 1.4rem;
}
.ps-breadcrumb-sub {
  color: #00cfe8;
  font-weight: 800;
  font-size: 2rem;
}
.ps-headline {
  color: #5b6472;
  font-size: clamp(1.25rem, 2.2vw, 2.2rem);
  line-height: 1.35;
}
.ps-form-card {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e6e9ed;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.08);
}
.ps-form-title {
  color: #283978;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.ps-form-subtitle { color: #6b6b6b; }
.ps-form-card .form-control,
.ps-form-card .form-select {
  background-color: #eee;
  border: 1px solid #e0e0e0;
  padding: 0.9rem 1rem;
  border-radius: 10px;
}
.ps-form-card .form-control:focus,
.ps-form-card .form-select:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 207, 232, 0.15);
  border-color: #00cfe8;
}
.btn-cotacao {
  background: #00cfe8;
  color: #fff;
  font-weight: 800;
  padding: 1rem 1.25rem;
  border-radius: 50px;
  letter-spacing: 0.5px;
}
.btn-cotacao:hover { background: #07b9cf; color: #fff; }

/* Seção Tabela de Valores */
.pessoal-tabela { background: #f8f9fa; }
.ps-table-wrapper {
  overflow-x: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.ps-table {
  font-size: 1rem;
  margin: 0;
}
.ps-table thead {
  background-color: #283978;
  color: #fff;
}
.ps-table thead th {
  border: none;
  padding: 1.5rem 1.25rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
.ps-th-faixa { width: 50%; }
.ps-th-valor { width: 50%; }
.ps-th-subtitle {
  font-size: 0.8rem;
  font-weight: 400;
  margin-top: 0.25rem;
  opacity: 0.95;
}
.ps-table tbody tr {
  border-bottom: 1px solid #e6e9ed;
}
.ps-table tbody tr:nth-child(odd) {
  background-color: #f4f4f4;
}
.ps-table tbody tr:nth-child(even) {
  background-color: #fff;
}
.ps-table tbody td {
  padding: 1.1rem 1.25rem;
  color: #5b6472;
  font-size: 1rem;
  text-align: center;
  border-left: none;
  border-right: none;
}
.ps-table tbody td.ps-valor {
  font-weight: 700;
  color: #333;
}

@media (max-width: 768px) {
  .ps-breadcrumb-title { font-size: 1.2rem; }
  .ps-breadcrumb-sub { font-size: 1.6rem; }
  .ps-table thead th { 
    padding: 1rem 0.75rem; 
    font-size: 0.9rem;
  }
  .ps-th-subtitle { font-size: 0.7rem; }
  .ps-table tbody td { 
    padding: 0.9rem 0.75rem;
    font-size: 0.95rem;
  }
}

/* Seção CTA Final */
.pessoal-cta {
  background: #e8e9eb;
}
.ps-cta-title {
  color: #283978;
  font-weight: 700;
  font-size: clamp(1.5rem, 3vw, 2.5rem);
  line-height: 1.3;
}
.btn-whatsapp-cta-ps {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  background: #25d366;
  color: #fff;
  font-weight: 800;
  font-size: clamp(0.9rem, 1.8vw, 1.2rem);
  padding: 1.2rem 3rem;
  border-radius: 60px;
  text-decoration: none;
  letter-spacing: 0.5px;
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
  transition: all 0.3s ease;
}
.btn-whatsapp-cta-ps i {
  font-size: 1.8rem;
}
.btn-whatsapp-cta-ps:hover {
  background: #1fb855;
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 8px 26px rgba(37, 211, 102, 0.45);
}

@media (max-width: 768px) {
  .btn-whatsapp-cta-ps {
    padding: 1rem 2rem;
    width: 100%;
    justify-content: center;
  }
}

/* Seção Área de Abrangência */
.pessoal-area {
  background: #fff;
}
.ps-mapa-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ps-mapa-wrapper img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.1));
}
.ps-area-texto {
  color: #5b6472;
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

@media (max-width: 992px) {
  .ps-area-texto {
    text-align: center;
  }
}

/* Seção Rede Credenciada */
.pessoal-rede {
  background: #f8f9fa;
}
.ps-hospital-card {
  position: relative;
  height: 380px;
  border-radius: 20px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ps-hospital-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}
.ps-hospital-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.3) 40%,
    rgba(40, 57, 120, 0.85) 100%
  );
}
.ps-hospital-content {
  position: relative;
  z-index: 2;
  padding: 2rem;
  color: #fff;
  width: 100%;
}
.ps-hospital-nome {
  font-size: clamp(1.3rem, 2vw, 1.8rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 0.5rem 0;
}
.ps-hospital-local {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  font-weight: 500;
  margin: 0;
  opacity: 0.95;
}

@media (max-width: 768px) {
  .ps-hospital-card {
    height: 320px;
  }
  .ps-hospital-content {
    padding: 1.5rem;
  }
}

/* Seção Rede Credenciada (cards adicionais) */
.pessoal-rede2 {
    background: #fff;
}
.ps-clinica-card {
    position: relative;
    height: 360px;
    border-radius: 22px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.ps-clinica-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.22);
}
.ps-clinica-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.25) 35%,
        rgba(40, 57, 120, 0.9) 100%
    );
}
.ps-clinica-content {
    position: relative;
    z-index: 2;
    padding: 1.75rem;
    color: #fff;
    width: 100%;
    text-align: left;
}
.ps-clinica-nome {
    font-size: clamp(1.25rem, 2vw, 1.7rem);
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 0.35rem 0;
}
.ps-clinica-local {
    font-size: clamp(1rem, 1.6vw, 1.2rem);
    font-weight: 600;
    margin: 0;
    opacity: 0.95;
}

.ps-clinica-card-flat {
    background: #283978;
    color: #fff;
    border-radius: 22px;
    padding: 1.75rem;
    text-align: center;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
.ps-clinica-card-flat .ps-clinica-nome {
    margin-bottom: 0.35rem;
}

@media (max-width: 992px) {
    .ps-clinica-card {
        height: 320px;
    }
    .ps-clinica-content {
        text-align: center;
    }
}
