
.pw-wizard { max-width:600px;margin:30px auto;background:#fff;padding:25px;border-radius:12px;box-shadow:0 8px 24px rgba(0,0,0,0.08);font-family:Roboto,Arial,sans-serif; }
.pw-wizard h3{color:#00653E;margin-bottom:12px;}
.pw-wizard select,input,textarea{width:100%;padding:10px;border-radius:8px;border:1px solid #ccc;margin-bottom:12px;}
.pw-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:10px;}
.pw-actions .pw-prev{background:#eee;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;}
.pw-actions .pw-next,.pw-actions .pw-submit{background:#4C9A2A;color:#fff;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;}
.pw-step{display:none;}
.pw-step.active{display:block;}
.pw-step-6 .pw-call,.pw-step-6 .pw-whatsapp{display:inline-block;margin-right:10px;padding:10px 14px;border-radius:8px;color:#fff;text-decoration:none;}
.pw-step-6 .pw-call{background:#00653E;}
.pw-step-6 .pw-whatsapp{background:#25D366;}
