:root{--corp-st-video-gallery-blue:#2954f5;--corp-st-video-gallery-bg:#2954f5;--corp-st-video-gallery-card-bg:#fff;--corp-st-video-gallery-video-bg:#dde5ff;--corp-st-video-gallery-text:#141830;--corp-st-video-gallery-muted:#6b7499;--corp-st-video-gallery-logo-bg:#e4e8f2;--corp-st-video-gallery-radius:18px;--corp-st-video-gallery-radius-sm:12px;--corp-st-video-gallery-font:"Sora",sans-serif;--corp-st-video-gallery-shadow:0 4px 24px rgba(20,24,48,.1)}.corp-st-video-gallery-section{margin:0 auto;max-width:900px}.corp-st-video-gallery-header{margin-bottom:44px;text-align:center}.corp-st-video-gallery-title{font-weight:400;line-height:1.2;margin:0 auto;max-width:800px}.corp-st-video-gallery-grid{display:grid;gap:24px;grid-template-columns:repeat(2,1fr)}.corp-st-video-gallery-item{animation:corp-st-video-gallery-rise .55s ease both;border-radius:var(--corp-st-video-gallery-radius);box-shadow:var(--corp-st-video-gallery-shadow);display:flex;flex-direction:column;gap:0;overflow:hidden}.corp-st-video-gallery-item:first-child{animation-delay:.05s}.corp-st-video-gallery-item:nth-child(2){animation-delay:.15s}.corp-st-video-gallery-item:nth-child(3){animation-delay:.25s}.corp-st-video-gallery-item:nth-child(4){animation-delay:.35s}@keyframes corp-st-video-gallery-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.corp-st-video-gallery-info{align-items:center;background:var(--corp-st-video-gallery-card-bg);display:flex;gap:12px;justify-content:space-between;padding:16px 18px}.corp-st-video-gallery-person{display:flex;flex:1;flex-direction:column;gap:2px;min-width:0}.corp-st-video-gallery-name{color:var(--corp-st-video-gallery-text);font-size:.9rem;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.corp-st-video-gallery-role{color:var(--corp-st-video-gallery-muted);font-size:.72rem;font-weight:300}.corp-st-video-gallery-logo{align-items:center;background:var(--corp-st-video-gallery-logo-bg);border-radius:8px;display:flex;flex-shrink:0;height:40px;justify-content:center;overflow:hidden;width:64px}.corp-st-video-gallery-logo img{max-height:28px;max-width:52px;object-fit:contain}.corp-st-video-gallery-logo-placeholder{color:var(--corp-st-video-gallery-muted);font-size:.6rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase}.corp-st-video-gallery-video-wrap{aspect-ratio:16/10;background:var(--corp-st-video-gallery-video-bg);cursor:pointer;overflow:hidden;position:relative}.corp-st-video-gallery-thumb{height:100%;inset:0;object-fit:cover;position:absolute;transition:transform .4s ease,opacity .3s ease;width:100%}.corp-st-video-gallery-video-wrap:hover .corp-st-video-gallery-thumb{opacity:.85;transform:scale(1.03)}.corp-st-video-gallery-overlay{background:linear-gradient(160deg,rgba(41,84,245,.15),rgba(20,24,48,.25));inset:0;position:absolute;transition:background .3s ease}.corp-st-video-gallery-video-wrap:hover .corp-st-video-gallery-overlay{background:linear-gradient(160deg,rgba(41,84,245,.25),rgba(20,24,48,.4))}.corp-st-video-gallery-play-btn{align-items:center;display:flex;inset:0;justify-content:center;position:absolute;z-index:2}.corp-st-video-gallery-play-circle{align-items:center;background:hsla(0,0%,100%,.92);border:2px solid var(--corp-st-video-gallery-blue);border-radius:50%;box-shadow:0 4px 20px rgba(41,84,245,.25);display:flex;height:56px;justify-content:center;transition:transform .25s cubic-bezier(.34,1.56,.64,1),background .25s ease,box-shadow .25s ease;width:56px}.corp-st-video-gallery-video-wrap:hover .corp-st-video-gallery-play-circle{background:#fff;box-shadow:0 8px 32px rgba(41,84,245,.4);transform:scale(1.12)}.corp-st-video-gallery-play-icon{border-color:transparent transparent transparent var(--corp-st-video-gallery-blue);border-style:solid;border-width:8px 0 8px 16px;height:0;margin-left:3px;width:0}.corp-st-video-gallery-iframe{border:none;display:none;height:100%;inset:0;position:absolute;width:100%;z-index:10}.corp-st-video-gallery-iframe.corp-st-video-gallery-iframe--active{display:block}@media (max-width:600px){.corp-st-video-gallery-grid{grid-template-columns:1fr}.corp-st-video-gallery-play-circle{height:48px;width:48px}}