/*
Theme Name: Formação ESCF
Description: Centro ESCF - Formação Profissional de Excelência
Template: Escritorio ESCF
Version: 2.0.0
Author: Grupo ESCF
Text Domain: formacao-escf
*/

/* Importa o CSS do tema pai */
@import url("../Escritorio ESCF/style.css");

/*==============================
Why Choose Us - Premium Elite Design System
==============================*/

/* Core Section Styling */
.why-choose-premium-section {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    position: relative;
    padding: 120px 0 140px;
    overflow: hidden;
}

/* Background Elements */
.premium-bg-elements {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.floating-shape {
    position: absolute;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    animation: floating 6s ease-in-out infinite;
}

.floating-shape.shape-1 {
    width: 300px;
    height: 300px;
    top: 10%;
    left: -150px;
    animation-delay: 0s;
}

.floating-shape.shape-2 {
    width: 200px;
    height: 200px;
    top: 40%;
    right: -100px;
    animation-delay: 2s;
}

.floating-shape.shape-3 {
    width: 150px;
    height: 150px;
    bottom: 20%;
    left: 20%;
    animation-delay: 4s;
}

@keyframes floating {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-20px) rotate(10deg); }
}

.premium-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg, 
        rgba(102, 126, 234, 0.8) 0%, 
        rgba(118, 75, 162, 0.8) 100%
    );
}

/* Premium Header */
.premium-header {
    color: white;
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.elite-badge-wrapper {
    margin-bottom: 30px;
}

.elite-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px 30px;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.elite-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.25);
}

.premium-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 30px;
    color: white;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.gradient-text {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    position: relative;
}

.premium-subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* Live Statistics */
.live-stats-row {
    margin-bottom: 40px;
}

.stat-counter {
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.stat-counter::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #FFD700, transparent);
    animation: shimmer 2s infinite;
}

@keyframes shimmer {
    0% { left: -100%; }
    100% { left: 100%; }
}

.stat-counter:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.15);
}

.stat-icon {
    font-size: 2rem;
    color: #FFD700;
    margin-bottom: 15px;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: white;
    margin-bottom: 8px;
    counter-reset: stat-counter;
}

.stat-label {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Premium Feature Cards */
.premium-features-grid {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.premium-feature-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 40px;
    height: 100%;
    position: relative;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    box-shadow: 
        0 10px 40px rgba(0, 0, 0, 0.1),
        0 2px 8px rgba(0, 0, 0, 0.05);
}

.premium-feature-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 30px 80px rgba(0, 0, 0, 0.15),
        0 10px 30px rgba(102, 126, 234, 0.2);
}

.card-background-pattern {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 200px;
    background: 
        radial-gradient(circle at 50% 50%, rgba(102, 126, 234, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    transform: translate(50%, -50%);
}

.feature-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.feature-icon-premium {
    position: relative;
    width: 80px;
    height: 80px;
}

.icon-background {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    position: relative;
    z-index: 2;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.icon-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background: rgba(102, 126, 234, 0.2);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: translate(-50%, -50%) scale(0.8); opacity: 1; }
    100% { transform: translate(-50%, -50%) scale(1.2); opacity: 0; }
}

.feature-badge {
    position: relative;
}

.badge-premium {
    background: linear-gradient(45deg, #FFD700, #FFA500);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(255, 215, 0, 0.3);
}

.feature-title-premium {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--tg-heading-color);
    margin-bottom: 20px;
    line-height: 1.3;
}

.feature-description-premium {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25px;
    font-size: 1rem;
}

.feature-metrics {
    margin-bottom: 25px;
}

.metric-item {
    margin-bottom: 15px;
}

.metric-progress {
    width: 100%;
    height: 6px;
    background: #f0f0f0;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 8px;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #667eea 0%, #764ba2 100%);
    border-radius: 3px;
    width: 0;
    transition: width 2s ease;
    position: relative;
}

.progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.4), 
        transparent
    );
    animation: progressShine 2s infinite;
}

@keyframes progressShine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

.metric-label {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--tg-heading-color);
}

.feature-highlights {
    list-style: none;
    padding: 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
    font-size: 0.9rem;
    color: #555;
}

.highlight-item i {
    color: #28a745;
    margin-right: 10px;
    font-size: 1rem;
}

.card-glow-effect {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, #667eea, #764ba2, #667eea);
    border-radius: 24px;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease;
    animation: borderRotate 3s linear infinite;
}

.premium-feature-card:hover .card-glow-effect {
    opacity: 0.3;
}

@keyframes borderRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Testimonial Premium Section */
.testimonial-premium-section {
    margin-bottom: 80px;
    position: relative;
    z-index: 2;
}

.testimonial-premium-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.testimonial-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.quote-icon {
    font-size: 3rem;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.testimonial-text {
    font-size: 1.3rem;
    color: white;
    line-height: 1.8;
    margin-bottom: 40px;
    font-style: italic;
    font-weight: 300;
}

.testimonial-author {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}

.author-name {
    color: white;
    font-weight: 600;
    margin-bottom: 5px;
}

.author-role {
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.9rem;
    margin: 0;
}

.rating-stars {
    display: flex;
    gap: 5px;
}

.rating-stars i {
    color: #FFD700;
    font-size: 1.2rem;
}

/* Ultimate CTA Section */
.ultimate-cta-section {
    position: relative;
    z-index: 2;
}

.ultimate-cta-card {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 30px;
    padding: 60px 40px;
    position: relative;
    overflow: hidden;
}

.cta-glow-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200%;
    height: 200%;
    background: 
        radial-gradient(ellipse at center, 
            rgba(102, 126, 234, 0.1) 0%, 
            transparent 70%
        );
    animation: glowRotate 10s linear infinite;
}

@keyframes glowRotate {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}

.cta-content {
    position: relative;
    z-index: 2;
}

.ultimate-cta-title {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: var(--tg-heading-color);
    margin-bottom: 25px;
    line-height: 1.3;
}

.ultimate-cta-description {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.ultimate-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.btn-ultimate-primary {
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    text-decoration: none;
    padding: 18px 35px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);
}

.btn-ultimate-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(102, 126, 234, 0.4);
    color: white;
}

.btn-ultimate-primary .btn-icon {
    margin-right: 12px;
    font-size: 1.2rem;
}

.btn-glow {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, 
        transparent, 
        rgba(255, 255, 255, 0.2), 
        transparent
    );
    transition: left 0.5s ease;
}

.btn-ultimate-primary:hover .btn-glow {
    left: 100%;
}

