/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  position: relative;
}

body {
  background-color: #000;
  color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  touch-action: pan-y;
  overscroll-behavior: none;
  -webkit-overscroll-behavior: none;
  min-height: 100vh;
  height: auto;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: 'Inter', sans-serif;
}

/* Убираем display: flex на мобильных для правильного скролла */
@media (max-width: 768px) {
  body {
    display: block !important;
    flex-direction: unset !important;
  }
}

body:not([data-lang-applied]) .btn-text,
body:not([data-lang-applied]) .header_booking,
body:not([data-lang-applied]) .header_contact,
body:not([data-lang-applied]) .header_language,
body:not([data-lang-applied]) .alarm-booking,
body:not([data-lang-applied]) .call-contactus {
  visibility: hidden;
}

/* Header */
.header-up {
  width: 100%;
  height: 57px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-sizing: border-box;
  background: #a56b00;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 87px 0 40px;
}

.header-left {
  display: flex;
  align-items: center;
  gap: 5px;
}

.header-right {
  display: flex;
  align-items: center;
}

.header_alarm {
  width: 24px;
  height: 24px;
}

.header_booking,
.header_contact,
.header_language {
  font: 400 16px/21px 'Inter', sans-serif;
  color: #fff;
  display: flex;
  align-items: center;
}

.header_booking {
  margin-top: 1px;
}

.header_contact {
  margin-right: 21px;
}

.header_call {
  margin-right: 6.6px;
}

.header_language_logo {
  width: 16px;
  height: 11px;
  margin-left: 8px;
}

/* Mobile menu button */
.mobile-menu-btn {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 8px;
  padding: 6px;
  margin-left: 10px;
  cursor: pointer;
  display: none !important;
  flex-direction: column;
  gap: 3px;
}

.mobile-menu-btn__bar {
  width: 18px;
  height: 2px;
  background: #fff;
  display: block;
}

/* Mobile dropdown menu */
.mobile-menu {
  position: fixed;
  top: 57px;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.98);
  border-bottom: 1px solid rgba(255,255,255,0.14);
  z-index: 1500;
  display: none;
  grid-template-columns: 1fr;
  gap: 6px;
  padding: 12px 14px;
  box-sizing: border-box;
}

.mobile-menu .btn-text {
  display: block;
  width: 100%;
  text-align: left;
  padding: 10px 12px;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 8px;
  background: rgba(255,255,255,0.04);
  text-decoration: none;
}

.mobile-menu .btn-text:hover {
  background: rgba(255,255,255,0.08);
}

/* Main content */
.main-content {
  margin-top: 57px;
  position: relative;
  width: 100%;
  min-height: auto;
  overflow: visible;
}

@media (min-width: 769px) {
  body {
    display: flex;
    flex-direction: column;
  }
  
  .main-content {
      flex: 1;
  }
}

/* Hero section */
.hero {
  width: 100%;
  height: 120px;
  background-color: #370617;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 15px 20px 10px 20px;
  box-sizing: border-box;
}

