/* ================================================
   NOSOTROS SOSTENIBLES — ¡Seamos Sostenibles!
   ================================================ */

.nosotros-sostenibles {
  width: 100%;
  background-image: url('/themes/custom/aires_theme/images/adn-bg-seamos-sostenibles-01.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  margin-top: 60px;
}

.nosotros-sostenibles__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.nosotros-sostenibles__titulo {
  font-family: 'VasttagBrush', cursive;
  font-size: 150px;
  color: #ffffff;
  margin: 0;
  line-height: 1.1;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.nosotros-sostenibles__subtitulo {
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
  text-shadow: 0 2px 8px rgba(0,0,0,0.3);
}

.nosotros-sostenibles__boton {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 30px;
  min-width: 350px;
  min-height: 120px;
  text-decoration: none;
  margin-top: 8px;
}

.nosotros-sostenibles__boton::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url('/themes/custom/aires_theme/images/adn-bg-btn-1.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  animation: brocha 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.nosotros-sostenibles__boton span {
  position: relative;
  z-index: 1;
  font-family: 'Figtree', sans-serif;
  font-size: 30px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

@keyframes brocha {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}


/* Responsive */
@media (max-width: 768px) {
  .nosotros-sostenibles {
    padding: 60px 0;
  }

  .nosotros-sostenibles__container {
    padding: 0 24px;
  }

  .nosotros-sostenibles__titulo {
    font-size: 3rem;
  }

  .nosotros-sostenibles__subtitulo {
    font-size: 1.1rem;
  }
}
