.cotizador-container{min-height:100vh;background:linear-gradient(180deg,#f8fafc 0,#f1f5f9 100%)}.step-indicator{display:flex;justify-content:space-between;position:relative;margin-bottom:2rem;padding:0 1rem}.step-indicator::before{content:'';position:absolute;top:18px;left:15%;right:15%;height:3px;background:#e5e7eb;z-index:0}.step-indicator::after{content:'';position:absolute;top:18px;left:15%;height:3px;background:linear-gradient(90deg,#0078d4,#2e4a62);z-index:1;transition:width .5s ease;width:0%}.step-indicator[data-step="1"]::after{width:0%}.step-indicator[data-step="2"]::after{width:35%}.step-indicator[data-step="3"]::after{width:70%}.step-indicator[data-step="4"]::after{width:100%}.step-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:2;flex:1}.step-circle{width:40px;height:40px;border-radius:50%;background:#fff;border:3px solid #e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:700;color:#9ca3af;transition:all .3s ease;font-size:.9rem}.step-item.active .step-circle{border-color:#0078d4;background:#0078d4;color:#fff;box-shadow:0 0 0 4px rgba(0,120,212,.2)}.step-item.completed .step-circle{border-color:#107c10;background:#107c10;color:#fff}.step-label{margin-top:8px;font-size:.75rem;color:#6b7280;font-weight:500;text-align:center}.step-item.active .step-label{color:#0078d4;font-weight:600}.step-item.completed .step-label{color:#107c10}.step-content{display:none;animation:fadeSlideIn .4s ease}.step-content.active{display:block}@keyframes fadeSlideIn{from{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.section-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.section-desc{color:#6b7280;font-size:.9rem;margin-bottom:1.5rem}.step-panel{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:1.5rem;box-shadow:0 6px 20px rgba(15,23,42,.05)}.step-panel+.step-panel{margin-top:1.25rem}.section-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.module-grid{display:grid;grid-template-columns:repeat(1,minmax(0,1fr));gap:.75rem}@media (min-width:768px){.module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.module-card{background:#fff;border:2px solid #e5e7eb;border-radius:12px;padding:1rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:1rem}.module-card:hover{border-color:#0078d4;box-shadow:0 4px 12px rgba(0,120,212,.1)}.module-card.selected{border-color:#0078d4;background:linear-gradient(135deg,#f0f9ff 0,#e0f2fe 100%)}.module-card .module-icon{width:48px;height:48px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.module-card .module-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:.25rem}.module-price{font-weight:700;font-size:.95rem}.module-subtitle{font-size:.75rem;color:#6b7280}.module-card .module-check{width:24px;height:24px;border-radius:6px;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.module-card.selected .module-check{background:#0078d4;border-color:#0078d4}.user-counter{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;padding:.25rem;border-radius:8px}.user-counter button{width:32px;height:32px;border-radius:6px;border:none;background:#fff;color:#374151;font-size:1.25rem;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.user-counter button:hover{background:#0078d4;color:#fff}.user-counter input{width:50px;text-align:center;border:none;background:0 0;font-weight:600;font-size:1rem}.user-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:1rem 1.25rem}.user-card .user-meta{display:flex;align-items:center;gap:.75rem}.user-card .user-title{font-weight:600;color:#111827}.user-card .user-price{font-size:.75rem;color:#6b7280}.radio-option{display:flex;align-items:flex-start;gap:1rem;padding:1rem;background:#fff;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;margin-bottom:.75rem}.radio-option:hover{border-color:#0078d4}.radio-option.selected{border-color:#0078d4;background:#f0f9ff}.radio-circle{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s ease}.radio-option.selected .radio-circle{border-color:#0078d4;background:#fff}.radio-option.selected .radio-circle::after{content:'';width:12px;height:12px;border-radius:50%;background:#0078d4}.nav-buttons{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.btn-prev{padding:.75rem 1.5rem;border-radius:10px;font-weight:600;border:2px solid #e5e7eb;background:#fff;color:#6b7280;cursor:pointer;transition:all .2s ease}.btn-prev:hover{border-color:#0078d4;color:#0078d4}.btn-next{padding:.75rem 2rem;border-radius:10px;font-weight:600;border:none;background:linear-gradient(135deg,#0078d4 0,#005a9e 100%);color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.btn-next:hover{transform:translateY(-1px);box-shadow:0 4px 12px rgba(0,120,212,.3)}.summary-panel{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 4px 20px rgba(0,0,0,.08);position:sticky;top:100px}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.summary-total{display:flex;justify-content:space-between;padding:1rem 0 0;font-size:1.1rem;font-weight:700}.form-group{margin-bottom:1rem}.form-label{display:block;font-weight:600;color:#374151;margin-bottom:.5rem;font-size:.875rem}.form-input{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:10px;font-size:1rem;transition:all .2s ease}.form-input:focus{outline:0;border-color:#0078d4;box-shadow:0 0 0 3px rgba(0,120,212,.1)}.mobile-summary-bar{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #0078d4;padding:1rem;z-index:100;box-shadow:0 -4px 20px rgba(0,0,0,.1)}@media (max-width:1024px){.desktop-summary{display:none!important}.mobile-summary-bar{display:flex;justify-content:space-between;align-items:center}.cotizador-main{padding-bottom:100px}}.category-header{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;background:linear-gradient(135deg,#f8fafc 0,#f1f5f9 100%);border-radius:8px;margin-bottom:1rem;margin-top:1.5rem}.category-header:first-of-type{margin-top:0}.category-header h4{font-weight:600;color:#374151;font-size:.875rem}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;background:#e5e7eb;color:#6b7280;font-size:.65rem;font-weight:700;cursor:help;margin-left:.25rem}