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

.gda-article-vertical {
  width: min(360px, calc(100% - 24px));
  margin: 24px auto;
}

.gda-article-vertical .gda-promo-rotator,
.gda-sidebar-banner .gda-promo-rotator {
  aspect-ratio: 4 / 5;
  min-height: 360px;
}

.gda-article-vertical .gda-promo-slide::after,
.gda-sidebar-banner .gda-promo-slide::after {
  background: linear-gradient(0deg, rgb(2 8 18 / 94%) 0%, rgb(2 8 18 / 62%) 55%, rgb(2 8 18 / 12%) 100%);
}

.gda-article-vertical .gda-promo-copy,
.gda-sidebar-banner .gda-promo-copy {
  left: 18px;
  top: auto;
  bottom: 30px;
  width: calc(100% - 36px);
  transform: none;
}

.gda-sidebar-banner {
  width: 100%;
  margin-block: 18px;
}

.gda-home-mid-pending { display: none !important; }

.gda-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%);
}

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

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

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

.gda-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%);
}

.gda-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%);
}

.gda-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;
}

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

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

.gda-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;
}

.gda-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;
}

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

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

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

.gda-promo-nav {
  position: absolute;
  z-index: 6;
  top: 50%;
  display: grid;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 50%;
  background: rgb(2 8 18 / 62%);
  color: #fff;
  font: 800 21px/1 system-ui, sans-serif;
  cursor: pointer;
  place-items: center;
  transform: translateY(-50%);
  transition: background .2s ease, transform .2s ease;
}

.gda-promo-nav:hover,
.gda-promo-nav:focus-visible {
  background: #f6c65b;
  color: #07111f;
  outline: 2px solid #fff;
  outline-offset: 2px;
  transform: translateY(-50%) scale(1.06);
}

.gda-promo-prev { left: 10px; }
.gda-promo-next { right: 10px; }

.gda-intent-question {
  position: fixed;
  z-index: 999999;
  right: 18px;
  bottom: 18px;
  display: flex;
  max-width: min(680px, calc(100vw - 36px));
  padding: 12px 44px 12px 14px;
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 14px;
  background: #07111f;
  box-shadow: 0 16px 44px rgb(0 0 0 / 32%);
  color: #fff;
  font: 600 14px/1.35 system-ui, sans-serif;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.gda-intent-question > span { flex-basis: 100%; }

.gda-intent-question button {
  padding: 7px 10px;
  border: 1px solid rgb(255 255 255 / 35%);
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
}

.gda-intent-question button:hover,
.gda-intent-question button:focus-visible {
  border-color: #f6c65b;
  background: #f6c65b;
  color: #07111f;
}

.gda-intent-question .gda-intent-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 30px;
  height: 30px;
  padding: 0;
  font-size: 20px;
}

@media (max-width: 700px) {
  .gda-site-banner,
  .gda-article-promo,
  .gda-home-mid-banner { width: min(100% - 16px, 620px); margin-block: 12px; }
  .gda-sidebar-banner { width: 100%; margin-block: 12px; }
  .gda-article-vertical { width: min(360px, calc(100% - 16px)); margin-block: 16px; }
  .gda-promo-rotator { aspect-ratio: 16 / 8; border-radius: 12px; }
  .gda-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%); }
  .gda-promo-copy { left: 16px; width: 70%; }
  .gda-promo-subtitle { display: none; }
  .gda-promo-nav { width: 34px; height: 34px; font-size: 17px; }
  .gda-promo-prev { left: 6px; }
  .gda-promo-next { right: 6px; }
  .gda-intent-question { right: 8px; bottom: 8px; max-width: calc(100vw - 16px); }
}

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