.nx-mobile-showcase { background: #eef0e9; }
.nx-mobile-grid { display: grid; grid-template-columns: 1.2fr .8fr; align-items: center; gap: 70px; }
.nx-mobile-showcase h2 { font: 600 clamp(36px,4.5vw,58px)/1.1 Fraunces,serif; letter-spacing: -.045em; margin: 0 0 24px; }
.nx-mobile-actions { padding-left: 24px; margin: 28px 0; }
.nx-mobile-actions li { padding: 8px 0 8px 8px; font-weight: 700; }
.nx-mobile-actions li::marker { color: var(--nx-coral); }
.nx-mobile-figure { margin: 0; text-align: center; }
.nx-phone-frame { display: block; max-width: 310px; margin: auto; border: 9px solid #19272b; border-radius: 35px; overflow: hidden; background: white; box-shadow: 12px 18px 35px #142d3526; }
.nx-phone-frame img { display: block; width: 100%; height: auto; }
.nx-mobile-figure figcaption { margin-top: 20px; font-size: 12px; color: var(--nx-muted); }
.nx-mobile-showcase .nx-button { margin-top: 20px; }
@media(max-width:760px) {
  .nx-mobile-grid { grid-template-columns: 1fr; gap: 36px; }
  .nx-phone-frame { max-width: 280px; }
}