.lim-flex-financing{max-width:1200px;margin:0 auto;padding:60px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.lim-flex-financing *{box-sizing:border-box}.bank-logo-container{text-align:center;margin-bottom:30px}.bank-logo{width:100%;height:auto}.financing-header{text-align:center;margin-bottom:50px}.financing-header h2{font-size:2.5rem;margin-bottom:15px;color:#1a1a1a}.financing-header .subtitle{font-size:1.2rem;color:#666}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;margin-bottom:50px}.feature-card{text-align:center;padding:30px;background:#f8f9fa;border-radius:12px;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-icon{width:80px;height:80px;margin:0 auto 20px;border-radius:50%;background:#ec0000;display:flex;align-items:center;justify-content:center;color:#fff;font-size:2rem}.feature-icon img{max-width:100%;max-height:100%;border-radius:50%}.feature-card h3{font-size:1.2rem;margin-bottom:10px;color:#1a1a1a}.feature-card p{color:#666;font-size:.95rem;line-height:1.6}.financing-steps{position:relative}.step-indicators{display:flex;justify-content:center;margin-bottom:40px}.step-indicator{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:50%;background:#e0e0e0;color:#999;font-weight:700;margin:0 20px;position:relative;z-index:2;transition:all .3s ease}.step-indicator.active{background:#ec0000;color:#fff;transform:scale(1.1)}.step-indicator.completed{background:#ec0000;color:#fff}.step-indicator:after{content:"";position:absolute;top:50%;left:100%;width:40px;height:2px;background:#e0e0e0;transform:translateY(-50%)}.step-indicator:last-child:after{display:none}.step-indicator.completed:after{background:#ec0000}.step-content{display:none;animation:limFadeIn .5s ease}.step-content.active{display:block}@keyframes limFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.lim-custom-slider{position:relative;width:100%;height:40px;margin:12px 0;cursor:pointer;touch-action:none;-webkit-user-select:none;user-select:none}.lim-custom-slider .track{position:absolute;top:50%;left:0;right:0;height:6px;background:#d0d0d0;border-radius:3px;transform:translateY(-50%)}.lim-custom-slider .fill{position:absolute;top:50%;left:0;height:6px;background:#ec0000;border-radius:3px;transform:translateY(-50%);width:0%;pointer-events:none}.lim-custom-slider .thumb{position:absolute;top:50%;width:24px;height:24px;background:#ec0000;border:3px solid #ffffff;border-radius:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #0000004d;cursor:grab;left:0%}.lim-custom-slider .thumb:hover{box-shadow:0 3px 12px #ec000080}.lim-custom-slider .thumb.dragging{cursor:grabbing;transform:translate(-50%,-50%) scale(1.1)}.calculator-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-bottom:30px}.input-group{margin-bottom:18px}.input-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.input-group input,.input-group select{width:100%;padding:12px;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem}.input-group input:focus,.input-group select:focus{outline:none;border-color:#ec0000}.input-group input[readonly]{background-color:#f5f5f5;cursor:not-allowed}.input-hint{font-size:.85rem;color:#666;margin-top:5px}.results-panel{background:linear-gradient(135deg,#ec0000,#c00000);color:#fff;padding:30px;border-radius:12px;box-shadow:0 10px 30px #ec000033}.result-item{display:flex;justify-content:space-between;align-items:center;padding:12px 0}.result-item:last-child{border-bottom:none}.result-label{font-size:.95rem;opacity:.9}.result-value{font-size:1.3rem;font-weight:700}.monthly-rate{background:#fff3;padding:20px;border-radius:8px;text-align:center;margin-bottom:15px}.monthly-rate .label{font-size:.9rem;opacity:.9;margin-bottom:10px}.monthly-rate .value{font-size:2.5rem;font-weight:700}.results-toggle{display:flex;justify-content:space-between;align-items:center;padding:12px 0;cursor:pointer;border-top:1px solid rgba(255,255,255,.2);margin-top:5px}.results-toggle:hover{opacity:.9}.toggle-text{font-size:.9rem}.toggle-icon{font-size:.8rem;transition:transform .3s ease}.results-toggle.open .toggle-icon{transform:rotate(180deg)}.results-expandable{padding-top:5px}.results-expandable .result-item{border-bottom:1px solid rgba(255,255,255,.2)}.results-expandable .result-item:last-child{border-bottom:none}.step-header{text-align:center;margin-bottom:40px}.step-header h3{font-size:1.8rem;margin-bottom:15px;color:#1a1a1a}.step-header p{font-size:1.05rem;color:#666;max-width:700px;margin:0 auto;line-height:1.6}.guarantee-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:25px;margin-bottom:30px;align-items:stretch}.guarantee-card{border:2px solid #e0e0e0;border-radius:12px;padding:25px;cursor:pointer;transition:all .3s ease;position:relative;background:#fff;-webkit-user-select:none;user-select:none;overflow:hidden;display:flex;flex-direction:column}.guarantee-card:hover{border-color:#ec0000;box-shadow:0 8px 25px #ec000026;transform:translateY(-3px)}.guarantee-card.selected{border-color:#28a745;background:linear-gradient(135deg,#f0fff0,#e8f5e9);box-shadow:0 8px 25px #28a74533}.guarantee-indicator{position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;transition:all .3s ease}.guarantee-card:hover .guarantee-indicator{background:#ec0000}.guarantee-card.selected .guarantee-indicator{background:#28a745;width:6px}.guarantee-card .badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#ec0000,#c00000);color:#fff;font-size:.7rem;padding:4px 12px;border-radius:20px;font-weight:600;text-transform:uppercase}.guarantee-card h4{font-size:1.2rem;margin-bottom:10px;color:#1a1a1a;padding-right:80px}.guarantee-card .description{color:#666;font-size:.9rem;line-height:1.5;margin-bottom:15px}.guarantee-card .guarantee-features{list-style:none;padding:0;margin:15px 0;flex-grow:1}.guarantee-card .guarantee-features li{padding:6px 0 6px 24px;position:relative;color:#444;font-size:.9rem}.guarantee-card .guarantee-features li:before{content:"\2713";position:absolute;left:0;color:#28a745;font-weight:700}.guarantee-card .price-box{margin-top:auto;padding:15px;background:linear-gradient(135deg,#fff5f5,#ffebeb);border-radius:8px;text-align:center}.guarantee-card .price{font-size:1.6rem;font-weight:700;color:#ec0000}.guarantee-card .price-note{font-size:.75rem;color:#888;margin-top:3px}.guarantee-card .card-rate{display:none;margin-top:10px;padding-top:10px;border-top:1px dashed rgba(0,0,0,.1);font-size:.85rem;color:#666}.guarantee-card .card-rate-value{font-weight:700;color:#1a1a1a}.guarantee-card.selected .price-box{background:linear-gradient(135deg,#e8f5e9,#c8e6c9)}.guarantee-card.selected .price,.guarantee-card.selected .card-rate,.guarantee-card.selected .card-rate-value{color:#28a745}.guarantee-card.basic{background:#fafafa;border-style:dashed;border-color:#ccc}.guarantee-card.basic:hover{border-color:#999;box-shadow:0 4px 15px #00000014;transform:none}.guarantee-card.basic.selected{border-color:#28a745;border-style:solid;background:#f5f5f5}.guarantee-card.basic .guarantee-indicator{display:none}.guarantee-card.basic h4{font-size:1rem;color:#666;padding-right:0}.guarantee-card.basic .description{font-size:.85rem;color:#888}.guarantee-card.basic .guarantee-features li{color:#777;font-size:.85rem}.guarantee-card.basic .guarantee-features li:before{color:#999}.guarantee-card.basic .price-box{background:#f0f0f0}.guarantee-card.basic .price{font-size:1.2rem;color:#666}.guarantee-card.basic.selected .price{color:#28a745}.guarantee-rate-bar{display:flex;align-items:center;justify-content:center;gap:20px;background:linear-gradient(135deg,#ec0000,#c00000);border-radius:12px;padding:18px 25px;margin-bottom:25px;flex-wrap:wrap}.rate-bar-item{text-align:center}.rate-bar-label{display:block;font-size:.8rem;color:#ffffffd9;margin-bottom:4px}.rate-bar-value{display:block;font-size:1.4rem;font-weight:800;color:#fff}.rate-bar-item.highlight .rate-bar-value{font-size:1.8rem}.rate-bar-divider{width:1px;height:40px;background:#ffffff4d}.insurance-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px;margin-bottom:30px}.insurance-card{border:2px solid #e0e0e0;border-radius:12px;padding:25px;cursor:pointer;transition:all .3s ease;position:relative;background:#fff;-webkit-user-select:none;user-select:none;overflow:hidden}.insurance-card:hover{border-color:#ccc;box-shadow:0 5px 20px #00000014}.insurance-card.selected{border-color:#28a745;background:#fcfff9}.insurance-indicator{position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent;transition:all .3s ease}.insurance-card:hover .insurance-indicator{background:#ddd}.insurance-card.selected .insurance-indicator{background:#28a745;width:5px}.insurance-card h4{font-size:1.15rem;margin-bottom:12px;color:#1a1a1a}.insurance-card .description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:12px}.insurance-features{list-style:none;padding:0;margin:12px 0 0}.insurance-features li{padding:6px 0 6px 22px;position:relative;color:#555;font-size:.9rem}.insurance-features li:before{content:"\2713";position:absolute;left:0;color:#28a745;font-weight:700}.customer-form{max-width:700px;margin:0 auto}.form-section{margin-bottom:40px}.form-section h3{font-size:1.3rem;margin-bottom:20px;color:#1a1a1a;border-bottom:2px solid #ec0000;padding-bottom:10px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:20px}.checkbox-group{display:flex;align-items:flex-start;margin:20px 0;padding:15px;background:#f8f9fa;border-radius:8px}.checkbox-group input[type=checkbox]{width:20px;height:20px;margin-right:10px;margin-top:2px;accent-color:#ec0000}.checkbox-group label{margin:0;color:#666;font-size:.9rem;line-height:1.5;cursor:pointer}.checkbox-group label a{color:#ec0000;text-decoration:underline}.button-group{display:flex;gap:15px;justify-content:center;margin-top:30px;flex-wrap:wrap}.btn{padding:15px 40px;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-primary{background:#ec0000;color:#fff}.btn-primary:hover{background:#c00000;transform:translateY(-2px);box-shadow:0 5px 15px #ec00004d}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn:disabled{opacity:.5;cursor:not-allowed}.success-message{display:none;text-align:center;padding:60px 20px}.success-message.show{display:block}.success-icon{width:100px;height:100px;margin:0 auto 30px;border-radius:50%;background:#28a745;display:flex;align-items:center;justify-content:center;color:#fff;font-size:3rem}.success-message h3{font-size:2rem;margin-bottom:15px;color:#1a1a1a}.success-message p{font-size:1.1rem;color:#666;max-width:600px;margin:0 auto}.summary-section{background:#f8f9fa;border-radius:12px;padding:25px;margin-bottom:30px}.summary-section h4{font-size:1.1rem;margin-bottom:15px;color:#1a1a1a}.summary-item{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e0e0e0;gap:15px}.summary-item:last-child{border-bottom:none}.summary-item .label{color:#666;flex-shrink:0;min-width:120px}.summary-item .value{font-weight:600;color:#1a1a1a;text-align:right;word-break:break-word}.summary-item.total{border-top:2px solid #ec0000;margin-top:10px;padding-top:15px}.summary-item.total .value{color:#ec0000;font-size:1.2rem}.form-errors{background:#fff3f3;border:1px solid #ec0000;border-radius:8px;padding:15px;margin-bottom:20px;display:none}.form-errors.show{display:block}.form-errors ul{margin:0;padding:0 0 0 20px;color:#c00000;font-size:.9rem}.lim-hp-field{position:absolute;left:-9999px;opacity:0;height:0;width:0;overflow:hidden}@media(max-width:992px){.guarantee-rate-bar{gap:15px}}@media(max-width:768px){.lim-flex-financing{padding:30px 15px}.financing-header h2{font-size:1.8rem}.features-grid,.calculator-grid,.insurance-grid,.guarantee-grid{grid-template-columns:1fr;gap:15px}.calculator-grid{gap:15px}.results-panel{margin-top:15px;padding:20px}.step-indicator{margin:0 10px;width:40px;height:40px;font-size:.9rem}.step-indicator:after{width:20px}.form-row{grid-template-columns:1fr}.button-group{flex-direction:column}.btn{width:100%}.monthly-rate .value{font-size:2rem}.input-group{margin-bottom:12px}.step-header{margin-bottom:20px}.guarantee-rate-bar{padding:15px;gap:10px;margin-bottom:20px}.rate-bar-value{font-size:1.2rem}.rate-bar-item.highlight .rate-bar-value{font-size:1.5rem}.rate-bar-divider{height:30px}.guarantee-card .card-rate{display:block}.summary-section{padding:15px}.summary-item{flex-direction:column;gap:4px}.summary-item .label{min-width:unset;font-size:.85rem}.summary-item .value{text-align:left;font-size:.95rem}.summary-item.total .value{font-size:1.1rem}}
/*# sourceMappingURL=/cdn/shop/t/387/assets/lim-flex-finance.css.map */
