.elementor-199 .elementor-element.elementor-element-4e8fd52{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-27b6ac7 *//* ===============================
   Urban Flower Hero (2-col + collage)
   =============================== */

.uf-hero{
  padding: clamp(48px, 6vw, 90px) 18px;
  background: #fff;
}

.uf-hero__inner{
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: clamp(24px, 5vw, 60px);
  align-items: center;
}

/* Copy */
.uf-hero__title{
  font-size: clamp(38px, 4.5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.02em;
  margin: 0 0 18px 0;
  color: #111;
}

.uf-hero__text{
  max-width: 56ch;
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: rgba(0,0,0,.72);
}

/* Media / collage */
.uf-hero__media{
  display: flex;
  justify-content: center;
}

.uf-hero__collage{
  position: relative;
  width: min(520px, 100%);
  aspect-ratio: 1 / 1;
}

.uf-hero__img{
  position: absolute;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 18px 45px rgba(0,0,0,.12);
  background: #f3f3f3;
}

/* Big tilted image */
.uf-hero__img--big{
  inset: 0;
  transform: none; /* imagen derecha */
}

}

/* Overlay image */
.uf-hero__img--small{
  width: 62%;
  height: 62%;
  left: -6%;
  top: 42%;
  transform: rotate(-6deg);
  box-shadow: 0 18px 40px rgba(0,0,0,.14);
}

/* Responsive */
@media (max-width: 980px){
  .uf-hero__inner{
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .uf-hero__text{
    max-width: 70ch;
  }

  .uf-hero__collage{
    width: min(560px, 100%);
  }

  .uf-hero__img--small{
    left: 2%;
    top: 52%;
  }
}

@media (max-width: 520px){
  .uf-hero__img{
    border-radius: 20px;
  }
}/* End custom CSS */