/*
Theme Name: Astra Child - Vita Cell
Theme URI: https://wpastra.com/
Description: Tema filho personalizado Astra para Vita Cell Laboratório
Author: Vita Cell
Template: astra
Version: 1.0.1
Text Domain: astra-child
*/


/* ══════════════════════════════════════════════════════════
   VARIÁVEIS GLOBAIS
   No Astra: Personalizar > Global > Cores
══════════════════════════════════════════════════════════ */
:root {
    --bordo: #800000;
    --bordo-dark: #800000;
    --bordo-light: #A83344;
    --bordo-10: rgba(139, 38, 53, 0.1);
    --bordo-05: rgba(139, 38, 53, 0.05);
    --bege: #F5E6D3;
    --bege-dark: #E8D5BE;
    --bege-light: #FDF8F3;
    --branco: #FFFFFF;
    --preto: #1A1A1A;
    --cinza-900: #1F2937;
    --cinza-700: #374151;
    --cinza-600: #4B5563;
    --cinza-500: #6B7280;
    --cinza-400: #9CA3AF;
    --cinza-200: #E5E7EB;
    --cinza-100: #F3F4F6;
    --cinza-50: #F9FAFB;
    --whatsapp: #25D366;
    --whatsapp-dark: #1EBE5D;
    --gold: #D4A853;
    --gold-light: #F5E6C8;
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.08);
    --shadow-md: 0 4px 12px rgba(0, 0, 0, 0.08);
    --shadow-lg: 0 12px 40px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 25px 60px rgba(0, 0, 0, 0.12);
    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 20px;
    --radius-xl: 28px;
}


/* ══════════════════════════════════════════════════════════
   RESET GLOBAL PARA O TEMPLATE
══════════════════════════════════════════════════════════ */
.vitacell-page {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color: var(--cinza-700);
    line-height: 1.7;
    overflow-x: hidden;
}

.vitacell-page h1,
.vitacell-page h2,
.vitacell-page h3,
.vitacell-page h4,
.vitacell-page h5,
.vitacell-page h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--cinza-900);
    line-height: 1.2;
    text-transform: none;
}

.vitacell-page img {
    max-width: 100%;
    display: block;
}

.vitacell-page .container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
}


/* ══════════════════════════════════════════════════════════
   ANIMAÇÕES
══════════════════════════════════════════════════════════ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}

@keyframes pulse-glow {

    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
    }

    50% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

@keyframes shimmer {
    0% {
        background-position: -200% center;
    }

    100% {
        background-position: 200% center;
    }
}


/* ══════════════════════════════════════════════════════════
   TOP BAR
   No Astra: Header Builder > Above Header
══════════════════════════════════════════════════════════ */
.vitacell-topbar {
    background: var(--branco);
    color: var(--cinza-700);
    font-size: 0.8rem;
    padding: 8px 0;
    letter-spacing: 0.02em;
    border-bottom: 1px solid var(--cinza-200);
}

.vitacell-topbar .topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vitacell-topbar .topbar-info {
    display: flex;
    gap: 25px;
    align-items: center;
}

.vitacell-topbar .topbar-info span {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vitacell-topbar .topbar-phone {
    display: flex;
    align-items: center;
    gap: 6px;
}

.vitacell-topbar .topbar-whatsapp {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--cinza-700);
    text-decoration: none;
}

.vitacell-topbar .topbar-cta {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--bordo);
    font-weight: 600;
    text-decoration: none;
}

.vitacell-topbar .topbar-cta:hover {
    text-decoration: underline;
}

.vitacell-topbar .topbar-cta:focus-visible {
    outline: 2px solid var(--bordo);
    outline-offset: 2px;
    border-radius: 2px;
}

/* Estilos movidos de inline para CSS */
.certificacoes-grupo {
    display: flex;
    align-items: center;
    gap: 30px;
}

.servicos-cta-wrap {
    text-align: center;
    margin-top: 40px;
}

.btn-primary-bordo {
    background: var(--bordo);
}

.alert-note svg {
    flex-shrink: 0;
    margin-top: 2px;
}

.schema-hidden {
    display: none;
}


/* ══════════════════════════════════════════════════════════
   HEADER CUSTOMIZADO
   No Astra: Header Builder > Primary Header
══════════════════════════════════════════════════════════ */
.vitacell-header {
    background: var(--bordo);
    position: sticky;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
    border-bottom: 1px solid var(--bordo);
}

.vitacell-header.scrolled {
    box-shadow: var(--shadow-md);
    border-bottom-color: transparent;
}

.vitacell-header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.vitacell-header .logo {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
}

.vitacell-header .logo img {
    height: 220px;
    width: auto;
    margin-left: -18px;
    /* Compensate for the red padding on the left of Logo-01.PNG */
}

.vitacell-header .nav-menu {
    display: flex;
    gap: 0;
    list-style: none;
    align-items: center;
    margin: 0;
    padding: 0;
}

.vitacell-header .nav-menu a {
    text-decoration: none;
    color: var(--branco);
    font-weight: 500;
    font-size: 1.05rem;
    padding: 10px 20px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.vitacell-header .nav-menu a:hover {
    color: var(--branco);
    background: var(--bordo-05);
}

.vitacell-header .nav-cta {
    background: transparent !important;
    color: var(--branco) !important;
    padding: 12px 26px !important;
    border-radius: 50px !important;
    font-weight: 600 !important;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease !important;
}

.vitacell-header .nav-cta:hover {
    background: rgba(255, 255, 255, 0.1) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    color: var(--branco) !important;
    transform: translateY(-3px);
    box-shadow: none !important;
}

/* Ajuste específico para quando o header estiver 'scrolled' (fundo branco) */
.vitacell-header.scrolled .nav-cta {
    color: var(--bordo) !important;
    border-color: var(--bordo) !important;
}

.vitacell-header.scrolled .nav-cta:hover {
    background: var(--bordo) !important;
    color: var(--branco) !important;
}


/* ══════════════════════════════════════════════════════════
   HERO SECTION
   No Astra/Spectra: Cover ou Container + Colunas
══════════════════════════════════════════════════════════ */
.vitacell-hero {
    background: var(--bordo);
    color: var(--branco);
    position: relative;
    overflow: hidden;
    min-height: 88vh;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.vitacell-hero>.container {
    width: 100%;
}

.vitacell-hero::before {
    content: '';
    position: absolute;
    top: -200px;
    right: -150px;
    width: 700px;
    height: 700px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 30px 30px;
    border-radius: 50%;
    animation: float 8s ease-in-out infinite;
}

.vitacell-hero::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 50%;
}

.hero-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 100px 0 80px;
    position: relative;
    z-index: 2;
}

