.spotlight-hub {
  margin: 0 0 24px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background:
    radial-gradient(circle at 7% 0%, rgba(255,54,95,.09), transparent 28%),
    radial-gradient(circle at 95% 95%, rgba(216,255,25,.07), transparent 28%),
    linear-gradient(145deg, rgba(15,19,27,.98), rgba(7,11,17,.99));
  box-shadow: 0 20px 58px rgba(0,0,0,.22);
}
.spotlight-hub-head { display:flex; align-items:flex-end; justify-content:space-between; gap:16px; margin-bottom:15px; }
.spotlight-hub-head h2 { margin:4px 0 0; color:#f7f9fc; font-size:clamp(21px,2.5vw,31px); line-height:1; letter-spacing:-.035em; }
.spotlight-hub-kicker { display:inline-flex; align-items:center; gap:7px; color:#ff5575; font-size:9px; font-weight:950; letter-spacing:.14em; }
.spotlight-hub-kicker i { width:7px; height:7px; border-radius:50%; background:#ff365f; box-shadow:0 0 16px rgba(255,54,95,.8); }
.spotlight-hub-count { color:#75879b; font-size:10px; font-weight:850; letter-spacing:.06em; text-transform:uppercase; }
.spotlight-hub-list { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:14px; }

.spotlight-card {
  position:relative; overflow:hidden; min-width:0;
  border:1px solid rgba(255,255,255,.085); border-radius:19px;
  background:#080d14;
}
.spotlight-card.is-primary { grid-column:1/-1; display:grid; grid-template-columns:minmax(290px,.82fr) minmax(430px,1.18fr); }
.spotlight-card::before { content:""; position:absolute; z-index:3; inset:0 0 auto; height:2px; background:linear-gradient(90deg,#ff365f,#d8ff19 72%,transparent); opacity:.9; }
.spotlight-copy { position:relative; z-index:2; padding:22px; display:flex; flex-direction:column; justify-content:center; min-width:0; }
.spotlight-badges { display:flex; flex-wrap:wrap; align-items:center; gap:7px; margin-bottom:9px; }
.spotlight-badge { padding:5px 8px; border:1px solid rgba(255,77,111,.24); border-radius:999px; color:#ff6d89; background:rgba(255,54,95,.045); font-size:9px; font-weight:950; letter-spacing:.1em; text-transform:uppercase; }
.spotlight-badge.secondary { color:#d8ff19; border-color:rgba(216,255,25,.2); background:rgba(216,255,25,.035); }
.spotlight-card h3 { margin:0; color:#f8fafc; font-size:clamp(23px,3vw,42px); line-height:.98; letter-spacing:-.042em; text-transform:uppercase; overflow-wrap:anywhere; }
.spotlight-card.is-secondary h3 { font-size:21px; line-height:1.04; }
.spotlight-summary { margin:13px 0 0; color:#9cadc0; font-size:13px; line-height:1.6; }
.spotlight-card.is-secondary .spotlight-summary { display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; font-size:11px; }
.spotlight-source { align-self:flex-start; display:inline-flex; align-items:center; margin-top:16px; padding:9px 11px; border:1px solid rgba(216,255,25,.22); border-radius:10px; color:#d8ff19; background:rgba(216,255,25,.04); text-decoration:none; font-size:9px; font-weight:950; letter-spacing:.055em; }
.spotlight-source:hover { border-color:rgba(216,255,25,.46); background:rgba(216,255,25,.08); }

.spotlight-media-shell { position:relative; z-index:1; min-width:0; padding:9px; background:rgba(1,5,9,.74); }
.spotlight-media { position:relative; overflow:hidden; width:100%; height:100%; min-height:310px; border-radius:13px; background:#020509; }
.spotlight-media video,.spotlight-media iframe,.spotlight-media img { display:block; width:100%; height:100%; border:0; object-fit:cover; background:#000; }
.spotlight-card.is-secondary { display:grid; grid-template-columns:minmax(0,1fr); }
.spotlight-card.is-secondary .spotlight-media-shell { order:-1; padding:7px; }
.spotlight-card.is-secondary .spotlight-media { aspect-ratio:16/9; min-height:0; }
.spotlight-card.is-secondary .spotlight-copy { padding:16px; }
.spotlight-media-fallback { position:absolute; inset:0; display:grid; place-items:center; padding:24px; text-align:center; color:#6f8298; font-size:11px; background:radial-gradient(circle at center,rgba(216,255,25,.055),transparent 50%),#04080d; }
.spotlight-media-fallback strong { color:#f1f5f9; display:block; margin-bottom:5px; }
.spotlight-video-note { position:absolute; z-index:4; right:15px; bottom:15px; padding:6px 8px; border-radius:999px; background:rgba(3,7,11,.78); color:#dce5ef; backdrop-filter:blur(7px); font-size:8px; font-weight:900; letter-spacing:.05em; }

@media(max-width:900px){
  .spotlight-card.is-primary { grid-template-columns:1fr; }
  .spotlight-card.is-primary .spotlight-media-shell { order:-1; }
  .spotlight-card.is-primary .spotlight-media { aspect-ratio:16/9; min-height:0; }
}
@media(max-width:650px){
  .spotlight-hub { padding:13px; border-radius:20px; margin-bottom:18px; }
  .spotlight-hub-head { align-items:flex-start; }
  .spotlight-hub-head h2 { font-size:22px; }
  .spotlight-hub-count { display:none; }
  .spotlight-hub-list { grid-template-columns:1fr; gap:10px; }
  .spotlight-card.is-primary { grid-column:auto; }
  .spotlight-card h3,.spotlight-card.is-primary h3 { font-size:28px; }
  .spotlight-copy { padding:16px; }
  .spotlight-summary { font-size:12px; }
}
