.cotizador-container{max-width:900px;margin:0 auto}.step-indicator{display:flex;justify-content:space-between;position:relative;margin-bottom:2rem;padding:0 10px}.step-indicator::before{content:'';position:absolute;top:20px;left:50px;right:50px;height:3px;background:#e5e7eb;z-index:0;border-radius:2px}.step-indicator::after{content:'';position:absolute;top:20px;left:50px;height:3px;background:linear-gradient(90deg,#107c10,#2e4a62);z-index:0;border-radius:2px;width:0%;transition:width .5s cubic-bezier(.4,0,.2,1)}.step-indicator[data-step="1"]::after{width:0%}.step-indicator[data-step="2"]::after{width:33%}.step-indicator[data-step="3"]::after{width:66%}.step-indicator[data-step="4"]::after{width:100%}.step-item{display:flex;flex-direction:column;align-items:center;position:relative;z-index:1;cursor:pointer;transition:transform .2s ease}.step-item:hover{transform:translateY(-2px)}.step-number{width:44px;height:44px;border-radius:50%;background:#e5e7eb;color:#6b7280;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;transition:all .4s cubic-bezier(.4,0,.2,1);border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.step-item.active .step-number{background:linear-gradient(135deg,#2e4a62,#1a2d3d);color:#fff;transform:scale(1.1);box-shadow:0 4px 15px rgba(46,74,98,.4)}.step-item.completed .step-number{background:linear-gradient(135deg,#107c10,#0d5f0d);color:#fff;box-shadow:0 4px 12px rgba(16,124,16,.3)}.step-item.completed .step-number::after{content:'✓';position:absolute;font-size:1.1rem}.step-item.completed .step-number span{opacity:0}.step-label{font-size:.75rem;color:#6b7280;margin-top:10px;font-weight:500;text-align:center;transition:all .3s ease}.step-item.active .step-label{color:#2e4a62;font-weight:700}.step-item.completed .step-label{color:#107c10;font-weight:600}.step-content{display:none;animation:fadeSlideIn .4s cubic-bezier(.4,0,.2,1)}.step-content.active{display:block}@keyframes fadeSlideIn{from{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.step-content.active>*{animation:staggerFadeIn .3s ease-out both}.step-content.active>:nth-child(1){animation-delay:50ms}.step-content.active>:nth-child(2){animation-delay:.1s}.step-content.active>:nth-child(3){animation-delay:.15s}.step-content.active>:nth-child(4){animation-delay:.2s}.step-content.active>:nth-child(5){animation-delay:.25s}.step-content.active>:nth-child(6){animation-delay:.3s}@keyframes staggerFadeIn{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.config-card{background:#fff;border-radius:16px;padding:24px;margin-bottom:16px;box-shadow:0 1px 3px rgba(0,0,0,.08);border:2px solid transparent;transition:all .2s}.config-card:hover{border-color:#d4a84b}.config-card.selected{border-color:#2e4a62;background:linear-gradient(to bottom right,#f8fafc,#f0f4f8)}.license-option{display:flex;align-items:center;padding:16px 20px;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:12px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background:#fff;position:relative;overflow:hidden}.license-option::before{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(212,168,75,.1),transparent);transition:left .5s ease}.license-option:hover{border-color:#d4a84b;background:#fffbf5;transform:translateX(4px);box-shadow:0 4px 12px rgba(212,168,75,.15)}.license-option:hover::before{left:100%}.license-option.has-users{border-color:#2e4a62;background:linear-gradient(to right,#f8fafc,#fff);box-shadow:0 4px 15px rgba(46,74,98,.12)}.license-option.has-users .license-icon{transform:scale(1.05)}.license-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-right:16px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.license-option:hover .license-icon{transform:scale(1.08);box-shadow:0 4px 12px rgba(0,0,0,.15)}.counter-btn{width:36px;height:36px;border-radius:8px;border:2px solid #2e4a62;background:#fff;color:#2e4a62;font-size:1.25rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease!important}.counter-btn:hover{background:#2e4a62;color:#fff}.counter-btn:active{transform:scale(.9)}.counter-value{width:48px;text-align:center;font-size:1.25rem;font-weight:700;color:#2e4a62;transition:all .2s ease}.counter-value.changed{animation:numberPulse .3s ease}@keyframes numberPulse{0%{transform:scale(1)}50%{transform:scale(1.2);color:#d4a84b}100%{transform:scale(1)}}.license-info{flex:1;min-width:0}.license-counter{display:flex;align-items:center;gap:8px;margin-left:16px}.module-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media (max-width:640px){.module-grid{grid-template-columns:1fr}}.module-item{display:flex;align-items:center;padding:14px 16px;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff;position:relative}.module-item:hover{border-color:#d4a84b;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.08)}.module-item.selected{border-color:#107c10;background:linear-gradient(135deg,#f0fdf4,#dcfce7);box-shadow:0 4px 12px rgba(16,124,16,.15)}.module-item.selected:hover{transform:translateY(-2px)}.module-item input{display:none}.module-check{width:24px;height:24px;border-radius:6px;border:2px solid #d1d5db;margin-right:12px;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0}.module-item:hover .module-check{border-color:#d4a84b}.module-item.selected .module-check{background:#107c10;border-color:#107c10;transform:scale(1.1)}.module-item.selected .module-check svg{animation:checkPop .3s ease-out}@keyframes checkPop{0%{transform:scale(0)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.module-info{flex:1;min-width:0}.module-price{font-weight:700;color:#107c10;margin-left:8px;white-space:nowrap}.radio-option{display:flex;align-items:center;padding:16px;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:10px;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);background:#fff}.radio-option:hover{border-color:#d4a84b;background:#fffbf5;transform:translateX(4px)}.radio-option.selected{border-color:#2e4a62;background:linear-gradient(to right,#f8fafc,#fff);box-shadow:0 4px 12px rgba(46,74,98,.1)}.radio-option input{display:none}.radio-circle{width:22px;height:22px;border-radius:50%;border:2px solid #d1d5db;margin-right:14px;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(.4,0,.2,1);flex-shrink:0;position:relative}.radio-option:hover .radio-circle{border-color:#d4a84b}.radio-option.selected .radio-circle{border-color:#2e4a62;border-width:2px}.radio-option.selected .radio-circle::after{content:'';width:10px;height:10px;border-radius:50%;background:linear-gradient(135deg,#2e4a62,#1a2d3d);animation:radioPop .3s ease-out}@keyframes radioPop{0%{transform:scale(0)}50%{transform:scale(1.3)}100%{transform:scale(1)}}.summary-panel{background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 20px rgba(0,0,0,.1);border:2px solid #2e4a62}.summary-row{display:flex;justify-content:space-between;padding:8px 0;font-size:.9rem}.summary-total{display:flex;justify-content:space-between;padding:16px 0 0;margin-top:12px;border-top:2px solid #2e4a62;font-size:1.1rem;font-weight:700;color:#2e4a62}.nav-buttons{display:flex;gap:12px;margin-top:24px}.btn-prev{flex:1;padding:14px 24px;border-radius:10px;font-weight:600;border:2px solid #e5e7eb;background:#fff;color:#4b5563;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-prev:hover{border-color:#2e4a62;color:#2e4a62;transform:translateX(-4px);box-shadow:0 4px 12px rgba(46,74,98,.1)}.btn-next{flex:2;padding:14px 24px;border-radius:10px;font-weight:600;border:none;background:linear-gradient(135deg,#2e4a62,#1a2d3d);color:#fff;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:8px;position:relative;overflow:hidden}.btn-next::after{content:'';position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.btn-next:hover{transform:translateX(4px);box-shadow:0 6px 20px rgba(46,74,98,.3)}.btn-next:hover::after{left:100%}.btn-next:hover svg{transform:translateX(4px);transition:transform .2s ease}.btn-next.gold{background:linear-gradient(135deg,#d4a84b,#c49a3f)}.btn-next.gold:hover{box-shadow:0 6px 20px rgba(212,168,75,.3)}.form-group{margin-bottom:16px}.form-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:6px}.form-input{width:100%;padding:12px 16px;border:2px solid #e5e7eb;border-radius:10px;font-size:15px;transition:all .2s}.form-input:focus{border-color:#2e4a62;outline:0;box-shadow:0 0 0 3px rgba(46,74,98,.1)}@media (max-width:1024px){.desktop-summary{display:none}.mobile-summary-bar{display:flex!important}}@media (min-width:1025px){.mobile-summary-bar{display:none!important}}.mobile-summary-bar{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:2px solid #2e4a62;padding:12px 16px;z-index:100;box-shadow:0 -4px 20px rgba(0,0,0,.1)}.section-title{font-size:1.25rem;font-weight:700;color:#2e4a62;margin-bottom:6px}.section-desc{font-size:.875rem;color:#4b5563;margin-bottom:20px;line-height:1.5}.cotizador-container .text-gray-500{color:#4b5563!important}.cotizador-container .text-gray-600{color:#374151!important}.training-row{display:flex;align-items:center;justify-content:space-between;padding:16px;background:#f8fafc;border-radius:10px;margin-bottom:10px}.sticky-summary{position:sticky;top:100px}.tooltip-wrapper{position:relative}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:rgba(46,74,98,.1);color:#2e4a62;font-size:11px;font-weight:700;cursor:help;margin-left:6px;transition:all .2s;flex-shrink:0}.tooltip-icon:hover{background:#2e4a62;color:#fff;transform:scale(1.1)}.tooltip-content{position:absolute;bottom:calc(100% + 8px);left:50%;transform:translateX(-50%) scale(.95);background:#1a2d3d;color:#fff;padding:10px 14px;border-radius:8px;font-size:12px;line-height:1.5;width:220px;text-align:left;opacity:0;visibility:hidden;transition:all .2s ease;z-index:100;box-shadow:0 4px 15px rgba(0,0,0,.2)}.tooltip-content::after{content:'';position:absolute;top:100%;left:50%;transform:translateX(-50%);border:6px solid transparent;border-top-color:#1a2d3d}.tooltip-content:hover,.tooltip-icon:hover+.tooltip-content{opacity:1;visibility:visible;transform:translateX(-50%) scale(1)}@media (max-width:640px){.tooltip-content{width:180px;left:auto;right:0;transform:translateX(0) scale(.95)}.tooltip-content::after{left:auto;right:20px;transform:none}.tooltip-content:hover,.tooltip-icon:hover+.tooltip-content{transform:translateX(0) scale(1)}}@keyframes pulse-hint{0%,100%{box-shadow:0 0 0 0 rgba(212,168,75,.4)}50%{box-shadow:0 0 0 6px rgba(212,168,75,0)}}.hint-pulse{animation:pulse-hint 2s ease-in-out 3}