.btn-ultimate-secondary {
    display: inline-flex;
    align-items: center;
    background: transparent;
    color: var(--tg-heading-color);
    text-decoration: none;
    padding: 18px 35px;
    border: 2px solid #e0e0e0;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.btn-ultimate-secondary:hover {
    border-color: var(--tg-theme-primary);
    color: var(--tg-theme-primary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.btn-ultimate-secondary .btn-icon {
    margin-right: 12px;
}

.cta-trust-indicators {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #666;
    font-size: 0.9rem;
    font-weight: 500;
}

.trust-item i {
    color: #28a745;
    font-size: 1.1rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .floating-shape.shape-1 { width: 250px; height: 250px; }
    .floating-shape.shape-2 { width: 180px; height: 180px; }
}

@media (max-width: 992px) {
    .why-choose-premium-section { padding: 80px 0 100px; }
    .premium-header { margin-bottom: 60px; }
    .premium-features-grid { margin-bottom: 60px; }
    .testimonial-premium-section { margin-bottom: 60px; }
    
    .premium-feature-card { padding: 30px; }
    .testimonial-premium-card { padding: 40px 30px; }
    .ultimate-cta-card { padding: 50px 30px; }
    
    .testimonial-author { 
        flex-direction: column; 
        gap: 15px; 
        text-align: center;
    }
}

/* === PERFORMANCE OPTIMIZATION === */
/* Reduz animações para melhorar performance e economizar memória */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Pausa animações em dispositivos móveis para economizar bateria */
@media (max-width: 768px) {
    .floating-shape,
    .animate-element,
    .premium-feature-card::before {
        animation-play-state: paused;
    }
}

@media (max-width: 768px) {
    .why-choose-premium-section { padding: 60px 0 80px; }
    .floating-shape { display: none; }
    
    .stat-counter { padding: 25px 15px; }
    .stat-number { font-size: 2rem; }
    
    .premium-feature-card { padding: 25px; }
    .feature-icon-premium { width: 60px; height: 60px; }
    .icon-background { width: 60px; height: 60px; font-size: 1.5rem; }
    
    .ultimate-cta-buttons { flex-direction: column; align-items: center; }
    .cta-trust-indicators { flex-direction: column; gap: 20px; }
    
    .testimonial-premium-card { padding: 30px 20px; }
    .testimonial-text { font-size: 1.1rem; }
}

@media (max-width: 576px) {
    .elite-badge { padding: 10px 20px; font-size: 12px; }
    .premium-subtitle { font-size: 1.1rem; }
    .stat-counter { padding: 20px 10px; }
    .feature-title-premium { font-size: 1.3rem; }
    .ultimate-cta-card { padding: 40px 20px; }
}

/* Animation Delays for Sequential Loading */
.premium-feature-card:nth-child(1) { animation-delay: 0.1s; }
.premium-feature-card:nth-child(2) { animation-delay: 0.2s; }
.premium-feature-card:nth-child(3) { animation-delay: 0.3s; }
.premium-feature-card:nth-child(4) { animation-delay: 0.4s; }

/* Accessibility Enhancements */
@media (prefers-reduced-motion: reduce) {
    .floating-shape,
    .icon-pulse,
    .card-glow-effect,
    .cta-glow-background,
    .btn-glow,
    .progress-bar::after {
        animation: none;
    }
    
    .premium-feature-card,
    .stat-counter,
    .btn-ultimate-primary,
    .btn-ultimate-secondary {
        transition: none;
    }
}

/* Print Styles */
@media print {
    .why-choose-premium-section {
        background: white !important;
        color: black !important;
    }
    
    .premium-bg-elements,
    .floating-shape,
    .premium-gradient-overlay {
        display: none !important;
    }
}

/* Benefit Cards - User-Friendly Design */
.benefits-grid {
    margin-bottom: 80px;
}

.benefit-card {
    background: white;
    border-radius: 12px;
    padding: 40px 30px;
    height: 100%;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(0, 0, 0, 0.04);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.benefit-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--tg-theme-primary), var(--tg-theme-secondary));
    transform: scaleX(0);
    transition: transform 0.3s ease;
    transform-origin: left;
}

.benefit-card:hover::before {
    transform: scaleX(1);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

/* Benefit Visual Elements */
.benefit-visual {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.benefit-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--tg-theme-primary), var(--tg-theme-secondary));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    transition: all 0.3s ease;
}

.benefit-card:hover .benefit-icon {
    transform: scale(1.1);
}

.benefit-badge {
    background: rgba(var(--tg-theme-primary-rgb, 0, 124, 186), 0.1);
    border: 1px solid rgba(var(--tg-theme-primary-rgb, 0, 124, 186), 0.2);
    padding: 6px 14px;
    border-radius: 20px;
}

.badge-text {
    font-size: 12px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Benefit Content */
.benefit-title {
    font-size: 1.4rem;
    font-weight: 600;
    color: var(--tg-heading-color);
    margin-bottom: 16px;
    line-height: 1.3;
}

.benefit-description {
    font-size: 0.95rem;
    color: var(--tg-body-color);
    line-height: 1.6;
    margin-bottom: 20px;
    opacity: 0.8;
}

.benefit-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.benefit-features li {
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 0.9rem;
    color: var(--tg-body-color);
}

.benefit-features li i {
    color: var(--tg-theme-primary);
    margin-right: 12px;
    font-size: 14px;
    flex-shrink: 0;
}

/* Additional Benefits - Clean Layout */
.additional-benefits {
    margin-bottom: 60px;
}

.benefits-highlight {
    background: white;
    padding: 50px 40px;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    text-align: center;
}

.highlight-title {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--tg-heading-color);
    margin-bottom: 30px;
}

.mini-benefit {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 20px;
    background: #f8fafc;
    border-radius: 12px;
    transition: all 0.3s ease;
    height: 100%;
}

.mini-benefit:hover {
    background: #f1f5f9;
    transform: translateY(-2px);
}

.mini-icon {
    width: 48px;
    height: 48px;
    background: var(--tg-theme-primary);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    flex-shrink: 0;
}

.mini-content h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--tg-heading-color);
    margin-bottom: 4px;
    line-height: 1.2;
}

.mini-content p {
    font-size: 0.9rem;
    color: var(--tg-body-color);
    margin: 0;
    opacity: 0.8;
    line-height: 1.4;
}

/* Call-to-Action - Clear & Actionable */
.section-cta {
    padding: 60px 40px;
    background: white;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.cta-title {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--tg-heading-color);
    margin-bottom: 16px;
    line-height: 1.3;
}

.cta-description {
    font-size: 1.1rem;
    color: var(--tg-body-color);
    margin-bottom: 40px;
    opacity: 0.8;
    line-height: 1.5;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.btn-cta {
    padding: 16px 32px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    min-width: 200px;
}

.btn-primary {
    background: var(--tg-theme-primary);
    color: white;
}

.btn-primary:hover {
    background: var(--tg-theme-secondary);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--tg-theme-primary-rgb, 0, 124, 186), 0.3);
    color: white;
    text-decoration: none;
}

.btn-outline {
    background: transparent;
    color: var(--tg-theme-primary);
    border: 2px solid var(--tg-theme-primary);
}

.btn-outline:hover {
    background: var(--tg-theme-primary);
    color: white;
    transform: translateY(-2px);
    text-decoration: none;
}

.cta-note {
    color: var(--tg-body-color);
    opacity: 0.7;
    font-size: 0.9rem;
}

.cta-note i {
    color: var(--tg-theme-primary);
    opacity: 1;
}

/* Responsive Design - Mobile-First Approach */
@media (max-width: 1199px) {
    .benefit-card {
        padding: 32px 24px;
    }
    
    .benefits-highlight {
        padding: 40px 30px;
    }
}

