.property-types__filters {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.property-types__filters::-webkit-scrollbar {
  display: none;
}

.property-types__filter {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.6rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: #f3f4f6;
  padding: 0.75rem 1.4rem;
  color: #475569;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.property-types__filter.is-active {
  background: #252525;
  color: #ffffff;
}

.property-types__filter.is-soon:not(.is-active) {
  border-color: rgba(37, 37, 37, 0.18);
  background: #ffffff;
  color: #334155;
}

.property-types__badge {
  border-radius: 999px;
  background: rgba(196, 156, 116, 0.16);
  padding: 0.2rem 0.55rem;
  color: #9a6e40;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-types__filter.is-active .property-types__badge {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.property-types__card {
  overflow: hidden;
  border-radius: 1rem;
  background-color: #ffffff;
  box-shadow: 0 4px 6px -1px rgba(15, 23, 42, 0.12), 0 2px 4px -2px rgba(15, 23, 42, 0.12);
  transition: box-shadow 0.3s ease;
}

.property-types__card:hover {
  box-shadow: 0 20px 25px -5px rgba(15, 23, 42, 0.14), 0 8px 10px -6px rgba(15, 23, 42, 0.12);
}

.property-types__panel {
  min-height: 16rem;
}

.property-types__soon-card {
  max-width: 28rem;
  border: 1px solid rgba(196, 156, 116, 0.28);
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(255, 248, 240, 1), rgba(249, 241, 231, 1));
  padding: 1.5rem;
  box-shadow: 0 16px 30px -18px rgba(148, 103, 55, 0.35);
}

.property-types__soon-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  background: rgba(196, 156, 116, 0.16);
  padding: 0.35rem 0.7rem;
  color: #9a6e40;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.property-types__soon-title {
  margin-top: 1rem;
  color: #252525;
  font-size: 1.75rem;
  font-weight: 700;
}

.property-types__soon-copy {
  margin-top: 0.75rem;
  color: #64748b;
  font-size: 1rem;
  line-height: 1.65;
}
