/* SAM-PRO Business v14 */
/* Hero aligned to approved notebook draft / footer portrait transparent and overlapping upward */

/* Hero layout */
.v7-hero{background:linear-gradient(90deg,#ffffff 0%,#ffffff 45.5%,#f3f6fa 45.5%,#eef3f8 100%) !important;}
.v7-hero__grid{
  grid-template-columns:minmax(0,.92fr) minmax(680px,1.08fr) !important;
  min-height:332px !important;
  align-items:stretch !important;
}
.v7-hero__copy{
  padding:30px 10px 28px 0 !important;
  justify-content:center !important;
}
.v7-hero__copy h1{
  font-size:clamp(28px,2.75vw,38px) !important;
  line-height:1.14 !important;
  max-width:520px !important;
  margin:0 !important;
}
.v7-gold-line{width:58px !important;height:3px !important;margin:16px 0 14px !important;}
.v7-hero__copy p{
  max-width:520px !important;
  font-size:13.5px !important;
  line-height:1.55 !important;
}
.v7-actions{margin-top:18px !important;gap:12px !important;}
.v7-actions .btn{font-size:13px !important;padding:11px 17px !important;}
.v7-hero__image{min-height:332px !important;overflow:hidden !important;}
.v7-hero__image-inner{
  background-image:linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.38) 17%, rgba(255,255,255,.10) 35%, rgba(255,255,255,.02) 53%), url('../img/hero.webp') !important;
  background-size:cover !important;
  background-position:center center !important;
}

/* Footer portrait */
.v7-quote-footer{
  overflow:visible !important;
  position:relative !important;
  z-index:2 !important;
}
.v7-quote-footer__grid{
  grid-template-columns:185px minmax(0,1fr) 290px !important;
  min-height:172px !important;
  gap:22px !important;
  align-items:center !important;
  overflow:visible !important;
}
.v7-footer-portrait{
  height:270px !important;
  align-self:end !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
  overflow:visible !important;
  position:relative !important;
  z-index:5 !important;
  margin-top:-108px !important;
}
.v7-footer-portrait img{
  width:182px !important;
  max-width:182px !important;
  max-height:270px !important;
  height:auto !important;
  object-fit:contain !important;
  object-position:bottom center !important;
  display:block !important;
  background:transparent !important;
  box-shadow:none !important;
  filter:none !important;
}
.v7-quote{padding:16px 0 !important;}
.v7-quote-mark{top:0 !important;left:-10px !important;font-size:44px !important;}
.v7-quote p{max-width:430px !important;font-size:13px !important;line-height:1.52 !important;}
.v7-quote strong{font-size:13px !important;}
.v7-quote small{font-size:11.5px !important;line-height:1.35 !important;}
.v7-cta-box{padding:14px 16px !important;}
.v7-cta-box h3{font-size:14px !important;line-height:1.2 !important;}
.v7-cta-box p{font-size:11.5px !important;line-height:1.38 !important;}
.v7-cta-box .btn{font-size:11.5px !important;padding:9px 12px !important;}

/* Footer below quote slightly compact */
.foot-grid{padding-top:14px !important;}
.site-footer .muted,.site-footer li,.site-footer a{font-size:11.5px !important;}
.foot-brand .brand-text{font-size:19px !important;}

@media(max-width:1100px){
  .v7-hero__grid{grid-template-columns:1fr !important;min-height:auto !important;}
  .v7-hero__copy{padding:28px 0 20px !important;}
  .v7-hero__image{min-height:245px !important;}
  .v7-quote-footer__grid{grid-template-columns:150px 1fr !important;}
  .v7-cta-box{grid-column:1/-1 !important;}
  .v7-footer-portrait{height:220px !important; margin-top:-72px !important;}
  .v7-footer-portrait img{width:150px !important;max-width:150px !important;max-height:220px !important;}
}
@media(max-width:700px){
  .v7-hero__copy h1{font-size:30px !important;}
  .v7-actions{display:grid !important;grid-template-columns:1fr !important;}
  .v7-quote-footer__grid{grid-template-columns:1fr !important;}
  .v7-footer-portrait{height:170px !important; margin-top:0 !important;}
  .v7-footer-portrait img{width:118px !important; max-width:118px !important; max-height:170px !important;}
}
