.quote-builder{background:#fff;border:2px solid #9c27b0;border-radius:16px;box-shadow:0 0 20px rgba(156,39,176,.2);color:#333;font-family:Segoe UI,sans-serif;margin:3rem auto;max-width:700px;padding:2rem}.quote-builder h2{color:#6a1b9a;font-size:1.8rem;margin-bottom:1.5rem}.quote-builder label{color:#6a1b9a;display:block;font-weight:600;margin-top:1.2rem}.quote-builder input,.quote-builder textarea{background:#f9f9f9;border:1px solid #ccc;border-radius:8px;color:#333;font-size:1rem;margin-top:.4rem;padding:.75rem;width:100%}.quote-builder input:focus,.quote-builder textarea:focus{border-color:#9627ff;box-shadow:0 0 0 2px #e1bee7;outline:none}.quote-builder button{align-items:center;background:#9c27b0;border:none;border-radius:12px;box-shadow:0 0 10px rgba(156,39,176,.4);color:#fff;cursor:pointer;display:flex;font-weight:700;gap:10px;margin-top:1.5rem;padding:.9rem 1.8rem;transition:.3s ease}.quote-builder button:hover{background:#7b1fa2}button .spinner{animation:spin .8s linear infinite;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;display:inline-block;height:18px;width:18px}@keyframes spin{to{transform:rotate(1turn)}}.quote-output{background:#f3e5f5;border-left:5px solid #9c27b0;border-radius:10px;font-size:1rem;line-height:1.6;margin-top:2rem;padding:1.5rem}.quote-output ul{margin-top:.5rem;padding-left:1.2rem}.quote-output h4{color:#6a1b9a;margin-bottom:.4rem;margin-top:1.2rem}.quote-card{background:#fff;border:2px solid #9c27b0;border-radius:12px;box-shadow:0 0 15px rgba(150,39,255,.15);color:#333;font-size:1rem;line-height:1.6;margin-top:2rem;padding:1.5rem}.quote-card h3{color:#9c27b0;font-size:1.4rem;margin-bottom:1rem}.quote-section{margin-top:1.2rem}.quote-section h4{color:#7b1fa2;font-size:1.1rem;margin-bottom:.3rem}.quote-section ul{list-style:disc;margin-left:1.2rem;padding-left:.5rem}.quote-totals{border-top:1px dashed #ccc;margin-top:1.5rem;padding-top:1rem}.quote-totals p{color:#4a148c;font-weight:500;margin:.3rem 0}.error{background:#9c27b0;border:1px solid #d32f2f;border-radius:8px;color:#9c27b0;font-weight:700;margin-top:1rem;padding:1rem}