/* ===========================================
   ZenOps - Partenaires Section Styles
   =========================================== */

.partenaires {
  position: relative;
  width: 100%;
  max-width: 1512px;
  padding: 80px 80px 60px;
}

/* Header - aligned left like other sections */
.partenaires__header {
  margin-bottom: 60px;
}

.partenaires__kicker {
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: 0.03em;
  color: #3BFF9A;
  margin: 0 0 20px 0;
}

.partenaires__title {
  font-family: 'Clash Grotesk', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 110%;
  color: #F4F6FB;
  margin: 0;
}

/* Logos */
.partenaires__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  flex-wrap: wrap;
}

.partenaires__logo {
  opacity: 0.5;
  transition: opacity 0.3s ease;
  filter: grayscale(100%) brightness(1.2);
}

.partenaires__logo:hover {
  opacity: 1;
}

/* Individual sizing for visual balance */
.partenaires__logo--teleport  { width: 140px; height: auto; }
.partenaires__logo--castai    { width: 130px; height: auto; }
.partenaires__logo--portworx  { width: 140px; height: auto; }
.partenaires__logo--suse      { width: 150px; height: auto; }
.partenaires__logo--sophos    { width: 115px; height: auto; }
.partenaires__logo--opentext  { width: 150px; height: auto; }

/* Responsive */
@media (max-width: 1200px) {
  .partenaires {
    padding: 60px 40px 40px;
  }

  .partenaires__logos {
    justify-content: center;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .partenaires {
    padding: 40px 20px 32px;
  }

  .partenaires__header {
    margin-bottom: 36px;
  }

  .partenaires__title {
    font-size: 36px;
  }

  .partenaires__logos {
    gap: 32px 40px;
    justify-content: center;
  }

  .partenaires__logo--teleport  { width: 110px; }
  .partenaires__logo--castai    { width: 100px; }
  .partenaires__logo--portworx  { width: 110px; }
  .partenaires__logo--suse      { width: 120px; }
  .partenaires__logo--sophos    { width: 90px; }
  .partenaires__logo--opentext  { width: 120px; }
}
