/* ============================================================
   V2 RETAIL — LUXURY FASHION COUPON LANDING
   Premium black + red palette · Glassmorphism · Bold typography
   ============================================================ */

/* ===== BASE ===== */
* { box-sizing: border-box; margin: 0; padding: 0; min-width: 0; }
html { width: 100%; overflow-x: hidden; }
body {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  background: #4a0a14;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  letter-spacing: -0.01em;
}

.font-display { font-family: 'Playfair Display', Georgia, serif; }

img { max-width: 100%; height: auto; display: block; }
h1, h2, h3, p { word-wrap: break-word; overflow-wrap: break-word; }

/* ===== HERO SECTION ===== */
.hero-section {
  position: relative;
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  width: 100%;
  overflow-x: hidden;
  background: #4a0a14;
}
.hero-section * { max-width: 100%; }

/* ===== PREMIUM FASHION BACKGROUND LAYERS ===== */
.lux-bg {
  background:
    radial-gradient(ellipse at 78% 15%, rgba(252, 165, 165, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 10% 80%, rgba(251, 146, 60, 0.14) 0%, transparent 55%),
    radial-gradient(ellipse at 50% 100%, rgba(220, 38, 38, 0.35) 0%, transparent 65%),
    linear-gradient(165deg, #3a0a14 0%, #5b0e1f 25%, #7a1428 50%, #5b0e1f 75%, #3a0a14 100%);
}

.lux-vignette {
  background:
    radial-gradient(ellipse at center, transparent 45%, rgba(20, 0, 5, 0.35) 100%),
    linear-gradient(180deg, rgba(60, 10, 20, 0.25) 0%, transparent 18%, transparent 82%, rgba(20, 0, 5, 0.4) 100%);
}

/* Soft grain texture */
.lux-grain {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.55 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  mix-blend-mode: overlay;
}

/* Fashion silhouette ambient pattern */
.lux-silhouette {
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 600'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3C!--hanger 1--%3E%3Cpath d='M50 100 Q60 90 70 100 L70 105 Q60 102 50 105 Z M55 105 L55 130 Q60 135 65 130 L65 105'/%3E%3C!--dress silhouette--%3E%3Cpath d='M150 80 Q165 75 180 80 L185 110 Q205 200 195 280 L155 280 Q145 200 165 110 Z'/%3E%3C!--shopping bag--%3E%3Cpath d='M260 240 L320 240 L325 320 L255 320 Z M270 240 Q270 220 290 220 Q310 220 310 240'/%3E%3C!--hanger 2--%3E%3Cpath d='M80 400 Q90 390 100 400 L100 405 Q90 402 80 405 Z M85 405 L85 430 Q90 435 95 430 L95 405'/%3E%3C!--suit silhouette--%3E%3Cpath d='M280 380 Q295 375 310 380 L315 410 Q325 500 315 560 L275 560 Q265 500 275 410 Z M290 380 L290 560 M300 380 L300 560'/%3E%3C!--high heel--%3E%3Cpath d='M340 540 L370 540 L375 555 L335 555 Z M355 540 L360 510 L368 510'/%3E%3C/g%3E%3C/svg%3E");
  background-size: 600px auto;
  background-repeat: repeat;
  background-position: center;
}

/* Warm ambient glow orbs (premium retail lighting) */
.lux-glow {
  filter: blur(90px);
  border-radius: 50%;
}
.lux-glow-red {
  width: 520px; height: 520px;
  background: radial-gradient(circle, rgba(254, 178, 178, 0.5) 0%, rgba(220, 38, 38, 0.25) 35%, transparent 70%);
  top: -120px; right: -160px;
  animation: lux-pulse-glow 8s ease-in-out infinite;
}
.lux-glow-amber {
  width: 420px; height: 420px;
  background: radial-gradient(circle, rgba(253, 224, 71, 0.32) 0%, rgba(244, 114, 76, 0.18) 40%, transparent 70%);
  bottom: -120px; left: -120px;
  animation: lux-pulse-glow 11s ease-in-out infinite reverse;
}
@keyframes lux-pulse-glow {
  0%, 100% { opacity: 0.7; transform: scale(1); }
  50% { opacity: 1; transform: scale(1.1); }
}

/* ===== TYPOGRAPHY ===== */
.lux-headline {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  font-size: clamp(3.5rem, 6.5vw, 5.75rem);
  line-height: 1;
  letter-spacing: -0.03em;
  color: #fff;
}
.lux-headline-mobile {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  font-size: clamp(2.5rem, 11vw, 3.25rem);
  line-height: 1.02;
  letter-spacing: -0.025em;
  color: #fff;
}
.lux-headline-accent {
  color: #fff;
  font-style: italic;
  position: relative;
  text-shadow: 0 0 32px rgba(220, 38, 38, 0.45), 0 0 60px rgba(220, 38, 38, 0.25);
}

.lux-headline-amount {
  background: linear-gradient(135deg, #ffd86b 0%, #ffb24c 35%, #ff7e3a 70%, #ff5252 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  font-weight: 900;
  font-style: italic;
  position: relative;
  padding: 0 0.06em;
  text-shadow: 0 0 38px rgba(255, 184, 76, 0.55), 0 0 70px rgba(255, 82, 82, 0.35);
  filter: drop-shadow(0 4px 14px rgba(255, 126, 58, 0.35));
}

/* ===== TAG / CHIP ===== */
.lux-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 16px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.12), rgba(244, 114, 76, 0.08));
  border: 1px solid rgba(255, 100, 100, 0.25);
  color: #ffb4b4;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.lux-dot {
  width: 6px; height: 6px;
  background: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 8px #ef4444, 0 0 16px rgba(239, 68, 68, 0.6);
  animation: lux-pulse-dot 2s ease-in-out infinite;
}
@keyframes lux-pulse-dot {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.4; }
}