.hero-tag {
    display: block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    max-width: 440px;
}

.hero-tag .dot {
    display: none;
}

.vitacell-hero h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    font-weight: 800;
    color: var(--branco);
    margin-bottom: 24px;
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.vitacell-hero h1 .accent {
    color: var(--bege);
}

.hero-subtitle {
    font-size: 1.2rem;
    line-height: 1.7;
    opacity: 0.88;
    margin-bottom: 14px;
    max-width: 520px;
}

.hero-promise {
    font-size: 0.95rem;
    opacity: 0.65;
    font-style: italic;
    margin-bottom: 32px;
    max-width: 520px;
}

.hero-badges {
    display: flex;
    gap: 10px;
    margin-bottom: 36px;
    flex-wrap: wrap;
}

.hero-badge {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.12);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 0.82rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.hero-badge:hover {
    background: rgba(255, 255, 255, 0.18);
    transform: translateY(-2px);
}

.hero-badge.gold {
    background: linear-gradient(135deg, rgba(212, 168, 83, 0.25), rgba(212, 168, 83, 0.1));
    border-color: rgba(212, 168, 83, 0.4);
    color: var(--gold-light);
}

.hero-buttons {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
}

.btn-wpp {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--whatsapp);
    color: var(--branco);
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.3);
}

.btn-wpp:hover {
    background: var(--whatsapp-dark);
    color: var(--branco);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(37, 211, 102, 0.35);
}

.btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: transparent;
    color: var(--branco);
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border: 2px solid rgba(255, 255, 255, 0.35);
    transition: all 0.3s ease;
}

.btn-outline:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.7);
    color: var(--branco);
    transform: translateY(-3px);
}

/* Hero visual */
.hero-visual {
    position: relative;
}

.hero-img-wrapper {
    position: relative;
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.3);
}

.hero-img-wrapper img {
    width: 100%;
    height: 520px;
    object-fit: cover;
}

.hero-float-card {
    position: absolute;
    bottom: -30px;
    left: -40px;
    background: var(--branco);
    padding: 22px 28px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-xl);
    display: flex;
    align-items: center;
    gap: 16px;
    animation: float 4s ease-in-out infinite;
    z-index: 3;
}

.hero-float-card .icon-circle {
    width: 52px;
    height: 52px;
    background: var(--bordo-10);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.hero-float-card .text strong {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem;
    color: var(--bordo);
    display: block;
}

.hero-float-card .text span {
    font-size: 0.8rem;
    color: var(--cinza-500);
}

.hero-float-card-2 {
    position: absolute;
    top: 30px;
    right: -30px;
    background: var(--branco);
    padding: 16px 22px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 12px;
    animation: float 5s ease-in-out infinite;
    animation-delay: 1s;
    z-index: 3;
}

.hero-float-card-2 .check {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
}

.hero-float-card-2 span {
    font-weight: 600;
    font-size: 0.85rem;
    color: var(--cinza-900);
}


/* ══════════════════════════════════════════════════════════
   QUALIDADE CERTIFICADA E PARCEIROS
══════════════════════════════════════════════════════════ */
.vitacell-certificacoes {
    background: var(--branco);
    padding: 40px 0;
    border-bottom: 1px solid var(--cinza-200);
}

.certificacoes-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.certificacoes-titulo {
    display: flex;
    align-items: center;
    gap: 24px;
    flex-shrink: 0;
}

.certificacoes-titulo span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cinza-500);
    text-transform: none;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

.certificacoes-linha {
    width: 60px;
    height: 2px;
    background: var(--cinza-300, #D1D5DB);
    flex-shrink: 0;
}

.certificacoes-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 60px;
    flex: 1;
}

.certificacao-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    filter: grayscale(0);
    opacity: 0.85;
}

.certificacao-logo:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.certificacao-logo img {
    max-height: 100px;
    width: auto;
    object-fit: contain;
}

.pncq-result-link {
    margin-top: 10px;
    background: transparent !important;
    border: 0 !important;
    padding: 0;
    font-size: 0.78rem;
    color: var(--cinza-500) !important;
    letter-spacing: 0.01em;
    text-decoration: underline;
    text-underline-offset: 2px;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none !important;
    border-radius: 0 !important;
    line-height: 1.35;
}

.pncq-result-link:hover {
    color: var(--cinza-500) !important;
    text-decoration-thickness: 2px;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.pncq-result-link:focus-visible {
    outline: 1px solid var(--cinza-300);
    outline-offset: 2px;
    border-radius: 3px !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.pncq-result-link:focus,
.pncq-result-link:active {
    color: var(--cinza-500) !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.vitacell-modal {
    position: fixed;
    inset: 0;
    z-index: 10050;
    display: none;
}

.vitacell-modal.is-open {
    display: block;
}

.vitacell-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 24, 39, 0.6);
}

.vitacell-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(92vw, 760px);
    max-height: 88vh;
    margin: 6vh auto;
    background: var(--branco);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-lg);
    padding: 20px;
    overflow: auto;
}

.vitacell-modal-dialog h3 {
    margin: 0 28px 14px 0;
    color: var(--cinza-900);
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
}

.vitacell-modal-image {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--cinza-200);
}

.vitacell-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 999px;
    background: var(--cinza-100);
    color: var(--cinza-700);
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
}

.vitacell-modal-close:hover {
    background: var(--cinza-200);
}

.vitacell-modal-close:focus-visible {
    outline: 2px solid var(--bordo);
    outline-offset: 2px;
}

body.vitacell-modal-open {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .certificacoes-inner {
        flex-direction: column;
        text-align: center;
        gap: 24px;
    }

    .certificacoes-titulo {
        flex-direction: column;
        gap: 10px;
    }

    .certificacoes-linha {
        width: 40px;
    }

    .certificacoes-logos {
        gap: 40px;
    }
}

@media (max-width: 480px) {
    .certificacoes-logos {
        flex-wrap: wrap;
        gap: 24px;
    }

    .certificacao-logo img {
        max-height: 50px;
    }

    .vitacell-modal-dialog {
        margin: 4vh auto;
        padding: 16px;
    }
}


/* ══════════════════════════════════════════════════════════
   BARRA DE CONFIANÇA
══════════════════════════════════════════════════════════ */
.vitacell-trust-bar {
    background: var(--cinza-50);
    border-bottom: 1px solid var(--cinza-200);
    padding: 28px 0;
}

.trust-bar-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: var(--cinza-500);
    font-size: 0.9rem;
}

.trust-item .icon {
    width: 40px;
    height: 40px;
    background: var(--branco);
    border: 1px solid var(--cinza-200);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
}

.trust-item strong {
    color: var(--cinza-900);
    font-family: 'Montserrat', sans-serif;
}

