/* SAM-PRO Business v30 */
/* Wider overall layout / slightly longer hero image / smaller title */

.sampro-v7-topbar .container,
.sampro-v7-header .container,
.v7-hero > .container {
  max-width: 1185px !important;
  width: min(1185px, calc(100% - 44px)) !important;
}

.v7-metrics .container,
.v7-section .container,
.v7-quote-footer .container,
.site-footer .container,
footer .container {
  max-width: 1240px !important;
  width: min(1240px, calc(100% - 44px)) !important;
}

/* Slight refinement of menu sizing */
.sampro-v7-navrow {min-height: 63px !important;}
.sampro-v7-menu > li > a {
  font-size: 13.8px !important;
  padding: 0 13px !important;
}

/* HERO */
.v7-hero__grid {
  grid-template-columns: 41.8% 58.2% !important;
  min-height: 468px !important;
}

.v7-hero__copy {
  padding: 34px 14px 28px 0 !important;
}

.v7-hero__copy h1 {
  max-width: 445px !important;
  font-size: clamp(34px, 3.0vw, 39px) !important;
  line-height: 1.11 !important;
}

.v7-gold-line {
  margin: 16px 0 16px !important;
}

.v7-hero__copy p {
  max-width: 500px !important;
  font-size: 13.5px !important;
  line-height: 1.62 !important;
}

.v7-actions {
  margin-top: 22px !important;
  gap: 14px !important;
}

.v7-actions .btn {
  min-height: 44px !important;
  font-size: 12.4px !important;
  padding: 12px 18px !important;
}

.v7-hero__image {
  min-height: 468px !important;
}

.v7-hero__image-inner img {
  width: 102% !important;
  height: 100% !important;
  object-fit: contain !important;
  object-position: right center !important;
  transform: translateX(0) !important;
}

/* keep metrics compact */
.v7-metrics article {min-height: 88px !important;}

@media (max-width: 1200px) {
  .sampro-v7-topbar .container,
  .sampro-v7-header .container,
  .v7-hero > .container,
  .v7-metrics .container,
  .v7-section .container,
  .v7-quote-footer .container,
  .site-footer .container,
  footer .container {
    width: min(100% - 28px, 1240px) !important;
  }

  .sampro-v7-menu > li > a {
    font-size: 12.6px !important;
    padding: 0 9px !important;
  }

  .v7-hero__grid {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .v7-hero__copy {
    padding: 24px 0 18px !important;
  }

  .v7-hero__copy h1 {
    max-width: 100% !important;
    font-size: clamp(31px, 5vw, 38px) !important;
  }

  .v7-hero__copy p {
    max-width: 100% !important;
  }

  .v7-hero__image {
    min-height: 280px !important;
  }

  .v7-actions {
    flex-wrap: wrap !important;
  }
}

@media (max-width: 700px) {
  .sampro-v7-topbar .container,
  .sampro-v7-header .container,
  .v7-hero > .container,
  .v7-metrics .container,
  .v7-section .container,
  .v7-quote-footer .container,
  .site-footer .container,
  footer .container {
    width: min(100% - 22px, 1240px) !important;
  }

  .v7-hero__copy h1 {
    font-size: 30px !important;
  }

  .v7-actions {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}
