/* Enterprise hero — LP-family match (2026-07-25, Mo): = local-payroll hero.
   Scoped .rp-enterprise .rp-ent-hero. Keeps the block's own G2/Capterra
   __pills (already LP-style). Art swapped to enterprise-hero_gm_optimized.webp
   via render_block filter (DB block 7696/7697). */
.rp-enterprise .rp-ent-hero {
  background: linear-gradient(rgba(228, 235, 254, 0), #e4ebfe 120px, #e4ebfe);
  padding: 0 24px;
  overflow: hidden;
}
.rp-enterprise .rp-ent-hero__inner {
  max-width: 1252px;
  margin: 0 auto;
  padding: 40px 0 0;
  display: flex;
  align-items: center;
  gap: 0;
}
.rp-enterprise .rp-ent-hero__text { flex: 0 1 626px; max-width: 626px; min-width: 0; }
.rp-enterprise .rp-ent-hero__media { flex: 0 1 610px; min-width: 0; display: flex; justify-content: center; }
.rp-enterprise .rp-ent-hero__img { width: 610px; height: 556px; object-fit: contain; max-width: 100%; }

/* eyebrow pills (LP style — unchanged) */
.rp-enterprise .rp-ent-hero__pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.rp-enterprise .rp-ent-hero__pill {
  display: inline-flex; align-items: center; gap: 8px; background: #fff; border-radius: 40px;
  padding: 8px 12px; font-family: Mulish, sans-serif; font-weight: 700; font-size: 12px;
  line-height: 20px; color: #044d80; box-shadow: 0 1px 3px rgba(2, 17, 67, 0.06);
}
.rp-enterprise .rp-ent-hero__pill img { width: 20px; height: 20px; display: block; }

/* headline = LP */
.rp-enterprise .rp-ent-hero__h1 {
  font-family: Mulish, sans-serif; font-weight: 700;
  font-size: 2.95rem; line-height: 56px; letter-spacing: normal;
  color: #021143; margin: 0 0 16px;
}
.rp-enterprise .rp-ent-hero__h1 span { color: #114ef7; }

.rp-enterprise .rp-ent-hero__sub {
  font-family: Mulish, sans-serif; font-weight: 400;
  font-size: 16px; line-height: 24px; color: #545454; margin: 0 0 16px; max-width: none;
}

/* CTAs = LP (primary blue h57 r8) */
.rp-enterprise .rp-ent-hero__ctas { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-top: 27px; }
.rp-enterprise .rp-ent-hero__cta {
  display: inline-flex; align-items: center; justify-content: center; height: 57px;
  padding: 15px 32px; min-width: 0; font-family: Mulish, sans-serif; font-weight: 500;
  font-size: 16.25px; line-height: 1; text-decoration: none; white-space: nowrap; border-radius: 8px;
}
.rp-enterprise .rp-ent-hero__cta--primary { background: #114ef7; color: #fff; }
.rp-enterprise .rp-ent-hero__cta--primary:hover { background: #0d3fd0; }
.rp-enterprise .rp-ent-hero__cta--ghost { background: #fff; color: #114ef7; border: 1px solid #114ef7; }
.rp-enterprise .rp-ent-hero__cta--ghost:hover { background: #F0F4FE; color: #114ef7; }

@media (max-width: 991px) {
  .rp-enterprise .rp-ent-hero { padding-right: 40px; padding-left: 40px; }
  .rp-enterprise .rp-ent-hero__inner { flex-direction: column; text-align: start; align-items: flex-start; gap: 36px; padding: 40px 0 0; }
  .rp-enterprise .rp-ent-hero__text { flex: 0 1 auto; max-width: 100%; }
  .rp-enterprise .rp-ent-hero__media { flex: 0 1 auto; width: 100%; justify-content: center; }
  .rp-enterprise .rp-ent-hero__img { width: 65%; height: auto; }
  .rp-enterprise .rp-ent-hero__h1 { font-size: 36px; line-height: 53px; }
  .rp-enterprise .rp-ent-hero__pills, .rp-enterprise .rp-ent-hero__ctas { justify-content: flex-start; }
}
@media (max-width: 767px) {
  .rp-enterprise .rp-ent-hero { padding-right: 16px; padding-left: 16px; }
  .rp-enterprise .rp-ent-hero__h1 { font-size: 32px; line-height: 40px; }
  .rp-enterprise .rp-ent-hero__img { width: 100%; }
  .rp-enterprise .rp-ent-hero__cta { height: 56px; font-size: 0.928rem; line-height: 1.5; padding: 16px 4px; width: 100%; }
}