.trust-divider {
    width: 1px;
    height: 30px;
    background: var(--cinza-200);
}


/* ══════════════════════════════════════════════════════════
   DIFERENCIAIS
══════════════════════════════════════════════════════════ */
.vitacell-diferenciais {
    padding: 100px 0;
    background: var(--branco);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--bordo);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.section-label::before,
.section-label::after {
    content: '';
    width: 30px;
    height: 2px;
    background: var(--bordo);
    opacity: 0.3;
}

.section-header h2 {
    font-size: 2.8rem;
    color: var(--cinza-900);
    margin-bottom: 16px;
    letter-spacing: -0.02em;
}

.section-header p {
    font-size: 1.1rem;
    color: var(--cinza-500);
    max-width: 550px;
    margin: 0 auto;
}

.diff-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.diff-card {
    background: var(--branco);
    padding: 32px 28px;
    border-radius: 4px;
    border: 1px solid var(--cinza-200);
    border-left: 3px solid var(--bordo);
    transition: box-shadow 0.25s ease;
}

.diff-card::before {
    display: none;
}

.diff-card:hover {
    box-shadow: var(--shadow-md);
}

.diff-icon {
    display: none;
}

.diff-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--cinza-900);
    margin-bottom: 10px;
}

.diff-card p {
    font-size: 0.9rem;
    color: var(--cinza-500);
    line-height: 1.6;
}


/* ══════════════════════════════════════════════════════════
   SERVIÇOS
══════════════════════════════════════════════════════════ */
.vitacell-servicos {
    padding: 100px 0;
    background: var(--cinza-50);
}

.servicos-layout {
    display: block;
}

.servicos-sidebar {
    position: sticky;
    top: 120px;
}

/* Row featured: serviços em destaque */
.servicos-row-featured {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.servicos-row-featured .serv-card.featured {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 44px 48px;
    text-align: left;
    background: linear-gradient(135deg, var(--bordo) 0%, #5a0000 100%);
    color: var(--branco);
    border: none;
}

.servicos-row-featured .serv-card.featured .serv-icon {
    margin: 0;
    flex-shrink: 0;
}

.servicos-row-featured .serv-card.featured .serv-featured-content {
    flex: 1;
}

.servicos-row-featured .serv-card.featured .arrow {
    flex-shrink: 0;
}

/* Row 2 colunas */
.servicos-row-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

.servicos-row-single {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
    margin-bottom: 24px;
}

/* Legacy row (mantido para compatibilidade) */
.servicos-row {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
}

.servicos-row .serv-card {
    flex: 0 0 calc((100% - 80px) / 6);
    min-width: 180px;
}

.servicos-sidebar h2 {
    font-size: 2.5rem;
    line-height: 1.15;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.servicos-sidebar p {
    color: var(--cinza-500);
    font-size: 1.05rem;
    margin-bottom: 30px;
    line-height: 1.7;
}

.servicos-sidebar .btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bordo);
    color: var(--branco);
    padding: 16px 32px;
    border-radius: 50px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

.servicos-sidebar .btn-primary:hover {
    background: var(--bordo-dark);
    color: var(--branco);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(139, 38, 53, 0.25);
}

.servicos-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

/* Scrollbar do servicos-row */
.servicos-row::-webkit-scrollbar {
    height: 4px;
}

.servicos-row::-webkit-scrollbar-track {
    background: var(--cinza-200);
    border-radius: 4px;
}

.servicos-row::-webkit-scrollbar-thumb {
    background: var(--bordo);
    border-radius: 4px;
}

.serv-card {
    background: var(--branco);
    padding: 32px;
    text-align: center;
    border-radius: var(--radius-lg);
    border: 1px solid var(--cinza-200);
    transition: all 0.35s ease;
    text-decoration: none;
    color: inherit;
    display: block;
    position: relative;
    overflow: hidden;
}

.serv-card:hover {
    border-color: transparent;
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
    color: inherit;
}

.serv-card .serv-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 18px auto;
    transition: transform 0.3s ease;
}

.serv-card:hover .serv-icon {
    transform: scale(1.1);
}

.serv-card h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: var(--cinza-900);
}

.serv-card p {
    font-size: 0.88rem;
    color: var(--cinza-500);
    line-height: 1.6;
    margin-bottom: 16px;
}

.serv-card .arrow {
    color: var(--bordo);
    font-weight: 600;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: gap 0.3s ease;
}

.serv-card:hover .arrow {
    gap: 12px;
}

/* Cores dos ícones dos serviços */
.serv-cito .serv-icon {
    background: linear-gradient(135deg, var(--bordo-10), rgba(139, 38, 53, 0.05));
    color: var(--bordo);
}

