/* ------------------------------
   1. VÁLTOZÓK & ALAPBEÁLLÍTÁSOK
------------------------------ */
:root {
  --primary-color: #38423B;
  --secondary-color: #A8A972;
  --background-color: #F7F2EC;
  --card-background: #FFFFFF;
  --powder-accent: #EADFDd;
  --text-color: #444;
  --header-font: 'Playfair Display', serif;
  --body-font: 'Open Sans', sans-serif;
}

/* RESET */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

body {
  font-family: var(--body-font);
  background-color: var(--background-color);
  color: var(--text-color);
  line-height: 1.6;
}

h1, h2, h3 {
  font-family: var(--header-font);
  font-weight: 700;
  color: #7d9a67 !important;
}




h1 { font-size: 3.5rem; }
h2 { font-size: 2.5rem; margin-bottom: 40px; text-align: center; }
h3 { font-size: 1.5rem; }

section {
  padding: 80px 20px;
}



/* ------------------------------
 2. NAVIGÁCIÓS SÁV – EREDETI
------------------------------ */
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;              /* 5% helyett 0 – ez szünteti meg a csúszást */
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  z-index: 1000;
}


/* Logó */
.navbar .logo img {
  height: 70px;
}

/* Linklista */
.navbar .nav-links {
  list-style: none;
  display: flex;
}

.navbar .nav-links li {
  margin-left: 5px;
}

/* Linkek */
.navbar .nav-links a {
  padding: 10px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
  color: #7d9a67;
  transition: 0.3s;
}

.navbar .nav-links a:hover {
  background-color: #7d9a67;
  color: #f7f2ec;
}

/* ZÁSZLÓK */
.language-flags {
  display: flex;
  align-items: center;
  gap: 10px;
}

.language-flags img {
  width: 30px;
  height: 20px;
  border: 1px solid #ccc;
  border-radius: 3px;
  cursor: pointer;
  object-fit: cover;
}

/* CTA – Foglalás */
.nav-cta {
  background-color: #7d9a67 !important;
  color: #fff !important;
  padding: 8px 16px !important;
  border-radius: 25px !important;
  font-weight: bold !important;
  box-shadow: 0 0 8px rgba(125,154,103,0.6);
  animation: pulseSoft 2.8s ease-in-out infinite;
}

/* Pulzálás animáció */
@keyframes pulseSoft {
0% { transform: scale(1); box-shadow: 0 0 6px rgba(125,154,103,0.5);}
50% { transform: scale(1.03); box-shadow: 0 0 12px rgba(125,154,103,0.75);}
100% { transform: scale(1); box-shadow: 0 0 6px rgba(125,154,103,0.5);}
}

/* Mobil hamburger igazítás */
@media (max-width: 991.98px) {
.custom-navbar .navbar-toggler {
  margin-left: auto;
  margin-top: -6px;
}
}
/* ------------------------------
 3. GOMBGROUP – ÚJ DIZÁJN
------------------------------ */

.button {
  display: inline-block;
  background-color: var(--secondary-color);
  color: #fff;
  padding: 12px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  margin-top: 20px;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.button:hover {
  background-color: var(--powder-accent);
  color: var(--secondary-color);
  border-color: var(--secondary-color);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Kisebb gomb */
.button-small {
  padding: 10px 28px;
  font-size: 0.9em;
  font-weight: 700;
  border-radius: 50px;
  background-color: #7D9A67;
  border: 2px solid #7D9A67;
  color: #fff;
  transition: 0.4s ease;
}

.button-small:hover {
  background-color: #FCE1D9;
  color: var(--secondary-color);
  transform: translateY(-2px);
  border-color: #FCE1D9;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* ------------------------------
 4. SZOLGÁLTATÁSOK (Services)
------------------------------ */

.service-item {
  background-color: var(--card-background);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 7px 20px rgba(0,0,0,0.06);
  border: 1px solid var(--secondary-color);
  opacity: 0;
  transform: translateY(30px);
  transition: 0.6s ease-out;
}

.service-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.service-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

/* GRID */
.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Image konténer */
.service-image-container {
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.service-image-container img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}

.service-item:hover .service-image-container img {
  transform: scale(1.1);
}

/* Szöveges rész */
.service-item-content {
  padding: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.service-item-content p {
  flex-grow: 1;
  margin-bottom: 20px;
}
/* ------------------------------
 5. ÁRLISTA – LISTA ELEMEK
------------------------------ */

.price-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 6px 0;
  border-bottom: 1px solid #ccc;
  break-inside: avoid;
}

.service-name {
  flex-basis: 70%;
  padding-right: 15px;
  font-weight: 600;
  color: var(--primary-color);
}

.price-value {
  font-weight: 700;
  color: var(--secondary-color);
  margin-left: auto;
}

/* ------------------------------
 6. ÁR KÁRTYÁK (Price Cards)
------------------------------ */

.price-list-section {
  position: relative;
  overflow: hidden;
  background:
      linear-gradient(135deg, rgba(255,255,255,0.25) 0%, rgba(255,255,255,0) 40%),
      rgba(248, 235, 229, 0.92);
  backdrop-filter: blur(8px);
  padding-top: 60px;
  padding-bottom: 60px;
  border-radius: 12px;
}

.price-card {
  background-color: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
  border-radius: 8px;
  padding: 80px 40px;
  border: 1px solid var(--secondary-color);
  box-shadow: 0 7px 20px rgba(0,0,0,0.06);
  transition: 0.4s;
}

.price-card .service-category {
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--powder-accent);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--primary-color);
  letter-spacing: 0.3px;
  font-family: "Playfair Display", serif;
  text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}


.price-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
}

.price-card .service-category {
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 2px solid var(--powder-accent);
  text-align: center;
}

/* ------------------------------
 7. ÁRLISTA ELRENDEZÉS
------------------------------ */

.price-item-list {
  margin-top: 10px;
  column-count: 2;
  column-gap: 40px;
}

@media (max-width: 992px) {
  .price-item-list {
      column-count: 1;
  }
}

/* ------------------------------
 8. SPECIÁLIS KIEMELÉS
------------------------------ */





/* Fadenlifting alatti magyarázó box */
.treatment-hinweis-box {
  margin-top: 10px;
  padding: 10px 12px;
  background-color: #ffffff;
  border-radius: 4px;
  font-size: 0.9rem;
  color: #444;
}

/* ------------------------------
 ABOUT – RÓLAM SZEKCIÓ
------------------------------ */

.about-section {
  background-color: var(--card-background);
  padding: 80px 20px;
}

.about-container {
  display: flex;
  align-items: flex-start;
  gap: 60px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-image-wrapper {
  flex: 0 0 300px;
}

.about-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.about-text {
  flex: 1;
}

.about-text h2 {
  text-align: left;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.about-text h3 {
  margin-top: 25px;
  font-size: 1.4rem;
  color: var(--primary-color);
}

/* Mobil */
@media (max-width: 768px) {
  .about-container {
      flex-direction: column;
      text-align: center;
  }

  .about-image-wrapper {
      margin: 0 auto;
  }

  .about-text h2 {
      text-align: center;
  }
}

/* ------------------------------
 GALÉRIA SZEKCIÓ
------------------------------ */

.gallery-section {
  padding: 80px 20px;
  background: transparent;
}

.gallery-section h2 {
  font-size: 2.8rem;
  margin-bottom: 40px;
  text-align: center;
}

.gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 15px;
  scroll-behavior: smooth;
}

.gallery-item {
  flex: 0 0 auto;
  width: 320px;
  cursor: pointer;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  transition: opacity 0.3s;
}

.gallery-item img:hover {
  opacity: 0.8;
}

/* ------------------------------
 FOOTER (kontraszt-optimalizált)
------------------------------ */

.footer-section {
  background-color: var(--primary-color);
  color: #e8e8e8; /* kicsit világosabb, jobb kontraszt */
  padding: 60px 20px 20px;
  line-height: 1.6;
}

.footer-columns {
  max-width: 1400px;
  margin: 0 auto 40px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 30px;
}

.footer-column {
  flex: 1;
  min-width: 280px;
}

.footer-subheading {
  font-family: var(--header-font);
  font-size: 1.3rem;
  margin-bottom: 10px;
  color: #ffffff; /* tiszta fehér, erős kontraszt */
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 4px;
}

.footer-column p,
.footer-column li {
  margin-bottom: 10px;
  color: #e0e0e0; /* világosabb szürke, olvashatóbb */
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column i {
  margin-right: 10px;
  color: var(--secondary-color);
}

.footer-column a {
  color: #d7e8d0; /* halvány zöldes árnyalat, mégis jól olvasható */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: #ffffff; /* hoverre fehérré vált */
}

/* Social icons */
.social-icons a img {
  height: 28px;
  width: 28px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
  transition: opacity 0.3s, transform 0.3s;
}

.social-icons a img:hover {
  opacity: 0.9;
  transform: scale(1.05);
}


/* Google Maps */
.map-container iframe {
  width: 100%;
  height: 320px;
  border: 0;
  border-radius: 12px;
}

/* Footer alsó rész */
.footer-bottom {
  margin-top: 25px;
  padding-top: 15px;
  border-top: 1px solid rgba(255,255,255,0.2);
  font-size: 0.85rem;
  color: #ccc;
}

.footer-bottom img {
  display: block;
  margin: 0 auto 6px;
}
/* ------------------------------
 INFO BANNER (Akciós értesítő)
------------------------------ */

#info-banner {
  width: 100%;
  display: none;
  justify-content: center;
  margin-top: -25px;
  position: relative;
  z-index: 50;
}

.info-banner-inner {
  background: rgba(252, 225, 217, 0.95);
  padding: 18px 26px;
  border-radius: 16px;
  border: 2px solid #7d9a67;
  max-width: 600px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.info-banner-inner h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.3rem;
  color: #38423B;
  margin-bottom: 6px;
}

/* ------------------------------
 COOKIE POPUP (Glass + púder dizájn)
------------------------------ */

#cookie-popup {
  position: fixed !important;
  bottom: 40px;
  right: 40px;
  max-width: 360px;

  background: rgba(252,225,217,0.95);
  border: 2px solid #7d9a67;
  border-radius: 16px;

  padding: 20px 26px;
  display: none;
  flex-direction: column;
  gap: 12px;

  backdrop-filter: blur(10px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.25);
  z-index: 9999;
}

