/* Earthverse isolated responsive correction.
   Desktop baseline is untouched: this file is loaded only at <= 900px. */
.hero-reference .hero-reference-content{padding-top:72px!important;padding-bottom:100px!important}
.hero-reference .hero-reference-lead{margin:16px 0 16px!important}
.hero-reference .hero-reference-actions{margin-top:0!important}

/* 5 benefits: exactly two rows, 3 + 2 centered */
.hero-reference .benefit-strip-inner{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.hero-reference .benefit-strip article{grid-column:span 2!important;min-height:90px!important;padding:12px 10px!important}
.hero-reference .benefit-strip article:nth-child(4){grid-column:2/span 2!important}
.hero-reference .benefit-strip article:nth-child(5){grid-column:4/span 2!important}

/* 4 values: exactly two rows, 2 + 2 */
.about-final-values{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.about-final-values article{min-height:104px!important;padding:15px 12px!important;margin:0!important}

/* 5 Earth Villa identity items: exactly two rows, 3 + 2 centered */
.earth-villa-bottom{grid-template-columns:repeat(6,minmax(0,1fr))!important}
.earth-villa-bottom>div{grid-column:span 2!important;padding:14px 10px!important}
.earth-villa-bottom>div:nth-child(4){grid-column:2/span 2!important}
.earth-villa-bottom>div:nth-child(5){grid-column:4/span 2!important}

@media (max-width:560px){
  .hero-reference .hero-reference-content{width:calc(100% - 28px)!important;padding-top:42px!important;padding-bottom:88px!important}
  .hero-reference h1{font-size:clamp(40px,11vw,50px)!important;line-height:.91!important}
  .hero-reference .hero-reference-lead{font-size:13px!important;line-height:1.35!important;margin:13px 0 14px!important}
  .hero-reference .hero-reference-actions{max-width:210px!important;gap:8px!important}
  .hero-reference .hero-primary,.hero-reference .watch-button{min-height:44px!important;padding:10px 13px!important}
  .hero-reference .benefit-strip article{min-height:86px!important;padding:10px 7px!important;gap:7px!important}
  .hero-reference .benefit-strip svg{width:28px!important;height:28px!important;flex-basis:28px!important}
  .hero-reference .benefit-strip strong{font-size:10px!important;line-height:1.12!important}
  .hero-reference .benefit-strip span{font-size:8.5px!important;line-height:1.2!important}
  .about-final-values article{min-height:100px!important;padding:13px 9px!important}
  .earth-villa-bottom>div{min-height:74px!important;padding:12px 8px!important}
}