.serv-dna .serv-icon {
    background: linear-gradient(135deg, #EDE9FE, #F5F3FF);
    color: #7C3AED;
}

.serv-toxi .serv-icon {
    background: linear-gradient(135deg, #FEF3C7, #FFFBEB);
    color: #D97706;
}

.serv-ocup .serv-icon {
    background: linear-gradient(135deg, #DBEAFE, #EFF6FF);
    color: #2563EB;
}

.serv-biop .serv-icon {
    background: linear-gradient(135deg, #FCE7F3, #FDF2F8);
    color: #DB2777;
}

.serv-clin .serv-icon {
    background: linear-gradient(135deg, #D1FAE5, #ECFDF5);
    color: #059669;
}

.serv-result .serv-icon {
    background: linear-gradient(135deg, #FEE2E2, #FEF2F2);
    color: #DC2626;
}

.serv-lactose .serv-icon {
    background: linear-gradient(135deg, #FEF3C7, #FFFBEB);
    color: #92400E;
}

.serv-hpv .serv-icon {
    background: linear-gradient(135deg, #EDE9FE, #F5F3FF);
    color: #6D28D9;
}

.serv-icon-img {
    overflow: hidden;
}

.serv-icon-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

/* Card destaque */
.serv-card.featured {
    grid-column: span 2;
    background: linear-gradient(135deg, var(--bordo) 0%, var(--bordo-dark) 100%);
    color: var(--branco);
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
}

/* Override: dentro do servicos-row, o featured perde o destaque */
.servicos-row .serv-card.featured,
.servicos-row .serv-card {
    display: block;
    padding: 32px;
}

.servicos-row .serv-card.featured {
    grid-column: unset;
    grid-template-columns: unset;
}

.serv-card.featured h3 {
    color: var(--branco);
    font-size: 1.3rem;
}

.serv-card.featured p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.serv-card.featured .arrow {
    color: var(--bege);
}

.serv-card.featured .serv-icon {
    background: rgba(255, 255, 255, 0.15);
    color: var(--branco);
    width: 60px;
    height: 60px;
    font-size: 1.8rem;
}

.featured-badge {
    background: var(--bege);
    color: var(--bordo);
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    display: inline-block;
    margin-bottom: 14px;
}

.featured-stats {
    display: flex;
    gap: 30px;
    margin-top: 20px;
    justify-content: center;
}

.featured-stat .num {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.6rem;
    font-weight: 800;
    color: var(--bege);
}

.featured-stat .lbl {
    font-size: 0.72rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* ══════════════════════════════════════════════════════════
   SOBRE NÓS
══════════════════════════════════════════════════════════ */
.vitacell-sobre {
    padding: 120px 0;
    background: var(--branco);
}

.sobre-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.sobre-images {
    position: relative;
}

.sobre-img-main {
    border-radius: var(--radius-xl);
    overflow: hidden;
    box-shadow: var(--shadow-xl);
}

.sobre-img-main img {
    width: 100%;
    height: 480px;
    object-fit: cover;
}

.sobre-img-secondary {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 200px;
    height: 200px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    border: 6px solid var(--branco);
    box-shadow: var(--shadow-lg);
}

.sobre-img-secondary img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sobre-experience-badge {
    position: absolute;
    top: -20px;
    left: -20px;
    width: 110px;
    height: 110px;
    background: var(--bordo);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    box-shadow: var(--shadow-lg);
    z-index: 2;
}

.sobre-experience-badge .num {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1;
}

.sobre-experience-badge .txt {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.9;
}

.sobre-text .section-label {
    justify-content: flex-start;
}

.sobre-text .section-label::before {
    display: none;
}

.sobre-text h2 {
    font-size: 2.5rem;
    margin-bottom: 24px;
    letter-spacing: -0.02em;
}

.sobre-text>p {
    font-size: 1.05rem;
    color: var(--cinza-600);
    line-height: 1.8;
    margin-bottom: 32px;
}

.sobre-features {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 36px;
}

.sobre-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: var(--cinza-50);
    border-radius: var(--radius-md);
    transition: all 0.3s ease;
}

.sobre-feature:hover {
    background: var(--bordo-10);
}

.sobre-feature .check-icon {
    width: 28px;
    height: 28px;
    background: var(--bordo);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    font-size: 0.75rem;
    flex-shrink: 0;
}

.sobre-feature span {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--cinza-700);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: var(--bordo);
    color: var(--branco);
    padding: 16px 34px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: var(--bordo-dark);
    color: var(--branco);
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(139, 38, 53, 0.25);
}


/* ══════════════════════════════════════════════════════════
   ESTATÍSTICAS
══════════════════════════════════════════════════════════ */
.vitacell-stats {
    background: linear-gradient(135deg, var(--bordo) 0%, var(--bordo-dark) 100%);
    padding: 70px 0;
    position: relative;
    overflow: hidden;
}

.vitacell-stats::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    justify-items: center;
}

.stat-item .stat-number {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 800;
    color: var(--branco);
    line-height: 1;
    margin-bottom: 8px;
}

.stat-item .stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}


/* ══════════════════════════════════════════════════════════
   DEPOIMENTOS
══════════════════════════════════════════════════════════ */
.vitacell-depoimentos {
    padding: 100px 0;
    background: var(--branco);
}

/* Carousel wrapper */
.depo-carousel-wrapper {
    position: relative;
}

.depo-carousel {
    overflow: hidden;
    border-radius: var(--radius-lg);
}

.depo-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.depo-track .depo-card {
    flex: 0 0 calc(100% / 3);
    min-width: 0;
    box-sizing: border-box;
    padding: 36px;
    margin: 0 12px;
}

.depo-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 36px;
}

.depo-dots {
    display: flex;
    gap: 8px;
}

.depo-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--cinza-300, #D1D5DB);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s ease;
}

.depo-dot.active {
    background: var(--bordo);
    width: 28px;
    border-radius: 5px;
}

.depo-arrows {
    display: flex;
    gap: 8px;
}

.depo-arrow {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid var(--cinza-200);
    background: var(--branco);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--cinza-700);
    transition: all 0.3s ease;
    padding: 0;
}

.depo-arrow:hover {
    background: var(--bordo);
    border-color: var(--bordo);
    color: var(--branco);
    transform: scale(1.08);
}

.depo-arrow svg {
    width: 18px;
    height: 18px;
}

/* Legacy grid (mantido para compatibilidade) */
.depo-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.depo-card {
    background: var(--cinza-50);
    padding: 36px;
    border-radius: var(--radius-lg);
    border: 1px solid var(--cinza-200);
    transition: all 0.3s ease;
}

.depo-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.depo-stars {
    color: #FBBF24;
    font-size: 1.1rem;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.depo-card blockquote {
    font-size: 0.95rem;
    color: var(--cinza-600);
    line-height: 1.7;
    margin-bottom: 20px;
    font-style: italic;
    padding: 0;
    border: none;
}

.depo-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.depo-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--bordo-10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--bordo);
    font-size: 1rem;
}

.depo-author .name {
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--cinza-900);
}

.depo-author .role {
    font-size: 0.8rem;
    color: var(--cinza-500);
}


/* ══════════════════════════════════════════════════════════
   CONVÊNIOS
══════════════════════════════════════════════════════════ */
.vitacell-convenios {
    padding: 80px 0;
    background: var(--cinza-50);
}

.convenios-inner {
    text-align: center;
}

.convenios-inner h2 {
    font-size: 1.3rem;
    color: var(--cinza-500);
    font-weight: 500;
    margin-bottom: 40px;
}

.convenios-scroll {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 60px;
    flex-wrap: wrap;
}

.conv-logo {
    padding: 16px 30px;
    background: var(--branco);
    border-radius: var(--radius-md);
    border: 1px solid var(--cinza-200);
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    color: var(--cinza-400);
    transition: all 0.3s ease;
    cursor: default;
}

.conv-logo:hover {
    border-color: var(--bordo);
    color: var(--bordo);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}


