.hero-section {
  background: radial-gradient(circle at top left, #e0f7fd 0, #f5f7fb 40%, #ffffff 100%);
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.hero-badge {
  font-size: 0.8rem;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--stay-primary);
  background: var(--stay-primary-soft);
  border-radius: 999px;
  padding: .25rem .85rem;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.hero-title {
  font-family: "Bona Nova SC", "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 2.75rem);
}

.hero-shadow-card {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.12);
  padding: 1.5rem;
}

.tag-chip {
  font-size: 0.75rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #dee2e6;
  padding: .2rem .65rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #495057;
  white-space: nowrap;
}

.tag-chip i {
  font-size: 0.85rem;
}

.filter-pill {
  border-radius: 999px;
  border: 1px solid var(--bs-secondary);
  color: var(--bs-secondary);
  background: transparent;
  padding: .35rem 1rem;
  font-size: .85rem;
}

.filter-pill.active {
  background: var(--stay-primary);
  border-color: var(--stay-primary);
  color: #ffffff;
}

.stay-section-header {
  padding-top: 2rem;
  padding-bottom: .75rem;
}

.stay-section-header h2 {
  font-size: 1.6rem;
}

.stay-card-wrapper {
  transition: transform .2s ease, opacity .25s ease;
}

.stay-card-wrapper.hide-card {
  opacity: 0;
  transform: translateY(6px) scale(.98);
  pointer-events: none;
}

.stay-card {
  border-radius: 1.3rem;
  border: 1px solid rgba(15, 23, 42, 0.04);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.08);
  overflow: hidden;
  background: #ffffff;
}

.stay-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
}

.stay-card img.card-img-top {
  height: 220px;
  object-fit: cover;
  width: 100%;
}

.stay-card.featured {
  border: 2px solid #ffc107;
}

@media (max-width: 575.98px) {
  .stay-card img.card-img-top {
    height: 200px;
  }
}

.stay-card .card-body {
  padding: 1.1rem 1.25rem 0.9rem;
}

.stay-name {
  font-size: 1.05rem;
  font-weight: 600;
}

.stay-meta {
  font-size: 0.8rem;
  color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  gap: .35rem .75rem;
}

.stay-meta i {
  font-size: 0.9rem;
}

.stay-highlights {
  font-size: 0.8rem;
  color: #495057;
  margin-bottom: .35rem;
}

.stay-chip {
  font-size: 0.7rem;
  border-radius: 999px;
  padding: .18rem .5rem;
  background: var(--stay-primary-soft);
  color: var(--stay-primary);
  white-space: nowrap;
}

.card-footer {
  padding: .75rem 1.25rem 1rem;
  background: #fafbff;
  border-top: 1px solid rgba(15, 23, 42, 0.05);
}

.address-link {
  font-size: 0.8rem;
  text-decoration: none;
  color: #495057;
}

.address-link i {
  color: var(--stay-primary);
}

.stay-phone {
  font-size: 0.8rem;
}

.btn-website {
  font-size: .8rem;
  border-radius: 999px;
}

.quick-search-card {
  border-radius: 1.25rem;
  border: 1px solid rgba(15, 23, 42, 0.05);
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

.form-control:focus {
  box-shadow: 0 0 0 .15rem rgba(11, 114, 133, .15);
  border-color: var(--stay-primary);
}

.no-results {
  display: none;
}

.no-results.show {
  display: block;
}

.phone-link {
  color: #495057;
  text-decoration: none;
}

