.mobi-suite--screenshots {
  overflow: hidden;
}

.mobi-suite--screenshots .real-mobile-intro {
  max-width: 700px;
  margin: 0 auto 3rem;
  text-align: center;
}

.mobi-suite--screenshots .real-mobile-title {
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
}

.mobi-suite--screenshots .real-mobile-title span {
  color: #22d3ee;
}

.mobi-suite--screenshots .real-mobile-title span:first-child {
  color: #fff;
}

.mobi-suite--screenshots .real-mobile-description {
  max-width: 620px;
  margin: 1rem auto 0;
  color: #c7d8e6;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.7;
}

.mobi-suite--screenshots .real-mobile-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: end;
  gap: clamp(1.5rem, 4vw, 3.5rem);
  max-width: 960px;
  margin: 0 auto;
}

.mobi-suite--screenshots .real-mobile-card {
  min-width: 0;
  margin: 0;
  text-align: center;
}

.mobi-suite--screenshots .real-mobile-shot-frame.mobi-frame {
  display: block;
  width: min(100%, 240px);
  aspect-ratio: 6 / 13;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 34px;
  background: transparent;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.58);
  cursor: zoom-in;
}

.mobi-suite--screenshots .real-mobile-shot {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mobi-suite--screenshots .real-mobile-label {
  margin-top: 1.25rem;
  color: #dbeafe;
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.35;
  letter-spacing: 0;
}

html[dir="rtl"] .mobi-suite--screenshots .real-mobile-description,
html[dir="rtl"] .mobi-suite--screenshots .real-mobile-label {
  direction: rtl;
}

@media (max-width: 760px) {
  .mobi-suite--screenshots .real-mobile-grid {
    grid-template-columns: 1fr;
    max-width: 300px;
    gap: 3rem;
  }

  .mobi-suite--screenshots .real-mobile-shot-frame.mobi-frame {
    width: min(100%, 250px);
  }
}