/* ══════════════════════════════════════════════════════════
   CTA FINAL
══════════════════════════════════════════════════════════ */
.vitacell-cta-final {
    padding: 120px 0;
    background: var(--bege-light);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.vitacell-cta-final::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, var(--bordo-05) 0%, transparent 70%);
    border-radius: 50%;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.vitacell-cta-final h2 {
    font-size: 3.2rem;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.vitacell-cta-final h2 .accent {
    color: var(--bordo);
}

.vitacell-cta-final>.cta-content>p {
    font-size: 1.15rem;
    color: var(--cinza-500);
    max-width: 550px;
    margin: 0 auto 40px;
}

.cta-buttons {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

.cta-buttons .btn-wpp {
    font-size: 1.1rem;
    padding: 18px 40px;
}

.cta-info {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 40px;
    flex-wrap: wrap;
}

.cta-info-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.9rem;
    color: var(--cinza-600);
}

.cta-info-item .icon {
    width: 36px;
    height: 36px;
    background: var(--branco);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    box-shadow: var(--shadow-sm);
}


/* ══════════════════════════════════════════════════════════
   FOOTER CUSTOMIZADO
══════════════════════════════════════════════════════════ */
.vitacell-footer {
    background: var(--bordo);
    color: var(--branco);
    padding: 80px 0 0;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.8fr 1fr 1fr 1.5fr;
    gap: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-brand {
    text-align: left;
}

.footer-brand .footer-logo-img {
    max-width: 210px;
    margin-bottom: 10px;
    display: block;
}

.footer-brand .logo-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.7rem;
    font-weight: 800;
    color: var(--branco);
    margin-bottom: 6px;
}

.footer-brand .slogan {
    color: var(--branco);
    font-size: 0.85rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 20px;
}

.footer-brand>p {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 24px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.footer-social a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--branco);
    transform: translateY(-3px);
}

.vitacell-footer h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--branco);
    margin-bottom: 24px;
}

.vitacell-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.vitacell-footer ul li {
    margin-bottom: 14px;
}

.vitacell-footer ul a {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 6px;
}

.vitacell-footer ul a:hover {
    color: var(--branco);
    transform: translateX(4px);
}

.footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
}

.footer-contact-item .fi {
    width: 36px;
    height: 36px;
    background: rgba(255, 255, 255, 0.06);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1rem;
}

.footer-contact-item .info {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.88rem;
    line-height: 1.5;
}

.footer-contact-item .info strong {
    color: var(--branco);
    display: block;
    margin-bottom: 2px;
}

.footer-bottom {
    padding: 28px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.4);
}


/* ══════════════════════════════════════════════════════════
   WHATSAPP FLUTUANTE
══════════════════════════════════════════════════════════ */
.wpp-float {
    position: fixed;
    bottom: 28px;
    right: 28px;
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.wpp-float-label {
    background: var(--branco);
    padding: 10px 18px;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--cinza-900);
    opacity: 0;
    transform: translateX(10px);
    transition: all 0.3s ease;
    white-space: nowrap;
}

.wpp-float:hover .wpp-float-label {
    opacity: 1;
    transform: translateX(0);
}

.wpp-float-btn {
    width: 62px;
    height: 62px;
    background: var(--whatsapp);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.35);
    transition: all 0.3s ease;
    animation: pulse-glow 3s infinite;
}

.wpp-float:hover .wpp-float-btn {
    transform: scale(1.08);
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.4);
}

.wpp-float-btn svg {
    width: 30px;
    height: 30px;
    fill: var(--branco);
}


