* {
  font-family: "Poppins";
}

li.active a {
  border-bottom: 2px solid #9aee1c;
}

.mobile-menu {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

.mobile-menu.open {
  max-height: 300px;
}

.hamburger span {
  transition: all 0.3s ease-in-out;
}

.hamburger.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}

section.main {
  background-image: url("https://plus.unsplash.com/premium_photo-1679920025550-75324e59680f?q=80&w=1169&auto=format&fit=crop&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D");
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  position: relative;
  isolation: isolate;
}

section.main::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
}

section.main > * {
  position: relative;
  z-index: 1;
}

.wpp {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.contact-bg {
  background: linear-gradient(135deg, rgba(36, 34, 35, 0.8) 0%, rgba(59, 58, 58, 0.9) 100%), url('Imagenes/header.png');
  background-size: cover;
  background-position: center;
}

/* Productos */
.products-hero-shell {
  background: linear-gradient(135deg, #252d75 0%, #3f3f97 42%, #1296d1 100%);
  box-shadow: 0 18px 40px rgba(37, 45, 117, 0.22);
}

.products-hero-aside {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.22), transparent 36%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02));
}

.products-chip {
  border-radius: 999px;
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  text-align: center;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(6px);
}

.hero-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #25d366;
  box-shadow: 0 0 0 5px rgba(37, 211, 102, 0.14);
  flex: none;
}

.products-frame {
  background: linear-gradient(180deg, #ffffff 0%, #f4f8fc 100%);
  border: 1px solid #e8eef6;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}