html{color-scheme:light;scroll-behavior:smooth}body,html{overflow-x:hidden;overflow-y:auto}body{background:#f5f5f5;box-sizing:border-box;color:#333;font-family:Inter,Segoe UI,Arial,sans-serif;margin:0;min-height:100vh}input,select,textarea{background-color:#fff;color:#1a1a1a;color-scheme:light}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,textarea:-webkit-autofill{-webkit-text-fill-color:#1a1a1a!important;background-color:#fff!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important}@media (max-width:768px){html{scroll-behavior:smooth}body,html{-webkit-overflow-scrolling:touch;overflow-y:auto!important}body{touch-action:manipulation}}.App{align-items:center;background:#f5f5f5;display:flex;flex-direction:column;justify-content:flex-start;min-height:100vh}.ecalc-horizontal-container{background:#fff;border:1px solid #e0e0e0;border-radius:16px;box-shadow:0 4px 20px #00000014;box-sizing:border-box;margin:1.5rem auto;max-width:1100px;padding:2rem 1.5rem;position:relative;width:calc(100% - 2rem)}.ecalc-horizontal-content{align-items:center;display:flex;flex-direction:column;margin:0 auto;max-width:1000px;width:100%}.ecalc-back-arrow{align-items:center;background:#fff;border:2px solid #0a7e3e;border-radius:50%;box-shadow:0 2px 6px #0000001a;color:#0a7e3e;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;left:1rem;position:absolute;top:1rem;transition:all .2s;width:40px;z-index:10}.ecalc-back-arrow:hover{background:#0a7e3e;color:#fff}.ecalc-title{color:#065a2d;font-size:clamp(1.4rem,2vw + .8rem,2rem);font-weight:600;margin:.2rem 0;text-align:center}.ecalc-subtitle{color:#666;font-size:clamp(.9rem,.6vw + .7rem,1rem);margin-bottom:1rem;text-align:center}.ecalc-step-label{color:#065a2d;font-size:1rem;font-weight:600;margin:1rem 0 .4rem}.ecalc-progress{background:#e0e0e0;border-radius:4px;height:6px;margin:0 auto 1.2rem;overflow:hidden;width:100%}.ecalc-progress-bar{background:linear-gradient(90deg,#0a7e3e 60%,#0e9d4f);border-radius:4px;height:100%;transition:width .3s}.ecalc-btn-group{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center;margin-bottom:1rem}.ecalc-btn{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;font-size:.95rem;font-weight:500;padding:.6rem 1rem;transition:all .2s}.ecalc-btn.selected,.ecalc-btn:active{background:#0a7e3e0d;border:2px solid #0a7e3e;color:#0a7e3e}.ecalc-btn:not(.selected):hover{background:#0a7e3e05;border:2px solid #0a7e3e}.ecalc-btn-main{background:linear-gradient(135deg,#0a7e3e,#0e9d4f);border:none;border-radius:8px;box-shadow:0 2px 8px #0a7e3e40;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.8rem;padding:.7rem 1.1rem;transition:all .2s}.ecalc-btn-main:hover{box-shadow:0 4px 12px #0a7e3e59;transform:translateY(-1px)}.ecalc-btn-main:disabled{background:#bdbdbd;box-shadow:none;color:#666;cursor:not-allowed;transform:none}.ecalc-input{background:#fff;border:2px solid #0a7e3e;border-radius:6px;color:#333;font-size:.95rem;padding:.5rem .8rem;width:140px}.ecalc-card{background:#fafafa;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 8px #0000000f;padding:1rem 1.2rem}.ecalc-stats-grid{grid-gap:1rem;align-items:stretch;display:grid;gap:1rem;grid-template-columns:repeat(3,1fr);width:100%}@media (max-width:900px){.ecalc-stats-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.ecalc-stats-grid{grid-template-columns:1fr}}.ecalc-battery-grid{grid-gap:.8rem;align-items:stretch;display:grid;gap:.8rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin-bottom:.6rem;width:100%}.ecalc-battery-card{background:#fff;border:2px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000d;box-sizing:border-box;color:#333;cursor:pointer;max-width:280px;min-height:100px;padding:.8rem 1rem;position:relative;width:100%}.ecalc-battery-card.selected{background:#0a7e3e05;border:2px solid #0a7e3e;box-shadow:0 2px 10px #0a7e3e33}.text-green{color:#0a7e3e}@media (max-width:1200px){.ecalc-horizontal-container{margin:1rem auto;max-width:96vw;padding:1rem .6rem;width:calc(100% - 1rem)}.ecalc-horizontal-content{max-width:94vw}.ecalc-back-arrow{font-size:18px;height:36px;left:.5rem;top:.5rem;width:36px}}.ensure-browser-scroll{overflow-x:hidden!important;overflow-y:auto!important;scroll-behavior:smooth!important}.container-scroll{overflow-x:hidden;overflow-y:auto}body.modal-open{overflow-y:auto!important;padding-right:0!important}.modal-overlay{overflow-y:auto;position:fixed}@media (max-width:768px){.ensure-browser-scroll{-webkit-overflow-scrolling:touch!important;overflow-x:hidden!important;overflow-y:auto!important;scroll-behavior:smooth!important;touch-action:manipulation!important}.container-scroll{-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto}body.modal-open{-webkit-overflow-scrolling:touch!important;overflow-y:auto!important;padding-right:0!important}}.flex{display:flex}.inline-flex{display:inline-flex}.block{display:block}.inline-block{display:inline-block}.grid{display:grid}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.flex-center{justify-content:center}.flex-between,.flex-center{align-items:center;display:flex}.flex-between{justify-content:space-between}.grid-cols-6{grid-template-columns:repeat(6,1fr)}.flex-start-center{align-items:center;display:flex;justify-content:flex-start}.flex-1{flex:1 1}.flex-auto{flex:auto}.flex-none{flex:none}.gap-xs{gap:.25rem}.gap-sm{gap:.5rem}.gap-md{gap:1rem}.gap-lg{gap:1.5rem}.gap-xl{gap:2rem}.p-0{padding:0}.p-xs{padding:.25rem}.p-sm{padding:.5rem}.p-md{padding:1rem}.p-lg{padding:1.5rem}.p-xl{padding:2rem}.p-2xl{padding:3rem}.p-3xl{padding:3.75rem}.px-0{padding-left:0;padding-right:0}.px-xs{padding-left:.25rem;padding-right:.25rem}.px-sm{padding-left:.5rem;padding-right:.5rem}.px-md{padding-left:1rem;padding-right:1rem}.px-lg{padding-left:1.5rem;padding-right:1.5rem}.px-xl{padding-left:2rem;padding-right:2rem}.py-0{padding-bottom:0;padding-top:0}.py-xs{padding-bottom:.25rem;padding-top:.25rem}.py-sm{padding-bottom:.5rem;padding-top:.5rem}.py-md{padding-bottom:1rem;padding-top:1rem}.py-lg{padding-bottom:1.5rem;padding-top:1.5rem}.py-xl{padding-bottom:2rem;padding-top:2rem}.m-0{margin:0}.m-auto{margin:auto}.m-xs{margin:.25rem}.m-sm{margin:.5rem}.m-md{margin:1rem}.m-lg{margin:1.5rem}.m-xl{margin:2rem}.mx-auto{margin-left:auto;margin-right:auto}.my-0{margin-bottom:0;margin-top:0}.my-sm{margin-bottom:.5rem;margin-top:.5rem}.my-md{margin-bottom:1rem;margin-top:1rem}.my-lg{margin-bottom:1.5rem;margin-top:1.5rem}.mb-0{margin-bottom:0}.mb-xs{margin-bottom:.25rem}.mb-sm{margin-bottom:.5rem}.mb-md{margin-bottom:1rem}.mb-lg{margin-bottom:1.5rem}.mb-xl{margin-bottom:2rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mt-0{margin-top:0}.mt-sm{margin-top:.5rem}.mt-md{margin-top:1rem}.mt-lg{margin-top:1.5rem}.mt-xl{margin-top:2rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.w-auto{width:auto}.w-full{width:100%}.w-screen{width:100vw}.w-1-2{width:50%}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-full{max-width:100%}.min-w-0{min-width:0}.min-w-full{min-width:100%}.min-w-xs{min-width:20rem}.h-auto{height:auto}.h-full{height:100%}.h-screen{height:100vh}.min-h-screen{min-height:100vh}.min-h-full{min-height:100%}.text-xs{line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.font-light{font-weight:300}.font-normal{font-weight:400}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-primary{color:var(--text-primary)}.text-tertiary{color:var(--text-tertiary)}.text-white{color:#fff}.text-black{color:#000}.text-trimergy{color:var(--trimergy-primary)}.text-success{color:var(--success-color)}.text-warning{color:var(--warning-color)}.text-error{color:var(--error-color)}.bg-primary{background-color:var(--background-primary)}.bg-secondary{background-color:var(--background-secondary)}.bg-white{background-color:#fff}.bg-transparent{background-color:initial}.bg-trimergy{background-color:var(--trimergy-primary)}.border{border-style:solid;border-width:1px}.border-0{border-width:0}.border-2{border-style:solid;border-width:2px}.border-primary{border-color:var(--border-color)}.border-trimergy{border-color:var(--trimergy-primary)}.border-transparent{border-color:#0000}.rounded-none{border-radius:0}.rounded-sm{border-radius:.25rem}.rounded{border-radius:.375rem}.rounded-md{border-radius:.5rem}.rounded-lg{border-radius:.75rem}.rounded-xl{border-radius:1rem}.rounded-full{border-radius:9999px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.cursor-pointer{cursor:pointer}.cursor-not-allowed{cursor:not-allowed}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow{box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:var(--shadow-lg)}.shadow-none{box-shadow:none}.transition{transition:all .2s ease}.transition-colors{transition:color .2s ease,background-color .2s ease}.transition-opacity{transition:opacity .2s ease}.card{background:var(--background-secondary);border-radius:.75rem;box-shadow:var(--shadow-md);padding:1.5rem}.container-center{margin-left:auto;margin-right:auto;max-width:1200px;padding-left:1rem;padding-right:1rem}.loader-container{align-items:center;display:flex;justify-content:center;min-height:50vh;width:100%}.empty-state{color:var(--text-secondary)}.empty-state,.error-state{padding:3rem 1rem;text-align:center}.error-state{color:#dc3545;color:var(--error-color,#dc3545)}.error-state .error-icon{font-size:2.5rem;margin-bottom:1rem}.error-state p{font-size:1rem;line-height:1.4;margin-bottom:1.5rem}.error-state .retry-button{background:var(--primary-color);border:none;border-radius:var(--border-radius);color:#fff;cursor:pointer;font-size:.9rem;padding:.75rem 1.5rem;transition:background-color .2s ease}.error-state .retry-button:hover{background:var(--primary-hover)}.btn{-webkit-tap-highlight-color:transparent;align-items:center;background:#0000;border:1px solid #0000;border-radius:var(--radius-md);cursor:pointer;display:inline-flex;font-family:var(--font-body);font-size:var(--text-sm);font-weight:var(--font-medium);gap:var(--space-2);justify-content:center;line-height:1.4;min-height:40px;outline:none;padding:var(--space-3) var(--space-4);text-align:center;text-decoration:none;transition:all var(--transition-fast);transition-property:background-color,border-color,color,box-shadow,transform;-webkit-user-select:none;user-select:none;white-space:nowrap}.btn:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}.btn:hover:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(-1px)}.btn:active:not(:disabled){transform:translateY(0)}.btn:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.btn-primary{background:var(--trimergy-primary)!important;background-image:none!important;border-color:var(--trimergy-primary)!important;color:var(--text-on-primary)!important}.btn-primary:hover:not(:disabled){background:var(--trimergy-primary-light)!important;background-image:none!important;border-color:var(--trimergy-primary-light)!important;box-shadow:var(--shadow-primary)!important}.btn-primary:active:not(:disabled){background:var(--trimergy-primary-dark)!important;background-image:none!important;border-color:var(--trimergy-primary-dark)!important}.btn-secondary{background:var(--trimergy-secondary)!important;background-image:none!important;border-color:var(--trimergy-secondary)!important;color:var(--text-on-secondary)!important}.btn-secondary:hover:not(:disabled){background:var(--trimergy-secondary-light)!important;background-image:none!important;border-color:var(--trimergy-secondary-light)!important;box-shadow:var(--shadow-secondary)!important}.btn-secondary:active:not(:disabled){background:var(--trimergy-secondary-dark)!important;background-image:none!important;border-color:var(--trimergy-secondary-dark)!important}.btn-accent{background:var(--trimergy-accent)!important;background-image:none!important;border-color:var(--trimergy-accent)!important;color:var(--text-on-dark)!important}.btn-accent:hover:not(:disabled){background:var(--trimergy-accent-light)!important;background-image:none!important;border-color:var(--trimergy-accent-light)!important;box-shadow:var(--shadow-accent)!important}.btn-accent:active:not(:disabled){background:var(--trimergy-accent-dark)!important;background-image:none!important;border-color:var(--trimergy-accent-dark)!important}.btn-outline{background:#0000!important;background-image:none!important}.btn-outline,.btn-outline:hover:not(:disabled){border:1.5px solid var(--text-primary)!important;color:var(--text-primary)!important}.btn-outline:hover:not(:disabled){background:#0000000d!important;background-image:none!important}.btn-outline-secondary{background:#0000!important;background-image:none!important;border:1.5px solid var(--trimergy-secondary)!important;color:var(--text-primary)!important}.btn-outline-secondary:hover:not(:disabled){background:var(--trimergy-secondary-subtle)!important;background-image:none!important;border:1.5px solid var(--trimergy-secondary-dark)!important;color:var(--text-primary)!important}.btn-ghost{background:#0000;border-color:#0000;color:var(--text-primary)}.btn-ghost:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.btn-danger{background:var(--color-error);border-color:var(--color-error);color:var(--text-on-dark)}.btn-danger:hover:not(:disabled){background:var(--color-error-light);border-color:var(--color-error-light)}.btn-danger:active:not(:disabled){background:var(--color-error-dark);border-color:var(--color-error-dark)}.btn-danger-outline{background:#0000;border-color:var(--color-error);color:var(--color-error)}.btn-danger-outline:hover:not(:disabled){background:var(--color-error-bg);border-color:var(--color-error-dark);color:var(--color-error-dark)}.btn-success{background:var(--color-success);border-color:var(--color-success);color:var(--text-on-dark)}.btn-success:hover:not(:disabled){background:var(--color-success-light);border-color:var(--color-success-light)}.btn-sm{font-size:.75rem!important;gap:4px!important;line-height:1.3!important;min-height:26px!important;padding:3px 8px!important}.btn-lg{font-size:var(--text-base);min-height:48px;padding:var(--space-4) var(--space-6)}.btn-lg,.btn-xl{gap:var(--space-3)}.btn-xl{font-size:var(--text-lg);font-weight:var(--font-semibold);min-height:56px;padding:var(--space-5) var(--space-8)}.btn-block{justify-content:center;width:100%}.btn-icon{height:20px;width:20px}.btn-icon,.btn-icon-sm{display:block;flex-shrink:0;object-fit:contain;transition:transform var(--transition-fast)}.btn-icon-sm{height:18px!important;width:18px!important}.btn-accent img.btn-icon,.btn-accent img.btn-icon-sm,.btn-danger img.btn-icon,.btn-danger img.btn-icon-sm,.btn-primary img.btn-icon,.btn-primary img.btn-icon-sm,.btn-success img.btn-icon,.btn-success img.btn-icon-sm{filter:brightness(0) invert(1)}.btn-ghost img.btn-icon,.btn-ghost img.btn-icon-sm,.btn-outline img.btn-icon,.btn-outline img.btn-icon-sm,.btn-secondary img.btn-icon,.btn-secondary img.btn-icon-sm{filter:none;opacity:.9}.btn-sm .btn-icon{height:16px;width:16px}.btn-lg .btn-icon{height:20px;width:20px}.btn-xl .btn-icon{height:28px;width:28px}.btn>span{align-items:center;display:inline-flex;line-height:1}.btn:hover:not(:disabled) .btn-icon,.btn:hover:not(:disabled) .btn-icon-sm{transform:scale(1.1)}.btn-icon-only{aspect-ratio:1;min-width:40px;padding:var(--space-3)}.btn-icon-only.btn-sm{min-width:32px;padding:var(--space-2)}.btn-icon-only.btn-lg{min-width:48px;padding:var(--space-4)}.btn-group{align-items:center;display:inline-flex;flex-wrap:wrap;gap:var(--space-2)}.btn-group-attached{display:inline-flex;gap:8px}.btn-group-attached .btn{background:#0000!important;background-image:none!important;border:1px solid var(--trimergy-secondary)!important;border-radius:50px!important;color:var(--text-primary)!important;font-size:.75rem!important;line-height:1.2!important;min-height:32px!important;padding:6px 16px!important;transition:all .2s ease!important}.btn-group-attached .btn:hover:not(:disabled){background:var(--trimergy-secondary-subtle)!important;background-image:none!important;border-color:var(--trimergy-secondary-dark)!important;color:var(--text-primary)!important;transform:translateY(-1px)}.btn-group-attached .btn.active,.btn-group-attached .btn.selected{background:var(--trimergy-secondary-dark)!important;background-image:none!important;border-color:var(--trimergy-secondary-dark)!important;color:#fff!important}.btn-group-attached .btn:first-child{border-bottom-left-radius:50px!important;border-top-left-radius:50px!important}.btn-group-attached .btn:last-child{border-bottom-right-radius:50px!important;border-top-right-radius:50px!important}.btn-group-attached .btn:not(:last-child){border-right:1px solid var(--trimergy-secondary)!important}.btn-loading{color:#0000!important;pointer-events:none;position:relative}.btn-loading:after{animation:btn-spin .6s linear infinite;border:2px solid;border-radius:50%;border-right:2px solid #0000;content:"";height:16px;left:50%;margin-left:-8px;margin-top:-8px;position:absolute;top:50%;width:16px}.btn-lg.btn-loading:after,.btn-xl.btn-loading:after{height:20px;margin-left:-10px;margin-top:-10px;width:20px}.btn-accent.btn-loading:after,.btn-danger.btn-loading:after,.btn-primary.btn-loading:after,.btn-secondary.btn-loading:after,.btn-success.btn-loading:after{border-color:#fffc #0000 #fffc #fffc}@keyframes btn-spin{to{transform:rotate(1turn)}}@media (max-width:768px){.btn{font-size:var(--text-xs);min-height:36px;padding:var(--space-2) var(--space-3)}.btn-sm{font-size:11px;min-height:28px;padding:6px var(--space-2)}.btn-lg{font-size:var(--text-sm);min-height:44px;padding:var(--space-3) var(--space-4)}.btn-xl{font-size:var(--text-base);min-height:52px;padding:var(--space-4) var(--space-6)}.btn-icon{height:18px;width:18px}.btn-icon-sm,.btn-sm .btn-icon{height:14px;width:14px}.btn-lg .btn-icon,.btn-lg .btn-icon-sm{height:18px;width:18px}.btn-icon-only{min-width:36px;padding:var(--space-2)}.btn-icon-only.btn-sm{min-width:28px;padding:6px}.btn-icon-only.btn-lg{min-width:44px;padding:var(--space-3)}.btn-group{gap:var(--space-1)}.btn:hover:not(:disabled){transform:none}.btn-mobile-block{justify-content:center;width:100%}}@media (hover:none) and (pointer:coarse){.btn{min-height:44px}.btn-sm{min-height:36px}.btn:hover:not(:disabled){transform:none}.btn:active:not(:disabled){opacity:.8;transform:scale(.98)}}.btn-link{background:#0000;border:none;color:var(--trimergy-primary);min-height:auto;padding:0;text-decoration:underline}.btn-link:hover:not(:disabled){box-shadow:none;color:var(--trimergy-primary-dark);text-decoration:none;transform:none}.btn-close{aspect-ratio:1;background:#0000;border:none;border-radius:var(--radius-sm);color:var(--text-secondary);min-width:32px;padding:var(--space-2)}.btn-close:hover:not(:disabled){background:var(--bg-tertiary);color:var(--text-primary)}.btn-fab{border-radius:var(--radius-full);bottom:var(--space-6);box-shadow:var(--shadow-lg);min-height:56px;min-width:56px;padding:var(--space-4);position:fixed;right:var(--space-6);z-index:var(--z-fixed)}.btn-fab:hover:not(:disabled){box-shadow:var(--shadow-xl);transform:scale(1.05)}@media (max-width:768px){.btn-fab{bottom:var(--space-4);min-height:48px;min-width:48px;right:var(--space-4)}}.section-title{color:#1b5e20;font-size:2.4rem;font-weight:700;letter-spacing:.5px;line-height:1.2;margin-bottom:1.5rem;text-align:center}.section-title.gradient{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#10b981 50%,#059669);-webkit-background-clip:text;background-clip:text;font-weight:800}.trimergy-intro{align-items:center;background:#fff;box-sizing:border-box;display:flex;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 2rem;position:relative;right:50%;width:100vw}.intro-container{flex:1 1;padding-right:2rem}.intro-description{color:#333;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.intro-image{flex:1 1;text-align:center}.intro-image img{border-radius:8px;height:auto;max-width:100%}.servicios-section{background:#f8f9fa;box-sizing:border-box;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 2rem;position:relative;right:50%;width:100vw}.servicios-container{margin:0 auto;max-width:1200px}.servicios-description{color:#666;font-size:1.2rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:800px;text-align:center}.baterias-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);box-sizing:border-box;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 0;position:relative;right:50%;width:100vw}.alamacenamiento-titulo{margin-bottom:4rem;padding:2rem}.titulo-container{margin:0 auto;max-width:800px}.gradient-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#10b981 50%,#059669);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:800;letter-spacing:1px;margin-bottom:1rem}.subtitle-description{color:#475569;font-size:1.4rem;font-weight:500;line-height:1.6}.energia-comparison{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 1fr;margin:0 auto;max-width:1400px;padding:0 2rem}.energia-card{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #22c55e1a;border-radius:20px;box-shadow:0 15px 35px #00000014,0 5px 15px #0000000d;overflow:hidden;padding:2.5rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.energia-card:before{background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.energia-card:hover:before{left:100%}.energia-card:hover{border-color:#22c55e4d;box-shadow:0 25px 50px #0000001f,0 8px 20px #22c55e26;transform:translateY(-10px) scale(1.02)}.almacenamiento-card{background:linear-gradient(135deg,#22c55e,#10b981);border:1px solid #fff3;color:#fff}.almacenamiento-card:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000)}.almacenamiento-card:hover{border-color:#fff6;box-shadow:0 25px 50px #22c55e4d,0 8px 20px #22c55e40}.almacenamiento-card .feature-text strong,.almacenamiento-card h2{color:#fff}.almacenamiento-card .feature-text{color:#e5f7ed}.almacenamiento-card .sub-features span{color:#d1f2df}.solar-card{background:linear-gradient(135deg,#fbbf24,#f59e0b);border:1px solid #fff3;color:#fff}.solar-card:before{background:linear-gradient(90deg,#0000,#ffffff26,#0000)}.solar-card:hover{border-color:#fff6;box-shadow:0 25px 50px #fbbf244d,0 8px 20px #fbbf2440}.solar-card .feature-text strong,.solar-card h2{color:#fff}.solar-card .feature-text{color:#fef3c7}.solar-card .sub-features span{color:#fde68a}.card-header{gap:1.5rem;margin-bottom:2rem}.card-header,.card-icon{align-items:center;display:flex}.card-icon{animation:float 3s ease-in-out infinite;background:#fff3;border-radius:16px;box-shadow:0 8px 20px #0000001a;font-size:3rem;height:4rem;justify-content:center;width:4rem}.card-header h2{font-size:2.2rem;font-weight:700;letter-spacing:.5px;margin:0}.card-content{margin-bottom:2rem}.card-subtitle{font-size:1.1rem;font-weight:500;margin-bottom:1.5rem;opacity:.9}.features-list{display:flex;flex-direction:column;gap:1rem}.features-list .feature-item{align-items:flex-start;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff1a;border-radius:8px;display:flex;gap:1rem;padding:.8rem;transition:all .3s ease}.features-list .feature-item:hover{background:#fff3;transform:translateX(8px)}.features-list .feature-icon{font-size:1.2rem;min-width:20px;opacity:.8}.features-list .feature-text{flex:1 1;font-size:.95rem;line-height:1.4}.sub-features{display:flex;flex-direction:column;gap:.2rem;margin-top:.5rem;padding-left:1rem}.sub-features span{font-size:.85rem;font-weight:400;opacity:.8}.card-image-container{margin-top:2rem}.image-wrapper{border-radius:12px;box-shadow:0 8px 25px #0000001a;overflow:hidden;position:relative;transition:all .3s ease}.image-wrapper:hover{box-shadow:0 15px 35px #00000026;transform:scale(1.03)}.image-wrapper img{height:200px;object-fit:cover;transition:all .3s ease;width:100%}.image-wrapper:hover img{transform:scale(1.05)}.image-overlay{background:linear-gradient(#0000,#000000b3);bottom:0;left:0;padding:1rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.image-wrapper:hover .image-overlay{transform:translateY(0)}.overlay-text{color:#fff;display:block;font-size:.9rem;font-weight:600;text-align:center}@media (max-width:1024px){.energia-comparison{gap:2rem;grid-template-columns:1fr}.gradient-title{font-size:2.8rem}}@media (max-width:768px){.baterias-section{padding:3rem 0}.energia-card{padding:2rem 1.5rem}.card-header{flex-direction:column;gap:1rem;text-align:center}.card-icon{font-size:2rem;height:3rem;width:3rem}.gradient-title{font-size:2.2rem}.energia-comparison{gap:1.5rem;padding:0 1rem}}.contacto-section{background:#f8f9fa}.contacto-section,.hero-section{box-sizing:border-box;left:50%;margin-left:-50vw;margin-right:-50vw;position:relative;right:50%;width:100vw}.hero-section{align-items:center;background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);display:flex;min-height:100vh;overflow:hidden;padding:4rem 2rem}.hero-section:before{animation:shimmer 4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.hero-container{max-width:1400px;padding:0 2rem}.hero-header{margin-bottom:4rem;text-align:center}.hero-header .section-title.gradient{font-size:2.8rem;margin-bottom:1.5rem}.hero-subtitle{color:#475569;font-size:1.3rem;font-weight:500;margin:0 auto;max-width:800px}.hero-content{grid-gap:4rem;gap:4rem;grid-template-columns:2fr 1fr}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-image-container{border-radius:12px;box-shadow:0 20px 40px #0000001a;max-width:500px;overflow:hidden;position:relative;width:100%}.hero-image-container img{display:block;height:auto;width:100%}.hero-image-container .image-overlay{background:linear-gradient(0deg,#000c,#0000);bottom:0;left:0;padding:1rem;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.hero-image-container:hover .image-overlay{transform:translateY(0)}.hero-image-container .overlay-text{color:#fff;font-size:1.1rem;font-weight:600}.features{grid-gap:1rem 2rem;display:grid;gap:1rem 2rem;grid-template-columns:1fr 1fr;margin-top:2rem}.features li{font-size:1.3rem;list-style:none;padding-left:1.5rem;position:relative}.features li:before{color:#22c55e;content:"●";font-size:1.2rem;left:0;line-height:1;position:absolute}.hero-services-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr);margin-top:2rem}.hero-service-card{background:linear-gradient(135deg,#fff,#f9fafb);border:2px solid #22c55e1a;border-radius:12px;box-shadow:0 4px 12px #0000000d;overflow:hidden;padding:1.5rem;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.hero-service-card:before{background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.hero-service-card:hover:before{left:100%}.hero-service-card:hover{border-color:#22c55e4d;box-shadow:0 8px 25px #22c55e26;transform:translateY(-5px) scale(1.02)}.service-icon{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#10b981);border-radius:12px;box-shadow:0 6px 18px #22c55e4d;display:flex;font-size:2.5rem;height:3.5rem;justify-content:center;margin:0 auto 1rem;width:3.5rem}.service-content h3{color:#1f2937;font-size:.95rem;font-weight:600;line-height:1.2;margin-bottom:.8rem}.service-content ul{font-size:.75rem;line-height:1.4;list-style:none;margin:0;padding:0}.service-content li{color:#6b7280;margin-bottom:.3rem;text-align:left}@media (max-width:768px){.hero-services-grid{gap:1rem;grid-template-columns:1fr}.hero-service-card{padding:1rem}.service-icon{font-size:2rem;height:3rem;width:3rem}}.go-services{background-color:#fff;border-radius:12px;box-shadow:0 8px 24px #ff980026;margin:3rem auto;max-width:900px;padding:4rem 2rem;text-align:center;transition:transform .3s ease}.go-services:hover{transform:scale(1.02)}.go-services h2{color:#000;font-size:3rem;font-weight:700;margin-bottom:1.5rem}.go-services p{color:#5d4037;font-size:1.1rem;margin-bottom:2rem}.go-services button{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:2rem;font-weight:600;padding:.9rem 2.2rem;transition:background-color .3s ease,transform .2s ease}.go-services button:hover{background-color:#21a30d;transform:translateY(-2px)}.hero-image img{height:100vh}.services{grid-gap:2rem;align-items:center;background:#fff;box-sizing:border-box;color:#111;display:grid;gap:2rem;grid-template-columns:1fr 1fr;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 3rem;position:relative;right:50%;width:100vw}.services-text h2{color:#1b5e20;font-size:2.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem}.services-text p{font-size:1.05rem;line-height:1.6;margin-bottom:2rem}.steps{display:flex;flex-direction:column;gap:1.2rem}.step{color:#333;font-size:1rem;line-height:1.4}.step-number{color:#22c55e;font-size:1.4rem;font-weight:700;margin-right:.5rem}.services-image{align-items:center;display:flex;justify-content:center}.services-image img{margin-left:0;max-width:600px;object-fit:contain}.productos-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);box-sizing:border-box;left:50%;margin-left:-25vw;margin-right:-50vw;padding:5rem 3rem;position:relative;right:50%;width:100vw}.productos-titulo{background:linear-gradient(135deg,#22c55e1a,#10b9810d);border:2px solid #22c55e33;border-radius:16px;box-shadow:0 10px 30px #22c55e1a;margin-bottom:4rem;padding:2rem;text-align:center;transition:transform .3s ease}.productos-titulo:hover{box-shadow:0 20px 40px #22c55e26;transform:translateY(-5px)}.productos-titulo h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#10b981 50%,#059669);-webkit-background-clip:text;background-clip:text;color:#1b5e20;font-size:2.4rem;font-weight:700;font-weight:800;letter-spacing:.5px;margin-bottom:1.5rem}.productos-titulo p{color:#475569;font-size:1.2rem;font-weight:500;line-height:1.6;margin:0 auto;max-width:600px}.productos-grid{display:flex;flex-direction:column;gap:3rem;margin:0 auto;max-width:1400px}.producto-card{align-items:center;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #22c55e1a;border-radius:40px;box-shadow:0 10px 30px #00000014,0 4px 12px #0000000d;display:flex;gap:4rem;overflow:hidden;padding:2rem;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.producto-card:first-child{background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);border:1px solid #94a3b833;border-radius:0;box-shadow:0 10px 25px #64748b1a,0 4px 12px #4755690d;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:none;padding:4rem 2rem;position:relative;right:50%;width:100vw}.producto-card:before{background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.producto-card:first-child:before{background:linear-gradient(90deg,#0000,#94a3b81a,#0000)}.producto-card:hover:before{left:100%}.producto-card:hover{border-color:#22c55e4d;box-shadow:0 25px 50px #0000001f,0 8px 20px #22c55e26;transform:translateY(-8px) scale(1.02)}.producto-card:first-child:hover{border-color:#94a3b866;box-shadow:0 15px 35px #64748b26,0 6px 18px #47556914;transform:translateY(-5px) scale(1.01)}.producto-card:nth-child(2n){flex-direction:row-reverse}.producto-card:first-child .producto-content-column{margin:0 auto;max-width:600px}.producto-card:first-child .producto-visual-column{margin:0 auto;max-width:700px}.producto-card:first-child{gap:6rem;justify-content:center}.producto-content-column{display:flex;flex:1 1;flex-direction:column;gap:2rem;padding:1rem}.producto-header{align-items:center;display:flex;gap:1.5rem;margin-bottom:1.5rem}.producto-icon{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#22c55e,#10b981);border-radius:16px;box-shadow:0 8px 20px #22c55e4d;display:flex;font-size:3rem;height:4rem;justify-content:center;width:4rem}.producto-icon-svg{filter:drop-shadow(2px 4px 6px rgba(0,0,0,.1));height:100%;max-height:3.5rem;max-width:3.5rem;object-fit:contain;width:100%}.producto-card:nth-child(2) .producto-icon{background:linear-gradient(135deg,#6366f1,#8b5cf6);box-shadow:0 8px 20px #6366f14d}.producto-title h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#22c55e,#10b981);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;letter-spacing:.5px;margin-bottom:.5rem}.producto-subtitle{color:#64748b;font-size:.9rem;font-weight:500;line-height:1.4}.producto-description{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.producto-features{display:flex;flex-direction:column;gap:.8rem;list-style:none;margin:0 0 2rem;padding:0}.producto-features li{align-items:flex-start;background:linear-gradient(135deg,#22c55e0d,#10b98108);border-left:3px solid #22c55e;border-radius:8px;color:#374151;display:flex;font-size:.95rem;gap:.8rem;padding:.8rem 1rem;transition:all .3s ease}.producto-features li:hover{background:linear-gradient(135deg,#22c55e1a,#10b9810d);box-shadow:0 4px 12px #22c55e26;transform:translateX(8px)}.feature-check{animation:pulse 2s infinite;color:#22c55e;font-size:1.1rem;font-weight:700;min-width:16px}.producto-btn{background:linear-gradient(135deg,#22c55e,#10b981 50%,#059669);border:none;border-radius:12px;box-shadow:0 6px 20px #22c55e4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;gap:.8rem;letter-spacing:1px;max-width:250px;overflow:hidden;padding:1rem 2rem;position:relative;text-transform:uppercase;transition:all .3s cubic-bezier(.4,0,.2,1)}.producto-action,.producto-btn{align-items:center;display:flex;justify-content:center}.producto-action{margin-top:1.5rem;width:100%}.producto-card:first-child .producto-action{justify-content:center;text-align:center}.producto-card:nth-child(2){background:linear-gradient(135deg,#1f2937,#111827 50%,#0f172a);border:1px solid #3741514d;border-radius:0;box-shadow:0 10px 25px #0003,0 4px 12px #0000001a;flex-direction:row-reverse;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:none;padding:4rem 2rem;position:relative;right:50%;width:100vw}.producto-card:nth-child(2) .producto-content-column{margin:0 auto;max-width:600px}.producto-card:nth-child(2) .producto-visual-column{margin:0 auto;max-width:700px}.producto-card:nth-child(2){gap:6rem;justify-content:center}.producto-card:nth-child(2):hover{border-color:#37415180;box-shadow:0 15px 35px #0000004d,0 6px 18px #00000026;transform:translateY(-5px) scale(1.01)}.producto-card:nth-child(2) .producto-title h3{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;background-clip:text}.producto-card:nth-child(2) .producto-subtitle{color:#cbd5e1}.producto-card:nth-child(2) .producto-description{color:#e2e8f0}.producto-card:nth-child(2) .producto-features li{background:linear-gradient(135deg,#3b82f626,#2563eb1a);border-left:3px solid #60a5fa;color:#f1f5f9}.producto-card:nth-child(2) .producto-features li:hover{background:linear-gradient(135deg,#3b82f640,#2563eb26)}.producto-card:nth-child(2) .grafica-container,.producto-card:nth-child(2) .grafica-ecotrim{background:linear-gradient(135deg,#1f2937,#111827 50%,#0f172a)!important;border:none!important;box-shadow:none!important;min-height:auto!important}.producto-card:nth-child(2) .grafica-ecotrim{border-radius:0!important}.producto-card:nth-child(2) .grafica-container:hover,.producto-card:nth-child(2) .grafica-ecotrim:hover{background:linear-gradient(135deg,#1f2937,#111827 50%,#0f172a)!important;border:none!important;box-shadow:none!important;transform:none!important}.producto-card:nth-child(2) .producto-visual-column{background:linear-gradient(135deg,#1f2937,#111827 50%,#0f172a)!important}.producto-card:nth-child(2):before{background:linear-gradient(90deg,#0000,#37415133,#0000)}.producto-card:nth-child(3){background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);border:1px solid #94a3b833;border-radius:0;box-shadow:0 10px 25px #64748b1a,0 4px 12px #4755690d;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:none;padding:4rem 2rem;position:relative;right:50%;width:100vw}.producto-card:nth-child(3) .producto-content-column{margin:0 auto;max-width:600px}.producto-card:nth-child(3) .producto-visual-column{margin:0 auto;max-width:700px}.producto-card:nth-child(3):before{background:linear-gradient(90deg,#0000,#94a3b81a,#0000)}.producto-card:nth-child(3):hover{border-color:#94a3b866;box-shadow:0 15px 35px #64748b26,0 6px 18px #47556914;transform:translateY(-5px) scale(1.01)}.producto-card:nth-child(4){background:linear-gradient(135deg,#fefefe,#f8f9fa 50%,#f1f3f4);border:1px solid #22c55e26;border-radius:0;box-shadow:0 10px 30px #00000014,0 4px 15px #22c55e1a;gap:4rem;justify-content:center;left:50%;margin-left:-50vw;margin-right:-50vw;max-width:none;padding:4rem 5%;position:relative;right:50%;width:100vw}.producto-card:nth-child(4) .producto-content-column{margin:0 auto;max-width:650px;padding:0 1rem}.producto-card:nth-child(4) .producto-visual-column{margin:0 auto;max-width:700px;padding:0 1rem}.producto-card:nth-child(4):before{background:linear-gradient(90deg,#0000,#22c55e14,#0000)}.producto-card:nth-child(4):hover{border-color:#22c55e4d;box-shadow:0 15px 40px #0000001f,0 6px 20px #22c55e33;transform:translateY(-5px) scale(1.01)}.producto-btn:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.producto-btn:hover:before{left:100%}.producto-btn:hover{background:linear-gradient(135deg,#059669,#047857 50%,#065f46);box-shadow:0 12px 30px #22c55e66;transform:translateY(-2px)}.producto-btn span{animation:bounce 2s infinite;font-size:1.2rem}.producto-visual-column{align-items:center;background:linear-gradient(135deg,#f8fafccc,#f1f5f9e6);border:2px solid #22c55e1a;border-radius:16px;display:flex;flex:1 1;justify-content:center;min-height:300px;overflow:hidden;padding:2rem;position:relative}.producto-visual-column:before{background:radial-gradient(circle at center,#22c55e0d 0,#0000 70%);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .4s ease}.producto-card:hover .producto-visual-column:before{opacity:1}.calculadora-visuals,.ecotrim-visuals{display:flex;flex-direction:column;gap:1rem;height:100%;width:100%}.grafica-ecotrim{background:linear-gradient(135deg,#6366f11a,#4f46e50d);border:2px solid #6366f133;border-radius:15px;box-shadow:0 10px 30px #6366f11a,0 0 20px #4f46e50d;min-height:250px}.grafica-ecotrim:hover{border-color:#6366f166;box-shadow:0 15px 40px #6366f126,0 0 25px #4f46e51a;transform:scale(1.03)}.grafica-container{align-items:center;background:linear-gradient(135deg,#22c55e1a,#10b9810d);border:1px solid #22c55e33;border-radius:12px;display:flex;flex:1 1;justify-content:center;min-height:120px;overflow:hidden;position:relative;transition:all .3s ease}.grafica-container:hover{border-color:#22c55e;box-shadow:0 8px 25px #22c55e33;transform:scale(1.02)}.grafica-resultados{background:linear-gradient(135deg,#1a202cf2,#2d3748e6);border:2px solid #22c55e4d;border-radius:15px;box-shadow:0 10px 30px #0000004d,0 0 20px #22c55e1a;min-height:250px}.grafica-resultados:hover{border-color:#22c55e80;box-shadow:0 15px 40px #0006,0 0 25px #22c55e33;transform:scale(1.03)}.grafica-img{filter:brightness(1.1) contrast(1.1);height:auto;max-height:100%;object-fit:contain;transition:all .3s ease;width:100%}.grafica-container:hover .grafica-img{filter:brightness(1.2) contrast(1.2) saturate(1.1);transform:scale(1.05)}.grafica-title{background:linear-gradient(#0000,#000000b3);bottom:0;color:#fff;font-size:.8rem;font-weight:600;left:0;padding:.5rem;position:absolute;right:0;text-align:center;transform:translateY(100%);transition:transform .3s ease}.grafica-container:hover .grafica-title{transform:translateY(0)}.visual-placeholder{align-items:center;background:linear-gradient(135deg,#22c55e1a,#10b9810d);border:2px dashed #22c55e4d;border-radius:12px;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:200px;padding:2rem;text-align:center;transition:all .3s ease;width:100%}.visual-placeholder:hover{background:linear-gradient(135deg,#22c55e26,#10b98114);border-color:#22c55e;transform:scale(1.02)}.placeholder-content{color:#22c55eb3}.placeholder-icon{animation:float 3s ease-in-out infinite;font-size:3rem;margin-bottom:1rem;opacity:.7}.placeholder-text{font-size:1rem;font-weight:600;opacity:.6}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-4px)}60%{transform:translateY(-2px)}}@media (max-width:1024px){.productos-section{padding:4rem 2rem}.produto-card{flex-direction:column!important;gap:2rem;text-align:center}.producto-content-column{padding:0}.calculadora-visuals,.ecotrim-visuals{flex-direction:row;gap:1rem}.grafica-container{min-height:100px}}@media (max-width:768px){.produtos-section{padding:3rem 1rem}.producto-card{gap:1.5rem;padding:2rem 1rem}.producto-card:first-child{flex-direction:column;gap:2rem;margin-left:-1rem;margin-right:-1rem;padding:3rem 1rem;width:calc(100vw + 2rem)}.producto-card:first-child .producto-content-column,.producto-card:first-child .producto-visual-column{margin:0;max-width:100%}.producto-card:nth-child(2){flex-direction:column;gap:2rem;margin-left:-1rem;margin-right:-1rem;padding:3rem 1rem;width:calc(100vw + 2rem)}.producto-card:nth-child(2) .producto-content-column,.producto-card:nth-child(2) .producto-visual-column{margin:0;max-width:100%}.produto-header{flex-direction:column;gap:1rem;text-align:center}.produto-card:first-child .producto-action{justify-content:center;text-align:center}.producto-btn{margin:0 auto}.producto-icon{font-size:2rem;height:3rem;width:3rem}.calculadora-visuals{flex-direction:column;gap:.5rem}.grafica-container{min-height:80px}.visual-placeholder{min-height:150px;padding:1rem}.placeholder-icon{font-size:2rem}}.modelos-servicio{background:#111;box-sizing:border-box;color:#fff;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 3rem;position:relative;right:50%;text-align:center;width:100vw}.highlight-box-servicio{background:#1a1a1a;border:2px dashed #22c55e;border-radius:8px;color:#fff;font-size:1.1rem;margin:0 auto 3rem;max-width:600px;padding:1rem 1.5rem}.modelos-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin-top:2rem}.modelo{background:#1a1a1a;border:1px solid #22c55e;border-radius:8px;padding:2rem;text-align:left}.modelo h3{color:#22c55e;font-size:1.4rem;margin-bottom:1rem}.modelo ul{list-style:none;margin:0;padding:0}.modelo li{font-size:1rem;line-height:1.5;margin-bottom:1rem}.dot{color:#22c55e;font-size:1.2rem;margin-right:.5rem}@media (max-width:900px){.hero-section{min-height:auto;padding:3rem 1rem}.hero-content{gap:2rem;grid-template-columns:1fr}.hero-visual{order:-1}.hero-header .section-title.gradient{font-size:2.2rem}.hero-subtitle{font-size:1.1rem}.services{grid-template-columns:1fr}.services-image{margin-bottom:2rem;order:-1}}.almacenamiento-solar,.solar-section{align-items:center;background:#fff;box-sizing:border-box;color:#111;display:flex;flex-wrap:wrap;gap:2rem;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 3rem;position:relative;right:50%;width:100vw}.almacenamiento-text,.solar-text{flex:1 1;min-width:300px}.almacenamiento-image,.solar-image{align-items:center;display:flex;flex:1 1;justify-content:center;min-width:300px}.almacenamiento-image img,.solar-image img{height:auto;max-width:100%}@media (max-width:768px){.almacenamiento-solar,.solar-section{flex-direction:column}}.go-calculator{background:linear-gradient(135deg,#fff3e0,#ffe0b2);border-radius:12px;box-shadow:0 8px 24px #ff980026;margin:3rem auto;max-width:900px;padding:4rem 2rem;text-align:center;transition:transform .3s ease}.go-calculator:hover{transform:scale(1.02)}.go-calculator h2{color:#1b5e20;font-size:2.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem}.go-calculator p{color:#5d4037;font-size:1.1rem;margin-bottom:2rem}.go-calculator button{background-color:#ff9800;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:2rem;font-weight:600;padding:.9rem 2.2rem;transition:background-color .3s ease,transform .2s ease}.go-calculator button:hover{background-color:#21a30d;transform:translateY(-2px)}.california-section{background:linear-gradient(135deg,#f8fafc,#f1f5f9 50%,#e2e8f0);box-sizing:border-box;left:50%;margin-left:-50vw;margin-right:-50vw;overflow:hidden;padding:4rem 2rem;position:relative;right:50%;width:100vw}.california-section:before{animation:shimmer 4s ease-in-out infinite;background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.california-container{margin:0 auto;max-width:1400px;padding:0 2rem}.california-header{margin-bottom:3rem;text-align:center}.california-header .section-title.gradient{font-size:2.8rem;margin-bottom:1rem}.california-subtitle{color:#475569;font-size:1.3rem;font-weight:500;margin-bottom:0}.california-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.california-stats{display:flex;flex-direction:column;gap:2rem}.stat-card{align-items:center;background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #22c55e1a;border-radius:16px;box-shadow:0 8px 25px #00000014;display:flex;gap:1.5rem;overflow:hidden;padding:2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.stat-card:before{background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .6s ease;width:100%}.stat-card:hover:before{left:100%}.stat-card:hover{border-color:#22c55e4d;box-shadow:0 15px 35px #22c55e26;transform:translateX(8px) translateY(-2px)}.stat-icon{align-items:center;animation:float 3s ease-in-out infinite;border-radius:12px;box-shadow:0 8px 20px #22c55e4d;display:flex;flex-shrink:0;font-size:2.5rem;height:4rem;justify-content:center;width:4rem}.stat-content h3,.stat-icon{background:linear-gradient(135deg,#22c55e,#10b981)}.stat-content h3{-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;color:#1f2937;font-size:1.4rem;font-weight:700;margin-bottom:.5rem}.stat-content p{color:#fff;font-size:.95rem;font-weight:500;line-height:1.4;margin:0}.california-visual{align-items:center;display:flex;justify-content:center}.graph-container{background:linear-gradient(135deg,#fff,#f9fafb);border:1px solid #22c55e1a;border-radius:20px;box-shadow:0 15px 35px #0000001a;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.graph-container:before{background:linear-gradient(90deg,#0000,#22c55e0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .8s ease;width:100%}.graph-container:hover:before{left:100%}.graph-container:hover{border-color:#22c55e4d;box-shadow:0 20px 45px #22c55e26;transform:scale(1.02)}.graph-container img{border-radius:12px;height:auto;max-width:500px;transition:all .3s ease;width:100%}.graph-container:hover img{transform:scale(1.03)}.graph-overlay{background:linear-gradient(135deg,#22c55ee6,#10b981e6);border-radius:8px;bottom:1rem;left:1rem;padding:.8rem 1.2rem;position:absolute;right:1rem;transform:translateY(100%);transition:transform .3s ease}.graph-container:hover .graph-overlay{transform:translateY(0)}.overlay-label{color:#fff;display:block;font-size:.9rem;font-weight:600;text-align:center}@media (max-width:1024px){.california-content{gap:3rem;grid-template-columns:1fr}.california-header .section-title.gradient{font-size:2.4rem}}@media (max-width:768px){.california-section{padding:3rem 1rem}.california-container{padding:0}.california-header .section-title.gradient{font-size:2rem}.california-subtitle{font-size:1.1rem}.california-stats{gap:1.5rem}.stat-card{flex-direction:column;gap:1rem;padding:1.5rem;text-align:center}.stat-icon{font-size:2rem;height:3rem;width:3rem}.graph-container{padding:1.5rem}}.autoconsumo-banner{background:linear-gradient(135deg,#f6f8f6,#f7f8f5);border-radius:12px;box-shadow:0 8px 24px #10b73714;margin:3rem auto;max-width:900px;padding:4rem 2rem;text-align:center;transition:transform .3s ease}.autoconsumo-banner:hover{transform:scale(1.02)}.autoconsumo-banner h2{color:#1b5e20;font-size:2.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem}.autoconsumo-banner button{background-color:#3e7141;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.9rem 2.2rem;transition:background-color .3s ease,transform .2s ease}.autoconsumo-banner button:hover{background-color:#388e3c;transform:translateY(-2px)}.equipo-trimergy{background-color:#fff;color:#000;margin-left:-50vw;margin-right:-50vw;padding:4rem 3rem}.verde{color:#11a04c;font-weight:700}.equipo-wrapper{flex-wrap:wrap;gap:2rem;margin:0 auto;max-width:1200px}.equipo-imagen,.equipo-wrapper{align-items:center;display:flex}.equipo-imagen{flex:1 1;justify-content:center;min-width:300px}.equipo-imagen img{border-radius:8px;box-shadow:0 0 12px #0000001a;height:auto;max-width:100%}.equipo-texto{flex:2 1;line-height:1.6;min-width:300px}.equipo-texto h2{color:#1b5e20;font-size:2.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem}.equipo-texto p{color:#333;font-size:.95rem;font-weight:400;line-height:1.6;margin-bottom:1rem}@media (max-width:768px){.trimergy-intro{flex-direction:column;padding:2rem 1rem;text-align:center}.intro-container{margin-bottom:2rem;padding-right:0}.servicios-section{padding:2rem 1rem}.baterias-section .alamacenamiento-titulo{padding:2rem 1rem 1rem}.baterias-section .california-electricity{padding:2rem 1rem}.section-title{font-size:2rem;text-align:center}.servicios-description{font-size:1.1rem;margin-bottom:2rem}}@media (max-width:480px){.section-title{font-size:1.8rem}.servicios-section,.trimergy-intro{padding:1.5rem 1rem}.producto-card:first-child{gap:1.5rem;margin-left:-.5rem;margin-right:-.5rem;padding:2rem .5rem;width:calc(100vw + 1rem)}.producto-card:first-child .producto-header{gap:.5rem}.producto-card:first-child .producto-title h3{font-size:1.5rem}.producto-card:first-child .producto-action{justify-content:center;margin:1rem 0}.producto-card:first-child .producto-btn{font-size:.9rem;margin:0 auto;max-width:200px}.producto-card:nth-child(2){gap:1.5rem;margin-left:-.5rem;margin-right:-.5rem;padding:2rem .5rem;width:calc(100vw + 1rem)}.producto-card:nth-child(2) .producto-header{gap:.5rem}.producto-card:nth-child(2) .producto-title h3{font-size:1.5rem}.producto-card:nth-child(2) .producto-action{justify-content:center;margin:1rem 0}.producto-card:nth-child(2) .producto-btn{font-size:.9rem;margin:0 auto;max-width:200px}}.equipo-texto{padding:0 1rem}.footer-trimergy{background:linear-gradient(135deg,#1a1a1a,#2d2d2d 50%,#1a1a1a);border-top:3px solid #22c55e;box-shadow:0 -10px 30px #0003;box-sizing:border-box;color:#eee;font-size:.9rem;left:50%;margin-left:-50vw;margin-right:-50vw;padding:4rem 0 2rem;position:relative;right:50%;width:100vw}.footer-container{grid-gap:3rem;align-items:start;gap:3rem;max-width:1400px;padding:0 3rem}.footer-logo{align-items:flex-start;flex-direction:column;gap:1rem}.footer-logo img{filter:brightness(1.1);height:auto;max-width:200px;transition:all .3s ease}.footer-logo:hover img{filter:brightness(1.3) drop-shadow(0 0 10px rgba(34,197,94,.3))}.footer-info{display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem}.footer-info>p:first-child{color:#22c55e;font-size:1.1rem;font-weight:600;letter-spacing:.5px;margin-bottom:.5rem}.footer-info>p:nth-child(2){font-size:1rem;margin-bottom:1rem}.footer-info a{color:#22c55e;display:inline-block;font-weight:500;padding:.2rem 0;transition:all .3s ease}.footer-info a:hover{color:#10b981;text-decoration:underline;transform:translateX(5px)}.footer-links{gap:1.5rem;margin-top:.5rem}.link{background:none;border:none;border-bottom:1px solid #0000;color:#bbb;cursor:pointer;font:inherit;font-size:.85rem;padding:.5rem 0;text-decoration:none;transition:all .3s ease}.link:hover{border-bottom-color:#22c55e;color:#22c55e;transform:translateY(-2px)}.footer-copy{gap:1rem}.footer-copy p{color:#888;font-size:.85rem;font-weight:300;letter-spacing:1px}.footer-copy:before{background:linear-gradient(90deg,#0000,#22c55e,#0000);content:"";height:2px;margin-bottom:1rem;width:80px}@media (max-width:1024px){.footer-container{gap:2.5rem;grid-template-columns:1fr;text-align:center}.footer-logo{align-items:center;order:1}.footer-info{order:2;padding:0}.footer-copy{align-items:center;order:3;text-align:center}.footer-copy:before{margin:0 0 1rem}.footer-links{justify-content:center}}@media (max-width:768px){.footer-trimergy{padding:3rem 0 1.5rem}.footer-container{gap:2rem;padding:0 2rem}.footer-links{align-items:center;flex-direction:column;gap:1rem}.footer-logo img{max-width:160px}.footer-container{flex-direction:column;text-align:center}.footer-copy{margin-top:1rem;text-align:center}}.alamacenamiento-titulo{background-color:#f4f5f3;color:#fafbfa;left:50%;margin-left:-50vw;margin-right:-50vw;padding:5rem 2rem;position:relative;right:50%;text-align:center;width:100vw}.alamacenamiento-titulo h2{color:#1b5e20;font-size:2.4rem;font-weight:700;letter-spacing:.5px;margin-bottom:1.5rem;margin-right:7rem}.alamacenamiento-titulo p{color:#060000;font-size:2rem;font-weight:1000;margin:0 7rem 0 0}@keyframes shimmer{0%{transform:translateX(-100%)}50%{transform:translateX(100%)}to{transform:translateX(-100%)}}@media (max-width:768px){.responsive-container{max-width:100%;overflow-x:hidden;padding-left:1rem;padding-right:1rem}.responsive-container h1{font-size:2rem;word-break:break-word}.responsive-container h2{font-size:1.4rem}.responsive-container p{font-size:1rem}.flex-group{align-items:center;flex-direction:column;gap:1rem}.flex-group>div{min-width:auto;width:100%}.responsive-container button{font-size:1.1rem;padding:1rem;width:100%}}@media (max-width:480px){.responsive-container h1{font-size:1.6rem}.responsive-container h2{font-size:1.2rem}.responsive-container p{font-size:.95rem}}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:400;src:url(/static/media/DMSans-Regular.a27f800a480c79876353.woff2) format("woff2"),url(/static/media/DMSans-Regular.067ebd7ed3c947d82dc4.ttf) format("truetype")}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:500;src:url(/static/media/DMSans-Medium.e4f7872fcc459773bd9a.woff2) format("woff2"),url(/static/media/DMSans-Medium.f458346900579196593a.ttf) format("truetype")}@font-face{font-display:swap;font-family:DM Sans;font-style:normal;font-weight:700;src:url(/static/media/DMSans-Bold.8e8633055b009506a046.woff2) format("woff2"),url(/static/media/DMSans-Bold.da49214b2d88abca155c.ttf) format("truetype")}@font-face{font-display:swap;font-family:DM Sans;font-style:italic;font-weight:400;src:url(/static/media/DMSans-Italic.21be974c3a51ab75e88e.woff2) format("woff2"),url(/static/media/DMSans-Italic.63d6efd087549c010a69.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.c762b5a3be2bf9b7e366.woff2) format("woff2"),url(/static/media/Inter-Regular.77ea363527fce1405341.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-Medium.4f3692998af4406a9300.woff2) format("woff2"),url(/static/media/Inter-Medium.34b70471d29642b1dd10.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/Inter-SemiBold.81aa812ff1c90eb3e7e9.woff2) format("woff2"),url(/static/media/Inter-SemiBold.b27bb097c41d84453c94.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/Inter-Bold.372bf907cdcfcdbeef17.woff2) format("woff2"),url(/static/media/Inter-Bold.5d25cefd50cd8013491a.ttf) format("truetype")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/Inter-Light.c96ea873ab40a3b257b6.woff2) format("woff2"),url(/static/media/Inter-Light.486ba434651d5da8e16e.ttf) format("truetype")}@font-face{font-display:swap;font-family:Varela Round;font-style:normal;font-weight:400;src:url(/static/media/Varela%20Round-Regular.9ea67e8876ad86544a73.woff2) format("woff2"),url(/static/media/Varela%20Round-Regular.e67ccd4a92677fdf8719.ttf) format("truetype")}:root{--trimergy-primary:#0a7e3e;--trimergy-primary-light:#0e9d4f;--trimergy-primary-dark:#065a2d;--trimergy-primary-subtle:#0a7e3e14;--trimergy-primary-border:#0a7e3e3d;--trimergy-secondary:#1e88e5;--trimergy-secondary-light:#42a5f5;--trimergy-secondary-dark:#1565c0;--trimergy-secondary-subtle:#1e88e514;--trimergy-accent:#ffa726;--trimergy-accent-light:#ffb74d;--trimergy-accent-dark:#f57c00;--trimergy-accent-subtle:#ffa7261f;--color-success:#0e9d4f;--color-success-light:#4caf50;--color-success-dark:#065a2d;--color-success-bg:#0e9d4f1a;--color-warning:#ffa726;--color-warning-light:#ffb74d;--color-warning-dark:#f57c00;--color-warning-bg:#ffa7261a;--color-error:#ef5350;--color-error-light:#ff7674;--color-error-dark:#c62828;--color-error-bg:#ef53501a;--color-info:#42a5f5;--color-info-light:#64b5f6;--color-info-dark:#1976d2;--color-info-bg:#42a5f51a;--bg-app:#dae5e3;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#f0f2f5;--bg-quaternary:#e8eaed;--bg-card:#fff;--bg-surface:#fff;--bg-elevated:#fff;--bg-overlay:#00000080;--text-primary:#1a1a1a;--text-secondary:#000000bf;--text-tertiary:#0009;--text-muted:#00000073;--text-on-primary:#fff;--text-on-secondary:#fff;--text-on-dark:#fff;--border-primary:#0a7e3e4d;--border-secondary:#0000001f;--border-light:#00000014;--border-medium:#00000029;--border-focus:#0a7e3e80;--border-color:#0000001f;--warning-color:#ffa726;--error-color:#ef5350;--info-color:#42a5f5;--shadow-xs:0 1px 2px #0000000f;--shadow-sm:0 2px 8px #00000014;--shadow-md:0 4px 16px #0000001f;--shadow-lg:0 8px 32px #00000029;--shadow-xl:0 12px 48px #0003;--shadow-2xl:0 24px 64px #0000003d;--shadow-primary:0 4px 16px #0a7e3e29;--shadow-secondary:0 4px 16px #1e88e529;--shadow-accent:0 4px 16px #ffa72629;--radius-xs:4px;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-2xl:24px;--radius-full:9999px;--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:20px;--space-6:24px;--space-8:32px;--space-10:40px;--space-12:48px;--space-16:64px;--space-20:80px;--spacing-xs:var(--space-2);--spacing-sm:var(--space-3);--spacing-md:var(--space-4);--spacing-lg:var(--space-6);--spacing-xl:var(--space-8);--font-heading:"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-body:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-special:"Varela Round",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--font-mono:"SF Mono",Monaco,"Cascadia Code","Roboto Mono",Consolas,"Courier New",monospace;--text-xs:0.75rem;--text-sm:0.875rem;--text-base:1rem;--text-lg:1.125rem;--text-xl:1.25rem;--text-2xl:1.5rem;--text-3xl:1.875rem;--text-4xl:2.25rem;--text-5xl:3rem;--font-light:300;--font-regular:400;--font-medium:500;--font-semibold:600;--font-bold:700;--leading-tight:1.25;--leading-snug:1.375;--leading-normal:1.5;--leading-relaxed:1.625;--leading-loose:2;--transition-fast:150ms cubic-bezier(0.4,0,0.2,1);--transition-base:250ms cubic-bezier(0.4,0,0.2,1);--transition-slow:350ms cubic-bezier(0.4,0,0.2,1);--transition-bounce:500ms cubic-bezier(0.68,-0.55,0.265,1.55);--z-dropdown:1000;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-modal:1050;--z-popover:1060;--z-tooltip:1070}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{background:#fff;background:var(--bg-primary);color:#1a1a1a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:1rem;font-size:var(--text-base);line-height:1.5;line-height:var(--leading-normal)}.heading-1,h1{font-size:2.25rem;font-size:var(--text-4xl)}.heading-1,.heading-2,h1,h2{color:#1a1a1a;color:var(--text-primary);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-heading);font-weight:700;font-weight:var(--font-bold);line-height:1.25;line-height:var(--leading-tight)}.heading-2,h2{font-size:1.875rem;font-size:var(--text-3xl)}.heading-3,h3{font-size:1.5rem;font-size:var(--text-2xl)}.heading-3,.heading-4,h3,h4{color:#1a1a1a;color:var(--text-primary);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-heading);font-weight:600;font-weight:var(--font-semibold);line-height:1.375;line-height:var(--leading-snug)}.heading-4,h4{font-size:1.25rem;font-size:var(--text-xl)}.heading-5,h5{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-heading);font-size:1.125rem;font-size:var(--text-lg);font-weight:500;font-weight:var(--font-medium)}.heading-5,.text-body,h5{color:#1a1a1a;color:var(--text-primary);line-height:1.5;line-height:var(--leading-normal)}.text-body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:1rem;font-size:var(--text-base)}.text-small{font-size:.875rem;font-size:var(--text-sm)}.text-small,.text-xs{line-height:1.5;line-height:var(--leading-normal)}.text-xs{font-size:.75rem;font-size:var(--text-xs)}.text-primary{color:#0a7e3e;color:var(--trimergy-primary)}.text-secondary{color:#000000bf;color:var(--text-secondary)}.text-muted{color:#00000073;color:var(--text-muted)}.font-medium{font-weight:500;font-weight:var(--font-medium)}.font-semibold{font-weight:600;font-weight:var(--font-semibold)}.font-bold{font-weight:700;font-weight:var(--font-bold)}.card{background:#fff;background:var(--bg-card);border:1px solid #00000014;border:1px solid var(--border-light);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 2px 8px #00000014;box-shadow:var(--shadow-sm);padding:24px;padding:var(--space-6);transition:all .25s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base)}.card:hover{box-shadow:0 4px 16px #0000001f;box-shadow:var(--shadow-md);transform:translateY(-2px)}.card-header{border-bottom:1px solid #00000014;border-bottom:1px solid var(--border-light);font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-heading);font-size:1.125rem;font-size:var(--text-lg);font-weight:600;font-weight:var(--font-semibold);margin-bottom:16px;margin-bottom:var(--space-4);padding-bottom:12px;padding-bottom:var(--space-3)}.card-header,.input{color:#1a1a1a;color:var(--text-primary)}.input{background:#fff;background:var(--bg-primary);border:1px solid #0000001f;border:1px solid var(--border-secondary);border-radius:8px;border-radius:var(--radius-md);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-family:var(--font-body);font-size:.875rem;font-size:var(--text-sm);padding:8px 12px;padding:var(--space-2) var(--space-3);transition:all .25s cubic-bezier(.4,0,.2,1);transition:all var(--transition-base);width:100%}.input:hover{border-color:#00000029;border-color:var(--border-medium)}.input:focus{border-color:#0a7e3e;border-color:var(--trimergy-primary);box-shadow:0 0 0 3px #0a7e3e14;box-shadow:0 0 0 3px var(--trimergy-primary-subtle);outline:none}.input::placeholder{color:#00000073;color:var(--text-muted)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}.animate-fadeIn{animation:fadeIn ease-in-out .25s cubic-bezier(.4,0,.2,1);animation:fadeIn var(--transition-base) ease-in-out}.animate-slideUp{animation:slideUp ease-out .25s cubic-bezier(.4,0,.2,1);animation:slideUp var(--transition-base) ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}*{box-sizing:border-box;margin:0;padding:0}.new-inicio-header{color:var(--text-primary);font-family:var(--font-body);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:100vw}.hero-main{align-items:center;background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%);display:flex;min-height:85vh;padding:calc(60px + 3rem) var(--space-6) var(--space-12);position:relative}.hero-container{margin:0 auto;max-width:1200px;width:100%}.hero-content{grid-gap:var(--space-12);display:grid;gap:var(--space-12);grid-template-columns:1fr 1fr}.hero-text{display:flex;flex-direction:column;gap:var(--space-5)}.hero-title{color:var(--text-primary);font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);line-height:1.2;margin:0}.hero-subtitle{color:var(--text-secondary);font-size:var(--text-lg);line-height:1.6;max-width:540px}.hero-image{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.hero-image img{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);height:100%;max-width:none;object-fit:cover;width:100%}.services-section{background-color:var(--bg-primary);margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);padding:0;width:100vw}.services-container{display:flex;flex-direction:column;gap:0;margin:0 auto;max-width:1200px;width:100%}.service-card{grid-gap:var(--space-12);align-items:center;border:none;box-sizing:border-box;gap:var(--space-12);grid-template-columns:minmax(var(--space-6),1fr) minmax(0,600px) minmax(0,600px) minmax(var(--space-6),1fr);margin-left:calc(50% - 50vw);min-height:85vh;padding:0;transition:all .3s ease;width:100vw}.service-card:nth-child(odd){background:var(--bg-primary)}.service-card:nth-child(2n){background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%)}.service-card:hover{transform:none}.service-content{display:flex;flex-direction:column;gap:var(--space-5);grid-column:2}.service-card:nth-child(2n) .service-content{grid-column:3}.service-card:nth-child(2n) .service-visual{grid-column:2}.service-icon{display:none}.service-title{color:var(--text-primary);font-family:var(--font-heading);font-size:var(--text-2xl);font-weight:700;margin:0}.service-subtitle{color:var(--text-tertiary);font-size:var(--text-sm);font-weight:600;letter-spacing:.5px;margin:0;text-transform:uppercase}.service-description{color:var(--text-secondary);font-size:var(--text-base);line-height:1.6;margin:0}.service-features{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:var(--space-2) 0;padding:0}.service-features li{align-items:flex-start;color:var(--text-secondary);display:flex;font-size:var(--text-base);gap:var(--space-2);line-height:1.5}.service-features li:before{color:var(--trimergy-primary);content:"✓";flex-shrink:0;font-weight:700}.service-btn{align-self:flex-start;background:var(--trimergy-primary);border:none;border-radius:var(--radius-md);color:var(--text-on-primary);cursor:pointer;font-family:var(--font-body);font-size:var(--text-base);font-weight:600;padding:var(--space-3) var(--space-6);transition:all .3s ease}.service-btn:hover{background:var(--trimergy-primary-light);box-shadow:var(--shadow-primary);transform:translateY(-2px)}.service-btn:active{background:var(--trimergy-primary-dark);transform:translateY(0)}.service-visual{align-items:center;display:flex;grid-column:3;justify-content:center}.service-visual img{border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);height:auto;max-width:480px;width:100%}.service-extended{background:linear-gradient(135deg,var(--bg-secondary) 0,var(--bg-primary) 100%)!important;border:none}.consultation-models{grid-gap:var(--space-6);display:grid;gap:var(--space-6);grid-template-columns:repeat(3,1fr);margin:var(--space-6) 0}.consultation-model{background:var(--bg-primary);border:none;border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:var(--space-5);transition:all .3s ease}.consultation-model:hover{background:var(--bg-primary);box-shadow:var(--shadow-md);transform:translateY(-2px)}.model-icon{align-items:center;background:var(--trimergy-primary);border-radius:var(--radius-md);color:var(--text-on-primary);display:flex;font-size:var(--text-xl);height:48px;justify-content:center;margin-bottom:var(--space-3);width:48px}.consultation-model h4{color:var(--text-primary);font-family:var(--font-heading);font-size:var(--text-lg);font-weight:600;margin:0 0 var(--space-3) 0}.consultation-model ul{display:flex;flex-direction:column;gap:var(--space-2);list-style:none;margin:0;padding:0}.consultation-model li{color:var(--text-secondary);font-size:var(--text-sm);line-height:1.4;padding-left:var(--space-3);position:relative}.consultation-model li:before{color:var(--trimergy-primary);content:"•";font-weight:700;left:0;position:absolute}.brand-highlight{color:var(--trimergy-primary);font-weight:600}.footer-section{background:var(--text-primary);color:var(--text-on-dark);margin-top:var(--space-16);padding:var(--space-10) var(--space-6) var(--space-6);width:100%}.footer-container{grid-gap:var(--space-8);align-items:flex-start;display:grid;gap:var(--space-8);grid-template-columns:1fr 2fr 1fr;max-width:1200px}.footer-logo{display:flex;justify-content:flex-start}.footer-logo img{height:48px;width:auto}.footer-info{text-align:left}.footer-info h4{color:var(--text-on-dark);font-family:var(--font-heading);font-size:var(--text-lg);font-weight:600;margin-bottom:var(--space-3)}.footer-info a{color:var(--text-on-dark);font-size:var(--text-base);text-decoration:none;transition:color .3s ease}.footer-info a:hover{color:var(--trimergy-primary-light)}.footer-links{display:flex;flex-wrap:wrap;gap:var(--space-6);margin-top:var(--space-4)}.footer-link{color:#ffffffb3;cursor:pointer;font-size:var(--text-sm)}.footer-link:hover{color:var(--trimergy-primary-light)}.footer-copy{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-end;text-align:right}.footer-copy p{color:#ffffffb3;font-size:var(--text-sm);margin:0}@media (max-width:1024px){.hero-content{gap:var(--space-8);grid-template-columns:1fr}.hero-text{align-items:center;text-align:center}.hero-subtitle{max-width:100%}.service-card{gap:var(--space-6);grid-template-columns:1fr;margin-left:0;padding:var(--space-6);width:100%}.service-content,.service-visual{grid-column:1!important}.consultation-models,.footer-container{grid-template-columns:1fr}.footer-container{gap:var(--space-6);text-align:center}.footer-logo{justify-content:center}.footer-info{text-align:center}.footer-links{justify-content:center}.footer-copy{align-items:center;text-align:center}}@media (max-width:768px){.hero-main{min-height:auto;padding:calc(60px + 2rem) var(--space-4) var(--space-8)}.hero-title{font-size:clamp(1.75rem,5vw,2rem)}.hero-subtitle{font-size:var(--text-base)}.services-section{padding:var(--space-12) var(--space-4)}.services-container{gap:var(--space-8)}.service-card{padding:var(--space-5)}.service-title{font-size:var(--text-xl)}.consultation-models{gap:var(--space-3)}.consultation-model{padding:var(--space-4)}.footer-section{padding:var(--space-8) var(--space-4) var(--space-5)}.footer-links{align-items:center;flex-direction:column;gap:var(--space-3)}}@media (max-width:480px){.hero-main{padding:calc(60px + 1.5rem) var(--space-3) var(--space-6)}.service-card{margin:0;padding:var(--space-4)}.service-icon{height:48px;width:48px}.service-icon img{height:24px;width:24px}}@media (max-width:768px){.desktop-nav{display:none!important}.mobile-menu-button{display:block!important}.user-info-header{gap:6px!important;padding:3px 6px!important}.user-info-header .user-avatar-header{font-size:.75rem!important;height:26px!important;width:26px!important}.user-info-header .user-details-header{display:none!important}.user-info-header .logout-btn-header{font-size:.65rem!important;padding:4px 6px!important}}@media (min-width:769px){.mobile-menu-button,.mobile-nav{display:none!important}}.features-tab--large{font-size:clamp(1.05rem,1.15vw,1.5rem)!important;min-height:50px;min-width:140px;padding:.65em 1.8em}.home-page{background:#fff;margin-top:-166px;overflow-x:hidden;width:100%}.home-hero{align-items:stretch;display:flex;min-height:100vh;overflow:hidden;position:relative}.hero-background{background-color:initial;height:100%;inset:0;overflow:hidden;position:absolute;width:100%;z-index:0}.hero-background picture,.hero-background-img{display:block;height:100%;width:100%}.hero-background-img{object-fit:cover;object-position:center}.hero-content{align-items:center;background:#0000;display:flex;flex-direction:column;justify-content:flex-end;margin-top:0;min-height:100vh;padding:200px 20px clamp(48px,7vh,80px);position:relative;text-align:center;width:100%;z-index:1}.hero-title{color:#000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(42px,4.2vw,60px);font-weight:700;line-height:.97;margin:0 auto 24px;max-width:1120px;padding:0 20px;width:100%}.hero-subtitle{color:#000;font-family:DM Sans,sans-serif;font-size:clamp(17px,1.5vw,22px);font-weight:300;line-height:1.4;margin-left:auto;margin-right:auto;max-width:1062px}.hero-subtitle strong{color:#000;font-weight:600}.hero-cta{background:#0000;border:1px solid #000;border-radius:100px;color:#000;cursor:pointer;font-family:Inter,sans-serif;font-size:20px;font-weight:700;height:56px;padding:0 50px;transition:all .3s ease}.hero-cta:hover{background:#0000000f;color:#000}a.features-cta-btn,a.features-panel-cta,a.hero-cta,a.services-wth-more{box-sizing:border-box;text-decoration:none}a.features-cta-btn,a.features-panel-cta,a.hero-cta,a.services-wth-more{align-items:center;display:inline-flex;justify-content:center}.hero-pagination{align-items:center;bottom:100px;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:24px;font-weight:500;height:35px;justify-content:center;position:absolute;right:100px;text-shadow:0 4px 4.6px #000;width:35px}.hero-scroll-indicator{background:#1e1e1e;bottom:20px;height:40px;left:50%;position:absolute;transform:translateX(-50%);width:2px}.features-section{background:#1e1e1e;border-bottom:1px solid #ffffffb3;color:#fff;padding:clamp(36px,4vw,70px) 20px clamp(32px,3.5vw,48px);position:relative}.features-section .features-description,.features-section .services-title{color:#fff}.features-services-header{align-items:flex-start;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;margin:0 auto 24px;max-width:1200px;text-align:left;width:100%}.features-services-header .services-title{font-size:clamp(24px,2.2vw,32px)}.features-services-header .features-description{font-size:clamp(15px,1.4vw,20px);margin:0;max-width:none}.features-centered-panel{background:#4b4b4b;border-radius:40px;box-sizing:border-box;display:flex;flex-direction:column;gap:clamp(18px,2vw,32px);margin:0 auto;max-width:1200px;min-height:auto;padding:clamp(24px,3vw,44px);width:100%}.features-centered-panel__header{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-start}.features-tab{align-items:center;border:1px solid #ffffff2e;border-radius:999px;color:#fff;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:14px;font-weight:600;justify-content:center;padding:10px 16px;text-align:center;transition:background .2s ease,transform .2s ease,border-color .2s ease;width:270px}.features-tab:hover{background:#ffffff1a;transform:translateY(-1px)}.features-tab--active{background:#0000;border-color:#49d651;color:#49d651}.features-centered-panel__content{align-items:stretch;display:flex;flex:1 1;justify-content:stretch}.features-panel-grid{grid-gap:clamp(28px,3.5vw,64px);align-items:stretch;display:grid;gap:clamp(28px,3.5vw,64px);grid-template-columns:.9fr 1.1fr;width:100%}.features-panel-text{display:flex;flex-direction:column;gap:0;padding-top:18px}.features-panel-title{color:#fff;font-family:Inter,sans-serif;font-size:clamp(24px,2.2vw,32px);font-weight:700;line-height:1.05;margin:0 0 clamp(18px,2.2vw,34px)}.features-panel-bullets{color:#fff;font-family:Inter,sans-serif;font-size:clamp(15px,1.3vw,19px);line-height:1.35;list-style:disc;margin:0 0 clamp(28px,3.5vw,60px);padding-left:28px}.features-panel-bullets li{font-weight:400;margin-bottom:clamp(14px,1.8vw,34px)}.features-panel-bullets li:last-child{margin-bottom:0}.features-panel-text .features-panel-cta{background-color:#49d651;border:none;border-radius:999px;color:#1e1e1e;cursor:pointer;font-family:Inter,sans-serif;font-size:16px;font-weight:600;padding:14px 28px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease;width:-webkit-fit-content;width:fit-content}.features-panel-text .features-panel-cta:hover{background-color:#3cc245;box-shadow:0 4px 12px #49d6514d;transform:translateY(-1px)}.features-panel-image{align-items:stretch;border-bottom-right-radius:40px;display:flex;justify-content:flex-end;margin-bottom:clamp(-44px,-3vw,-24px);margin-right:clamp(-44px,-3vw,-24px);min-width:0;overflow:hidden}.features-section--products{align-items:center;border-bottom:none;display:flex;justify-content:center;min-height:100vh;padding:clamp(60px,6vw,100px) 20px}.features-section--products .features-centered-panel{flex:1 1;max-width:1200px;width:100%}.features-panel-image img{border-radius:0;box-shadow:none;display:block;height:100%;max-width:none;object-fit:cover;width:100%}@media (max-width:900px){.features-panel-grid{align-items:start;gap:22px;grid-template-columns:1fr}.features-panel-image{border-bottom-right-radius:0;justify-content:center;margin-bottom:0;margin-right:0;order:-1;overflow:visible}.features-panel-text{padding-top:0}.features-panel-image img{border-radius:28px;box-shadow:0 18px 48px #00000059;height:auto;object-fit:contain}.features-panel-cta{justify-content:center;max-width:320px;width:100%}}.features-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:56px;margin:0 auto 60px;width:56px}.features-grid{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:minmax(0,1fr) 460px;margin:0 auto 80px;max-width:1320px;padding:0 20px;position:relative}.features-cta-wrapper{animation:featuresCtaFadeUp .8s ease-out .15s forwards;display:flex;justify-content:center;margin:28px auto;opacity:0;padding:0 20px;transform:translateY(18px)}.features-cta-btn{align-items:center;background-color:#49d651;border:none;border-radius:100px;color:#1e1e1e;cursor:pointer;display:inline-flex;font-family:Inter,sans-serif;font-size:clamp(18px,1.5vw,23px);font-weight:500;padding:14px 40px;transition:all .3s ease;width:-webkit-fit-content;width:fit-content}.features-cta-btn:hover{background-color:#3cc245;box-shadow:0 4px 12px #49d6514d;transform:translateY(-2px)}@keyframes featuresCtaFadeUp{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}.feature-card-imp{background:#1e1e1e;border-radius:53px;box-shadow:0 4px 28.6px 0 #00000040;min-height:642px;overflow:hidden;padding:98px 80px;position:relative;width:120%}.feature-card.main-card{margin-right:-100px;margin-top:40px;width:100%;z-index:1}.feature-card-overlay{background-image:url(/static/media/signals.76fee11ea220d23866fc.jpg);background-position:50%;background-size:cover;border-radius:54px;inset:0;opacity:.48;pointer-events:none;position:absolute}.feature-content{max-width:600px;position:relative;width:100%;z-index:1}.feature-title{color:#fff;font-family:Inter,sans-serif;font-size:40px;font-weight:500;line-height:.94;margin:0 0 40px}.feature-title .highlight{color:#49d651;font-weight:700}.feature-list{display:flex;flex-direction:column;gap:11px;list-style:none;margin:0;padding:0}.feature-list li{color:#fff;font-family:DM Sans,sans-serif;font-size:24px;line-height:normal;padding-left:33px;position:relative}.feature-list li:before{background-repeat:no-repeat;background-size:contain;content:"";height:24px;left:0;position:absolute;top:8px;width:24px}.feature-list li strong{font-weight:700}.feature-image-container{border-radius:35px;box-shadow:0 10px 30px #0003;height:500px;justify-self:end;margin-right:-120px;margin-top:80px;opacity:0;overflow:hidden;position:relative;transform:translateX(200px);transition:opacity .8s ease-out,transform .8s ease-out;width:700px;z-index:2}.feature-image-container.slide-in{opacity:1;transform:translateX(0)}.feature-image-img{border-radius:35px;height:100%;left:0;object-fit:cover;position:absolute;top:0;transition:opacity 1s ease-in-out;width:100%}.feature-image-background{opacity:1;z-index:1}.feature-image-background.fade-out{opacity:0}.feature-image-background-clean{opacity:0;z-index:1}.feature-image-background-clean.fade-in{opacity:1}.feature-image-second{border:4px solid #49d651;border-radius:35px;object-fit:contain;object-position:center;opacity:0;padding:5px;transform:scale(1.15);transition:opacity 1s ease-in-out,transform .3s ease;z-index:3}.feature-image-second.fade-in{opacity:1}.feature-image-container:hover .feature-image-second.fade-in{transform:scale(1.25)}.feature-image{background-image:url(/static/media/autoconsumos-spain-5.47f619a109542228604e.png);background-position:50%;background-size:cover;border-radius:35px;box-shadow:0 10px 30px #0003;height:500px;justify-self:end;margin-right:-120px;margin-top:80px;transition:width .3s ease,height .3s ease,margin .3s ease;width:700px;z-index:2}.features-description{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:clamp(18px,1.8vw,26px);line-height:normal;margin:0 auto;max-width:1203px;text-align:left}.features-description strong{font-weight:700}.services-section{background:#fff;padding:100px 20px 120px}.services-section,.services-section-wth{min-height:100%;overflow:hidden;position:relative}.services-section-wth{background:#ecf2f1;padding:clamp(60px,6vw,100px) 20px clamp(80px,9vw,150px)}.services-wth-header{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;width:100%}.services-wth-rows{display:flex;flex-direction:column;gap:clamp(36px,4.5vw,64px);margin:clamp(32px,4vw,60px) auto 0;max-width:1200px;padding:0 20px}.services-wth-row{grid-gap:clamp(28px,3.5vw,56px);align-items:center;display:grid;gap:clamp(28px,3.5vw,56px);grid-template-columns:1.45fr 1fr}.services-wth-row--image-right{grid-template-columns:1fr 1.45fr}.services-wth-image{aspect-ratio:819/614;border-radius:20px;display:block;height:auto;max-width:600px;object-fit:cover;width:100%}.services-wth-row--image-left .services-wth-image{justify-self:start}.services-wth-row--image-right .services-wth-image{justify-self:end}.services-wth-text{align-items:flex-start;display:flex;flex-direction:column}.services-wth-title{color:#1e1e1e;font-family:Inter,sans-serif;font-size:clamp(24px,2.2vw,32px);font-weight:700;line-height:normal;margin:0 0 14px}.services-wth-text .services-wth-more{background:#1e1e1e;border:none;border-radius:999px;color:#fff;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:600;margin-top:22px;padding:12px 18px;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.services-wth-text .services-wth-more:hover{background:#0f0f10;box-shadow:0 8px 18px #0000002e;transform:translateY(-1px)}.services-cards-container{display:flex;flex-wrap:wrap;gap:40px;justify-content:center;margin:60px auto 0;max-width:1220px}.service-card-transparent{align-items:center;background:#fff;border:1px solid #1e1e1e26;border-radius:24px;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;max-width:580px;overflow:hidden;padding:0;transition:all .3s ease;width:100%}.service-card-transparent:hover{border-color:#1e1e1e40;box-shadow:0 4px 16px #0000001a}.service-card-image{border-radius:24px 24px 0 0;display:block;height:300px;object-fit:cover;width:100%}.service-card-content{align-items:flex-start;display:flex;flex-direction:column;padding:32px 40px 40px;text-align:center;width:100%}.service-card-title{color:#1e1e1e;font-family:Inter,sans-serif;font-size:24px;font-weight:700;line-height:normal;margin:0 0 24px}.service-card-bullets{color:#1e1e1e;font-family:DM Sans,sans-serif;font-size:clamp(15px,1.3vw,19px);list-style:none;margin:0;padding:0;text-align:left;width:100%}.service-card-bullets li{line-height:1.5;margin-bottom:clamp(12px,1.2vw,20px);padding-left:clamp(30px,2.5vw,40px);position:relative;transition:all .3s ease}.service-card-bullets li:before{align-items:center;background:linear-gradient(135deg,#49d651,#3bc943);border-radius:50%;box-shadow:0 2px 8px #49d6514d;content:"";display:flex;height:22px;justify-content:center;left:0;position:absolute;top:6px;transition:all .3s ease;width:22px}.service-card-bullets li:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:6px;line-height:22px;position:absolute;top:2px;transition:all .3s ease}.services-content{flex-direction:column;gap:60px;margin:60px auto 0;max-width:1220px}.services-content,.services-item{align-items:flex-start;display:flex}.services-item{gap:40px;justify-content:flex-start;width:100%}.services-item-image{height:auto;max-width:640px;width:60%}.services-item-text{display:flex;flex-direction:column;gap:12px}.services-bullets{font-size:24px;list-style-type:disc;margin:0;padding-left:28px}.services-image{flex:1 1}.services-image img{border-radius:24px;display:block;height:auto;width:100%}.services-text{color:#1e1e1e;flex:1 1;font-family:Inter,sans-serif;font-size:18px}.services-text h3{font-size:28px;font-weight:600;margin:0 0 12px}.services-text ul{list-style-type:disc;margin:0 0 24px 20px;padding:0}.services-text li{margin-bottom:8px}.services-images-column{display:flex;flex:1 1;flex-direction:column;gap:24px}.services-images-column img{border-radius:24px;display:block;height:auto;width:100%}.services-curves{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}.services-curves-img{height:100%;object-fit:cover;object-position:center bottom;width:100%}.services-header{grid-gap:120px;align-items:center;display:grid;gap:120px;grid-template-columns:451px 1fr;margin:0 auto 80px;max-width:1220px;padding:0 20px}.services-title{color:#1e1e1e;font-size:clamp(32px,3.2vw,48px);font-weight:700}.services-title,.services-title-blk{font-family:Inter,sans-serif;line-height:normal;margin:0}.services-title-blk{color:#000;font-size:48px}.services-intro{color:#fff;font-family:DM Sans,sans-serif;font-size:35px;line-height:normal;margin:0}.services-intro strong{font-weight:700}.services-carousel{margin:0 auto;max-width:1248px;padding:0 20px;position:relative}.service-card{grid-gap:32px;align-items:start;background:#0000;display:grid;gap:32px;grid-template-columns:419px 1fr}.service-visual{background-position:50%;background-size:cover;border-radius:20px;min-height:320px;width:100%}.service-info{padding:40px 0}.service-title{color:#1e1e1e;font-family:Inter,sans-serif;font-size:40px;font-weight:600;line-height:1.1;margin:0 0 20px}.service-subtitle{font-size:24px;margin:0 0 16px}.service-description,.service-subtitle{color:#1e1e1e;font-family:Inter,sans-serif;font-weight:300}.service-description{font-size:20px;line-height:1.4;margin:0 0 20px}.service-features{color:#1e1e1e;font-family:Inter,sans-serif;font-size:24px;line-height:1.5;list-style:disc;margin:0 0 40px;padding-left:36px}.service-features li{margin-bottom:12px}.service-features li strong{font-weight:600}.service-cta{align-items:center;background:#49d651;border:none;border-radius:100px;color:#1e1e1e;cursor:pointer;display:inline-flex;font-family:Poppins,sans-serif;font-size:23px;font-weight:500;gap:12px;height:59px;padding:0 54px;transition:all .3s ease}.service-cta:hover{background:#3bc943;box-shadow:0 8px 20px #49d65166;transform:translateY(-2px)}.cta-arrow{font-size:20px}@media (max-width:1550px){.feature-image,.feature-image-container{height:430px;margin-right:-80px;width:600px}}@media (max-width:1400px){.feature-image,.feature-image-container{height:400px;margin-right:-60px;width:550px}}@media (max-width:1300px){.feature-image,.feature-image-container{height:360px;margin-right:-40px;width:500px}}@media (max-width:1200px){.home-page{margin-top:-138px}.home-hero{margin-top:0;min-height:100vh}.hero-content{min-height:100vh;padding:380px 24px 80px}.hero-title{font-size:48px}.features-grid{gap:60px;grid-template-columns:1fr;padding:0}.feature-card{min-height:auto}.feature-card-imp,.feature-card.main-card{margin-right:0;margin-top:0;order:2;width:100%}.feature-image,.feature-image-container{aspect-ratio:700/500;height:auto;justify-self:center;margin-right:0;margin-top:0;order:1;width:100%;z-index:1}.feature-content{max-width:none}.services-header{gap:40px;grid-template-columns:1fr;text-align:center}.services-title{justify-self:center}.service-card{grid-template-columns:1fr}.services-content{flex-direction:column;gap:32px}.services-image,.services-text{width:100%}.services-item{align-items:center;flex-direction:column;text-align:center}.services-item-image{max-width:680px;width:100%}.services-item-text{align-items:center;width:100%}.services-bullets{align-self:stretch;text-align:left}.services-item-text .highlight{font-size:32px}.services-bullets{font-size:20px}.services-cards-container{align-items:center;flex-direction:column;gap:32px}.services-wth-row{gap:28px;grid-template-columns:1fr}.services-wth-row--image-right{grid-template-areas:"image" "text"}.services-wth-row--image-right .services-wth-image{grid-area:image;justify-self:start}.services-wth-row--image-right .services-wth-text{grid-area:text}.service-card-transparent{max-width:100%}.service-card-image{height:250px}.service-card-title{font-size:30px}.service-card-bullets{font-size:18px}.service-card-bullets li{margin-bottom:16px;padding-left:36px}.service-card-bullets li:before{height:20px;top:4px;width:20px}.service-card-bullets li:after{font-size:13px;left:5px;line-height:20px;top:0}}@media (max-width:768px){.home-page{margin-top:-102px}.hero-background-img{object-fit:cover;object-position:center 30%;transform:scale(1);transform-origin:center top}.hero-content{justify-content:center;min-height:auto;padding:100px 20px 40px}.hero-title{font-size:42px;text-align:center}.hero-subtitle{font-size:18px;padding:0 12px;text-align:center}.features-section--products{min-height:auto;padding:32px 16px}.features-services-header{align-items:center;text-align:center}.features-description{text-align:center}.services-wth-text{align-items:center;text-align:center}.services-wth-title{text-align:center}.service-card-bullets{text-align:left}.hero-cta{font-size:16px;height:48px;max-width:320px;padding:0 32px;width:100%}.features-cta-btn,.features-panel-cta{font-size:16px;height:48px;justify-content:center;max-width:320px;padding:0 32px;width:100%}.features-panel-cta,.services-wth-more{align-items:center;display:inline-flex}.services-wth-more{font-size:16px;height:48px;justify-content:center;max-width:320px;padding:0 32px;width:100%}.feature-card{padding:48px 32px}.feature-title{font-size:30px}.feature-list li,.features-description{font-size:18px}.feature-image{aspect-ratio:700/500;border-radius:25px;height:auto;margin-right:0;margin-top:0;max-width:100%}.services-title{font-size:34px;text-align:center}.service-title{font-size:28px}.service-subtitle{font-size:20px}.service-features{font-size:18px}.service-cta{font-size:16px;height:48px;justify-content:center;max-width:320px;padding:0 32px;width:100%}.services-item-text .highlight{font-size:28px}.services-bullets{font-size:18px}.service-card-image{height:220px}.service-card-content{padding:24px 24px 32px}.services-wth-rows{gap:44px;padding:0 12px}.services-wth-image{border-radius:20px;max-height:360px}.services-wth-title{font-size:24px}.features-tab{font-size:12px;min-width:0;padding:8px 12px;width:auto}.features-tab--large{font-size:clamp(.75rem,3vw,.95rem)!important;min-height:40px;min-width:0;padding:.5em 1em}.features-centered-panel__header{flex-wrap:nowrap;gap:8px;justify-content:center}.service-card-title{font-size:26px;margin-bottom:20px}.service-card-bullets{font-size:16px}.service-card-bullets li{margin-bottom:14px;padding-left:34px}.service-card-bullets li:before{height:18px;top:3px;width:18px}.service-card-bullets li:after{font-size:12px;left:4px;line-height:18px;top:-1px}}@media (max-width:480px){.home-page{margin-top:-102px}.home-hero{margin-top:0;min-height:100vh}.hero-content{justify-content:center;min-height:auto;padding:80px 20px 32px}.hero-title{font-size:34px}.hero-subtitle{font-size:16px}.features-cta-wrapper{margin:8px auto 24px}.feature-card{border-radius:32px;padding:40px 24px}.feature-list li{padding-left:28px}.feature-image,.feature-image-container{aspect-ratio:700/500;border-radius:20px;height:auto;margin-right:0;margin-top:0;max-width:100%}.services-section{padding:80px 16px 100px}.service-card{gap:24px}.service-features{padding-left:20px}.services-item-text .highlight{font-size:24px}.services-bullets{font-size:16px}.services-cards-container{gap:24px}.service-card-image{height:200px}.service-card-content{padding:20px 20px 28px}.service-card-title{font-size:24px;margin-bottom:16px}.service-card-bullets{font-size:15px}.service-card-bullets li{margin-bottom:12px;padding-left:30px}.service-card-bullets li:before{height:18px;top:2px;width:18px}.service-card-bullets li:after{font-size:11px;left:4px;line-height:18px;top:-2px}}.landing-header-wrapper{box-sizing:border-box;left:0;padding:32px 117px;position:absolute;right:0;top:0;width:100%;z-index:1000}.landing-header{align-items:center;background-color:#1e1e1e;border-radius:51px;box-sizing:border-box;display:flex;height:102px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 37px;transition:all .3s ease}.landing-header.scrolled{box-shadow:0 4px 12px #0000004d}.header-logo{height:45px;width:183px}.header-logo,.header-logo-link{align-items:center;display:flex}.header-logo-link{height:100%;text-decoration:none;width:100%}.logo-image{height:100%;object-fit:contain;width:100%}.header-nav{align-items:center;display:flex;flex:1 1;gap:60px;justify-content:center;margin-left:20px;margin-right:20px}.nav-link{color:#fff;cursor:pointer;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;text-decoration:none;transition:color .3s ease;white-space:nowrap}.nav-link.active,.nav-link:hover{color:#49d651}.header-right{align-items:center;display:flex;gap:18px}.language-selector{align-items:center;cursor:pointer;display:flex}.flag-icon{border-radius:4px;height:29px;overflow:hidden;width:29px}.flag-image{height:100%;object-fit:cover;width:100%}.user-icon{align-items:center;cursor:pointer;display:flex;height:40px;justify-content:center;transition:opacity .3s ease;width:40px}.user-icon:hover{opacity:.8}.user-image{height:100%;object-fit:contain;width:100%}.register-button{align-items:center;background-color:#49d651;border:none;border-radius:100px;color:#1e1e1e;cursor:pointer;display:flex;font-family:DM Sans,sans-serif;font-size:22px;font-weight:600;height:45px;justify-content:center;padding:0 38px;transition:all .3s ease;white-space:nowrap}.register-button:hover{background-color:#3bc943;box-shadow:0 4px 12px #49d6514d;transform:translateY(-2px)}.register-button:active{transform:translateY(0)}a.register-button{text-decoration:none}.burger-button{align-items:center;background:#0000;border:none;border-radius:8px;cursor:pointer;display:none;flex-direction:column;height:40px;justify-content:center;margin-left:16px;padding:0;width:40px}.burger-line{background-color:#fff;border-radius:1px;height:2px;transition:all .25s ease;width:22px}.burger-line+.burger-line{margin-top:5px}.mobile-menu[open] .burger-button .burger-line:first-child{transform:translateY(7px) rotate(45deg)}.mobile-menu[open] .burger-button .burger-line:nth-child(2){opacity:0}.mobile-menu[open] .burger-button .burger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none}.mobile-menu summary.burger-button{cursor:pointer;list-style:none}.mobile-menu summary.burger-button::-webkit-details-marker{display:none}.mobile-nav{display:none}.mobile-nav-link{color:#fff;display:block;font-family:DM Sans,sans-serif;font-size:18px;font-weight:600;padding:12px 24px;text-decoration:none;transition:background-color .2s ease,color .2s ease}.mobile-nav-link:hover{background-color:#49d65114;color:#49d651}.mobile-nav-link.active{color:#49d651}@media (max-width:1400px){.landing-header-wrapper{padding:32px 60px}.header-nav{gap:40px;margin-left:60px}}@media (max-width:1200px){.landing-header-wrapper{padding:24px 40px}.landing-header{height:90px;padding:0 30px}.header-nav{gap:30px;margin-left:40px}.nav-link{font-size:20px}.register-button{font-size:18px;padding:0 30px}}@media (max-width:992px){.landing-header-wrapper{padding:20px}.landing-header{height:80px;padding:0 20px}.header-logo{height:38px;width:150px}.header-nav{gap:20px;margin-left:20px}.nav-link{font-size:18px}.register-button{font-size:16px;height:40px;padding:0 25px}.header-right{gap:12px}}@media (max-width:768px){.landing-header-wrapper{padding:16px}.landing-header{height:70px;padding:0 16px}.header-logo{height:32px;width:120px}.header-nav{display:none}.nav-link{font-size:16px}.register-button{font-size:14px;height:36px;padding:0 20px}.flag-icon,.user-icon{height:32px;width:32px}.burger-button{display:flex}.mobile-menu{display:block;flex-shrink:0;margin-left:16px}.mobile-menu .mobile-nav{background-color:#1e1e1e;border-radius:15px;box-shadow:0 4px 12px #0000004d;display:block;left:0;margin-top:8px;padding:8px 16px 16px;position:absolute;right:0;top:100%;z-index:999}}.footer{background-color:#fafafa;min-height:420px;overflow:hidden;padding:clamp(2rem,5vw,4rem) clamp(1rem,4vw,5rem);position:relative}.footer-curves{height:100%;pointer-events:none;position:absolute;right:0;top:0;width:50%}.footer-curves-inner{height:100%;position:relative;width:100%}.footer-curves-img{height:100%;object-fit:contain;object-position:right top;position:absolute;right:0;top:0;width:100%}.footer-container{box-sizing:border-box;flex-direction:column;gap:2.5rem;height:100%;margin:0 auto;max-width:min(100%,1520px);width:100%}.footer-container,.footer-content{display:flex;justify-content:space-between}.footer-content{color:#000;flex-direction:row;flex-wrap:wrap;gap:4rem}.footer-brand-section{align-items:flex-start;display:flex;flex-direction:column;gap:1.5rem;justify-content:space-between;max-width:340px}.footer-logo{height:60px;width:220px}a.footer-logo{display:block;text-decoration:none}.footer-logo-img{height:auto;width:100%}.footer-tagline{color:#4b5563;font-size:.95rem;line-height:1.5;margin:0}.footer-links-section{display:flex;flex:1 1;flex-direction:row;gap:clamp(2rem,6vw,7rem);min-width:260px}.footer-heading{align-items:center;color:#1e1e1e;display:flex;font-size:1rem;font-weight:700;gap:.5rem;letter-spacing:.025em;margin-bottom:1rem}.footer-heading-icon{height:19px;width:19px}.footer-list{color:#1e1e1e;list-style:none;margin:0;padding:0}.footer-list li{margin-bottom:.5rem}.footer-link{color:#1e1e1e;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#16a34a}.footer-contact-info{color:#1e1e1e;display:flex;flex-direction:column;font-style:normal;gap:.4rem}.footer-contact-item{color:inherit;font-weight:500;text-decoration:none;transition:color .3s ease}.footer-contact-item:focus-visible,.footer-contact-item:hover{color:#16a34a}.footer-divider{background-color:#1e1e1e1a;height:1px;width:100%}.footer-bottom{gap:clamp(.75rem,2vw,1.5rem);justify-content:space-between;width:100%}.footer-bottom,.footer-logos{align-items:center;display:flex;flex-wrap:nowrap;min-width:0}.footer-logos{flex:0 1 auto;gap:clamp(1rem,2vw,1.75rem)}.footer-eu-logo{flex-shrink:0;width:272px}.footer-eu-logo-img{height:auto;width:100%}.footer-partners{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:clamp(.75rem,1.5vw,1.25rem)}.footer-partner-logo{flex-shrink:0;width:120px}.footer-partner-logo-img{height:auto;width:100%}.footer-certification{align-items:center;display:flex;flex-shrink:0;flex-wrap:nowrap;gap:.5rem}.footer-certification-label{color:#1e1e1e;font-size:.875rem;font-weight:500;letter-spacing:.02em;white-space:nowrap}.footer-upv-logo{display:block;height:36px;max-width:140px;object-fit:contain;width:auto}.footer-nav{align-items:center;color:#1e1e1e;display:flex;flex:1 1 auto;flex-wrap:nowrap;font-weight:300;gap:clamp(.5rem,1.1vw,1.25rem);justify-content:flex-end;min-width:0}.footer-nav-link{color:#1e1e1e;font-size:clamp(.8125rem,1.1vw,.9375rem);text-decoration:none;transition:color .3s ease;white-space:nowrap}.footer-nav-link:hover{color:#16a34a}@media (max-width:1200px){.footer-curves{width:60%}.footer-content{gap:3rem}.footer-brand-section{align-items:center;flex-direction:row;max-width:100%}.footer-tagline{max-width:420px}}@media (max-width:992px){.footer{padding:2.5rem clamp(1.5rem,6vw,4rem)}.footer-content{flex-direction:column}.footer-brand-section{align-items:flex-start;flex-direction:column}.footer-links-section{justify-content:space-between;width:100%}}@media (max-width:768px){.footer-curves{opacity:.3;width:75%}.footer-links-section{flex-direction:column;gap:2rem}.footer-bottom{align-items:stretch;flex-direction:column;gap:1.5rem;width:100%}.footer-logos{align-items:flex-start;flex-direction:column;gap:1rem}.footer-partners{flex-wrap:wrap;width:100%}.footer-nav{flex-wrap:wrap;justify-content:flex-start;row-gap:.75rem}.footer-nav-link{white-space:normal}}@media (max-width:480px){.footer{padding:2rem 1.25rem}.footer-nav{flex-direction:column;gap:.75rem}.footer-eu-logo{width:200px}.footer-partner-logo{width:100px}.footer-upv-logo{height:30px;max-width:120px}}.child-wrapper{padding-top:166px;width:100%}@media (max-width:1200px){.child-wrapper{padding-top:138px}}@media (max-width:992px){.child-wrapper{padding-top:120px}}@media (max-width:768px){.child-wrapper{padding-top:102px}}.whatsapp-float-wrapper{bottom:24px;position:fixed;right:24px;z-index:9999}.whatsapp-float{background:#25d366;border:none;border-radius:999px;box-shadow:0 10px 24px #0003;height:56px;position:relative;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease;width:56px}.whatsapp-float,.whatsapp-float__close{align-items:center;color:#fff;cursor:pointer;display:flex;justify-content:center}.whatsapp-float__close{background:#555;border:2px solid #fff;border-radius:999px;font-size:14px;height:22px;line-height:1;opacity:0;padding:0;position:absolute;right:-6px;top:-6px;transition:opacity .2s ease,visibility .2s ease,background .15s ease;visibility:hidden;width:22px;z-index:1}.whatsapp-float-wrapper:hover .whatsapp-float__close{opacity:1;visibility:visible}.whatsapp-float__close:hover{background:#e74c3c}.whatsapp-float:after{background:#1f1f1f;border-radius:999px;color:#fff;content:"Soporte";font-size:12px;font-weight:600;letter-spacing:.2px;opacity:0;padding:6px 10px;pointer-events:none;position:absolute;right:calc(100% + 12px);top:50%;transform:translateY(-50%);transition:opacity .2s ease,visibility .2s ease;visibility:hidden;white-space:nowrap}.whatsapp-float:hover{box-shadow:0 14px 28px #00000040;transform:translateY(-2px) scale(1.02)}.whatsapp-float:focus-visible:after,.whatsapp-float:hover:after{opacity:1;visibility:visible}.whatsapp-float:focus-visible{outline:3px solid #25d36680;outline-offset:4px}.whatsapp-float__icon{display:block}.whatsapp-float--minimized{bottom:24px;height:28px;opacity:.35;position:fixed;right:24px;width:28px;z-index:9999}.whatsapp-float--minimized:after{content:"Mostrar WhatsApp"}.whatsapp-float--minimized:hover{opacity:.9;transform:scale(1.15)}@media (max-width:768px){.whatsapp-float-wrapper{bottom:16px;right:16px}.whatsapp-float{height:52px;width:52px}.whatsapp-float--minimized{bottom:16px;height:24px;right:16px;width:24px}}
/*# sourceMappingURL=main.b66b64a7.css.map*/