.ProblemForm-module__AbV2VG__formContainer{max-width:900px;margin:0 auto}.ProblemForm-module__AbV2VG__stepIndicator{justify-content:center;align-items:center;gap:16px;margin-bottom:48px;padding:0 24px;display:flex}.ProblemForm-module__AbV2VG__stepItem{opacity:.4;flex-direction:column;align-items:center;gap:8px;transition:opacity .3s;display:flex}.ProblemForm-module__AbV2VG__stepItem.ProblemForm-module__AbV2VG__active{opacity:1}.ProblemForm-module__AbV2VG__stepNumber{background:var(--border-color);width:48px;height:48px;color:var(--text-medium);border-radius:50%;justify-content:center;align-items:center;font-size:1.25rem;font-weight:600;transition:all .3s;display:flex}.ProblemForm-module__AbV2VG__stepItem.ProblemForm-module__AbV2VG__active .ProblemForm-module__AbV2VG__stepNumber{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 12px #0052cc4d}.ProblemForm-module__AbV2VG__stepLabel{color:var(--text-medium);text-align:center;font-size:.875rem;font-weight:500}.ProblemForm-module__AbV2VG__stepItem.ProblemForm-module__AbV2VG__active .ProblemForm-module__AbV2VG__stepLabel{color:var(--text-dark);font-weight:600}.ProblemForm-module__AbV2VG__form{border-radius:var(--radius-lg);box-shadow:var(--shadow);border:1px solid var(--border-color);background:#fff;padding:48px}.ProblemForm-module__AbV2VG__stepTitle{color:var(--text-dark);text-align:center;margin-bottom:12px;font-size:2rem}.ProblemForm-module__AbV2VG__stepDescription{color:var(--text-medium);text-align:center;margin-bottom:32px;font-size:1.125rem;line-height:1.6}.ProblemForm-module__AbV2VG__field{flex-direction:column;margin-bottom:24px;display:flex}.ProblemForm-module__AbV2VG__field label{color:var(--text-dark);margin-bottom:8px;font-size:.95rem;font-weight:600}.ProblemForm-module__AbV2VG__field input,.ProblemForm-module__AbV2VG__field select,.ProblemForm-module__AbV2VG__field textarea{border:1px solid var(--border-color);border-radius:var(--radius);background:#fff;padding:12px 16px;font-family:inherit;font-size:1rem;transition:all .2s}.ProblemForm-module__AbV2VG__field input:focus,.ProblemForm-module__AbV2VG__field select:focus,.ProblemForm-module__AbV2VG__field textarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #0052cc1a}.ProblemForm-module__AbV2VG__field textarea{resize:vertical;min-height:200px;line-height:1.6}.ProblemForm-module__AbV2VG__charCounter{justify-content:space-between;align-items:center;margin-top:8px;font-size:.875rem;display:flex}.ProblemForm-module__AbV2VG__charCounter .ProblemForm-module__AbV2VG__valid{color:var(--text-medium)}.ProblemForm-module__AbV2VG__charCounter .ProblemForm-module__AbV2VG__invalid{color:var(--accent-color);font-weight:600}.ProblemForm-module__AbV2VG__charCounter .ProblemForm-module__AbV2VG__minChars{color:var(--text-light);font-size:.8rem}.ProblemForm-module__AbV2VG__validationError{color:var(--accent-color);margin-top:4px;font-size:.875rem;font-weight:500}.ProblemForm-module__AbV2VG__submit{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:var(--radius);cursor:pointer;border:none;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:8px;padding:16px 32px;font-size:1.125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ProblemForm-module__AbV2VG__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #0052cc4d}.ProblemForm-module__AbV2VG__submit:active:not(:disabled){transform:translateY(0)}.ProblemForm-module__AbV2VG__submit:disabled{opacity:.6;cursor:not-allowed}.ProblemForm-module__AbV2VG__spinner{border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.8s linear infinite ProblemForm-module__AbV2VG__spin}@keyframes ProblemForm-module__AbV2VG__spin{to{transform:rotate(360deg)}}.ProblemForm-module__AbV2VG__loadingIndicator{flex-direction:column;justify-content:center;align-items:center;gap:24px;padding:64px 32px;display:flex}.ProblemForm-module__AbV2VG__loadingIndicator .ProblemForm-module__AbV2VG__spinner{border-width:4px;border-color:var(--primary-color);border-top-color:#0000;width:48px;height:48px}.ProblemForm-module__AbV2VG__loadingIndicator p{color:var(--text-medium);font-size:1.125rem}.ProblemForm-module__AbV2VG__error{color:#bf2600;border-radius:var(--radius);border-left:4px solid var(--accent-color);background:#ffebe6;margin-bottom:16px;padding:12px 16px}.ProblemForm-module__AbV2VG__note{text-align:center;color:var(--text-light);margin-top:16px;margin-bottom:0;font-size:.875rem}@media (max-width:768px){.ProblemForm-module__AbV2VG__stepIndicator{gap:8px;padding:0 16px}.ProblemForm-module__AbV2VG__stepNumber{width:40px;height:40px;font-size:1rem}.ProblemForm-module__AbV2VG__stepLabel{font-size:.75rem}.ProblemForm-module__AbV2VG__form{padding:32px 24px}.ProblemForm-module__AbV2VG__stepTitle{font-size:1.5rem}.ProblemForm-module__AbV2VG__stepDescription{font-size:1rem}}.ProblemForm-module__AbV2VG__streamingText{border-radius:var(--radius);background:#f5f5f5;max-height:300px;margin-top:24px;padding:16px;overflow-y:auto}.ProblemForm-module__AbV2VG__streamingText pre{white-space:pre-wrap;word-wrap:break-word;color:var(--text-medium);margin:0;font-size:.875rem}.ProblemForm-module__AbV2VG__analysisSection{border-bottom:1px solid var(--border-color);margin-bottom:32px;padding-bottom:24px}.ProblemForm-module__AbV2VG__analysisSection:last-of-type{border-bottom:none}.ProblemForm-module__AbV2VG__sectionTitle{color:var(--text-dark);align-items:center;gap:8px;margin-bottom:16px;font-size:1.25rem;font-weight:600;display:flex}.ProblemForm-module__AbV2VG__servicesList{flex-wrap:wrap;gap:12px;display:flex}.ProblemForm-module__AbV2VG__serviceTag{color:var(--primary-color);border-radius:var(--radius);background:linear-gradient(135deg,#0052cc1a,#0099ff1a);border:1px solid #0052cc33;padding:8px 16px;font-size:.95rem;font-weight:600;display:inline-block}.ProblemForm-module__AbV2VG__urgencyBadge{border-radius:var(--radius);text-transform:uppercase;letter-spacing:.5px;padding:12px 24px;font-size:1.125rem;font-weight:700;display:inline-block}.ProblemForm-module__AbV2VG__urgencyCritical{color:#fff;background:linear-gradient(135deg,#f44,#c00);box-shadow:0 4px 12px #ff44444d}.ProblemForm-module__AbV2VG__urgencyHigh{color:#fff;background:linear-gradient(135deg,#ff9500,#ff6b00);box-shadow:0 4px 12px #ff95004d}.ProblemForm-module__AbV2VG__urgencyMedium{color:#333;background:linear-gradient(135deg,#fc0,#f90);box-shadow:0 4px 12px #ffcc004d}.ProblemForm-module__AbV2VG__urgencyLow{color:#fff;background:linear-gradient(135deg,#0c6,#094);box-shadow:0 4px 12px #00cc664d}.ProblemForm-module__AbV2VG__reasoning{color:var(--text-medium);margin:0;font-size:1.05rem;line-height:1.7}.ProblemForm-module__AbV2VG__resolutionSection{border-radius:var(--radius-lg);background:linear-gradient(135deg,#0052cc08,#0099ff08);border:2px solid #0052cc1a;margin-top:32px;padding:24px}.ProblemForm-module__AbV2VG__resolutionIntro{color:var(--text-medium);margin-bottom:24px;font-size:1.05rem;line-height:1.6}.ProblemForm-module__AbV2VG__resolutionSteps{counter-reset:step-counter;margin:0 0 32px;padding:0;list-style:none}.ProblemForm-module__AbV2VG__resolutionStep{counter-increment:step-counter;border-radius:var(--radius);border:1px solid var(--border-color);color:var(--text-dark);background:#fff;margin-bottom:16px;padding:16px 16px 16px 56px;font-size:1rem;line-height:1.6;position:relative;box-shadow:0 2px 4px #0000000d}.ProblemForm-module__AbV2VG__resolutionStep:before{content:counter(step-counter);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;position:absolute;top:16px;left:16px}.ProblemForm-module__AbV2VG__sessionRecommendation{border-radius:var(--radius);border:1px solid var(--border-color);background:#fff;margin-bottom:24px;padding:20px}.ProblemForm-module__AbV2VG__recommendationLabel{color:var(--text-medium);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:.875rem;font-weight:600}.ProblemForm-module__AbV2VG__recommendationValue{color:var(--text-dark);font-size:1.5rem;font-weight:700}.ProblemForm-module__AbV2VG__cost{color:var(--primary-color);font-weight:700}.ProblemForm-module__AbV2VG__buttonGroup{flex-wrap:wrap;gap:16px;display:flex}.ProblemForm-module__AbV2VG__primaryButton,.ProblemForm-module__AbV2VG__secondaryButton{border-radius:var(--radius);cursor:pointer;border:none;flex:1;justify-content:center;align-items:center;gap:8px;min-width:200px;padding:16px 32px;font-size:1.125rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.ProblemForm-module__AbV2VG__primaryButton{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));color:#fff;box-shadow:0 4px 12px #0052cc33}.ProblemForm-module__AbV2VG__primaryButton:hover{transform:translateY(-2px);box-shadow:0 6px 20px #0052cc4d}.ProblemForm-module__AbV2VG__primaryButton:active{transform:translateY(0)}.ProblemForm-module__AbV2VG__secondaryButton{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff}.ProblemForm-module__AbV2VG__secondaryButton:hover{background:#0052cc0d;transform:translateY(-2px)}.ProblemForm-module__AbV2VG__secondaryButton:active{transform:translateY(0)}@media (max-width:768px){.ProblemForm-module__AbV2VG__buttonGroup{flex-direction:column}.ProblemForm-module__AbV2VG__primaryButton,.ProblemForm-module__AbV2VG__secondaryButton{width:100%;min-width:auto}.ProblemForm-module__AbV2VG__resolutionStep{padding:12px 12px 12px 48px}.ProblemForm-module__AbV2VG__resolutionStep:before{width:28px;height:28px;font-size:.75rem;top:12px;left:12px}.ProblemForm-module__AbV2VG__recommendationValue{font-size:1.25rem}}
.Scheduler-module__krJ3ca__schedulerContainer{max-width:800px;margin:0 auto;padding:2rem}.Scheduler-module__krJ3ca__title{text-align:center;color:#1a1a1a;margin-bottom:2rem;font-size:2rem;font-weight:700}.Scheduler-module__krJ3ca__form{flex-direction:column;gap:2rem;display:flex}.Scheduler-module__krJ3ca__section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.Scheduler-module__krJ3ca__sectionTitle{color:#1a1a1a;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.Scheduler-module__krJ3ca__durationOptions{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;display:grid}.Scheduler-module__krJ3ca__durationOption{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:1.5rem 1rem;transition:all .2s;display:flex;position:relative}.Scheduler-module__krJ3ca__durationOption:hover{background:#eff6ff;border-color:#3b82f6}.Scheduler-module__krJ3ca__durationOption.Scheduler-module__krJ3ca__selected{background:#dbeafe;border-color:#3b82f6}.Scheduler-module__krJ3ca__durationOption.Scheduler-module__krJ3ca__recommended{border-color:#10b981}.Scheduler-module__krJ3ca__durationLabel{color:#1a1a1a;margin-bottom:.5rem;font-size:1rem;font-weight:600}.Scheduler-module__krJ3ca__durationPrice{color:#3b82f6;font-size:1.5rem;font-weight:700}.Scheduler-module__krJ3ca__recommendedBadge{color:#fff;background:#10b981;border-radius:4px;padding:.25rem .5rem;font-size:.75rem;font-weight:600;position:absolute;top:-10px;right:-10px}.Scheduler-module__krJ3ca__dateSelector{width:100%}.Scheduler-module__krJ3ca__dateSelect{cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:6px;width:100%;padding:.75rem;font-size:1rem}.Scheduler-module__krJ3ca__dateSelect:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Scheduler-module__krJ3ca__loadingSlots{text-align:center;color:#6b7280;padding:2rem}.Scheduler-module__krJ3ca__noSlots{text-align:center;color:#ef4444;background:#fef2f2;border-radius:6px;padding:2rem}.Scheduler-module__krJ3ca__timeSlots{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.Scheduler-module__krJ3ca__timeSlot{cursor:pointer;text-align:center;background:#fff;border:2px solid #e5e7eb;border-radius:6px;padding:.75rem;font-size:.875rem;font-weight:500;transition:all .2s}.Scheduler-module__krJ3ca__timeSlot:hover{background:#eff6ff;border-color:#3b82f6}.Scheduler-module__krJ3ca__timeSlot.Scheduler-module__krJ3ca__selected{color:#1e40af;background:#dbeafe;border-color:#3b82f6}.Scheduler-module__krJ3ca__contactForm{grid-template-columns:1fr;gap:1rem;display:grid}.Scheduler-module__krJ3ca__field{flex-direction:column;gap:.5rem;display:flex}.Scheduler-module__krJ3ca__field label{color:#374151;font-size:.875rem;font-weight:600}.Scheduler-module__krJ3ca__field input{background:#fff;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-size:1rem}.Scheduler-module__krJ3ca__field input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 3px #3b82f61a}.Scheduler-module__krJ3ca__summary{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.Scheduler-module__krJ3ca__summaryTitle{color:#1a1a1a;margin-bottom:1rem;font-size:1.125rem;font-weight:600}.Scheduler-module__krJ3ca__summaryItem{border-bottom:1px solid #e5e7eb;justify-content:space-between;padding:.5rem 0;display:flex}.Scheduler-module__krJ3ca__summaryItem:last-child{border-bottom:none}.Scheduler-module__krJ3ca__summaryItem.Scheduler-module__krJ3ca__total{color:#1a1a1a;border-top:2px solid #d1d5db;margin-top:.5rem;padding-top:1rem;font-size:1.25rem;font-weight:700}.Scheduler-module__krJ3ca__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:6px;padding:1rem;font-size:.875rem}.Scheduler-module__krJ3ca__submitButton{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:8px;width:100%;padding:1rem;font-size:1.125rem;font-weight:600;transition:background .2s}.Scheduler-module__krJ3ca__submitButton:hover:not(:disabled){background:#2563eb}.Scheduler-module__krJ3ca__submitButton:disabled{cursor:not-allowed;background:#9ca3af}@media (max-width:768px){.Scheduler-module__krJ3ca__schedulerContainer{padding:1rem}.Scheduler-module__krJ3ca__title{font-size:1.5rem}.Scheduler-module__krJ3ca__durationOptions{grid-template-columns:1fr 1fr}.Scheduler-module__krJ3ca__timeSlots{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
.page-module___dS_MW__main{background:linear-gradient(135deg,var(--bg-light)0%,white 100%);min-height:100vh;padding:80px 0}.page-module___dS_MW__header{text-align:center;margin-bottom:4rem}.page-module___dS_MW__header h1{color:var(--text-dark);margin-bottom:1rem;font-size:3rem}.page-module___dS_MW__header p{color:var(--text-medium);max-width:700px;margin:0 auto;font-size:1.25rem}@media (max-width:768px){.page-module___dS_MW__main{padding:60px 0}.page-module___dS_MW__header h1{font-size:2rem}.page-module___dS_MW__header p{font-size:1.125rem}}
