.product-family-heading { margin: 0 15px 28px; }
.product-family-heading p { margin: 0 0 8px; color: #2f68df; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.product-family-heading h3 { margin: 0 0 8px; color: #111827; font-size: 30px; letter-spacing: -.035em; }
.product-family-heading span { display: block; max-width: 680px; color: #6c7483; line-height: 1.6; }
.product-family-heading--healthcare { margin-top: 66px; }
.consumer-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 0 15px 42px; }
.sms-product-spotlight {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(125deg, #081120 0%, #142754 58%, #315ed1 100%);
  box-shadow: 0 24px 60px rgba(12, 26, 55, .2);
}
.sms-product-spotlight::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  right: -180px;
  top: -190px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(255,255,255,.025), 0 0 0 160px rgba(255,255,255,.018);
}
.sms-product-spotlight__inner { display: grid; grid-template-rows: 1fr auto; min-height: 560px; }
.sms-product-spotlight__copy { position: relative; z-index: 2; padding: 42px 38px 30px; }
.sms-product-spotlight__eyebrow { margin: 0 0 15px; color: #9db7ff; font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.sms-product-spotlight h3 { margin: 0 0 16px; font-size: 40px; line-height: 1.04; letter-spacing: -.04em; }
.sms-product-spotlight__lede { max-width: 520px; margin: 0 0 28px; color: #b9c6df; font-size: 16px; line-height: 1.65; }
.sms-product-spotlight__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.sms-product-spotlight__actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 19px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; color: #fff; font-size: 13px; font-weight: 700; text-decoration: none; }
.sms-product-spotlight__actions a:first-child { color: #10182b; background: #fff; border-color: #fff; }
.sms-product-spotlight__visual { display: flex; align-items: center; justify-content: center; align-self: end; width: 100%; height: 250px; min-height: 0; overflow: hidden; background: #f6f3eb; }
.sms-product-spotlight__visual img { position: static; width: 100%; height: 100%; object-fit: contain; object-position: center; }
.sms-product-spotlight--converter { background: linear-gradient(125deg, #151128 0%, #2f205b 58%, #7139bd 100%); }
.sms-product-spotlight--converter .sms-product-spotlight__eyebrow { color: #d4b9ff; }
.sms-product-spotlight--converter .sms-product-spotlight__visual { background: #fff; }
@media (max-width: 767px) {
  .product-family-heading { margin-inline: 0; }
  .consumer-product-grid { grid-template-columns: 1fr; margin-inline: 0; }
  .sms-product-spotlight { margin: 0 0 34px; border-radius: 18px; }
  .sms-product-spotlight__inner { min-height: 0; }
  .sms-product-spotlight__copy { padding: 34px 24px; }
  .sms-product-spotlight h3 { font-size: 34px; }
  .sms-product-spotlight__visual { height: 220px; min-height: 0; }
}
