.registration-whatsapp-consent{display:flex;align-items:center;gap:9px;padding:10px 12px;border-radius:14px;background:#effcf5;color:#166534;font-weight:700}
.registration-offers-title{display:flex;justify-content:space-between;align-items:center;gap:8px;color:#172554}
.registration-offers-title span{font-size:12px;font-weight:800;color:#7c3aed;background:#f3e8ff;border-radius:999px;padding:5px 9px}
.registration-offer-list{display:grid;gap:8px;margin-top:9px;max-height:220px;overflow:auto;padding:2px}
.registration-offer-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:11px;border:1px solid #dbeafe;border-radius:16px;background:linear-gradient(135deg,#fff,#f5f3ff);cursor:pointer;transition:.18s}
.registration-offer-card:has(input:checked){border-color:#7c3aed;box-shadow:0 0 0 3px rgba(124,58,237,.12);background:#faf5ff}
.registration-offer-card input{accent-color:#7c3aed}
.registration-offer-copy{display:grid;gap:2px}.registration-offer-copy strong{color:#1e3a8a}.registration-offer-copy small{color:#64748b}
.registration-offer-card b{white-space:nowrap;color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:999px;padding:6px 10px}
.registration-whatsapp-direct{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:7px;margin-top:12px;padding:11px;border-radius:15px;background:#16a34a;color:#fff!important;font-weight:800;text-decoration:none}
.registration-whatsapp-direct:hover{background:#15803d}
@media(max-width:600px){.registration-offers-title{align-items:flex-start;flex-direction:column}.registration-offer-card{grid-template-columns:auto 1fr}.registration-offer-card b{grid-column:2}}
