/* 
 * responsive.css
 * Mobil uyumluluk için media query tanımlamaları
 * BetGPT - Yapay Zeka Tabanlı Futbol Tahmin Platformu
 */

@media (max-width: 1199.98px) {
    .hero-title {
        font-size: 3rem;
    }
    
    .hero-subtitle {
        max-width: 100%;
    }
    
    .hero-stat-number {
        font-size: 1.8rem;
    }
}

@media (max-width: 991.98px) {
    .navbar {
        padding: 1rem;
    }
    
    .hero-section {
        padding: 7rem 0 4rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .hero-image-container {
        margin-top: 3rem;
    }
    
    .section {
        padding: 4rem 0;
    }
    
    .section-title {
        font-size: 2rem;
    }
    
    .pricing-card.popular {
        transform: scale(1);
    }
    
    .pricing-card.popular:hover {
        transform: translateY(-10px);
    }
    
    .cta-title {
        font-size: 2rem;
    }
    
    .navbar {
        padding: 1rem;
    }
    
    .page-header {
        padding: 7rem 0 3rem;
    }
    
    .page-title {
        font-size: 2rem;
    }
    
    .process-step {
        margin-bottom: 3rem;
    }
    
    .tech-card {
        margin-bottom: 2rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767.98px) {
    .hero-section {
        padding: 6rem 0 3rem;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-stats {
        margin-top: 1.5rem;
        padding: 1rem;
    }
    
    .hero-stat {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
        padding: 1rem 0;
    }
    
    .hero-stat:last-child {
        border-bottom: none;
    }
    
    .hero-badge-animated {
        display: none;
    }
    
    .section {
        padding: 3rem 0;
    }
    
    .section-title {
        font-size: 1.8rem;
        margin-bottom: 3rem;
    }
    
    .feature-card {
        margin-bottom: 2rem;
    }
    
    .pricing-toggle {
        margin: 2rem auto;
    }
    
    .pricing-card {
        margin-bottom: 2rem;
    }
    
    .cta-title {
        font-size: 1.8rem;
    }
    
    .footer {
        padding: 3rem 0 2rem;
    }
    
    .footer-section {
        margin-bottom: 2rem;
    }
    
    .page-header {
        padding: 6rem 0 2rem;
    }
    
    .page-title {
        font-size: 1.8rem;
    }
    
    .cta-title {
        font-size: 1.6rem;
    }
    
    .footer {
        padding: 3rem 0 2rem;
    }
}

@media (max-width: 575.98px) {
    .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .section-title {
        font-size: 1.5rem;
    }
    
    .feature-card {
        padding: 1.5rem;
    }
    
    .cta-title {
        font-size: 1.5rem;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    
    .footer-bottom-links {
        justify-content: center;
    }
}