/* SAM-PRO Business v13 */
/* Transparent footer portrait overflowing over the blue field */

/* Keep approved notebook hero, slightly stronger like draft */
.v7-hero__grid{grid-template-columns:minmax(0,.90fr) minmax(640px,1.10fr) !important; min-height:360px !important;}
.v7-hero__copy h1{font-size:clamp(28px,2.7vw,37px) !important; max-width:510px !important;}
.v7-hero__image{min-height:360px !important;}
.v7-hero__image-inner{background-image:linear-gradient(90deg, rgba(255,255,255,.88) 0%, rgba(255,255,255,.48) 16%, rgba(255,255,255,.16) 34%, rgba(255,255,255,.02) 52%), url('../img/hero.webp') !important; background-position:center center !important;}

/* Footer portrait: use integrated transparent PNG and let it protrude upward */
.v7-quote-footer{overflow:visible !important; position:relative !important; z-index:2 !important;}
.v7-quote-footer__grid{grid-template-columns:150px minmax(0,1fr) 290px !important; min-height:158px !important; overflow:visible !important;}
.v7-footer-portrait{
  height:190px !important;
  margin-top:-58px !important;
  align-self:end !important;
  position:relative !important;
  z-index:5 !important;
  overflow:visible !important;
  display:flex !important;
  align-items:flex-end !important;
  justify-content:flex-start !important;
}
.v7-footer-portrait img{
  width:128px !important;
  max-width:128px !important;
  max-height:190px !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-top:12px !important;}
.v7-quote p{max-width:430px !important;}
.v7-cta-box{padding:14px 16px !important;}

/* Keep footer text compact */
.site-footer .muted,.site-footer li,.site-footer a{font-size:11.5px !important;}
.foot-brand .brand-text{font-size:18px !important;}

@media(max-width:1100px){
  .v7-hero__grid{grid-template-columns:1fr !important; min-height:auto !important;}
  .v7-hero__image{min-height:250px !important;}
  .v7-quote-footer__grid{grid-template-columns:130px 1fr !important;}
  .v7-footer-portrait{height:168px !important; margin-top:-42px !important;}
  .v7-footer-portrait img{width:112px !important; max-width:112px !important; max-height:168px !important;}
  .v7-cta-box{grid-column:1/-1 !important;}
}
@media(max-width:700px){
  .v7-footer-portrait{height:140px !important; margin-top:0 !important;}
  .v7-footer-portrait img{width:96px !important; max-width:96px !important; max-height:140px !important;}
}
