
@media (max-width: 768px) {
* {
  -webkit-tap-highlight-color: transparent;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 16px;
  gap: 0;
  position: relative;
}
header,
header .container {
  margin-bottom: 0;
  padding-bottom: 0;
}
header nav {
  position: absolute;
  z-index: 1300;
}
header.menu-open .nav-overlay {
  opacity: 1;
  pointer-events: all;
}
header.menu-open nav {
  display: block;
  background: #fff;
  position: absolute;
}
header.menu-open + .nav-overlay {
  opacity: 1;
  pointer-events: all;
}
header.menu-open nav ul li a {
  color: #222;
}
header.scrolled .menu-toggle .hamburger-icon {
  color: #222;
  fill: #222;
}
header.scrolled nav ul {
  background: #fff;
}
header.scrolled nav ul li a {
  color: #222;
}
.logo {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.logo-img {
  height: 30px;
  width: auto;
  object-fit: contain;
  display: block;
}
.contact-info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-item {
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0 4px;
}
.contact-item span {
  display: none;
}
.contact-item i {
  font-size: 18px;
  margin-right: 2px;
}
.menu-toggle {
  display: flex;
  align-items: center;
  background: none;
  border: none;
  margin-left: 10px;
  padding: 6px;
  cursor: pointer;
}
.menu-toggle .hamburger-icon {
  color: #fff;
  fill: #fff;
}
.hamburger-icon {
  display: block;
  width: 28px;
  height: 28px;
}
nav {
  display: none;
  position: absolute;
  top: 100%;
  right: 12px;
  width: 230px;
  z-index: 1500;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 28px 0 #0002, 0 2px 8px 0 #0001;
  padding: 10px 0;
  margin-top: 14px;
  transition: box-shadow 0.18s;
}
nav ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: transparent;
  margin: 0;
  padding: 0 0;
  list-style: none;
}
nav ul li a {
  display: block;
  color: #232333;
  background: transparent;
  font-weight: 500;
  font-size: 1.05rem;
  padding: 11px 20px 11px 22px;
  border-radius: 10px;
  text-align: left;
  text-decoration: none;
  transition: background 0.16s, color 0.16s;
}
nav ul li a:hover,
nav ul li a:focus {
  background: linear-gradient(90deg, #38d6f7 0%, #a259ff 100%);
  color: #fff;
}
.nav-overlay {
  position: fixed;
  top: 0; left: 0;
  width: 100vw; height: 100vh;
  background: rgba(0,0,0,0.45);
  z-index: 1200;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s;
}
table {
  display: block;
  overflow-x: auto;
}
.btn:active {
  background: linear-gradient(90deg, #ff3572 0%, #ff8600 100%) !important;
  color: #fff !important;
}
.rotating-desc .anim-text {
  font-size: 1.05rem;
}

/* Szekció címsorok */
.section-title {
  font-size: 1.6rem;
  margin-top: 24px;
  margin-bottom: 0;
  text-align: center;
}
.section-subtitle {
  font-size: 0.7rem;
  margin-top: 0;
  margin-bottom: 36px;
}

/* Kártyák háttérképéhez */
.card-bg {
    display: block !important;
  }
  .section-bg-img {
    display: none !important;
  }

.hero {
  padding-top: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0;
  padding: 0 16px 32px 16px !important;
}
.hero .section-title {
  font-size: 1.75rem;
}
.hero-flex {
  flex-direction: column;
  gap: 8px;
  margin-top: 0;
  padding-top: 0;
  padding: 0 6vw 12px 6vw;
  min-height: unset;
  align-items: stretch;
}
.hero-content {
  max-width: 100%;
  min-width: 0;
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  order: 2;
}
.hero-image {
  order: 1;
  height: auto !important;
  max-height: 260px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
}
.hero-image img {
  width: 100%;
  max-width: 340px;
  height: auto;
  display: block;
  margin: 0 auto;
}

/* Szolgáltatásaink (Főoldal) */
.services {
    padding: 30px 3vw 22px 3vw;
    border-radius: 18px;
  }
.services-bg {
  display: none !important; /* TELJES háttér eltűnik mobilon */
}
.services-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
	margin-top: 32px;
    width: 100%;
}
/* Kapcsolatfelvétel - Átadás */
  .steps {
    padding: 30px 3vw 22px 3vw;
    border-radius: 18px;
  }
  .steps-bg {
    display: none !important;
  }
  .steps-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
	margin-top: 24px;
	margin-bottom: 24px;
	padding-bottom: 0;
    width: 100%;
  }
  .steps-btn {
	margin-top: 46px;
	margin-bottom: 32px;
}
  
/* Miért válassz minket? */
  .why-choose-us {
    padding: 30px 3vw 22px 3vw;
    border-radius: 18px;
  }
.why-choose-us-bg {
    display: none !important;
  } 
 .usp-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
	margin-top: 32px;
    width: 100%;
  }
  .usp-card p {
    font-size: 0.98rem;
    line-height: 1.58;
    color: #fff;
    margin: 0;
  } 
}