@media (max-width: 991px) {
    .why-choose-section {
        padding: 80px 0;
    }
    
    .section-header {
        margin-bottom: 60px;
    }
    
    .benefits-grid {
        margin-bottom: 60px;
    }
    
    .mini-benefit {
        flex-direction: column;
        text-align: center;
        padding: 24px 20px;
    }
    
    .mini-icon {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .why-choose-section {
        padding: 60px 0;
    }
    
    .benefit-card {
        padding: 30px 20px;
        margin-bottom: 24px;
    }
    
    .benefit-visual {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    
    .benefits-highlight {
        padding: 30px 20px;
    }
    
    .section-cta {
        padding: 40px 20px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta {
        width: 100%;
        max-width: 280px;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .section-title {
        font-size: 1.6rem;
    }
    
    .benefit-title {
        font-size: 1.2rem;
    }
    
    .highlight-title {
        font-size: 1.3rem;
    }
    
    .benefit-visual {
        align-items: center;
        text-align: center;
    }
}

/* ========================================
   SEÇÃO ABOUT MODERNA E ÚNICA
======================================== */

/* Seção principal */
.centro-about-section {
    position: relative;
    padding: 120px 0;
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 50%, #f1f5f9 100%);
    overflow: hidden;
}

/* Background pattern decorativo */
.about-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23007cba' fill-opacity='0.03'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    z-index: 1;
}

.centro-about-section .container {
    position: relative;
    z-index: 2;
}

/* Header da seção */
.about-header {
    margin-bottom: 80px;
}

.about-badge {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(0, 124, 186, 0.1);
    border: 1px solid rgba(0, 124, 186, 0.2);
    border-radius: 50px;
    padding: 12px 24px;
    margin-bottom: 24px;
    transition: all 0.3s ease;
}

.about-badge:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 124, 186, 0.15);
}

.badge-icon {
    width: 24px;
    height: 24px;
    background: var(--centro-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

.badge-text {
    color: var(--centro-primary);
    font-weight: 600;
    font-size: 14px;
}

.about-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 800;
    line-height: 1.1;
    color: var(--sistema-heading);
    margin-bottom: 24px;
}

.text-gradient {
    background: linear-gradient(135deg, var(--centro-primary) 0%, var(--centro-accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-subtitle {
    font-size: 1.25rem;
    line-height: 1.6;
    color: var(--sistema-body);
    max-width: 700px;
    margin: 0 auto;
}

/* Conteúdo moderno */
.about-content-modern {
    padding-left: 0;
}

/* Estatísticas showcase */
.stats-showcase {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-bottom: 48px;
}

.stat-card {
    background: white;
    padding: 32px 24px;
    border-radius: 20px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 124, 186, 0.1);
}

.stat-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 124, 186, 0.15);
}

.stat-icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--centro-primary), var(--centro-accent));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
    flex-shrink: 0;
}

.stat-info {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--centro-primary);
    line-height: 1;
    margin-bottom: 4px;
}

.stat-label {
    font-size: 14px;
    color: var(--sistema-body);
    font-weight: 600;
    line-height: 1.2;
}

/* Proposta de valor */
.value-proposition {
    margin-bottom: 48px;
}

.value-proposition h3 {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--sistema-heading);
    margin-bottom: 32px;
}

.value-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.value-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
}

.value-icon {
    width: 48px;
    height: 48px;
    background: rgba(0, 124, 186, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--centro-primary);
    font-size: 20px;
    flex-shrink: 0;
}

.value-content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--sistema-heading);
    margin-bottom: 8px;
}

.value-content p {
    font-size: 0.95rem;
    color: var(--sistema-body);
    line-height: 1.5;
    margin: 0;
}

/* Botões modernos */
.about-actions {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-modern {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 28px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-modern.btn-primary {
    background: linear-gradient(135deg, var(--centro-primary), var(--centro-accent));
    color: white;
    border: none;
}

.btn-modern.btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 124, 186, 0.3);
}

.btn-modern.btn-outline {
    background: transparent;
    color: var(--centro-primary);
    border: 2px solid var(--centro-primary);
}

.btn-modern.btn-outline:hover {
    background: var(--centro-primary);
    color: white;
    transform: translateY(-2px);
}

.btn-arrow {
    transition: transform 0.3s ease;
}

.btn-modern:hover .btn-arrow {
    transform: translateX(4px);
}

/* Visual moderno */
.about-visual-modern {
    position: relative;
}

.visual-container {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.main-visual {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.main-visual img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.main-visual:hover img {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.main-visual:hover .image-overlay {
    opacity: 1;
}

.play-button-modern {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 16px 24px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.play-button-modern:hover {
    background: white;
    transform: scale(1.05);
}

.play-icon {
    width: 40px;
    height: 40px;
    background: var(--centro-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 16px;
}

.play-text {
    font-weight: 600;
    color: var(--centro-primary);
}

/* Cards flutuantes */
.floating-cards {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.float-card {
    position: absolute;
    background: white;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.float-card.card-1 {
    top: 20px;
    right: 20px;
    animation: float1 6s ease-in-out infinite;
}

.float-card.card-2 {
    bottom: 20px;
    left: 20px;
    animation: float2 6s ease-in-out infinite;
}

.card-icon {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, var(--centro-primary), var(--centro-accent));
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 14px;
}

.card-text {
    display: flex;
    flex-direction: column;
}

.card-title {
    font-weight: 700;
    font-size: 14px;
    color: var(--centro-primary);
    line-height: 1;
}

.card-subtitle {
    font-size: 12px;
    color: var(--sistema-body);
    line-height: 1;
    margin-top: 2px;
}

/* Decorações visuais */
.visual-decorations {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.decoration {
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 124, 186, 0.1);
    animation: pulse 4s ease-in-out infinite;
}

.decoration.deco-1 {
    width: 80px;
    height: 80px;
    top: -20px;
    left: -20px;
    animation-delay: 0s;
}

.decoration.deco-2 {
    width: 60px;
    height: 60px;
    top: 40%;
    right: -30px;
    animation-delay: 1s;
}

.decoration.deco-3 {
    width: 100px;
    height: 100px;
    bottom: -30px;
    left: 30%;
    animation-delay: 2s;
}

/* Seção filosofia */
.philosophy-section {
    margin-top: 80px;
}

.philosophy-header {
    margin-bottom: 60px;
}

.philosophy-header h3 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--sistema-heading);
    margin-bottom: 16px;
}

.philosophy-header p {
    font-size: 1.1rem;
    color: var(--sistema-body);
    max-width: 600px;
    margin: 0 auto;
}

.philosophy-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.philosophy-card {
    background: white;
    border-radius: 20px;
    padding: 40px 32px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 124, 186, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.philosophy-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(135deg, var(--centro-primary), var(--centro-accent));
}

.philosophy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 124, 186, 0.15);
}

.philosophy-card .card-header {
    margin-bottom: 24px;
}

.philosophy-card .card-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--centro-primary), var(--centro-accent));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    margin: 0 auto 20px;
}

.philosophy-card h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--sistema-heading);
}

.philosophy-card .card-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: var(--sistema-body);
    margin-bottom: 0;
}

.values-modern {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.values-modern li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 0;
    font-size: 0.95rem;
    color: var(--sistema-body);
}

.values-modern li i {
    color: var(--centro-accent);
    font-size: 16px;
    flex-shrink: 0;
}

/* Seção reconhecimentos moderna */
.recognition-section-modern {
    background: #f8fafc;
}

