.onvif-step-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.solution-product { padding: 64px 0 20px; }
.solution-product-heading { max-width: 850px; margin-bottom: 30px; }
.solution-product-heading .eyebrow { margin-bottom: 12px; }
.solution-product-heading h2 { color: #062b46; font-size: clamp(36px, 4vw, 54px); line-height: 1.12; }
.solution-product-heading > p:last-child { max-width: 760px; margin: 18px 0 0; color: #506b7e; font-size: 18px; line-height: 1.65; }
.solution-product-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.solution-screenshot { min-width: 0; margin: 0; overflow: hidden; border: 1px solid #d7e8f2; border-radius: 20px; background: #fff; box-shadow: 0 18px 44px rgba(7, 55, 88, .08); }
.solution-screenshot > a { display: block; }
.solution-screenshot > a:focus-visible { outline: 3px solid #0c9cf2; outline-offset: -3px; }
.solution-screenshot-frame { position: relative; display: block; overflow: hidden; aspect-ratio: 1615 / 850; background: #eaf6ff; }
.solution-screenshot-frame img { position: absolute; inset: 0 auto auto 0; display: block; width: 100%; max-width: none; height: auto; transform: translateY(-8%); }
.solution-screenshot figcaption { display: grid; gap: 4px; padding: 16px 20px; color: #506b7e; font-size: 14px; line-height: 1.5; }
.solution-screenshot figcaption strong { color: #062b46; font-size: 18px; }
.solution-integration-shot { margin-top: 32px; }

@media (max-width: 800px) {
  .onvif-step-grid { grid-template-columns: 1fr; }
  .solution-product { padding-top: 40px; }
  .solution-product-gallery { grid-template-columns: 1fr; gap: 18px; }
  .solution-product-heading > p:last-child { font-size: 16px; }
  .solution-screenshot { border-radius: 14px; }
}
