/* SAM-PRO Business v23 */
/* Gesamtbreite weiter reduziert / Hero wie im Entwurf / Menü ansprechender und etwas größer */

.container{
  max-width:1360px !important;
  width:min(1360px,calc(100% - 46px)) !important;
}

/* Header / menu */
.sampro-v7-topbar{
  height:24px !important;
}
.sampro-v7-navrow{
  min-height:66px !important;
  gap:26px !important;
}
.sampro-v7-logo{
  width:210px !important;
  min-width:210px !important;
}
.sampro-v7-menu{
  gap:14px !important;
}
.sampro-v7-menu > li > a{
  min-height:66px !important;
  padding:0 10px !important;
  font-size:13px !important;
  font-weight:800 !important;
  letter-spacing:0 !important;
  color:#0b214f !important;
  transition:color .2s ease, box-shadow .2s ease !important;
}
.sampro-v7-menu > li > a:hover,
.sampro-v7-menu > li:hover > a{
  color:#154ea8 !important;
}
.sampro-v7-menu > li.current-menu-item > a,
.sampro-v7-menu > li.current_page_item > a{
  box-shadow:inset 0 -3px 0 var(--sp-blue) !important;
}

/* Hero */
.v7-hero{
  background:linear-gradient(90deg,#ffffff 0%,#ffffff 46%,#f4f7fb 46%,#eef3f8 100%) !important;
}
.v7-hero__grid{
  min-height:250px !important;
  grid-template-columns:minmax(0, .98fr) minmax(500px, .92fr) !important;
  align-items:stretch !important;
}
.v7-hero__copy{
  padding:20px 10px 20px 6px !important;
}
.v7-hero__copy h1{
  font-size:clamp(25px,2.45vw,34px) !important;
  line-height:1.14 !important;
  max-width:480px !important;
}
.v7-gold-line{
  width:46px !important;
  height:4px !important;
  margin:12px 0 10px !important;
}
.v7-hero__copy p{
  font-size:12.6px !important;
  line-height:1.45 !important;
  max-width:470px !important;
}
.v7-actions{
  margin-top:12px !important;
  gap:10px !important;
}
.v7-actions .btn{
  font-size:11.5px !important;
  padding:9px 14px !important;
}
.v7-hero__image{
  min-height:250px !important;
}
.v7-hero__image:before{
  left:-56px !important;
  top:-16px !important;
  width:7px !important;
  height:116% !important;
}
.v7-hero__image-inner{
  background-image:linear-gradient(90deg,rgba(255,255,255,.84) 0%,rgba(255,255,255,.40) 16%,rgba(255,255,255,.10) 36%,rgba(255,255,255,.02) 56%),url('../img/hero.webp') !important;
  background-size:contain !important;
  background-repeat:no-repeat !important;
  background-position:center right !important;
}

/* Metrics slightly more compact with reduced width */
.v7-metrics article{
  min-height:86px !important;
}
.v7-metrics strong{
  font-size:20px !important;
}
.v7-metrics small{
  font-size:10.5px !important;
}

@media (max-width:1200px){
  .container{width:min(100% - 28px,1360px) !important;}
  .sampro-v7-menu > li > a{font-size:12px !important;min-height:60px !important;padding:0 8px !important;}
  .v7-hero__grid{grid-template-columns:1fr !important;min-height:auto !important;}
  .v7-hero__copy{padding:24px 0 14px !important;}
  .v7-hero__image{min-height:220px !important;}
  .v7-hero__image:before{display:none !important;}
  .v7-hero__image-inner{background-position:center center !important;background-size:cover !important;}
}

@media (max-width:700px){
  .sampro-v7-logo{width:188px !important;min-width:188px !important;}
  .v7-hero__copy h1{font-size:28px !important;}
  .v7-hero__copy p{font-size:13px !important;}
  .v7-actions{display:grid !important;grid-template-columns:1fr !important;}
}
