/* Responsive Styles */

/* Tablet */
@media (max-width: 1024px) {
    .container {
        padding: 0 24px;
    }

    .hero-title {
        font-size: 2.8rem;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 1.15rem;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .services-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .testimonials-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }

    .regions-dropdown {
        min-width: 500px;
        max-width: 90vw;
    }

    .regions-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .content-grid {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .content-sidebar {
        position: static;
    }

    .section-title {
        font-size: 2.2rem;
    }

    .section-subtitle {
        font-size: 1.1rem;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }

    .mobile-toggle {
        display: flex;
        padding: 12px;
        margin: -12px;
        min-width: 44px;
        min-height: 44px;
        align-items: center;
        justify-content: center;
    }

    .nav {
        position: fixed;
        top: var(--header-height);
        left: -100%;
        width: 100%;
        height: calc(100vh - var(--header-height));
        background: #fff;
        transition: left 0.3s ease;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .nav.active {
        left: 0;
    }

    .nav-list {
        flex-direction: column;
        padding: 1.5rem;
        gap: 0;
    }

    .nav-list li {
        width: 100%;
        border-bottom: 1px solid var(--border-color);
    }

    .nav-list li a {
        padding: 1.2rem 0;
        min-height: 48px;
        display: flex;
        align-items: center;
    }

    .dropdown::after {
        display: none;
    }

    .dropdown-content {
        position: static;
        display: none;
        box-shadow: none;
        background: var(--light-color);
        margin: 0.5rem 0;
        border: none;
        border-radius: 8px;
        padding: 0.8rem;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    .dropdown.active .dropdown-content {
        display: block;
    }

    .dropdown-content a {
        padding: 1rem;
        min-height: 48px;
        font-size: 0.95rem;
    }

    .regions-dropdown {
        min-width: 100%;
        padding: 1rem;
        transform: none;
    }

    .regions-grid {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .region-column h4 {
        margin-bottom: 0.5rem;
        font-size: 0.9rem;
    }

    .dropdown-content a {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }

    .header-contact {
        display: none;
    }

    .hero {
        min-height: 500px;
        padding: 3rem 0;
    }

    .hero-content {
        padding: 2rem 0;
    }

    /* Trust Banner Mobile Optimization */
    .trust-banner {
        padding: 1.2rem;
        margin-bottom: 1.5rem;
        border-radius: 15px;
    }

    .google-rating {
        flex-direction: column;
        gap: 0.8rem;
        padding-bottom: 0.8rem;
        margin-bottom: 0.8rem;
    }

    .rating-stars i {
        font-size: 1.5rem;
    }

    .rating-info {
        align-items: center;
    }

    .rating-score {
        font-size: 1.8rem;
    }

    .rating-source {
        font-size: 0.8rem;
    }

    .trust-badges {
        gap: 0.5rem;
    }

    .trust-badge i {
        font-size: 1.4rem;
    }

    .trust-badge span {
        font-size: 0.75rem;
    }

    /* Social Proof Mobile */
    .social-proof {
        grid-template-columns: 1fr;
        gap: 0.8rem;
        margin-top: 1.5rem;
    }

    .proof-card {
        flex-direction: row;
        justify-content: flex-start;
        padding: 1rem;
        gap: 1rem;
    }

    .proof-icon {
        width: 45px;
        height: 45px;
        flex-shrink: 0;
    }

    .proof-icon i {
        font-size: 1.3rem;
    }

    .proof-content {
        text-align: left;
        align-items: flex-start;
    }

    .proof-content strong {
        font-size: 1.3rem;
    }

    .proof-content span {
        font-size: 0.8rem;
    }

    .hero-title {
        font-size: 2rem;
        line-height: 1.25;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1.05rem;
        line-height: 1.5;
        margin-bottom: 2rem;
    }

    .hero-buttons {
        flex-direction: column;
        gap: 1rem;
        width: 100%;
    }

    .hero-features {
        flex-direction: column;
        gap: 1.2rem;
        align-items: flex-start;
    }

    .feature-item {
        font-size: 1rem;
    }

    .stats-grid {
        grid-template-columns: 1fr;
    }

    .services-grid {
        grid-template-columns: 1fr;
    }

    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .footer-content {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 1rem;
    }

    .cta-buttons {
        flex-direction: column;
    }

    .btn {
        width: 100%;
        justify-content: center;
        padding: 1.1rem 2rem;
        min-height: 48px;
        font-size: 1rem;
    }

    .whatsapp-float {
        bottom: 20px;
        right: 20px;
        width: 56px;
        height: 56px;
        font-size: 1.6rem;
        box-shadow: 0 4px 20px rgba(37, 211, 102, 0.5);
    }

    .scroll-top {
        bottom: 86px;
        right: 20px;
        width: 48px;
        height: 48px;
        font-size: 1.1rem;
    }

    .services,
    .testimonials,
    .stats,
    .service-content {
        padding: 3rem 0;
    }

    .section-title {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .service-card,
    .testimonial-card {
        padding: 2rem 1.5rem;
    }

    .service-hero {
        padding: 4rem 0 2.5rem;
    }

    .service-hero h1 {
        font-size: 2rem;
        line-height: 1.3;
    }

    .service-hero p {
        font-size: 1.05rem;
        line-height: 1.5;
    }

    .content-grid {
        grid-template-columns: 1fr !important;
        gap: 1.75rem !important;
    }

    .content-sidebar {
        position: static !important;
    }

    .region-hero h1 {
        font-size: 2rem;
    }

    .region-hero p {
        font-size: 1rem;
    }

    /* Contact page responsive */
    .contact-grid {
        grid-template-columns: 1fr !important;
        gap: 2rem !important;
    }
}

/* Small Mobile */
@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }

    .hero {
        padding: 2rem 0;
    }

    /* Trust Banner - Very Small Screens */
    .trust-banner {
        padding: 1rem;
        margin-bottom: 1.2rem;
        border-radius: 12px;
    }

    .rating-stars i {
        font-size: 1.3rem;
    }

    .rating-score {
        font-size: 1.6rem;
    }

    .rating-source {
        font-size: 0.75rem;
    }

    .trust-badges {
        flex-wrap: wrap;
    }

    .trust-badge {
        min-width: 80px;
    }

    .trust-badge i {
        font-size: 1.2rem;
    }

    .trust-badge span {
        font-size: 0.7rem;
    }

    /* Social Proof - Very Small Screens */
    .social-proof {
        gap: 0.6rem;
        margin-top: 1.2rem;
    }

    .proof-card {
        padding: 0.8rem;
        gap: 0.8rem;
    }

    .proof-icon {
        width: 40px;
        height: 40px;
    }

    .proof-icon i {
        font-size: 1.2rem;
    }

    .proof-content strong {
        font-size: 1.2rem;
    }

    .proof-content span {
        font-size: 0.75rem;
    }

    .hero-title {
        font-size: 1.8rem;
    }

    .hero-subtitle {
        font-size: 0.95rem;
    }

    .section-title {
        font-size: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .btn {
        padding: 1rem 1.5rem;
        font-size: 0.95rem;
    }
}

/* Landscape Mobile */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: 100vh;
    }

    .hero-content {
        padding: 2rem 0;
    }

    .hero-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }

    .hero-subtitle {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-features {
        gap: 1.5rem;
    }
}
