.portfolio-page-hero {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.portfolio-page-hero.has-background {
  background-image:
    linear-gradient(90deg, #f4fafcf2 0%, #f4fafcd9 48%, #ffffff9c 100%),
    var(--portfolio-background);
  background-position: center;
  background-size: cover;
}

.portfolio-page-hero.has-background::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #ffffff26, #eaf5f861);
}

.portfolio-page-hero .container {
  position: relative;
  z-index: 1;
}

.equipment-grid-six {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 900px) {
  .equipment-grid-six {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .equipment-grid-six {
    grid-template-columns: 1fr;
  }
}

.project-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.project-content .remote-support-link {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 9px;
  color: #fff;
  background: #178b51;
}

.detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button-remote-support {
  background: #178b51;
}

.service-list .service-detail-link {
  display: inline-flex;
  margin-top: 18px;
  color: #2784a5;
  font-size: 13px;
  font-weight: 800;
}

.floating-whatsapp{position:fixed;right:24px;bottom:24px;z-index:80;display:flex;align-items:center;gap:10px;color:#fff}.floating-whatsapp-label{padding:10px 14px;border-radius:12px;background:#173f48;box-shadow:0 8px 30px #09243d35;font-size:13px;font-weight:800;opacity:0;transform:translateX(10px);transition:.2s}.floating-whatsapp-icon{display:grid;place-items:center;width:58px;height:58px;border-radius:50%;background:#25d366;box-shadow:0 10px 32px #128c4c66;transition:.2s}.floating-whatsapp-icon svg{width:34px;height:34px}.floating-whatsapp:hover .floating-whatsapp-label,.floating-whatsapp:focus .floating-whatsapp-label{opacity:1;transform:none}.floating-whatsapp:hover .floating-whatsapp-icon{transform:scale(1.07)}
@media(max-width:600px){.floating-whatsapp{right:14px;bottom:max(14px,env(safe-area-inset-bottom));gap:8px}.floating-whatsapp-label{display:block;opacity:1;transform:none;padding:8px 11px;border-radius:10px;font-size:11px}.floating-whatsapp-icon{width:54px;height:54px}.floating-whatsapp-icon svg{width:32px;height:32px}}
