.quote-form-container{max-width:800px;margin:0 auto;padding:40px 20px}.quote-form-title{font-size:2.5rem;text-align:center;margin-bottom:20px;color:rgb(var(--color-foreground))}.quote-form-description{text-align:center;margin-bottom:40px;color:rgba(var(--color-foreground),.75);font-size:1.1rem}.quote-form{background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.08);border-radius:8px;padding:30px;box-shadow:0 2px 10px #0000000d}.form-group{margin-bottom:25px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:rgb(var(--color-foreground));font-size:14px}.form-group label.required:after{content:" \203b\5fc5\9808";color:#e74c3c;font-weight:600;font-size:14px}.form-control{width:100%;max-width:500px;padding:12px 15px;border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;font-size:14px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));transition:border-color .3s ease}.form-control:focus{outline:none;border-color:rgb(var(--color-foreground));box-shadow:0 0 0 2px rgba(var(--color-foreground),.1)}.form-control::placeholder{color:rgba(var(--color-foreground),.5)}select.form-control{-webkit-appearance:none;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='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center;padding-right:40px;max-width:400px}textarea.form-control{resize:vertical;min-height:100px;max-width:600px}.checkbox-group{display:flex;align-items:center}.checkbox-group label{display:flex;align-items:center;margin-bottom:0;cursor:pointer;font-weight:400;font-size:14px}.checkbox-group input[type=checkbox]{margin-right:10px;width:18px;height:18px;cursor:pointer}.radio-group{display:flex;flex-direction:column;gap:8px;margin-top:8px}.radio-label{display:flex;align-items:flex-start;cursor:pointer;font-weight:400;margin-bottom:0;font-size:14px;line-height:1.4}.radio-label input[type=radio]{margin-right:10px;margin-top:1px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.radio-label span{flex:1;line-height:20px;display:inline-block;padding-top:0}.checkbox-group-multiple{display:flex;flex-direction:column;gap:10px;margin-top:8px;padding:15px;background:rgba(var(--color-foreground),.02);border-radius:4px;border:1px solid rgba(var(--color-foreground),.08)}.checkbox-label{display:flex;align-items:flex-start;cursor:pointer;font-weight:400;margin-bottom:0;font-size:14px;line-height:1}.checkbox-label input[type=checkbox]{margin-right:10px;margin-top:1px;width:18px;height:18px;cursor:pointer;flex-shrink:0}.checkbox-label span{flex:1;line-height:20px;display:inline-block;padding-top:0}.form-section-heading{margin:30px 0 20px;padding:20px 0;border-bottom:1px solid rgba(var(--color-foreground),.1)}.form-section-heading h3{font-size:1.3rem;font-weight:600;margin:0 0 8px;color:rgb(var(--color-foreground))}.form-section-heading p{margin:0;color:rgba(var(--color-foreground),.7);font-size:14px}.form-divider{border:none;border-top:1px solid rgba(var(--color-foreground),.1);margin:25px 0}.form-image-block{margin:30px 0;text-align:center}.form-image-block img{display:inline-block;border-radius:8px;box-shadow:0 2px 8px #0000001a}.form-image-caption{margin-top:12px;color:rgba(var(--color-foreground),.7);font-size:13px;line-height:1.5;text-align:center}.form-text-block{margin:20px 0;padding:15px;border-radius:6px;font-size:14px;line-height:1.6}.text-block-content{margin:0}.text-block-content p{margin:0 0 10px;font-size:14px}.text-block-content p:last-child{margin-bottom:0}.text-block-content strong{font-weight:600}.text-block-content ul,.text-block-content ol{margin:10px 0;padding-left:25px}.text-block-content li{margin:5px 0;font-size:14px}.form-text-block.text-normal{background:rgba(var(--color-foreground),.03);border:1px solid rgba(var(--color-foreground),.1);color:rgb(var(--color-foreground))}.form-text-block.text-info{background:#e3f2fd;border:1px solid #90caf9;color:#0d47a1}.form-text-block.text-warning{background:#fff3e0;border:1px solid #ffcc80;color:#e65100}.form-text-block.text-error{background:#ffebee;border:1px solid #ef9a9a;color:#b71c1c}.form-text-block.text-success{background:#e8f5e9;border:1px solid #a5d6a7;color:#1b5e20}.form-text-block.text-muted{background:#f5f5f5;border:1px solid #e0e0e0;color:#616161}.form-help-text{display:block;margin-top:5px;color:rgba(var(--color-foreground),.6);font-size:12px;line-height:1.4}input[type=date].form-control{position:relative;appearance:none;-webkit-appearance:none;-moz-appearance:textfield;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23666' d='M11 1v1h3a1 1 0 011 1v11a1 1 0 01-1 1H2a1 1 0 01-1-1V3a1 1 0 011-1h3V1h1v1h4V1h1zM2 6v7h12V6H2zm10-3H4v1H3V3H2v2h12V3h-1v1h-1V3z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px;padding-right:40px;max-width:300px}input[type=date].form-control::-webkit-calendar-picker-indicator{position:absolute;top:0;right:0;width:40px;height:100%;opacity:0;cursor:pointer}input[type=date].form-control::-webkit-inner-spin-button,input[type=date].form-control::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.phone-input{font-family:inherit;letter-spacing:normal;max-width:250px}.form-actions{margin-top:30px;text-align:center}.button--primary{background:rgb(var(--color-foreground));color:rgb(var(--color-background));padding:15px 40px;border:none;border-radius:4px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-block}.button--primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0003}.button--primary:active{transform:translateY(0)}.form-success-message,.form-error-message{padding:15px;border-radius:4px;margin-bottom:20px;text-align:center}.form-success-message{background:#d4edda;color:#155724;border:1px solid #c3e6cb;position:relative;font-weight:600;font-size:16px}@keyframes fadeInPulse{0%{opacity:0;transform:scale(.95)}50%{opacity:1;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.form-success-message:before{content:"\2713";display:inline-block;margin-right:8px;font-size:20px;font-weight:700;color:#28a745}.form-error-message{background:#f8d7da;color:#721c24;border:1px solid #f5c6cb}@media screen and (max-width: 749px){.quote-form-container{padding:30px 15px}.quote-form{padding:20px}.quote-form-title{font-size:2rem}.form-control{padding:10px 12px;max-width:100%}select.form-control,textarea.form-control,input[type=date].form-control{max-width:100%}.button--primary{width:100%;padding:12px 30px}.radio-group{gap:12px}.form-section-heading{margin:25px 0 15px;padding:15px 0}.form-section-heading h3{font-size:1.2rem}input[type=date].form-control{background-size:14px;background-position:right 10px center;padding-right:35px}input[type=date].form-control::-webkit-calendar-picker-indicator{width:35px}.form-image-block{margin:20px 0}.form-image-block img{max-width:100%}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/component-quote-form.css.map */
