.zzf-result-offer {
  width: min(100%, 560px);
  margin: 30px auto 15px;
  padding: 22px 24px;
  border: 1px solid rgba(45, 58, 74, .16);
  background: rgba(255, 255, 255, .28);
  text-align: center;
}

.zzf-offer-kicker,
.zzf-offer-title,
.zzf-offer-copy,
.zzf-offer-trust {
  display: block;
}

.zzf-offer-kicker {
  margin-bottom: 9px;
  color: #829386;
  font: 600 11px/1.3 "Poppins", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.zzf-offer-title {
  color: #2d3a4a;
  font: 400 clamp(25px, 3.1vw, 35px)/1.15 "Cormorant Garamond", Georgia, serif;
}

.zzf-offer-copy {
  max-width: 470px;
  margin: 10px auto 0;
  color: #5f6b66;
  font: 400 14px/1.65 "Poppins", sans-serif;
}

a.zzf-converted-offer {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 54px;
  padding: 14px 25px !important;
  border: 0 !important;
  border-radius: 999px;
  background: #2d3a4a !important;
  color: #f8f2e7 !important;
  font: 600 13px/1.35 "Poppins", sans-serif !important;
  letter-spacing: .035em;
  text-decoration: none !important;
  box-shadow: 0 10px 28px rgba(45, 58, 74, .13);
  transition: transform .3s ease, box-shadow .3s ease, background .3s ease;
}

a.zzf-converted-offer::before,
a.zzf-converted-offer::after {
  display: none !important;
}

a.zzf-converted-offer:hover,
a.zzf-converted-offer:focus-visible {
  transform: translateY(-2px);
  background: #384759 !important;
  box-shadow: 0 14px 34px rgba(45, 58, 74, .2);
}

.zzf-cta-stack {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.zzf-offer-trust {
  margin: 12px auto 0;
  color: #6d7772;
  font: 400 11px/1.5 "Poppins", sans-serif;
  letter-spacing: .02em;
}

.zzf-seven-day-summary {
  margin-top: 17px;
  padding-top: 16px;
  border-top: 1px solid rgba(45, 58, 74, .14);
  color: #5f6b66;
  font-size: .92em;
  line-height: 1.65;
}

@media (max-width: 767px) {
  .zzf-result-offer {
    margin-top: 24px;
    padding: 19px 17px;
  }
  a.zzf-converted-offer {
    width: 100%;
    max-width: 360px;
    padding-inline: 18px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  a.zzf-converted-offer { transition: none; }
}