/* ══════════════════════════════════════════════════════════
   RESPONSIVO
══════════════════════════════════════════════════════════ */
@media (max-width: 1024px) {
    .hero-container {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 50px;
        padding: 80px 0 60px;
    }

    .vitacell-hero h1 {
        font-size: 3rem;
    }

    .hero-badges {
        justify-content: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-float-card {
        left: auto;
        right: 20px;
    }

    .hero-float-card-2 {
        right: auto;
        left: 20px;
    }

    .diff-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .servicos-layout {
        grid-template-columns: 1fr;
    }

    .servicos-row-2col {
        grid-template-columns: 1fr 1fr;
    }

    .servicos-row-featured .serv-card.featured {
        padding: 36px;
    }

    .servicos-row {
        flex-wrap: wrap;
    }

    .servicos-row .serv-card {
        flex: 0 0 calc((100% - 32px) / 3);
    }

    .servicos-sidebar {
        position: static;
        text-align: center;
    }

    .servicos-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sobre-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .depo-track .depo-card {
        flex: 0 0 50%;
    }

    .depo-grid {
        grid-template-columns: 1fr 1fr;
    }

    .footer-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .vitacell-topbar {
        display: none;
    }

    .vitacell-header .header-inner {
        flex-direction: column;
        gap: 12px;
    }

    .vitacell-header .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 4px;
    }

    .vitacell-header .nav-menu a {
        padding: 8px 14px;
        font-size: 0.85rem;
    }

    .vitacell-hero {
        min-height: auto;
    }

    .hero-container {
        padding: 60px 0 50px;
    }

    .vitacell-hero h1 {
        font-size: 2.3rem;
    }

    .hero-visual {
        display: none;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin: 0 auto 10px;
    }

    .hero-promise {
        margin: 0 auto 24px;
    }

    .diff-grid {
        grid-template-columns: 1fr 1fr;
        gap: 14px;
    }

    .diff-card {
        padding: 24px 20px;
    }

    .servicos-grid {
        grid-template-columns: 1fr;
    }

    .servicos-row-2col {
        grid-template-columns: 1fr;
    }

    .servicos-row-featured {
        grid-template-columns: 1fr;
    }

    .servicos-row-featured .serv-card.featured {
        flex-direction: column;
        text-align: center;
        padding: 32px 24px;
    }

    .servicos-row-featured .serv-card.featured .serv-icon {
        margin: 0 auto;
    }

    .servicos-row {
        flex-wrap: wrap;
    }

    .servicos-row .serv-card {
        flex: 0 0 calc((100% - 16px) / 2);
    }

    .serv-card.featured {
        grid-column: span 1;
        grid-template-columns: 1fr;
    }

    .sobre-features {
        grid-template-columns: 1fr;
    }

    .section-header h2,
    .servicos-sidebar h2,
    .sobre-text h2 {
        font-size: 2rem;
    }

    .vitacell-cta-final h2 {
        font-size: 2.2rem;
    }

    .vitacell-cta-final {
        padding: 80px 0;
    }

    .depo-track .depo-card {
        flex: 0 0 100%;
    }

    .depo-grid {
        grid-template-columns: 1fr;
    }

    .footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .footer-brand {
        text-align: center;
    }

    .footer-brand .footer-logo-img {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact-item {
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .trust-bar-inner {
        gap: 20px;
    }

    .trust-divider {
        display: none;
    }

    .wpp-float-label {
        display: none;
    }
}

@media (max-width: 480px) {
    .vitacell-hero h1 {
        font-size: 1.9rem;
    }

    .hero-badges {
        gap: 8px;
    }

    .hero-badge {
        padding: 8px 14px;
        font-size: 0.75rem;
    }

    .btn-wpp,
    .btn-outline {
        padding: 14px 24px;
        font-size: 0.9rem;
    }

    .diff-grid {
        grid-template-columns: 1fr;
    }

    .diff-card {
        text-align: center;
    }

    .diff-icon {
        margin: 0 auto 16px;
    }
}


/* ══════════════════════════════════════════════════════════
   OVERRIDES DO ASTRA
   Garantir que o Astra não interfira nos estilos customizados
══════════════════════════════════════════════════════════ */

/* === FORÇAR FULL WIDTH EM TODOS OS CONTAINERS DO ASTRA === */
.page-template-page-home-vitacell .site-content,
.page-template-page-home-vitacell .ast-container,
.page-template-page-home-vitacell #content,
.page-template-page-home-vitacell .content-area,
.page-template-page-home-vitacell #primary,
.page-template-page-home-vitacell #main,
.page-template-page-home-vitacell .site-main,
.page-template-page-home-vitacell .entry-content,
.page-template-page-home-vitacell .ast-article-single,
.page-template-page-home-vitacell .ast-article-post,
.page-template-page-home-vitacell .ast-separate-container .ast-article-single,
.page-template-page-home-vitacell .ast-separate-container .ast-article-post,
.page-template-page-home-vitacell .ast-plain-container,
.page-template-page-home-vitacell .ast-page-builder-template {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    background: transparent !important;
}

/* Remover sidebar completamente */
.page-template-page-home-vitacell #secondary,
.page-template-page-home-vitacell .widget-area,
.page-template-page-home-vitacell .sidebar,
.page-template-page-home-vitacell aside {
    display: none !important;
    width: 0 !important;
}

/* Container principal do site Astra */
.page-template-page-home-vitacell #page {
    overflow-x: hidden;
}

/* Esconder header e footer padrão do Astra */
.page-template-page-home-vitacell .ast-above-header,
.page-template-page-home-vitacell .ast-above-header-wrap,
.page-template-page-home-vitacell #masthead,
.page-template-page-home-vitacell .ast-primary-header,
.page-template-page-home-vitacell .ast-below-header,
.page-template-page-home-vitacell .site-header,
.page-template-page-home-vitacell .site-footer,
.page-template-page-home-vitacell .ast-footer-overlay,
.page-template-page-home-vitacell #colophon,
.page-template-page-home-vitacell .ast-small-footer,
.page-template-page-home-vitacell .ast-footer-copyright,
.page-template-page-orientacoes-vitacell .ast-primary-header,
.page-template-page-orientacoes-vitacell .ast-below-header,
.page-template-page-orientacoes-vitacell .site-header,
.page-template-page-orientacoes-vitacell .site-footer,
.page-template-page-orientacoes-vitacell .ast-footer-overlay,
.page-template-page-orientacoes-vitacell #colophon,
.page-template-page-orientacoes-vitacell .ast-small-footer,
.page-template-page-orientacoes-vitacell .ast-footer-copyright,
.page-template-page-contato-vitacell .ast-primary-header,
.page-template-page-contato-vitacell .ast-below-header,
.page-template-page-contato-vitacell .site-header,
.page-template-page-contato-vitacell .site-footer,
.page-template-page-contato-vitacell .ast-footer-overlay,
.page-template-page-contato-vitacell #colophon,
.page-template-page-contato-vitacell .ast-small-footer,
.page-template-page-contato-vitacell .ast-footer-copyright {
    display: none !important;
}

/* Remover título da página se o Astra insistir */
.page-template-page-home-vitacell .entry-header,
.page-template-page-home-vitacell .ast-archive-description,
.page-template-page-home-vitacell .page-title,
.page-template-page-orientacoes-vitacell .entry-header,
.page-template-page-orientacoes-vitacell .ast-archive-description,
.page-template-page-orientacoes-vitacell .page-title,
.page-template-page-contato-vitacell .entry-header,
.page-template-page-contato-vitacell .ast-archive-description,
.page-template-page-contato-vitacell .page-title {
    display: none !important;
}

/* Garantir que o vitacell-page ocupe 100% */
.vitacell-page {
    width: 100% !important;
    max-width: 100% !important;
}

/* Garantir que o menu hamburger funcione */
.vitacell-header .menu-toggle {
    display: none;
}

@media (max-width: 768px) {
    .vitacell-header .menu-toggle {
        display: block;
        background: none;
        border: none;
        font-size: 1.5rem;
        cursor: pointer;
        color: var(--cinza-700);
    }
}

/* ══════════════════════════════════════════════════════════
   MOBILE MENU FIX
══════════════════════════════════════════════════════════ */
@media (max-width: 768px) {

    /* Ajuste do Logo no Mobile */
    .vitacell-header .logo img {
        height: 140px !important;
        width: auto;
        margin-left: -8px;
    }

    .vitacell-header .header-inner {
        position: relative;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 6px 0;
    }

    /* Ajuste do Botão Hamburger */
    .vitacell-header .menu-toggle {
        font-size: 2.4rem;
        color: var(--branco);
        padding: 8px;
        margin-left: auto;
        font-family: Arial, "Lucida Grande", sans-serif;
        line-height: 1;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        z-index: 10000;
    }

    /* Menu Mobile Dropdown */
    .vitacell-header .nav-menu {
        display: none;
        flex-direction: column;
        width: 100vw;
        height: auto;
        background: var(--bordo);
        padding: 20px 0;
        position: fixed;
        top: 160px;
        left: 0;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        z-index: 9999;
    }

    .vitacell-header .nav-menu.active {
        display: flex !important;
        /* Forçar display */
    }

    .vitacell-header .nav-menu li {
        width: 100%;
        text-align: center;
    }

    .vitacell-header .nav-menu a {
        display: block;
        padding: 15px;
        color: var(--branco);
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        font-size: 1.1rem;
    }

    .vitacell-header .nav-cta {
        display: inline-block;
        margin-top: 15px;
    }
}

/* ══════════════════════════════════════════════════════════
   CIDADES ATENDIDAS
══════════════════════════════════════════════════════════ */
.vitacell-cidades {
    padding: 80px 0;
    background: var(--cinza-50);
    border-top: 1px solid var(--cinza-200);
}

.cidades-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 1000px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.cidade-item {
    background: var(--branco);
    padding: 12px 24px;
    border-radius: 50px;
    color: var(--cinza-700);
    font-weight: 600;
    font-size: 0.95rem;
    border: 1px solid var(--cinza-200);
    transition: all 0.3s ease;
    cursor: default;
    display: flex;
    align-items: center;
    gap: 8px;
}

.cidade-item::before {
    content: '📍';
    font-size: 0.9rem;
}

.cidade-item:hover {
    background: var(--bordo);
    color: var(--branco);
    border-color: var(--bordo);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}


/* ══════════════════════════════════════════════════════════
   HERO CAROUSEL
══════════════════════════════════════════════════════════ */
.hero-slides {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: opacity 1.2s ease;
}

.hero-slide.active {
    opacity: 1;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(110deg,
            rgba(128, 0, 0, 0.55) 0%,
            rgba(100, 0, 0, 0.45) 40%,
            rgba(80, 0, 0, 0.30) 65%,
            rgba(50, 0, 0, 0.15) 100%);
}

/* Substitui .hero-container (grid 2 colunas removido) */
.hero-content {
    display: flex;
    flex-direction: column;
    padding: 110px 0 90px;
    position: relative;
    z-index: 2;
    max-width: 640px;
    text-align: left;
    margin-right: auto;
}

.hero-text {
    text-align: left;
}

.hero-text .hero-buttons {
    justify-content: flex-start;
}

/* ── Navegação ── */
.hero-nav {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 52px;
}

.hero-dots {
    display: flex;
    gap: 8px;
}

.hero-dot {
    width: 28px;
    height: 3px;
    border-radius: 2px;
    background: rgba(255, 255, 255, 0.3);
    border: none;
    cursor: pointer;
    padding: 0;
    transition: all 0.35s ease;
}

.hero-dot.active {
    background: var(--gold);
    width: 48px;
}

.hero-counter {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    color: rgba(255, 255, 255, 0.45);
    user-select: none;
}

.hero-arrows {
    display: flex;
    gap: 8px;
    margin-left: auto;
}

.hero-arrow {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(8px);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease;
    padding: 0;
}

.hero-arrow:hover {
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.45);
    transform: scale(1.06);
}

