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