#iwt-wrapper { max-width:700px; margin:20px auto; font-family:Arial,Helvetica,sans-serif; background:#fff; padding:20px; border-radius:8px; box-shadow:0 3px 10px rgba(0,0,0,0.08); }
.iwt-step h3 { color:#004aad; margin-bottom:12px; }
.iwt-step label { display:block; margin-bottom:10px; font-weight:500; }
.iwt-step input[type="text"], .iwt-step input[type="email"], .iwt-step select, .iwt-step textarea { width:100%; padding:8px 10px; border:1px solid #ccc; border-radius:4px; font-size:14px; box-sizing:border-box; margin-top:4px; }
.iwt-error { color:#d93025; font-size:13px; margin-top:4px; min-height:16px; }
.iwt-step button { background:#004aad; color:#fff; border:none; padding:10px 16px; border-radius:6px; cursor:pointer; font-size:14px; }
.iwt-step button.iwt-prev { background:#888; margin-right:8px; }
#iwt-thanks { text-align:center; color:#004aad; font-size:15px; margin-top:12px; }
@media (max-width:600px){ #iwt-wrapper{padding:12px;} .iwt-step button{width:100%; margin-bottom:8px;} }
