/* Card XL */
.promo-card {
  border: 0;
  border-radius: 22px;
  box-shadow: 0 26px 80px rgba(0,0,0,.28);
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(200,146,70,.15), transparent 60%),
    linear-gradient(165deg,#ffffff 0%, #ffffff 40%, #f6e6cc 100%);
  position: relative;
  overflow: hidden;
}
.promo-xl { max-width: 780px; margin: 0 auto; }
.promo-body { padding: 36px 32px 34px; }

.promo-close {
  position: absolute; top: 12px; right: 12px;
  opacity: .6;
}
.promo-close:hover { opacity: 1; }

.promo-badge {
  display: inline-block;
  padding: 7px 12px;
  font-weight: 800;
  font-size: .8rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  background: #c89246;
  color: #111;
  border-radius: 999px;
  margin-bottom: 12px;
}

.promo-title {
  font-weight: 900;
  letter-spacing: .2px;
  line-height: 1.05;
  font-size: clamp(32px, 6vw, 56px);
}
.promo-kicker {
  font-size: clamp(14px, 2.8vw, 18px);
  color: #333;
}

.promo-code-wrap { margin-top: 10px; }
.promo-code-label { font-size: .9rem; opacity: .85; margin-bottom: 6px; }

.promo-code-row {
  display: inline-flex; align-items: center; justify-content: center;
  padding: 8px 10px; background: rgba(255,255,255,.7);
  border: 1px solid rgba(0,0,0,.08); border-radius: 12px;
}
.promo-code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: clamp(16px, 3.2vw, 22px);
  font-weight: 800; color: #111; padding: 0 2px;
}
.promo-copy-msg { display: block; margin-top: 6px; color: #1a7f37; }

.promo-bullets { list-style: none; padding: 0; margin: 16px 0; }
.promo-bullets li { display: inline-block; margin: 0 8px; font-weight: 600; }
.promo-footnote { font-size: .8rem; opacity: .7; }
