/* Real portal screenshots, within the existing marketing layout. */
.lp-saas .lp-portal-shot { display: block; position: relative; width: 100%; overflow: hidden; border: 1px solid var(--line); background: var(--paper-3); border-radius: 2px; cursor: zoom-in; }
.lp-saas .lp-portal-shot img { display: block; width: 100%; height: auto; aspect-ratio: 3 / 2; object-fit: contain; }
.lp-saas .lp-portal-shot > span { position: absolute; right: 10px; bottom: 10px; display: inline-flex; align-items: center; gap: 8px; padding: 6px 10px; color: white; background: var(--brand-ink); font-size: 11px; border: 1px solid #ffffff40; border-radius: 2px; }
.lp-saas .lp-portal-shot:hover > span { background: var(--brand-accent); color: var(--brand-ink); }
.lp-saas .lp-preview-panel.lp-screen-panel { min-height: 0; padding: 16px; }
.lp-saas .lp-screen-panel .lp-preview-insight { margin-top: 14px; }
.lp-saas .lp-service .lp-portal-shot { margin: 24px 0 20px; }
.lp-saas .lp-service .lp-portal-shot > span { bottom: 6px; right: 6px; padding: 4px 7px; font-size: 10px; }
.lp-saas .lp-intro-figure { margin: 28px 0 0; }
.lp-saas .lp-intro-figure figcaption { margin-top: 10px; font-size: 12px; color: var(--text-muted); }
.lp-saas .lp-feature .lp-portal-shot { margin-top: 24px; }
.lp-saas .lp-screenshot-note { margin-top: 24px; color: var(--text-muted); font-size: 12px; }
.lp-saas .lp-image-dialog { width: min(1536px, 96vw); max-width: 96vw; max-height: 94vh; max-height: 94svh; padding: 20px; border: 1px solid var(--line); border-radius: 4px; background: var(--paper); color: var(--text); }
.lp-saas .lp-image-dialog::backdrop { background: #14181fe6; }
.lp-saas .lp-image-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 16px; }
.lp-saas .lp-image-toolbar h2 { font-family: "Inter", sans-serif; font-size: 18px; font-weight: 500; }
.lp-saas .lp-image-toolbar p { font-size: 12px; color: var(--text-muted); margin-top: 4px; }
.lp-saas .lp-image-controls { display: flex; align-items: center; flex-shrink: 0; gap: 8px; }
.lp-saas .lp-image-controls button { min-height: 44px; min-width: 44px; padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 2px; background: white; cursor: pointer; font-size: 13px; }
.lp-saas .lp-image-controls button:hover { background: var(--paper-3); }
.lp-saas .lp-image-stage { max-height: calc(94svh - 130px); overflow: auto; overscroll-behavior: contain; border: 1px solid var(--line); background: var(--paper-3); }
.lp-saas .lp-image-stage img { width: 100%; height: auto; display: block; }
.lp-saas .lp-image-stage.is-zoomed img { width: 1440px; max-width: none; }
body.lp-saas.lp-image-open { overflow: hidden; }
@media (max-width: 600px) {
  .lp-saas .lp-image-dialog { padding: 12px; }
  .lp-saas .lp-image-toolbar { flex-wrap: wrap; gap: 12px; }
  .lp-saas .lp-image-toolbar h2 { font-size: 16px; }
  .lp-saas .lp-image-stage { max-height: calc(94svh - 180px); }
}
