/* ==========================================================================
   PRÉ-CONSULTA ONLINE (BOOTSTRAP 5.3) - PADRÃO PREMIUM NUNES
   ========================================================================== */

/* 1. GERAL E TIPOGRAFIA */
body {
    font-family: 'Open Sans', sans-serif;
    color: #444;
    background-color: #f8f9fa;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Libre Baskerville', serif;
    color: #1a1a1a;
}
.text-gold { color: #FFCE00 !important; }
.text-red { color: #A21416 !important; }
.bg-dark-custom { background-color: #1a1a1a; }

/* 2. BARRA DE NAVEGAÇÃO */
@media (min-width: 992px) {
    .navbar-nav .nav-link {
        font-size: 13px !important;
        padding: 10px 15px !important;
        font-weight: 700 !important;
        letter-spacing: 0.8px;
        text-transform: uppercase !important;
        transition: all 0.3s ease;
    }
}
.navbar-transparent .nav-link { color: #ffffff !important; text-shadow: 1px 1px 3px rgba(0,0,0,0.8); }
.navbar-scrolled { background-color: #ffffff !important; box-shadow: 0 2px 15px rgba(0,0,0,0.1); }
.navbar-scrolled .nav-link { color: #222222 !important; text-shadow: none !important; }
.navbar-scrolled .nav-link:hover { color: #A21416 !important; }

/* Dropdown Customizado para a Navbar Scrolled */
.navbar-scrolled .dropdown-menu { border: none; box-shadow: 0 10px 30px rgba(0,0,0,0.1); border-radius: 8px; }
.navbar-scrolled .dropdown-item { font-size: 13px; font-weight: 600; padding: 10px 20px; transition: all 0.2s; }
.navbar-scrolled .dropdown-item:hover { background-color: #f8f9fa; color: #A21416; }

/* 3. HERO BANNER (Topo Humanizado) */
.hero-preconsulta {
    background: linear-gradient(135deg, #1a1a1a 0%, #333333 100%);
    padding: 160px 0 100px 0;
    color: white;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.hero-preconsulta::after {
    content: '';
    position: absolute;
    bottom: 0; left: 0; right: 0; height: 10px;
    background: #FFCE00;
}
.hero-preconsulta h1 {
    font-size: 3.5rem;
    font-weight: 800;
    color: #ffffff;
    text-shadow: 2px 2px 10px rgba(0,0,0,0.5);
    margin-bottom: 20px;
}
.hero-preconsulta p {
    font-size: 1.25rem;
    color: #e0e0e0;
    max-width: 800px;
    margin: 0 auto 30px auto;
}
.hero-preconsulta .highlight { color: #FFCE00; font-weight: bold; }

/* 4. AVISOS E REGRAS (Warning Box) */
.warning-box {
    background: #fff9e6;
    border-left: 5px solid #FFCE00;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.warning-box .icon { color: #d39e00; font-size: 35px; }

/* 5. COMO FUNCIONA (Passo a Passo Visual) */
.step-card {
    background: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    height: 100%;
    text-align: center;
    transition: transform 0.3s ease;
    border-bottom: 4px solid transparent;
}
.step-card:hover { transform: translateY(-10px); box-shadow: 0 15px 30px rgba(0,0,0,0.1); border-bottom: 4px solid #A21416; }
.step-number {
    width: 60px; height: 60px;
    background: #1a1a1a; color: #FFCE00;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-weight: 900; font-size: 1.5rem;
    margin: 0 auto 20px auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

/* 6. BENEFÍCIOS E PLATAFORMA */
.benefit-item {
    background: #ffffff; padding: 25px; border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.03); height: 100%;
    display: flex; align-items: flex-start; gap: 15px;
}
.benefit-item i { font-size: 30px; color: #A21416; }
.benefit-item h5 { font-weight: 700; font-size: 1.1rem; margin-bottom: 5px; }

.platform-box {
    background: #ffffff; padding: 50px; border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08); text-align: center;
}
.platform-feature { background: #f8f9fa; padding: 10px 20px; border-radius: 30px; font-weight: 600; color: #444; }

/* 7. O QUE NÃO É (Disclaimer Box) */

.disclaimer-box {
    background: #fdfdfd; border: 2px dashed #eaeaea;
    padding: 40px; border-radius: 15px;
}
.disclaimer-box li { margin-bottom: 10px; color: #555; font-size: 1.05rem; }

/* 8. FAQ (Accordion Moderno) */
.accordion-button:not(.collapsed) { color: #ffffff; background-color: #1a1a1a; font-weight: bold;}
.accordion-button:focus { border-color: #1a1a1a; box-shadow: 0 0 0 0.25rem rgba(26, 26, 26, 0.25); }
.accordion-item { border: 1px solid #eaeaea; border-radius: 8px !important; margin-bottom: 15px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.02); }
.accordion-button { font-weight: 600; color: #333; }

/* 9. UTILITÁRIOS E FOOTER */
.section-padding { padding: 90px 0; }
footer.bg-dark-custom p, footer.bg-dark-custom .text-muted { color: #e0e0e0 !important; }
footer.bg-dark-custom a i { color: #ffffff !important; transition: all 0.3s ease; }
footer.bg-dark-custom a:hover i { color: #FFCE00 !important; transform: scale(1.2); }

/* BOTÃO FLUTUANTE CALENDLY */
.calendly-float {
    position: fixed; width: 65px; height: 65px; bottom: 30px; right: 30px;
    background-color: #8e2de2; color: #FFCE00; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 32px; box-shadow: 0 5px 20px rgba(142,45,226,0.4);
    z-index: 9999; text-decoration: none !important; transition: all 0.3s ease;
}
.calendly-float:hover { transform: scale(1.1); color: #fff; }

/* MOBILE AJUSTES */
@media (max-width: 768px) {
    .hero-preconsulta { padding: 120px 0 80px 0; }
    .hero-preconsulta h1 { font-size: 2.5rem; }
    .hero-preconsulta p { font-size: 1.1rem; }
    .platform-box { padding: 30px 20px; }
}

/* Menu Hambúrguer Limpo (Mobile) */
@media (max-width: 991px) {
    .navbar-collapse {
        background-color: #ffffff !important; padding: 15px; border-radius: 8px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.2); margin-top: 10px;
    }
    .navbar-transparent .navbar-nav .nav-link, .navbar-scrolled .navbar-nav .nav-link {
        color: #333333 !important; text-shadow: none !important; border-bottom: 1px solid #f1f1f1; padding: 12px 5px !important;
    }
    .navbar-nav .dropdown-menu { background-color: #f8f9fa; border: none; margin-top: 5px; border-radius: 5px; }
    .navbar-nav .dropdown-item { color: #333333 !important; padding: 12px 15px; font-size: 14px; }
}