:root{--stepper-primary:#f97316;--stepper-primary-dark:#ea580c;--stepper-primary-light:#f973160f;--stepper-primary-gradient:linear-gradient(135deg, #fb923c 0%, #f97316 100%);--stepper-success:#22c55e;--stepper-success-light:#22c55e14;--stepper-error:#ef4444;--stepper-error-light:#ef444414;--stepper-text-primary:#111827;--stepper-text-secondary:#6b7280;--stepper-text-muted:#9ca3af;--stepper-border:#e5e7eb;--stepper-border-light:#0000000f;--stepper-bg-primary:#fff;--stepper-bg-secondary:#f9fafb;--stepper-bg-tertiary:#f3f4f6;--stepper-shadow-sm:0 1px 2px #0000000a;--stepper-shadow-md:0 4px 12px #0000000f;--stepper-shadow-lg:0 8px 24px #00000014;--stepper-shadow-xl:0 12px 40px #0000001a;--stepper-radius-sm:8px;--stepper-radius-md:12px;--stepper-radius-lg:16px;--stepper-radius-xl:20px;--stepper-radius-full:9999px;--stepper-transition:all .2s ease;--stepper-transition-slow:all .3s ease}.page-container{background:#fafbfc;flex-direction:column;justify-content:flex-start;align-items:center;padding:80px 16px 32px;display:flex;position:relative;overflow-x:hidden}.page-title{text-align:center;margin-bottom:24px;animation:.4s ease-out fadeIn}.page-title h1{color:var(--stepper-text-primary);letter-spacing:-.5px;margin:0 0 8px;font-size:28px;font-weight:700}.page-title p{color:var(--stepper-text-secondary);margin:0;font-size:15px}.contact-buttons{text-align:center;margin-top:24px}.contact-buttons-text{color:var(--stepper-text-muted);margin:0 0 12px;font-size:13px}.contact-buttons-row{justify-content:center;gap:12px;display:flex}.btn-contact{border-radius:var(--stepper-radius-md);transition:var(--stepper-transition);cursor:pointer;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.btn-email{background:var(--stepper-bg-tertiary);color:var(--stepper-text-primary);border:1px solid var(--stepper-border)}.btn-email:hover{background:var(--stepper-bg-secondary);border-color:var(--stepper-primary);color:var(--stepper-primary)}.btn-whatsapp{color:#fff;background:#25d366}.btn-whatsapp:hover{background:#1ebe5d;box-shadow:0 4px 14px #25d36659}.form-header{z-index:1;justify-content:center;align-items:center;gap:16px;margin-bottom:32px;animation:.5s ease-out headerEntrance;display:flex;position:relative}.form-header-logo{flex-shrink:0;width:52px;height:52px}.form-header-text{text-align:left}.form-header-text h1{color:var(--stepper-text-primary);margin:0 0 2px;font-size:24px;font-weight:700;line-height:1.2}.form-header-text p{color:var(--stepper-text-secondary);margin:0;font-size:14px}.hero-section,.hero-image-container,.hero-overlay,.hero-content,.hero-logo{display:none}.image-indicators{gap:8px;display:none}@media (min-width:768px){.image-indicators{display:flex}}.indicator{cursor:pointer;width:8px;height:8px;transition:var(--stepper-transition);background:#fff6;border:none;border-radius:50%;padding:0}.indicator.active{background:var(--stepper-primary);border-radius:4px;width:24px}.indicator:hover{background:#ffffffb3}.form-section{z-index:1;background:0 0;width:100%;max-width:520px;padding:0;position:relative}.form-logo,.form-logo img{display:none}.stepper-container{-webkit-backdrop-filter:blur(12px);border-radius:var(--stepper-radius-xl);z-index:1;background:#fffffff2;border:1px solid #ffffff4d;max-width:100%;margin:0;animation:.4s ease-out fadeIn;position:relative;box-shadow:0 8px 32px #00000014}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.progress-bar-container{background:var(--stepper-bg-tertiary);border-radius:var(--stepper-radius-xl) var(--stepper-radius-xl) 0 0;height:3px;overflow:hidden}.progress-bar{background:var(--stepper-primary);height:100%;transition:width .4s}.encouraging-message,.step-badge{display:none}.step-indicators{justify-content:center;gap:12px;padding:20px 20px 12px;display:flex}.step-indicator{cursor:default;flex-direction:column;flex:1;align-items:center;gap:8px;max-width:100px;display:flex}.step-indicator.completed{cursor:pointer}.step-circle{background:var(--stepper-bg-secondary);border:2px solid var(--stepper-border);width:44px;height:44px;color:var(--stepper-text-muted);transition:var(--stepper-transition);border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.step-indicator.active .step-circle{background:var(--stepper-primary);border-color:var(--stepper-primary);color:#fff}.step-indicator.completed .step-circle{background:var(--stepper-success);border-color:var(--stepper-success);color:#fff}.step-label{color:var(--stepper-text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500}.step-indicator.active .step-label{color:var(--stepper-text-primary);font-weight:600}.step-indicator.completed .step-label{color:var(--stepper-text-secondary)}.step-content{padding:8px 24px 20px;animation:.3s ease-out fadeIn}.step-header{text-align:center;margin-bottom:20px}.step-header h2{color:var(--stepper-text-primary);letter-spacing:-.02em;margin-bottom:6px;font-size:24px;font-weight:600}.step-header p{color:var(--stepper-text-secondary);font-size:15px;line-height:1.5}.form-group{margin-bottom:20px;position:relative}.form-label{color:var(--stepper-text-primary);margin-bottom:8px;font-size:14px;font-weight:500;display:block}.required{color:var(--stepper-error)}.optional-label{color:var(--stepper-text-muted);margin-left:6px;font-size:12px;font-weight:400}.input-wrapper{position:relative}.input-icon{color:var(--stepper-text-muted);z-index:1;font-size:15px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.valid-icon{color:var(--stepper-success);z-index:1;font-size:16px;animation:.2s ease-out scaleIn;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.form-input,.form-select{width:100%;height:52px;color:var(--stepper-text-primary);background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);transition:var(--stepper-transition);appearance:none;padding:0 16px 0 44px;font-family:inherit;font-size:16px}.form-input:focus,.form-select:focus{border-color:var(--stepper-primary);outline:none;box-shadow:0 0 0 3px #f973161a}.form-input.valid,.form-select.valid{border-color:var(--stepper-success)}.form-input.error,.form-select.error{border-color:var(--stepper-error);background:var(--stepper-error-light)}.form-input::placeholder{color:var(--stepper-text-muted)}.form-input:disabled,.form-select:disabled{background:var(--stepper-bg-secondary);color:var(--stepper-text-muted);cursor:not-allowed}.form-textarea{resize:vertical;height:auto;min-height:120px;padding:16px;line-height:1.5}.phone-group{gap:10px;display:flex}.phone-group .country-code{flex-shrink:0;width:140px;padding-left:12px;font-size:14px}.phone-group .phone-input-wrapper{flex:1}.phone-group .phone-input-wrapper .form-input{padding-left:16px}.country-code-select{flex-shrink:0;position:relative}.country-code-trigger{background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);cursor:pointer;height:52px;transition:var(--stepper-transition);color:var(--stepper-text-primary);align-items:center;gap:6px;padding:0 12px;font-family:inherit;font-size:14px;display:flex}.country-code-trigger:hover,.country-code-select.open .country-code-trigger{border-color:var(--stepper-primary)}.country-code-trigger .country-flag{font-size:20px;line-height:1}.country-code-trigger .country-dial-code{color:var(--stepper-text-primary);font-weight:500}.country-code-trigger .trigger-arrow{color:var(--stepper-text-muted);font-size:10px;transition:transform .2s}.country-code-trigger .trigger-arrow.rotated{transform:rotate(180deg)}.country-code-backdrop{display:none}.country-code-dropdown{background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);width:280px;box-shadow:var(--stepper-shadow-xl);z-index:1000;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden}.country-code-dropdown .dropdown-handle,.country-code-dropdown .dropdown-header{display:none}.country-code-dropdown .search-wrapper{border-bottom:1px solid var(--stepper-border);padding:10px;position:relative}.country-code-dropdown .search-icon{color:var(--stepper-text-muted);font-size:12px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.country-code-dropdown .search-input{width:100%;height:38px;color:var(--stepper-text-primary);background:var(--stepper-bg-secondary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-sm);outline:none;padding:0 32px;font-family:inherit;font-size:14px}.country-code-dropdown .search-input:focus{border-color:var(--stepper-primary)}.country-code-dropdown .country-list{overscroll-behavior:contain;max-height:280px;margin:0;padding:6px;list-style:none;overflow-y:auto}.country-code-dropdown .group-label{text-transform:uppercase;letter-spacing:.5px;color:var(--stepper-text-muted);padding:8px 10px 4px;font-size:10px;font-weight:700}.country-code-dropdown .country-option{border-radius:var(--stepper-radius-sm);cursor:pointer;align-items:center;gap:10px;padding:10px 12px;transition:background .1s;display:flex}.country-code-dropdown .country-option:hover{background:var(--stepper-bg-secondary)}.country-code-dropdown .country-option.selected{background:var(--stepper-primary-light)}.country-code-dropdown .option-flag{font-size:20px;line-height:1}.country-code-dropdown .option-name{color:var(--stepper-text-primary);flex:1;font-size:14px}.country-code-dropdown .option-code{color:var(--stepper-text-secondary);font-size:13px;font-weight:500}.country-code-dropdown .option-check{color:var(--stepper-primary);margin-left:4px;font-size:12px}@media (max-width:767px){.country-code-trigger .country-dial-code{display:none}.country-code-trigger{justify-content:center;min-width:60px;padding:0 10px}.country-code-trigger .country-flag{font-size:24px}.country-code-trigger .trigger-arrow{display:none}.country-code-backdrop{z-index:9998;background:#0009;animation:.2s ease-out fadeInCountry;display:block;position:fixed;inset:0}@keyframes fadeInCountry{0%{opacity:0}to{opacity:1}}.country-code-dropdown{z-index:9999;border:none;border-radius:20px 20px 0 0;flex-direction:column;width:100%;max-height:75vh;animation:.3s ease-out slideUpCountry;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -4px 20px #00000026}@keyframes slideUpCountry{0%{transform:translateY(100%)}to{transform:translateY(0)}}.country-code-dropdown .dropdown-handle{background:#d1d5db;border-radius:2px;flex-shrink:0;width:36px;height:4px;margin:12px auto 8px;display:block}.country-code-dropdown .dropdown-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 16px 16px;display:flex}.country-code-dropdown .dropdown-header span{color:var(--stepper-text-primary);font-size:18px;font-weight:600}.country-code-dropdown .dropdown-header .close-btn{background:var(--stepper-bg-secondary);cursor:pointer;width:36px;height:36px;color:var(--stepper-text-secondary);-webkit-tap-highlight-color:transparent;border:none;border-radius:50%;justify-content:center;align-items:center;font-size:16px;display:flex}.country-code-dropdown .search-wrapper{flex-shrink:0;padding:0 16px 12px}.country-code-dropdown .search-input{border-radius:var(--stepper-radius-md);height:48px;padding:0 44px;font-size:16px}.country-code-dropdown .country-list{-webkit-overflow-scrolling:touch;flex:1;max-height:none;padding:8px 16px 32px;overflow-y:auto}.country-code-dropdown .country-option{border-radius:var(--stepper-radius-md);min-height:60px;margin-bottom:4px;padding:16px}.country-code-dropdown .option-flag{text-align:center;width:36px;font-size:28px}.country-code-dropdown .option-name{font-size:16px;font-weight:500}.country-code-dropdown .option-code{color:var(--stepper-primary);text-align:right;min-width:50px;font-size:15px;font-weight:600}}.error-message{color:var(--stepper-error);align-items:center;gap:4px;margin-top:6px;font-size:12px;font-weight:500;display:flex}.error-message i{font-size:11px}.email-suggestion{background:var(--stepper-primary-light);border:1px solid var(--stepper-primary);border-radius:var(--stepper-radius-sm);color:var(--stepper-primary-dark);cursor:pointer;transition:var(--stepper-transition);text-align:left;align-items:center;gap:6px;width:100%;margin-top:6px;padding:8px 12px;font-size:12px;display:flex}.email-suggestion:hover{background:var(--stepper-primary);color:#fff}.email-suggestion strong{font-weight:600}.trust-signals{display:none}.trust-item{color:var(--stepper-text-secondary);align-items:center;gap:8px;font-size:13px;display:flex}.trust-signals-footer{z-index:1;justify-content:center;gap:32px;margin-top:28px;animation:.4s ease-out .2s both fadeIn;display:flex;position:relative}.trust-signals-footer .trust-item{color:var(--stepper-text-secondary);font-size:13px;font-weight:500}.trust-signals-footer .trust-item svg{color:var(--stepper-text-muted)}.trust-item i{color:var(--stepper-text-muted);font-size:14px}.step-navigation{gap:12px;padding:20px 24px 24px;display:flex}.btn-back,.btn-next,.btn-submit{border-radius:var(--stepper-radius-md);cursor:pointer;height:52px;transition:var(--stepper-transition);border:none;flex:1;justify-content:center;align-items:center;gap:8px;font-family:inherit;font-size:15px;font-weight:600;display:flex}.btn-back{background:var(--stepper-bg-secondary);color:var(--stepper-text-secondary);border:1px solid var(--stepper-border);flex:.35}.btn-back:hover{background:var(--stepper-bg-tertiary);border-color:var(--stepper-text-muted)}.btn-next,.btn-submit{background:var(--stepper-primary-gradient);color:#fff;box-shadow:0 4px 14px #f9731640}.btn-next:hover,.btn-submit:hover:not(:disabled){filter:brightness(1.05);box-shadow:0 6px 20px #f9731659}.btn-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.btn-next i,.btn-submit i,.btn-back i{font-size:12px}.spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.step-counter{text-align:center;color:var(--stepper-text-muted);padding:0 20px 20px;font-size:14px;font-weight:500}.alert{border-radius:var(--stepper-radius-md);align-items:center;gap:10px;margin:12px 20px;padding:12px 16px;font-size:13px;font-weight:500;display:flex}.alert-error{background:var(--stepper-error-light);color:var(--stepper-error);border:1px solid var(--stepper-error)}.success-screen{text-align:center;padding:40px 24px}.success-logo{margin-bottom:20px}.success-logo img{width:auto;height:40px}.success-icon{background:var(--stepper-success-light);border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:0 auto 20px;display:flex}.success-icon i{color:var(--stepper-success);font-size:36px}.success-screen h2{color:var(--stepper-text-primary);margin-bottom:10px;font-size:26px;font-weight:700}.success-message{color:var(--stepper-text-secondary);max-width:300px;margin:0 auto 20px;font-size:14px}.success-details{background:var(--stepper-bg-secondary);border-radius:var(--stepper-radius-md);margin-bottom:20px;padding:16px}.detail-item{color:var(--stepper-text-secondary);justify-content:center;align-items:center;gap:8px;padding:6px 0;font-size:13px;display:flex}.detail-item i{color:var(--stepper-primary)}.detail-item strong{color:var(--stepper-text-primary)}.success-actions{flex-direction:column;gap:10px;margin-bottom:24px;display:flex}.btn-secondary,.btn-primary{border-radius:var(--stepper-radius-md);cursor:pointer;height:46px;transition:var(--stepper-transition);border:none;justify-content:center;align-items:center;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;display:flex}.btn-secondary{background:var(--stepper-bg-tertiary);color:var(--stepper-text-secondary)}.btn-primary{background:var(--stepper-primary-gradient);color:#fff}.redirect-notice{background:var(--stepper-bg-tertiary);border-radius:var(--stepper-radius-md);flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:24px;padding:16px 20px;display:flex}.redirect-notice p{color:var(--stepper-text-secondary);margin:0;font-size:13px}.redirect-notice .countdown{background:var(--stepper-primary);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;animation:1s ease-in-out infinite pulse-countdown;display:inline-flex}@keyframes pulse-countdown{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.redirect-notice .redirect-link{color:var(--stepper-primary);transition:var(--stepper-transition);font-size:13px;font-weight:600;text-decoration:none}.redirect-notice .redirect-link:hover{text-decoration:underline}.searchable-select{position:relative}.searchable-select.disabled{pointer-events:none;opacity:.6}.select-trigger{width:100%;height:52px;color:var(--stepper-text-primary);background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);cursor:pointer;transition:var(--stepper-transition);text-align:left;align-items:center;padding:0 40px 0 44px;font-family:inherit;font-size:16px;display:flex}.select-trigger:hover,.searchable-select.open .select-trigger{border-color:var(--stepper-primary)}.searchable-select.open .select-trigger{box-shadow:0 0 0 3px #f973161a}.searchable-select.error .select-trigger{border-color:var(--stepper-error);background:var(--stepper-error-light)}.select-icon{color:var(--stepper-text-muted);z-index:1;pointer-events:none;font-size:14px;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.select-value.placeholder{color:var(--stepper-text-muted)}.select-arrow{color:var(--stepper-text-muted);transition:transform .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.select-arrow.rotated{transform:translateY(-50%)rotate(180deg)}.searchable-select.open .select-arrow{color:var(--stepper-primary)}.select-dropdown{background:var(--stepper-bg-primary);border-radius:var(--stepper-radius-lg);z-index:1000;border:1px solid #00000014;animation:.2s cubic-bezier(.16,1,.3,1) dropdownFadeIn;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 4px 6px -1px #0000001a,0 10px 15px -3px #0000001a,0 20px 25px -5px #0000001a}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.select-dropdown .search-wrapper{border-bottom:1px solid var(--stepper-border);background:var(--stepper-bg-secondary);padding:12px;position:relative}.select-dropdown .search-icon{color:var(--stepper-text-muted);position:absolute;top:50%;left:24px;transform:translateY(-50%)}.select-dropdown .search-input{width:100%;height:44px;color:var(--stepper-text-primary);background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);transition:var(--stepper-transition);outline:none;padding:0 40px;font-family:inherit;font-size:15px}.select-dropdown .search-input:focus{border-color:var(--stepper-primary);box-shadow:0 0 0 3px #f973161a}.select-dropdown .search-input::placeholder{color:var(--stepper-text-muted)}.select-dropdown .clear-search{background:var(--stepper-bg-secondary);cursor:pointer;color:var(--stepper-text-muted);transition:var(--stepper-transition);border:none;border-radius:50%;justify-content:center;align-items:center;padding:6px;display:flex;position:absolute;top:50%;right:22px;transform:translateY(-50%)}.select-dropdown .clear-search:hover{background:var(--stepper-bg-tertiary);color:var(--stepper-text-primary)}.select-dropdown .search-results-count{color:var(--stepper-primary);background:var(--stepper-primary-light);border-bottom:1px solid var(--stepper-border);padding:8px 16px;font-size:11px;font-weight:500}.select-dropdown .options-list{overscroll-behavior:contain;max-height:280px;margin:0;padding:8px;list-style:none;overflow-y:auto}.select-dropdown .options-list::-webkit-scrollbar{width:6px}.select-dropdown .options-list::-webkit-scrollbar-track{background:0 0}.select-dropdown .options-list::-webkit-scrollbar-thumb{background:var(--stepper-border);border-radius:3px}.select-dropdown .options-list::-webkit-scrollbar-thumb:hover{background:var(--stepper-text-muted)}.select-dropdown .option-group{margin-bottom:8px}.select-dropdown .option-group:last-child{margin-bottom:0}.select-dropdown .option-group>ul{margin:0;padding:0;list-style:none}.select-dropdown .group-label{text-transform:uppercase;letter-spacing:.5px;color:var(--stepper-primary);background:var(--stepper-primary-light);border-radius:var(--stepper-radius-sm);margin-bottom:6px;padding:12px 12px 8px;font-size:11px;font-weight:700}.select-dropdown .option{border-radius:var(--stepper-radius-md);cursor:pointer;color:var(--stepper-text-primary);justify-content:space-between;align-items:center;margin-bottom:2px;padding:12px 14px;font-size:14px;transition:all .15s;display:flex}.select-dropdown .option:hover,.select-dropdown .option.highlighted{background:var(--stepper-bg-secondary);transform:translate(2px)}.select-dropdown .option.selected{background:linear-gradient(135deg, var(--stepper-primary-light) 0%, #fa79211f 100%);color:var(--stepper-primary-dark);font-weight:600}.select-dropdown .option.selected:hover{background:linear-gradient(135deg,#fa792126 0%,#fa79212e 100%)}.select-dropdown .option-text{flex:1}.select-dropdown .option-check{color:var(--stepper-primary);flex-shrink:0;animation:.2s ease-out scaleIn}.select-dropdown .no-results{text-align:center;color:var(--stepper-text-muted);flex-direction:column;align-items:center;gap:10px;padding:32px 20px;font-size:14px;display:flex}.select-dropdown .no-results svg{opacity:.5}.select-dropdown .search-highlight,.search-highlight{color:var(--stepper-primary-dark);background:#fa792140;border-radius:3px;padding:1px 3px;font-weight:500}.mobile-select-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;touch-action:none;background:#00000080;animation:.25s ease-out fadeInMobileSelect;position:fixed;inset:0}@keyframes fadeInMobileSelect{0%{opacity:0}to{opacity:1}}.mobile-select-dropdown{background:var(--stepper-bg-primary);z-index:9999;border-radius:24px 24px 0 0;flex-direction:column;width:100%;max-height:85vh;animation:.35s cubic-bezier(.16,1,.3,1) slideUpMobileSelect;display:flex;position:fixed;inset:auto 0 0;box-shadow:0 -4px 6px -1px #0000001a,0 -10px 15px -3px #0000001a,0 -20px 25px -5px #0000001a}@keyframes slideUpMobileSelect{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-dropdown-handle{background:#d1d5db;border-radius:3px;flex-shrink:0;width:40px;height:5px;margin:14px auto 10px}.mobile-dropdown-header{flex-shrink:0;justify-content:space-between;align-items:center;padding:4px 20px 16px;display:flex}.mobile-dropdown-header span{color:var(--stepper-text-primary);font-size:18px;font-weight:700}.mobile-close-btn{background:var(--stepper-bg-secondary);cursor:pointer;width:38px;height:38px;color:var(--stepper-text-secondary);-webkit-tap-highlight-color:transparent;transition:var(--stepper-transition);border:none;border-radius:50%;justify-content:center;align-items:center;display:flex}.mobile-close-btn:active{background:var(--stepper-bg-tertiary);transform:scale(.95)}.mobile-search-wrapper{flex-shrink:0;padding:0 20px 16px;position:relative}.mobile-search-icon{color:var(--stepper-text-muted);position:absolute;top:50%;left:36px;transform:translateY(calc(-50% - 8px))}.mobile-search-input{width:100%;height:50px;color:var(--stepper-text-primary);background:var(--stepper-bg-secondary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);transition:var(--stepper-transition);outline:none;padding:0 48px;font-family:inherit;font-size:16px}.mobile-search-input:focus{border-color:var(--stepper-primary);box-shadow:0 0 0 3px #f973161a}.mobile-search-input::placeholder{color:var(--stepper-text-muted)}.mobile-clear-search{background:var(--stepper-bg-tertiary);cursor:pointer;color:var(--stepper-text-muted);transition:var(--stepper-transition);border:none;border-radius:50%;justify-content:center;align-items:center;padding:8px;display:flex;position:absolute;top:50%;right:32px;transform:translateY(calc(-50% - 8px))}.mobile-clear-search:active{background:var(--stepper-border)}.mobile-select-dropdown .search-results-count{color:var(--stepper-primary);background:var(--stepper-primary-light);border-bottom:1px solid var(--stepper-border);padding:10px 20px;font-size:12px;font-weight:500}.mobile-options-list{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex:1;margin:0;padding:12px 20px 40px;list-style:none;overflow-y:auto}.mobile-option-group{margin-bottom:12px}.mobile-option-group:last-child{margin-bottom:0}.mobile-option-group>ul{margin:0;padding:0;list-style:none}.mobile-group-label{text-transform:uppercase;letter-spacing:.5px;color:var(--stepper-primary);background:var(--stepper-primary-light);border-radius:var(--stepper-radius-md);margin-bottom:8px;padding:14px 16px 10px;font-size:12px;font-weight:700}.mobile-option{border-radius:var(--stepper-radius-md);min-height:56px;color:var(--stepper-text-primary);background:var(--stepper-bg-secondary);cursor:pointer;transition:var(--stepper-transition);border:1px solid #0000;justify-content:space-between;align-items:center;margin-bottom:6px;padding:16px;font-size:16px;font-weight:500;display:flex}.mobile-option:active{background:var(--stepper-bg-tertiary)}.mobile-option.highlighted{background:var(--stepper-bg-tertiary);border-color:var(--stepper-border)}.mobile-option.selected{background:var(--stepper-primary-light);border-color:var(--stepper-primary);color:var(--stepper-primary-dark);font-weight:600}.mobile-option-label{flex:1}.mobile-option-check{color:var(--stepper-primary);flex-shrink:0;animation:.2s ease-out scaleIn}.mobile-no-results{text-align:center;color:var(--stepper-text-muted);flex-direction:column;align-items:center;gap:12px;padding:48px 24px;font-size:15px;display:flex}.mobile-no-results svg{opacity:.4}@media (min-width:768px){.page-container{padding:88px 24px 40px}.form-section{max-width:560px}.stepper-container{border-radius:var(--stepper-radius-xl)}.step-content{padding:12px 36px 24px}.step-header h2{font-size:24px}.step-navigation{padding:16px 36px 24px}.step-counter{padding:0 36px 24px}.trust-signals-footer{gap:40px;margin-top:24px}.success-actions{flex-direction:row}.btn-secondary,.btn-primary{flex:1}}@media (min-width:1024px){.page-container{padding:96px 24px 48px}.form-section{max-width:600px}.step-content{padding:16px 44px 28px}.step-navigation{padding:20px 44px 28px}}@media (hover:none){.form-input,.form-select,.btn-next,.btn-submit{min-height:52px}}@media (max-width:640px){.page-container{background:#fff;padding:76px 16px 24px}.page-title{margin-bottom:16px}.page-title h1{font-size:22px}.page-title p{font-size:13px}.contact-buttons{margin-top:20px}.contact-buttons-row{flex-direction:column;gap:10px}.btn-contact{width:100%;padding:14px 20px}.stepper-container{border-radius:var(--stepper-radius-lg);box-shadow:0 4px 20px #0000000f}.step-indicators{gap:8px;padding:16px 16px 10px}.step-circle{width:38px;height:38px}.step-label{font-size:10px}.step-content{padding:8px 16px 12px}.step-header{margin-bottom:16px}.step-header h2{font-size:18px}.step-header p{font-size:13px}.form-group{margin-bottom:14px}.form-label{margin-bottom:5px;font-size:13px}.form-input,.form-select{height:48px;font-size:16px}.step-navigation{gap:10px;padding:12px 16px 16px}.btn-back,.btn-next,.btn-submit{height:48px}.trust-signals-footer{flex-wrap:wrap;gap:12px;margin-top:16px;padding:0 8px}.trust-signals-footer .trust-item{font-size:11px}}@media (max-width:380px){.step-navigation{flex-direction:column-reverse;gap:10px}.btn-back,.btn-next,.btn-submit{flex:none;width:100%}.btn-back{height:46px}}.vehicle-card{background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);transition:var(--stepper-transition);margin-bottom:12px;position:relative;overflow:hidden}.vehicle-card:first-child{margin-top:4px}.vehicle-card.expanded{border-color:var(--stepper-primary);box-shadow:0 4px 16px #f973161a}.vehicle-card.collapsed:hover{border-color:var(--stepper-text-muted)}.vehicle-card.complete.collapsed{background:var(--stepper-success-light);border-color:var(--stepper-success)}.vehicle-card.complete.collapsed .vehicle-card-header{background:0 0}.vehicle-card-header{cursor:pointer;-webkit-user-select:none;user-select:none;transition:var(--stepper-transition);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.vehicle-card.expanded .vehicle-card-header{border-bottom:1px solid var(--stepper-border);background:var(--stepper-primary-light)}.vehicle-card.collapsed .vehicle-card-header:hover{background:var(--stepper-bg-secondary)}.vehicle-card-title{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.vehicle-card-title h3{color:var(--stepper-text-primary);white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:15px;font-weight:600;overflow:hidden}.vehicle-complete-icon{color:var(--stepper-success);flex-shrink:0;animation:.2s ease-out scaleIn}.vehicle-card-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.vehicle-expand-icon{color:var(--stepper-text-muted);transition:transform .25s,color .2s}.vehicle-expand-icon.rotated{transform:rotate(180deg)}.vehicle-card.expanded .vehicle-expand-icon{color:var(--stepper-primary)}.vehicle-card-content{padding:20px;animation:.25s ease-out fadeIn}.btn-remove-vehicle{width:32px;height:32px;color:var(--stepper-text-muted);border-radius:var(--stepper-radius-sm);cursor:pointer;transition:var(--stepper-transition);background:0 0;border:1px solid #0000;justify-content:center;align-items:center;display:flex}.btn-remove-vehicle:hover{background:var(--stepper-error-light);border-color:var(--stepper-error);color:var(--stepper-error)}.btn-add-vehicle{background:var(--stepper-bg-secondary);width:100%;height:52px;color:var(--stepper-primary);border:1px dashed var(--stepper-border);border-radius:var(--stepper-radius-md);cursor:pointer;transition:var(--stepper-transition);justify-content:center;align-items:center;gap:10px;margin-top:12px;font-family:inherit;font-size:14px;font-weight:600;display:flex}.btn-add-vehicle:hover{background:var(--stepper-primary-light);border-color:var(--stepper-primary);border-style:solid}.btn-add-vehicle:active{background:var(--stepper-bg-tertiary)}.year-range-grid{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.year-option{color:var(--stepper-text-secondary);background:var(--stepper-bg-primary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);cursor:pointer;transition:var(--stepper-transition);text-align:center;padding:14px 12px;font-family:inherit;font-size:14px;font-weight:500}.year-option:hover{border-color:var(--stepper-primary);background:var(--stepper-primary-light)}.year-option.selected{border-color:var(--stepper-primary);background:var(--stepper-primary);color:#fff}.year-option:focus{border-color:var(--stepper-primary);outline:none;box-shadow:0 0 0 3px #f9731626}.helper-text{color:var(--stepper-text-muted);background:var(--stepper-bg-secondary);border-radius:var(--stepper-radius-sm);align-items:center;gap:6px;margin-top:8px;padding:6px 10px;font-size:12px;display:flex}.helper-text svg{color:var(--stepper-primary);flex-shrink:0}@media (max-width:767px){.vehicle-card{border-radius:var(--stepper-radius-md);margin-bottom:10px}.vehicle-card-header{padding:14px 16px}.vehicle-card-title h3{font-size:14px}.vehicle-card-content{padding:16px}.btn-remove-vehicle{width:30px;height:30px}.btn-add-vehicle{border-radius:var(--stepper-radius-md);height:50px;font-size:13px}.year-range-grid{gap:8px}.year-option{padding:12px 10px;font-size:12px}}@media (min-width:768px){.year-range-grid{grid-template-columns:repeat(3,1fr)}}.summary-section{flex-direction:column;gap:16px;margin-bottom:20px;display:flex}.summary-card{background:var(--stepper-bg-secondary);border:1px solid var(--stepper-border);border-radius:var(--stepper-radius-md);overflow:hidden}.summary-card-header{background:var(--stepper-bg-primary);border-bottom:1px solid var(--stepper-border);align-items:center;gap:10px;padding:14px 16px;display:flex}.summary-card-header svg{color:var(--stepper-primary);flex-shrink:0}.summary-card-header h3{color:var(--stepper-text-primary);flex:1;margin:0;font-size:14px;font-weight:600}.btn-edit{color:var(--stepper-primary);background:var(--stepper-primary-light);border-radius:var(--stepper-radius-sm);cursor:pointer;transition:var(--stepper-transition);border:1px solid #0000;padding:6px 12px;font-family:inherit;font-size:12px;font-weight:600}.btn-edit:hover{background:var(--stepper-primary);color:#fff}.summary-card-content{padding:16px}.summary-row{border-bottom:1px solid var(--stepper-border);justify-content:space-between;align-items:flex-start;padding:8px 0;display:flex}.summary-row:last-child{border-bottom:none;padding-bottom:0}.summary-row:first-child{padding-top:0}.summary-label{color:var(--stepper-text-muted);flex-shrink:0;font-size:13px}.summary-value{color:var(--stepper-text-primary);text-align:right;word-break:break-word;font-size:14px;font-weight:500}.summary-message{max-width:200px;color:var(--stepper-text-secondary);font-style:italic;font-weight:400}.summary-vehicle{border-bottom:1px dashed var(--stepper-border);padding:12px 0}.summary-vehicle:last-child{border-bottom:none;padding-bottom:0}.summary-vehicle:first-child{padding-top:0}.vehicle-number{color:var(--stepper-primary);background:var(--stepper-primary-light);border-radius:var(--stepper-radius-sm);margin-bottom:10px;padding:4px 10px;font-size:11px;font-weight:700;display:inline-block}@media (max-width:640px){.summary-section{gap:12px}.summary-card-header{padding:12px 14px}.summary-card-header h3{font-size:13px}.btn-edit{padding:5px 10px;font-size:11px}.summary-card-content{padding:12px 14px}.summary-row{flex-direction:column;gap:4px;padding:10px 0}.summary-value{text-align:left}.summary-message{max-width:100%}}
