/* ========================================================================
   GOLASO FM26 WOW v12 — LANDING BRANDING SAFE-ZONE FIX
   Fixes the two marked cut areas: the upper hero artwork and the lower
   MORE THAN FOOTBALL slogan. No form fields or authentication logic changed.
   ======================================================================== */

/* Give the full hero artwork its own clear band below the navigation. */
#ldHeroLogo{
  left:768px!important;
  top:62px!important;
  width:320px!important;
  height:auto!important;
  max-width:none!important;
  transform:none!important;
  z-index:3!important;
  filter:drop-shadow(0 12px 24px rgba(0,0,0,.50)) saturate(1.04)!important;
}
#ldBallFx{display:none!important}
#ldHeroTag{display:none!important}

/* Keep the form comfortably beneath the complete logo. */
#ldAuthBg{
  top:164px!important;
  height:300px!important;
}
#ldSign,#ldClub{
  top:171px!important;
  height:286px!important;
}

/* Create a real clear lane between the form and feature cards. */
#ldMore{
  top:470px!important;
  z-index:6!important;
  font-size:18px!important;
  line-height:1!important;
  letter-spacing:2.6px!important;
  text-shadow:0 7px 18px rgba(0,0,0,.65)!important;
  white-space:nowrap!important;
}
.ld-card{top:498px!important}

/* The lower strip remains separated after moving the cards slightly. */
#ldBandBg{top:658px!important;height:100px!important}
#ldEv{top:678px!important}
#ldViewEv{top:717px!important}
.ld-stat{top:686px!important}
#ldLegacy{top:674px!important}
#ldPlay{top:718px!important}

/* Preserve the already-correct presenter safe zone. */
#ldstage .ld-presenter{overflow:visible!important}
