/* Homepage promotion: PRIMA latex balloons -50%. Loaded directly to bypass stale theme bundles. */
.prima-sale-spotlight {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  width: min(100% - 30px, 1400px);
  min-height: 290px;
  margin: 28px auto 42px;
  padding: 46px clamp(28px, 5vw, 76px);
  overflow: hidden;
  border-radius: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 18% 15%, rgba(255, 255, 255, .2), transparent 25%),
    linear-gradient(120deg, #005caa 0%, #007fc3 54%, #35b1e5 100%);
  box-shadow: 0 20px 50px rgba(0, 92, 170, .22);
}

body#index .elementor-section-wrap > .prima-sale-spotlight,
body.page-index .elementor-section-wrap > .prima-sale-spotlight {
  width: min(calc(100vw - 44px), var(--ps-r8f-page-max, 1280px));
  margin-top: 10px;
  margin-bottom: 38px;
}

.prima-sale-spotlight__content {
  position: relative;
  z-index: 2;
  max-width: 750px;
}

.prima-sale-spotlight__eyebrow {
  margin: 0 0 10px;
  color: #ffe566;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .15em;
}

.prima-sale-spotlight h2 {
  margin: 0;
  color: #fff;
  font-family: "Rum Raisin", sans-serif;
  font-size: clamp(38px, 5vw, 68px);
  font-weight: 400;
  line-height: .98;
  text-transform: none;
}

.prima-sale-spotlight__copy {
  max-width: 650px;
  margin: 18px 0 26px;
  color: rgba(255, 255, 255, .92);
  font-size: 17px;
  line-height: 1.55;
}

.prima-sale-spotlight__cta {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 999px;
  color: #005caa;
  background: #ffe566;
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.prima-sale-spotlight__cta:hover,
.prima-sale-spotlight__cta:focus {
  color: #004980;
  background: #fff;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .16);
  transform: translateY(-2px);
}

.prima-sale-spotlight__discount {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(170px, 18vw, 230px);
  aspect-ratio: 1;
  border: 8px solid rgba(255, 255, 255, .3);
  border-radius: 50%;
  color: #005caa;
  background: #ffe566;
  box-shadow: 0 18px 32px rgba(0, 0, 0, .18);
  transform: rotate(5deg);
}

.prima-sale-spotlight__discount span {
  font-size: clamp(52px, 6vw, 78px);
  font-weight: 900;
  line-height: .9;
  letter-spacing: -.07em;
}

.prima-sale-spotlight__discount small {
  margin-top: 9px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .18em;
}

.prima-sale-spotlight__decor {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.prima-sale-spotlight__balloon {
  position: absolute;
  display: block;
  width: 82px;
  height: 102px;
  border-radius: 52% 48% 48% 52% / 46% 46% 54% 54%;
  opacity: .55;
  transform: rotate(-12deg);
}

.prima-sale-spotlight__balloon::after {
  position: absolute;
  bottom: -14px;
  left: 50%;
  width: 1px;
  height: 90px;
  content: "";
  background: rgba(255, 255, 255, .45);
}

.prima-sale-spotlight__balloon--pink {
  top: -22px;
  right: 28%;
  background: #ff6fae;
}

.prima-sale-spotlight__balloon--yellow {
  right: 42%;
  bottom: -45px;
  background: #ffe566;
  transform: rotate(14deg) scale(.78);
}

.prima-sale-spotlight__balloon--blue {
  top: 18px;
  left: -30px;
  background: #78d6ff;
  transform: rotate(18deg) scale(.9);
}

@media (max-width: 767px) {
  body#index .elementor-section-wrap > .prima-sale-spotlight,
  body.page-index .elementor-section-wrap > .prima-sale-spotlight {
    width: calc(100vw - 28px);
    margin-top: 4px;
    margin-bottom: 30px;
  }

  .prima-sale-spotlight {
    grid-template-columns: 1fr;
    min-height: 0;
    margin: 18px auto 30px;
    padding: 34px 24px 30px;
    border-radius: 22px;
    text-align: center;
  }

  .prima-sale-spotlight__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .prima-sale-spotlight h2 {
    font-size: clamp(39px, 13vw, 56px);
  }

  .prima-sale-spotlight__copy {
    margin: 16px 0 22px;
    font-size: 15px;
  }

  .prima-sale-spotlight__discount {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 88px;
    border-width: 4px;
  }

  .prima-sale-spotlight__discount span {
    font-size: 31px;
  }

  .prima-sale-spotlight__discount small {
    margin-top: 4px;
    font-size: 8px;
  }

  .prima-sale-spotlight__eyebrow {
    max-width: 65%;
    margin-right: auto;
    margin-left: 0;
    text-align: left;
  }
}
