/* Composição empresarial: cena de gestão e aplicativo como apoio. */
.service-story .somapay-scene { position:relative; margin:0; overflow:hidden; border-radius:64px 24px; background:#173e3d; }
.service-story .somapay-scene::before { display:none; }
.service-story .somapay-scene .somapay-scene-photo { width:100%; height:500px; object-fit:cover; object-position:49% center; border-radius:0; }
.service-story .somapay-scene figcaption { position:relative; inset:auto; max-width:none; padding:24px 30px; border:0; border-radius:0; background:#173e3d; color:white; box-shadow:none; }
.service-story .somapay-scene figcaption small { color:#d1e438; }
.somapay-app-support { margin:0; padding:24px; text-align:center; background:#f4f0f7; border-radius:40px 16px; }
.somapay-app-support img { display:block; width:100%; height:350px; object-fit:contain; }
.somapay-app-support figcaption { max-width:340px; margin:18px auto 0; color:#526a78; font-size:11px; line-height:1.6; }
@media(max-width:640px) { .service-story .somapay-scene { border-radius:40px 16px; } .service-story .somapay-scene .somapay-scene-photo { height:320px; } .service-story .somapay-scene figcaption { padding:22px; } .somapay-app-support img { height:280px; } }
.service-story .somapay-product {
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: 26px 24px 22px;
  background: linear-gradient(145deg, #f0f4f0, #f0e9f6);
  border: 1px solid #e1dce6;
  border-radius: 64px 24px 64px 24px;
}
.service-story .somapay-product::before { display: none; }
.service-story .somapay-product > img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}
.service-story .somapay-product figcaption {
  position: static;
  max-width: 360px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  text-align: center;
}
.somapay-product figcaption span { display: block; margin-top: 8px; color: #526a78; font-size: 11px; line-height: 1.5; }
@media (max-width: 640px) {
  .service-story .somapay-product { padding: 24px 18px; border-radius: 40px 18px; }
  .service-story .somapay-product > img { height: 340px; }
}
.service-story .somapay-scene { padding:0; }
.service-story .somapay-scene figcaption strong { color:#fff; }
