/* Responsive Styles for sexyaiwomen.best */

/* Tablet Styles (max-width: 992px) */
@media screen and (max-width: 992px) {
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    .hero {
        padding: 100px 0;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .about-content {
        flex-direction: column;
    }
    
    .text-content, .about-visual {
        flex: none;
        width: 100%;
    }
    
    .about-visual {
        margin-top: 40px;
    }
    
    .footer-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-logo {
        margin-bottom: 30px;
    }
    
    .footer-links ul {
        justify-content: center;
    }
}

/* Mobile Styles (max-width: 768px) */
@media screen and (max-width: 768px) {
    header .container {
        flex-direction: column;
    }
    
    .logo-container {
        margin-bottom: 20px;
    }
    
    nav ul {
        width: 100%;
        justify-content: space-around;
    }
    
    nav ul li {
        margin: 0;
    }
    
    h1 {
        font-size: 2rem;
    }
    
    h2 {
        font-size: 1.6rem;
        margin-bottom: 30px;
    }
    
    .hero {
        padding: 80px 0;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero p {
        font-size: 1.1rem;
    }
    
    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }
    
    .gallery, .features, .about {
        padding: 70px 0;
    }
    
    .gallery-grid, .features-grid {
        grid-template-columns: 1fr;
    }
    
    .feature {
        padding: 25px 20px;
    }
}

/* Small Mobile Styles (max-width: 480px) */
@media screen and (max-width: 480px) {
    body {
        font-size: 0.9rem;
    }
    
    .container {
        padding: 0 15px;
    }
    
    h1 {
        font-size: 1.8rem;
    }
    
    h2 {
        font-size: 1.5rem;
    }
    
    h3 {
        font-size: 1.3rem;
    }
    
    .hero {
        padding: 60px 0;
    }
    
    .hero h1 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    
    .hero p {
        font-size: 1rem;
        margin-bottom: 25px;
    }
    
    .gallery, .features, .about {
        padding: 50px 0;
    }
    
    .footer-links ul li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
    
    nav ul li a, .footer-links ul li a {
        font-size: 0.9rem;
    }
    
    .copyright {
        font-size: 0.8rem;
    }
}
