.Cotization-module__PjGdmq__cotizationPage{background-color:#f8f9fa;min-height:calc(100vh - 120px);padding:2rem 0}.Cotization-module__PjGdmq__container{max-width:1200px;margin:0 auto;padding:0 1rem}.Cotization-module__PjGdmq__serviceSelection{text-align:center;padding:2rem 0}.Cotization-module__PjGdmq__serviceSelection h2{color:#212529;margin-bottom:1rem;font-size:2rem}.Cotization-module__PjGdmq__serviceSelection p{color:#6c757d;max-width:800px;margin:0 auto 2rem}.Cotization-module__PjGdmq__servicesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem;display:grid}.Cotization-module__PjGdmq__serviceCard{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:16px;padding:2rem;transition:all .3s;box-shadow:0 4px 6px #0000001a}.Cotization-module__PjGdmq__serviceCard:hover{border-color:#4361ee;transform:translateY(-5px);box-shadow:0 10px 20px #0000001a}.Cotization-module__PjGdmq__serviceCard h3{color:#212529;cursor:pointer;margin-bottom:.5rem;font-size:1.25rem}.Cotization-module__PjGdmq__serviceCard p{color:#6c757d;cursor:pointer;font-size:.9rem;line-height:1.5}.Cotization-module__PjGdmq__serviceIconContainer{color:#fff;background-color:#4361ee;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin:0 auto 1rem;font-size:1.5rem;display:flex}.Cotization-module__PjGdmq__serviceIcon{vertical-align:middle;font-size:2.2rem;display:inline-block}.Cotization-module__PjGdmq__cotizationFormContainer{background:#fff;border:1px solid #bdbdbd;border-radius:16px;max-width:800px;margin:4rem auto;padding:2.5rem;box-shadow:0 4px 6px #0000001a}.Cotization-module__PjGdmq__cotizationFormContainer h2{color:#212529;text-align:center;margin-bottom:1.5rem;font-size:1.75rem;font-weight:600}.Cotization-module__PjGdmq__cotizationForm{flex-direction:column;gap:1.5rem;display:flex}.Cotization-module__PjGdmq__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.25rem;display:flex}.Cotization-module__PjGdmq__formGroup label,.Cotization-module__PjGdmq__inputLabel{color:#212529;font-size:.95rem;font-weight:500}.Cotization-module__PjGdmq__formGroup input,.Cotization-module__PjGdmq__formGroup select,.Cotization-module__PjGdmq__formGroup textarea,.Cotization-module__PjGdmq__formInput,.Cotization-module__PjGdmq__formTextarea{color:#212529;background-color:#fff;border:2px solid #bdbdbd;border-radius:16px;padding:.75rem 1rem;font-size:1rem;transition:all .3s}.Cotization-module__PjGdmq__formGroup input:focus,.Cotization-module__PjGdmq__formGroup select:focus,.Cotization-module__PjGdmq__formGroup textarea:focus,.Cotization-module__PjGdmq__formInput:focus,.Cotization-module__PjGdmq__formTextarea:focus{border-color:#4361ee;outline:none;box-shadow:0 0 0 3px #4361ee33}.Cotization-module__PjGdmq__formGroup textarea,.Cotization-module__PjGdmq__formTextarea{resize:vertical;min-height:120px}.Cotization-module__PjGdmq__selectWrapper{position:relative}.Cotization-module__PjGdmq__selectWrapper select{color:#212529;appearance:none;background-color:#fff;background-position:right 1rem center;background-repeat:no-repeat;border:2px solid #bdbdbd;border-radius:16px;width:100%;padding:.75rem 1rem;font-size:1rem}.Cotization-module__PjGdmq__selectWrapper select:focus{border-color:#4361ee;outline:none;box-shadow:0 0 0 3px #4361ee33}.Cotization-module__PjGdmq__formSelect{appearance:none;cursor:pointer;padding-right:2.5rem}.Cotization-module__PjGdmq__selectArrow{pointer-events:none;color:#6c757d;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.Cotization-module__PjGdmq__formActions{justify-content:space-between;gap:1rem;margin-top:1.5rem;display:flex}.Cotization-module__PjGdmq__primaryButton,.Cotization-module__PjGdmq__secondaryButton{cursor:pointer;text-align:center;border-radius:16px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:150px;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s;display:flex}.Cotization-module__PjGdmq__primaryButton{color:#fff;background-color:#4361ee;border:none}.Cotization-module__PjGdmq__primaryButton:hover{background-color:#365fce}.Cotization-module__PjGdmq__secondaryButton{color:#212529;background-color:#f8f9fa;border:2px solid #bdbdbd}.Cotization-module__PjGdmq__spinner{width:20px;height:20px}.Cotization-module__PjGdmq__secondaryButton:hover{background-color:#e2e6ea}.Cotization-module__PjGdmq__budgetSummary{text-align:center;background-color:#f8faff;border:1px solid #e0e8ff;border-radius:16px;padding:1.5rem}.Cotization-module__PjGdmq__budgetSummary h4,.Cotization-module__PjGdmq__budgetTitle{color:#6c757d;margin-bottom:.5rem;font-size:1.25rem;font-weight:500}.Cotization-module__PjGdmq__budgetSummary span,.Cotization-module__PjGdmq__budgetAmount{color:#4361ee;margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.Cotization-module__PjGdmq__budgetNote{color:#6c757d;margin-top:1rem;font-size:.85rem;font-style:italic}.Cotization-module__PjGdmq__budgetDisclaimer{text-align:left;background-color:#fff8e1;border:1px solid #ffc107;border-radius:8px;margin-top:1.25rem;padding:1rem}.Cotization-module__PjGdmq__disclaimerText{color:#856404;margin:0;font-size:.85rem;line-height:1.5}.Cotization-module__PjGdmq__termsGroup{align-items:center;gap:.5rem;margin:1.5rem 0}.Cotization-module__PjGdmq__termsGroup p{color:#6c757d;text-align:center;margin:0;font-size:.85rem}.Cotization-module__PjGdmq__termsGroup a,.Cotization-module__PjGdmq__termsLink{color:#4361ee;margin:0 .25rem;font-weight:500;text-decoration:none}.Cotization-module__PjGdmq__termsGroup a:hover,.Cotization-module__PjGdmq__termsLink:hover{text-decoration:underline}@media (max-width:768px){.Cotization-module__PjGdmq__servicesGrid{grid-template-columns:1fr}.Cotization-module__PjGdmq__formActions{flex-direction:column}.Cotization-module__PjGdmq__primaryButton,.Cotization-module__PjGdmq__secondaryButton{width:100%}}.Cotization-module__PjGdmq__successContainer{justify-content:center;align-items:center;min-height:60vh;padding:2rem;display:flex}.Cotization-module__PjGdmq__successCard{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:500px;padding:2rem;box-shadow:0 4px 6px #0000001a}.Cotization-module__PjGdmq__successIcon{color:#28a745;margin-bottom:1rem;font-size:4rem}.Cotization-module__PjGdmq__successButton{color:#fff;cursor:pointer;background-color:#4361ee;border:none;border-radius:16px;margin-top:1.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:500;transition:all .3s}.Cotization-module__PjGdmq__successButton:hover{background-color:#365fce}.Cotization-module__PjGdmq__errorMessage{color:#721c24;background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:16px;margin-bottom:1.5rem;padding:1rem}.Cotization-module__PjGdmq__checkboxCheckmark{margin-right:.5rem}.Cotization-module__PjGdmq__pagesContainer{margin:0}.Cotization-module__PjGdmq__pagesSliderContainer{padding:1rem 0 2rem;position:relative}.Cotization-module__PjGdmq__pagesSlider{appearance:none;background:#bdbdbd;border-radius:3px;outline:none;width:100%;height:6px;margin:10px 0}.Cotization-module__PjGdmq__pagesSlider::-webkit-slider-thumb{appearance:none;cursor:pointer;background:#4361ee;border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.Cotization-module__PjGdmq__pagesSlider::-moz-range-thumb{cursor:pointer;background:#4361ee;border:3px solid #fff;border-radius:50%;width:20px;height:20px;box-shadow:0 2px 4px #0003}.Cotization-module__PjGdmq__pagesSliderLabels{color:var(--text-light);justify-content:space-between;margin-top:.5rem;font-size:.8rem;display:flex}.Cotization-module__PjGdmq__pagesDisplay{justify-content:center;align-items:baseline;gap:.5rem;margin:1rem 0;display:flex}.Cotization-module__PjGdmq__pagesValue{color:#4361ee;font-size:1.5rem;font-weight:700}.Cotization-module__PjGdmq__pagesText{color:var(--text-color);font-size:1rem}.Cotization-module__PjGdmq__pagesExamples{background-color:#f8f9fa;border-radius:16px;padding:1.2rem}.Cotization-module__PjGdmq__pagesExamplesTitle{color:#212529;margin-bottom:.5rem;font-weight:500}.Cotization-module__PjGdmq__pagesExamples ul{margin:.8rem 0 0 1rem;padding-left:1rem}.Cotization-module__PjGdmq__pagesExamples li{color:#6c757d;margin-bottom:.5rem;font-size:.9rem;line-height:1.4}.Cotization-module__PjGdmq__pagesNote{color:#6c757d;margin-top:1rem;font-size:.85rem;font-style:italic}.Cotization-module__PjGdmq__radioGroup{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem;display:grid}.Cotization-module__PjGdmq__radioOption{cursor:pointer;display:block;position:relative}.Cotization-module__PjGdmq__radioOption input[type=radio]{opacity:0;width:0;height:0;position:absolute}.Cotization-module__PjGdmq__radioCard{background:#f8f9fa;border:2px solid #bdbdbd;border-radius:16px;height:100%;padding:1.25rem;transition:all .3s}.Cotization-module__PjGdmq__radioOption input[type=radio]:checked+.Cotization-module__PjGdmq__radioCard{background-color:#f0f4ff;border-color:#4361ee;box-shadow:0 0 0 1px #4361ee}.Cotization-module__PjGdmq__radioOption:hover .Cotization-module__PjGdmq__radioCard{border-color:#4361ee}.Cotization-module__PjGdmq__radioOption.Cotization-module__PjGdmq__disabled{cursor:not-allowed;opacity:.6}.Cotization-module__PjGdmq__radioOption.Cotization-module__PjGdmq__disabled .Cotization-module__PjGdmq__radioCard{color:#999;cursor:not-allowed;background-color:#f5f5f5}.Cotization-module__PjGdmq__radioOption.Cotization-module__PjGdmq__disabled:hover .Cotization-module__PjGdmq__radioCard{border-color:#ddd}.Cotization-module__PjGdmq__comingSoon{color:#856404;background-color:#ffc107;border-radius:4px;margin-top:.5rem;padding:.2rem .5rem;font-size:.75rem;font-weight:600;display:inline-block}.Cotization-module__PjGdmq__platformNote{background-color:#e3f2fd;border-left:4px solid #2196f3;border-radius:4px;margin-top:1rem;padding:.75rem}.Cotization-module__PjGdmq__noteText{color:#1976d2;margin:0;font-size:.85rem;font-style:italic}.Cotization-module__PjGdmq__radioLabel{color:#212529;font-size:.95rem;display:block}.Cotization-module__PjGdmq__radioLabel strong{color:#212529;margin-bottom:.5rem;font-size:1rem;display:block}.Cotization-module__PjGdmq__featuresGrid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1rem;margin-top:1rem;display:grid}.Cotization-module__PjGdmq__featureOption{cursor:pointer;display:block}.Cotization-module__PjGdmq__featureCard{background:#f8f9fa;border:2px solid #bdbdbd;border-radius:16px;height:100%;padding:1.25rem;transition:all .3s}.Cotization-module__PjGdmq__featureCardDisabled{pointer-events:none;background:#f8f9fa;border:2px solid #e0e0e0;border-radius:16px;height:100%;padding:1.25rem;transition:all .3s}.Cotization-module__PjGdmq__featureCardDisabled span{color:#f8d7da;background-color:#4361ee;border-radius:20px;padding:.25rem .5rem;font-size:.75rem}.Cotization-module__PjGdmq__featureCardDisabled .Cotization-module__PjGdmq__featurePrice{color:#6c757d;margin-top:.5rem;font-size:.9rem;font-weight:600}.Cotization-module__PjGdmq__featureCardDisabled h4{color:#6c757d;cursor:not-allowed;margin-bottom:.5rem;font-size:1rem}.Cotization-module__PjGdmq__featureCardDisabled p{color:#6c757d;cursor:not-allowed;margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.Cotization-module__PjGdmq__featureOption input:checked+.Cotization-module__PjGdmq__featureCard{background-color:#f0f4ff;border-color:#4361ee;box-shadow:0 0 0 1px #4361ee}.Cotization-module__PjGdmq__featureCard h4{color:#212529;cursor:pointer;margin-bottom:.5rem;font-size:1rem}.Cotization-module__PjGdmq__featureCard p{color:#6c757d;cursor:pointer;margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.Cotization-module__PjGdmq__featurePrice{color:#4361ee;cursor:pointer;margin-top:.5rem;font-size:.9rem;font-weight:600}.Cotization-module__PjGdmq__featureCheckbox{opacity:0;position:absolute}.Cotization-module__PjGdmq__featuresNote{color:#6c757d;margin-top:1rem;font-size:.85rem;font-style:italic}.Cotization-module__PjGdmq__platformsGrid{flex-wrap:wrap;gap:1rem;margin-top:1rem;display:flex}.Cotization-module__PjGdmq__platformOption{cursor:pointer;display:block}.Cotization-module__PjGdmq__platformOption input[type=checkbox]{display:none}.Cotization-module__PjGdmq__platformCard{background:#f8f9fa;border:2px solid #bdbdbd;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:100px;padding:1rem;transition:all .3s;display:flex}.Cotization-module__PjGdmq__platformOption input:checked+.Cotization-module__PjGdmq__platformCard{background-color:#f0f4ff;border-color:#4361ee;box-shadow:0 0 0 1px #4361ee}.Cotization-module__PjGdmq__platformIcon{object-fit:contain;width:40px;height:40px;margin-bottom:.5rem}.Cotization-module__PjGdmq__priceBadge{color:#fff;background-color:#4361ee;border-radius:20px;margin-top:.5rem;padding:.25rem .5rem;font-size:.75rem;display:inline-block}.Cotization-module__PjGdmq__inputDescription{color:#6c757d;margin-bottom:.5rem;font-size:.85rem;line-height:1.4}.Cotization-module__PjGdmq__formSection{background:#f8f9fa;border-radius:16px;padding:1.5rem}.Cotization-module__PjGdmq__sectionTitle{color:#212529;border-bottom:2px solid #bdbdbd;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.25rem}.Cotization-module__PjGdmq__checkboxContainer{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;padding-left:2rem;position:relative}.Cotization-module__PjGdmq__checkboxInput{opacity:0;cursor:pointer;width:0;height:0;position:absolute}.Cotization-module__PjGdmq__checkboxCheckmark{background-color:#fff;border-radius:4px;width:1.25rem;height:1.25rem;position:absolute;top:0;left:0}.Cotization-module__PjGdmq__checkboxContainer:hover .Cotization-module__PjGdmq__checkboxInput~.Cotization-module__PjGdmq__checkboxCheckmark{background-color:#f1f1f1}.Cotization-module__PjGdmq__checkboxContainer .Cotization-module__PjGdmq__checkboxInput:checked~.Cotization-module__PjGdmq__checkboxCheckmark{background-color:#4361ee;border-color:#4361ee}.Cotization-module__PjGdmq__checkboxCheckmark:after{content:"";display:none;position:absolute}.Cotization-module__PjGdmq__checkboxContainer .Cotization-module__PjGdmq__checkboxInput:checked~.Cotization-module__PjGdmq__checkboxCheckmark:after{display:block}.Cotization-module__PjGdmq__checkboxContainer .Cotization-module__PjGdmq__checkboxCheckmark:after{border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:10px;top:3px;left:7px;transform:rotate(45deg)}.Cotization-module__PjGdmq__spinner{width:20px;height:20px;animation:1s linear infinite Cotization-module__PjGdmq__rotate}.Cotization-module__PjGdmq__spinnerPath{stroke:#fff;stroke-linecap:round;animation:1.5s ease-in-out infinite Cotization-module__PjGdmq__dash}@keyframes Cotization-module__PjGdmq__rotate{to{transform:rotate(360deg)}}@keyframes Cotization-module__PjGdmq__dash{0%{stroke-dasharray:1 150;stroke-dashoffset:0}50%{stroke-dasharray:90 150;stroke-dashoffset:-35px}to{stroke-dasharray:90 150;stroke-dashoffset:-124px}}.Cotization-module__PjGdmq__folioBadge{color:#fff;letter-spacing:1px;background-color:#4361ee;border-radius:16px;margin:.5rem 0;padding:.5rem 1rem;font-size:1.25rem;font-weight:600;display:inline-block}@media (max-width:500px){.Cotization-module__PjGdmq__radioGroup,.Cotization-module__PjGdmq__featuresGrid{grid-template-columns:1fr}.Cotization-module__PjGdmq__platformsGrid{flex-direction:column}}
