/* Mobil optimalizálás */
@media (max-width: 1400px) {
  .contact-top-row {
    max-width: 100%;
    gap: 1.2rem;
  }
  .contact-form-box, .contact-info-block {
    min-width: 340px;
    max-width: 100%;
  }
}
@media (max-width: 950px) {
  .service-detail-box, .services-details-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .services-details-inner {
    max-width: 98vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .service-detail-list, .service-detail-box h4 {
    max-width: 98vw;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 900px) {
  nav {
    gap: 14px;
    justify-content: center;
  }
  .gallery-grid {
    gap: 1.3rem;
  }
  .gallery-grid img {
    width: 42vw;
    height: 42vw;
    max-width: 200px;
    max-height: 200px;
    min-width: 110px;
    min-height: 110px;
  }
  .contact-top-row {
    flex-direction: column;
    gap: 2rem;
  }
  .contact-form-box,
  .contact-info-block {
    min-height: unset;
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  .contact-map-box {
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .contact-info-list li {
    gap: 1em;
  }
}

@media (max-width: 800px) {
  nav {
    gap: 14px;
  }
  .services-list {
    flex-direction: column;
    gap: 1.6rem;
  }
  .service-item {
    margin: 0 auto;
    max-width: 340px;
  }
}


@media (max-width: 700px) {
  .container {
    padding: 14px 4px;
  }
  .gallery-grid img {
    height: 80px;
  }
  nav {
    gap: 4px;
  }
  header {
    padding-top: 10px;
  }
  .banner-text {
	left: 3vw !important;
	right: auto !important;
    width: 72vw !important;
    max-width: 210px !important;
	min-width: 110px;
    top: 32%;
    font-size: 1.05rem;
	padding-left: 4px;
  }
  .salon-title {
    font-size: 1.15rem;
    letter-spacing: 1px;
    margin-bottom: 6px;
  }
  .salon-subtitle {
    font-size: 0.74rem;
    padding: 3px 7px;
    margin-top: 6px;
    margin-left: 4px;
  }
  .steps-row {
    flex-direction: column;
    gap: 22px;
  }
  .step-arrow {
    display: none !important;
  }
  .step-box {
	justify-content: flex-start;
    min-width: 0;
    width: 100%;
	max-width: 340px;
    margin: 0 auto;
    padding: 18px 8px 14px 8px;
  }
  .step-num {
    width: 34px;
    height: 34px;
    font-size: 1.15rem;
  }
  .step-btn {
    width: auto;
    max-width: 220px;
    min-width: unset;
    padding: 10px 18px;
    font-size: 1rem;
    margin: 18px auto 0 auto;
    border-radius: 18px;
    display: block;
  }
  .steps-section {
    padding: 16px 2px 24px 2px;
    border-radius: 16px;
    margin: 18px 0 22px 0;
  }
  .steps-title {
    font-size: 1.35rem;
    margin-bottom: 15px;
  }
  .testimonial-section {
    padding: 2rem 0 1.5rem 0;
  }
  .testimonial-box {
    min-width: 92vw;
    max-width: 98vw;
    padding: 1.2rem 0.8rem 1.2rem 0.8rem;
    font-size: 1rem;
  }
  .testimonial-slider {
    min-height: 190px;
    gap: 0;
  }
}
@media (max-width: 600px) {
  .menu-toggle {
    align-self: center;
    height: 36px;
    padding: 0;
    margin: 0;
	margin-right: 12px;
    display: block;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
  }
  header {
	display: flex;
	flex-direction: row;
    align-items: center;
	justify-content: space-between;
    padding: 6px 0 4px 0;
    gap: 8px;
  }
  .header-center {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
	font-size: 1rem;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	z-index: 1;
    pointer-events: none;
    gap: 8px;
    width: 100%;
    flex: 1 1 auto;
    flex-wrap: nowrap;
	min-width: 0;
  }
  .header-center > * {
    pointer-events: auto;
  }
  .header-center .contact-item,
  .header-center .social-icons {
  margin: 0;
  padding: 0;
}
  .header-center .contact-text {
    display: none;
  }
  .logo {
    height: 36px;
    max-width: 90px;
    margin-right: 10px;
  }
  .logo-link {
    margin-bottom: 0;
	margin-left: 16px;
    flex: 0 0 auto;
  }
  nav {
    display: none;
    flex-direction: column;
    gap: 0;
    background: rgba(255,255,255,0.90);
    width: 100%;
    text-align: right;
	align-items: flex-end;
	justify-content: flex-end;
	padding-right: 24px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
    margin-bottom: 0;
  }
  nav a {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 0;
  }
  header.menu-open nav {
    display: flex;
  }
  
  .bemutatkozo {
    padding: 2rem 0.5rem 1.2rem 0.5rem;
	padding-top: 2.4rem;
    border-radius: 18px;
	font-size: 0.98rem;
  }
  .bemutatkozo h2 {
    font-size: 1.35rem;
  }
  .bemutatkozo h3 {
    font-size: 0.92rem;
	margin-bottom: 0.8rem;
  }
  .bemutatkozo p {
    font-size: 0.93rem;
    line-height: 1.55;
  }
  .bemutatkozo-profile-name {
    font-size: 0.99rem;
  }

.gallery-grid {
    flex-direction: column;
    align-items: center;
    gap: 0.95rem;
  }
.gallery-grid img {
    width: 96vw;
    max-width: 340px;
    height: 38vw;
    max-height: 170px;
  }
  #scrollTopBtn {
    width: 44px;
    height: 44px;
    bottom: 16px;
    right: 12px;
    font-size: 1.5rem;
  }
  .services-list {
    flex-direction: column;
    gap: 1.3rem;
  }
  .service-item {
    width: 98%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .service-detail-row {
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
  }
  .service-detail-info, .service-detail-price {
    width: 100%;
	max-width: 100%;
    flex: none;
    text-align: center;
    align-self: flex-start;
  }
  .service-detail-price {
    text-align: center;
    width: 100%;
    font-size: 1.12rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 540px) {
  .bemutatkozo-profile-img { 
	width: 140px;
	height: 140px;
  }
  .bemutatkozo-profile { 
	max-width: 160px; 
  }
}