/* Responsive Styles */

/* Large Screens */
@media (max-width: 1200px) {
    .container {
        max-width: 960px;
        padding: 0 20px;
    }
    
    .gallery-image {
        height: 220px;
    }
    
    .photo-divider {
        height: 320px;
    }
    
    h1 {
        font-size: 3rem;
    }
}

/* Medium Screens */
@media (max-width: 992px) {
    .container {
        max-width: 720px;
        padding: 0 15px;
    }
    
    h1 {
        font-size: 2.5rem;
    }
    
    h2 {
        font-size: 2rem;
    }
    
    .feature-boxes {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
    
    .product-grid, 
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .gallery-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .photo-divider {
        height: 250px;
    }
    
    .technology {
        background-attachment: scroll;
    }
    
    .testimonial-slider {
        height: 320px;
    }
    
    .testimonial {
        padding: 30px;
    }
    
    .hero {
        height: 600px;
    }
    
    .hero h1 {
        font-size: 2.8rem;
    }
}

/* Small Screens */
@media (max-width: 768px) {
    .container {
        max-width: 540px;
        padding: 0 15px;
        width: 100%;
    }
    
    h1 {
        font-size: 2.2rem;
    }
    
    h2 {
        font-size: 1.8rem;
    }
    
    h2::after {
        width: 60px;
    }
    
    .logo {
        max-width: 150px;
    }
    
    .hero {
        height: 500px;
        text-align: center;
        width: 100%;
    }
    
    .hero-content {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .hero h1 {
        font-size: 2.4rem;
    }
    
    .feature-boxes {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .feature-box {
        padding: 25px;
    }
    
    .info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .gallery-image {
        height: 250px;
    }
    
    .contact-info {
        padding: 30px;
    }
    
    .contact-info p {
        font-size: 1rem;
    }
    
    section {
        width: 100%;
        padding: 60px 0;
    }
    
    .photo-divider {
        height: 200px;
    }
    
    .testimonial-slider {
        height: 350px;
    }
    
    .main-footer::before,
    .features::before,
    .gallery::before,
    .ecobonus::before,
    .products::before {
        height: 60px;
        top: -60px;
    }
    
    .technology::after {
        height: 60px;
        bottom: -60px;
    }
    
    .section-description {
        font-size: 1rem;
    }
}

/* Extra Small Screens */
@media (max-width: 576px) {
    .container {
        padding: 0 15px;
        width: 100%;
        max-width: 100%;
    }
    
    html, body {
        width: 100%;
        position: static;
    }
    
    .main-header {
        width: 100%;
    }
    
    .hero {
        height: 450px;
        width: 100%;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
    
    .hero h5 {
        font-size: 1.2rem;
    }
    
    .product-grid,
    .blog-grid {
        grid-template-columns: 1fr;
    }
    
    .product-image,
    .blog-image {
        height: 180px;
    }
    
    .gallery-image {
        height: 200px;
    }
    
    .info-card {
        padding: 20px;
    }
    
    .info-icon {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .info-card h3 {
        font-size: 1.4rem;
    }
    
    .specs-list li {
        font-size: 0.9rem;
    }
    
    .btn {
        padding: 10px 20px;
        font-size: 0.9rem;
    }
    
    .contact-info {
        padding: 25px;
    }
    
    .contact-info h5 {
        font-size: 1.3rem;
    }
    
    .contact-info p {
        font-size: 0.9rem;
    }
    
    .section-description {
        padding: 0 15px;
        font-size: 0.95rem;
        margin-bottom: 30px;
    }
    
    .photo-divider {
        height: 150px;
    }
    
    .testimonial {
        padding: 25px;
    }
    
    .testimonial h4 {
        font-size: 1.1rem;
    }
    
    .testimonial p {
        font-size: 0.9rem;
    }
    
    .testimonial-slider {
        height: 380px;
    }
    
    h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    
    h2::after {
        width: 50px;
        height: 2px;
    }
    
    section {
        padding: 50px 0;
    }
    
    .feature-box h3,
    .technology h2,
    .ecobonus h2,
    .products h2,
    .gallery h2,
    .testimonials h2 {
        font-size: 1.5rem;
    }
    
    .ecobonus h5, 
    .technology h6 {
        font-size: 1.1rem;
    }
    
    .feature-box h5 {
        font-size: 1.05rem;
    }
    
    .main-footer::before,
    .features::before,
    .gallery::before,
    .ecobonus::before,
    .products::before {
        height: 40px;
        top: -40px;
    }
    
    .technology::after {
        height: 40px;
        bottom: -40px;
    }
    
    body::before {
        width: 4px;
    }
} 