body {
    background: #f9f9f9;
}

.navbar {
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
    min-height: 80px;
    padding-top: 0;
    padding-bottom: 0;
    z-index: 1045;
}

.navbar-brand img {
    height: 64px;
}

.navbar-toggler {
    border: none;
    outline: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><rect y="7" width="32" height="3" rx="2" fill="%237356e5"/><rect y="15" width="32" height="3" rx="2" fill="%237356e5"/><rect y="23" width="32" height="3" rx="2" fill="%237356e5"/></svg>');
    width: 2.2em;
    height: 2.2em;
}

.navbar-nav {
    align-items: center;
}

/* Remove nav-link default color, usaremos nas barras */
.navbar-nav .nav-link {
    color: inherit;
    font-weight: 600;
    font-size: 1.1rem;
    margin-right: 0.5rem;
    margin-left: 0.5rem;
    position: relative;
}

.navbar-nav .nav-link.active {
    color: inherit;
}

.btn-custom {
    background: #7356e5;
    color: #fff;
    border-radius: 24px;
    padding: 0.6rem 3rem;
    font-weight: 700;
    font-size: 1.05rem;
    box-shadow: none;
    border: none;
    min-width: 310px;
    text-align: center;
    white-space: nowrap;
}

.btn-custom:hover, .btn-custom:focus {
    background: #5d44b6;
    color: #fff;
}

.btn-ouvidoria {
    background: #a6bf00;
    color: #fff;
    border-radius: 24px;
    padding: 0.6rem 2rem;
    font-weight: 700;
    font-size: 1.05rem;
    border: none;
    white-space: nowrap;
    text-decoration: none;
}

.btn-ouvidoria:hover, .btn-ouvidoria:focus {
    background: #8aa300;
    color: #fff;
}

/* Barra colorida dos menus */
.menu-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    min-height: 48px;
    font-size: 1.08rem;
    font-weight: 600;
    z-index: 1040;
}

.menu-bar .menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 36px;
    min-width: 200px;
    cursor: pointer;
    transition: filter 0.15s;
    color: #fff;
    border: none;
    outline: none;
    text-decoration: none;
    font-weight: 700;
}

.menu-bar .beneficiario {
    background: #3b3190;
    color: #fff;
}

.menu-bar .empresa {
    background: #00bcd4;
    color: #fff;
}

.menu-bar .credenciado {
    background: #b8d400;
    color: #3b3190;
}

.menu-bar .cotacao {
    background: #1a1a2e;
    color: #fff;
}

.menu-bar .menu-item:hover {
    filter: brightness(0.9);
}

@media (max-width: 991.98px) {
    .menu-bar {
        display: none;
    }
}

/* Slogan centralizado */
.slogan-bar {
    width: 100%;
    text-align: center;
    font-size: 1.15rem;
    font-weight: 600;
    color: #4b3ca7;
    margin-top: 8px;
    margin-bottom: 0;
}

@media (max-width: 991.98px) {
    .slogan-bar {
        font-size: 1.1rem;
        margin-top: 0.5rem;
    }
}

/* Offcanvas custom barra colorida */
.offcanvas-bar {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 1.5rem;
    gap: 0;
}

.offcanvas-bar .menu-item {
    width: 100%;
    padding: 0.75rem 1.5rem;
    justify-content: space-between;
    font-size: 1rem;
    border-radius: 0;
    text-align: left;
}

.offcanvas-bar .beneficiario {
    background: #3b3190;
    color: #fff;
}

.offcanvas-bar .empresa {
    background: #00bcd4;
    color: #fff;
}

.offcanvas-bar .credenciado {
    background: #b8d400;
    color: #3b3190;
}

.offcanvas-bar .cotacao {
    background: #1a1a2e;
    color: #fff;
}

.offcanvas .btn-custom {
    margin: 1rem auto 0 auto;
    width: 80%;
    display: block;
    min-width: unset;
    padding: 0.6rem 1.5rem;
}

.btn-ouvidoria-mobile {
    display: block;
    background: #a6bf00;
    color: #fff;
    border-radius: 24px;
    padding: 0.6rem 1.5rem;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    text-decoration: none;
    text-align: center;
    margin: 0.6rem auto 0 auto;
    width: 80%;
}

.btn-ouvidoria-mobile:hover {
    background: #8aa300;
    color: #fff;
}

/* Dropdown arrow */
.nav-link.has-arrow::after,
.menu-item.has-arrow::after {
    content: '\25BC';
    font-size: 0.65em;
    margin-left: 0.35em;
    vertical-align: middle;
}

