.upa-site-banner,
.upa-article-promo {
  width: min(1180px, calc(100% - 24px));
  margin: 18px auto;
}

.upa-promo-rotator {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 5;
  border-radius: 16px;
  background: #07111f;
  box-shadow: 0 14px 34px rgb(6 18 33 / 18%);
}

.upa-promo-slide {
  position: absolute;
  inset: 0;
  display: block;
  color: #fff !important;
  text-decoration: none !important;
  isolation: isolate;
}

.upa-promo-slide[hidden] { display: none !important; }

.upa-promo-slide img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.upa-promo-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgb(2 8 18 / 92%) 0%, rgb(2 8 18 / 68%) 42%, rgb(2 8 18 / 10%) 78%);
}

.upa-promo-copy {
  position: absolute;
  z-index: 2;
  left: clamp(18px, 4vw, 54px);
  top: 50%;
  width: min(58%, 650px);
  transform: translateY(-50%);
  text-shadow: 0 2px 12px rgb(0 0 0 / 45%);
}

.upa-promo-kicker {
  display: block;
  margin-bottom: 5px;
  color: #f6c65b;
  font-size: clamp(.72rem, 1.2vw, .92rem);
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.upa-promo-title {
  display: block;
  font-size: clamp(1.15rem, 3.1vw, 2.35rem);
  font-weight: 850;
  line-height: 1.04;
}

.upa-promo-subtitle {
  display: block;
  margin-top: 7px;
  font-size: clamp(.75rem, 1.45vw, 1rem);
  line-height: 1.28;
}

.upa-promo-cta {
  display: inline-flex;
  margin-top: clamp(8px, 1.4vw, 16px);
  padding: .64em 1em;
  border-radius: 999px;
  background: #f6c65b;
  color: #07111f;
  font-size: clamp(.72rem, 1.3vw, .9rem);
  font-weight: 850;
  text-shadow: none;
}

.upa-promo-label {
  position: absolute;
  z-index: 3;
  right: 9px;
  top: 8px;
  padding: 3px 7px;
  border-radius: 999px;
  background: rgb(0 0 0 / 45%);
  color: #fff;
  font-size: 10px;
  letter-spacing: .05em;
}

.upa-promo-dots {
  position: absolute;
  z-index: 4;
  right: 14px;
  bottom: 10px;
  display: flex;
  gap: 5px;
}

.upa-promo-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgb(255 255 255 / 45%);
}

.upa-promo-dot.is-active { background: #f6c65b; }

@media (max-width: 700px) {
  .upa-site-banner,
  .upa-article-promo { width: min(100% - 16px, 620px); margin-block: 12px; }
  .upa-promo-rotator { aspect-ratio: 16 / 8; border-radius: 12px; }
  .upa-promo-slide::after { background: linear-gradient(90deg, rgb(2 8 18 / 92%) 0%, rgb(2 8 18 / 72%) 66%, rgb(2 8 18 / 24%) 100%); }
  .upa-promo-copy { left: 16px; width: 70%; }
  .upa-promo-subtitle { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .upa-promo-slide { transition: none !important; }
}
