/* A0017820 shared service hero image fit and title balance */
body.family-plan-page .hero-grid{
  grid-template-columns:minmax(0,1.16fr) minmax(280px,.84fr)!important;
  gap:clamp(1.75rem,4vw,4rem)!important;
  align-items:center!important;
}
body.family-plan-page .hero h1{
  font-size:clamp(2rem,3.25vw,3.35rem)!important;
  line-height:1.07!important;
  letter-spacing:-.035em!important;
  max-width:22ch!important;
  text-wrap:balance;
}
body.family-plan-page .hero figure{
  width:min(100%,560px)!important;
  max-width:560px!important;
  min-height:0!important;
  height:auto!important;
  aspect-ratio:auto!important;
  justify-self:end!important;
  align-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:12px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:#fff!important;
}
body.family-plan-page .hero figure img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:460px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:20px!important;
  background:#f7faf8!important;
}
body.family-plan-page .hero-image{
  width:min(100%,560px)!important;
  max-width:560px!important;
  justify-self:end!important;
}
body.family-plan-page .hero-image .feature-img-card{
  padding:12px!important;
  border-radius:28px!important;
  background:#fff!important;
  overflow:hidden!important;
}
body.family-plan-page .hero-image .feature-img-card img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:440px!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center!important;
  border-radius:18px!important;
  background:#f7faf8!important;
}
@media(max-width:900px){
  body.family-plan-page .hero-grid{grid-template-columns:1fr!important;gap:24px!important}
  body.family-plan-page .hero h1{font-size:clamp(2.05rem,5.8vw,2.85rem)!important;max-width:24ch!important}
  body.family-plan-page .hero figure,body.family-plan-page .hero-image{justify-self:center!important;width:min(100%,620px)!important;max-width:620px!important}
  body.family-plan-page .hero figure img,body.family-plan-page .hero-image .feature-img-card img{max-height:none!important}
}
@media(max-width:680px){
  body.family-plan-page .hero{padding:20px 0 26px!important;border-radius:0!important}
  body.family-plan-page .hero h1{font-size:clamp(1.9rem,8.2vw,2.35rem)!important;line-height:1.08!important;max-width:none!important}
  body.family-plan-page .hero figure,body.family-plan-page .hero-image .feature-img-card{padding:8px!important;border-radius:20px!important}
  body.family-plan-page .hero figure img,body.family-plan-page .hero-image .feature-img-card img{border-radius:14px!important}
}
@media(prefers-reduced-motion:reduce){body.family-plan-page .hero *{transition:none!important}}