.py-80 {
    padding: 80px 0;
}

.mt-60 {
    margin-top: 60px;
}

.mt-120 {
    margin-top: 120px;
}

.recognition-header h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--sistema-heading);
    margin-bottom: 16px;
}

.recognition-subtitle {
    color: var(--centro-primary);
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
    display: inline-block;
}

.recognition-header p {
    color: var(--sistema-body);
    font-size: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

.partners-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.partner-item {
    background: white;
    padding: 32px 24px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    border: 1px solid rgba(0, 124, 186, 0.08);
}

.partner-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0, 124, 186, 0.1);
}

.partner-logo {
    margin-bottom: 20px;
}

.partner-logo img {
    max-height: 60px;
    width: auto;
    filter: grayscale(1);
    transition: filter 0.3s ease;
}

.partner-item:hover .partner-logo img {
    filter: grayscale(0);
}

.partner-info h5 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--sistema-heading);
    margin-bottom: 8px;
}

.partner-info span {
    font-size: 0.9rem;
    color: var(--sistema-body);
}

/* ====== Cursos Modernos ====== */
.courses-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2.5rem;
  margin-bottom: 3rem;
}
.course-card {
  background: #181a1b;
  border-radius: 22px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  padding: 2.2rem 1.6rem 1.6rem 1.6rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: box-shadow 0.2s, transform 0.2s;
  border: 1.5px solid rgba(255,255,255,0.07);
}
.course-card:hover {
  box-shadow: 0 8px 40px rgba(56,176,0,0.13);
  transform: translateY(-4px) scale(1.02);
}
.course-card__icon {
  background: #23272a;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.2rem;
}
.course-card__icon i {
  color: #38b000;
  font-size: 2rem;
}
.course-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 0.7rem;
}
.course-card__desc {
  color: #cfcfcf;
  font-size: 1rem;
  margin-bottom: 1.2rem;
  min-height: 48px;
}
.course-card__meta {
  display: flex;
  gap: 1.2rem;
  font-size: 0.98rem;
  color: #b2b2b2;
  margin-bottom: 1.2rem;
}
.course-card__meta i {
  color: #38b000;
  margin-right: 5px;
}
.course-card__btn {
  background: #38b000;
  color: #fff;
  border: none;
  border-radius: 16px;
  padding: 0.6rem 1.4rem;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(56,176,0,0.08);
  transition: background 0.2s, color 0.2s;
  margin-top: auto;
  display: inline-block;
}
.course-card__btn:hover {
  background: #2a7c00;
  color: #fff;
}
@media (max-width: 600px) {
  .courses-grid {
    gap: 1.2rem;
  }
  .course-card {
    padding: 1.2rem 0.7rem 1rem 0.7rem;
  }
  .course-card__icon {
    width: 40px;
    height: 40px;
  }
  .course-card__icon i {
    font-size: 1.3rem;
  }
  .course-card__title {
    font-size: 1.05rem;
  }
}

/* Animações */
@keyframes float1 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-10px) rotate(3deg); }
}

@keyframes float2 {
    0%, 100% { transform: translateY(0px) rotate(0deg); }
    50% { transform: translateY(-8px) rotate(-2deg); }
}

@keyframes pulse {
    0%, 100% { transform: scale(1); opacity: 0.3; }
    50% { transform: scale(1.1); opacity: 0.6; }
}

/* ========================================
   ESTATÍSTICAS MINIMALISTAS - Integradas About
======================================== */

.stats-minimal-wrap {
    padding: 40px 0;
    margin-top: 40px;
    border-top: 1px solid #e8e8e8;
}

.stat-minimal {
    text-align: center;
}

.stat-minimal-number {
    font-size: 48px;
    font-weight: 700;
    color: #32b74a;
    line-height: 1;
    margin-bottom: 8px;
}
.offCanvas__overly.active {
	opacity: 0.7!important;
	visibility: visible;
}
.stat-minimal-label {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}
select.style-border3, .single-select.style-border3, .form-control.style-border3, .form-select.style-border3, textarea.style-border3, input.style-border3 {
	background: var(--tg-color-white-default);
	border: 1px solid var(--tg-border-4);
	border-radius: 10px;
	color: var(--tg-body-color);
	font-weight: 400;
	padding-right: 25px;
	height: 50px;
}
.logo-text a {
	display: contents !important;
}
.footer__newsletter-form .btn {
	height: 45px !important;
}
select, .single-select, .form-control, .form-select, textarea, input {
	height: 55px;
	padding: 0 25px;
	border: 1px solid var(--tg-border-4);
	color: var(--tg-heading-color);
	background: var(--tg-color-white-default);
	font-size: 16px;
	font-weight: 300;
	width: 100%;
	font-family: var(--tg-body-font-family);
	transition: 0.4s ease-in-out;
	padding-right: 45px;
	border-radius: 5px;
    margin-bottom: 1rem;
}
/* Responsivo */
@media (max-width: 576px) {
    .stat-minimal-number {
        font-size: 36px;
    }
    
    .stat-minimal-label {
        font-size: 12px;
    }
}

/* ======================================== */

