@media (max-width: 768px) {

    /* HEADER */
    .logo {
        height: 70px !important;
    }

    .header_content {
        gap: 10px;
        padding: 20px;
        text-align: center;
    }

    /* LOGO */
    .logo_text_container {
        text-align: center;
    }

    .logo_text_container h1 {
        font-size: 1.5rem;
    }

    .logo_text_container h2 {
        font-size: 1.1rem;
    }

    .header-phone {
        width: 48px;
        height: 48px;
        font-size: 1.5rem;
    }

    /* HERO */
    .hero {
        padding: 60px 20px;
    }

    .hero h1 {
        font-size: 2.2rem;
        line-height: 1.15;
    }

    .hero p {
        font-size: 1.1rem;
        margin-top: 20px;
    }

    .cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 18px;
    }

    .cta-button {
        width: 85%;
        max-width: 320px;
        min-width: 0;
        font-size: 1.2rem;
        padding: 14px 20px;
        box-sizing: border-box;
    }

    .style-5-button {
        display: block;
        width: 100%;
        max-width: 350px;
        margin: 15px auto;
        box-sizing: border-box;
        text-align: center;
    }

    .spacer {
        height: 5dvh;
    }

    /* ABOUT */
    .about {
        padding: 40px 15px;
        font-size: 1.1rem;
    }

    .about-us-container {
        width: 90%;
        padding: 25px;
    }

    .about-us-card {
        font-size: 0.8rem;
        margin: 15px 0;
        padding: 12px;
    }

    /*  WHY CHOOSE US */
    .why h2 {
        font-size: 2rem;
        margin: 40px 20px;
    }

    .why-container {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
        padding: 20px;
        margin-bottom: 0;
    }

    .why p {
        padding: 20px;
        font-size: 1rem;
    }

    /* SERVICES */
    .services-section {
        padding: 40px 20px;
    }

    /* WHAT WE DO */
    .what-we-do-section h2 {
        font-size: 2rem;
    }

    .what-we-do-section p {
        font-size: 1rem;
    }

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

    .service-category {
        padding: 20px;
    }

    /* ==========================================
   MOBILE COUPONS
========================================== */
    .coupon-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .coupon {
        padding: 16px 10px;
        border-width: 3px;
        border-radius: 14px;
        min-height: 170px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .coupon::before,
    .coupon::after {
        width: 18px;
        height: 18px;
        left: -10px;
    }

    .coupon::after {
        left: auto;
        right: -10px;
    }

    .coupon-value {
        font-size: 2rem;
        line-height: 1;
        margin-bottom: 4px;
    }

    .coupon-title {
        font-size: .95rem;
        letter-spacing: 1px;
        margin-bottom: 10px;
    }

    .coupon-description {
        font-size: .8rem;
        line-height: 1.35;
        text-align: center;
    }

    .coupon-description strong {
        display: block;
        font-size: .9rem;
        margin-bottom: 6px;
    }


    /* FAQ QUESTIONS & ANSWERS */
    .faq-section {
        padding: 70px 20px;
    }

    .faq-section h2 {
        font-size: 2.3rem;
    }

    .faq-question {
        padding: 18px;
        font-size: 1rem;
    }

    .faq-answer p {
        padding: 0 18px 20px;
        font-size: .95rem;
    }

    .faq-icon {
        font-size: 1.6rem;
    }



    /* REGIONS */
    .regions-intro {
        text-align: center;
        font-size: 1.2rem;
        margin-bottom: 30px !important;
    }

    .regions-grid {
        width: 100% !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 6px;
        margin-left: auto;
        margin-right: auto;
    }

    .region-card {
        width: 100px;
        padding: 5px 10px;
        font-size: 0.65rem;
        border-radius: 12px;
    }

    .region-card::before {
        margin-right: 4px;
    }


    /* ==========================================
   REVIEWS
========================================== */
    .reviews-slider {
        gap: 15px;
        padding: 10px;
    }

    .review-card {
        min-width: 280px;
        max-width: 280px;
        padding: 25px;
    }

    .review-text {
        min-height: auto;
        font-size: .95rem;
    }

    .review-arrow {
        display: none;
    }

    .reviews-section h2 {
        font-size: 2.2rem;
    }


    /* ABOUT OWNER */
    .owner-container {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }

    .owner-image img {
        max-width: 280px;
    }

    .owner-content h2 {
        font-size: 2.2rem;
    }

    .owner-content h3 {
        font-size: 1.2rem;
    }

    .owner-content p {
        font-size: 1rem;
        line-height: 1.7;
    }

    /* CONTACT */
    .contact {
        padding: 40px 20px;
    }

    .contact-container {
        padding: 25px;
    }

}