#cookie-popup.show {
  display: flex !important;
}

#cookie-popup h3 {
  font-family: 'Playfair Display', serif;
  color: #7d9a67;
  margin-bottom: 6px;
}

#cookie-popup a {
  color: #5a734a;
  font-weight: 600;
}

#cookie-popup button {
  background-color: #7d9a67;
  color: #fff;
  border: none;
  padding: 10px 18px;
  border-radius: 25px;
  cursor: pointer;
  font-weight: 600;
  transition: 0.3s;
}

#cookie-popup button:hover {
  background-color: #5a734a;
  transform: scale(1.05);
}

/* Mobil */
@media (max-width: 768px) {
  #cookie-popup {
      bottom: 20px;
      right: 20px;
      max-width: 90%;
      padding: 18px;
  }
}

/* ------------------------------
 ÁRLISTA – SZÖVEGES MODAL
------------------------------ */

.text-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

.text-modal.is-visible {
  display: flex;
}

.modal-content {
  background-color: var(--card-background);
  padding: 30px 40px;
  border-radius: 12px;
  width: 90%;
  max-width: 600px;
  position: relative;
  animation: fadeInModal 0.4s ease-out;
}

.modal-close {
  position: absolute;
  top: 15px;
  right: 20px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  color: var(--primary-color);
}

@keyframes fadeInModal {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

/* ------------------------------
 SZOLGÁLTATÁS – RÉSZLETES MODAL
------------------------------ */

.details-modal-container {
  display: none;
  position: fixed;
  inset: 0;

  background-color: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(4px);

  justify-content: center;
  align-items: center;
  overflow-y: auto;
  padding: 20px;

  z-index: 2000;
}

.details-modal-container.is-visible {
  display: flex;
}

.details-modal-content {
  background-color: var(--card-background);
  color: var(--text-color);
  padding: 30px 40px;
  border-radius: 12px;
  max-width: 650px;
  width: 100%;
  position: relative;
  animation: fadeIn 0.3s ease-out;
}

.details-modal-close {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  cursor: pointer;
  color: #888;
  font-weight: bold;
}

.details-modal-close:hover {
  color: #333;
}

#modal-title {
  margin-top: 0;
  font-family: var(--header-font);
  color: var(--primary-color);
  font-size: 2rem;
  margin-bottom: 10px;
}

#modal-price {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

#modal-description {
  line-height: 1.7;
}

#modal-description b {
  color: var(--primary-color);
}

@keyframes fadeIn {
  from { opacity: 0; transform: scale(0.95); }
  to   { opacity: 1; transform: scale(1); }
}

/* ------------------------------
 LIGHTBOX – Galéria nagy nézet
------------------------------ */

.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  background-color: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 2000;
}

.lightbox-modal.is-visible {
  display: flex;
}

.lightbox-image {
  max-width: 90%;
  max-height: 80%;
}

.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 50px;
  padding: 16px;
  color: #fff;
  cursor: pointer;
  user-select: none;
  z-index: 2001;
}

.lightbox-prev { left: 10px; }
.lightbox-next { right: 10px; }

.lightbox-prev:hover,
.lightbox-next:hover {
  color: #bbb;
}

.lightbox-close {
  position: absolute;
  top: 20px;
  right: 35px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

/* ------------------------------
 SZEKCIÓ CÍMEK – EXTRA ERŐSÍTÉS
------------------------------ */

#dienstleistungen h2,
#szolgaltatasok h2,
#about h2,
#galeria h2,
#arak h2 {
  font-size: 2.4rem !important;
  font-weight: 700 !important;
  color: #7d9a67 !important;
  margin-bottom: 10px !important;
  text-align: center;
}

/* ------------------------------
 SCROLL FIX (Ne takarja a navbar)
------------------------------ */

#szolgaltatasok,
#arak,
#about,
#galeria,
#dienstleistungen,
#preisliste {
  scroll-margin-top: 120px;
}

/* Tartalomjegyzék ugrópont fix részletes oldalaknál */
.service-detail-block h2[id] {
  scroll-margin-top: 100px;
}

/* ------------------------------
 NAVBAR – Hover-re megjelenő verzió
 (Speciális oldalakon)
------------------------------ */

.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  z-index: 1000;
  pointer-events: none;
}

.nav-container .navbar {
  opacity: 0;
  transform: translateY(-20px);
  pointer-events: auto;
  transition: 0.4s ease;
}

.nav-container:hover .navbar {
  opacity: 1;
  transform: translateY(0);
}




/* ================================================
 RÉSZ 7 / 7 — EXTRA FINOMÍTÁSOK (VÉGLEGES BLOKK)
 ================================================ */

/* HERO ALATTI TÚL NAGY FEHÉR RÉSZ FIX */
.hero-section + br + br {
  display: none !important;
}

/* Hero után automatikus spacing */
.hero-section {
  margin-bottom: 40px;
}

/* =============================
 BACK TO TOP — FINOMÍTÁS
 ============================= */

.back-to-top {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 25px;
  background-color: #7d9a67;
  color: #ffffff;
  padding:14px 16px;
  border-radius: 50%;
  font-size: 20px;
  z-shadow: 0 6px 20px rgba(0,0,0,0.25);
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 9999;
}

.back-to-top:hover {
  background-color: #5a734a;
  transform: translateY(-3px);
}

@media (max-width: 768px) {
  .back-to-top {
      right: 18px;
      bottom: 18px;
      padding: 10px 12px;
      font-size: 16px;
  }
}

/* =============================
 FIXED NAVBAR – MOBIL BUG FIX
 ============================= */
.navbar-toggler {
  border: none !important;
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

.navbar-collapse {
  background: white;
  padding: 10px 0;
  border-radius: 8px;
}

/* Hamburger ikon színe */
.navbar-toggler-icon {
  filter: invert(42%) sepia(16%) saturate(684%) hue-rotate(45deg)
           brightness(92%) contrast(88%);
}

/* =============================
 LIGHTBOX MODAL — FINOMÍTÁS
 ============================= */

.lightbox-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  z-index: 3000;
}

.lightbox-modal.is-visible {
  display: flex !important;
}

.lightbox-image {
  max-width: 90%;
  max-height: 85vh;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.35);
}

/* Lightbox nyilak */
.lightbox-prev,
.lightbox-next {
  font-size: 3rem;
  color: #ffffff;
  cursor: pointer;
  padding: 10px 15px;
  user-select: none;
  transition: 0.2s;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  color: #7d9a67;
}

/* Close button */
.lightbox-close {
  position: absolute;
  top: 25px;
  right: 35px;
  font-size: 3rem;
  color: #fff;
  cursor: pointer;
  user-select: none;
}

.lightbox-close:hover {
  color: #7d9a67;
}

/* Mobil */
@media (max-width: 768px) {
  .lightbox-prev, .lightbox-next {
      font-size: 2.3rem;
      padding: 8px;
  }
  .lightbox-close {
      font-size: 2.5rem;
      right: 20px;
      top: 15px;
  }
}

/* =============================
 GALLERY — SIMÁBB SCROLL
 ============================= */

.gallery-grid {
  scroll-snap-type: x mandatory;
}

.gallery-item {
  scroll-snap-align: start;
}

/* =============================
 FOOTER — MIKROFIXEK
 ============================= */

.footer-column ul li span {
  color: #f0f0f0;
  font-weight: 600;
}

/* Kisebb távolság a címek és képek között (ahogy kérted) */
h2 + img {
  margin-top: 5px !important;
}
/* HERO – cím lejjebb húzása */
.hero-content {
  margin-top: 40px !important;   /* 0 → 40px */
}

