/* Responsive Design - 5 Breakpoints */

/* Extra Large Screens (1440px+) */
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }

    .hero-content h1 {
        font-size: 4rem;
    }

    .hero-container {
        gap: 80px;
    }
}

/* Large Screens (1200px - 1439px) - Já coberto no base */

/* Medium Large Screens (992px - 1199px) */
@media (max-width: 1199px) {
    .container {
        max-width: 1000px;
    }

    .hero-content h1 {
        font-size: 3rem;
    }

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

/* Medium Screens (768px - 991px) */
@media (max-width: 991px) {
    .header-container {
        padding: 0 15px;
        height: 70px;
        background: linear-gradient(135deg, #FFD700 0%, #0000FF 100%);
    }

    .logo {
        font-size: 1.8rem;
    }

    .hero {
        min-height: calc(100vh - 70px);
        margin-top: 70px;
    }

    .hero-container {
        padding: 0 15px;
        gap: 40px;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }

    .hero-content p {
        font-size: 1.1rem;
    }

    .seo-content {
        padding: 60px 0;
    }

    .seo-section {
        padding: 30px;
        margin-bottom: 40px;
    }

    .seo-section h2 {
        font-size: 1.8rem;
    }

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

    .footer-container {
        padding: 0 15px;
    }

    .whatsapp-float {
        bottom: 20px;
        right: 20px;
    }

    .whatsapp-float a {
        padding: 12px 18px;
        font-size: 0.85rem;
    }
}

/* Small Screens (576px - 767px) */
@media (max-width: 767px) {
    .header-container {
        height: 60px;
        padding: 0 10px;
        background: linear-gradient(135deg, #FFD700 0%, #0000FF 100%);
    }

    .logo {
        font-size: 1.5rem;
    }

    .logo-emoji {
        font-size: 2rem;
    }

    .hero {
        min-height: calc(100vh - 60px);
        margin-top: 60px;
    }

    .hero-container {
        padding: 20px 10px;
        gap: 30px;
    }

    .hero-content h1 {
        font-size: 2.2rem;
        margin-bottom: 15px;
    }

    .hero-content p {
        font-size: 1rem;
        margin-bottom: 25px;
    }

    .electrician-workshop {
        width: 350px;
        height: 350px;
    }

    .electrician-body {
        font-size: 2.5rem;
    }

    .tool-multimeter, .tool-screwdriver {
        font-size: 1.2rem;
    }

    .spark {
        font-size: 1rem;
    }

    .outlet, .bulb, .toolbox, .wires-coil, .circuit-parts {
        font-size: 1.5rem;
    }

    .work-light {
        font-size: 1.8rem;
    }

    .power-light {
        font-size: 1rem;
    }

    .cta-button {
        padding: 12px 25px;
        font-size: 1rem;
    }

    .seo-content {
        padding: 40px 0;
    }

    .seo-section {
        padding: 20px;
        margin-bottom: 30px;
        border-radius: 15px;
    }

    .seo-section h2 {
        font-size: 1.5rem;
        margin-bottom: 20px;
    }

    .seo-section p {
        font-size: 1rem;
        margin-bottom: 15px;
    }

    .map-section {
        padding: 25px;
        margin-bottom: 40px;
    }

    .map-section h2 {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }

    .map-container iframe {
        height: 300px;
    }

    footer {
        padding: 40px 0 20px;
    }

    .footer-content {
        gap: 30px;
    }

    .footer-section h3 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

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

    .whatsapp-float {
        bottom: 15px;
        right: 15px;
    }

    .whatsapp-float a {
        padding: 10px 16px;
        font-size: 0.8rem;
    }

    .whatsapp-icon {
        font-size: 1.1rem;
    }
}

/* Extra Small Screens (425px - 575px) */
@media (max-width: 575px) {
    .header-container {
        height: 55px;
        background: linear-gradient(135deg, #FFD700 0%, #0000FF 100%);
    }

    .logo {
        font-size: 1.3rem;
    }

    .hero {
        margin-top: 55px;
        min-height: calc(100vh - 55px);
    }

    .hero-container {
        padding: 15px 10px;
    }

    .hero-content h1 {
        font-size: 1.8rem;
        line-height: 1.1;
    }

    .hero-content p {
        font-size: 0.95rem;
    }

    .electrician-workshop {
        width: 280px;
        height: 280px;
    }

    .electrician {
        bottom: 100px;
    }

    .electrician-body {
        font-size: 2rem;
    }

    .tool-multimeter, .tool-screwdriver {
        font-size: 1rem;
    }

    .spark {
        font-size: 0.9rem;
    }

    .outlet, .bulb, .toolbox, .wires-coil, .circuit-parts {
        font-size: 1.2rem;
    }

    .workbench {
        gap: 15px;
    }

    .work-light {
        font-size: 1.5rem;
    }

    .power-indicator {
        top: 20px;
        right: 20px;
    }

    .power-light {
        font-size: 0.9rem;
    }

    .hero-placeholder {
        width: 150px;
        height: 150px;
    }

    .hero-emoji {
        font-size: 2.5rem;
    }

    .cta-button {
        padding: 10px 20px;
        font-size: 0.95rem;
    }

    .seo-section {
        padding: 15px;
        margin-bottom: 25px;
    }

    .seo-section h2 {
        font-size: 1.3rem;
    }

    .seo-section p {
        font-size: 0.95rem;
    }

    .cta-button-secondary {
        padding: 10px 20px;
        font-size: 0.9rem;
    }

    .map-section {
        padding: 20px;
        margin-bottom: 30px;
    }

    .map-section h2 {
        font-size: 1.4rem;
    }

    .map-container iframe {
        height: 250px;
    }

    footer {
        padding: 30px 0 15px;
    }

    .footer-section {
        margin-bottom: 25px;
    }

    .footer-section h3 {
        font-size: 1.1rem;
    }

    .footer-bottom {
        padding-top: 15px;
        font-size: 0.9rem;
    }

    .whatsapp-float a {
        padding: 8px 14px;
        font-size: 0.75rem;
    }

    .whatsapp-icon {
        font-size: 1rem;
    }
}

/* Ultra Small Screens (320px - 424px) */
@media (max-width: 424px) {
    body {
        font-size: 14px;
    }

    .header-container {
        height: 50px;
        padding: 0 8px;
        background: linear-gradient(135deg, #FFD700 0%, #0000FF 100%);
    }

    .logo {
        font-size: 1.1rem;
    }

    .logo-emoji {
        font-size: 1.8rem;
    }

    .hero {
        margin-top: 50px;
        min-height: calc(100vh - 50px);
    }

    .hero-container {
        padding: 10px 8px;
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 1.5rem;
        margin-bottom: 12px;
    }

    .hero-content p {
        font-size: 0.9rem;
        margin-bottom: 20px;
    }

    .hero-placeholder {
        width: 120px;
        height: 120px;
    }

    .hero-emoji {
        font-size: 2rem;
    }

    .cta-button {
        padding: 8px 18px;
        font-size: 0.9rem;
    }

    .seo-content {
        padding: 30px 0;
    }

    .container {
        padding: 0 10px;
    }

    .seo-section {
        padding: 12px;
        margin-bottom: 20px;
        border-radius: 10px;
    }

    .seo-section h2 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .seo-section p {
        font-size: 0.9rem;
        margin-bottom: 12px;
        line-height: 1.5;
    }

    .cta-section {
        margin-top: 20px;
    }

    .cta-button-secondary {
        padding: 8px 18px;
        font-size: 0.85rem;
    }

    .map-section {
        padding: 15px;
        margin-bottom: 25px;
        border-radius: 10px;
    }

    .map-section h2 {
        font-size: 1.2rem;
        margin-bottom: 15px;
    }

    .map-container iframe {
        height: 200px;
    }

    footer {
        padding: 25px 0 12px;
    }

    .footer-container {
        padding: 0 10px;
    }

    .footer-content {
        gap: 20px;
    }

    .footer-section h3 {
        font-size: 1rem;
        margin-bottom: 12px;
    }

    .footer-section p {
        font-size: 0.9rem;
        margin-bottom: 12px;
    }

    .schedule-list li,
    .services-list li,
    .links-list li {
        margin-bottom: 6px;
        font-size: 0.9rem;
    }

    .footer-bottom {
        padding-top: 12px;
        font-size: 0.85rem;
    }

    .electrician-workshop {
        width: 240px;
        height: 240px;
    }

    .electrician {
        bottom: 80px;
    }

    .electrician-body {
        font-size: 1.8rem;
    }

    .tool-multimeter, .tool-screwdriver {
        font-size: 0.8rem;
    }

    .spark, .outlet, .bulb, .toolbox, .wires-coil, .circuit-parts {
        font-size: 1rem;
    }

    .workbench {
        gap: 10px;
        bottom: 50px;
    }

    .work-light {
        font-size: 1.3rem;
        top: 15px;
    }

    .power-indicator {
        top: 15px;
        right: 15px;
    }

    .power-light {
        font-size: 0.8rem;
    }

    .power-label {
        font-size: 0.5rem;
    }

    .whatsapp-float {
        bottom: 10px;
        right: 10px;
    }

    .whatsapp-float a {
        padding: 6px 12px;
        font-size: 0.7rem;
        border-radius: 40px;
    }

    .whatsapp-text {
        display: none;
    }
}

/* Landscape orientation adjustments for small screens */
@media (max-height: 500px) and (orientation: landscape) {
    .hero {
        min-height: 100vh;
        margin-top: 0;
    }

    .hero-container {
        padding: 20px;
        gap: 20px;
    }

    .hero-content h1 {
        font-size: 1.8rem;
    }

    .hero-content p {
        font-size: 0.9rem;
        margin-bottom: 15px;
    }

    .hero-placeholder {
        width: 100px;
        height: 100px;
    }

    .hero-emoji {
        font-size: 1.5rem;
    }
}

/* Print styles */
@media print {
    .whatsapp-float,
    .header-container,
    .cta-button,
    .cta-button-secondary {
        display: none !important;
    }

    body {
        background: white !important;
    }

    .seo-section,
    .map-section {
        box-shadow: none !important;
        border: 1px solid #ddd !important;
        page-break-inside: avoid;
    }

    footer {
        background: white !important;
        color: black !important;
        border-top: 1px solid #ddd;
    }
}
