.niches-section {
  padding-top: 86px;
}

.niche-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: -28px 20px 42px;
}

.niche-buttons button {
  min-width: 128px;
  min-height: 42px;
  padding: 0 22px;
  border: 1px solid rgba(17, 17, 19, 0.32);
  border-radius: 999px;
  background: #ffffff;
  color: rgba(17, 17, 19, 0.58);
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 400;
}

.niche-buttons button.is-active {
  border-color: transparent;
  background: linear-gradient(90deg, #000000, #1a1a1a);
  color: #fffaf0;
  font-weight: 600;
}

.niche-panel[hidden] {
  display: none;
}

.niche-card {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(0, 0, 0, 0.1)),
    rgba(255, 255, 255, 0.035);
}

.niche-clinic-1,
.niche-clinic-2,
.niche-clinic-3,
.niche-architecture-1,
.niche-architecture-2 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.niche-clinic-1 {
  background-image: url("https://wxufmxrhcwwhqoopnwla.supabase.co/storage/v1/object/public/Z%20Group/0%20SITES/Z%20Sites/2%20Sessao%202/sitecliente1.png");
}

.niche-clinic-2 {
  background-image: url("https://wxufmxrhcwwhqoopnwla.supabase.co/storage/v1/object/public/Z%20Group/0%20SITES/Z%20Sites/2%20Sessao%202/sitecliente2.png");
}

.niche-clinic-3 {
  background-image: url("https://wxufmxrhcwwhqoopnwla.supabase.co/storage/v1/object/public/Z%20Group/0%20SITES/Z%20Sites/2%20Sessao%202/sitecliente5.png");
}

.niche-architecture-1 {
  background-image: url("https://wxufmxrhcwwhqoopnwla.supabase.co/storage/v1/object/public/Z%20Group/0%20SITES/Z%20Sites/2%20Sessao%201/Arquitetura/arquiteturasite1.png");
}

.niche-architecture-2 {
  background-image: url("https://wxufmxrhcwwhqoopnwla.supabase.co/storage/v1/object/public/Z%20Group/0%20SITES/Z%20Sites/2%20Sessao%201/Arquitetura/arquiteturasite2.png");
}

html[data-theme="light"] .niche-buttons button {
  border-color: rgba(17, 17, 19, 0.32);
  background: #ffffff;
  color: rgba(17, 17, 19, 0.58);
}

html[data-theme="light"] .niche-buttons button.is-active {
  border-color: transparent;
  background: linear-gradient(90deg, #000000, #1a1a1a);
  color: #fffaf0;
}

@media (max-width: 760px) {
  .niche-buttons {
    gap: 10px;
    margin-bottom: 30px;
  }

  .niche-buttons button {
    min-width: 0;
    min-height: 38px;
    padding: 0 16px;
    font-size: 13px;
  }
}
