body { font-family: 'Helvetica Neue', sans-serif; background-color: #fdeef2; }
.card { background-color: white; border-radius: 1rem; padding: 2rem; box-shadow: 0 4px 12px rgba(0,0,0,0.05); }
.step-number { background-color: #E91E63; color: white; width: 2rem; height: 2rem; border-radius: 9999px; display: flex; align-items: center; justify-content: center; font-weight: bold; margin-right: .75rem; }
.option-btn { border: 2px solid #fcd3e1; background-color: white; border-radius: .75rem; padding: 1rem; text-align: center; cursor: pointer; transition: .2s; }
.option-btn:hover { border-color: #E91E63; background-color: #ffe4ec; }
.option-btn.selected { border-color: #E91E63; background-color: #fff0f5; }
.whatsapp-btn { background: linear-gradient(to right, #25D366, #128C7E); color: white; font-weight: 600; }
