.QuoteForm_mainContainer___yQZG{background-color:var(--primary-bg,#121212);padding:4rem 1rem;width:100%;min-height:100vh}.QuoteForm_pageWrapper__Ji3rR{max-width:900px;margin:0 auto}.QuoteForm_header__X6tC8{text-align:center;margin-bottom:3rem}.QuoteForm_pageTitle__sALqM{font-size:2.8rem;font-weight:800;color:var(--accent-gold,#FFB300);margin-bottom:1rem}.QuoteForm_pageSubtitle__ZK8Sz{font-size:1.2rem;color:var(--text-secondary,#B0B0B0)}.QuoteForm_form__CURpe{background-color:var(--secondary-bg,#181818);padding:2.5rem;border-radius:.75rem;border:1px solid var(--divider,#424242)}.QuoteForm_formGrid__HYHvM{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.QuoteForm_formGrid__HYHvM{grid-template-columns:1fr 1fr}}.QuoteForm_formGroup__XWNk5{display:flex;flex-direction:column}.QuoteForm_fullWidth__8arS1{grid-column:1/-1}.QuoteForm_label__lyIqB{display:block;font-size:.9rem;font-weight:500;color:var(--text-secondary,#B0B0B0);margin-bottom:.5rem}.QuoteForm_input__fR2wa,.QuoteForm_select__xDkVz,.QuoteForm_textarea__f2HDN{width:100%;background-color:var(--tertiary-bg,#222222);border:1px solid var(--divider,#424242);border-radius:.5rem;padding:.8rem 1rem;color:var(--text-main,#E0E0E0);font-size:1rem;transition:border-color .2s,box-shadow .2s}.QuoteForm_input__fR2wa::placeholder,.QuoteForm_textarea__f2HDN::placeholder{color:var(--text-secondary,#B0B0B0);opacity:.7}.QuoteForm_input__fR2wa:focus,.QuoteForm_select__xDkVz:focus,.QuoteForm_textarea__f2HDN:focus{outline:none;border-color:var(--accent-emerald,#00A38B);box-shadow:0 0 0 3px var(--shadow-accent,rgba(0,163,139,.3))}.QuoteForm_textarea__f2HDN{resize:vertical;min-height:100px}.QuoteForm_checkboxGrid__2oO8X{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;background-color:var(--tertiary-bg);padding:1.5rem;border-radius:.5rem}.QuoteForm_checkboxLabel__eYhhs{display:flex;align-items:center;cursor:pointer;font-size:1rem;color:var(--text-main)}.QuoteForm_checkboxInput__woCLd{opacity:0;width:0;height:0;position:absolute}.QuoteForm_checkboxCustom__SRV_H{width:20px;height:20px;border:2px solid var(--divider);border-radius:4px;margin-right:.75rem;display:inline-block;position:relative;transition:background-color .2s,border-color .2s}.QuoteForm_checkboxInput__woCLd:checked+.QuoteForm_checkboxCustom__SRV_H{background-color:var(--accent-emerald);border-color:var(--accent-emerald)}.QuoteForm_checkboxInput__woCLd:checked+.QuoteForm_checkboxCustom__SRV_H:after{content:"";position:absolute;left:6px;top:2px;width:5px;height:10px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.QuoteForm_errorMessage__w_1kS{color:#f87171;text-align:center;margin-top:1.5rem;font-weight:500}.QuoteForm_submitButton__gyRTV{width:100%;background:var(--accent-gold,#FFB300);color:var(--primary-bg,#121212);font-weight:800;font-size:1.1rem;border:none;border-radius:.5rem;padding:1rem 2.2rem;cursor:pointer;transition:background-color .2s,transform .2s,opacity .2s;margin-top:2rem}.QuoteForm_submitButton__gyRTV:hover:not(:disabled){background:#e6be00;transform:scale(1.02)}.QuoteForm_submitButton__gyRTV:disabled{opacity:.6;cursor:not-allowed;transform:none}