/* Footer — Distribuidora Diva */
.elementor-location-footer {
  --diva-gold: #dcae3b;
  --diva-gold-deep: #c49a2f;
  --diva-ink: #242424;
  --diva-taupe: #59504b;
  --diva-soft: #f7f4f1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  overflow-x: clip;
  font-family: Montserrat, system-ui, sans-serif;
}

.elementor-location-footer.elementor-129,
.elementor-location-footer .elementor-129 {
  width: 100%;
  max-width: none;
}

.elementor-location-footer .diva-footer,
.elementor-location-footer .elementor-element.diva-footer {
  background:
    radial-gradient(ellipse 55% 80% at 0% 0%, rgba(220, 174, 59, 0.14), transparent 55%),
    radial-gradient(ellipse 40% 60% at 100% 100%, rgba(220, 174, 59, 0.08), transparent 50%),
    linear-gradient(180deg, #2e2926 0%, #1f1c1a 100%);
}

/* Full-bleed footer: background 100%, content still centered */
.elementor-location-footer .diva-footer-grid,
.elementor-location-footer .elementor-element.diva-footer-grid {
  width: 100% !important;
  max-width: 100% !important;
  --width: 100% !important;
  --content-width: 100% !important;
  --container-max-width: 100% !important;
  margin-inline: 0 !important;
  box-sizing: border-box;
  padding: 56px max(24px, calc((100% - 1200px) / 2)) 40px !important;
  align-items: flex-start !important;
  flex-wrap: wrap !important;
  gap: 32px 28px !important;
  overflow-x: clip;
}

.elementor-location-footer .diva-footer-grid,
.elementor-location-footer .elementor-element.diva-footer-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
}

