/* ==============================================================
   SiestaGame v766 — HERO FIX ONLY
   v761 design + v765 alignment are preserved.
   Changes only:
   1) approved balanced SIESTA KO hero artwork
   2) removes visible HTML button layer so no dark/duplicate shadows
   3) keeps transparent clickable zones over baked clean buttons
   ============================================================== */

body.sg-page-index-v761 .upper-scene{
  position:relative!important;
  overflow:hidden!important;
  background:#020304!important;
}
body.sg-page-index-v761 .design-upper{
  display:block!important;
  width:100%!important;
  height:auto!important;
  margin:0!important;
  object-fit:contain!important;
  image-rendering:auto!important;
}

/* The approved v766 artwork already contains the clean CTA buttons.
   Keep anchors clickable, but make their old visual HTML layer invisible. */
body.sg-page-index-v761 .upper-scene > .play.hero-clean-btn,
body.sg-page-index-v761 .upper-scene > .discord.hero-clean-btn{
  position:absolute!important;
  top:auto!important;
  bottom:8.5%!important;
  height:14.4%!important;
  z-index:30!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  text-shadow:none!important;
  overflow:visible!important;
  opacity:1!important;
}
body.sg-page-index-v761 .upper-scene > .play.hero-clean-btn{
  left:32.55%!important;
  width:15.55%!important;
}
body.sg-page-index-v761 .upper-scene > .discord.hero-clean-btn{
  left:49.05%!important;
  width:15.55%!important;
}
body.sg-page-index-v761 .upper-scene > .play.hero-clean-btn .hero-clean-icon,
body.sg-page-index-v761 .upper-scene > .play.hero-clean-btn .hero-clean-label,
body.sg-page-index-v761 .upper-scene > .discord.hero-clean-btn .hero-clean-icon,
body.sg-page-index-v761 .upper-scene > .discord.hero-clean-btn .hero-clean-label{
  visibility:hidden!important;
  opacity:0!important;
}
body.sg-page-index-v761 .upper-scene > .play.hero-clean-btn::before,
body.sg-page-index-v761 .upper-scene > .play.hero-clean-btn::after,
body.sg-page-index-v761 .upper-scene > .discord.hero-clean-btn::before,
body.sg-page-index-v761 .upper-scene > .discord.hero-clean-btn::after{
  content:none!important;
  display:none!important;
}

/* No additional overlays/shadows between hero and v761 lower section. */
body.sg-page-index-v761 .upper-scene::before,
body.sg-page-index-v761 .upper-scene::after{
  display:none!important;
  content:none!important;
}
body.sg-page-index-v761 .lower-scene{
  margin-top:0!important;
}
