#easycleans-wrapper{
  font-family:'Segoe UI',sans-serif;background:#f8f9fa;padding:0
}
.ec-container{width:100%;max-width:900px;margin:32px auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden}
.ec-form-section{padding:28px}
.ec-step{display:none}
.ec-step.active{display:block}
.ec-form-section h2{margin-top:0;color:#00aeef;font-size:22px}
.ec-option{display:grid;grid-template-columns:1fr auto;align-items:center;padding:12px 16px;background:#f0f4f8;border-radius:12px;margin-bottom:12px;transition:background .2s;cursor:pointer}
.ec-option:hover{background:#e0edf7}
.ec-option label{font-weight:500;cursor:pointer}
.ec-option input[type=radio]{margin:0;pointer-events:none;transform:scale(1.2);justify-self:end}
.ec-form-section input,.ec-form-section select{width:100%;padding:10px;margin-top:4px;margin-bottom:12px;border:1px solid #cfd4da;border-radius:8px;box-sizing:border-box}
.ec-buttons{display:flex;justify-content:space-between;gap:10px;margin-top:20px}
.ec-buttons .right{margin-left:auto;display:flex;gap:10px}
.ec-buttons button{padding:12px 20px;background:#00c48c;border:none;border-radius:8px;color:#fff;font-weight:700;cursor:pointer}
.ec-buttons button.secondary{background:#e9ecef;color:#1b1f23}
.ec-buttons button:hover{background:#00a06e}
.ec-buttons button[disabled]{opacity:.6;cursor:not-allowed}
.ec-error{color:#842029;background:#f8d7da;border:1px solid #f5c2c7;padding:8px 10px;border-radius:8px;margin:6px 0}
.ec-success{color:#0f5132;background:#d1e7dd;border:1px solid #badbcc;padding:8px 10px;border-radius:8px;margin:6px 0}
.ec-alert{padding:12px 14px;border-radius:10px;margin-bottom:12px;border:1px solid #f5c2c7;background:#f8d7da;color:#842029}
.ec-alert.success{border-color:#badbcc;background:#d1e7dd;color:#0f5132}
.small{font-size:13px;color:#6c757d}
.price-box{padding:10px 12px;background:#f8f9fb;border:1px dashed #cfd4da;border-radius:10px;margin-top:6px;font-weight:600}
.progress{height:6px;background:#eef2f7;width:100%;border-radius:999px;overflow:hidden;margin-bottom:16px}
.progress .bar{height:100%;width:0;background:#00aeef;transition:width .25s ease}
.field-error{border-color:#b00020 !important;background:#fff5f5}
.inline-err{color:#b00020;font-size:13px;margin:-6px 0 8px}