/* nav chip */
.lux-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

/* small luxury button (nav) */
.lux-btn-sm {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #f97316 100%);
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 9px 18px;
  border-radius: 999px;
  letter-spacing: 0.04em;
  box-shadow: 0 4px 16px rgba(220, 38, 38, 0.35), inset 0 1px 0 rgba(255,255,255,0.15);
  transition: all 0.25s ease;
  border: 1px solid rgba(255,150,150,0.2);
}
.lux-btn-sm:hover { transform: translateY(-1px); box-shadow: 0 8px 24px rgba(220, 38, 38, 0.5), inset 0 1px 0 rgba(255,255,255,0.2); }

/* generic lux button */
.lux-btn {
  background: linear-gradient(135deg, #dc2626 0%, #b91c1c 50%, #f97316 100%);
  color: #fff;
  border: 1px solid rgba(255,150,150,0.25);
  box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
  transition: all 0.3s ease;
}
.lux-btn:hover { transform: translateY(-2px); box-shadow: 0 12px 32px rgba(220, 38, 38, 0.5); }

/* ===== HEADER PILL & DIVIDER ===== */
.lux-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  padding: 7px 14px;
  border-radius: 999px;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  font-weight: 500;
  backdrop-filter: blur(8px);
}
.lux-divider {
  width: 80px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #dc2626, transparent);
}

/* ===== STATS ===== */
.lux-stat {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 16px;
  padding: 16px 20px;
  backdrop-filter: blur(8px);
}
.lux-stat-num {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 32px;
  font-weight: 800;
  background: linear-gradient(135deg, #fff, #ff8a8a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lux-stat-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: rgba(255,255,255,0.5);
  margin-top: 4px;
}

/* ===== FORM CARD ===== */
.lux-card {
  background: linear-gradient(180deg, rgba(60, 12, 22, 0.7) 0%, rgba(35, 6, 14, 0.85) 100%);
  border: 1px solid rgba(255, 220, 220, 0.18);
  border-radius: 24px;
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  box-shadow:
    0 30px 80px rgba(40, 0, 10, 0.4),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 80px rgba(254, 178, 178, 0.08) inset;
  overflow: hidden;
}
.lux-card-accent {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 100, 100, 0.7), transparent);
}
.lux-card-accent::after {
  content: '';
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  height: 80px;
  background: radial-gradient(ellipse at top, rgba(220, 38, 38, 0.4), transparent 70%);
  filter: blur(20px);
}