.hero-arrow svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .hero-content {
        padding: 90px 0 70px;
    }

    .hero-nav {
        margin-top: 36px;
    }

    .hero-counter {
        display: none;
    }
}


/* ══════════════════════════════════════════════════════════
   BANNER — PÁGINAS INTERNAS
══════════════════════════════════════════════════════════ */
.vitacell-page-banner {
    background: var(--bordo);
    color: white;
    padding: 80px 0 56px;
    position: relative;
    overflow: hidden;
}

.vitacell-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.22) 0%, transparent 60%);
}

.vitacell-page-banner .container {
    position: relative;
    z-index: 2;
}

.page-banner-breadcrumb {
    font-size: 0.82rem;
    opacity: 0.55;
    margin-bottom: 18px;
    letter-spacing: 0.03em;
}

.page-banner-breadcrumb a {
    color: white;
    text-decoration: none;
}

.page-banner-breadcrumb a:hover {
    opacity: 0.8;
}

.page-banner-breadcrumb .sep {
    margin: 0 8px;
    opacity: 0.4;
}

.vitacell-page-banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: white;
    margin: 0 0 14px;
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.vitacell-page-banner .banner-subtitle {
    font-size: 1rem;
    opacity: 0.72;
    max-width: 560px;
    line-height: 1.65;
    margin: 0;
}

/* Active link on inner pages */
.vitacell-header .nav-menu a.current {
    color: var(--gold) !important;
    font-weight: 600;
}


/* ══════════════════════════════════════════════════════════
   PÁGINA DE ORIENTAÇÕES
══════════════════════════════════════════════════════════ */
.vitacell-orientacoes {
    padding: 80px 0 100px;
    background: var(--branco);
}

.orientacoes-intro {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.orientacoes-intro p {
    color: var(--cinza-600);
    font-size: 1.05rem;
    line-height: 1.75;
    margin-bottom: 16px;
}

.orientacoes-intro .alert-note {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-top: 20px;
    padding: 16px 20px;
    background: var(--gold-light);
    border-left: 4px solid var(--gold);
    border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
    font-size: 0.9rem;
    color: var(--cinza-700);
    text-align: left;
    line-height: 1.6;
}

/* Filtro de busca */
.orientacoes-filter {
    max-width: 900px;
    margin: 0 auto 32px;
    text-align: center;
}

.filter-input-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    background: var(--branco);
    border: 1.5px solid var(--cinza-200);
    border-radius: 50px;
    padding: 14px 24px;
    transition: border-color 0.2s, box-shadow 0.2s;
    max-width: 520px;
    margin: 0 auto;
}

.filter-input-wrap:focus-within {
    border-color: var(--bordo);
    box-shadow: 0 0 0 3px rgba(128, 0, 0, 0.08);
}

.filter-input-wrap svg {
    color: var(--cinza-400);
    flex-shrink: 0;
}

.filter-input-wrap input {
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Inter', sans-serif;
    font-size: 0.95rem;
    color: var(--cinza-700);
    width: 100%;
}

.filter-input-wrap input::placeholder {
    color: var(--cinza-400);
}

.filter-hint {
    font-size: 0.8rem;
    color: var(--cinza-400);
    margin-top: 10px;
}

/* Badges de status */
.exam-badge {
    font-size: 0.7rem;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 50px;
    white-space: nowrap;
    flex-shrink: 0;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.badge-jejum {
    background: rgba(220, 38, 38, 0.08);
    color: #B91C1C;
    border: 1px solid rgba(220, 38, 38, 0.15);
}

.badge-livre {
    background: rgba(22, 163, 74, 0.08);
    color: #15803D;
    border: 1px solid rgba(22, 163, 74, 0.15);
}

.badge-preparo {
    background: rgba(217, 119, 6, 0.08);
    color: #B45309;
    border: 1px solid rgba(217, 119, 6, 0.15);
}

.badge-info {
    background: rgba(37, 99, 235, 0.08);
    color: #1D4ED8;
    border: 1px solid rgba(37, 99, 235, 0.15);
}

/* No result */
.exam-no-result {
    padding: 32px;
    text-align: center;
    color: var(--cinza-500);
    font-size: 0.95rem;
}

.exam-no-result a {
    color: var(--whatsapp);
    font-weight: 600;
    text-decoration: none;
}

.exam-no-result a:hover {
    text-decoration: underline;
}

.exam-accordion {
    max-width: 900px;
    margin: 0 auto;
    border: 1px solid var(--cinza-200);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.exam-acc-item {
    border-bottom: 1px solid var(--cinza-200);
}

.exam-acc-item:last-child {
    border-bottom: none;
}

.exam-acc-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 24px;
    background: white;
    border: none;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s;
    gap: 12px;
}

.exam-acc-btn:hover,
.exam-acc-btn.open {
    background: var(--bege-light);
}

.exam-acc-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.exam-acc-icon {
    width: 44px;
    height: 44px;
    border-radius: var(--radius-sm);
    background: var(--bordo-05);
    border: 1px solid var(--bordo-10);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.exam-acc-icon svg {
    width: 20px;
    height: 20px;
    fill: var(--bordo);
}

.exam-acc-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: var(--cinza-900);
    display: block;
    line-height: 1.3;
}

.exam-acc-subtitle {
    font-size: 0.82rem;
    color: var(--cinza-400);
    font-weight: 400;
    display: block;
    margin-top: 2px;
}

.acc-chevron {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.exam-acc-btn.open .acc-chevron {
    transform: rotate(180deg);
}

.exam-acc-btn.open .acc-chevron path {
    stroke: var(--bordo);
}

.exam-acc-body {
    display: none;
    padding: 4px 24px 20px;
    background: var(--bege-light);
    border-top: 1px solid var(--cinza-200);
}

.exam-acc-body.open {
    display: block;
}

.prep-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 16px;
}

.prep-col h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--bordo);
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid var(--bordo-10);
}

