#stay-here-front {
  font-family: 'Inter', 'Segoe UI', sans-serif;
  background: radial-gradient(circle at top, #f0f6ff 0%, #ffffff 55%, #f7f9fc 100%);
  padding: 40px 20px 60px;
  color: #182536;
}

.stayhere-app {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 32px;
}

.stayhere-hero {
  background: linear-gradient(135deg, rgba(35, 189, 184, 0.95), rgba(29, 126, 215, 0.95)), url('https://images.unsplash.com/photo-1526498460520-4c246339dccb?auto=format&fit=crop&w=1600&q=60') center/cover;
  border-radius: 28px;
  padding: 40px 36px;
  color: #ffffff;
  box-shadow: 0 20px 60px rgba(17, 52, 92, 0.28);
  display: grid;
  gap: 24px;
}

.stayhere-hero h1 {
  margin: 0;
  font-size: 40px;
  font-weight: 700;
}

.stayhere-hero p {
  margin: 0;
  font-size: 18px;
  max-width: 640px;
  line-height: 1.6;
  opacity: 0.95;
}

.stayhere-search {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 16px;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  box-shadow: 0 10px 26px rgba(10, 44, 82, 0.18);
  backdrop-filter: blur(6px);
}

.stayhere-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stayhere-field label {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #1a3956;
}

.stayhere-field input,
.stayhere-field select {
  border: none;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  background: #f4f7fb;
  box-shadow: inset 0 0 0 1px rgba(32, 96, 146, 0.12);
  transition: box-shadow 0.2s ease;
}

.stayhere-field input:focus,
.stayhere-field select:focus {
  outline: none;
  box-shadow: inset 0 0 0 2px rgba(35, 189, 184, 0.65);
}

.stayhere-search-button {
  align-self: end;
  background: linear-gradient(135deg, #23bdb8, #1d7ed7);
  color: #ffffff;
  font-weight: 600;
  border: none;
  border-radius: 16px;
  padding: 12px 20px;
  cursor: pointer;
  box-shadow: 0 12px 26px rgba(29, 126, 215, 0.24);
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.stayhere-search-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(29, 126, 215, 0.28);
  filter: brightness(1.05);
}

.stayhere-view-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 6px;
  width: fit-content;
}

.stayhere-view-toggle button {
  background: transparent;
  border: none;
  border-radius: 999px;
  padding: 8px 18px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s ease;
}

.stayhere-view-toggle button.active {
  background: rgba(255, 255, 255, 0.9);
  color: #16527a;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.stayhere-content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 24px;
}

.stayhere-results {
  display: grid;
  gap: 20px;
}

.stayhere-resort-card,
.stayhere-room-card {
  display: grid;
  gap: 18px;
  background: #ffffff;
  border-radius: 24px;
  padding: 18px;
  border: 1px solid #dfe6f3;
  box-shadow: 0 18px 36px rgba(18, 45, 73, 0.12);
}

.stayhere-resort-content,
.stayhere-room-content {
  display: grid;
  gap: 12px;
}

.stayhere-resort-card h2,
.stayhere-room-card h3 {
  margin: 0;
  color: #143655;
  font-weight: 700;
}

.stayhere-location,
.stayhere-room-resort {
  font-weight: 600;
  color: #1d7ed7;
  font-size: 14px;
}

.stayhere-room-meta {
  display: flex;
  gap: 16px;
  font-size: 14px;
  color: #4b5f74;
}

.stayhere-pill-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.stayhere-pill-row span {
  background: #eef5ff;
  color: #1e4066;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 13px;
}

.stayhere-resort-actions,
.stayhere-room-content button {
  display: flex;
  gap: 12px;
}

.stayhere-resort-actions button,
.stayhere-room-content button {
  border: none;
  border-radius: 16px;
  padding: 9px 18px;
  background: linear-gradient(135deg, #1d7ed7, #23bdb8);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 10px 22px rgba(29, 126, 215, 0.22);
}

.stayhere-resort-actions button:hover,
.stayhere-room-content button:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(29, 126, 215, 0.26);
  filter: brightness(1.05);
}

.stayhere-gallery {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 220px;
  background: #dbe5f5;
}

.stayhere-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stayhere-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.45);
  color: #ffffff;
  border: none;
  border-radius: 999px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.stayhere-gallery-control.prev {
  left: 12px;
}

.stayhere-gallery-control.next {
  right: 12px;
}

.stayhere-gallery-dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  gap: 6px;
}

.stayhere-gallery-dots button {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  border: none;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}

.stayhere-gallery-dots button.active {
  background: #ffffff;
}

.stayhere-gallery--empty {
  display: grid;
  place-items: center;
  font-size: 32px;
  color: #8aa5c8;
}

.stayhere-checkout {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid #dfe5f3;
  box-shadow: 0 18px 40px rgba(16, 46, 78, 0.16);
  position: sticky;
  top: 24px;
  height: fit-content;
  display: grid;
  gap: 16px;
}

.stayhere-checkout h2 {
  margin: 0;
  font-size: 24px;
  color: #142d4d;
}

.stayhere-checkout form {
  display: grid;
  gap: 12px;
}

.stayhere-checkout label {
  font-weight: 600;
  font-size: 14px;
  color: #1f3956;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stayhere-checkout input {
  border-radius: 12px;
  border: 1px solid #d4deeb;
  padding: 12px 14px;
  font-size: 15px;
  transition: border 0.2s ease, box-shadow 0.2s ease;
}

.stayhere-checkout input:focus {
  outline: none;
  border-color: #23bdb8;
  box-shadow: 0 0 0 3px rgba(35, 189, 184, 0.2);
}

.stayhere-book-button {
  border: none;
  border-radius: 18px;
  padding: 12px 20px;
  background: linear-gradient(135deg, #23bdb8, #1d7ed7);
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
  box-shadow: 0 14px 28px rgba(35, 189, 184, 0.24);
}

.stayhere-book-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(35, 189, 184, 0.28);
  filter: brightness(1.05);
}

.stayhere-feedback {
  border-radius: 12px;
  padding: 12px 14px;
  font-weight: 600;
}

.stayhere-feedback.success {
  background: #e6f9f4;
  color: #1f6f54;
}

.stayhere-feedback.error {
  background: #ffe5e8;
  color: #93293d;
}

.stayhere-payment-summary {
  margin: 0;
  font-size: 14px;
  color: #406385;
  padding: 12px;
  background: #f4f8ff;
  border-radius: 12px;
}

@media (max-width: 980px) {
  .stayhere-content {
    grid-template-columns: 1fr;
  }

  .stayhere-checkout {
    position: static;
  }
}

@media (max-width: 640px) {
  #stay-here-front {
    padding: 24px 16px 40px;
  }

  .stayhere-hero {
    padding: 32px 24px;
  }
}

@media (max-width: 900px) {
  .stayhere-search {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .stayhere-resort-card,
  .stayhere-room-card {
    padding: 16px;
  }

  .stayhere-gallery {
    height: 200px;
  }
}

@media (max-width: 720px) {
  .stayhere-search {
    grid-template-columns: 1fr 1fr;
  }

  .stayhere-search-button {
    grid-column: 1 / -1;
    width: 100%;
    align-self: stretch;
  }

  .stayhere-room-meta {
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
  }
}

@media (max-width: 540px) {
  .stayhere-search {
    grid-template-columns: 1fr;
  }

  .stayhere-gallery {
    height: 180px;
  }

  .stayhere-hero {
    padding: 28px 20px;
  }

  .stayhere-search-button {
    border-radius: 18px;
  }
}
