.elementor-396724 .elementor-element.elementor-element-f95111f:not(.elementor-motion-effects-element-type-background), .elementor-396724 .elementor-element.elementor-element-f95111f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020101;}.elementor-396724 .elementor-element.elementor-element-f95111f{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-396724 .elementor-element.elementor-element-f95111f > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for section, class: .elementor-element-f95111f *//* =============================================
   ZAMPONE — Footer
   ============================================= */

.zampone-footer {
  background: #111111;
  border-top: 3px solid #AB101A;
  padding: 60px 40px 32px;
  font-family: 'Inter', sans-serif;
}

.zampone-footer__main {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 48px;
  margin-bottom: 48px;
}

/* --- BRAND --- */
.zampone-footer__logo {
  max-height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.9;
  margin-bottom: 16px;
  display: block;
}

.zampone-footer__desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0 0 20px;
  max-width: 240px;
}

.zampone-footer__redes {
  display: flex;
  gap: 12px;
}

.zampone-footer__redes a {
  color: rgba(255, 255, 255, 0.8);
  transition: color 0.2s;
  display: flex;
  align-items: center;
}

.zampone-footer__redes a:hover {
  color: #AB101A;
}

/* --- COLUMNAS --- */
.zampone-footer__col-titulo {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #AB101A;
  margin-bottom: 18px;
}

.zampone-footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.zampone-footer__links li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  transition: color 0.2s;
  line-height: 1.4;
}

.zampone-footer__links li a:hover {
  color: #FFFFFF;
}

/* --- CONTACTO --- */
.zampone-footer__contacto {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.zampone-footer__contacto li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
}

.zampone-footer__contacto li svg {
  flex-shrink: 0;
}

/* --- DIVISOR --- */
.zampone-footer__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.08);
  margin-bottom: 24px;
}

/* --- COPYRIGHT --- */
.zampone-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
  color: rgba(255, 255, 255, 0.65);
}

.zampone-footer__bottom a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s;
}

.zampone-footer__bottom a:hover {
  color: #AB101A;
}

/* --- RESPONSIVE --- */
@media (max-width: 1024px) {
  .zampone-footer__main {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
}

@media (max-width: 600px) {
  .zampone-footer {
    padding: 40px 20px 24px;
  }
  .zampone-footer__main {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .zampone-footer__bottom {
    flex-direction: column;
    text-align: center;
  }
}/* End custom CSS */