/* Google Font Import */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap');

/* Main Overlay Styles */
.gorentpe-modal-overlay-4dc1d95e {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  font-family: 'Poppins', sans-serif;
}

/* Offset for WordPress Admin Bar when user is logged in */
body.admin-bar .gorentpe-modal-overlay-4dc1d95e {
  top: var(--wp-admin--admin-bar--height, 32px);
  height: calc(100% - var(--wp-admin--admin-bar--height, 32px));
}

@media screen and (max-width: 782px) {
  body.admin-bar .gorentpe-modal-overlay-4dc1d95e {
    top: 46px;
    height: calc(100% - 46px);
  }
}

/* Backdrop Blur */
.gorentpe-modal-backdrop-4dc1d95e {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

/* Container Glassmorphism styles */
.gorentpe-modal-container-4dc1d95e {
  position: relative;
  width: 650px;
  max-width: 95%;
  border-radius: 28px;
  background: linear-gradient(135deg, #6C2BD9 0%, #9B59B6 50%, #FF9E57 100%);
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
  transform: scale(0.9);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 1000000;
  padding: 60px 50px;
  box-sizing: border-box;
}

/* Show States */
.gorentpe-modal-overlay-4dc1d95e.is-open-4dc1d95e {
  opacity: 1;
  visibility: visible;
}

.gorentpe-modal-overlay-4dc1d95e.is-open-4dc1d95e .gorentpe-modal-container-4dc1d95e {
  transform: scale(1);
}

/* Prevent scroll on body */
body.gorentpe-popup-active-4dc1d95e {
  overflow: hidden;
}

/* Close Button styling */
.gorentpe-modal-close-4dc1d95e {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.3s ease;
  z-index: 1000002;
}

.gorentpe-modal-close-4dc1d95e span {
  font-size: 24px;
  color: #718096;
  line-height: 1;
  transition: color 0.3s ease;
}

.gorentpe-modal-close-4dc1d95e:hover {
  background-color: #6C2BD9;
}

.gorentpe-modal-close-4dc1d95e:hover span {
  color: #ffffff;
}

/* Modal Content Inner */
.gorentpe-modal-content-4dc1d95e {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

/* Logo Styling */
.gorentpe-modal-logo-4dc1d95e {
  font-size: 50px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 24px;
  letter-spacing: -1px;
  text-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.gorentpe-modal-logo-4dc1d95e .highlight-orange-4dc1d95e {
  color: #FF9E57;
}

/* Pill Badge */
.gorentpe-modal-badge-4dc1d95e {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 24px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.25);
  margin-bottom: 28px;
}

.badge-emoji-4dc1d95e {
  font-size: 14px;
}

.gorentpe-modal-badge-4dc1d95e span:last-child {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.8px;
}

/* Main Heading */
.gorentpe-modal-title-4dc1d95e {
  font-size: 52px;
  font-weight: 800;
  color: #ffffff;
  margin: 0 0 16px 0;
  line-height: 1.1;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Description */
.gorentpe-modal-desc-4dc1d95e {
  font-size: 20px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  max-width: 500px;
  margin: 0 auto 40px auto;
}

/* Cities Grid */
.gorentpe-cities-grid-4dc1d95e {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

/* City Card */
.gorentpe-city-card-4dc1d95e {
  background: #ffffff;
  border-radius: 22px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: transform 0.35s cubic-bezier(0.25, 0.8, 0.25, 1), background-color 0.35s ease, box-shadow 0.35s ease;
  box-sizing: border-box;
}

.gorentpe-city-icon-container-4dc1d95e {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.city-emoji-4dc1d95e {
  font-size: 48px;
  line-height: 1;
}

.gorentpe-city-name-4dc1d95e {
  font-size: 22px;
  font-weight: 700;
  color: #2D3748;
  margin: 0;
  transition: color 0.35s ease;
}

/* City Card Hover State */
.gorentpe-city-card-4dc1d95e:hover {
  transform: translateY(-8px) scale(1.05);
  background-color: #6C2BD9;
  box-shadow: 0 15px 30px rgba(108, 43, 217, 0.4);
}

.gorentpe-city-card-4dc1d95e:hover .gorentpe-city-name-4dc1d95e {
  color: #ffffff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .gorentpe-modal-container-4dc1d95e {
    padding: 40px 24px;
  }
  .gorentpe-modal-close-4dc1d95e {
    top: 16px;
    right: 16px;
  }
  .gorentpe-modal-title-4dc1d95e {
    font-size: 38px;
  }
  .gorentpe-modal-logo-4dc1d95e {
    font-size: 42px;
  }
  .gorentpe-cities-grid-4dc1d95e {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .gorentpe-city-card-4dc1d95e {
    padding: 24px 12px;
  }
  .gorentpe-city-name-4dc1d95e {
    font-size: 18px;
  }
  .city-emoji-4dc1d95e {
    font-size: 38px;
  }
}

@media (max-width: 480px) {
  .gorentpe-cities-grid-4dc1d95e {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .gorentpe-city-card-4dc1d95e {
    flex-direction: row;
    justify-content: flex-start;
    padding: 16px 24px;
    gap: 18px;
  }
  .gorentpe-city-icon-container-4dc1d95e {
    margin-bottom: 0;
  }
  .city-emoji-4dc1d95e {
    font-size: 32px;
  }
  .gorentpe-city-name-4dc1d95e {
    font-size: 20px;
  }
}
