.sp-videos { padding-top: 25px; }
.sp-videos__grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.sp-video-card { min-width: 0; background: #191919; border: 1px solid #303030; border-radius: 16px; overflow: hidden; }
.sp-video-thumb { position: relative; display: block; aspect-ratio: 16 / 9; overflow: hidden; background: #252525; }
.sp-video-thumb img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.sp-video-thumb::after { content: ''; position: absolute; inset: 0; background: rgba(0,0,0,.2); pointer-events: none; }
.sp-video-play { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--primary-color); z-index: 1; box-shadow: 0 4px 22px #0005; transition: box-shadow .25s ease; }
.sp-video-play svg { width: 28px; height: 28px; fill: #fff; }
.sp-video-thumb:hover img { transform: scale(1.025); }
.sp-video-thumb:hover .sp-video-play { box-shadow: 0 0 0 6px rgba(243,79,58,.18); }
.sp-video-thumb:focus-visible { outline-offset: -4px !important; }
.sp-video-card h3 { font-size: 20px; line-height: 1.4; padding: 24px; margin: 0; }
.sp-video-card h3 small { display: block; font-size: 12px; color: #aaa; font-weight: 400; margin-top: 8px; }
.sp-video-platform { position: absolute; bottom: 16px; left: 20px; color: #bbb; font-size: 12px; letter-spacing: .12em; }
.sp-video-modal.mfp-bg { z-index: 20000; }
.sp-video-modal.mfp-wrap { z-index: 20001; }
.sp-video-modal .mfp-content { max-width: min(1100px, calc((100dvh - 100px) * 16 / 9)); }
.sp-video-modal .mfp-iframe-scaler { overflow: visible; }
.sp-video-modal .mfp-close { width: 48px; height: 48px; right: 0; top: -52px; padding: 0; text-align: center; opacity: 1; font-size: 36px; color: #fff; background: #222; border-radius: 50%; }
.sp-video-modal .mfp-close:focus-visible { outline: 2px solid #fff; }
@media (max-width: 991px) { .sp-videos__grid { grid-template-columns: repeat(2,minmax(0,1fr)); } }
@media (max-width: 767px) { .sp-videos__grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .sp-video-thumb img, .sp-video-play { transition: none; } .sp-video-thumb:hover img { transform: none; } }.sp-local-video { position: relative; width: fit-content; max-width: 100%; margin: 0 auto; }
.sp-local-video video { display: block; width: auto; max-width: 100%; max-height: calc(100vh - 120px); max-height: calc(100dvh - 120px); background: #000; }