/* Mobilon lehet még kicsit lejjebb vinni */
@media (max-width: 768px) {
  .hero-content {
      margin-top: 55px !important;
  }
}
/* ============================
 GESICHTSBEHANDLUNG – STYLE
 (német oldalról 1:1)
=============================== */

.treatment-box {
  max-width: 1300px;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.08);
}

.treatment-box h1 {
  font-family: 'Playfair Display', serif;
  color: #A8A972;
  text-align: center;
  margin-bottom: 25px;
}

.quick-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 25px;
  justify-content: center;
}

.quick-nav .nav-item {
  background: #EADFDd;
  padding: 6px 12px;
  border-radius: 6px;
  text-decoration: none;
  color: #38423B;
  font-weight: 600;
}

.quick-nav .nav-item:hover {
  background: #A8A972;
  color: white;
}

.service-detail-block {
  margin-bottom: 55px;
  background: #ffffff;
  padding: 10px 0;
}

.service-detail-block h2 {
  color: #A8A972;
  font-family: 'Playfair Display', serif;
  margin-bottom: 5px !important;
}

.service-detail-block h3 {
  margin-top: 18px;
  margin-bottom: 8px;
  color: #38423B;
  font-size: 1.15rem;
}

.service-detail-block ul {
  margin-top: 10px;
  margin-bottom: 20px;
}

.service-image {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Reszponzív */
@media (max-width: 768px) {
  .treatment-box {
      padding: 15px;
      margin: 20px;
  }
}
/* ===== GESICHTSBEHANDLUNG – MÉG KISEBB KÉPEK ASZTALI NÉZETBEN ===== */

@media (min-width: 992px) {  /* csak asztali gép */
  .service-image {
      width: 50% !important;        /* kisebb kép */
      margin-left: auto;
      margin-right: auto;           /* középre igazítva */
      display: block;
      border-radius: 10px;
  }
}
/* Buchungsbedingungen oldal címméret javítás */
h1,
.buchungs-title {
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
  word-break: break-word !important;
  hyphens: auto;
}

/* Csak ezen az oldalon még kisebb legyen telefonon */
@media (max-width: 480px) {
  h1,
  .buchungs-title {
      font-size: 1.45rem !important;
  }
}
/* ===== PROFESSIONÁLIS PÚDER DESIGÜ CÍMEKHEZ ===== */

.section-title {
  display: inline-block;
  padding: 12px 22px;
  background: #F3ECE7; /* finom púder */
  border-left: 6px solid #A8A972; /* bambusz-arany csík */
  border-radius: 8px;
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  font-weight: 700;
  color: #38423B;
  margin: 30px auto 18px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.08); /* mini árnyék */
}

