.spotlight-bc {
  background: #0b1524;
  border-bottom: 1px solid rgba(34, 211, 238, 0.12);
  padding: 12px 0;
}
.spotlight-bc__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.45);
  font-family: Poppins, system-ui, sans-serif;
}
.spotlight-bc__list a {
  color: #22d3ee;
  text-decoration: none;
}
.spotlight-bc__list a:hover {
  text-decoration: underline;
}

.spotlight-root {
  --spot-cyan: #22d3ee;
  --spot-fuchsia: #e879f9;
  --spot-amber: #fbbf24;
  --spot-bg0: #040814;
  --spot-bg1: #0c1224;
}

.spotlight-hero {
  position: relative;
  background: radial-gradient(120% 85% at 12% 20%, rgba(34, 211, 238, 0.11), transparent 55%),
    radial-gradient(90% 70% at 88% 0%, rgba(232, 121, 249, 0.12), transparent 50%),
    linear-gradient(165deg, var(--spot-bg0) 0%, #12081f 42%, var(--spot-bg1) 100%);
  padding: clamp(52px, 8vw, 96px) 0 clamp(44px, 6vw, 72px);
  border-bottom: 1px solid rgba(34, 211, 238, 0.18);
}
.spotlight-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(34, 211, 238, 0.06) 1px, transparent 1px);
  background-size: 22px 22px;
  pointer-events: none;
  opacity: 0.5;
}

.spotlight-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(280px, 0.94fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.spotlight-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  color: rgba(224, 255, 252, 0.88);
  background: rgba(8, 20, 40, 0.55);
  border: 1px solid rgba(34, 211, 238, 0.45);
  box-shadow: 0 0 24px rgba(34, 211, 238, 0.15), inset 0 0 20px rgba(232, 121, 249, 0.06);
}

.spotlight-hero h1 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.85rem, 4vw, 3rem);
  line-height: 1.16;
  color: #fff;
  margin: 18px 0 14px;
  text-shadow: 0 0 42px rgba(34, 211, 238, 0.22), 0 12px 40px rgba(0, 0, 0, 0.65);
}

.spotlight-hero__lead {
  font-family: Poppins, system-ui, sans-serif;
  font-size: clamp(0.96rem, 1.55vw, 1.06rem);
  line-height: 1.72;
  color: rgba(220, 230, 248, 0.82);
  max-width: 38rem;
  margin: 0 0 22px;
}

.spotlight-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.spotlight-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 13px 22px;
  border-radius: 12px;
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.spotlight-btn--primary {
  color: #021014;
  background: linear-gradient(135deg, #5eead4 0%, #22d3ee 45%, #a78bfa 100%);
  box-shadow: 0 14px 40px rgba(34, 211, 238, 0.32);
}
.spotlight-btn--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 48px rgba(232, 121, 249, 0.28);
}
.spotlight-btn--ghost {
  color: rgba(224, 255, 252, 0.9);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(232, 121, 249, 0.35);
}
.spotlight-btn--ghost:hover {
  transform: translateY(-2px);
  border-color: rgba(34, 211, 238, 0.55);
}

.spotlight-hero__frame {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.35);
  box-shadow:
    0 24px 80px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 255, 255, 0.06) inset,
    0 0 60px rgba(232, 121, 249, 0.15);
  background: linear-gradient(145deg, #0a1628, #140c20);
}
.spotlight-hero__frame img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: middle;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.spotlight-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}
.spotlight-chip {
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 999px;
  color: rgba(224, 255, 252, 0.9);
  background: rgba(6, 16, 32, 0.65);
  border: 1px solid rgba(34, 211, 238, 0.22);
}

.spotlight-section {
  padding: clamp(44px, 6vw, 72px) 0;
}

.spotlight-section--dark {
  background: linear-gradient(180deg, #060d18 0%, #0b1524 48%, #080f1d 100%);
  border-block: 1px solid rgba(34, 211, 238, 0.08);
}

.spotlight-prose {
  max-width: 46rem;
  margin: 0 auto;
}
.spotlight-prose h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.45rem, 2.8vw, 2rem);
  color: #ecfeff;
  margin: 0 0 16px;
}
.spotlight-prose p {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 0.97rem;
  line-height: 1.82;
  color: rgba(210, 222, 240, 0.88);
  margin: 0 0 16px;
}
.spotlight-prose a {
  color: #67e8f9;
  text-underline-offset: 3px;
}
.spotlight-prose a:hover {
  color: #a5f3fc;
}

.spotlight-prose ul {
  font-family: Poppins, system-ui, sans-serif;
  margin: 0 0 20px;
  padding-left: 1.25rem;
  color: rgba(200, 218, 240, 0.86);
  line-height: 1.7;
}

.spotlight-gallery-lead {
  text-align: center;
  max-width: 40rem;
  margin-inline: auto;
  margin-bottom: 28px;
}
.spotlight-gallery-lead p {
  margin: 0;
}

.spotlight-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.spotlight-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  gap: 14px;
}
.spotlight-gallery a {
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(34, 211, 238, 0.2);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}
.spotlight-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.spotlight-gallery a:hover img {
  transform: scale(1.05);
}

.spotlight-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.spotlight-card {
  padding: 20px;
  border-radius: 14px;
  background: rgba(8, 20, 40, 0.55);
  border: 1px solid rgba(34, 211, 238, 0.18);
}
.spotlight-card strong {
  display: block;
  font-family: Poppins, system-ui, sans-serif;
  font-size: 0.85rem;
  color: var(--spot-cyan);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.spotlight-card span {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 0.9rem;
  color: rgba(210, 222, 240, 0.84);
  line-height: 1.55;
}

.spotlight-cta {
  text-align: center;
  padding: clamp(44px, 6vw, 72px) 16px;
  background:
    radial-gradient(ellipse 55% 80% at 50% 0%, rgba(34, 211, 238, 0.12), transparent 70%),
    #030711;
}
.spotlight-cta h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.4rem, 3vw, 2rem);
  color: #fff;
  margin: 0 0 10px;
}
.spotlight-cta p {
  font-family: Poppins, system-ui, sans-serif;
  font-size: 0.96rem;
  color: rgba(200, 220, 240, 0.78);
  max-width: 36rem;
  margin: 0 auto 22px;
  line-height: 1.65;
}

@media (max-width: 960px) {
  .spotlight-hero__grid {
    grid-template-columns: 1fr;
  }
  .spotlight-hero__frame {
    max-width: 520px;
    margin-inline: auto;
  }
}

.page-spotlight #main {
  overflow-x: clip;
}

@media (prefers-reduced-motion: reduce) {
  .spotlight-btn--primary:hover,
  .spotlight-btn--ghost:hover,
  .spotlight-gallery a:hover img {
    transform: none;
  }
}
