.hero-form-container{background:#ffffff1a;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);border-radius:20px;padding:1.5rem;box-shadow:0 20px 60px #0003;max-width:500px;width:100%;max-height:600px;overflow-y:auto}.hero-form-card{position:relative}.hero-form-header{text-align:center;margin-bottom:1rem}.hero-form-title{font-size:1.25rem;font-weight:700;color:#fff;margin:0 0 .25rem}.hero-form-subtitle{font-size:.8rem;color:#fffc;margin:0}.hero-form-notification{margin-bottom:1rem;border-radius:8px;padding:.75rem;font-size:.85rem;line-height:1.4;animation:slideDown .3s ease-out}.hero-form-notification.success{background:#28a745e6;color:#fff;border:1px solid rgba(40,167,69,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-form-notification.error{background:#dc3545e6;color:#fff;border:1px solid rgba(220,53,69,.3);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.hero-form-progress{display:flex;justify-content:space-between;margin-bottom:1rem;position:relative}.hero-form-progress:before{content:"";position:absolute;top:12px;left:20px;right:20px;height:2px;background:#fff3;z-index:1}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2}.step-circle{width:24px;height:24px;border-radius:50%;background:#fff3;color:#fff9;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;margin-bottom:.25rem;transition:all .3s ease}.progress-step.active .step-circle{background:orange;color:#fff}.step-label{font-size:.7rem;color:#fff9;font-weight:500;text-align:center;transition:color .3s ease}.progress-step.active .step-label{color:#fff;font-weight:600}.hero-form-step{display:none}.hero-form-step.active{display:block}.step-header{text-align:center;margin-bottom:1.5rem}.step-header h4{font-size:1.25rem;font-weight:600;color:#fff;margin:0 0 .5rem}.step-header p{font-size:.875rem;color:#ffffffb3;margin:0}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem}.form-grid.compact{gap:.5rem;margin-bottom:.75rem}.form-group.full-width{grid-column:1 / -1}.form-group{display:flex;flex-direction:column}.form-group label{font-size:.8rem;font-weight:600;color:#fff;margin-bottom:.25rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem;color:#fff;font-size:.8rem;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:gold;background:#ffffff26}.form-group input::-moz-placeholder,.form-group textarea::-moz-placeholder{color:#ffffff80}.form-group input::placeholder,.form-group textarea::placeholder{color:#ffffff80}.form-group small{font-size:.7rem;color:#fff9;margin-top:.125rem}.file-upload-container{position:relative}.file-input{position:absolute;opacity:0;width:100%;height:100%;cursor:pointer}.file-upload-label{display:block;background:#ffffff0d;border:2px dashed rgba(255,255,255,.3);border-radius:6px;padding:1rem;text-align:center;cursor:pointer;transition:all .3s ease}.file-upload-label.compact{padding:.75rem}.file-upload-label:hover,.file-upload-label.dragover{background:#ffffff1a;border-color:gold}.file-upload-label svg{width:20px;height:20px;color:gold;margin-bottom:.25rem;display:block;margin-left:auto;margin-right:auto}.file-upload-label span{display:block;color:#fff;margin:0 0 .125rem;font-size:.75rem}.file-upload-label small{display:block;color:#fff9;font-size:.65rem}.file-list{margin-top:.5rem}.file-item{display:flex;align-items:center;justify-content:space-between;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:4px;padding:.5rem;margin-bottom:.25rem}.file-info{display:flex;flex-direction:column;flex:1}.file-name{color:#fff;font-size:.75rem;font-weight:500}.file-size{color:#fff9;font-size:.7rem}.remove-file{background:#f003;border:1px solid rgba(255,0,0,.3);color:#ff6b6b;border-radius:3px;padding:.25rem .5rem;font-size:.7rem;cursor:pointer;transition:all .3s ease}.remove-file:hover{background:#ff00004d}.label-icon{display:inline-flex;align-items:center;margin-right:.5rem}.label-icon svg{width:16px;height:16px;color:gold}.required-badge{color:#ff6b6b;font-size:.7rem;font-weight:600}.address-picker-container{position:relative}.selected-address-display{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#22c55e1a,#22c55e0d);border:2px solid #22c55e;border-radius:8px;padding:.75rem;margin-bottom:.75rem;box-shadow:0 4px 12px #22c55e33;animation:successPulse .6s ease-out;position:relative;overflow:hidden}.selected-address-display:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#22c55e,#16a34a,#22c55e);background-size:200% 100%;animation:shimmer 2s infinite}.address-text{display:flex;align-items:center;font-size:.875rem;color:#16a34a;font-weight:600;text-shadow:0 1px 2px rgba(255,255,255,.1)}.address-text svg{color:#22c55e!important;filter:drop-shadow(0 1px 2px rgba(34,197,94,.3))}@keyframes successPulse{0%{transform:scale(.95);box-shadow:0 2px 6px #22c55e1a}50%{transform:scale(1.02);box-shadow:0 6px 20px #22c55e4d}to{transform:scale(1);box-shadow:0 4px 12px #22c55e33}}@keyframes shimmer{0%{background-position:-200% center}to{background-position:200% center}}@keyframes fadeInOut{0%{opacity:0;transform:translateY(-10px) scale(.8)}20%{opacity:1;transform:translateY(0) scale(1)}80%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-5px) scale(.9)}}.change-address-btn{background:#22c55e1a;border:1px solid #22c55e;color:#16a34a;padding:.375rem .75rem;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease;text-transform:uppercase;letter-spacing:.025em}.change-address-btn:hover{background:#22c55e33;border-color:#16a34a;color:#15803d;transform:translateY(-1px);box-shadow:0 2px 8px #22c55e40}.map-picker-button{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem;color:#fff;font-size:.75rem;cursor:pointer;transition:all .3s ease;width:100%}.map-picker-button:hover{background:#ffffff26;border-color:gold}.map-picker-button svg{width:16px;height:16px}.map-picker-container{display:block;width:100%}.checkbox-group{margin-top:.5rem}.checkbox-group.horizontal{display:flex;gap:1rem;flex-wrap:wrap}.checkbox-group.vertical{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:flex-start;gap:.5rem;cursor:pointer;font-size:.8rem;color:#ffffffe6;line-height:1.3}.checkbox-label.compact{font-size:.75rem;gap:.375rem}.checkbox-label.consent{font-size:.7rem;line-height:1.2}.checkbox-label input[type=checkbox]{display:none}.checkbox-custom{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-radius:3px;background:#ffffff1a;flex-shrink:0;position:relative;transition:all .3s ease}.checkbox-label input[type=checkbox]:checked+.checkbox-custom{background:orange;border-color:orange}.checkbox-label input[type=checkbox]:checked+.checkbox-custom:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#8b4513;font-weight:700;font-size:10px}.step-actions{display:flex;gap:.75rem;justify-content:space-between;align-items:center;margin-top:1rem}.btn-back,.btn-next,.btn-submit{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:none;border-radius:6px;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none}.btn-back{background:#ffffff1a;color:#fffc;border:1px solid rgba(255,255,255,.2)}.btn-back:hover{background:#fff3;color:#fff}.btn-next,.btn-submit{background:orange;color:#fff;margin-left:auto}.btn-next:hover,.btn-submit:hover{background:#e67e22;transform:translateY(-1px);box-shadow:0 6px 20px #ffa50066}.btn-back svg,.btn-next svg,.btn-submit svg{width:14px;height:14px}@media (max-width: 768px){.hero-form-container{padding:1.5rem}.form-grid{grid-template-columns:1fr;gap:1rem}.hero-form-progress{margin-bottom:1.5rem}.progress-step{flex:1}.step-label{font-size:.7rem}.step-circle{width:25px;height:25px;font-size:.75rem}.hero-form-progress:before{left:20px;right:20px;top:12px}.step-actions{flex-direction:column;gap:.75rem}.btn-back,.btn-next,.btn-submit{width:100%;justify-content:center}.step-actions .btn-next,.step-actions .btn-submit{margin-left:0}.selected-address-display{flex-direction:column;align-items:flex-start;gap:.75rem;padding:1rem}.address-text{width:100%;font-size:.875rem;line-height:1.4;word-break:break-word}.change-address-btn{align-self:center;padding:.5rem 1.25rem;font-size:.8rem;border-radius:8px}}@media (max-width: 480px){.hero-form-container{padding:1rem;margin:0;width:calc(100% + -0px);max-width:none}.hero-form-title{font-size:1.25rem}.hero-form-subtitle{font-size:.8rem}.step-header h4{font-size:1.125rem}}@media (max-width: 360px){.hero-form-container{padding:.8rem;margin:0;width:calc(100% + -0px);max-width:none}.hero-form-title{font-size:1.1rem}.hero-form-subtitle{font-size:.75rem}}.map-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:10000}.map-modal-container{background:#fffffff2;border-radius:12px;width:90%;max-width:600px;max-height:80%;overflow:auto;box-shadow:0 20px 60px #0000004d}.map-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem;border-bottom:1px solid rgba(0,0,0,.1);background:#fff}.map-modal-header h3{margin:0;color:#333;font-size:1.125rem}.map-modal-close{background:none;border:none;padding:.5rem;cursor:pointer;border-radius:6px;transition:background .3s ease}.map-modal-close:hover{background:#0000001a}.map-modal-close svg{width:20px;height:20px;color:#666}.map-modal-content{padding:1rem;background:#fff}.map-search-container{display:flex;gap:.5rem;margin-bottom:1rem}.map-search-input{flex:1;padding:.75rem;border:2px solid #e2e2e2;border-radius:6px;font-size:.875rem;color:#333}.map-search-input:focus{outline:none;border-color:gold}.map-search-icon{padding:.75rem;background:gold;border:none;border-radius:6px;cursor:pointer;color:#8b4513}.map-search-icon svg{width:20px;height:20px}.map-container{width:100%;height:300px;border-radius:6px;overflow:hidden}.selected-address-info{margin-top:1rem;padding:1rem;background:#ffd7001a;border:1px solid rgba(255,215,0,.3);border-radius:6px}.selected-address-info h4{margin:0 0 .5rem;color:#333;font-size:.875rem}.selected-address-info p{margin:0;color:#666;font-size:.8rem}.map-modal-footer{display:flex;gap:.75rem;padding:1rem;border-top:1px solid rgba(0,0,0,.1);background:#fff}.btn-cancel,.btn-confirm{flex:1;padding:.75rem;border:none;border-radius:6px;font-weight:600;cursor:pointer;font-size:.875rem}.btn-cancel{background:#0000001a;color:#666}.btn-cancel:hover{background:#00000026}.btn-confirm{background:orange;color:#fff}.btn-confirm:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 15px #ffd70066}.btn-confirm:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 768px){.map-modal-overlay{padding-top:110px!important;align-items:flex-start!important}.map-modal-container{width:95vw!important;max-width:none!important;height:calc(90vh - 100px)!important;max-height:none!important;margin:0!important;border-radius:8px!important}.map-modal-header{padding:12px 15px!important;height:50px!important;min-height:50px!important;flex-shrink:0!important}.map-modal-header h3{font-size:14px!important;font-weight:600!important}.map-modal-close{padding:4px!important;width:32px!important;height:32px!important}.map-modal-close svg{width:16px!important;height:16px!important}.map-modal-content{padding:0!important;flex:1!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}.map-search-container{margin-bottom:0!important;padding:10px 15px!important;flex-shrink:0!important;background:#fff!important;border-bottom:1px solid #eee!important}.map-search-input{padding:12px 15px!important;font-size:16px!important;border-radius:8px!important;height:48px!important;box-sizing:border-box!important}.map-search-icon{padding:12px!important;width:48px!important;height:48px!important;border-radius:8px!important}.map-container{height:100%!important;flex:1!important;border-radius:0!important;min-height:200px!important}.map-modal-footer{padding:12px 15px!important;height:60px!important;min-height:60px!important;flex-shrink:0!important;gap:10px!important}.btn-cancel,.btn-confirm{padding:12px 16px!important;font-size:14px!important;height:44px!important;border-radius:8px!important}}@media (max-width: 480px){.map-modal-overlay{padding-top:110px!important;align-items:flex-start!important}.map-modal-container{width:98vw!important;height:calc(95vh - 100px)!important;border-radius:6px!important}.map-modal-header{padding:10px 12px!important;height:45px!important;min-height:45px!important}.map-modal-header h3{font-size:13px!important}.map-search-container{padding:8px 12px!important}.map-search-input{padding:10px 12px!important;font-size:14px!important;height:42px!important}.map-search-icon{padding:10px!important;width:42px!important;height:42px!important}.map-modal-footer{padding:10px 12px!important;height:55px!important;min-height:55px!important;gap:8px!important}.btn-cancel,.btn-confirm{padding:10px 14px!important;font-size:13px!important;height:40px!important;border-radius:6px!important}}@media (max-height: 600px){.map-modal-overlay{padding-top:110px!important;align-items:flex-start!important}.map-modal-container{height:calc(98vh - 100px)!important}.map-modal-header{height:40px!important;min-height:40px!important;padding:8px 12px!important}.map-modal-header h3{font-size:12px!important}.map-search-container{padding:6px 10px!important}.map-search-input{height:36px!important;padding:8px 10px!important;font-size:13px!important}.map-search-icon{width:36px!important;height:36px!important;padding:8px!important}.map-modal-footer{height:50px!important;min-height:50px!important;padding:8px 10px!important}.btn-cancel,.btn-confirm{height:36px!important;padding:8px 12px!important;font-size:12px!important}}@media (max-width: 360px){.map-modal-container{width:99vw!important;border-radius:4px!important}.map-modal-header h3{font-size:12px!important}.map-search-input{font-size:13px!important}.btn-cancel,.btn-confirm{font-size:11px!important;padding:8px 10px!important}}@media (orientation: landscape) and (max-height: 500px){.map-modal-overlay{padding-top:110px!important;align-items:flex-start!important}.map-modal-container{height:calc(98vh - 100px)!important}.map-modal-header{height:35px!important;min-height:35px!important;padding:6px 10px!important}.map-modal-header h3{font-size:11px!important}.map-search-container{padding:4px 8px!important}.map-search-input{height:32px!important;padding:6px 8px!important;font-size:12px!important}.map-search-icon{width:32px!important;height:32px!important;padding:6px!important}.map-modal-footer{height:42px!important;min-height:42px!important;padding:6px 8px!important}.btn-cancel,.btn-confirm{height:30px!important;padding:6px 10px!important;font-size:10px!important}}
