.home-spotlight { max-width: none; padding: 64px 0 80px; background: #fff; }
.home-spotlight h2 { margin: 0 0 36px; color: #192f3d; font-size: clamp(28px, 3.2vw, 40px); line-height: 1.25; font-weight: 500; letter-spacing: -1px; }
.home-spotlight-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 56px; }
.home-spotlight-video { min-width: 0; }
.home-spotlight-label { margin: 0 0 18px; color: #192f3d; font-size: 18px; font-weight: 500; }
.home-spotlight-player { aspect-ratio: 16 / 9; overflow: hidden; border-radius: 10px; background: #edf3f7; }
.home-spotlight-player iframe { display: block; width: 100%; height: 100%; border: 0; }
.home-spotlight-copy h3 { margin: 0 0 22px; color: #192f3d; font-size: clamp(22px, 2.4vw, 28px); line-height: 1.4; font-weight: 500; letter-spacing: -.5px; }
.home-spotlight-copy p { margin: 0 0 30px; color: #526572; font-size: 17px; line-height: 1.8; }
.home-spotlight-button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 5px; background: #087cad; color: #fff; font-size: 12px; font-weight: 600; letter-spacing: .75px; text-transform: uppercase; text-decoration: none; }
.home-spotlight-button:hover { background: #066b97; }
.home-spotlight-button:focus-visible { outline: 2px solid #087cad; outline-offset: 4px; }
@media (max-width: 760px) { .home-spotlight { padding: 48px 0; } .home-spotlight-grid { grid-template-columns: 1fr; gap: 28px; } .home-spotlight-copy p { font-size: 16px; } }