/* Mobilon finomítva */
@media (max-width: 768px) {
  .section-title {
      font-size:2.6rem !important;
      padding: 10px 18px;
      border-left-width: 5px;
  }
}
/* Címsor púder átmenetes háttérrel – középre igazítva */
.title-highlight {
  background: linear-gradient(to right, #f5e6e2, #f7eee9);
  padding: 10px 22px;
  border-radius: 12px;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 3.0rem ;
  color: #2f3732;
  margin-bottom: 2rem;
}

/* Szülő elem középre teszi a címblokkot */
.title-container {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}
.subtitle-underline {
  display: inline-block;
  border-bottom: 3px solid var(--secondary-color); /* bambusz-zöld */
  padding-bottom: 4px;
  margin-bottom: 15px;
  font-weight: 700;
}
/* Mobilon nagyobb főcím méret */
@media (max-width: 768px) {
  .title-highlight {
      font-size: 2.0rem !important;  /* ← MOBIL MÉRET */
      
  }
}
/* === EGYSÉGES FEHÉR KÁRTYA-KERET MINDEN OLDALRA === */
.content-box {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(0,0,0,0.08);
}
/* Foglalási feltételek – balra igazított púder cím */
.title-container-left {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 25px;
}

.title-highlight-left {
  background: linear-gradient(to right, #f5e6e2, #f7eee9);
  padding: 10px 22px;
  border-radius: 12px;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 2.9rem;
  color: #2f3732;
}

/* Mobil verzió */
@media (max-width: 768px) {
  .title-highlight-left {
      font-size: 2.0rem;
  }
}
/* Foglalási feltételek – balra igazított púder cím bambusz-zöld csíkkal */
.title-highlight-left {
  background: linear-gradient(to right, #f7eee9, #f3e5df);
  padding: 10px 22px;
  border-radius: 12px;
  display: inline-block;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  color: #2f3732;
  border-left: 8px solid var(--secondary-color); /* 🌿 bambusz-zöld csík */
}

/* Mobil */
@media (max-width: 768px) {
  .title-highlight-left {
      font-size: 2.0rem;
  }
}
.title-highlight-small {
  font-size: 2.2rem !important;
}
.title-container h1.title-highlight {
  font-size: 2.2rem !important;
}
/* Csak a Buchungsbedingungen cím kisebb méretére */
.title-container h1.title-highlight-small {
  font-size: 1.0rem !important;
}

/* Mobilon is kisebb – ez felülírja a globális 3.2rem-et */
@media (max-width: 768px) {
  .title-container h1.title-highlight-small {
      font-size: 2.2rem !important;
  }
}
/* Csak a Buchungsbedingungen cím méretéhez */
.title-highlight-small {
  font-size: 1.8rem !important;     /* <<< KISEBB BETŰ */
}

/* Mobilra külön */
@media (max-width: 768px) {
  .title-highlight-small {
      font-size: 2.0rem !important; /* <<< Mobilon is kisebb */
  }
}
/* BUCHUNGSBEDINGUNGEN — végleges fix */
.title-container h1.title-highlight {
  font-size: 1.8rem !important;
  line-height: 1.2 !important;
  word-break: normal !important;
  hyphens: none !important;
}

/* Mobilon */
@media (max-width: 768px) {
  .title-container h1.title-highlight {
      font-size: 1.9rem !important;
  }
}
/* Buchungsbedingungen végső fix – ugyanaz a selector, csak !important */
.content-wrapper h1 {
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
}
/* === ALCÍMEK (h3) BAMBUSZ-ZÖLD ALÁHÚZÁSA === */
.content-wrapper h3 {
  display: inline-block;
  border-bottom: 3px solid var(--secondary-color);
  padding-bottom: 4px;
  margin-bottom: 15px;
}
/* Buchungsbedingungen cím mobilon kisebb, hogy ne lógjon ki */
@media (max-width: 420px) {
  .title-container-left h2.title-highlight-left {
      font-size: 1.6rem;   /* kicsit kisebb, de még szép */
      line-height: 1.2;
  }
}
.toc-box {
  background:#ffffff;
  border-left:4px solid #9cc66b;      /* zöld dizájncsík */
  padding:20px 22px;
  border-radius:10px;
  margin-bottom:30px;
  box-shadow:0 8px 25px rgba(0,0,0,0.06);
}

.toc-box h3 {
  font-family:'Playfair Display', serif;
  color:#2f3a28;
  margin-bottom:12px;
  font-size:1.4rem;
}

.toc-box ol {
  margin:0;
  padding-left:18px;
}

.toc-box li {
  margin-bottom:6px;
  font-size:1rem;
}

.toc-box a {
  color:#3c5a2a;
  text-decoration:none;
  font-weight:600;
}

.toc-box a:hover {
  text-decoration:underline;
}
.toc-box h3 {
  font-family:'Playfair Display', serif;
  color:#2f3a28;
  margin-bottom:12px;
  font-size:1.6rem;   /* ← nagyobb, elegánsabb */
}
/* ===================================================
 TARTALOMDOBOZ ÉS ALAP TARTALOM STÍLUSOK (KONZOLIDÁLT)
 =================================================== */

/* === EGYSÉGES FEHÉR KÁRTYA-KERET MINDEN OLDALRA === */
/* FIGYELEM! A Buchungsbedingungen.html-ben lévő beágyazott
 <style> fogja ezt a margót felülírni a cím felhúzásához. */
.content-box {
  max-width: 900px; /* FIX SZÉLESSÉG a szétnyúlás ellen (az 1000px helyett) */
  margin: 40px auto 60px; /* Csökkentett felső margó (120px helyett) */
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* Zöld csíkos tartalomjegyzék (toc-box) */
.toc-box {
  background: #ffffff;
  border-left: 4px solid #9cc66b;
  padding: 20px 22px;
  border-radius: 10px;
  margin-bottom: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.06);
}

.toc-box h3 {
  font-family: 'Playfair Display', serif;
  font-size: 1.6rem;
  margin-bottom: 12px;
  color: #2f3a28;
}

.toc-box li {
  margin-bottom: 6px;
  font-size: 1rem;
}

.toc-box a {
  color: #3c5a2a;
  font-weight: 600;
  text-decoration: none;
}

.toc-box a:hover {
  text-decoration: underline;
}

/* Szöveg szekciók */
.policy-section {
  margin-bottom: 25px;
}

.policy-section h2 {
  font-family: 'Playfair Display', serif;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #2f3a28;
  border-bottom: 3px solid #9cc66b;
  padding-bottom: 4px;
}
.hinweis-inline {
display: block;
background: rgba(125, 154, 103, 0.10); /* halvány zöld háttér */
border-left: 4px solid #7d9a67;       /* bambusz zöld csík */
padding: 10px 14px;
margin-top: 10px;
border-radius: 6px;
font-weight: 600;
color: #38423B;
}

/* ===== NAVBAR MOBILON – LOGÓ + HAMBURGER EGY SORBAN ===== */
@media (max-width: 991.98px) {
/* A navbar belső része egy sorban, széthúzva */
.custom-navbar .container-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;  /* logó balra, hamburger jobbra */
}

/* Hamburger ikon igazítása a logó mellé */
.custom-navbar .navbar-toggler {
  margin-left: auto;
  margin-top: 0;                   /* ha volt -6px, ezt felülírja */
}
}
/* === Diva Beauty – végső mobil méret fix === */
@media (max-width: 768px) {
.hero-section h1 {
  font-size: 4.5rem !important;  /* növeld tetszés szerint */
   line-height: 1.1 !important;
}
}


/* ==========================================
 HERO – elegáns kézírásos „Diva Beauty”
========================================== */

.hero-section {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  background: none !important;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35); /* halvány sötét réteg a kép fölött */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2; /* ez hozza előre a szöveget a kép elé */
  color: #fff;
  max-width: 850px;
  padding: 0 20px;
}

.hero-section .hero-title {
  font-family: 'Great Vibes', cursive !important;
  font-size: clamp(3.2rem, 7vw, 5.6rem) !important;
  line-height: 1.05 !important;
  font-weight: 400 !important;
  color: #7d9a67 !important;
}

.hero-section .button,
.hero-section .button-small {
  background-color: #6b8657; /* sötétebb, kontrasztosabb zöld */
  color: #ffffff;            /* tiszta fehér szöveg */
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.5px;     /* kis olvashatósági javítás */
  box-shadow: 0 4px 10px rgba(0,0,0,0.15); /* finom árnyék, kiemeli a gombot */
  transition: 0.3s ease;
}

.hero-section .button:hover,
.hero-section .button-small:hover {
  background-color: #587148; /* hoverre még sötétebb árnyalat */
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}


/* ====== Mobil nézet ====== */
@media (max-width: 768px) {
.hero-section {
  min-height: 90vh;
  
  background-position: top;
}

.hero-section h1 {
  font-size: 3.8rem !important;
}

.hero-subtitle {
  font-size: 1rem;
  max-width: 90%;
}
}
/* ===============================
 🌍 NAVBAR – EGYSÉGES ELRENDEZÉS (HU + DE)
 =============================== */
.custom-navbar .container-fluid {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: nowrap;
}

/* Mobil nézet */
@media (max-width: 991.98px) {
.custom-navbar .container-fluid {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 0 10px !important;
  height: 70px !important;
}

/* Logó balra */
.navbar-brand {
  order: 1 !important;
  margin-left: 0 !important;
}

.navbar-brand img {
  height: 32px !important;
}

/* Zászlók középen */
.language-flags {
  order: 2 !important;
  gap: 6px !important;
  margin-right: 8px !important;
}

/* Hamburger jobbra */
.navbar-toggler {
  order: 3 !important;
  margin-left: auto !important;
  padding: 0 !important;
}


/* ==============================
 TELJES KÉPERNYŐS HAMBURGER MENÜ (mindkét oldalra)
 ============================== */
@media (max-width: 991.98px) {
.navbar-collapse {
  position: fixed !important;
  top: 45px !important;
  left: 0 !important;
  width: 100% !important;
  height: calc(75vh - 70px) !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  padding: 20px 25px !important;
  box-shadow: none !important;
  z-index: 9999;
  overflow-y: auto;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 15px;
  padding-left: 10px;
}

.nav-link {
  font-size: 1.1rem;
  font-weight: 600;
  color: #38423B !important;
}

.nav-link.nav-cta {
  text-align: center;
  margin-top: 20px;
}

.language-flags {
  margin-top: 25px;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
}
}

@media (max-width: 991.98px) {
.navbar-collapse {
  position: fixed !important;
  top: 60px !important;
  left: 0 !important;
  width: 100% !important;

  height: auto !important;
  bottom: auto !important;

  background: rgba(255, 255, 255, 0.96) !important;
  backdrop-filter: blur(12px);
  padding: 30px 35px 20px !important;

  z-index: 1000;
  transition: all 0.25s ease-in-out !important;
}
}


/* 🌸 Menüpontok tipográfiája */
.navbar-nav .nav-link {
  display: block;
  padding: 14px 0;
  font-family: "Playfair Display", serif;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #2f3a28 !important;
  text-align: left;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

/* Hover: bambusz-zöld + lágy mozgás */
.navbar-nav .nav-link:hover {
  color: #7d9a67 !important;
  transform: translateX(6px);
  font-weight: 600;
}

/* Foglalás gomb (CTA) */
.nav-link.nav-cta {
  font-family: "Open Sans", sans-serif;
  font-size: 1.1rem;
  background-color: #7d9a67 !important;
  color: #fff !important;
  border-radius: 30px;
  text-align: center !important;
  margin-top: 25px;
  padding: 12px 25px !important;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: 0 6px 14px rgba(125,154,103,0.3);
  transition: 0.4s ease;
}

.nav-link.nav-cta:hover {
  background-color: #5a734a !important;
  transform: translateY(-3px);
}

/* 🇩🇪🇭🇺 Zászlók alul, középen */
.language-flags {
  display: flex !important;
  justify-content: center !important;
  gap: 14px;
  margin-top: 35px;
}

.language-flags img {
  height: 26px;
  width: 36px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.language-flags img:hover {
  transform: scale(1.1);
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
}
}
@media (max-width: 768px) {
.nav-link.nav-cta {
  padding: 10px 20px !important;
  min-width: 200px;
  font-size: 0.95rem !important;
}
}
.nav-link.nav-cta {
min-width: 150px;
}
/* ==========================================================
 🌿 EGYSÉGES, MOBILRA OPTIMALIZÁLT ÁRLISTA (HU + DE)
 ========================================================== */

/* === Árlista teljes szekció – hátterével, keretével === */
#arlista,
#preisliste {
position: relative;
overflow: hidden;
background: linear-gradient(
    135deg,
    rgba(255, 255, 255, 0.25) 0%,
    rgba(255, 255, 255, 0) 40%
  ),
  rgba(248, 235, 229, 0.92);
backdrop-filter: blur(8px);
padding: 60px 20px;
border-radius: 14px;
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* === Árlista kártya (doboz) === */
.price-card {
background-color: rgba(255, 255, 255, 0.92);
backdrop-filter: blur(6px);
border-radius: 14px;
padding: 40px 35px;
border: 1px solid var(--secondary-color);
box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
transition: 0.3s ease;
max-width: 950px;
margin: 0 auto 35px auto;
}

.price-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}

/* === Kategória címe (pl. Szőrtelenítés, Gesichtsbehandlungen) === */
#arlista .service-category,
#preisliste .service-category {
margin-top: 0;
margin-bottom: 22px;
border-bottom: 2px solid var(--powder-accent);
text-align: center;
font-size: 1.5rem;
color: var(--primary-color);
letter-spacing: 0.5px;
}

/* === Lista elemek (árak és szolgáltatások) === */
.price-item-list {
margin-top: 10px;
column-count: 2;
column-gap: 40px;
padding: 0 10px;
}

.price-item {
display: flex;
justify-content: space-between;
align-items: baseline;
padding: 6px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.service-name {
flex: 1;
color: #38423b;
font-weight: 600;
font-size: 1rem;
}

.price-value {
color: #7d9a67;
font-weight: 700;
margin-left: 10px;
white-space: nowrap;
}

/* === Mobil optimalizálás === */
@media (max-width: 992px) {
#arlista,
#preisliste {
  padding: 40px 20px;
  border-radius: 0; /* a teljes szélességért */
  box-shadow: none;
}

.price-card {
  padding: 30px 18px;
  max-width: 100%;
  margin: 0 0 25px 0;
  border-radius: 0;
}

.price-item-list {
  column-count: 1;
  padding: 0;
}

.service-name {
  font-size: 1rem;
}

.price-value {
  font-size: 1rem;
}

#arlista .service-category,
#preisliste .service-category {
  font-size: 1.3rem;
}
}

/* === Extra mobil dizájn (púderes elválasztó sáv) === */
@media (max-width: 576px) {
#arlista .price-card,
#preisliste .price-card {
  border-left: 1px solid #a8a972;
  background: rgba(255, 255, 255, 0.95);
}
}
/* ================================
 🌿 Bambusz-zöld elválasztó csík
 ================================ */
.section-divider {
width: 220px;                      /* csík hossza */
height: 3px;                       /* csík vastagsága */
background-color: #a8a972;         /* bambusz-zöld */
margin: 40px auto;                 /* középre igazítva, körülötte tér */
border-radius: 2px;                /* finom lekerekítés */
opacity: 0.9;                      /* enyhe áttetszőség */
}

