/* CSS Crítico - Carrega primeiro para evitar FOUC */

/* Hero Small */
.hero-small {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%);
    color: #ffffff;
    padding: 150px 0 80px;
    margin-top: 80px;
    min-height: 300px;
}

.hero-small .hero-content {
    display: block;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.hero-small h1 {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    color: #ffffff;
}

.hero-small p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #ffffff;
}

/* Background Light */
.bg-light {
    background-color: #f3f4f6 !important;
}

/* Content Box */
.content-box {
    background: #ffffff;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 3rem;
}

.content-box h2 {
    color: #1e3a8a;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.content-box .lead {
    font-size: 1.25rem;
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.content-box p {
    color: #6b7280;
    line-height: 1.8;
    margin-bottom: 1rem;
}

/* Section */
.section {
    padding: 80px 0;
    display: block;
    width: 100%;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, #1e3a8a 0%, #2563eb 100%) !important;
    color: #ffffff !important;
    text-align: center;
    padding: 80px 0;
}

.cta-section h2 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.cta-section p {
    font-size: 1.25rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: #ffffff !important;
}