/* Responsividade */
@media (max-width: 991px) {
    .centro-about-section {
        padding: 80px 0;
    }
    
    .about-title {
        font-size: 2.5rem;
    }
    
    .stats-showcase {
        grid-template-columns: 1fr;
    }
    
    .value-items {
        gap: 20px;
    }
    
    .about-actions {
        justify-content: center;
    }
    
    .philosophy-cards {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .partners-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .about-header {
        margin-bottom: 60px;
    }
    
    .about-title {
        font-size: 2rem;
    }
    
    .about-subtitle {
        font-size: 1.1rem;
    }
    
    .stat-card {
        padding: 24px 20px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .value-proposition h3 {
        font-size: 1.5rem;
    }
    
    .btn-modern {
        width: 100%;
        justify-content: center;
    }
    
    .main-visual img {
        height: 300px;
    }
    
    .float-card {
        display: none;
    }
    
    .philosophy-card {
        padding: 32px 24px;
    }
    
    .partners-grid {
        grid-template-columns: 1fr;
    }
}

/* ========================================
   FIM DA SEÇÃO ABOUT MODERNA
======================================== */

/* ========================================
   VARIÁVEIS DO CENTRO ESCF
======================================== */

/* Remover gradientes desnecessários das variáveis */
:root {
    /* Cores Principais - usando as do tema pai */
    --centro-primary: var(--tg-theme-primary);
    --centro-secondary: var(--tg-color-dark-theme);
    --centro-accent: var(--tg-color-dark-theme);
    --centro-warning: #ffc107;
    --centro-danger: #dc3545;
    --centro-light: var(--tg-color-smoke);
    --centro-dark: var(--tg-heading-color);
    
    /* Espaçamentos */
    --section-padding: 120px;
    --container-padding: 15px;
    
    /* Tipografia do Tema Pai */
    --font-primary: var(--tg-body-font-family);
    --font-heading: var(--tg-heading-font-family);
    --font-weight-light: var(--tg-fw-light);
    --font-weight-normal: var(--tg-fw-regular);
    --font-weight-medium: var(--tg-fw-medium);
    --font-weight-bold: var(--tg-fw-bold);
    
    /* Cores do Sistema Pai */
    --sistema-primary: var(--tg-theme-primary);
    --sistema-heading: var(--tg-heading-color);
    --sistema-body: var(--tg-body-color);
    --sistema-white: var(--tg-color-white-default);
    --sistema-smoke: var(--tg-color-smoke);
    
    /* Cores Específicas do Centro */
    --centro-primary: #32b74a;
    --centro-secondary: #015023;
    --centro-accent: #32b74a;
    
    /* Sombras */
    --shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);
    
    /* Transições */
    --transition-fast: 0.15s ease;
    --transition-normal: 0.3s ease;
    --transition-slow: 0.5s ease;
    
    /* Header Variables */
    --primary-color: #2563eb;
    --primary-dark: #1d4ed8;
    --secondary-color: #f8fafc;
    --accent-color: #3b82f6;
    --text-dark: #1e293b;
    --text-light: #64748b;
}

/* ===== CUSTOMIZAÇÃO DO LOGO NO HEADER DO TEMA PAI ===== */

/* Logo com texto do Centro ESCF */
.logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logo a {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
}

.logo-text,
.nav-logo-text {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.logo-text .brand,
.nav-logo-text .brand {
    font-size: 18px;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-heading);
    color: var(--sistema-white);
    margin: 0;
    transition: all 0.3s ease;
}

.logo-text .tagline,
.nav-logo-text .tagline {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    margin-top: 2px;
}

/* Quando header faz scroll, ajustar cores */
.tg-header__area.sticky-menu .logo-text .brand {
    color: var(--secondary-color);
}

.tg-header__area.sticky-menu .logo-text .tagline {
    color: var(--sistema-body);
}

/* Mobile menu logo */
.nav-logo {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 30px;
}

.nav-logo a {
    display: flex;
    align-items: center;
    gap: 12px;
}

.nav-logo-text .brand {
    color: var(--sistema-heading);
    font-size: 16px;
}

.nav-logo-text .tagline {
    color: var(--sistema-body);
}

/* Responsivo */
@media (max-width: 768px) {
    .logo-text,
    .nav-logo-text {
        display: none;
    }
}

/* ===== STICKY HEADER FUNCTIONALITY ===== */

/* Garantir que o sticky menu funcione corretamente */
.sticky-menu {
    position: fixed !important;
    left: 0 !important;
    margin: auto !important;
    top: 0 !important;
    width: 100% !important;
    z-index: 99 !important;
    background: rgba(23, 39, 39, 0.95) !important;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 !important;
    backdrop-filter: blur(10px) !important;
}

.tg-header__area-four.sticky-menu {
    background: rgba(23, 39, 39, 0.95) !important;
}

/* Animação do sticky header */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ===== HERO SECTION COM SLIDER E DEGRADÊ ===== */

.hero-centro-escf {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-color: #1a1a1a; /* Fundo escuro enquanto carrega */
}

/* Background Image Slider */
.hero-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #1a1a1a; /* Fundo escuro consistente */
    /* Fallback - primeira imagem sempre visível */
    background-image: url('https://images.unsplash.com/photo-1524178232363-1fb2b075b655?ixlib=rb-4.0.3&auto=format&fit=crop&w=2070&q=80');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    transform: translateZ(0); /* Força aceleração de hardware */
}

.hero-slide.active {
    opacity: 1;
}

/* Primeira slide visível imediatamente */
.hero-slide:first-child {
    opacity: 1;
}

/* Preload das próximas imagens para transição suave */
.hero-slide:nth-child(2) {
    transition-delay: 0.1s;
}

.hero-slide:nth-child(3) {
    transition-delay: 0.2s;
}

/* Degradê preto sobre as imagens */
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.hero-centro-escf .container {
    position: relative;
    z-index: 3;
}

/* Partículas animadas (mantidas) */
.hero-centro-escf::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(2px 2px at 20px 30px, rgba(255,255,255,0.2), transparent),
        radial-gradient(2px 2px at 40px 70px, rgba(255,255,255,0.15), transparent),
        radial-gradient(1px 1px at 90px 40px, rgba(255,255,255,0.25), transparent),
        radial-gradient(1px 1px at 130px 80px, rgba(255,255,255,0.15), transparent),
        radial-gradient(2px 2px at 160px 30px, rgba(255,255,255,0.2), transparent);
    background-repeat: repeat;
    background-size: 200px 100px;
    animation: particlesFloat 25s linear infinite;
    z-index: 2;
    pointer-events: none;
}

@keyframes particlesFloat {
    0% { transform: translateY(0px) rotate(0deg); opacity: 1; }
    100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; }
}

/* Hero Content */
.hero-content {
    text-align: center;
    color: var(--sistema-white);
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: var(--font-weight-medium);
    font-family: var(--font-primary);
    margin-bottom: 24px;
    transition: all var(--transition-normal);
}

.hero-badge:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.hero-badge i {
    color: var(--centro-accent);
    font-size: 16px;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: var(--font-weight-bold);
    font-family: var(--font-heading);
    line-height: 1.1;
    margin-bottom: 24px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.text-highlight {
    color: var(--centro-accent);
    position: relative;
}

.hero-description {
    font-size: 1.25rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 40px;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-normal);
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}

/* Hero CTA Buttons - usando design padrão do tema pai */
.hero-cta {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

/* Hero Stats */
.hero-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 32px;
    max-width: 800px;
    margin: 0 auto;
}

.stat-item {
    text-align: center;
    padding: 24px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    transition: all var(--transition-normal);
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: var(--gradient-cta);
    transform: scaleX(0);
    transition: all var(--transition-normal);
}