/* Mobilon picit rövidebb */
@media (max-width: 768px) {
.section-divider {
  width: 200px;
  height: 2.5px;
  margin: 30px auto;
}
}
/* ================================
 🌿 Hamburger menü betűstílus egységesítés
 ================================ */
.navbar-collapse .nav-link {
font-family: "Open Sans", sans-serif !important;
font-weight: 500 !important;
font-size: 1rem !important;
color: #2f3a28 !important;
letter-spacing: 0.3px;
text-transform: none !important;
transition: color 0.3s ease;

/* szükséges az 5. ponthoz */
position: relative;
}

/* 5️⃣ Finom aláhúzás hoverkor */
.navbar-collapse .nav-link::after {
content: "";
position: absolute;
left: 0;
bottom: -2px;
width: 0;
height: 1px;
background: #6b8b6a;
transition: width 0.3s ease;
}
/* 🐢 Hamburger menü lassabb nyitás / zárás */
@media (max-width: 991.98px) {
.navbar-collapse.collapsing {
  transition: height 0.45s ease !important;
}

.navbar-collapse {
  transition: height 0.45s ease !important;
}
}


.navbar-collapse .nav-link:hover::after {
width: 100%;
}



.navbar-collapse .nav-link:hover {
color: #7d9a67 !important;                        /* zöld hover, mint a gomboknál */
}
/* 🌿 Foglalok gomb szövege fehér */
.nav-link.nav-cta {
color: #ffffff !important;  /* Fehér betűszín */
}

/* 🌿 Egységes ár-szín mindkét nyelvű árlistában */
#arak .price-value,
#arlista .price-value,
#preisliste .price-value {
color: #7d9a67 !important;   /* bambusz-zöld ár */
font-weight: 700;            /* kicsit erősebb betű */
}

/* 📱 Mobil */
@media (max-width: 768px) {
.hero-subtitle {
  font-size: 1.2rem !important;
  letter-spacing: 1.5px;
}
}
/* 🌿 "Über mich" - kisebb térköz a cím és szöveg között */
#about h2 {
margin-bottom: 10px !important; /* eddig valószínű 30-40px volt */
}

.about-text p {
margin-top: 0 !important;
}
/* ====== GALÉRIA – ÚJ DIVA BEAUTY STÍLUS ====== */
.gallery-section {
padding: 80px 20px;
background: linear-gradient(135deg, #f8ebe5 0%, #ffffff 100%);
border-radius: 12px;
text-align: center;
}

.gallery-section h2 {
font-size: 2.6rem;
color: #7d9a67;
margin-bottom: 30px;
}

.gallery-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
gap: 18px;
max-width: 1200px;
margin: 0 auto;
}

.gallery-item {
cursor: pointer;
overflow: hidden;
border-radius: 10px;
position: relative;
transition: transform 0.4s ease, box-shadow 0.3s ease;
}

.gallery-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}

.gallery-item:hover img {
transform: scale(1.08);
}

.gallery-item:hover {
box-shadow: 0 8px 22px rgba(0,0,0,0.15);
}

/* ====== LIGHTBOX ====== */
#lightbox {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.8);
display: none;
justify-content: center;
align-items: center;
z-index: 2000;
animation: fadeIn 0.3s ease;
}

#lightbox.active {
display: flex;
}

.lightbox-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0.8);
}

.lightbox-image {
max-width: 90%;
max-height: 85vh;
border-radius: 10px;
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
z-index: 2;
animation: zoomIn 0.4s ease;
}

.lightbox-close {
position: absolute;
top: 25px;
right: 35px;
font-size: 2.5rem;
color: white;
cursor: pointer;
z-index: 3;
transition: color 0.3s;
}

.lightbox-close:hover {
color: #a8a972;
}

/* Animációk */
@keyframes fadeIn {
from { opacity: 0; }
to { opacity: 1; }
}

@keyframes zoomIn {
from { transform: scale(0.8); opacity: 0; }
to { transform: scale(1); opacity: 1; }
}

/* Mobil */
@media (max-width: 768px) {
.gallery-grid {
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
}
/* Mobilon: galéria 1 sorban, vízszintesen (oldalra húzható) */
@media (max-width: 768px) {
.gallery-grid{
  display: flex;
  flex-wrap: nowrap;      /* EZ a kulcs: ne törjön új sorba */
  gap: 12px;
  overflow-x: auto;       /* EZ a kulcs: vízszintes scroll */
  -webkit-overflow-scrolling: touch;
  padding-bottom: 6px;
}

.gallery-item{
  flex: 0 0 auto;
  width: 75%;             /* állítható: 60–85% között */
  max-width: 320px;
}

.gallery-item img{
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}
}
/* =========================================
 GALÉRIA – AZONOS MÉRET (HU + DE)
 Tedd a style_final.css LEGALJÁRA!
========================================= */

#galeria .gallery-grid,
#galerie .gallery-grid {
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 12px !important;
  overflow-x: auto !important;
  padding: 0 6px 14px !important;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
}

/* --- KÉPTARTÓ --- */
#galeria .gallery-item,
#galerie .gallery-item {
  flex: 0 0 auto !important;
  width: 220px !important;         /* rugalmas, nagyobb szélesség */
  aspect-ratio: 1 / 1 !important;  /* négyzetes arány, minden nyelven azonos */
  border-radius: 12px !important;
  overflow: hidden !important;
  scroll-snap-align: start;
  position: relative;
}

/* --- KÉPEK --- */
#galeria .gallery-item img,
#galerie .gallery-item img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#galeria .gallery-item img:hover,
#galerie .gallery-item img:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

/* --- MOBIL --- */
@media (max-width: 768px) {
  #galeria .gallery-item,
  #galerie .gallery-item {
    width: 160px !important;
    aspect-ratio: 1 / 1 !important;   /* mobilon is négyzetes */
  }
}

/* ==================================================
 GALERIE (DE) – VÉKONY, VÍZSZINTES CSÍK (MOBIL + DESKTOP)
 FONTOS: legyen a style_final.css LEGALJÁN!
================================================== */

#galerie .gallery-grid{
display: flex !important;
flex-wrap: nowrap !important;
gap: 12px !important;
overflow-x: auto !important;
-webkit-overflow-scrolling: touch;
padding: 0 6px 14px !important;
scroll-snap-type: x mandatory;
}

#galerie .gallery-item{
flex: 0 0 auto !important;
width: 180px !important;      /* szélesség */
border-radius: 12px !important;
overflow: hidden !important;
scroll-snap-align: start;
}

/* A MAGASSÁGOT ITT ÁLLÍTJUK – KÖZVETLENÜL A KÉPRE */
#galerie .gallery-item img{
width: 100% !important;
height: 80px !important;      /* <<< MAGASSÁG (desktop) */
object-fit: cover !important;
display: block !important;
}

/* MOBIL – még vékonyabb */
@media (max-width: 768px){
#galerie .gallery-item{ width: 150px !important; }
#galerie .gallery-item img{ height: 80px !important; } /* <<< MAGASSÁG (mobil) */
}


/* =========================================
 BOOKING MODAL – UGYANAZ, MINT A HU STÍLUS
========================================= */

.details-modal-container{
position: fixed;
inset: 0;
display: none;                 /* nyitáskor JS állítja */
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.45);
backdrop-filter: blur(6px);
z-index: 3000;
}

.details-modal-container.show{
display: flex;
}

.details-modal-content{
background: rgba(252,225,217,0.95);
border: 2px solid #7d9a67;
border-radius: 16px;
padding: 18px 26px;
max-width: 600px;
width: 90%;
text-align: center;
font-family: 'Open Sans', sans-serif;
box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.details-modal-content h3{
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
color: #38423B;
margin-bottom: 6px;
}

.modal-button-row{
margin-top: 20px;
display: flex;
gap: 12px;
justify-content: center;       /* középre, mint a “szép” verzió */
}

#cancel-booking-de{
background: transparent;
border: 2px solid #7d9a67;
color: #7d9a67;
padding: 10px 18px;
border-radius: 25px;
font-weight: 600;
cursor: pointer;
transition: 0.3s;
}

#continue-booking-de{
background-color: #7d9a67;
color: #fff;
border: none;
padding: 10px 18px;
border-radius: 25px;
cursor: pointer;
font-weight: 600;
transition: 0.3s;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
}

#cancel-booking-de:hover{
background-color: rgba(125,154,103,0.12);
}

#continue-booking-de:hover{
background-color: #5a734a;
}

/* “tiltott” állapot (checkbox nélkül) */
#continue-booking-de.is-disabled{
pointer-events: none;
opacity: 0.5;
}

/* =========================================
 BOOKING MODAL – UGYANAZ, MINT A HU STÍLUS
========================================= */

.details-modal-container{
position: fixed;
inset: 0;
display: none;
justify-content: center;
align-items: center;
background: rgba(0,0,0,0.45);
backdrop-filter: blur(6px);
z-index: 3000;
}

.details-modal-container.is-visible{
display: flex;
}

