/**
 * Home hero spacing fixes — Mango Morado
 * Overrides Ashley .mil-banner (Elementor widget ashley-hero-banner)
 * without depending on fragile Elementor element IDs.
 */

/* Hero: fill viewport without forcing 800px min-height */
.mil-banner {
  height: 100vh;
  height: 100dvh;
  min-height: 0;
}

.mil-banner .container {
  align-items: center;
}

.mil-banner .mil-banner-content {
  padding-bottom: 48px;
}

/* Keep "Sigue Bajando" circle fully inside the viewport */
.mil-banner .mil-circle-text {
  bottom: 32px;
}

@media screen and (max-width: 768px) {
  .mil-banner {
    height: auto;
    min-height: 100dvh;
    padding: 100px 0 60px;
  }

  .mil-banner .mil-banner-content {
    padding-bottom: 0;
  }
}

/*
 * Pull "Empecemos" into the first viewport.
 * Targets the CTA by its href (stable) instead of Elementor data-id.
 * Prefer later moving this widget into the hero section in Elementor.
 */
.elementor-widget-wpr-button:has(a[href="https://web.mangomorado.com"]) {
  position: relative;
  z-index: 3;
  margin-top: -120px;
  margin-bottom: 40px;
}

@media screen and (max-width: 992px) {
  .elementor-widget-wpr-button:has(a[href="https://web.mangomorado.com"]) {
    margin-top: -40px;
  }
}
