/* Estilos responsivos para o site do cupom ENARE Estratégia Med */

@media screen and (max-width: 1200px) {
    .container {
        padding: 0 30px;
    }
    
    .hero h1 {
        font-size: 2.3rem;
    }
    
    .cursos-grid {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .hero {
        padding: 80px 0;
    }
    
    .hero .container {
        flex-direction: column;
    }
    
    .hero-content {
        padding-right: 0;
        margin-bottom: 40px;
        text-align: center;
    }
    
    .coupon-box {
        margin-left: auto;
        margin-right: auto;
    }
    
    .beneficios-content {
        flex-direction: column;
    }
    
    .beneficios-image {
        order: -1;
        margin-bottom: 30px;
    }
    
    .coupon-reminder {
        flex-direction: column;
        text-align: center;
    }
    
    .reminder-text {
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    section {
        padding: 60px 0;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    
    .mobile-menu-icon {
        display: block;
    }
    
    nav ul {
        position: fixed;
        top: 80px;
        left: 0;
        width: 100%;
        background: var(--bg-light);
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        transform: translateY(-150%);
        transition: transform 0.3s ease;
        z-index: 99;
    }
    
    nav ul.show {
        transform: translateY(0);
    }
    
    nav ul li {
        margin: 15px 0;
    }
    
    .sobre-content {
        flex-direction: column;
    }
    
    .sobre-stats {
        flex-direction: column;
    }
    
    .stat-item {
        width: 100%;
    }
    
    .cursos-grid {
        grid-template-columns: 1fr;
    }
    
    .curso-card {
        max-width: 100%;
    }
    
    .beneficio-item {
        flex-direction: column;
        text-align: center;
    }
    
    .beneficio-icon {
        margin: 0 auto 15px;
    }
    
    .step {
        flex-direction: column;
        text-align: center;
    }
    
    .step-number {
        margin: 0 auto 15px;
    }
    
    .footer-content {
        flex-direction: column;
        gap: 30px;
    }
    
    .footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    
    .footer-legal {
        justify-content: center;
    }
    
    .floating-coupon {
        width: 100%;
        left: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        justify-content: center;
    }
    
    .back-to-top {
        bottom: 70px;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.4rem;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero h1 {
        font-size: 1.8rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .code, .reminder-code {
        font-size: 1.2rem;
    }
    
    .coupon-box {
        padding: 15px;
    }
    
    .btn-acessar {
        font-size: 1rem;
        padding: 12px 25px;
    }
    
    .cta-final h2 {
        font-size: 1.8rem;
    }
    
    .cta-final p {
        font-size: 1rem;
    }
    
    .cta-coupon {
        flex-direction: column;
        padding: 15px;
    }
    
    .depoimento-card {
        padding: 20px;
    }
    
    .depoimento-foto {
        width: 60px;
        height: 60px;
    }
    
    .faq-question h3 {
        font-size: 1rem;
    }
}
