@media (max-width: 768px) {

  .mobile-menu-toggle {
    width: 40px;
    height: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
    z-index: 2000;
    color: #E14F74;
  }

  .mobile-menu-toggle span {
    display: block;
    height: 4px;
    background: #E14F74;
    border-radius: 4px;
    transition: 0.3s ease;
  }

  .desktop-menu {
    display: none !important;
  }

    .menu-wrapper {
        position: relative;
        z-index: 2000;
    }
    
    .mobile-menu {
        display: none;
        position: absolute;
        bottom: 100%;
        left: 0;
        right: 0;
    
        background: #fff;
        border-top: 3px solid #E14F74;
        padding: 1rem 0;
    
        z-index: 1500;
        transform: translateY(10px);
        opacity: 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
    }
    
    .mobile-menu.open {
        display: block;
        transform: translateY(0);
        opacity: 1;
    }
    
    .mobile-menu ul {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
    }
    
    .mobile-menu ul li a {
        font-size: 1.6rem;
        color: #000;
    }
    
    .mobile-menu-toggle span {
        display: block;
        height: 4px;
        background: #E14F74;
        border-radius: 4px;
        transition: 0.3s ease;
    }
    
    .mobile-menu-toggle.active span {
        background-color: #000;
    }



    .top-bar {
        position: relative !important;
    }

    .top-wave {
        position: relative !important;
        top: 0 !important;
    }

    .top-bar-inner {
        flex-direction: column;
        gap: 0.3rem !important;
        align-items: center;
        padding: 0.5rem 0; 
    }

    .top-bar-left,
    .top-bar-right {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.4rem;
    }

    .top-social-wrapper {
        display: flex;
        justify-content: center;
        gap: 1rem;
        margin-top: 0.3rem;
    }

    .top-social img {
        width: 40px;
        height: 40px;
    }

    .top-logo-placeholder,
    .top-logo-placeholder img {
        display: none !important;
    }

    .top-bar-right .order-button {
        font-size: 1.5rem;
        padding: 1rem 2rem;
        border-width: 2px;
        border-radius: 14px;
        margin-top: 0.2rem;
        display: inline-block;
        min-width: 60%;
        text-align: center;
    }

    .top-bar-right .top-social img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }


    .top-bar {
        position: relative !important;
    }
    .top-wave {
        position: relative !important;
        top: 0 !important;
    }



    .highlight-row-1,
      .highlight-row-2 {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem;
      }
    
      .highlight-images1,
      .highlight-images2 {
        order: 2;
        width: 100%;
        overflow: hidden;
      }
    
      .highlight-images1 img,
      .highlight-images2 img {
        width: 100%;
        height: auto;
        max-height: 300px; /* ezt ízlés szerint */
        object-fit: cover;
        border-radius: 12px;
      }


@media (max-width: 768px) {
  .highlight-text h2 {
    animation: pulse-pink 2.5s ease-in-out infinite;
  }
}

@keyframes pulse-pink {
  0% {
    transform: scale(1);
    color: #E14F74;
    text-shadow: 0 0 0 rgba(225, 79, 116, 0);
  }
  50% {
    transform: scale(1.05);
    color: #ff6f91;
    text-shadow: 0 0 10px rgba(225, 79, 116, 0.4);
  }
  100% {
    transform: scale(1);
    color: #E14F74;
    text-shadow: 0 0 0 rgba(225, 79, 116, 0);
  }
}






   .about {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem;
        gap: 1rem;
    }

    .about-inner {
        margin-bottom: 0.5rem;        /* szöveg alatt kis távolság */
    }

    .about-image {
        margin-top: 0.5rem;           /* kép előtt kis távolság */
        margin-bottom: 1rem;          /* kép után extra hely */
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .about-image img {
        width: clamp(160px, 55vw, 230px); /* kicsit kisebb mobilon */
    }



/*---- FOOTER -----*/

    .footer-inner {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 1.8rem;
        padding: 0 1rem;
    }

    .footer-col {
        padding: 0;
    }

    .footer-col h4 {
        font-size: 1.4rem;
    }

    .footer-col p,
    .footer-col li,
    .footer-bottom p {
        font-size: 1.05rem;
    }

    .footer-social-icons {
        display: flex;
        justify-content: center;
        gap: 1rem;
        padding: 0;
    }

    .footer-social-icons li {
        display: flex;
        justify-content: center;
    }

    .footer-wave {
        height: 25px;
    }

#scrollToTop {
    width: 40px;
    height: 40px;
    font-size: 1.4rem;
}




/*---- EGYEDI TORTAK -----*/

.tortak-header .page-title {
    font-size: clamp(1.9rem, 7vw, 2.3rem);
}

.tortak-subtitle {
    font-size: 1.05rem;
    padding: 0 1rem;
}

.tortak-intro p {
    font-size: 1.05rem;
    line-height: 1.55;
    padding: 0 1rem;
}

.tortak-rendeles h2 {
    font-size: 1.5rem;
}

.tortak-rendeles p {
    font-size: 1.05rem;
    padding: 0 1rem;
}



.tortak-contact-links {
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 300px;
    margin: 1.5rem auto 0;
}

.tortak-contact-links .contact-link {
    width: 100%;
    font-size: 1.1rem;
    padding: 0.9rem 1rem;
}



/*---- SUTEMENYEK -----*/

.sutemenyek-header .page-title {
    font-size: clamp(1.9rem, 7vw, 2.3rem);
    text-align: center;
}

.sutemenyek-subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
    text-align: center;
    padding: 0 1rem;
}

.sutemenyek-intro p {
    font-size: 1.05rem;
    line-height: 1.55;
    text-align: center;
    padding: 0 1rem;
}

.sutemenyek-rendeles h2 {
    font-size: 1.5rem;
    text-align: center;
}

.sutemenyek-rendeles p {
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 1rem;
}

.sutemenyek-page .highlight {
    color: #E14F74;
    font-weight: 600;
}




/*---- RENDELES -----*/

.rendeles-header .page-title {
    font-size: clamp(1.9rem, 7vw, 2.3rem);
    text-align: center;
}

.rendeles-subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
    text-align: center;
    padding: 0 1rem;
}

.rendeles-intro p {
    font-size: 1.05rem;
    line-height: 1.6;
    text-align: center;
    padding: 0 1rem;
}

.rendeles-rendeles h2 {
    font-size: 1.5rem;
    text-align: center;
}

.rendeles-lista li {
    font-size: 1rem;
    line-height: 1.55;
}

.rendeles-lista li strong {
    font-size: 1.05rem;
}



/*---- KAPCSOLAT -----*/
.contact-header .page-title {
    font-size: clamp(1.9rem, 7vw, 2.3rem);
    text-align: center;
}

.contact-subtitle {
    font-size: 1.05rem;
    line-height: 1.5;
    text-align: center;
    padding: 0 1rem;
}

.contact-info-box h2 {
    font-size: 1.4rem;
    text-align: center;
}

.contact-info-box p {
    font-size: 1.05rem;
    line-height: 1.55;
    text-align: center;
}

.contact-content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

