/* V50: main hero CTA refinement */
.hero-actions-v50{display:flex;flex-wrap:wrap;align-items:center;gap:10px 12px}
.hero-actions-v50 .btn{white-space:nowrap}
.btn-sms-v50{background:#f8f1f5;color:#6a2d48;border-color:#e5c3d1}
.btn-sms-v50:hover{background:#f2e4eb;color:#5c243d}
@media(max-width:680px){.hero-actions-v50{flex-direction:column;align-items:stretch}.hero-actions-v50 .btn{width:100%}}
