.why-dj-bottom-cta {
  --why-dj-bottom-cta-bg: #0a0d13;
  --why-dj-bottom-cta-accent: #a91d22;
  --why-dj-bottom-cta-counter-shadow: none;
  --why-dj-bottom-cta-notch-r: 5px;
  width: 100%;
  display: block;
  position: static;
  z-index: auto;
  background: var(--why-dj-bottom-cta-bg);
}

.why-dj-bottom-cta,
.why-dj-bottom-cta * {
  box-sizing: border-box;
}

.why-dj-bottom-cta__inner {
  width: min(100% - 2.25rem, 1200px);
  margin-inline: auto;
}

/* Main row: countdown (left) + button (right) */

.why-dj-bottom-cta__main {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: clamp(1rem, 3vw, 2rem);
  padding: clamp(1.8rem, 3.5vw, 2.6rem) 0;
}

/* Countdown */

.why-dj-bottom-cta__countdown-wrap {
  flex: 1 1 auto;
  min-width: 0;
}

.why-dj-bottom-cta__countdown.uk-grid {
  margin-top: 0;
  flex-wrap: nowrap;
}

.why-dj-bottom-cta__countdown.uk-grid > div {
  margin-top: 0;
}

.why-dj-bottom-cta__countdown-item {
  display: flex;
  min-width: 125px;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.why-dj-bottom-cta__countdown-value-shell {
  position: relative;
  display: flex;
  width: 65%;
  min-height: 80px;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.8rem;
  border-radius: 7px;
  border: none;
  background:
    linear-gradient(to right, transparent 4px, rgba(255, 255, 255, 0.14) 4px, rgba(255, 255, 255, 0.14) calc(100% - 4px), transparent calc(100% - 4px))
      center / 100% 1px no-repeat,
    linear-gradient(to bottom, #a91d22 50%, #b9272c 50%);
  box-shadow: var(--why-dj-bottom-cta-counter-shadow);
  overflow: visible;
}

.why-dj-bottom-cta__countdown-value-shell::before,
.why-dj-bottom-cta__countdown-value-shell::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: calc(var(--why-dj-bottom-cta-notch-r) * 2);
  height: calc(var(--why-dj-bottom-cta-notch-r) * 2);
  background: #0a0d13;
  border-radius: 50%;
  z-index: 5;
  pointer-events: none;
}

.why-dj-bottom-cta__countdown-value-shell::before {
  left: calc(var(--why-dj-bottom-cta-notch-r) * -1);
}

.why-dj-bottom-cta__countdown-value-shell::after {
  right: calc(var(--why-dj-bottom-cta-notch-r) * -1);
}

.why-dj-bottom-cta__countdown-value-shell--custom {
  background: var(--why-dj-bottom-cta-counter-skin, none) center / cover no-repeat;
}

.why-dj-bottom-cta__countdown-value-shell--custom::before,
.why-dj-bottom-cta__countdown-value-shell--custom::after {
  display: none;
}

.why-dj-bottom-cta__countdown-value {
  position: relative;
  z-index: 2;
  display: block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: clamp(1.75rem, 2.3vw, 2.12rem);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
}

.why-dj-bottom-cta__countdown-label {
  display: block;
  margin-top: 0.38rem;
  color: rgba(255, 255, 255, 0.75);
  font-family: "Poppins", sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1;
}

/* Button */

.why-dj-bottom-cta__actions {
  flex: 0 0 auto;
}

.why-dj-bottom-cta__button.uk-button {
  display: inline-flex;
  min-width: 220px;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 0.88rem 2rem;
  border: 0;
  border-radius: 100px;
  background: var(--why-dj-bottom-cta-accent);
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: 0;
  box-shadow: 0 12px 22px rgba(169, 29, 34, 0.32);
  transition: transform 170ms ease, box-shadow 170ms ease, filter 170ms ease;
}

.why-dj-bottom-cta__button.uk-button:hover,
.why-dj-bottom-cta__button.uk-button:focus-visible {
  color: #ffffff;
  text-decoration: none;
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 16px 28px rgba(169, 29, 34, 0.38);
}

.why-dj-bottom-cta__button.uk-button:focus-visible {
  outline: 2px solid rgba(169, 29, 34, 0.5);
  outline-offset: 3px;
}

/* Footer bar: copyright (left) + links (right) */

.why-dj-bottom-cta__footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.9rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.why-dj-bottom-cta__copyright {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-family: "Poppins", sans-serif;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.4;
}

.why-dj-bottom-cta__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.why-dj-bottom-cta__link {
  color: rgba(255, 255, 255, 0.45);
  font-family: "Poppins", sans-serif;
  font-size: 0.78rem;
  font-weight: 400;
  text-decoration: none;
  transition: color 150ms ease;
}

.why-dj-bottom-cta__link:hover,
.why-dj-bottom-cta__link:focus-visible {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: underline;
}

/* Responsive */

@media (max-width: 959px) {
  .why-dj-bottom-cta {
    --why-dj-bottom-cta-notch-r: 4px;
  }

  .why-dj-bottom-cta__countdown-value-shell {
    min-height: 50px;
    padding: 0.36rem 0.62rem;
  }

  .why-dj-bottom-cta__countdown-value {
    font-size: clamp(1.48rem, 3vw, 1.86rem);
  }

  .why-dj-bottom-cta__countdown-label {
    font-size: 0.78rem;
  }
}

@media (max-width: 767px) {
  .why-dj-bottom-cta__main {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .why-dj-bottom-cta__countdown.uk-grid {
    justify-content: center;
  }

  .why-dj-bottom-cta__actions {
    align-self: stretch;
  }

  .why-dj-bottom-cta__button.uk-button {
    width: 100%;
    min-height: 52px;
    font-size: 0.97rem;
  }

  .why-dj-bottom-cta__footer {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.75rem;
  }
}

@media (max-width: 639px) {
  .why-dj-bottom-cta__inner {
    width: min(100% - 1.35rem, 640px);
  }

  .why-dj-bottom-cta__countdown.uk-grid {
    gap: 0.4rem;
  }

  .why-dj-bottom-cta__countdown-value-shell {
    min-height: 46px;
  }

  .why-dj-bottom-cta__countdown-value {
    font-size: 1.32rem;
  }

  .why-dj-bottom-cta__countdown-label {
    margin-top: 0.32rem;
    font-size: 0.71rem;
  }
}

@media (max-width: 479px) {
  .why-dj-bottom-cta {
    --why-dj-bottom-cta-notch-r: 3px;
  }

  .why-dj-bottom-cta__countdown.uk-grid {
    gap: 0.25rem;
  }

  .why-dj-bottom-cta__countdown-value-shell {
    min-height: 42px;
  }

  .why-dj-bottom-cta__countdown-value {
    font-size: clamp(1.05rem, 6vw, 1.25rem);
  }

  .why-dj-bottom-cta__countdown-label {
    font-size: 0.64rem;
  }
}

/* Footer-only campaign bar (countdown/button removed). */
.why-dj-bottom-cta {
  padding: clamp(1.4rem, 3vw, 2rem) 0 !important;
}
.why-dj-bottom-cta .why-dj-bottom-cta__footer {
  margin-top: 0 !important;
  padding-top: 0 !important;
  border-top: none !important;
}