/* ===== MINI TAG (form top) ===== */
.lux-mini-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.2), rgba(244, 114, 76, 0.1));
  border: 1px solid rgba(255, 100, 100, 0.35);
  color: #ffcaca;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lux-mini-tag i { color: #fbbf24; font-size: 10px; }

.lux-card-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800;
  color: #fff;
  font-size: clamp(1.5rem, 4.5vw, 1.875rem);
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.lux-amber {
  background: linear-gradient(90deg, #fbbf24, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}

/* ===== LABELS ===== */
.lux-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  gap: 8px;
}
.lux-label i { font-size: 13px; }

/* ===== INPUTS ===== */
.lux-input {
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  padding: 14px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  transition: all 0.25s ease;
  letter-spacing: 0.02em;
  width: 100%;
}
.lux-input::placeholder { color: rgba(255, 255, 255, 0.6); font-weight: 400; }
.lux-input:focus {
  background: rgba(255,255,255,0.06);
  border-color: rgba(255, 100, 100, 0.5);
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.12);
}
.lux-input.error {
  border-color: #ef4444 !important;
  box-shadow: 0 0 0 4px rgba(239, 68, 68, 0.15) !important;
}
.lux-input.success {
  border-color: #10b981 !important;
}

.lux-country-code {
  background: rgba(255, 255, 255, 0.1);
  border: 1.5px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  padding: 0 16px;
  border-radius: 14px;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  white-space: nowrap;
  letter-spacing: 0.02em;
}

.lux-otp-input {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.7em;
  padding: 18px 14px 18px 24px;
}

/* ===== CTA BUTTON ===== */
.lux-btn-cta {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  border: 1px solid rgba(255, 180, 180, 0.3);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 50%),
    linear-gradient(135deg, #ef4444 0%, #dc2626 35%, #b91c1c 65%, #f97316 100%);
  background-size: 100% 100%, 200% 200%;
  box-shadow:
    0 10px 30px rgba(220, 38, 38, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 2px 0 rgba(255,255,255,0.18) inset;
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  isolation: isolate;
}
.lux-btn-cta i { font-size: 14px; }
.lux-btn-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 30%, rgba(255,255,255,0.35) 50%, transparent 70%);
  transform: translateX(-100%);
  transition: transform 0.7s ease;
  z-index: -1;
}
.lux-btn-cta:hover {
  transform: translateY(-2px);
  box-shadow:
    0 16px 40px rgba(220, 38, 38, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 2px 0 rgba(255,255,255,0.24) inset;
  background-size: 100% 100%, 130% 130%;
}
.lux-btn-cta:hover::before { transform: translateX(100%); }
.lux-btn-cta:active { transform: translateY(0); }

/* Verify button — slight emerald accent over red */
.lux-btn-verify {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, transparent 50%),
    linear-gradient(135deg, #10b981 0%, #059669 35%, #dc2626 80%, #f97316 100%);
  box-shadow:
    0 10px 30px rgba(16, 185, 129, 0.35),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 2px 0 rgba(255,255,255,0.18) inset;
}
.lux-btn-verify:hover {
  box-shadow:
    0 16px 40px rgba(16, 185, 129, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.12) inset;
}

/* ===== OTP icon ===== */
.lux-otp-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.25), rgba(244, 114, 76, 0.15));
  border: 1px solid rgba(255, 100, 100, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff6b6b;
  font-size: 22px;
  box-shadow: 0 0 32px rgba(220, 38, 38, 0.3);
}

/* ===== ERROR TEXT ===== */
.lux-error {
  color: #ff8181;
  font-size: 12px;
  margin-top: 8px;
  font-weight: 500;
  letter-spacing: 0.01em;
  display: flex;
  align-items: center;
  gap: 6px;
}
.lux-error::before { content: '⚠'; font-size: 12px; }