.stat-item:hover {
    background: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.stat-item:hover::before {
    transform: scaleX(1);
}

.stat-number {
    display: block;
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    font-family: var(--font-heading);
    color: var(--sistema-white);
    margin-bottom: 8px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.stat-symbol {
    font-size: 1.8rem;
    color: var(--centro-accent);
}

.stat-label {
    display: block;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Scroll Indicator */
.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

.scroll-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    transition: all var(--transition-normal);
}

.scroll-btn:hover {
    color: var(--sistema-white);
    text-decoration: none;
    transform: translateY(-5px);
}

.scroll-mouse {
    width: 24px;
    height: 40px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 12px;
    position: relative;
}

.scroll-wheel {
    width: 3px;
    height: 6px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 2px;
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    animation: scrollAnimation 2s infinite;
}

@keyframes scrollAnimation {
    0% { opacity: 1; top: 8px; }
    50% { opacity: 0.3; }
    100% { opacity: 1; top: 22px; }
}

.scroll-text {
    font-size: 0.85rem;
    font-family: var(--font-primary);
    font-weight: var(--font-weight-medium);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Hero */
@media (max-width: 768px) {
    .hero-centro-escf {
        min-height: 100vh;
    }
    
    .hero-content {
        padding: 40px 0;
    }
    
    .hero-title {
        font-size: clamp(2rem, 8vw, 3rem);
        margin-bottom: 20px;
    }
    
    .hero-description {
        font-size: 1.1rem;
        margin-bottom: 32px;
    }
    
    .hero-cta {
        flex-direction: column;
        align-items: center;
        margin-bottom: 40px;
    }
    
    .hero-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }
    
    .stat-item {
        padding: 20px 16px;
    }
    
    .stat-number {
        font-size: 2rem;
    }
    
    .hero-badge {
        padding: 10px 20px;
        font-size: 13px;
        margin-bottom: 20px;
    }
}

/* ============================================
   NOVAS SEÇÕES DA FRONTPAGE
============================================ */

/* === Stats Counter Section === */
.stats-area .counter-card {
    padding: 30px 20px;
    transition: transform 0.3s ease;
}

.stats-area .counter-card:hover {
    transform: translateY(-10px);
}

.stats-area .counter-number {
    font-family: 'Inter', sans-serif;
}

/* Animação do contador */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.stats-area .counter-number.counting {
    animation: countUp 0.6s ease-out;
}

/* === Certificações Section === */
.certification-logo {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
}

.certification-logo:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.certification-logo:hover img {
    filter: grayscale(0%) !important;
}

/* === Eventos/Workshops Section === */
.event-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    position: relative;
    padding: 30px;
    display: flex;
    gap: 20px;
}

.event-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.event-date {
    background: linear-gradient(135deg, #32b74a 0%, #2a5298 100%);
    color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-width: 80px;
    height: fit-content;
}

.event-date .day {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
}

.event-date .month {
    display: block;
    font-size: 0.9rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 5px;
}

.event-content {
    flex: 1;
}

.event-category {
    display: inline-block;
    background: #f0f4ff;
    color: #32b74a;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 15px;
}

.event-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.event-title a {
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.event-title a:hover {
    color: #32b74a;
}

.event-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.event-meta span {
    color: #666;
    font-size: 0.9rem;
}

.event-meta i {
    color: #32b74a;
    margin-right: 5px;
}

.event-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

.btn-link {
    color: #32b74a;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.btn-link:hover {
    color: #2a5298;
    gap: 12px;
}

.btn-link i {
    transition: transform 0.3s ease;
}

.btn-link:hover i {
    transform: translateX(5px);
}

/* === Blog Section === */
.blog-card {
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0,0,0,0.15);
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-date {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(255,255,255,0.95);
    color: #32b74a;
    padding: 8px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    backdrop-filter: blur(10px);
}

.blog-date i {
    margin-right: 5px;
}

.blog-content {
    padding: 30px;
}

.blog-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.blog-category {
    background: #f0f4ff;
    color: #32b74a;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.blog-reading-time {
    color: #999;
    font-size: 0.85rem;
}

.blog-reading-time i {
    margin-right: 5px;
}

.blog-title {
    font-size: 1.3rem;
    margin-bottom: 15px;
    line-height: 1.4;
}

.blog-title a {
    color: #1a1a1a;
    transition: color 0.3s ease;
}

.blog-title a:hover {
    color: #32b74a;
}

.blog-excerpt {
    color: #666;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* === CTA Newsletter Section === */
.cta-area {
    position: relative;
    z-index: 1;
}

.cta-area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(30,60,114,0.95) 0%, rgba(42,82,152,0.95) 100%);
    z-index: -1;
}

.cta-content .sub-title {
    display: inline-block;
    background: rgba(255,255,255,0.1);
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.cta-content .title {
    font-size: 2.5rem;
    line-height: 1.3;
    font-weight: 700;
}

.newsletter-form .form-group {
    margin-bottom: 20px;
}

.newsletter-form .form-control {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 8px;
    background: rgba(255,255,255,0.95);
    font-size: 1rem;
    transition: all 0.3s ease;
}

.newsletter-form .form-control:focus {
    outline: none;
    border-color: #fff;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(255,255,255,0.2);
}

.newsletter-form .form-control::placeholder {
    color: #999;
}

.newsletter-form select.form-control {
    cursor: pointer;
}


.newsletter-form .btn-secondary:hover {
    background: #f0f4ff;
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* === Responsive Adjustments === */
@media (max-width: 991px) {
    .event-card {
        flex-direction: column;
    }
    
    .event-date {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding: 15px;
    }
    
    .event-date .day {
        font-size: 2rem;
    }
    
    .cta-content .title {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .stats-area .counter-number {
        font-size: 2.5rem !important;
    }
    
    .stats-area .counter-label {
        font-size: 1rem !important;
    }
    
    .certification-logo {
        min-height: 100px;
    }
    
    .event-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .blog-thumb img {
        height: 200px;
    }
    
    .newsletter-form {
        padding: 30px 20px;
    }
    
    .cta-content .title {
        font-size: 1.75rem;
    }
}

@media (max-width: 576px) {
    .hero-stats {
        grid-template-columns: 1fr;
    }
}
.img1 {
	height: 30rem;
}
.about-grid-wrap {
	gap: 15px!important;
}
.team-card .box-img .thumb img {
	height: 24rem;
	object-fit: cover;
}
.video-wrap1 .video-thumb-box1 {
	height: 30rem;
}

/* Cards de Cursos - Estilo Valom com cores ESCF - TODOS OS CAMPOS */
.blog__post-item-three {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.team-card-details:hover h4 {
	color: #111 !important;
}

.blog__post-item-three .blog__post-thumb {
    position: relative;
    height: 260px;
    overflow: hidden;
}
.btn-view-curso:hover {
	color: #fff !important;
}
.blog__post-item-three .blog__post-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog__post-item-three:hover .blog__post-thumb img {
    transform: scale(1.08);
}

.blog__post-item-three .blog__post-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #32b74a;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    z-index: 5;
}

.blog__post-item-three .blog__post-date span {
    font-size: 11px;
    text-transform: uppercase;
    margin-top: -7px;
}

.course-mode-badge-corner {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #fff;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    z-index: 5;
}

.blog__post-item-three .blog__post-content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.course-category-tag {
    margin-bottom: 12px;
}

.category-badge {
    background: #f0f9f4;
    color: #015023;
    padding: 5px 12px;
    border-radius: 4px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}

.blog__post-item-three .blog__post-content .title {
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 12px;
}

.blog__post-item-three .blog__post-content .title a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.3s ease;
}


.blog__post-item-three .blog__post-content .text {
    font-size: 14px;
    line-height: 1.6;
    color: #666;
    margin: 0 0 16px;
}

/* Meta Info - Grid de 2 colunas */
.course-meta-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 14px 0;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 12px;
}

.course-meta-info .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
    font-weight: 500;
}

.course-meta-info .meta-item i {
    color: #32b74a;
    font-size: 13px;
}

.course-meta-info .meta-item.meta-nivel {
    color: #015023;
    font-weight: 600;
}

/* Footer Info - Preço e Instrutor */
.course-footer-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    margin-bottom: 16px;
}

.course-price {
    display: flex;
    align-items: center;
    gap: 6px;
}

.course-price i {
    color: #32b74a;
    font-size: 14px;
}

.course-price .price-value {
    font-size: 16px;
    font-weight: 700;
    color: #015023;
}

.course-instructor {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #555;
}

.course-instructor i {
    color: #32b74a;
    font-size: 13px;
}

/* Link Bottom */
.blog__post-item-three .blog__post-bottom {
    margin-top: auto;
}

/* Responsivo */
@media (max-width: 767px) {
    .blog__post-item-three .blog__post-thumb {
        height: 220px;
    }
    .blog__post-item-three .blog__post-date {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }
    .course-meta-info {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    .course-footer-info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .blog__post-item-three .blog__post-content {
        padding: 20px;
    }
}

@media (max-width: 576px) {
    .blog__post-item-three .blog__post-thumb {
        height: 200px;
    }
    .category-badge {
        font-size: 10px;
        padding: 4px 10px;
    }
    .course-price .price-value {
        font-size: 14px;
    }
}
/*==============================
Events & Workshops Slider Styling - ESCF Colors
==============================*/

/* Event Date Badge */
.event-date-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #32b74a;
    color: #ffffff;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 2;
    box-shadow: 0 4px 12px rgba(50, 183, 74 , 0.3);
}
.event-date-badge .date-day {
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    display: block;
}

.event-date-badge .date-month {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 2px;
    display: block;
}

/* Event Type Badge */
.event-type-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #ffffff;
    color: #32b74a;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;/* 
    border: 2px solid #32b74a; */
    display: flex;
    align-items: center;
    gap: 6px;
    z-index: 2;
    box-shadow: 0 2px 8px rgba(50, 183, 74 , 0.3);
}
.breadcrumb__title-large {
	color: #ffffff;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 15px;
	text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	padding: 0px 10rem;
	text-align: center;
}
.event-type-badge i {
    font-size: 14px;
}

