.mheo-overlay{position:fixed;inset:0;background:rgba(0,0,0,.55);display:flex;align-items:center;justify-content:center;z-index:999999;}
.mheo-modal{background:#ffffff;max-width:480px;width:92%;border-radius:16px;padding:22px 18px;box-shadow:0 20px 50px rgba(0,0,0,.25);text-align:center}
.mheo-title{font-size:20px;margin:0 0 8px;font-weight:700}
.mheo-desc{font-size:15px;margin:0 0 12px}
.mheo-coupon{display:flex;gap:8px;justify-content:center;align-items:center;margin:6px 0 10px}
.mheo-code{display:inline-block;padding:8px 12px;border-radius:10px;background:#f3f4f6;font-weight:700;letter-spacing:.5px}
.mheo-copy{padding:8px 12px;border-radius:10px;border:0;background:#111827;color:#fff;cursor:pointer}
.mheo-copy.mheo-copied{background:#10b981}
.mheo-hint{display:block;color:#6b7280;margin-bottom:8px}
.mheo-actions{display:flex;gap:10px;justify-content:center;margin-top:10px;flex-wrap:wrap}
.mheo-actions .mheo-btn, .mheo-actions button{padding:11px 14px;border-radius:12px;border:0;cursor:pointer;font-weight:600;text-decoration:none;display:inline-block}
#mheo-accept, .mheo-actions .mheo-btn{background:#10b981;color:#fff;min-width:180px}
#mheo-decline{background:#e5e7eb;min-width:120px}
@media (prefers-reduced-motion:no-preference){
  .mheo-modal{animation:mheo-pop .18s ease-out}
  @keyframes mheo-pop{from{transform:scale(.98);opacity:.7}to{transform:scale(1);opacity:1)}
}