
/* HUMAN MAXIMUS V146 — PRECISE MOBILE CLEANUP
   Exact scope:
   - remove Explore Free Gifts hero card
   - keep hero ticker
   - remove only the long "Now Featured: Human Maximus Vision" phrase
   - keep Play Vision + Start Free centered and balanced */

/* The hero action area now contains exactly two cards. */
.hmc-first-step-actions.hmc-flagship-action-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  max-width:980px!important;
  margin-inline:auto!important;
  gap:18px!important;
}
.hmc-first-step-actions .hmc-action-play,
.hmc-first-step-actions .hmc-action-start{
  width:100%!important;
  min-width:0!important;
}

/* Keep the banner light and readable without obstructing the hero. */
.hmc-hero-ticker{
  width:auto!important;
  max-width:calc(100% - 34px)!important;
  min-height:36px!important;
  padding:7px 15px!important;
  gap:9px!important;
  border-radius:999px!important;
  background:rgba(8,6,12,.58)!important;
  border-color:rgba(222,216,234,.18)!important;
  box-shadow:inset 0 1px rgba(255,255,255,.07),0 10px 28px rgba(0,0,0,.18)!important;
}

/* Mobile: preserve the banner but keep it compact enough not to cover the copy. */
@media(max-width:700px){
  .hmc-hero-ticker{
    top:8px!important;
    width:auto!important;
    max-width:calc(100% - 22px)!important;
    min-height:30px!important;
    padding:5px 10px!important;
    gap:6px!important;
    font-size:9px!important;
    letter-spacing:.015em!important;
    justify-content:center!important;
    white-space:nowrap!important;
    overflow:hidden!important;
  }

  .hmc-hero-ticker__icon{
    font-size:12px!important;
  }

  /* Show the two most useful pieces on small screens. */
  .hmc-hero-ticker span:nth-of-type(n+3),
  .hmc-hero-ticker i:nth-of-type(n+2){
    display:none!important;
  }

  .hmc-welcome-hero__copy{
    padding-top:48px!important;
    padding-bottom:18px!important;
  }

  .hmc-first-step-actions.hmc-flagship-action-grid{
    grid-template-columns:1fr 1fr!important;
    width:calc(100% - 20px)!important;
    gap:9px!important;
    margin:10px auto 0!important;
  }

  .hmc-first-step-actions .hmc-flagship-card{
    min-height:76px!important;
    padding:10px!important;
  }

  .hmc-first-step-actions .hmc-card-copy strong{
    font-size:11px!important;
    line-height:1.08!important;
  }

  .hmc-first-step-actions .hmc-card-copy small{
    font-size:8px!important;
    line-height:1.18!important;
  }

  .hmc-first-step-actions .hmc-icon-medallion{
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
  }
}

@media(max-width:420px){
  .hmc-first-step-actions.hmc-flagship-action-grid{
    gap:7px!important;
    width:calc(100% - 14px)!important;
  }

  .hmc-first-step-actions .hmc-flagship-card{
    min-height:72px!important;
    padding:8px!important;
  }

  .hmc-first-step-actions .hmc-card-copy small{
    display:none!important;
  }
}
