
/* HUMAN MAXIMUS V156 — IT'S TIME / START FREE
   Adds purposeful visual presence without adding explanatory clutter. */

.hmc-v156-start-label{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:3px!important;
}

.hmc-v156-start-label small,
.hmc-v156-start-label strong{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important;
  text-shadow:0 2px 9px rgba(0,0,0,.40)!important;
}

.hmc-v156-start-label small{
  font-size:10px!important;
  line-height:1!important;
  font-weight:850!important;
  letter-spacing:.19em!important;
  opacity:.76!important;
}

.hmc-v156-start-label strong{
  font-size:clamp(17px,1.35vw,21px)!important;
  line-height:1!important;
  font-weight:950!important;
  letter-spacing:.018em!important;
}

@media(max-width:700px){
  .hmc-v156-start-label{
    gap:3px!important;
  }

  .hmc-v156-start-label small{
    font-size:9px!important;
    letter-spacing:.17em!important;
  }

  .hmc-v156-start-label strong{
    font-size:clamp(17px,5vw,20px)!important;
  }
}

@media(max-width:390px){
  .hmc-v156-start-label small{
    font-size:8px!important;
  }

  .hmc-v156-start-label strong{
    font-size:16px!important;
  }
}
