.request-module__HdE-hW__container{max-width:800px;margin:0 auto;padding:160px 20px 80px}.request-module__HdE-hW__title{margin-bottom:32px;font-size:28px;font-weight:700}.request-module__HdE-hW__progressBar{justify-content:space-between;align-items:flex-start;margin-bottom:48px;display:flex;position:relative}.request-module__HdE-hW__progressStep{z-index:1;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.request-module__HdE-hW__progressCircle{color:#999;background:#e0e0e0;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;transition:all .3s;display:flex}.request-module__HdE-hW__progressStepActive .request-module__HdE-hW__progressCircle{color:#fff;background:#222;box-shadow:0 0 0 4px #22222226}.request-module__HdE-hW__progressStepCompleted .request-module__HdE-hW__progressCircle{color:#fff;background:#222}.request-module__HdE-hW__progressLabel{color:#999;text-align:center;white-space:nowrap;font-size:13px;font-weight:500;transition:color .3s}.request-module__HdE-hW__progressStepActive .request-module__HdE-hW__progressLabel{color:#222;font-weight:700}.request-module__HdE-hW__progressStepCompleted .request-module__HdE-hW__progressLabel{color:#222;font-weight:600}.request-module__HdE-hW__progressTrack{z-index:0;background:#e0e0e0;border-radius:2px;height:3px;position:absolute;top:18px;left:16.6%;right:16.6%}.request-module__HdE-hW__progressFill{background:#222;border-radius:2px;height:100%;transition:width .4s}.request-module__HdE-hW__section{margin-bottom:80px;animation:.35s ease-out request-module__HdE-hW__fadeIn}@keyframes request-module__HdE-hW__fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.request-module__HdE-hW__sectionTitle{border-bottom:2px solid #333;margin-bottom:28px;padding-bottom:10px;font-size:22px;font-weight:700}.request-module__HdE-hW__field{margin-bottom:60px}.request-module__HdE-hW__label{color:#333;margin-bottom:24px;font-size:20px;font-weight:600;display:block}.request-module__HdE-hW__description{color:#666;margin-bottom:10px;font-size:16px}.request-module__HdE-hW__radioGroup,.request-module__HdE-hW__checkboxGroup{flex-wrap:wrap;gap:10px;display:flex}.request-module__HdE-hW__radioLabel,.request-module__HdE-hW__checkboxLabel{cursor:pointer;border:1px solid #ddd;border-radius:8px;align-items:center;gap:8px;padding:12px 20px;transition:all .2s;display:flex}.request-module__HdE-hW__radioLabel:hover,.request-module__HdE-hW__checkboxLabel:hover{background-color:#f5f5f5}.request-module__HdE-hW__radioLabelSelected,.request-module__HdE-hW__checkboxLabelSelected{background-color:#f8f8f8;border-color:#333}.request-module__HdE-hW__radioInput,.request-module__HdE-hW__checkboxInput{accent-color:#333}.request-module__HdE-hW__radioInput+span,.request-module__HdE-hW__checkboxInput+span{padding-left:4px;font-size:18px}.request-module__HdE-hW__radioInput:checked+span,.request-module__HdE-hW__checkboxInput:checked+span{font-weight:700}.request-module__HdE-hW__input{border:1px solid #ddd;border-radius:8px;outline:none;width:100%;padding:12px 16px;font-size:20px;transition:border-color .2s}.request-module__HdE-hW__input:focus{border-color:#333}.request-module__HdE-hW__navButtons{gap:12px;margin-top:16px;display:flex}.request-module__HdE-hW__prevButton{color:#333;cursor:pointer;background-color:#fff;border:1px solid #333;border-radius:12px;flex:1;padding:16px;font-size:18px;font-weight:700;transition:all .2s}.request-module__HdE-hW__prevButton:hover{background-color:#f5f5f5}.request-module__HdE-hW__nextButton{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:12px;flex:2;padding:16px;font-size:18px;font-weight:700;transition:all .2s}.request-module__HdE-hW__nextButton:hover{background-color:#000}.request-module__HdE-hW__nextButtonDisabled{cursor:not-allowed;background-color:#ccc}.request-module__HdE-hW__nextButtonDisabled:hover{background-color:#ccc}.request-module__HdE-hW__submitButton{color:#fff;cursor:pointer;background-color:#333;border:none;border-radius:12px;flex:2;padding:16px;font-size:18px;font-weight:700;transition:background-color .2s}.request-module__HdE-hW__submitButton:hover{background-color:#000}.request-module__HdE-hW__submitButton:disabled{cursor:not-allowed;background-color:#ccc}.request-module__HdE-hW__errorMessage{color:red;margin-top:5px;font-size:14px}@media (max-width:768px){.request-module__HdE-hW__container{padding:120px 16px 60px}.request-module__HdE-hW__progressLabel{font-size:11px}.request-module__HdE-hW__progressCircle{width:32px;height:32px;font-size:13px}.request-module__HdE-hW__progressTrack{top:16px}.request-module__HdE-hW__sectionTitle{font-size:20px}.request-module__HdE-hW__label{font-size:18px}.request-module__HdE-hW__description{font-size:14px}.request-module__HdE-hW__radioLabel,.request-module__HdE-hW__checkboxLabel{padding:8px 12px}.request-module__HdE-hW__radioLabel:hover,.request-module__HdE-hW__checkboxLabel:hover{background-color:#f5f5f5}.request-module__HdE-hW__radioLabelSelected,.request-module__HdE-hW__checkboxLabelSelected{background-color:#f8f8f8;border-color:#333}.request-module__HdE-hW__radioInput+span,.request-module__HdE-hW__checkboxInput+span,.request-module__HdE-hW__input,.request-module__HdE-hW__prevButton,.request-module__HdE-hW__nextButton,.request-module__HdE-hW__submitButton{font-size:16px}}
