.nz-footer-offer {
  --offer-accent: #20d5e5;
  --offer-accent-rgb: 32, 213, 229;
  width: 100% !important;
  max-width: none !important;
  min-height: clamp(240px, 31vw, 430px) !important;
  margin: 0 !important;
  padding: clamp(44px, 7vw, 96px) clamp(18px, 3.2vw, 54px) !important;
  display: grid !important;
  place-items: center !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: radial-gradient(circle at 50% 50%, rgba(var(--offer-accent-rgb), .07), transparent 34%), #070b10 !important;
  box-shadow: none !important;
}
.nz-footer-offer.is-uptempo {
  --offer-accent: #ed2941;
  --offer-accent-rgb: 237, 41, 65;
  background: radial-gradient(circle at 50% 50%, rgba(237, 41, 65, .08), transparent 36%), #09080c !important;
}
.nz-footer-offer > [class]:not(.nz-footer-offer-panel) { display: none !important; }
.nz-footer-offer-panel {
  position: relative;
  width: min(100%, 2020px);
  display: grid;
  grid-template-columns: minmax(410px, 1.05fr) minmax(310px, .72fr) minmax(430px, 1.1fr);
  align-items: center;
  gap: clamp(24px, 3vw, 58px);
  padding: clamp(24px, 2.5vw, 38px) clamp(24px, 3vw, 48px);
  border: 1px solid rgba(var(--offer-accent-rgb), .3);
  border-radius: 18px;
  background: radial-gradient(circle at 48% 50%, rgba(var(--offer-accent-rgb), .11), transparent 30%), linear-gradient(110deg, #0a0e15, #080c12 55%, #0a0c13);
  box-shadow: 0 28px 90px rgba(0, 0, 0, .45), 0 0 54px rgba(var(--offer-accent-rgb), .08), inset 0 1px rgba(255, 255, 255, .055);
  overflow: hidden;
}
.nz-footer-offer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(var(--offer-accent-rgb), .28), transparent) top / 100% 1px no-repeat;
}
.nz-footer-offer-timer {
  display: flex;
  align-items: center;
  gap: 18px;
  padding-right: clamp(18px, 2.4vw, 44px);
  border-right: 1px solid rgba(245, 242, 236, .13);
}
.nz-footer-offer-kicker {
  display: flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: #ff4b9a !important;
  font-size: clamp(11px, .75vw, 14px) !important;
  font-weight: 900 !important;
  letter-spacing: .13em !important;
  text-transform: uppercase;
  white-space: nowrap;
}
.nz-footer-offer-kicker::before {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #ff247f;
  box-shadow: 0 0 18px #ff247f;
}
.nz-footer-offer-clock { display: flex; align-items: center; gap: 8px; }
.nz-footer-offer-segment {
  min-width: 54px;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: baseline;
  padding: 10px 8px;
  border: 1px solid rgba(255, 36, 127, .72);
  border-radius: 10px;
  background: #11121a;
  color: #fff;
  box-shadow: inset 0 0 20px rgba(255, 36, 127, .06);
}
.nz-footer-offer-segment b { font-size: 20px; font-weight: 900; font-variant-numeric: tabular-nums; }
.nz-footer-offer-segment small { color: #ff66a5; font-size: 8px; font-weight: 850; text-transform: uppercase; }
.nz-footer-offer-clock > i { color: #ff247f; font-style: normal; font-weight: 900; }
.nz-footer-offer-save { text-align: center; text-transform: uppercase; }
.nz-footer-offer-save strong {
  display: block;
  color: #f5f2ec;
  font-family: Montserrat, Arial, sans-serif;
  font-size: clamp(46px, 4.5vw, 78px);
  font-weight: 950;
  line-height: .9;
  letter-spacing: -.055em;
  text-shadow: 0 0 28px rgba(var(--offer-accent-rgb), .36);
}
.nz-footer-offer-save span {
  display: block;
  margin-top: 12px;
  color: #8f929e;
  font-size: clamp(10px, .75vw, 14px);
  font-weight: 850;
  letter-spacing: .1em;
}
.nz-footer-offer-actions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.nz-footer-offer.has-one-action .nz-footer-offer-actions { grid-template-columns: 1fr; }
.nz-footer-offer-button {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 16px 14px 24px;
  border: 2px solid currentColor;
  border-radius: 14px;
  background: linear-gradient(180deg, #121a23, #0b1017);
  font-size: clamp(14px, 1vw, 18px);
  font-weight: 900;
  text-decoration: none !important;
  transition: transform .22s, box-shadow .22s, background .22s;
}
.nz-footer-offer-button span {
  flex: none;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 27px;
  font-weight: 500;
}
.nz-footer-offer-button.is-hardstyle { color: #20d5e5; box-shadow: 0 0 28px rgba(32, 213, 229, .1); }
.nz-footer-offer-button.is-uptempo { color: #ff3153; box-shadow: 0 0 28px rgba(237, 41, 65, .12); }
.nz-footer-offer-button b { color: #f5f2ec; }
.nz-footer-offer-button:hover,
.nz-footer-offer-button:focus-visible {
  transform: translateY(-3px);
  background: linear-gradient(180deg, #1a2430, #0e151e);
  box-shadow: 0 16px 40px rgba(var(--offer-accent-rgb), .2);
}
.nz-footer-offer-close {
  position: absolute;
  z-index: 2;
  top: 10px;
  right: 12px;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #89909c;
  font-size: 31px;
  line-height: 1;
  cursor: pointer;
  transition: color .2s, transform .2s;
}
.nz-footer-offer-close:hover { color: #fff; transform: rotate(5deg); }
@media (max-width: 1320px) {
  .nz-footer-offer-panel { grid-template-columns: 1fr 1fr; }
  .nz-footer-offer-timer { border-right: 0; }
  .nz-footer-offer-save { grid-column: 2; grid-row: 1; }
  .nz-footer-offer-actions { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .nz-footer-offer { min-height: 0 !important; padding: 40px 14px !important; }
  .nz-footer-offer-panel { grid-template-columns: 1fr; gap: 25px; padding: 28px 18px 20px; border-radius: 16px; }
  .nz-footer-offer-timer { display: grid; justify-items: center; gap: 14px; padding: 0; }
  .nz-footer-offer-save { grid-column: 1; grid-row: auto; }
  .nz-footer-offer-save strong { font-size: 46px; }
  .nz-footer-offer-save span { margin-top: 9px; font-size: 10px; }
  .nz-footer-offer-clock { gap: 5px; }
  .nz-footer-offer-segment { min-width: 48px; padding: 9px 7px; }
  .nz-footer-offer-actions { grid-column: 1; grid-template-columns: 1fr; }
  .nz-footer-offer-button { min-height: 60px; padding: 10px 11px 10px 18px; font-size: 14px; }
  .nz-footer-offer-button span { width: 40px; height: 40px; font-size: 23px; }
  .nz-footer-offer-close { top: 4px; right: 5px; }
}
@media (max-width: 390px) {
  .nz-footer-offer-segment { min-width: 43px; }
  .nz-footer-offer-clock { gap: 3px; }
  .nz-footer-offer-clock > i { font-size: 12px; }
}
