.step1-module__xMxs2W__container{max-width:1400px;min-height:100vh;margin:0 auto;padding:3rem 2rem}.step1-module__xMxs2W__progressBar{justify-content:center;align-items:center;max-width:600px;margin-bottom:4rem;margin-left:auto;margin-right:auto;display:flex}.step1-module__xMxs2W__progressStep{color:var(--text-secondary);flex-direction:column;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.step1-module__xMxs2W__progressStep.step1-module__xMxs2W__active{color:var(--color-primary);font-weight:600}.step1-module__xMxs2W__progressNumber{border:2px solid var(--border-subtle);background:var(--bg-main);border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:700;display:flex}.step1-module__xMxs2W__progressStep.step1-module__xMxs2W__active .step1-module__xMxs2W__progressNumber{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.step1-module__xMxs2W__progressLine{background:var(--border-subtle);flex:1;max-width:100px;height:2px;margin:0 1rem}.step1-module__xMxs2W__header{text-align:center;margin-bottom:4rem}.step1-module__xMxs2W__title{color:var(--text-main);margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem);font-weight:800}.step1-module__xMxs2W__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.2rem}.step1-module__xMxs2W__errorBox,.step1-module__xMxs2W__emptyState{border-radius:var(--radius-md);max-width:960px;margin:0 auto 2rem;padding:.9rem 1rem}.step1-module__xMxs2W__errorBox{color:#9e3232;background:#fff3f3;border:1px solid #e8b4b4}.step1-module__xMxs2W__emptyState{border:1px solid var(--border-subtle);background:var(--bg-card);color:var(--text-secondary)}.step1-module__xMxs2W__machinesGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.step1-module__xMxs2W__machineCard{background:var(--bg-card);border:2px solid var(--border-subtle);border-radius:var(--radius-lg);cursor:pointer;transition:all .3s;position:relative;overflow:hidden}.step1-module__xMxs2W__machineCard:hover{transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.step1-module__xMxs2W__machineCard.step1-module__xMxs2W__selected{border-color:var(--color-primary);box-shadow:0 0 0 3px #d4a37333}.step1-module__xMxs2W__machineCard.step1-module__xMxs2W__popular{border-color:var(--color-primary)}.step1-module__xMxs2W__popularBadge{background:var(--color-primary);color:#fff;border-radius:var(--radius-full);z-index:10;padding:.4rem 1rem;font-size:.85rem;font-weight:600;position:absolute;top:1rem;right:1rem}.step1-module__xMxs2W__imageWrapper{background:#f5f5f5;width:100%;height:250px;position:relative}.step1-module__xMxs2W__machineImage{object-fit:cover;width:100%;height:100%}.step1-module__xMxs2W__imagePlaceholder{width:100%;height:100%;color:var(--text-secondary);justify-content:center;align-items:center;font-size:.95rem;display:flex}.step1-module__xMxs2W__cardContent{padding:2rem}.step1-module__xMxs2W__machineName{color:var(--text-main);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.step1-module__xMxs2W__machineDescription{color:var(--text-secondary);margin-bottom:1.5rem;line-height:1.6}.step1-module__xMxs2W__capacity{background:var(--bg-secondary);border-radius:var(--radius-md);color:var(--text-main);align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.75rem 1rem;font-weight:600;display:flex}.step1-module__xMxs2W__capacityIcon{font-size:1.2rem}.step1-module__xMxs2W__featuresList{margin-bottom:1.5rem;padding:0;list-style:none}.step1-module__xMxs2W__featuresList li{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.step1-module__xMxs2W__checkIcon{color:var(--color-primary);font-weight:700}.step1-module__xMxs2W__price{color:var(--color-primary);margin-bottom:1.5rem;font-size:1.1rem;font-weight:700}.step1-module__xMxs2W__selectButton{border:2px solid var(--color-primary);width:100%;color:var(--color-primary);border-radius:var(--radius-md);cursor:pointer;background:0 0;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s}.step1-module__xMxs2W__selectButton:hover,.step1-module__xMxs2W__selectedButton{background:var(--color-primary);color:#fff}.step1-module__xMxs2W__navigation{justify-content:space-between;align-items:center;gap:2rem;max-width:600px;margin:0 auto;display:flex}.step1-module__xMxs2W__backButton,.step1-module__xMxs2W__continueButton{border-radius:var(--radius-full);padding:1rem 2.5rem;font-weight:600;text-decoration:none;transition:all .3s}.step1-module__xMxs2W__backButton{border:1px solid var(--border-subtle);color:var(--text-main);background:0 0}.step1-module__xMxs2W__backButton:hover{background:var(--bg-secondary)}.step1-module__xMxs2W__continueButton{background:var(--color-primary);color:#fff;border:none}.step1-module__xMxs2W__continueButton:hover{background:var(--color-primary-hover);transform:translateY(-2px);box-shadow:0 4px 12px #d4a37366}.step1-module__xMxs2W__continueButton.step1-module__xMxs2W__disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.step1-module__xMxs2W__billingBanner{border:1.5px solid var(--color-primary);border-radius:var(--radius-lg);background:linear-gradient(135deg,#d4a3731f 0%,#c899680f 100%);max-width:900px;margin:0 auto 3rem;padding:1.75rem 2rem}.step1-module__xMxs2W__billingBannerIcon{margin-bottom:.75rem;font-size:1.75rem}.step1-module__xMxs2W__billingBannerTitle{color:var(--text-main);margin-bottom:.5rem;font-size:1.15rem;font-weight:700}.step1-module__xMxs2W__billingBannerText{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.95rem;line-height:1.6}.step1-module__xMxs2W__billingPhases{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.step1-module__xMxs2W__billingPhase{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:1rem 1.25rem}.step1-module__xMxs2W__billingPhaseRange{color:var(--color-primary);margin-bottom:.35rem;font-size:.9rem;font-weight:700}.step1-module__xMxs2W__billingPhaseDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}@media (max-width:768px){.step1-module__xMxs2W__machinesGrid{grid-template-columns:1fr}.step1-module__xMxs2W__navigation{flex-direction:column;gap:1rem}.step1-module__xMxs2W__backButton,.step1-module__xMxs2W__continueButton{text-align:center;width:100%}.step1-module__xMxs2W__progressBar{font-size:.8rem}.step1-module__xMxs2W__progressNumber{width:35px;height:35px}.step1-module__xMxs2W__billingPhases{grid-template-columns:1fr}}