/* Offcanvas custom */
.offcanvas-custom {
    width: 320px !important;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.offcanvas-header {
    border-bottom: none;
    padding-bottom: 0;
}

.offcanvas-title {
    width: 100%;
    text-align: center;
}

.offcanvas-close {
    position: absolute;
    top: 18px;
    right: 18px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #7356e5;
    z-index: 10;
}

.offcanvas-body {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 0;
}

.offcanvas .navbar-nav .nav-link {
    margin: 0.5rem 0;
    font-size: 1.1rem;
    color: #7356e5;
    text-align: left;
}

.offcanvas .btn-custom {
    margin: 1.5rem auto 0 auto;
    width: 80%;
    display: block;
}

@media (max-width: 991.98px) {
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }

    .navbar-nav .nav-item {
        width: 100%;
    }

    .navbar-nav .nav-link {
        width: 100%;
        margin: 0.5rem 0;
    }
}

/* Dropdown desktop */
.menu-dropdown {
    display: flex;
    align-items: stretch;
    position: relative;
}

.menu-item.dropdown-toggle::after {
    content: ' \25BC';
    border: none;
    background: none;
    font-size: 0.63em;
    vertical-align: middle;
    margin-left: 0.35em;
    width: auto;
    height: auto;
    display: inline;
}

.menu-dropdown-menu {
    background: #3b3190;
    border: none;
    border-radius: 0 0 6px 6px;
    padding: 0.25rem 0;
    min-width: 240px;
    margin-top: 0 !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.18);
}

