*{box-sizing:border-box}.compact-quote-wrapper{width:100%;min-height:100vh;background:#f9fafb;padding:12px;font-family:inherit;overflow-x:hidden}.compact-quote-container{width:100%;max-width:680px;margin:0 auto}.compact-quote-header{text-align:center;margin-bottom:16px;padding:0 4px}.compact-quote-title-group{margin-bottom:12px}.compact-quote-pretitle{font-size:11px;font-weight:600;letter-spacing:.5px;text-transform:uppercase;color:#1e96fc;margin-bottom:6px}.compact-quote-h1{font-size:20px;font-weight:700;line-height:1.2;color:#112c40;margin:0 0 8px;font-family:inherit;word-wrap:break-word}.compact-quote-subtitle{font-size:13px;line-height:1.4;color:#64748b;margin:0;padding:0 8px}.compact-progress-wrapper{margin-bottom:16px}.compact-progress-bar{height:3px;background:#e5e7eb;border-radius:3px;overflow:hidden;position:relative}.compact-progress-fill{height:100%;background:linear-gradient(90deg,#1e96fc,#0c7fd9);transition:width .4s cubic-bezier(.4,0,.2,1);border-radius:3px}.compact-progress-steps{display:flex;justify-content:space-between;margin-top:8px;gap:4px}.compact-progress-step{flex:1;text-align:center}.compact-progress-step-label{font-size:10px;font-weight:500;color:#94a3b8;transition:color .3s ease}.compact-progress-step.active .compact-progress-step-label{color:#1e96fc;font-weight:600}.compact-progress-step.completed .compact-progress-step-label{color:#10b981}.compact-form-card{width:100%;background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:8px;padding:12px;box-shadow:0 1px 3px #0000000d;margin-bottom:16px}.compact-step-indicator{border-bottom:1px solid rgba(0,0,0,.08);padding-bottom:10px;margin-bottom:12px}.compact-step-text{font-size:11px;font-weight:600;color:#475569;text-transform:uppercase;letter-spacing:.3px}.compact-form{font-size:14px;width:100%}.compact-form-section,.compact-form-row,.compact-form-row-2col{display:flex;flex-direction:column;gap:12px;width:100%}.compact-form-field{display:flex;flex-direction:column;width:100%}.compact-label{font-size:13px;font-weight:500;line-height:1.3;color:#334155;margin-bottom:6px;display:block}.compact-required{color:#dc2626;margin-left:2px}.compact-input,.compact-select{width:100%;height:44px;padding:10px 12px;font-size:16px;font-weight:400;line-height:1.3;color:#1e293b;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none}.compact-input::placeholder{color:#94a3b8}.compact-input:focus,.compact-select:focus{border-color:#1e96fc;box-shadow:0 0 0 3px #1e96fc26}.compact-input-error{border-color:#dc2626}.compact-input-error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc262626}.compact-select{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='%23475569' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}.compact-textarea{width:100%;min-height:100px;padding:10px 12px;font-size:16px;font-weight:400;line-height:1.4;color:#1e293b;background:#fff;border:1px solid rgba(0,0,0,.2);border-radius:6px;outline:none;transition:border-color .15s ease,box-shadow .15s ease;font-family:inherit;resize:vertical;box-sizing:border-box;-webkit-appearance:none}.compact-textarea::placeholder{color:#94a3b8}.compact-textarea:focus{border-color:#1e96fc;box-shadow:0 0 0 3px #1e96fc26}.compact-error-text{font-size:12px;line-height:1.3;color:#dc2626;margin-top:4px;display:block}.compact-consent-section{margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08)}.compact-checkbox-row{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px}.compact-checkbox{width:20px;height:20px;margin:2px 0 0;cursor:pointer;flex-shrink:0;accent-color:#1e96fc}.compact-checkbox-label{font-size:14px;font-weight:400;line-height:1.5;color:#334155;cursor:pointer;margin:0;flex:1}.compact-link{color:#1e96fc;text-decoration:underline;word-break:break-word}.compact-link:hover{text-decoration:none}.compact-disclosure{font-size:12px;line-height:1.5;color:#64748b;margin:10px 0 0}.compact-form-nav{display:flex;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid rgba(0,0,0,.08);flex-direction:column}.compact-btn{width:100%;height:48px;padding:0 16px;font-size:16px;font-weight:600;line-height:1;border-radius:8px;cursor:pointer;transition:all .2s ease;font-family:inherit;border:none;outline:none;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.compact-btn:disabled{opacity:.5;cursor:not-allowed}.compact-btn-back{background:#fff;color:#475569;border:2px solid rgba(0,0,0,.2);order:2}.compact-btn-back:hover:not(:disabled),.compact-btn-back:active:not(:disabled){background:#f8fafc}.compact-btn-next,.compact-btn-submit{background:#1e96fc;color:#fff;order:1}.compact-btn-next:hover:not(:disabled),.compact-btn-submit:hover:not(:disabled),.compact-btn-next:active:not(:disabled),.compact-btn-submit:active:not(:disabled){background:#0c7fd9}.compact-security-note{font-size:12px;line-height:1.4;color:#64748b;text-align:center;margin:12px 0 0}.compact-submit-error{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px;border-radius:6px;font-size:14px;line-height:1.4;margin-top:12px}.compact-input[type=number]::-webkit-inner-spin-button,.compact-input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.compact-input[type=number]{-moz-appearance:textfield}@media (min-width: 640px){.compact-quote-wrapper{padding:20px 16px}.compact-quote-header{margin-bottom:20px}.compact-quote-title-group{margin-bottom:16px}.compact-quote-pretitle{font-size:12px;margin-bottom:8px}.compact-quote-h1{font-size:26px;margin:0 0 10px}.compact-quote-subtitle{font-size:14px}.compact-progress-wrapper{margin-bottom:20px}.compact-progress-bar{height:4px}.compact-progress-steps{margin-top:10px;gap:6px}.compact-progress-step-label{font-size:12px}.compact-form-card{padding:16px;border-radius:10px;margin-bottom:24px}.compact-step-indicator{padding-bottom:12px;margin-bottom:16px}.compact-step-text{font-size:12px}.compact-form-section,.compact-form-row{gap:14px}.compact-form-row-2col{flex-direction:row;gap:14px}.compact-input,.compact-select{height:40px;padding:10px 12px;font-size:14px}.compact-textarea{min-height:90px;font-size:14px}.compact-checkbox{width:18px;height:18px}.compact-checkbox-label{font-size:13px}.compact-form-nav{flex-direction:row}.compact-btn{height:42px;font-size:15px;flex:1}.compact-btn-back{order:1}.compact-btn-next,.compact-btn-submit{order:2}}@media (min-width: 768px){.compact-quote-wrapper{padding:24px 16px}.compact-quote-header{margin-bottom:24px}.compact-quote-title-group{margin-bottom:20px}.compact-quote-pretitle{font-size:13px}.compact-quote-h1{font-size:28px}.compact-quote-subtitle{font-size:14px}.compact-progress-wrapper{margin-bottom:24px}.compact-form-card{padding:20px;border-radius:12px;margin-bottom:32px}.compact-step-indicator{padding-bottom:14px;margin-bottom:18px}.compact-step-text{font-size:13px}.compact-form-section,.compact-form-row,.compact-form-row-2col{gap:16px}.compact-input,.compact-select{height:38px}.compact-textarea{min-height:84px}.compact-btn{height:40px;font-size:14px}}@media (min-width: 1024px){.compact-quote-container{max-width:720px}.compact-form-card{padding:24px}}@media (hover: none) and (pointer: coarse){.compact-input,.compact-select,.compact-textarea{font-size:16px}.compact-btn{min-height:48px}}.compact-input:focus-visible,.compact-select:focus-visible,.compact-textarea:focus-visible,.compact-checkbox:focus-visible,.compact-btn:focus-visible{outline:2px solid #1e96fc;outline-offset:2px}@media (prefers-contrast: high){.compact-input,.compact-select,.compact-textarea,.compact-btn{border-width:2px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
