:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.builder-risk-form-wrapper{width:700px;min-height:100vh;margin:0 auto;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;display:flex;align-items:flex-start;justify-content:center}.builder-risk-form{width:100%;background:#fff;border-radius:12px;padding:30px;box-shadow:0 4px 20px #00000014}.form-progress{margin-bottom:30px}.progress-bar{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:15px}.progress-fill{height:100%;background:linear-gradient(90deg,#e11836,#c01530);border-radius:3px;transition:width .3s ease}.progress-steps{display:flex;justify-content:space-between;max-width:200px;margin:0 auto}.progress-step{width:32px;height:32px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:600;color:#6b7280;transition:all .3s ease}.progress-step.active{background:#e11836;color:#fff}.form-page{animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.form-row{display:flex;gap:20px;margin-bottom:0}.form-row .form-field.half{flex:1}.form-field{margin-bottom:20px}.form-field.half{width:calc(50% - 10px)}.form-field label{font-size:14px;font-weight:500;color:#12172a;margin-bottom:6px}.required{color:#e11836;margin-left:2px}.form-field input[type=text],.form-field input[type=email],.form-field input[type=tel],.form-field input[type=number],.form-field input[type=date],.form-field select{width:100%;padding:12px 16px;font-size:15px;border:1.5px solid #d1d5db;border-radius:8px;background:#fff;color:#1f2937;transition:all .2s ease;box-sizing:border-box}.form-field input:focus,.form-field select:focus{outline:none;border-color:#0693e3;box-shadow:0 0 0 3px #0693e326}.form-field input::placeholder{color:#9ca3af}.form-field input.error,.form-field select.error,.input-prefix.error{border-color:#e11836}.error-banner{display:flex;gap:15px;padding:16px 20px;background:#fef2f2;border:1px solid #E11836;border-radius:8px;margin-top:20px}.error-banner-icon{width:24px;height:24px;background:#e11836;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:14px;flex-shrink:0}.error-banner-content{flex:1}.error-banner-content strong{display:block;color:#e11836;font-size:14px;margin-bottom:8px}.error-banner-content ul{margin:0;padding:0 0 0 18px}.error-banner-content li{color:#12172a;font-size:14px;line-height:1.5}.error-banner-dismiss{background:none;border:none;color:#e11836;font-size:24px;font-weight:700;cursor:pointer;padding:0 8px;line-height:1;align-self:flex-start;opacity:.7;transition:opacity .2s ease}.error-banner-dismiss:hover{opacity:1}.input-prefix{display:flex;align-items:center;border:1.5px solid #d1d5db;border-radius:8px;overflow:hidden;transition:all .2s ease}.input-prefix:focus-within{border-color:#0693e3;box-shadow:0 0 0 3px #0693e326}.input-prefix .prefix{padding:12px 12px 12px 16px;background:#f9fafb;color:#6b7280;font-size:15px;border-right:1px solid #e5e7eb}.input-prefix input{border:none!important;box-shadow:none!important;padding-left:12px}.input-prefix input:focus{box-shadow:none!important}.input-prefix.readonly{background:#f3f4f6}.input-prefix.readonly input{background:#f3f4f6;color:#6b7280}.address-autocomplete{position:relative}.address-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #d1d5db;border-top:none;border-radius:0 0 8px 8px;list-style:none;margin:0;padding:0;max-height:200px;overflow-y:auto;z-index:100;box-shadow:0 4px 12px #0000001a}.address-suggestions li{padding:12px 16px;font-size:14px;color:#1f2937;cursor:pointer;border-bottom:1px solid #e5e7eb;transition:background .15s ease}.address-suggestions li:last-child{border-bottom:none}.address-suggestions li:hover{background:#f3f4f6}.form-section{margin:30px 0;padding:20px;background:#f9fafb;border-radius:10px;border:1px solid #e5e7eb}.section-title{font-size:16px;font-weight:600;color:#12172a;margin:0 0 8px}.section-description{font-size:13px;color:#6b7280;margin:0 0 16px}.radio-group{display:flex;flex-direction:column;gap:10px}.radio-group.horizontal{flex-direction:row;flex-wrap:wrap;gap:16px}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;color:#12172a;line-height:1}.radio-label input[type=radio]{width:18px;height:18px;margin:0;accent-color:#E11836;cursor:pointer}.radio-label span{line-height:18px}.checkbox-field{padding:16px;background:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;font-size:14px;color:#6b7280;line-height:1.5}.checkbox-label input[type=checkbox]{width:18px;height:18px;accent-color:#E11836;cursor:pointer;flex-shrink:0;margin-top:2px}.form-field input[type=file]{padding:10px;border:2px dashed #d1d5db;border-radius:8px;background:#f9fafb;cursor:pointer;transition:all .2s ease}.form-field input[type=file]:hover{border-color:#e11836;background:#fef2f2}.file-info{display:block;font-size:12px;color:#9ca3af;margin-top:6px}.field-description{font-size:13px;color:#6b7280;margin:0 0 8px}.form-navigation{display:flex;justify-content:flex-end;gap:12px;margin-top:30px;padding-top:20px;border-top:1px solid #e5e7eb}.btn{padding:14px 28px;font-size:15px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.btn-primary{background:linear-gradient(135deg,#e11836,#c01530);color:#fff}.btn-primary:hover{background:linear-gradient(135deg,#c01530,#a01228);transform:translateY(-1px);box-shadow:0 4px 12px #e118364d}.btn-secondary{background:#f3f4f6;color:#12172a;border:1px solid #d1d5db}.btn-secondary:hover{background:#e5e7eb}.btn-submit{background:linear-gradient(135deg,#e11836,#c01530);color:#fff;padding:16px 40px;font-size:16px}.btn-submit:hover{background:linear-gradient(135deg,#c01530,#a01228);transform:translateY(-1px);box-shadow:0 4px 12px #e118364d}.form-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%236b7280' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px;cursor:pointer}@media(max-width:740px){.builder-risk-form-wrapper{width:100%;padding:0}.builder-risk-form{padding:20px}}@media(max-width:640px){.form-row{flex-direction:column;gap:0}.form-row .form-field.half,.form-field.half{width:100%}.radio-group.horizontal,.form-navigation{flex-direction:column}.btn{width:100%;text-align:center}.form-navigation{flex-direction:column-reverse}}.btn:focus{outline:none;box-shadow:0 0 0 3px #e1183680}.radio-label input:focus{outline:none;box-shadow:0 0 0 3px #e118364d;border-radius:50%}.checkbox-label input:focus{outline:none;box-shadow:0 0 0 3px #e118364d;border-radius:3px}.confirmation-page{text-align:center;padding:20px 0}.confirmation-header{margin-bottom:30px}.confirmation-icon{width:80px;height:80px;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 20px;font-size:40px;color:#fff}.confirmation-icon.warning{background:linear-gradient(135deg,#f59e0b,#d97706);font-weight:700}.confirmation-title{font-size:28px;font-weight:700;color:#12172a;margin:0}.confirmation-message{background:#f9fafb;border-radius:10px;padding:25px;margin-bottom:30px;text-align:left}.confirmation-message p{font-size:16px;color:#12172a;line-height:1.6;margin:0 0 15px}.confirmation-message p:last-child{margin-bottom:0}.confirmation-signature{font-weight:600;color:#e11836!important;margin-top:20px!important}.confirmation-highlight{font-weight:600;font-size:18px;color:#12172a!important}.quote-summary{background:#fff;border:2px solid #e5e7eb;border-radius:10px;padding:25px;margin-bottom:30px}.quote-item{display:flex;justify-content:space-between;align-items:center;padding:15px 0;border-bottom:1px solid #e5e7eb}.quote-item:last-child{border-bottom:none}.quote-item.highlight{background:#fef2f2;margin:15px -25px -25px;padding:20px 25px;border-radius:0 0 8px 8px;border-bottom:none}.quote-label{font-size:14px;color:#6b7280;text-align:left}.quote-value{display:flex;align-items:center;gap:4px;font-size:20px;font-weight:700;color:#12172a}.quote-item.highlight .quote-value{color:#e11836;font-size:24px}.quote-value .prefix{font-size:16px;color:#6b7280;font-weight:500}.quote-item.highlight .quote-value .prefix{color:#e11836}.confirmation-cta{padding:25px;background:linear-gradient(135deg,#12172a,#1e2642);border-radius:10px;color:#fff}.confirmation-cta p{font-size:16px;margin:0 0 20px;color:#fff}.btn-cta{display:inline-block;padding:16px 40px;font-size:18px;text-decoration:none;color:#fff}.btn-cta:hover{color:#fff}.btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn:disabled:hover{transform:none;box-shadow:none}.confirmation-phone{font-size:14px;margin-top:15px!important;margin-bottom:0!important;opacity:.8}.quote-summary.calculating{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 25px}.calculating-spinner{width:48px;height:48px;border:4px solid #e5e7eb;border-top-color:#e11836;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.calculating-text{margin-top:20px;font-size:16px;color:#6b7280;font-weight:500}@media(max-width:640px){.quote-item{flex-direction:column;align-items:flex-start;gap:8px}.quote-item.highlight{margin:15px -15px -15px;padding:15px}.confirmation-message,.quote-summary{padding:20px}.confirmation-cta{padding:20px;text-align:center}.confirmation-cta .btn-cta{display:block;width:100%;text-align:center;box-sizing:border-box}}