.details-modal-content{
background: rgba(252,225,217,0.95);
border: 2px solid #7d9a67;
border-radius: 16px;
padding: 18px 26px;
max-width: 600px;
width: 90%;
text-align: center;
font-family: 'Open Sans', sans-serif;
box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

.details-modal-content h3{
font-family: 'Playfair Display', serif;
font-size: 1.3rem;
color: #38423B;
margin-bottom: 6px;
}

.details-modal-content p{
font-size: 0.95rem;
color: #444;
line-height: 1.5;
}

.modal-button-row{
margin-top: 20px;
display: flex;
gap: 12px;
justify-content: center;
}

#cancel-booking-de{
background: transparent;
border: 2px solid #7d9a67;
color: #7d9a67;
padding: 10px 18px;
border-radius: 25px;
font-weight: 600;
cursor: pointer;
transition: 0.3s;
}

#continue-booking-de{
background-color: #7d9a67;
color: #fff;
border: none;
padding: 10px 18px;
border-radius: 25px;
cursor: pointer;
font-weight: 600;
transition: 0.3s;
text-decoration: none;
display: inline-flex;
align-items: center;
justify-content: center;
}

#cancel-booking-de:hover{
background-color: rgba(125,154,103,0.12);
}

#continue-booking-de:hover{
background-color: #5a734a;
}

#continue-booking-de.is-disabled{
pointer-events: none;
opacity: 0.5;
}

/* =========================================
 GOOGLE MAPS DSGVO – PLACEHOLDER (DE)
========================================= */

.map-consent-box {
background: #f5f5f3;
border-radius: 18px;
padding: 40px 20px;
text-align: center;
max-width: 100%;
margin: 0 auto;
}

.map-consent-box h3 {
font-family: 'Playfair Display', serif;
margin-bottom: 12px;
color: #38423B;
}

.map-consent-box p {
font-size: 0.95rem;
color: #555;
margin-bottom: 18px;
}

.map-consent-btn {
background: #7d9a67;
color: #fff;
border: none;
padding: 12px 26px;
border-radius: 30px;
font-size: 0.95rem;
cursor: pointer;
transition: 0.3s;
}

.map-consent-btn:hover {
background: #5a734a;
}

.map-consent-box small {
display: block;
margin-top: 12px;
font-size: 0.8rem;
color: #666;
}
[id]::before {
  display: block;
  content: "";
  height: 80px; /* Állítsd be a menü magasságához */
  margin-top: -80px;
  visibility: hidden;
}
/* --- GALÉRIA MAGASSÁG KÉNYSZERÍTÉSE --- */
#galeria .gallery-item img,
#galerie .gallery-item img {
  height: 220px !important;
  width: 100% !important;
  object-fit: cover !important;
}
/* =========================================
   LIGHTBOX NYILAK – SZÉP, KEREK STÍLUS
========================================= */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(125, 154, 103, 0.9); /* zöld árnyalat */
  color: white;
  font-size: 2rem;
  padding: 14px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 1001;
}

.lightbox-prev {
  left: 25px;
}

.lightbox-next {
  right: 25px;
}

.lightbox-prev:hover,
.lightbox-next:hover {
  background: #5a734a;
  transform: translateY(-50%) scale(1.15);
}
/* =========================================
   VISSZA A TETEJÉRE GOMB – EGYSÉGES, ELEGÁNS
========================================= */

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #7d9a67;
  color: white;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 999;
  animation: pulseGlow 2.5s infinite ease-in-out;
}

.back-to-top:hover {
  background-color: #5a734a;
  transform: scale(1.15);
}

/* Finom pulzáló fényhatás */
@keyframes pulseGlow {
  0% {
    box-shadow: 0 0 0 rgba(125, 154, 103, 0.6);
  }
  50% {
    box-shadow: 0 0 18px rgba(125, 154, 103, 0.9);
  }
  100% {
    box-shadow: 0 0 0 rgba(125, 154, 103, 0.6);
  }
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .back-to-top {
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
/* ============================================
   DIVA BEAUTY – LUXUS STÍLUSÚ FEL GOMB ✨
============================================ */
.back-to-top {
  position: fixed;
  bottom: 35px;
  right: 35px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #7d9a67 0%, #5a734a 100%);
  border: 2px solid rgba(255, 255, 255, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: all 0.4s ease;
  z-index: 9999;
  animation: softPulse 3s infinite ease-in-out;
}

.back-to-top:hover {
  transform: scale(1.1);
  background: radial-gradient(circle at 30% 30%, #91b573 0%, #6b8752 100%);
  box-shadow: 0 0 25px rgba(125, 154, 103, 0.8);
}

/* Finom pulzálás */
@keyframes softPulse {
  0% { box-shadow: 0 0 0 rgba(125, 154, 103, 0.3); transform: scale(1); }
  50% { box-shadow: 0 0 22px rgba(125, 154, 103, 0.6); transform: scale(1.05); }
  100% { box-shadow: 0 0 0 rgba(125, 154, 103, 0.3); transform: scale(1); }
}

/* SVG ikon */
.back-to-top svg {
  stroke: #fff;
  transition: transform 0.3s ease;
}

.back-to-top:hover svg {
  transform: translateY(-4px);
}

/* Mobil */
@media (max-width: 768px) {
  .back-to-top {
    width: 52px;
    height: 52px;
    bottom: 25px;
    right: 25px;
  }
}
/* ================================
   Gesichtsbehandlung DE – KÁRTYÁS STRUKTÚRA
   CSAK a német oldalra
================================ */

.page-gesichtsbehandlung-de main {
  max-width: 900px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 14px;
  padding: 40px 24px;
  box-shadow: 0 12px 32px rgba(0,0,0,0.08);
}

.page-gesichtsbehandlung-de .service-detail-block {
  background: #ffffff;
  border-radius: 14px;
  padding: 32px;
  margin-bottom: 40px;
  box-shadow: 0 8px 22px rgba(0,0,0,0.07);
}

/* cím + kép spacing – mint a HU oldalon */
.page-gesichtsbehandlung-de .service-detail-block h2 {
  margin-bottom: 6px;
}

.page-gesichtsbehandlung-de .service-detail-block img {
  margin-top: 6px;
  margin-bottom: 20px;
}
/* =========================================
   FINOMHANGOLÁS – DE Gesichtsbehandlung
   Magyar beágyazási érzet
========================================= */

.page-gesichtsbehandlung-de .service-detail-block {
  padding: 36px 38px;              /* több belső levegő */
  margin-bottom: 48px;             /* nagyobb tér kártyák között */
}

/* szöveg ritmus */
.page-gesichtsbehandlung-de .service-detail-block p {
  line-height: 1.75;
  margin-bottom: 16px;
}

/* listák – ez NAGYON sokat számít */
.page-gesichtsbehandlung-de .service-detail-block ul {
  padding-left: 22px;
  margin-top: 12px;
  margin-bottom: 18px;
}

.page-gesichtsbehandlung-de .service-detail-block li {
  margin-bottom: 8px;
}

/* kép – mint HU oldalon */
.page-gesichtsbehandlung-de .service-detail-block img {
  margin: 12px 0 24px;
  border-radius: 10px;
}

/* alcímek (h3) – ne tapadjanak */
.page-gesichtsbehandlung-de .service-detail-block h3 {
  margin-top: 28px;
  margin-bottom: 10px;
}
/* FORCE – DE Gesichtsbehandlung */
body.page-gesichtsbehandlung-de article.service-detail-block {
  background: #ffffff !important;
  padding: 40px !important;
  margin-bottom: 60px !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12) !important;
}
#backToTop {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #7d9a67;
  color: #fff;
  border: none;
  font-size: 22px;
  cursor: pointer;
  display: none;
  z-index: 9999;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  transition: opacity 0.3s, transform 0.3s;
}
/* FORCE – H2 szín (Gesichtsbehandlung / Preisliste) */
section#preisliste.price-list-section > h2,
#preisliste > h2,
#preisliste h2 {
  color: var(--bamboo-green, #6f8b5b) !important;
}
.page-gesichtsbehandlung-de .service-detail-block h3 {
    font-family: 'Audry-2', serif;
    font-weight: bold !important; /* Ettől lesz vastag */
    margin-top: 28px;
    margin-bottom: 10px;
}
body.page-gesichtsbehandlung-de h3 {
    font-family: 'Audry-2', serif !important;
    font-weight: bold !important;
}
/* 🌿 Csak a GESICHTSBEHANDLUNG rész hátterét állítjuk fehérre */
.service-detail-block {
  background-color: #ffffff !important; /* fehér */
}
#cernaemeles {
  background: #ffffff !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
/* 🔥 Csak a "Tű nélküli Cérnaemelés / Ráncfeltöltés" púder hátterét kapcsoljuk ki */
[data-name*="Tű nélküli Cérnaemelés"],
[data-name*="Cérnaemelés"],
[data-name*="Ráncfeltöltés"] {
  background: #ffffff !important;
  backdrop-filter: none !important;
  box-shadow: none !important;
}
/* 🔥 Eltünteti a kacsacsőrt (› vagy >) minden cím elől */
li::before,
.price-item::before,
.service-name::before,
h3::before {
  content: none !important;
}
/* =======================
   LIGHTBOX GALÉRIA (német verzióból)
======================= */
.lightbox-modal {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

.lightbox-modal.is-visible {
  visibility: visible;
  opacity: 1;
}

.lightbox-image {
  max-width: 90vw;
  max-height: 85vh;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
}

.lightbox-close,
.lightbox-prev,
.lightbox-next {
  position: absolute;
  background: rgba(0,0,0,0.5);
  color: #fff;
  border: none;
  font-size: 2rem;
  padding: 10px 14px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.2s;
  z-index: 10000;
}

.lightbox-close {
  top: 15px;
  right: 20px;
  font-size: 2.6rem;
}

.lightbox-prev,
.lightbox-next {
  bottom: 20px;
  transform: none;
}

.lightbox-prev { left: 25%; }
.lightbox-next { right: 25%; }

.lightbox-close:hover,
.lightbox-prev:hover,
.lightbox-next:hover {
  background: rgba(0,0,0,0.8);
}

@media (max-width: 768px) {
  .lightbox-image {
    max-width: 95vw;
    max-height: 75vh;
  }
  .lightbox-prev,
  .lightbox-next {
    bottom: 15px;
    font-size: 1.8rem;
  }
  .lightbox-prev { left: 25%; }
  .lightbox-next { right: 25%; }
  .lightbox-close {
    top: 10px;
    right: 10px;
    font-size: 2.2rem;
  }
}
/* Vissza a tetejére gomb (scroll-to-top) */
#scrollTopBtn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background-color: #7BA05B;
  color: #fff;
  font-size: 1.8rem;
  border: none;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.2s;
  z-index: 99999;
}

#scrollTopBtn:hover {
  transform: scale(1.1);
  background-color: #6b8c4f;
}

#scrollTopBtn.show {
  opacity: 1;
  visibility: visible;
}
.content-section-box {
  padding: 60px 30px;
  max-width: 900px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}
