/* Visitor-focused homepage hero overrides. */
.hero .premium-hero-copy h1{
  max-width:720px;
  font-size:clamp(2.7rem,4.25vw,4.35rem)!important;
  line-height:1.015!important;
  letter-spacing:-.047em!important;
}
.premium-hero-copy .hero-lead strong{color:#eef7ff}
.premium-hero-needs{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  margin-top:24px;
}
.premium-hero-needs a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:7px 10px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  background:rgba(255,255,255,.035);
  color:#a7bad0;
  font-size:.72rem;
  font-weight:700;
  transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease;
}
.premium-hero-needs a:hover{
  transform:translateY(-1px);
  border-color:rgba(46,213,230,.42);
  background:rgba(46,213,230,.08);
  color:#fff;
}
@media(max-width:1120px){
  .hero .premium-hero-copy h1{font-size:clamp(2.65rem,4.5vw,4rem)!important}
}
@media(max-width:760px){
  .hero .premium-hero-copy h1{font-size:clamp(2.35rem,10.5vw,3.45rem)!important;line-height:1.02!important}
  .premium-hero-needs{gap:6px;margin-top:19px}
  .premium-hero-needs a{font-size:.68rem;min-height:32px;padding:6px 9px}
}