.prep-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.prep-col ul li {
    font-size: 0.9rem;
    color: var(--cinza-700);
    line-height: 1.4;
    text-align: left;
    position: relative;
    padding-left: 14px;
}

.prep-col ul li strong {
    font-weight: 600;
    color: var(--cinza-900);
}

.prep-col ul li::before {
    content: '–';
    color: var(--bordo);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}

.prep-col p {
    font-size: 0.9rem;
    color: var(--cinza-700);
    margin: 0;
    line-height: 1.45;
}

.prep-note {
    margin-top: 16px;
    padding: 10px 14px;
    background: rgba(128, 0, 0, 0.04);
    border-radius: var(--radius-sm);
    border-left: 3px solid var(--bordo-10);
    font-size: 0.85rem;
    color: var(--cinza-600);
    line-height: 1.45;
}

.prep-note strong {
    color: var(--bordo);
}

.orientacoes-cta {
    text-align: center;
    margin-top: 60px;
    padding: 48px;
    background: var(--bege-light);
    border-radius: var(--radius-lg);
    border: 1px solid var(--cinza-200);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.orientacoes-cta h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}

.orientacoes-cta p {
    color: var(--cinza-500);
    margin-bottom: 24px;
}

@media (max-width: 768px) {
    .prep-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .exam-acc-btn {
        padding: 14px 16px;
    }

    .exam-acc-body {
        padding: 8px 16px 20px;
    }

    .vitacell-page-banner h1 {
        font-size: 2rem;
    }

    .orientacoes-cta {
        padding: 32px 24px;
        margin-top: 40px;
    }
}


/* ══════════════════════════════════════════════════════════
   PÁGINA DE CONTATO
══════════════════════════════════════════════════════════ */
.vitacell-contato-section {
    padding: 80px 0 100px;
    background: var(--branco);
}

.contato-grid {
    display: grid;
    grid-template-columns: 1.2fr 0.9fr;
    gap: 72px;
    align-items: start;
}

.contato-form-block .section-label {
    justify-content: flex-start;
    margin-bottom: 12px;
}

.contato-form-block>h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}

.contato-form-block>p {
    color: var(--cinza-500);
    margin-bottom: 36px;
    font-size: 0.95rem;
}

/* Override estilos do SureForms/SureMail */
.contato-form-block .sureforms-form label,
.contato-form-block .sf-form-label {
    font-size: 0.88rem !important;
    font-weight: 600 !important;
    color: var(--cinza-700) !important;
    margin-bottom: 6px !important;
}

.contato-form-block .sureforms-form input[type="text"],
.contato-form-block .sureforms-form input[type="email"],
.contato-form-block .sureforms-form input[type="tel"],
.contato-form-block .sureforms-form textarea,
.contato-form-block .sf-input {
    width: 100% !important;
    border: 1.5px solid var(--cinza-200) !important;
    border-radius: var(--radius-sm) !important;
    padding: 12px 16px !important;
    font-family: 'Inter', sans-serif !important;
    font-size: 0.95rem !important;
    color: var(--cinza-700) !important;
    transition: border-color 0.2s !important;
    background: white !important;
}

.contato-form-block .sureforms-form input:focus,
.contato-form-block .sureforms-form textarea:focus {
    border-color: var(--bordo) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(128, 0, 0, 0.08) !important;
}

.contato-form-block .sureforms-form button[type="submit"],
.contato-form-block .sf-btn-submit {
    background: var(--bordo) !important;
    color: white !important;
    border: none !important;
    padding: 14px 36px !important;
    border-radius: 50px !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1rem !important;
    cursor: pointer !important;
    transition: all 0.3s !important;
}

.contato-form-block .sureforms-form button[type="submit"]:hover {
    filter: brightness(1.12) !important;
    transform: translateY(-2px) !important;
}

/* Coluna de informações */
.contato-info-block {
    position: sticky;
    top: 100px;
}

.contato-info-block h3 {
    font-size: 1.3rem;
    margin-bottom: 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--cinza-200);
}

.contact-info-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-bottom: 28px;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.contact-info-icon {
    width: 40px;
    height: 40px;
    background: var(--bordo-05);
    border: 1px solid var(--bordo-10);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.contact-info-icon svg {
    width: 18px;
    height: 18px;
    fill: var(--bordo);
}

.contact-info-text strong {
    display: block;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.73rem;
    font-weight: 700;
    color: var(--cinza-500);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 4px;
}

.contact-info-text span,
.contact-info-text a {
    font-size: 0.95rem;
    color: var(--cinza-700);
    text-decoration: none;
    line-height: 1.5;
    display: block;
}

.contact-info-text a:hover {
    color: var(--bordo);
}

.contato-wpp-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    background: var(--whatsapp);
    color: white;
    padding: 14px 26px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.95rem;
    text-decoration: none;
    transition: all 0.3s;
    box-shadow: 0 4px 15px rgba(37, 211, 102, 0.25);
    justify-content: center;
}

.contato-wpp-btn:hover {
    background: var(--whatsapp-dark);
    color: white;
    transform: translateY(-2px);
}

.contato-wpp-pulse {
    animation: pulse-glow 2s infinite;
}

/* Contact info card hover */
.contact-info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px;
    border-radius: var(--radius-sm);
    transition: background 0.2s, box-shadow 0.2s;
}

.contact-info-item:hover {
    background: var(--cinza-50);
    box-shadow: var(--shadow-sm);
}

/* Map section */
.vitacell-map-section {
    padding: 60px 0 0;
    border-top: 1px solid var(--cinza-200);
}

.map-header {
    text-align: center;
    margin-bottom: 32px;
}

.map-header h2 {
    font-size: 1.8rem;
    color: var(--cinza-900);
    margin-bottom: 8px;
}

.map-header p {
    color: var(--cinza-500);
    font-size: 1rem;
}

.map-frame {
    height: 400px;
    overflow: hidden;
    border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.map-frame iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 900px) {
    .contato-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .contato-info-block {
        position: static;
    }
}