/* ═══════════════════════════════════
   MAP PAGE — Full-width, light, premium
═══════════════════════════════════ */

.map-page {
  position: relative;
  padding-top: 0;
  min-height: calc(100vh - 56px);
  background: #f8f9fa;
}

.map-container {
  width: 100%;
  height: calc(100vh - 56px);
  min-height: 400px;
  background: #fff;
}

.map-status {
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Poppins', sans-serif;
  font-size: 0.8rem;
  color: rgba(13, 13, 13, 0.7);
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  pointer-events: none;
  z-index: 1000;
  border: 1px solid rgba(40, 167, 69, 0.2);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.map-footer {
  background: #f8f9fa;
  text-align: center;
  padding: 1rem;
  font-family: 'Poppins', sans-serif;
  font-size: 0.75rem;
  color: rgba(13, 13, 13, 0.6);
  letter-spacing: 0.05em;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

/* Leaflet light theme */
.map-container.leaflet-container {
  font-family: 'Poppins', sans-serif;
}

.leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.leaflet-popup-content {
  margin: 1rem 1.25rem;
  min-width: 200px;
  color: #0d0d0d;
}

.leaflet-popup-tip {
  background: #fff;
}

.alina-marker {
  background: transparent !important;
  border: none !important;
}

.map-popup__title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem;
  font-weight: 600;
  margin: 0 0 0.35rem;
  color: #0d0d0d;
}

.map-popup__area {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
  color: rgba(13, 13, 13, 0.65);
  margin-bottom: 0.25rem;
}

.map-popup__price {
  font-size: 0.8rem;
  font-weight: 600;
  color: #28a745;
  margin: 0 0 0.75rem;
}

.map-popup__btn {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  background: #28a745;
  border: 1px solid #28a745;
  border-radius: 8px;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.map-popup__btn:hover {
  background: #0e7a3f;
  border-color: #0e7a3f;
}

.map-popup--coming-soon .map-popup__title {
  color: #0d0d0d;
}

.map-popup--coming-soon .map-popup__area {
  color: rgba(40, 167, 69, 0.8);
}