/* Szolgáltatás oldal stílus – egységes keret és cím */
.treatment-box {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  padding: 40px;
  max-width: 900px;
  margin: 50px auto;
}

.treatment-title {
  display: inline-block;
  background: #fce1d9; /* PÚDERES HÁTTÉR */
  color: var(--secondary-color);
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 2.6rem;
  text-align: center;
  margin: 0 auto 40px auto;
}

.treatment-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin-bottom: 40px;
}

.treatment-card h2 {
  color: var(--secondary-color);
  font-weight: 700;
  margin-bottom: 20px;
}

.treatment-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .treatment-box {
    padding: 25px;
    margin: 20px;
  }

  .treatment-title {
    font-size: 2.2rem;
    padding: 10px 20px;
  }
}
.treatment-box {
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
/* --- Vissza a szolgáltatásokhoz gomb stílusa --- */
.back-section {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

.back-btn {
  display: inline-block;
  background-color: var(--secondary-color); /* ugyanaz a zöld, mint a többi gombnál */
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 32px;
  border-radius: 8px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.back-btn:hover {
  background-color: #6b8c4f; /* sötétebb zöld hoverre */
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
/* Asztali nézet: képek kisebbek, középre igazítva */
@media (min-width: 992px) {
  .treatment-card img {
    width: 60%;          /* a doboz 60%-át foglalja el (100% helyett) */
    max-width: 500px;    /* így sosem lesz túl nagy */
    display: block;
    margin: 0 auto 30px auto;  /* középre helyezés */
  }
}
/* =========================
   LIGHTBOX NYILAK – VÉGLEGES
========================= */

/* Desktop */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.6);
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 14px;
  border-radius: 50%;
  cursor: pointer;
  z-index: 3001;
}

.lightbox-prev { left: -60px; }
.lightbox-next { right: -60px; }

/* Mobil: NINCS NYÍL */
@media (max-width: 768px) {
  .lightbox-prev,
  .lightbox-next {
    display: none !important;
  }
}
img, iframe {
  max-width: 100%;
  height: auto;
  display: block;
}
.social-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;               /* távolság ikonok között */
  margin-top: 10px;
}

.social-icons a {
  display: inline-flex;
}

.social-icons img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.gallery-section .gallery-grid {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 16px;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 10px;
}

.gallery-section .gallery-item {
  flex: 0 0 auto;
  width: 220px;
  height: 150px; /* egységes magasság */
  border-radius: 14px;
  overflow: hidden;
  position: relative;
}

.gallery-section .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* itt történik a vágás középre */
  object-position: center;
  border-radius: 14px;
  display: block;
}
/* Mobil optimalizálás a hosszú német szavakhoz */
h1, h2, h3, h4, .nav-item {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
  hyphens: auto !important;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
}

.quick-nav .nav-item {
  white-space: normal !important; /* Engedi a több sort */
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 50px; /* Hogy a több soros gombok is jól nézzenek ki */
  padding: 5px 10px !important;
  text-align: center;
}

/* Megakadályozza, hogy bármi szélesebb legyen a képernyőnél */
.container, .row, div {
  max-width: 100%;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
/* Gesichtsbehandlung cím ne lógjon ki mobilon */
.title-container {
  max-width: 100%;
  overflow: hidden;              /* ami kilógna, levágja */
}

.title-highlight {
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;           /* kicsit kisebb belső margó */
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* Gesichtsbehandlungen cím – mobilon kisebb, hogy egy sorban maradjon */
@media (max-width: 480px) {
  .title-container h1.title-highlight {
    font-size: 1.4rem !important;  /* játssz vele: 1.4–1.7 között */
    white-space: nowrap;           /* ne tördelje sorba */
  }
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #7d9a67 0%, #5a734a 100%);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
  z-index: 9999;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

/* látható állapot – JS adja rá a .show osztályt */
.back-to-top.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* hover effekt */
.back-to-top:hover {
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 10px 24px rgba(0,0,0,0.35);
}

/* SVG vagy ikon finom mozgatása hoverre */
.back-to-top:hover svg,
.back-to-top:hover i {
  transform: translateY(-2px);
}

/* ikon alapstílus */
.back-to-top svg,
.back-to-top i {
  pointer-events: none;
  transition: transform 0.3s ease;
}

/* Mobilon kicsit kisebb és beljebb */
@media (max-width: 768px) {
  .back-to-top {
    width: 48px;
    height: 48px;
    bottom: 18px;
    right: 18px;
  }
}
/* Preisliste főcím nagyobbra */
#preisliste > h2 {
  font-size: 3rem !important;   /* állítsd 2.4–3.0 között ízlés szerint */
  letter-spacing: 1px;
}
/* =========================
   Árlista főcím – magyar oldal
   ========================= */
#arlista > h2 {
  font-size: 3rem !important;   /* 2.4–3.0 között ízlés szerint */
  letter-spacing: 1px;
}
/* Árlista főcím nagyobbra – magyar oldal */
#arlista > h2 {
  font-size: 3rem !important;   /* állítsd 2.4–3.0 között ízlés szerint */
  letter-spacing: 1px;
}

/* Az alsó fehér szöveg (tagline) stílusának frissítése */
.hero-section .hero-subtitle {
  font-family: "Georgia", serif !important;
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  font-style: italic !important;
  text-transform: none !important;

  letter-spacing: 0.02em !important;
  line-height: 1.6 !important;
  color: #ffffff !important;
  text-align: center !important;

  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5) !important;
  margin-top: 15px !important;
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .hero-section .hero-subtitle {
    font-size: 1.15rem !important;
    padding: 0 10% !important;
  }
}

/* A teljes szöveges tartalom középre igazítása */
.hero-section .hero-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  width: 100% !important;
}

/* Az első fehér alcím (Fedezd fel...) */
.hero-section .hero-subtitle {
  font-family: "Georgia", serif !important;
  font-size: 1.6rem !important;
  font-weight: 400 !important;
  text-transform: none !important;
  color: #ffffff !important;
  line-height: 1.4 !important;
  margin-bottom: 1.5rem !important;
  max-width: 80%;
  text-shadow: 2px 2px 10px rgba(0,0,0,0.5) !important;
}

/* Az idézet és az alsó szlogen mérete */
.hero-section .hero-description,
.hero-section .hero-tagline {
  font-size: 1.3rem !important;
  color: #fdf7f2 !important;
  margin-bottom: 1rem !important;
  text-transform: none !important;
  text-align: center !important;
}

/* =================================================
   DESKTOP KITERJESZTÉS – hogy asztalin is MOBILOS legyen
   (SEMmit nem törlünk, csak a végén felülírjuk)
   ================================================= */