/* Event Post Type in Tags */

.project-card-tag span:not(.event-post-type) {
    color: inherit;
}

/* Overlay escuro sobre a imagem para melhorar legibilidade */
.project-card2 .project-thumb {
    position: relative;
}

.project-card2 .project-thumb::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.7) 100%
    );
    z-index: 0;
    pointer-events: none;
}

.project-card2 .project-thumb img {
    width: 100%;
    height: 30rem!important;
    object-fit: cover;
}

/* Garantir que badges fiquem acima do overlay */
.event-date-badge,
.event-type-badge {
    z-index: 3;
}
/* Event Meta Info */
.event-meta-info {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
}

.event-meta-info .meta-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #fff;
    font-weight: 500;
}

.event-meta-info .meta-item i {
    color: #32b74a;
    font-size: 14px;
}

.event-meta-info .meta-item.meta-price {
    color: #f9f9f9;
    font-weight: 700;
}

.event-meta-info .meta-item.meta-price i {
    color: #32b74a;
}

/* Project Card Hover Effect */
.project-card2:hover .event-date-badge {
    background: #015023;
    box-shadow: 0 6px 16px rgba(1, 80, 35, 0.3);
    transform: scale(1.05);
    transition: all 0.3s ease;
}

.project-card2:hover .event-type-badge {
    background: #32b74a;
    color: #ffffff;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .event-date-badge {
        width: 50px;
        height: 50px;
        top: 15px;
        left: 15px;
    }
    
    .event-date-badge .date-day {
        font-size: 18px;
    }
    
    .event-date-badge .date-month {
        font-size: 10px;
    }
    
    .event-type-badge {
        top: 15px;
        right: 15px;
        padding: 6px 12px;
        font-size: 11px;
    }
    
    .event-meta-info {
        gap: 8px;
    }
    
    .event-meta-info .meta-item {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .event-date-badge {
        width: 45px;
        height: 45px;
    }
    
    .event-date-badge .date-day {
        font-size: 16px;
    }
    
    .event-type-badge {
        padding: 5px 10px;
        font-size: 10px;
    }
    
    .event-meta-info {
        flex-direction: column;
        gap: 6px;
    }
}

/*==============================
CTA Newsletter - Background Parallax Fixed - ESCF Colors
==============================*/

.cta-area-parallax {
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1521737711867-e3b97375f902?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* Overlay com cores ESCF */
.cta-area-parallax::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

/* Garantir que o conteúdo fique acima do overlay */
.cta-area-parallax .container {
    position: relative;
    z-index: 2;
}

.cta-area-parallax .cta-content,
.cta-area-parallax .cta-form {
    position: relative;
    z-index: 2;
}

/* Estilos do formulário */
.cta-form {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    padding: 40px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}

.newsletter-form .form-group {
    margin-bottom: 20px;
}

.newsletter-form .form-control {
    background: rgba(255, 255, 255, 0.95);
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    color: #333;
    transition: all 0.3s ease;
}

.newsletter-form .form-control:focus {
    background: #ffffff;
    border-color: #32b74a;
    box-shadow: 0 0 0 3px rgba(50, 183, 74, 0.1);
    outline: none;
}

.newsletter-form .form-control::placeholder {
    color: #999;
}

.newsletter-form select.form-control {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 15px center;
    padding-right: 40px;
}

.newsletter-form .btn-secondary {
    background: #32b74a;
    border: none;
    padding: 14px 30px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    color: #ffffff;
}
.team-card .box-img .thumb img {
	height: 20rem!important;
	object-fit: cover;
}
.newsletter-form .btn-secondary:hover {
    background: #015023;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(1, 80, 35, 0.3);
}

/* Títulos e textos da CTA */
.cta-area-parallax .sub-title {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #32b74a !important;
    padding: 8px 20px;
    background: rgba(50, 183, 74, 0.15);
    border-radius: 20px;
}

.cta-area-parallax .title {
    font-size: 38px;
    font-weight: 700;
    line-height: 1.3;
    color: #ffffff !important;
}

.cta-area-parallax p {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
}

/* Responsive */
@media (max-width: 991px) {
    .cta-area-parallax {
        background-attachment: scroll;
    }
    
    .cta-area-parallax .title {
        font-size: 32px;
    }
    
    .cta-form {
        padding: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .cta-area-parallax::before {
        background: linear-gradient(
            135deg,
            rgba(1, 80, 35, 0.95) 0%,
            rgba(0, 124, 186, 0.92) 100%
        );
    }
    
    .cta-area-parallax .title {
        font-size: 28px;
    }
    
    .cta-form {
        padding: 25px;
    }
    
    .newsletter-form .form-control {
        padding: 12px 18px;
        font-size: 14px;
    }
}

/* ========================================
   MULTI-STEP FORM - Interesse em Formação
   ======================================== */

/* Progress Indicator */
.appointment-progress {
    margin-bottom: 30px;
}

.progress-steps {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.progress-steps::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}

.progress-steps .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.progress-steps .step .step-number {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e0e0e0;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.3s ease;
    border: 3px solid #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.progress-steps .step .step-label {
    font-size: 12px;
    color: #666;
    text-align: center;
    transition: all 0.3s ease;
    max-width: 80px;
}

.progress-steps .step.active .step-number {
    background: linear-gradient(135deg, #32b74a 0%, #0a5c3d 100%);
    color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 15px rgba(50, 183, 74, 0.4);
}

.progress-steps .step.active .step-label {
    color: #015023;
    font-weight: 600;
}

.progress-steps .step.completed .step-number {
    background: #32b74a;
    color: #fff;
}

.progress-steps .step.completed .step-number::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.progress-steps .step.completed .step-label {
    color: #32b74a;
}

/* Form Steps */
.form-step {
    display: none;
}

.form-step.active {
    display: block;
    animation: fadeIn 0.4s ease;
}

.form-step.fade-out {
    animation: fadeOut 0.3s ease;
}

.form-step.fade-in {
    animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-20px);
    }
}

/* Checkbox Group */
.checkbox-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 15px;
}

