/* ===== CORREÇÕES GERAIS - PÁGINA SOBRE.PHP ===== */

/* ===== RESET E BASE ===== */
.sobre-header-mobile,
.about-mobile,
.values-mobile,
.hero-section,
.about-section,
.values-section,
.diferenciais-section,
.mission-section,
.cta-section {
    margin: 0 !important;
    padding: 0 !important;
    background: #ffffff !important;
    color: #333333 !important;
}

/* ===== HEADER MOBILE - SOBRE ===== */
.sobre-header-mobile {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%) !important;
    padding: 40px 0 !important;
    margin-bottom: 0 !important;
}

.sobre-header-mobile .header-mobile-content {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.sobre-header-mobile h1 {
    font-size: 2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
    line-height: 1.3 !important;
}

.sobre-header-mobile .mobile-subtitle {
    font-size: 1.1rem !important;
    color: #666666 !important;
    margin-bottom: 15px !important;
    font-weight: 600 !important;
}

.sobre-header-mobile .mobile-description {
    font-size: 0.95rem !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 25px !important;
}

.sobre-header-mobile .quick-stats-mobile {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sobre-header-mobile .quick-stat {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: #333333;
    color: white;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
}

.sobre-header-mobile .quick-stat i {
    font-size: 0.9rem;
}

/* ===== ABOUT MOBILE ===== */
.about-mobile {
    background: #ffffff !important;
    padding: 50px 0 !important;
    margin: 0 !important;
}

.about-mobile .section-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.about-mobile .section-header h2 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

.about-mobile .section-header p {
    font-size: 1rem !important;
    color: #666666 !important;
    margin-bottom: 0 !important;
}

.about-mobile .about-content-mobile {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.about-mobile .about-card-mobile {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.about-mobile .about-icon-mobile {
    width: 60px;
    height: 60px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.about-mobile .about-icon-mobile i {
    font-size: 1.5rem;
    color: white;
}

.about-mobile .about-card-mobile h3 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

.about-mobile .about-card-mobile p {
    font-size: 0.9rem !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

.about-mobile .about-highlights-mobile {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.about-mobile .highlight-mobile {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f8f9fa;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #333333;
}

.about-mobile .highlight-mobile i {
    color: #333333;
    font-size: 0.9rem;
}

/* ===== VALUES MOBILE ===== */
.values-mobile {
    background: #f8f9fa !important;
    padding: 50px 0 !important;
    margin: 0 !important;
}

.values-mobile .section-header {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.values-mobile .section-header h2 {
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

.values-mobile .section-header p {
    font-size: 1rem !important;
    color: #666666 !important;
    margin-bottom: 0 !important;
}

.values-mobile .values-grid-mobile {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

.values-mobile .value-card-mobile {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 25px 20px;
    text-align: center;
    margin-bottom: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.values-mobile .value-icon-mobile {
    width: 60px;
    height: 60px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.values-mobile .value-icon-mobile i {
    font-size: 1.5rem;
    color: white;
}

.values-mobile .value-card-mobile h3 {
    font-size: 1.2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 10px !important;
}

.values-mobile .value-card-mobile p {
    font-size: 0.9rem !important;
    color: #666666 !important;
    line-height: 1.5 !important;
    margin-bottom: 0 !important;
}

/* ===== HERO SECTION DESKTOP ===== */
.hero-section {
    background: #ffffff !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

.hero-section .container {
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
}

.hero-section .hero-content {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 60px !important;
    align-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
    padding: 0 40px !important;
    width: 100% !important;
    top: auto !important;
}

.hero-section .hero-text {
    max-width: 100%;
    padding-right: 0;
}

.hero-section .hero-text h1 {
    font-size: 2.8rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 25px !important;
    line-height: 1.2 !important;
}

.hero-section .hero-subtitle {
    font-size: 1.4rem !important;
    color: #666666 !important;
    font-weight: 600 !important;
    margin-bottom: 25px !important;
}

.hero-section .hero-description {
    font-size: 1.1rem !important;
    color: #666666 !important;
    line-height: 1.7 !important;
    margin-bottom: 35px !important;
    max-width: 100%;
}

.hero-section .hero-actions {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.hero-section .hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-section .hero-image-container {
    width: 100%;
}

.hero-section .hero-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.hero-section .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== ABOUT SECTION DESKTOP ===== */
.about-section {
    background: #ffffff !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

.about-section .about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.about-section .about-text h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
}

.about-section .about-text p {
    font-size: 1rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

.about-section .about-features {
    margin-top: 30px;
}

.about-section .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.about-section .feature-item i {
    color: #333333;
    font-size: 1.1rem;
}

.about-section .feature-item span {
    font-size: 0.95rem;
    color: #666666;
    font-weight: 500;
}

.about-section .about-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-section .about-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.about-section .about-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== VALUES SECTION DESKTOP ===== */
.values-section {
    background: #f8f9fa !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

.values-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.values-section .section-header h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.values-section .section-header p {
    font-size: 1rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.values-section .values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.values-section .value-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.values-section .value-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.values-section .value-icon {
    width: 80px;
    height: 80px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.values-section .value-icon i {
    font-size: 2rem;
    color: white;
}

.values-section .value-card h3 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.values-section .value-card p {
    font-size: 0.95rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

/* ===== DIFERENCIAIS SECTION ===== */
.diferenciais-section {
    background: #ffffff !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

.diferenciais-section .section-header {
    text-align: center;
    margin-bottom: 60px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
}

.diferenciais-section .section-header h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.diferenciais-section .section-header p {
    font-size: 1rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

.diferenciais-section .diferenciais-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.diferenciais-section .diferencial-card {
    background: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 15px;
    padding: 30px 25px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.diferenciais-section .diferencial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.diferenciais-section .diferencial-icon {
    width: 80px;
    height: 80px;
    background: #333333;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.diferenciais-section .diferencial-icon i {
    font-size: 2rem;
    color: white;
}

.diferenciais-section .diferencial-card h3 {
    font-size: 1.3rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 15px !important;
}

.diferenciais-section .diferencial-card p {
    font-size: 0.95rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 0 !important;
}

/* ===== MISSION SECTION ===== */
.mission-section {
    background: #f8f9fa !important;
    padding: 80px 0 !important;
    margin: 0 !important;
}

.mission-section .mission-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
}

.mission-section .mission-text h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #333333 !important;
    margin-bottom: 20px !important;
}

.mission-section .mission-text p {
    font-size: 1rem !important;
    color: #666666 !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
}

.mission-section .mission-points {
    margin-top: 20px;
}

.mission-section .mission-point {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.mission-section .mission-point i {
    color: #333333;
    font-size: 1.1rem;
}

.mission-section .mission-point span {
    font-size: 0.95rem;
    color: #666666;
    font-weight: 500;
}

.mission-section .mission-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-section .mission-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.mission-section .mission-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===== BOTÕES PADRONIZADOS DO SISTEMA ===== */
.btn-primary,
.btn-secondary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    position: relative;
    overflow: hidden;
    border: none;
    cursor: pointer;
    text-align: center;
    justify-content: center;
    min-width: 160px;
}

.btn-primary {
    background: linear-gradient(135deg, #333333 0%, #555555 100%);
    color: #ffffff;
    box-shadow: 0 4px 15px rgba(51, 51, 51, 0.3);
}

.btn-primary::before {
    content: '';
    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.6s ease;
}

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

.btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(51, 51, 51, 0.4);
    background: linear-gradient(135deg, #555555 0%, #333333 100%);
}

.btn-secondary {
    background: transparent;
    color: #333333;
    border: 2px solid #333333;
    box-shadow: 0 4px 15px rgba(51, 51, 51, 0.1);
}

.btn-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #333333;
    transition: width 0.4s ease;
    z-index: -1;
}

.btn-secondary:hover::before {
    width: 100%;
}

.btn-secondary:hover {
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(51, 51, 51, 0.3);
    border-color: #333333;
}

.btn-primary i,
.btn-secondary i {
    font-size: 1rem;
    transition: transform 0.3s ease;
}

.btn-primary:hover i,
.btn-secondary:hover i {
    transform: scale(1.1);
}

/* ===== BOTÕES ESPECIAIS CTA ===== */
.cta-section .btn-primary {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    color: #333333;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.3);
}

.cta-section .btn-primary:hover {
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.4);
}

.cta-section .btn-secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid #ffffff;
    box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
}

.cta-section .btn-secondary::before {
    background: #ffffff;
}

.cta-section .btn-secondary:hover {
    color: #333333;
    box-shadow: 0 8px 25px rgba(255, 255, 255, 0.3);
    border-color: #ffffff;
}

/* ===== CTA SECTION ===== */
.cta-section {
    background: linear-gradient(135deg, #333333 0%, #555555 100%) !important;
    padding: 80px 0 !important;
    margin: 0 !important;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="25" cy="25" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="75" cy="75" r="1" fill="rgba(255,255,255,0.05)"/><circle cx="50" cy="10" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="10" cy="60" r="0.5" fill="rgba(255,255,255,0.03)"/><circle cx="90" cy="40" r="0.5" fill="rgba(255,255,255,0.03)"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');
    opacity: 0.3;
}

.cta-section .cta-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
    z-index: 2;
}

.cta-section .cta-text h2 {
    font-size: 2.2rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    margin-bottom: 20px !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.cta-section .cta-text p {
    font-size: 1rem !important;
    color: #cccccc !important;
    line-height: 1.6 !important;
    margin-bottom: 30px !important;
}

.cta-section .cta-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

/* ===== RESPONSIVIDADE ===== */
@media (max-width: 768px) {
    .hero-section {
        padding: 60px 0 !important;
    }
    
    .hero-section .container {
        padding: 0 15px !important;
    }
    
    .hero-section .hero-content {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }
    
    .hero-section .hero-text {
        max-width: 100%;
        padding-right: 0;
        order: 2;
    }
    
    .hero-section .hero-visual {
        order: 1;
        max-width: 100%;
    }
    
    .hero-section .hero-text h1 {
        font-size: 2.2rem !important;
        margin-bottom: 20px !important;
    }
    
    .hero-section .hero-subtitle {
        font-size: 1.2rem !important;
        margin-bottom: 20px !important;
    }
    
    .hero-section .hero-description {
        font-size: 1rem !important;
        margin-bottom: 30px !important;
        max-width: 100%;
    }
    
    .hero-section .hero-image-container {
        max-width: 100%;
    }
    
    .hero-section .hero-image {
        height: 350px;
        max-width: 100%;
    }
    
    .about-section .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .about-section .about-text h2 {
        font-size: 1.8rem !important;
    }
    
    .values-section .values-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    
    .values-section .section-header {
        padding: 0 20px;
    }
    
    .values-section .section-header h2 {
        font-size: 1.8rem !important;
    }
    
    .diferenciais-section .diferenciais-grid {
        grid-template-columns: 1fr;
        padding: 0 20px;
    }
    
    .diferenciais-section .section-header {
        padding: 0 20px;
    }
    
    .diferenciais-section .section-header h2 {
        font-size: 1.8rem !important;
    }
    
    .mission-section .mission-content {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }
    
    .mission-section .mission-text h2 {
        font-size: 1.8rem !important;
    }
    
    .cta-section .cta-content {
        padding: 0 20px;
    }
    
    .cta-section .cta-text h2 {
        font-size: 1.8rem !important;
    }
    
    .cta-section .cta-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-section .btn-primary,
    .cta-section .btn-secondary {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .hero-section .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .hero-section .btn-primary,
    .hero-section .btn-secondary {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .hero-section {
        padding: 40px 0 !important;
    }
    
    .hero-section .container {
        padding: 0 10px !important;
    }
    
    .hero-section .hero-content {
        gap: 30px;
    }
    
    .hero-section .hero-text h1 {
        font-size: 1.9rem !important;
        margin-bottom: 15px !important;
    }
    
    .hero-section .hero-subtitle {
        font-size: 1.1rem !important;
        margin-bottom: 15px !important;
    }
    
    .hero-section .hero-description {
        font-size: 0.95rem !important;
        margin-bottom: 25px !important;
    }
    
    .hero-section .hero-image {
        height: 280px;
    }
    
    .sobre-header-mobile h1 {
        font-size: 1.8rem !important;
    }
    
    .sobre-header-mobile .mobile-subtitle {
        font-size: 1rem !important;
    }
    
    .sobre-header-mobile .mobile-description {
        font-size: 0.9rem !important;
    }
    
    .sobre-header-mobile .quick-stats-mobile {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    
    .about-mobile .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .values-mobile .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .hero-section .hero-text h1 {
        font-size: 1.8rem !important;
    }
    
    .about-section .about-text h2 {
        font-size: 1.6rem !important;
    }
    
    .values-section .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .diferenciais-section .section-header h2 {
        font-size: 1.6rem !important;
    }
    
    .mission-section .mission-text h2 {
        font-size: 1.6rem !important;
    }
    
    .cta-section .cta-text h2 {
        font-size: 1.6rem !important;
    }
    
    .btn-primary,
    .btn-secondary {
        min-width: 140px;
        padding: 12px 24px;
        font-size: 0.9rem;
    }
}

/* ===== ANIMAÇÕES CRIATIVAS ===== */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-10px); }
}

@keyframes glow {
    0%, 100% { box-shadow: 0 4px 15px rgba(51, 51, 51, 0.3); }
    50% { box-shadow: 0 8px 25px rgba(51, 51, 51, 0.6); }
}

/* ===== EFEITOS ESPECIAIS PARA BOTÕES ===== */
.btn-primary:hover {
    animation: pulse 0.6s ease-in-out;
}

.btn-secondary:hover {
    animation: float 0.6s ease-in-out;
}

/* ===== EFEITO DE PARTÍCULAS NO CTA ===== */
.cta-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.05) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    z-index: 1;
}

/* ===== HOVER EFFECTS AVANÇADOS ===== */
.value-card:hover,
.diferencial-card:hover {
    animation: float 0.6s ease-in-out;
}

.about-card-mobile:hover,
.value-card-mobile:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* ===== LOADING ANIMATION PARA BOTÕES ===== */
.btn-primary:active,
.btn-secondary:active {
    transform: scale(0.98);
    transition: transform 0.1s ease;
}

/* ===== EFEITO DE BRILHO ===== */
.btn-primary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-primary:hover::after {
    width: 300px;
    height: 300px;
}

/* ===== EFEITO DE ONDA ===== */
.btn-secondary::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: rgba(51, 51, 51, 0.1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease;
}

.btn-secondary:hover::after {
    width: 300px;
    height: 300px;
}
