
/* SAM-PRO v198: Landingpage Hero für Tablets / kleinere Screens optimieren */

/* Tablet und kleiner: Hero einspaltig, Bild vollständig sichtbar */
@media (max-width: 1100px){
  body.home .v7-hero,
  body.front-page .v7-hero{
    overflow:hidden !important;
  }

  body.home .v7-hero__grid,
  body.front-page .v7-hero__grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:0 !important;
    min-height:auto !important;
  }

  body.home .v7-hero__copy,
  body.front-page .v7-hero__copy{
    order:1 !important;
    padding:34px 0 18px !important;
    max-width:100% !important;
  }

  body.home .v7-hero__copy h1,
  body.front-page .v7-hero__copy h1{
    max-width:100% !important;
    font-size:clamp(30px,5vw,42px) !important;
    line-height:1.12 !important;
  }

  body.home .v7-hero__copy p,
  body.front-page .v7-hero__copy p{
    max-width:100% !important;
    font-size:16px !important;
  }

  body.home .v7-hero__image,
  body.front-page .v7-hero__image{
    order:2 !important;
    position:relative !important;
    min-height:0 !important;
    height:auto !important;
    overflow:visible !important;
    padding:0 0 24px !important;
  }

  body.home .v7-hero__image:before,
  body.front-page .v7-hero__image:before{
    display:none !important;
  }

  body.home .v7-hero__image-inner,
  body.front-page .v7-hero__image-inner{
    position:relative !important;
    inset:auto !important;
    display:block !important;
    width:100% !important;
    height:auto !important;
    aspect-ratio:1400 / 680 !important;
    border-radius:22px !important;
    overflow:hidden !important;
    background:linear-gradient(180deg,#f5f8fc 0%,#edf3f9 100%) !important;
  }

  body.home .v7-hero__image-inner img,
  body.front-page .v7-hero__image-inner img{
    position:absolute !important;
    inset:0 !important;
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    display:block !important;
    max-width:none !important;
    background:#eef3f8 !important;
  }
}

/* Smartphones: noch kompakter */
@media (max-width: 767px){
  body.home .v7-hero__copy,
  body.front-page .v7-hero__copy{
    padding:28px 0 16px !important;
  }

  body.home .v7-hero__copy h1,
  body.front-page .v7-hero__copy h1{
    font-size:clamp(28px,8vw,36px) !important;
  }

  body.home .v7-hero__image{
    padding-bottom:18px !important;
  }

  body.home .v7-hero__image-inner,
  body.front-page .v7-hero__image-inner{
    border-radius:18px !important;
  }
}
