.LeapmotorForm-module__rEV9yW__page{min-height:100vh;display:flex}.LeapmotorForm-module__rEV9yW__leftPanel{background:#0d0d0d url(/leapmotor/bgForm1.png) 50%/cover no-repeat;flex-direction:column;flex:0 0 48%;justify-content:flex-end;align-items:flex-start;min-height:100vh;display:flex;position:relative;overflow:hidden}.LeapmotorForm-module__rEV9yW__leftPanel:before{content:"";pointer-events:none;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.LeapmotorForm-module__rEV9yW__leftPanel:after{content:"";background:var(--black);height:4px;position:absolute;top:0;left:0;right:0}.LeapmotorForm-module__rEV9yW__leftBgShape{pointer-events:none;background:linear-gradient(170deg,#0000 10%,#ff6b0012 100%);height:55%;position:absolute;bottom:0;left:0;right:0}.LeapmotorForm-module__rEV9yW__leftGlow{filter:blur(2px);pointer-events:none;background:linear-gradient(90deg,#0000,#ff6b0066,#0000);width:120%;height:1px;position:absolute;bottom:42%;left:-10%}.LeapmotorForm-module__rEV9yW__backLink{z-index:20;color:#ffffff80;align-items:center;gap:6px;font-size:.8rem;text-decoration:none;transition:color .2s;display:flex;position:absolute;top:1.6rem;left:1.8rem}.LeapmotorForm-module__rEV9yW__backLink:hover{color:#fff}.LeapmotorForm-module__rEV9yW__backLink svg{width:14px;height:14px}.LeapmotorForm-module__rEV9yW__rightPanel{background:#fff;flex:1;justify-content:center;align-items:flex-start;padding:3rem 2rem;display:flex}.LeapmotorForm-module__rEV9yW__formContainer{width:100%;max-width:520px}.LeapmotorForm-module__rEV9yW__formHeader{margin-bottom:2rem}.LeapmotorForm-module__rEV9yW__formTitle{color:var(--black);font-size:clamp(1.6rem,3vw,2.1rem);font-weight:800;line-height:1.15}.LeapmotorForm-module__rEV9yW__formSubtitle{color:var(--text-muted);margin-top:.5rem;font-size:.85rem}.LeapmotorForm-module__rEV9yW__sectionLabel{color:var(--text);letter-spacing:.01em;margin-bottom:.75rem;font-size:.82rem;font-weight:700;display:block}.LeapmotorForm-module__rEV9yW__req{color:var(--black);margin-left:2px}.LeapmotorForm-module__rEV9yW__formSection{margin-bottom:1.6rem}.LeapmotorForm-module__rEV9yW__carCards{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.LeapmotorForm-module__rEV9yW__carCard{border:2px solid var(--border);border-radius:var(--radius-md);cursor:pointer;-webkit-user-select:none;user-select:none;background:#fff;flex-direction:column;align-items:center;gap:.5rem;min-width:0;padding:.75rem .75rem .85rem;transition:border-color .18s,box-shadow .18s;display:flex;position:relative}.LeapmotorForm-module__rEV9yW__carCard:hover{border-color:#aaa;box-shadow:0 4px 14px #00000012}.LeapmotorForm-module__rEV9yW__carCard.LeapmotorForm-module__rEV9yW__selected{border-color:var(--black);box-shadow:0 4px 18px #0000001f}.LeapmotorForm-module__rEV9yW__carCard.LeapmotorForm-module__rEV9yW__selected:after{content:"";background:var(--black);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 9l3 3 6-6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-size:cover;border-radius:50%;width:18px;height:18px;position:absolute;top:8px;right:8px}.LeapmotorForm-module__rEV9yW__carImg{border-radius:var(--radius-sm);background:#f5f6f7;width:100%;height:120px;position:relative;overflow:hidden}.LeapmotorForm-module__rEV9yW__carModel{color:var(--text);letter-spacing:.04em;font-size:.88rem;font-weight:700}.LeapmotorForm-module__rEV9yW__carType{color:var(--text-muted);margin-top:-4px;font-size:.72rem}.LeapmotorForm-module__rEV9yW__radioGroup{gap:1.5rem;display:flex}.LeapmotorForm-module__rEV9yW__radioLabel{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;align-items:center;gap:.55rem;font-size:.88rem;font-weight:500;display:flex}.LeapmotorForm-module__rEV9yW__radioLabel input[type=radio]{display:none}.LeapmotorForm-module__rEV9yW__radioCustom{border:2px solid #ccc;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;transition:border-color .15s;display:flex}.LeapmotorForm-module__rEV9yW__radioCustom:after{content:"";background:var(--black);border-radius:50%;width:8px;height:8px;transition:transform .15s;transform:scale(0)}.LeapmotorForm-module__rEV9yW__radioLabel input[type=radio]:checked+.LeapmotorForm-module__rEV9yW__radioCustom{border-color:var(--black)}.LeapmotorForm-module__rEV9yW__radioLabel input[type=radio]:checked+.LeapmotorForm-module__rEV9yW__radioCustom:after{transform:scale(1)}.LeapmotorForm-module__rEV9yW__inputRow{grid-template-columns:1fr 1fr;gap:.85rem;display:grid}.LeapmotorForm-module__rEV9yW__inputGroup{flex-direction:column;gap:.4rem;display:flex}.LeapmotorForm-module__rEV9yW__inputGroup label{color:var(--text);letter-spacing:.01em;font-size:.78rem;font-weight:700}.LeapmotorForm-module__rEV9yW__inputGroup input,.LeapmotorForm-module__rEV9yW__inputGroup select{border:1.5px solid var(--border);border-radius:var(--radius-pill);height:44px;color:var(--text);appearance:none;background:#fff;outline:none;width:100%;padding:0 1rem;font-family:inherit;font-size:.88rem;transition:border-color .18s,box-shadow .18s}.LeapmotorForm-module__rEV9yW__inputGroup input::placeholder{color:#bbb}.LeapmotorForm-module__rEV9yW__inputGroup input:focus,.LeapmotorForm-module__rEV9yW__inputGroup select:focus{border-color:var(--black);box-shadow:0 0 0 3px #1a1a1a12}.LeapmotorForm-module__rEV9yW__phoneField{border:1.5px solid var(--border);border-radius:var(--radius-pill);background:#fff;align-items:center;height:44px;transition:border-color .18s,box-shadow .18s;display:flex;overflow:hidden}.LeapmotorForm-module__rEV9yW__phoneField:focus-within{border-color:var(--black);box-shadow:0 0 0 3px #1a1a1a12}.LeapmotorForm-module__rEV9yW__phoneField.LeapmotorForm-module__rEV9yW__phoneError{border-color:#e53e3e}.LeapmotorForm-module__rEV9yW__phonePrefix{border-right:1.5px solid var(--border);cursor:pointer;flex-shrink:0;align-items:center;gap:4px;height:100%;padding:0 .65rem 0 1rem;display:flex;position:relative}.LeapmotorForm-module__rEV9yW__phonePrefixFlag{font-size:1rem;line-height:1}.LeapmotorForm-module__rEV9yW__phonePrefixCode{color:var(--text);white-space:nowrap;font-size:.82rem;font-weight:600}.LeapmotorForm-module__rEV9yW__phonePrefixChevron{opacity:.4;flex-shrink:0;width:12px;height:12px}.LeapmotorForm-module__rEV9yW__phonePrefixSelect{opacity:0;cursor:pointer;appearance:none;width:100%;height:100%;position:absolute;inset:0}.LeapmotorForm-module__rEV9yW__phoneInput{flex:1;min-width:0;height:100%;color:var(--text)!important;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;outline:none!important;padding:0 1rem!important;font-size:.88rem!important}.LeapmotorForm-module__rEV9yW__customSelect{-webkit-user-select:none;user-select:none;position:relative}.LeapmotorForm-module__rEV9yW__customSelectTrigger{border:1.5px solid var(--border);border-radius:var(--radius-pill);width:100%;height:44px;color:var(--text);cursor:pointer;text-align:left;background:#fff;outline:none;justify-content:space-between;align-items:center;padding:0 1rem;font-family:inherit;font-size:.88rem;transition:border-color .18s,box-shadow .18s;display:flex}.LeapmotorForm-module__rEV9yW__customSelectTrigger.LeapmotorForm-module__rEV9yW__placeholderSelected{color:#bbb}.LeapmotorForm-module__rEV9yW__customSelectOpen .LeapmotorForm-module__rEV9yW__customSelectTrigger{border-color:var(--black);box-shadow:0 0 0 3px #1a1a1a12}.LeapmotorForm-module__rEV9yW__customSelectError .LeapmotorForm-module__rEV9yW__customSelectTrigger{border-color:#e53e3e}.LeapmotorForm-module__rEV9yW__selectChevron{opacity:.4;flex-shrink:0;width:16px;height:16px;transition:transform .18s}.LeapmotorForm-module__rEV9yW__customSelectOpen .LeapmotorForm-module__rEV9yW__selectChevron{transform:rotate(180deg)}.LeapmotorForm-module__rEV9yW__customSelectList{border:1.5px solid var(--black);border-radius:var(--radius-md);z-index:50;background:#fff;max-height:220px;margin:0;padding:0;list-style:none;position:absolute;top:calc(100% + 4px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 20px #0000001a}.LeapmotorForm-module__rEV9yW__customSelectItem{color:var(--text);cursor:pointer;border-bottom:1px solid #f0f0f0;padding:.7rem 1rem;font-size:.88rem;transition:background .12s}.LeapmotorForm-module__rEV9yW__customSelectItem:last-child{border-bottom:none}.LeapmotorForm-module__rEV9yW__customSelectItem:hover{background:#f5f5f5}.LeapmotorForm-module__rEV9yW__customSelectItemActive{background:#f5f5f5;font-weight:700}.LeapmotorForm-module__rEV9yW__fieldError{color:#e53e3e;margin-top:2px;font-size:.72rem;line-height:1.3}.LeapmotorForm-module__rEV9yW__toastError{background:#1a1a1a}.LeapmotorForm-module__rEV9yW__btnSubmit:disabled{opacity:.6;cursor:not-allowed;transform:none}.LeapmotorForm-module__rEV9yW__selectWrapper{position:relative}.LeapmotorForm-module__rEV9yW__selectWrapper select{cursor:pointer;padding-right:2.4rem}.LeapmotorForm-module__rEV9yW__placeholderSelected{color:#bbb}.LeapmotorForm-module__rEV9yW__selectWrapper:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' stroke='%23888' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:16px;height:16px;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.LeapmotorForm-module__rEV9yW__submitWrapper{justify-content:center;margin-top:1.8rem;display:flex}.LeapmotorForm-module__rEV9yW__btnSubmit{background:var(--black);color:#fff;border-radius:var(--radius-pill);letter-spacing:.04em;cursor:pointer;border:none;align-items:center;gap:.55rem;height:50px;padding:0 2.4rem;font-family:inherit;font-size:.9rem;font-weight:700;transition:background .18s,transform .15s,box-shadow .18s;display:inline-flex}.LeapmotorForm-module__rEV9yW__btnSubmit:hover{background:#333;transform:translateY(-1px);box-shadow:0 6px 20px #0000002e}.LeapmotorForm-module__rEV9yW__btnSubmit:active{transform:translateY(0)}.LeapmotorForm-module__rEV9yW__privacyNotice{color:#aaa;border-top:1px solid #f0f0f0;margin-top:1.8rem;padding-top:1.4rem;font-size:.7rem;line-height:1.6}.LeapmotorForm-module__rEV9yW__toast{background:var(--black);color:#fff;border-radius:var(--radius-pill);z-index:100;align-items:center;gap:.5rem;padding:.85rem 1.6rem;font-size:.88rem;font-weight:600;animation:.3s LeapmotorForm-module__rEV9yW__slideUp;display:flex;position:fixed;bottom:2rem;left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}@keyframes LeapmotorForm-module__rEV9yW__slideUp{0%{opacity:0;transform:translate(-50%)translateY(20px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:1024px){.LeapmotorForm-module__rEV9yW__leftPanel{flex:0 0 38%}}@media (max-width:768px){.LeapmotorForm-module__rEV9yW__page{flex-direction:column}.LeapmotorForm-module__rEV9yW__leftPanel{flex:none;height:220px;min-height:220px}.LeapmotorForm-module__rEV9yW__rightPanel{padding:2rem 1.25rem 2.5rem}.LeapmotorForm-module__rEV9yW__inputRow{grid-template-columns:1fr}.LeapmotorForm-module__rEV9yW__carCards{gap:.6rem}.LeapmotorForm-module__rEV9yW__carImg{height:100px}}@media (max-width:420px){.LeapmotorForm-module__rEV9yW__carImg{height:80px}.LeapmotorForm-module__rEV9yW__carModel{font-size:.8rem}.LeapmotorForm-module__rEV9yW__carType{display:none}}
