/* Mobile First Approach */

/* Tablets - max-width: 768px */
@media (max-width: 768px) {
    .main-content {
        padding: 40px 0;
    }

    .content-article h2 {
        font-size: 1.8rem;
        margin: 30px 0 15px 0;
    }

    .content-article h3 {
        font-size: 1.4rem;
        margin: 25px 0 12px 0;
    }

    .content-article p {
        font-size: 1rem;
    }

    .content-article li {
        font-size: 1rem;
    }

    .cta-button {
        padding: 16px 32px;
        font-size: 1.1rem;
    }

    .cta-icon {
        font-size: 1.4rem;
    }

    .gbp-embed iframe {
        height: 400px;
    }

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

    .hero-description {
        font-size: 1.05rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn {
        width: 100%;
        justify-content: center;
        padding: 14px 24px;
        font-size: 1rem;
    }

    .service-item {
        padding: 30px 20px;
    }

    .service-title {
        font-size: 1.6rem;
    }

    .service-item p {
        font-size: 1rem;
    }

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

    .footer-column {
        text-align: center;
    }

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

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

    .logo-text {
        font-size: 1.4rem;
    }
}

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

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

    .content-article h2 {
        font-size: 1.5rem;
        margin: 25px 0 12px 0;
    }

    .content-article h3 {
        font-size: 1.2rem;
        margin: 20px 0 10px 0;
    }

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

    .content-article ul {
        padding-left: 15px;
    }

    .content-article li {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }

    .content-article li::before {
        left: -15px;
    }

    .cta-section {
        margin: 30px 0;
    }

    .cta-button {
        padding: 14px 24px;
        font-size: 1rem;
    }

    .cta-icon {
        font-size: 1.3rem;
    }

    .gbp-embed {
        margin: 30px 0;
    }

    .gbp-embed iframe {
        height: 300px;
        border-radius: 10px;
    }

    .header {
        padding: 15px 0;
    }

    .hero {
        padding: 50px 0;
    }

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

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

    .btn {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .emoji {
        font-size: 1.2rem;
    }

    .services {
        padding: 50px 0;
    }

    .service-item {
        padding: 25px 15px;
        margin-bottom: 30px;
        border-radius: 15px;
    }

    .service-title {
        font-size: 1.4rem;
    }

    .service-item p {
        font-size: 0.95rem;
        text-align: left;
    }

    .btn-inline {
        padding: 12px 20px;
        font-size: 0.95rem;
    }

    .map-container {
        margin: 40px 0;
        border-radius: 15px;
    }

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

    .footer {
        padding: 40px 0 20px;
    }

    .footer-column h3 {
        font-size: 1.2rem;
    }

    .footer-column p {
        font-size: 0.9rem;
    }

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

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

    .logo-text {
        font-size: 1.2rem;
    }
}

/* Large Desktops - min-width: 1400px */
@media (min-width: 1400px) {
    .container {
        max-width: 1400px;
    }

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

    .hero-description {
        font-size: 1.3rem;
    }
}

/* Print Styles */
@media print {
    .whatsapp-float,
    .header,
    .cta-buttons,
    .cta-inline {
        display: none !important;
    }

    body {
        color: #000;
        background: #fff;
    }

    .service-item {
        page-break-inside: avoid;
    }
}