@media (min-width: 769px) {
  .hero-section .hero-subtitle {
    font-size: 1.15rem !important;   /* ugyanaz a hatás, mint mobilon */
    padding: 0 10% !important;
    line-height: 1.6 !important;
    letter-spacing: 0.02em !important;
  }
}
/* ==========================
   BACK TO TOP – HU STÍLUS
========================== */
.back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #7d9a67;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .25s ease, transform .25s ease, visibility .25s ease;
  box-shadow: 0 6px 18px rgba(0,0,0,.18);
  text-decoration: none;
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: #5a734a;
}
.service-detail-block h2 {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
  text-align: center;
}
h2 {
  hyphens: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  word-break: normal;
  overflow-wrap: normal;
}
html, body, * {
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
/* ============================= */
/* EGYSÉGES SZOLGÁLTATÁS HÁTTÉR */
/* ============================= */

.section-haarentfernung,
.section-gesichtsbehandlung,
.section-sonstige,
.section-dienstleistungen,
.service-section,
.services-section {
  background-color: #f5e9ec; /* EZ A HAARENTFERNUNG SZÍNE */
}
/* BELSŐ KÁRTYA KERET / SHADOW KI (a külső fehér keret marad) */
.treatment-card{
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 0 50px 0 !important;
}

/* Ha a képek is kaptak külön árnyékot a CSS-ben, ezt is vedd le (opcionális) */
.treatment-card .treatment-image{
  box-shadow: none !important;
}
/* ===== CÍMEK KISEBBEK + NINCS ELVÁLASZTÁS ===== */
.content-section-box .section-title,
.content-section-box h2 {
  font-size: clamp(1.25rem, 3.2vw, 1.55rem) !important;
  line-height: 1.18 !important;
  margin: 18px 0 10px 0 !important;

  /* elválasztás / tördelés kikapcsolása */
  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Alcímek (h3) is legyenek finomabbak */
.content-section-box .sub-title,
.content-section-box h3 {
  font-size: 1.02rem !important;
  line-height: 1.25 !important;
  margin: 14px 0 8px 0 !important;

  hyphens: none !important;
  -webkit-hyphens: none !important;
  -ms-hyphens: none !important;
  overflow-wrap: normal !important;
  word-break: keep-all !important;
}

/* Mobilon még egy fokkal kisebb (opcionális, de ajánlott) */
@media (max-width: 480px) {
  .content-section-box .section-title,
  .content-section-box h2 {
    font-size: 1.28rem !important;
  }
}
/* ===== KÜLSŐ FEHÉR KERET – FORCE (HU) ===== */
body { background: #f3f5f3 !important; } /* ettől fog „látszani” a fehér doboz */

.content-section-box{
  background:#ffffff !important;
  border-radius:12px !important;
  box-shadow:0 10px 30px rgba(0,0,0,0.10) !important;
  max-width:900px !important;
  margin:40px auto !important;
  padding:60px 30px !important;
}

/* Mobil: legyen tér a széleken is */
@media (max-width: 768px){
  .content-section-box{
    margin:18px 12px !important;
    padding:40px 18px !important;
  }
}
html, body {
  background: #f3f5f3 !important;
}
main {
  background: transparent !important;
}
.about-image-wrapper.placeholder {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  border: 2px dashed #cfc6b8;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f2ec;
}

.about-image-wrapper.placeholder span {
  font-family: 'Playfair Display', serif;
  font-size: 0.95rem;
  color: #9a927f;
  letter-spacing: 0.5px;
}
/* Mobilon: a két egymás utáni "about-section" közti túl nagy rés csökkentése */
@media (max-width: 768px) {

  /* Vanda szekció alja: kevesebb hely */
  .about-section {
    padding-bottom: 20px !important;
    margin-bottom: 0 !important;
  }

  /* KÖZVETLENÜL utána jövő about-section (Unsere Mitarbeiterin) feljebb jön */
  .about-section + .about-section {
    padding-top: 10px !important;
    margin-top: -35px !important; /* ezt finomhangolhatod: -25..-50 */
  }
}
/* Csak mobil: Vanda "Über Mich" és az "Unsere Mitarbeiterin" közti nagy rés megszüntetése */
@media (max-width: 768px) {

  /* Vanda szekció alja legyen kisebb */
  #about.about-section {
    padding-bottom: 10px !important;
    margin-bottom: 0 !important;
  }

  /* A Vanda szekció UTÁNI első blokk (Nálad: team-member / vagy a következő about-section) feljebb jön */
  #about + .team-member,
  #about + .about-section {
    margin-top: -100px !important;  /* állítható: -60..-120 */
    padding-top: 0 !important;
  }

  /* Ha a "Unsere Mitarbeiterin" is about-section, akkor a címet is húzzuk kicsit feljebb */
  #about + .about-section h2 {
    margin-top: 0 !important;
  }
}
/* Mitarbeiterin kép: ne lógjon ki, szépen a körben maradjon */
.team-member .about-image-wrapper {
  width: 220px;          /* ha nagy, vedd 200-ra */
  height: 220px;
  border-radius: 50%;
  overflow: hidden;      /* EZ vágja le a kilógást */
  flex: 0 0 220px;
  margin-top: 10px;      /* kicsit "távolít" felülről */
}

.team-member .about-image-wrapper .about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;     /* kitölti, de nem torzít */
  object-position: center 45%; /* picit lejjebb hozza az arcot; állítsd 30–50% között */
  display: block;
}

/* Mobilon még kompaktabb legyen */
@media (max-width: 768px) {
  .team-member .about-image-wrapper {
    width: 180px;
    height: 180px;
    flex-basis: 180px;
    margin: 0 auto 14px; /* középre + kis távolság alatta */
  }
}
/* Szimpla, német oldallal megegyező elválasztó */
.section-divider{
  width: 80px;
  height: 2px;
  margin: 28px auto;
  background: var(--secondary-color); /* bambusz-zöld */
  border-radius: 999px;
  opacity: 0.85;
}
@media (max-width: 480px) {
  .title-container h1.title-highlight {
    font-size: 1.4rem !important;
    white-space: nowrap;
  }
}  /* <-- EZ HIÁNYZIK NÁLAD */
/* KEREK PROFILKÉP – Vanda/Szandi egységesen */
.about-image-wrapper {
  width: 260px;
  height: 260px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid rgba(125, 154, 103, 0.45);
  box-shadow: 0 10px 28px rgba(0,0,0,0.12);
  background: #fff;
}

.about-image-wrapper .about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 768px) {
  .about-image-wrapper {
    width: 210px;
    height: 210px;
  }
}
/* INFO-BANNER: ne okozzon layout shiftet */
#info-banner{
  display: flex;              /* mindig jelen van a layoutban */
  opacity: 0;                 /* csak átlátszó */
  visibility: hidden;
  pointer-events: none;
  transition: opacity .25s ease;
}

#info-banner.visible{
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
/* =========================
   GALERIE – 3D COVERFLOW (PREMIUM)
========================= */
.gallery-coverflow-section{
  padding: 40px 14px;
  text-align: center;
}

.coverflow-wrap{
  position: relative;
  max-width: 1100px;
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.coverflow{
  width: 100%;
  overflow: visible;
  perspective: 1200px;
  perspective-origin: 50% 45%;
}

.coverflow-track{
  position: relative;
  height: 360px;
  transform-style: preserve-3d;
  user-select: none;
  touch-action: pan-y;
}

.coverflow-card{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 520px;
  aspect-ratio: 16 / 10;
  transform-style: preserve-3d;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
  cursor: pointer;
  transition: transform 420ms cubic-bezier(.2,.8,.2,1), opacity 420ms ease, filter 420ms ease;
  will-change: transform;
}

.coverflow-card img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.coverflow-card.is-center{
  filter: none;
  opacity: 1;
}

.coverflow-card:not(.is-center){
  filter: saturate(0.9);
  opacity: 0.65;
}

.coverflow-nav{
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: #7d9a67;
  color: #fff;
  font-size: 26px;
  line-height: 44px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,0,0,0.18);
  transition: transform .15s ease, opacity .2s ease;
}

.coverflow-nav:hover{ transform: translateY(-1px); }
.coverflow-nav:active{ transform: translateY(0) scale(0.98); }

.coverflow-hint{
  margin-top: 12px;
  font-size: 0.95rem;
  opacity: 0.75;
}
.hero-section { position: relative; overflow: hidden; }

.nav-gutschein {
  display: inline-flex;
  align-items: center;
  color: inherit;
  font-weight: 500;
}

.nav-gutschein i {
  margin-left: 6px;     /* ⬅️ EZ A LÉNYEG */
  font-size: 0.95em;
  color: #c7a24b;       /* arany ajándékdoboz */
}

.nav-gutschein:hover {
  text-decoration: underline;
  color: inherit;
}
/* ===== HERO FIX — mobil + Facebook in-app ===== */
.hero-section{
  min-height: 100svh !important;   /* modern mobil viewport */
  height: auto !important;         /* ne erőltesse a 100vh-t */
  padding-top: 90px !important;    /* navbar miatt ne csússzon fel */
  padding-bottom: 30px !important;
}

@supports not (height: 100svh){
  .hero-section{
    min-height: 100vh !important;
  }
}
/* Screen-reader only (Accessibility) */
.sr-only{
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  white-space:nowrap;
  border:0;
}
/* Facebook / Instagram in-app browser – fix mindenkinél */
html, body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  overflow-x: hidden;
}
