/* ArcaNuova 20.60: fehlende Siegelpaare + kompakter Hero-Abstand */
html body.arc-home main > .hero{
  min-height:auto!important;
  height:auto!important;
  padding-top:1rem!important;
  padding-bottom:.45rem!important;
}
html body.arc-home main > .arche-surprise{
  margin-top:.25rem!important;
  margin-bottom:.55rem!important;
  padding-top:.15rem!important;
  padding-bottom:.15rem!important;
  min-height:0!important;
}
html body.arc-home .arche-surprise + .content{margin-top:.6rem!important}
html body.arc-home .footer-sight-pair{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:1rem!important}
html body.arc-home .footer-sight-pair>.footer-sight-card{width:100%!important;box-sizing:border-box!important}
@media(max-width:700px){
  html body.arc-home main > .hero{padding-bottom:.25rem!important}
  html body.arc-home main > .arche-surprise{margin:.1rem 0 .35rem!important;padding:.05rem 0!important}
  html body.arc-home .footer-sight-pair{grid-template-columns:1fr!important;gap:.65rem!important}
}
