/* SAM-PRO Business v27 */
/* Optimized to match approved draft proportions more closely */

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

/* top bar and header */
.sampro-v7-topbar{
  height:23px !important;
  font-size:11px !important;
  line-height:1 !important;
}
.sampro-v7-topbar .topbar__inner{height:23px !important;}
.sampro-v7-header{
  border-bottom:1px solid #e8edf4 !important;
  box-shadow:none !important;
}
.sampro-v7-navrow{
  min-height:66px !important;
  gap:24px !important;
}
.sampro-v7-logo{
  width:214px !important;
  min-width:214px !important;
}
.sampro-v7-logo img{max-height:48px !important; width:auto !important;}
.sampro-v7-menu{
  gap:14px !important;
  align-items:center !important;
}
.sampro-v7-menu > li > a{
  min-height:66px !important;
  padding:0 9px !important;
  display:flex !important;
  align-items:center !important;
  font-size:13.5px !important;
  font-weight:800 !important;
  color:#0c224f !important;
  border:none !important;
  box-shadow:none !important;
  letter-spacing:0 !important;
}
.sampro-v7-menu > li > a:hover,
.sampro-v7-menu > li:hover > a{
  color:#1b57b7 !important;
}
.sampro-v7-menu > li.current-menu-item > a,
.sampro-v7-menu > li.current_page_item > a,
.sampro-v7-menu > li.current-menu-ancestor > a{
  color:#1b57b7 !important;
  box-shadow:inset 0 -3px 0 #1b57b7 !important;
}

/* Hero */
.v7-hero{
  background:#fff !important;
}
.v7-hero__grid{
  min-height:300px !important;
  grid-template-columns:minmax(0, .93fr) minmax(600px, 1.07fr) !important;
  align-items:stretch !important;
  gap:0 !important;
}
.v7-hero__copy{
  padding:28px 10px 24px 2px !important;
}
.v7-hero__copy h1{
  margin:0 !important;
  max-width:550px !important;
  font-size:clamp(31px, 2.95vw, 43px) !important;
  line-height:1.13 !important;
  letter-spacing:0 !important;
}
.v7-gold-line{
  width:52px !important;
  height:4px !important;
  margin:14px 0 12px !important;
}
.v7-hero__copy p{
  max-width:520px !important;
  font-size:13.1px !important;
  line-height:1.54 !important;
  margin:0 !important;
}
.v7-actions{
  margin-top:16px !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
}
.v7-actions .btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
  font-size:12px !important;
  padding:10px 16px !important;
}

.v7-hero__image{
  min-height:300px !important;
  overflow:hidden !important;
  background:#fff !important;
}
.v7-hero__image:before{display:none !important;}
.v7-hero__image-inner{
  position:absolute !important;
  inset:0 !important;
  background-image:url('../img/hero.webp') !important;
  background-repeat:no-repeat !important;
  background-size:cover !important;
  background-position:center center !important;
}

/* metrics */
.v7-metrics article{min-height:88px !important;}
.v7-metrics strong{font-size:20px !important;}
.v7-metrics small{font-size:10.7px !important;}

@media (max-width:1200px){
  .container{width:min(100% - 28px, 1330px) !important;}
  .sampro-v7-navrow{min-height:60px !important;}
  .sampro-v7-menu > li > a{min-height:60px !important; font-size:12.2px !important; padding:0 8px !important;}
  .v7-hero__grid{grid-template-columns:1fr !important; min-height:auto !important;}
  .v7-hero__copy{padding:24px 0 16px !important;}
  .v7-hero__image{min-height:240px !important;}
  .v7-hero__image-inner{background-size:cover !important; background-position:center center !important;}
  .v7-actions{flex-wrap:wrap !important;}
}

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