.menu-dropdown-menu .dropdown-item {
    color: #fff;
    padding: 0.8rem 1.5rem;
    font-weight: 500;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.menu-dropdown-menu .dropdown-item:last-child {
    border-bottom: none;
}

.menu-dropdown-menu .dropdown-item:hover,
.menu-dropdown-menu .dropdown-item:focus {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

/* Submenu mobile */
.submenu-mobile {
    background: #3b3190;
}

.submenu-mobile a {
    display: block;
    padding: 0.8rem 1.5rem;
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.submenu-mobile a:hover {
    background: rgba(255, 255, 255, 0.1);
}

/* Banner */
.banner-slide {
    width: 100%;
    min-height: 420px;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    align-items: center;
}

.banner-overlay {
    position: relative;
    z-index: 2;
    padding: 3rem 5%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 55%;
}

.banner-badge {
    display: flex;
    align-items: center;
    background: #e8622a;
    border-radius: 10px;
    padding: 0.4rem 0.8rem;
    gap: 0.5rem;
    width: fit-content;
    margin-bottom: 2rem;
}

.badge-anos {
    font-size: 1.5rem;
    font-weight: 900;
    color: #fff;
    line-height: 1;
    text-align: center;
}

.badge-anos small {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.badge-text {
    color: #fff;
    font-size: 0.75rem;
    line-height: 1.3;
}

.badge-anahp {
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 1px;
}

.badge-parceiro {
    font-size: 0.65rem;
    letter-spacing: 0.5px;
}

.banner-title {
    color: #b8d400;
    font-size: 2.8rem;
    font-weight: 900;
    line-height: 1.15;
    margin-bottom: 1rem;
}

.banner-sub {
    color: #fff;
    font-size: 1.15rem;
    font-weight: 400;
    margin: 0;
}

/* Fale Conosco flutuante - removido, substituído por floating-actions */

@media (max-width: 768px) {
    .banner-overlay {
        max-width: 100%;
        padding: 2rem 1.2rem;
    }

    .banner-title {
        font-size: 1.8rem;
    }

    .banner-slide {
        min-height: 280px;
    }
}

/* Seção Selecione o que você precisa */
.selecione-section {
    background: #6e4fed;
    width: 100%;
    padding: 3.5rem 5%;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.selecione-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8rem;
    max-width: 1100px;
    margin: 0 auto;
    width: 100%;
}

.selecione-titulo {
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.2;
    white-space: nowrap;
}

.selecione-titulo strong {
    font-weight: 900;
}

.selecione-opcoes {
    display: flex;
    flex-direction: column;
    gap: 1.1rem;
}

.selecione-opcao {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
    color: #fff;
    font-size: 1.05rem;
    user-select: none;
}

.selecione-radio {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2.5px solid rgba(255,255,255,0.6);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: transparent;
    transition: border-color 0.2s;
}

.selecione-radio.checked {
    border-color: #b8d400;
}

.selecione-radio.checked::after {
    content: '';
    display: block;
    width: 18px;
    height: 12px;
    border-left: 3px solid #b8d400;
    border-bottom: 3px solid #b8d400;
    transform: rotate(-45deg) translate(1px, -2px);
    position: absolute;
}

.selecione-label strong {
    font-weight: 800;
}

@media (max-width: 768px) {
    .selecione-inner {
        flex-direction: column;
        gap: 2rem;
        align-items: flex-start;
    }
    .selecione-titulo {
        font-size: 1.5rem;
        white-space: normal;
    }
}

/* ===== Botões flutuantes laterais ===== */
.floating-actions {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    gap: 0;
    z-index: 9999;
}

.floating-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.6rem 0.7rem;
    min-width: 80px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    text-decoration: none;
    line-height: 1.3;
    text-align: center;
    transition: filter 0.2s;
    gap: 0.2rem;
}

.floating-btn:hover {
    filter: brightness(0.88);
    color: #fff;
}

.floating-icon {
    font-size: 1.3rem;
    display: block;
}

.fale-btn    { background: #b8d400; border-radius: 10px 0 0 0; }
.boleto-btn  { background: #e8622a; }
.whats-btn   { background: #25d366; border-radius: 0 0 0 10px; }

/* ===== Seção Sobre a Select ===== */
.sobre-section {
    background: #fff;
    padding: 3rem 5%;
}

.sobre-titulo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    color: #111;
    margin-bottom: 2rem;
}

.sobre-cards {
    display: flex;
    gap: 2rem;
    max-width: 1100px;
    margin: 0 auto;
}

.sobre-card {
    flex: 1;
    border-radius: 18px;
    padding: 2.5rem 2rem;
    min-height: 340px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.sobre-card-planos {
    background: #b8d400;
    justify-content: center;
}

.sobre-card-planos h3 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 1rem;
    line-height: 1.1;
}

.sobre-card-planos p {
    color: #2a2a2a;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-width: 380px;
}

.sobre-card-medico {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.sobre-card-overlay {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sobre-card-medico::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.38);
    border-radius: 18px;
    z-index: 1;
}

.sobre-card-medico h3 {
    font-size: 2.2rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: auto;
}

.sobre-card-medico p {
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    max-width: 380px;
}

.btn-sobre {
    background: #7356e5;
    color: #fff;
    border-radius: 24px;
    padding: 0.6rem 2rem;
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    transition: background 0.2s;
}

.btn-sobre:hover {
    background: #5d44b6;
    color: #fff;
}

@media (max-width: 768px) {
    .sobre-cards {
        flex-direction: column;
    }
    .sobre-card {
        min-height: 260px;
    }
}

/* ===== Seção Redes Credenciadas ===== */
.redes-section {
    background: #6e4fed;
    width: 100%;
    padding: 4rem 5%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}

.redes-titulo {
    color: #b8d400;
    font-size: 2.4rem;
    font-weight: 900;
    margin: 0;
}

.redes-sub {
    color: #fff;
    font-size: 1.05rem;
    font-weight: 400;
    margin: 0;
    line-height: 1.6;
}

.btn-redes {
    display: inline-block;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    padding: 0.65rem 2.5rem;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    margin-top: 0.5rem;
}

.btn-redes:hover {
    background: #fff;
    color: #6e4fed;
}

/* ===== Seção Blog ===== */
.blog-section {
    background: #fff;
    padding: 3.5rem 5%;
}

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
}

.blog-titulo {
    text-align: center;
    font-size: 2rem;
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 2.5rem;
}

.blog-cards {
    display: flex;
    gap: 1.5rem;
    align-items: stretch;
}

.blog-card {
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    transition: transform 0.2s, box-shadow 0.2s;
}

.blog-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.blog-card-post {
    flex: 2;
    background: #b8d400;
    display: flex;
    flex-direction: row;
}

.blog-card-post-img {
    width: 42%;
    min-height: 220px;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}

.blog-card-post-body {
    padding: 1.5rem 1.4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.blog-card-post-title {
    font-size: 1.15rem;
    font-weight: 900;
    color: #1a1a2e;
    margin-bottom: 0.8rem;
    line-height: 1.35;
}

.blog-card-post-excerpt {
    font-size: 0.92rem;
    color: #1a1a2e;
    line-height: 1.55;
    margin: 0;
}

.blog-card-categoria {
    flex: 1;
    background-size: cover;
    background-position: center;
    min-height: 220px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card-cat-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.42);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    transition: background 0.2s;
}

.blog-card-categoria:hover .blog-card-cat-overlay {
    background: rgba(0, 0, 0, 0.55);
}

.blog-card-cat-label {
    color: #b8d400;
    font-size: 1.4rem;
    font-weight: 900;
    text-align: center;
}

@media (max-width: 768px) {
    .blog-cards {
        flex-direction: column;
    }
    .blog-card-post {
        flex-direction: column;
    }
    .blog-card-post-img {
        width: 100%;
        min-height: 180px;
    }
}

.blog-card-loading {
    background: linear-gradient(90deg, #e8e8e8 25%, #d0d0d0 50%, #e8e8e8 75%);
    background-size: 200% 100%;
    animation: blogSkeleton 1.4s infinite;
    border-radius: 6px;
    color: transparent !important;
}

@keyframes blogSkeleton {
    0%   { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

/* ===== Seção Formulário Cotação ===== */
.cotacao-section {
    background: #1a1a2e;
    padding: 4.5rem 5%;
    position: relative;
    overflow: hidden;
}

.cotacao-deco-1,
.cotacao-deco-2,
.cotacao-deco-3 {
    position: absolute;
    border-radius: 50%;
    border: 1.5px solid rgba(184, 212, 0, 0.3);
    pointer-events: none;
}

.cotacao-deco-1 {
    width: 700px;
    height: 700px;
    right: -220px;
    top: -220px;
}

.cotacao-deco-2 {
    width: 480px;
    height: 480px;
    right: -80px;
    top: -80px;
    border-color: rgba(184, 212, 0, 0.22);
}

.cotacao-deco-3 {
    width: 280px;
    height: 280px;
    right: 40px;
    top: 40px;
    border-color: rgba(184, 212, 0, 0.15);
}

.cotacao-container {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
}

.cotacao-titulo {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 2rem;
}

.cotacao-form-card {
    background: #fff;
    border-radius: 16px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22);
}

.cotacao-label {
    display: block;
    font-weight: 700;
    color: #1a1a2e;
    font-size: 0.95rem;
    margin-bottom: 0.35rem;
}

.cotacao-input {
    background: #f3f3f3;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 0.7rem 1rem;
    font-size: 1rem;
    color: #333;
}

.cotacao-input:focus {
    background: #ebebeb;
    border-color: #b8d400;
    box-shadow: none;
}

.cotacao-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 0.1rem 0;
    padding-top: 0.2rem;
}

.cotacao-lgpd-label {
    font-size: 0.9rem;
    color: #444;
    line-height: 1.5;
}

.cotacao-lgpd-label a {
    color: #3b3190;
    text-decoration: underline;
}

.cotacao-btn-submit {
    background: #7356e5;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 0.75rem 3rem;
    font-weight: 700;
    font-size: 1rem;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s;
}

.cotacao-btn-submit:hover {
    background: #5d44b6;
    color: #fff;
}

@media (max-width: 768px) {
    .cotacao-titulo {
        font-size: 1.6rem;
    }
    .cotacao-deco-1, .cotacao-deco-2, .cotacao-deco-3 {
        display: none;
    }
}

/* ===== Footer ===== */
.footer {
    background: #fff;
    padding: 2.5rem 5% 0;
    border-top: 1px solid #eee;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    gap: 4rem;
    padding-bottom: 1.5rem;
    flex-wrap: wrap;
}

.footer-logo img {
    height: 64px;
}

.footer-nav {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.footer-nav-col {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.footer-nav-col a {
    color: #333;
    text-decoration: none;
    font-size: 0.97rem;
    transition: color 0.15s;
}

.footer-nav-col a:hover {
    color: #7356e5;
}

.footer-divider {
    border: none;
    border-top: 1px solid #ddd;
    margin: 0 0 1.5rem;
}

.footer-middle {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
    align-items: flex-start;
}

.footer-endereco p {
    margin: 0.2rem 0;
    font-size: 0.95rem;
    color: #333;
}

.footer-links-uteis {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.footer-links-uteis p {
    margin: 0 0 0.4rem;
    font-size: 0.97rem;
}

.footer-links-uteis a {
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-links-uteis a:hover {
    color: #7356e5;
}

.footer-social {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

.footer-siga {
    font-size: 1rem;
    color: #333;
    margin: 0;
}

.footer-social-icons {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.footer-social-icons a {
    color: #222;
    transition: opacity 0.2s;
}

.footer-social-icons a:hover {
    opacity: 0.6;
}

.footer-copy {
    text-align: center;
    padding: 1rem 0 0.5rem;
    font-size: 0.92rem;
    color: #444;
}

.footer-copy p {
    margin: 0.1rem 0;
}

.footer-ans {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    padding: 1rem 0;
}

.footer-ans-logo {
    height: 48px;
}

.footer-ans-badge {
    background: #111;
    color: #fff;
    padding: 0.35rem 1rem;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}

.footer-bottom {
    background: #6e4fed;
    color: #fff;
    text-align: center;
    padding: 0.85rem 5%;
    font-size: 0.95rem;
    margin: 0 -5%;
}

@media (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer-middle {
        flex-direction: column;
        gap: 1.5rem;
    }
    .floating-actions {
        top: auto;
        bottom: 0;
        right: 0;
        transform: none;
        flex-direction: row;
        width: 100%;
        justify-content: stretch;
    }
    .floating-btn {
        flex: 1;
        border-radius: 0 !important;
        padding: 0.5rem 0.3rem;
        font-size: 0.7rem;
    }
}