/* ===== EXIT POPUP ===== */
.exit-popup-card {
  background:
    radial-gradient(ellipse at 70% 0%, rgba(254, 178, 178, 0.18) 0%, transparent 60%),
    radial-gradient(ellipse at 30% 100%, rgba(253, 224, 71, 0.12) 0%, transparent 55%),
    linear-gradient(165deg, #5b0e1f 0%, #7a1428 50%, #4a0a14 100%);
  border: 1px solid rgba(255, 220, 220, 0.22);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  box-shadow:
    0 40px 100px rgba(40, 0, 10, 0.45),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 100px rgba(254, 178, 178, 0.1) inset;
  animation: popup-bounce 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes popup-bounce {
  from { opacity: 0; transform: scale(0.85) translateY(-30px); }
  to { opacity: 1; transform: scale(1) translateY(0); }
}

/* ===== SUCCESS SCREEN ===== */
.success-card {
  background:
    radial-gradient(ellipse at 75% 0%, rgba(254, 178, 178, 0.2) 0%, transparent 60%),
    radial-gradient(ellipse at 25% 100%, rgba(253, 224, 71, 0.14) 0%, transparent 55%),
    linear-gradient(165deg, #5b0e1f 0%, #7a1428 45%, #5b0e1f 75%, #3a0a14 100%);
  border: 1px solid rgba(255, 220, 220, 0.25);
  backdrop-filter: blur(24px) saturate(120%);
  -webkit-backdrop-filter: blur(24px) saturate(120%);
  box-shadow:
    0 40px 100px rgba(40, 0, 10, 0.5),
    0 0 0 1px rgba(255, 255, 255, 0.08) inset,
    0 0 100px rgba(254, 178, 178, 0.1) inset;
  animation: success-slide-up 0.5s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@keyframes success-slide-up {
  from { opacity: 0; transform: translateY(60px) scale(0.92); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}
.check-circle {
  width: 88px;
  height: 88px;
  background:
    linear-gradient(135deg, rgba(254, 178, 178, 0.35), rgba(253, 224, 71, 0.18)),
    linear-gradient(135deg, rgba(220, 38, 38, 0.5), rgba(244, 114, 76, 0.35));
  border: 2px solid rgba(255, 220, 220, 0.55);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  color: #fff;
  box-shadow:
    0 0 50px rgba(254, 178, 178, 0.5),
    0 0 0 8px rgba(254, 178, 178, 0.08),
    0 0 0 16px rgba(254, 178, 178, 0.04);
  animation: check-pop 0.6s 0.2s cubic-bezier(0.34, 1.56, 0.64, 1) both;
}
@keyframes check-pop {
  from { transform: scale(0) rotate(-180deg); opacity: 0; }
  to { transform: scale(1) rotate(0deg); opacity: 1; }
}

/* ===== COUPON REVEAL (success screen) ===== */
.coupon-card-full {
  background: linear-gradient(135deg, rgba(220,38,38,0.12), rgba(244,114,76,0.08));
  border: 1px dashed rgba(255,100,100,0.35);
  border-radius: 16px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  animation: coupon-reveal 0.5s ease both;
}
.coupon-card-full:hover {
  background: linear-gradient(135deg, rgba(220,38,38,0.2), rgba(244,114,76,0.12));
  transform: translateX(2px);
}
.coupon-card-full:nth-child(1) { animation-delay: 0.3s; }
.coupon-card-full:nth-child(2) { animation-delay: 0.5s; }
.coupon-card-full:nth-child(3) { animation-delay: 0.7s; }
@keyframes coupon-reveal {
  from { opacity: 0; transform: translateX(-20px); }
  to { opacity: 1; transform: translateX(0); }
}

/* ===== ANIMATIONS ===== */
@keyframes animate-bounce-slow {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
.animate-bounce-slow { animation: animate-bounce-slow 2.8s ease-in-out infinite; }

/* ===== CONFETTI ===== */
.confetti-piece {
  position: fixed;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  animation: confetti-fall linear forwards;
  z-index: 9999;
  pointer-events: none;
}
@keyframes confetti-fall {
  0% { transform: translateY(-20px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(100vh) rotate(720deg); opacity: 0; }
}

/* ===== SCROLLBAR ===== */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: #050000; }
::-webkit-scrollbar-thumb { background: linear-gradient(#dc2626, #b91c1c); border-radius: 3px; }
::selection { background: rgba(220,38,38,0.4); color: #fff; }

/* ===== MOBILE OVERRIDES ===== */
@media (max-width: 1023px) {
  .lux-card { padding: 20px; }
  .lux-glow-red { width: 320px; height: 320px; top: -60px; right: -100px; }
  .lux-glow-amber { width: 260px; height: 260px; bottom: -60px; left: -60px; }
  .lux-silhouette { background-size: 400px auto; opacity: 0.08 !important; }
}

@media (max-width: 640px) {
  .lux-card-title { font-size: 1.375rem; }
  .lux-headline-mobile { font-size: 40px; }
}

@media (max-width: 379px) {
  .lux-card { padding: 16px !important; }
  .lux-card-title { font-size: 1.25rem !important; }
  .lux-headline-mobile { font-size: 32px !important; }
  .lux-tag, .lux-mini-tag { font-size: 9px !important; letter-spacing: 0.12em !important; padding: 5px 10px !important; }
  .lux-input { padding: 12px 14px !important; font-size: 14px !important; }
  .lux-country-code { padding: 0 12px !important; font-size: 13px !important; }
  .lux-btn-cta { padding: 14px 18px !important; font-size: 13px !important; letter-spacing: 0.06em !important; }
  .lux-otp-input { font-size: 22px !important; letter-spacing: 0.5em !important; }
}

/* ===== INLINE COUPON CARDS ===== */
.coupon-card-inline {
  background: linear-gradient(135deg, rgba(220, 38, 38, 0.12) 0%, rgba(20, 0, 5, 0.55) 100%);
  border: 1px solid rgba(252, 165, 165, 0.35);
  border-radius: 16px;
  padding: 14px 16px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.35), inset 0 0 0 1px rgba(255,255,255,0.04);
}
.coupon-row {
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
}
.coupon-info { text-align: left; min-width: 0; }
.coupon-discount {
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 800; font-size: 18px; color: #ffd6a8; letter-spacing: 0.01em;
}
.coupon-min { font-size: 11px; color: rgba(255,255,255,0.65); margin-top: 2px; letter-spacing: 0.04em; }
.coupon-code-box {
  display: flex; align-items: center; gap: 8px;
  background: rgba(0,0,0,0.4); border: 1px dashed rgba(255, 214, 168, 0.5);
  border-radius: 10px; padding: 8px 10px;
}
.coupon-code {
  font-family: 'Inter', monospace; font-weight: 700; font-size: 14px;
  color: #fff; letter-spacing: 0.12em; user-select: all;
}
.coupon-copy-btn {
  background: rgba(220, 38, 38, 0.25); color: #fff; border: 1px solid rgba(252, 165, 165, 0.4);
  border-radius: 8px; padding: 6px 9px; cursor: pointer; transition: all 0.2s ease;
  font-size: 12px;
}
.coupon-copy-btn:hover { background: rgba(220, 38, 38, 0.45); }
.coupon-copy-btn.copied { background: rgba(34, 197, 94, 0.35); border-color: rgba(34, 197, 94, 0.6); }

@media (max-width: 420px) {
  .coupon-row { flex-direction: column; align-items: stretch; gap: 8px; }
  .coupon-code-box { justify-content: space-between; }
}

/* ===== SECONDARY CTA (outline) ===== */
.lux-btn-secondary {
  background: transparent !important;
  border: 1px solid rgba(252, 165, 165, 0.5) !important;
  box-shadow: none !important;
}
.lux-btn-secondary:hover {
  background: rgba(220, 38, 38, 0.15) !important;
  border-color: rgba(252, 165, 165, 0.8) !important;
}