.hero-logo {
  width: 200px;
  height: 50px;
  object-fit: contain;
  margin: 0 0 12px 0;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.hero-logo:hover {
  opacity: 0.8;
}

.hero a {
  text-decoration: none;
  display: inline-block;
}

/* Hide hero nav on mobile */
@media (max-width: 768px) {
  .hero-nav {
      display: none !important;
  }
}

/* Button text */
.btn-text {
  background: transparent;
  border: none;
  color: white;
  font: 400 16px/1.5 'Inter', sans-serif;
  padding: 8px 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  margin-bottom: 0;
}

.btn-text:hover {
  color: #cccccc;
  transform: translateY(-2px);
}

.btn-text:active {
  transform: translateY(0);
}

/* Middle section */
.middle {
  width: 100%;
  height: 780px;
  min-height: 780px;
  background-image: url(../logo/escort-girl-slider1.webp);
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: visible;
}

.center-window {
  width: 600px;
  height: 400px;
  -webkit-backdrop-filter: blur(49px);
  backdrop-filter: blur(49px);
  background: rgba(0, 0, 0, 0.06);
  margin-top: 133px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 25px;
}

.RoyalEscort {
  color: rgba(255, 207, 132, 1);
  font-family: 'EB Garamond', serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 63px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0 0 21px 0;
}

.Choose {
  color: rgba(255, 255, 255, 1);
  font-family: 'Quicksand', sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 45px;
  letter-spacing: 0px;
  text-align: center;
  margin: 0;
}

.location-selector {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 21px;
  width: 80%;
}

.city-select {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  color: white;
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition: all 0.3s ease;
}

.city-select:hover {
  border-color: rgba(255, 207, 132, 0.8);
  background: rgba(255, 255, 255, 0.15);
}

.city-select:focus {
  outline: none;
  border-color: rgba(255, 207, 132, 1);
  background: rgba(255, 255, 255, 0.2);
}

.city-select option {
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 10px;
}

.search-btn {
  width: 100%;
  padding: 16px;
  border: 2px solid rgba(255, 207, 132, 0.8);
  border-radius: 8px;
  background: transparent;
  color: rgba(255, 207, 132, 1);
  font-family: 'Quicksand', sans-serif;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.search-btn:hover {
  background: rgba(255, 207, 132, 0.1);
  border-color: rgba(255, 207, 132, 1);
  transform: translateY(-2px);
}

.search-btn:active {
  transform: translateY(0);
}

/* Down section */
.down {
  width: 100%;
  min-height: 703px;
  height: auto;
  background-color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
  position: relative;
  overflow: visible;
}

.AboutUs {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 77px;
  text-align: center;
  margin: 32px 0 37px 0;
}

.AboutUs2 {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.welcome-text {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 30px;
  text-align: center;
  max-width: 100%;
  color: rgba(255, 207, 132, 1);
}

.section-title {
  color: rgb(255, 255, 255);
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  margin: 30px 0 15px 0;
}

.section-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0 0 25px 0;
  max-width: 100%;
}

.shadow {
  width: 100%;
  height: 800px;
  background: linear-gradient(180.00deg, 
      transparent 0%, 
      rgba(0, 0, 0, 0.3) 20%,
      rgba(0, 0, 0, 0.6) 40%,
      rgba(0, 0, 0, 0.9) 60%,
      rgba(0, 0, 0, 1) 80%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.btn-learn {
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 1);
  background: rgba(0, 0, 0, 0);
  width: 280px;
  height: 66px;
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  position: absolute;
  bottom: 75px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-learn:hover {
  border-color: #cccccc;
  color: #cccccc;
}

/* Book section */
.book {
  width: 100%;
  height: 50px;
  background-color: #211708;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.book-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.book .alarm,
.book .call-contact {
  width: 24px;
  height: 24px;
}

.alarm-booking,
.call-contactus {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 44px;
}

/* Reserved section */
.reserved {
  width: 100%;
  height: 20px;
  background-color: #370617;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 20px;
  box-sizing: border-box;
}

.reserved-text {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
}

/* Bottom buttons */
.bottom-btn {
  width: 100%;
  height: 60px;
  background-color: #211708;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 200px;
  box-sizing: border-box;
}

.RoyalEscort-bottom {
  color: rgba(255, 255, 255, 1);
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  margin-left: auto;
}

/* Hide bottom buttons on mobile */
@media (max-width: 768px) {
  .bottom-btn {
      display: none;
  }
}

/* FIX FOR MOBILE SCROLL - ОСНОВНОЙ ФИКС */
@media (max-width: 768px) {
  html {
      overflow-x: hidden !important;
      overflow-y: visible !important;
      height: auto !important;
      min-height: 100% !important;
      max-height: none !important;
      position: relative !important;
      -webkit-overflow-scrolling: touch !important;
  }
  
  body {
      overflow-x: hidden !important;
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch !important;
      height: auto !important;
      min-height: 100vh !important;
      max-height: none !important;
      position: relative !important;
      overscroll-behavior: none !important;
      -webkit-overscroll-behavior: none !important;
      touch-action: pan-y !important;
      -webkit-touch-callout: default !important;
  }
  
  .main-content {
      overflow: visible !important;
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
      position: relative !important;
  }
  
  .mobile-menu-btn {
      display: inline-flex !important;
      margin-left: 12px;
  }
  
  body.menu-open .mobile-menu {
      display: grid !important;
      top: 57px;
  }
  
  /* Ensure content can scroll */
  .down {
      height: auto !important;
      min-height: 500px;
      max-height: none !important;
      position: relative !important;
      overflow: visible !important;
  }
  
  .middle {
      height: 400px !important;
      min-height: 400px !important;
      max-height: none !important;
      position: relative !important;
      overflow: visible !important;
  }
  
  .down {
      min-height: 500px !important;
      height: auto !important;
  }
  
  .center-window,
  .AboutUs2,
  .location-selector {
      overflow: visible !important;
  }
  
  /* Убираем все возможные блокировки */
  section,
  div {
      -webkit-overflow-scrolling: touch;
  }
}

/* Responsive design */
@media (max-width: 1200px) {
  .header-up {
      padding: 0 48px 0 28px;
  }
}

@media (max-width: 992px) {
  .header-up {
      padding: 0 32px 0 20px;
  }
  
  .hero {
      height: 160px;
      gap: 28px;
  }
  
  .bottom-btn {
      padding: 0 48px;
      gap: 16px;
  }
}

@media (max-width: 768px) {
  .header-up {
      padding: 0 20px 0 16px;
  }
  
  .hero {
      height: 140px;
      gap: 20px;
  }
  
  .btn-text {
      padding: 6px 10px;
      font-size: 14px;
  }
  
  .middle {
      padding: 28px 14px;
      gap: 20px;
      height: 400px !important;
      overflow: visible !important;
  }
  
  .bottom-btn {
      padding: 0 20px;
      flex-wrap: wrap;
      height: auto;
  }
}

@media (max-width: 576px) {
  .hero {
      height: 120px;
      gap: 14px;
      padding: 0 12px 18px 12px;
  }
  
  .btn-text {
      padding: 6px 8px;
      font-size: 13px;
  }
}

/* 1440px adaptation */
@media (max-width: 1440px) {
  .header-up {
      padding: 0 30px;
  }
  
  .hero {
      height: 100px;
      padding: 12px 40px 8px 40px;
      gap: 0;
  }
  
  .hero-logo {
      width: 180px;
      height: 45px;
      margin-bottom: 10px;
  }
  
  .btn-text {
      font-size: 14px;
      padding: 7px 12px;
  }
  
  .middle {
      height: 650px;
  }
  
  .center-window {
      width: 500px;
      height: 350px;
      margin-top: 100px;
      padding-top: 20px;
  }
  
  .RoyalEscort {
      font-size: 42px;
      line-height: 1.2;
      margin-bottom: 18px;
  }
  
  .Choose {
      font-size: 30px;
      line-height: 1.3;
  }
  
  .location-selector {
      gap: 12px;
      margin-top: 18px;
      width: 85%;
  }
  
  .city-select {
      padding: 12px 18px;
      font-size: 15px;
  }
  
  .search-btn {
      padding: 14px;
      font-size: 16px;
  }
  
  .down {
      min-height: 600px;
  }
  
  .AboutUs {
      font-size: 52px;
      line-height: 1.2;
      margin: 28px 0 32px 0;
  }
  
  .AboutUs2 {
      max-width: 1000px;
  }
  
  .welcome-text {
      font-size: 20px;
      margin-bottom: 25px;
  }
  
  .section-title {
      font-size: 24px;
      margin: 25px 0 12px 0;
  }
  
  .section-text {
      font-size: 18px;
      margin-bottom: 20px;
  }
  
  .btn-learn {
      width: 250px;
      height: 58px;
      font-size: 24px;
      line-height: 30px;
      bottom: 65px;
  }
  
  .bottom-btn {
      padding: 0 50px;
  }
  
  .mobile-menu-btn {
      display: none !important;
  }
}

/* 1024px adaptation */
@media (max-width: 1024px) {
  .header-up {
      padding: 0 25px;
  }
  
  .hero {
      height: 90px;
      padding: 10px 30px 6px 30px;
      gap: 0;
  }
  
  .hero-logo {
      width: 170px;
      height: 42px;
      margin-bottom: 10px;
  }
  
  .btn-text {
      font-size: 13px;
      padding: 6px 10px;
  }
  
  .middle {
      height: 550px;
  }
  
  .center-window {
      width: 450px;
      height: 320px;
      margin-top: 80px;
      padding-top: 15px;
  }
  
  .RoyalEscort {
      font-size: 36px;
      margin-bottom: 15px;
  }
  
  .Choose {
      font-size: 26px;
  }
  
  .location-selector {
      gap: 10px;
      margin-top: 15px;
      width: 90%;
  }
  
  .city-select {
      padding: 10px 15px;
      font-size: 14px;
  }
  
  .search-btn {
      padding: 12px;
      font-size: 15px;
  }
  
  .down {
      min-height: 550px;
      padding: 0 15px;
  }
  
  .AboutUs {
      font-size: 44px;
      margin: 24px 0 28px 0;
  }
  
  .AboutUs2 {
      max-width: 800px;
  }
  
  .welcome-text {
      font-size: 18px;
      margin-bottom: 20px;
  }
  
  .section-title {
      font-size: 22px;
      margin: 20px 0 10px 0;
  }
  
  .section-text {
      font-size: 16px;
      margin-bottom: 18px;
  }
  
  .btn-learn {
      width: 220px;
      height: 52px;
      font-size: 22px;
      line-height: 28px;
      bottom: 55px;
  }
  
  .book {
      gap: 15px;
  }
  
  .bottom-btn {
      padding: 0 30px;
      gap: 12px;
  }
  
  .RoyalEscort-bottom {
      font-size: 13px;
  }
  
  .mobile-menu-btn {
      display: none !important;
  }
}

/* 425px adaptation */
@media (max-width: 425px) {
  html {
      overflow-x: hidden !important;
      overflow-y: visible !important;
      height: auto !important;
      min-height: 100% !important;
      max-height: none !important;
      position: relative !important;
      -webkit-overflow-scrolling: touch !important;
  }
  
  body {
      overflow-x: hidden !important;
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch !important;
      touch-action: pan-y !important;
      height: auto !important;
      min-height: 100vh !important;
      max-height: none !important;
      position: relative !important;
      overscroll-behavior: none !important;
      -webkit-overscroll-behavior: none !important;
      -webkit-touch-callout: default !important;
  }
  
  .main-content {
      height: auto !important;
      min-height: auto !important;
      max-height: none !important;
      overflow: visible !important;
      position: relative !important;
  }
  
  .header-up {
      height: 45px;
      padding: 0 10px;
  }
  
  .header_booking,
  .header_contact,
  .header_language {
      font-size: 12px;
  }
  
  .header_contact {
      margin-right: 8px;
  }
  
  .header_alarm,
  .header_call {
      width: 16px;
      height: 16px;
  }
  
  .hero {
      height: 70px;
      padding: 6px 12px 2px 12px;
  }
  
  .hero-logo {
      width: 140px;
      height: auto;
      margin-bottom: 6px;
  }
  
  .mobile-menu-btn {
      display: inline-flex !important;
      margin-left: 8px;
      padding: 3px;
  }
  
  .mobile-menu-btn__bar {
      width: 14px;
      height: 2px;
  }
  
  .middle {
      height: 350px !important;
      padding: 0 8px;
  }
  
  .center-window {
      width: 95%;
      height: 240px;
      margin-top: 50px;
      padding-top: 12px;
  }
  
  .RoyalEscort {
      font-size: 28px;
      margin-bottom: 10px;
  }
  
  .Choose {
      font-size: 18px;
  }
  
  .location-selector {
      gap: 6px;
      margin-top: 10px;
      width: 100%;
  }
  
  .city-select {
      padding: 6px 10px;
      font-size: 12px;
  }
  
  .search-btn {
      padding: 8px;
      font-size: 13px;
  }
  
  .down {
      min-height: 450px;
      height: auto !important;
      padding: 0 8px;
  }
  
  .AboutUs {
      font-size: 28px;
      margin: 16px 0 20px 0;
  }
  
  .welcome-text {
      font-size: 14px;
      margin-bottom: 15px;
  }
  
  .section-title {
      font-size: 18px;
      margin: 15px 0 6px 0;
  }
  
  .section-text {
      font-size: 13px;
      margin-bottom: 14px;
  }
  
  .shadow {
      height: 500px;
  }
  
  .btn-learn {
      width: 160px;
      height: 38px;
      font-size: 16px;
      line-height: 22px;
      bottom: 35px;
  }
  
  .book {
      height: 35px;
      gap: 10px;
      padding: 0 8px;
  }
  
  .alarm-booking,
  .call-contactus {
      font-size: 12px;
  }
  
  .reserved {
      height: 14px;
      padding: 0 8px;
  }
  
  .reserved-text {
      font-size: 11px;
  }
  
  .mobile-menu {
      position: fixed;
      top: 45px;
      left: 0;
      right: 0;
      background: rgba(0, 0, 0, 0.98);
      border-bottom: 1px solid rgba(255, 255, 255, 0.14);
      z-index: 1500;
      display: none;
      flex-direction: column;
      gap: 4px;
      padding: 8px;
      box-sizing: border-box;
      backdrop-filter: blur(10px);
  }
  
  .mobile-menu .btn-text {
      display: block;
      width: 100%;
      text-align: left;
      padding: 8px 10px;
      border: 1px solid rgba(255, 255, 255, 0.14);
      border-radius: 4px;
      background: rgba(255, 255, 255, 0.04);
      color: white;
      font-family: 'Inter', sans-serif;
      font-size: 12px;
      text-decoration: none;
  }
  
  body.menu-open .mobile-menu {
      display: flex !important;
  }
}

/* 375px adaptation */
@media (max-width: 375px) {
  html {
      overflow-x: hidden !important;
      overflow-y: visible !important;
      height: auto !important;
      min-height: 100% !important;
      max-height: none !important;
      position: relative !important;
      -webkit-overflow-scrolling: touch !important;
  }
  
  body {
      overflow-x: hidden !important;
      overflow-y: auto !important;
      -webkit-overflow-scrolling: touch !important;
      touch-action: pan-y !important;
      height: auto !important;
      min-height: 100vh !important;
      max-height: none !important;
      position: relative !important;
      overscroll-behavior: none !important;
      -webkit-overscroll-behavior: none !important;
      -webkit-touch-callout: default !important;
  }
  
  .main-content {
      min-height: auto !important;
      max-height: none !important;
      overflow: visible !important;
      position: relative !important;
  }
  
  .header-up {
      height: 42px;
      padding: 0 8px;
  }
  
  .header_booking,
  .header_contact,
  .header_language {
      font-size: 11px;
  }
  
  .header_contact {
      margin-right: 6px;
  }
  
  .header_alarm,
  .header_call {
      width: 14px;
      height: 14px;
  }
  
  .mobile-menu-btn {
      display: inline-flex !important;
      margin-left: 6px;
      padding: 2px;
  }
  
  .hero {
      height: 60px;
      padding: 4px 12px 0 12px;
  }
  
  .hero-logo {
      width: 130px;
      height: auto;
      margin-bottom: 4px;
  }
  
  body.menu-open .mobile-menu {
      top: 42px;
  }
  
  .mobile-menu-btn__bar {
      width: 12px;
  }
  
  .middle {
      height: 300px !important;
      padding: 0 6px;
  }
  
  .center-window {
      height: 220px;
      margin-top: 40px;
      padding-top: 10px;
  }
  
  .RoyalEscort {
      font-size: 24px;
      margin-bottom: 8px;
  }
  
  .Choose {
      font-size: 16px;
  }
  
  .location-selector {
      gap: 5px;
      margin-top: 8px;
  }
  
  .city-select {
      padding: 5px 8px;
      font-size: 11px;
  }
  
  .search-btn {
      padding: 6px;
      font-size: 12px;
  }
  
  .down {
      min-height: 400px;
      padding: 0 6px;
  }
  
  .AboutUs {
      font-size: 24px;
      margin: 12px 0 16px 0;
  }
  
  .welcome-text {
      font-size: 13px;
      margin-bottom: 12px;
  }
  
  .section-title {
      font-size: 16px;
      margin: 12px 0 5px 0;
  }
  
  .section-text {
      font-size: 12px;
      margin-bottom: 12px;
  }
  
  .btn-learn {
      width: 140px;
      height: 32px;
      font-size: 14px;
      line-height: 20px;
      bottom: 30px;
  }
  
  .book {
      gap: 8px;
      padding: 0 6px;
  }
  
  .alarm-booking,
  .call-contactus {
      font-size: 11px;
  }
  
  .reserved-text {
      font-size: 10px;
  }
  
  .mobile-menu {
      top: 42px;
      padding: 6px;
  }
  
  .mobile-menu .btn-text {
      font-size: 11px;
      padding: 6px 8px;
  }
}

/* Hide menu on large screens */
@media (min-width: 769px) {
  .mobile-menu {
      display: none !important;
  }
}

/* Global fixes to prevent horizontal scroll */
.main-content {
  overflow: visible;
  width: 100%;
}

.middle,
.down {
  overflow-x: hidden;
  overflow-y: visible;
  width: 100%;
}

/* КРИТИЧЕСКИЙ ФИКС ДЛЯ МОБИЛЬНЫХ - переопределяем все возможные блокировки */
@media (max-width: 768px) {
  html, body {
    -webkit-overflow-scrolling: touch !important;
  }
  
  body {
    display: block !important;
    flex-direction: unset !important;
    overflow-y: auto !important;
    touch-action: pan-y !important;
    height: auto !important;
    min-height: 100vh !important;
    max-height: none !important;
  }
  
  .main-content,
  .middle,
  .down,
  section,
  div {
    overflow: visible !important;
    overflow-y: visible !important;
    -webkit-overflow-scrolling: touch !important;
  }
  
  /* Убеждаемся, что контент может быть выше экрана */
  main,
  .main-content {
    min-height: auto !important;
    height: auto !important;
  }
}

.center-window,
.AboutUs2 {
  margin-left: auto;
  margin-right: auto;
}

/* Menu open state - блокируем скролл только когда меню открыто */
@media (max-width: 768px) {
  body.menu-open {
    overflow: hidden !important;
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }
  
  body.menu-open .main-content {
    overflow: visible !important;
  }
}