.checkbox-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    background: #f8f9fa;
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    user-select: none;
}

.checkbox-item:hover {
    border-color: #32b74a;
    background: rgba(50, 183, 74, 0.05);
}

.checkbox-item input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-item .checkmark {
    width: 22px;
    height: 22px;
    border: 2px solid #ccc;
    border-radius: 4px;
    margin-right: 12px;
    position: relative;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkmark {
    background: linear-gradient(135deg, #32b74a 0%, #0a5c3d 100%);
    border-color: #32b74a;
}

.checkbox-item input[type="checkbox"]:checked ~ .checkmark::after {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.checkbox-item input[type="checkbox"]:checked ~ * {
    font-weight: 600;
    color: #015023;
}

/* Form Navigation */
.form-navigation {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    margin-top: 25px;
}

.form-navigation .btn {
    flex: 1;
    padding: 12px 25px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.form-navigation .prev-btn {
    background: #f8f9fa;
    color: #666;
    border: 2px solid #e0e0e0;
}

.form-navigation .prev-btn:hover {
    background: #e0e0e0;
    color: #333;
    border-color: #ccc;
}

.form-navigation .next-btn,
.form-navigation .submit-btn {
    background: linear-gradient(135deg, #32b74a 0%, #0a5c3d 100%);
    color: #fff;
    border: none;
    box-shadow: 0 4px 15px rgba(50, 183, 74, 0.3);
}

.form-navigation .next-btn:hover,
.form-navigation .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(50, 183, 74, 0.4);
}

.form-navigation .submit-btn {
    background: linear-gradient(135deg, #015023 0%, #007cba 100%);
}

/* Error Messages */
.form-grp.error input,
.form-grp.error select,
.form-grp.error textarea {
    border-color: #dc3545 !important;
}

.error-message {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    color: #856404;
    padding: 12px 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error-message i {
    font-size: 18px;
}

/* Success Message */
.success-message {
    text-align: center;
    padding: 40px 20px;
    animation: fadeIn 0.5s ease;
}

.success-message i {
    font-size: 60px;
    color: #32b74a;
    margin-bottom: 20px;
    display: block;
}

.success-message h3 {
    color: #015023;
    font-size: 24px;
    margin-bottom: 10px;
}

.success-message p {
    color: #666;
    font-size: 16px;
}

/* Responsive */
@media (max-width: 767px) {
    .progress-steps {
        max-width: 100%;
    }
    
    .progress-steps .step .step-label {
        font-size: 10px;
        max-width: 60px;
    }
    
    .progress-steps .step .step-number {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
    
    .form-navigation {
        flex-direction: column;
    }
    
    .form-navigation .prev-btn {
        order: 2;
    }
    
    .form-navigation .next-btn,
    .form-navigation .submit-btn {
        order: 1;
    }
}

@media (max-width: 575px) {
    .progress-steps .step .step-label {
        display: none;
    }
    
    .checkbox-item {
        padding: 10px 12px;
    }
}

/* ================================================
   CARDS DE CURSO - Homepage
   ================================================ */
.curso-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid #e5e7eb;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.curso-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.curso-card-image {
    position: relative;
    height: 220px;
    overflow: hidden;
    background: #f3f4f6;
}

.curso-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.curso-card:hover .curso-card-image img {
    transform: scale(1.05);
}

.curso-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: #015023;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.curso-destaque-badge {
    position: absolute;
    top: 16px;
    right: 16px;
    background: rgba(255, 215, 0, 0.95);
    color: #111827;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 4px;
}

.curso-card-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.curso-card-title {
    font-size: 22px;
    font-weight: 700;
    color: #111827;
    margin: 0 0 12px 0;
    line-height: 1.3;
}

.curso-card-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.curso-card-title a:hover {
    color: #015023;
}

.curso-card-excerpt {
    font-size: 15px;
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 20px;
    flex: 1;
}

.curso-card-meta {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 16px 0;
    border-top: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
    margin-bottom: 16px;
}

.meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #6b7280;
}

.meta-item i {
    color: #015023;
    font-size: 16px;
}

.curso-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.curso-price {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.price-label {
    font-size: 12px;
    color: #9ca3af;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.price-value {
    font-size: 24px;
    font-weight: 800;
    color: #015023;
}

.price-old {
    font-size: 16px;
    color: #d1d5db;
    text-decoration: line-through;
}

.btn-view-curso {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background: #015023;
    color: #ffffff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.btn-view-curso:hover {
    background: #32b74a;
    transform: translateX(4px);
}

@media (max-width: 768px) {
    .curso-card-meta {
        grid-template-columns: 1fr;
    }
    
    .curso-card-footer {
        flex-direction: column;
        align-items: stretch;
    }
    
    .btn-view-curso {
        justify-content: center;
    }
}

@media (max-width: 640px) {
    .curso-card-title {
        font-size: 20px;
    }
    
    .price-value {
        font-size: 20px;
    }
}

/*==============================
Menu Active States - WordPress Classes
==============================*/

/* Menu item ativo (página atual) */
.tgmenu__navbar-wrap .navigation > li.current-menu-item > a,
.tgmenu__navbar-wrap .navigation > li.current_page_item > a,
.tgmenu__navbar-wrap .navigation > li.current-menu-ancestor > a,
.tgmenu__navbar-wrap .navigation > li.current-page-ancestor > a {
    color: #32b74a !important;
    position: relative;
}

/* Linha/borda inferior no item ativo */
.tgmenu__navbar-wrap .navigation > li.current-menu-item > a::after,
.tgmenu__navbar-wrap .navigation > li.current_page_item > a::after,
.tgmenu__navbar-wrap .navigation > li.current-menu-ancestor > a::after,
.tgmenu__navbar-wrap .navigation > li.current-page-ancestor > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: #32b74a;
}

/* Menu mobile - item ativo */
.tgmobile__menu .navigation li.current-menu-item > a,
.tgmobile__menu .navigation li.current_page_item > a,
.tgmobile__menu .navigation li.current-menu-ancestor > a,
.tgmobile__menu .navigation li.current-page-ancestor > a {
    color: #32b74a !important;
    font-weight: 700;
}

/* Submenu - parent ativo */
.tgmenu__navbar-wrap .navigation > li.current-menu-parent > a,
.tgmenu__navbar-wrap .navigation > li.current-page-parent > a {
    color: #32b74a !important;
}

/* Active state para post types (archives e singles) */
.post-type-archive-curso .navigation > li a[href*="cursos"],
.post-type-archive-curso .navigation > li a[href*="/curso"],
.single-curso .navigation > li a[href*="cursos"],
.single-curso .navigation > li a[href*="/curso"] {
    color: #32b74a !important;
}

.post-type-archive-workshop .navigation > li a[href*="workshops"],
.post-type-archive-workshop .navigation > li a[href*="/workshop"],
.single-workshop .navigation > li a[href*="workshops"],
.single-workshop .navigation > li a[href*="/workshop"],
.page-template-page-eventos .navigation > li a[href*="eventos"],
.page-template-page-eventos .navigation > li a[href*="/workshop"] {
    color: #32b74a !important;
}

/* Hover state - manter consistência */
.tgmenu__navbar-wrap .navigation > li > a:hover {
    color: #32b74a !important;
}