.elementor-location-footer .diva-footer-col {
  min-width: 0 !important;
  max-width: none;
  flex: 1 1 0 !important;
  width: 20% !important;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.elementor-location-footer .diva-footer-col--logo {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 16px !important;
}

.elementor-location-footer .diva-footer-col--logo .elementor-widget-image img {
  width: 110px;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(220, 174, 59, 0.35);
}

.elementor-location-footer .diva-footer-socials {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-location-footer .diva-footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(220, 174, 59, 0.35);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.elementor-location-footer .diva-footer-socials__link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.elementor-location-footer .diva-footer-socials__link:hover {
  background: rgba(220, 174, 59, 0.18);
  border-color: var(--diva-gold);
  color: var(--diva-gold);
  transform: translateY(-1px);
}

.elementor-location-footer .diva-footer-col .elementor-heading-title {
  position: relative;
  margin: 0 0 16px;
  padding-bottom: 10px;
  color: #fff !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.elementor-location-footer .diva-footer-col .elementor-heading-title::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: var(--diva-gold);
  content: "";
}

.elementor-location-footer .diva-footer-col--brand .elementor-heading-title {
  font-size: 1.05rem !important;
  letter-spacing: 0.02em;
  text-transform: none;
}

.elementor-location-footer .diva-footer-col--brand .elementor-widget-text-editor,
.elementor-location-footer .diva-footer-col--brand .elementor-widget-text-editor p {
  max-width: 28ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.9rem;
  line-height: 1.65;
}

.elementor-location-footer .diva-footer-col .elementor-nav-menu--main .elementor-nav-menu,
.elementor-location-footer .diva-footer-col .elementor-nav-menu {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.elementor-location-footer .diva-footer-col .elementor-nav-menu--main .elementor-item,
.elementor-location-footer .diva-footer-col .elementor-nav-menu a {
  display: inline-block;
  padding: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  transition: color 0.2s ease, transform 0.2s ease;
}

.elementor-location-footer .diva-footer-col .elementor-nav-menu--main .elementor-item:hover,
.elementor-location-footer .diva-footer-col .elementor-nav-menu a:hover {
  color: var(--diva-gold) !important;
  transform: translateX(3px);
}

.elementor-location-footer .diva-footer-col--contact .elementor-widget-text-editor,
.elementor-location-footer .diva-footer-col--contact .elementor-widget-text-editor p,
.elementor-location-footer .diva-footer-col--contact .elementor-widget-text-editor a {
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 0.9rem;
  line-height: 1.55;
  text-decoration: none;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.elementor-location-footer .diva-footer-col--contact .elementor-widget-text-editor a:hover {
  color: var(--diva-gold) !important;
}

.elementor-location-footer .diva-footer-bottom,
.elementor-location-footer .elementor-element.diva-footer-bottom {
  width: 100% !important;
  max-width: none !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  background: #181614 !important;
  --padding-top: 6px !important;
  --padding-bottom: 6px !important;
  --padding-left: 20px !important;
  --padding-right: 20px !important;
  padding: 6px 20px !important;
  min-height: 0 !important;
}

.elementor-location-footer .diva-footer-bottom > .elementor-container,
.elementor-location-footer .diva-footer-bottom .elementor-column-wrap,
.elementor-location-footer .diva-footer-bottom .elementor-widget-wrap {
  padding: 0 !important;
  min-height: 0 !important;
}

.elementor-location-footer .diva-footer-bottom .elementor-widget-text-editor,
.elementor-location-footer .diva-footer-bottom .elementor-widget-text-editor p {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.45) !important;
  font-size: 0.78rem;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

@media (max-width: 1024px) {
  .elementor-location-footer .diva-footer-grid,
  .elementor-location-footer .elementor-element.diva-footer-grid {
    padding: 48px 20px 32px !important;
    gap: 28px 24px !important;
    flex-wrap: wrap !important;
  }

  .elementor-location-footer .diva-footer-col {
    flex: 1 1 calc(33.333% - 16px) !important;
    width: auto !important;
  }

  .elementor-location-footer .diva-footer-col--logo {
    flex: 1 1 100% !important;
    align-items: center !important;
  }

  .elementor-location-footer .diva-footer-socials {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .elementor-location-footer .diva-footer-grid,
  .elementor-location-footer .elementor-element.diva-footer-grid {
    padding: 40px 20px 28px !important;
    gap: 28px !important;
    flex-direction: column !important;
    align-items: stretch !important;
    flex-wrap: nowrap !important;
  }

  .elementor-location-footer .diva-footer-col,
  .elementor-location-footer .diva-footer-col--logo,
  .elementor-location-footer .diva-footer-col--brand,
  .elementor-location-footer .diva-footer-col--contact {
    flex: 1 1 auto !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  .elementor-location-footer .diva-footer-col--logo {
    text-align: center;
    align-items: center !important;
  }

  .elementor-location-footer .diva-footer-col--logo .elementor-widget-image img {
    margin-inline: auto;
  }

  .elementor-location-footer .diva-footer-socials {
    justify-content: center;
  }

  .elementor-location-footer .diva-footer-col--brand .elementor-widget-text-editor p {
    max-width: none;
  }

  .elementor-location-footer .diva-footer-col .elementor-heading-title::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .elementor-location-footer .diva-footer-col--brand .elementor-heading-title,
  .elementor-location-footer .diva-footer-col--menu .elementor-heading-title,
  .elementor-location-footer .diva-footer-col--cats .elementor-heading-title,
  .elementor-location-footer .diva-footer-col--contact .elementor-heading-title {
    text-align: center;
  }

  .elementor-location-footer .diva-footer-col--brand,
  .elementor-location-footer .diva-footer-col--menu,
  .elementor-location-footer .diva-footer-col--cats,
  .elementor-location-footer .diva-footer-col--contact {
    text-align: center;
  }

  .elementor-location-footer .diva-footer-col .elementor-nav-menu--main .elementor-nav-menu,
  .elementor-location-footer .diva-footer-col .elementor-nav-menu {
    align-items: center;
  }

  .elementor-location-footer .diva-footer-col .elementor-nav-menu--main .elementor-item:hover,
  .elementor-location-footer .diva-footer-col .elementor-nav-menu a:hover {
    transform: none;
  }
}
