
/* Electric Life shop layer */
.el-submenu-wide{width:240px!important}.el-nav-cart{position:relative}.el-cart-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;margin-left:6px;padding:0 6px;border-radius:999px;background:#00d061;color:#06150f!important;font-size:12px;font-weight:800;line-height:1}.el-shop-hero{min-height:520px;padding:170px 40px 90px;background:radial-gradient(circle at 85% 15%, rgba(0,208,97,.30), transparent 32%),linear-gradient(135deg,#06150f 0%,#071c14 44%,#101827 100%);color:#fff;position:relative;overflow:hidden}.el-shop-hero:after{content:"";position:absolute;right:-160px;bottom:-220px;width:520px;height:520px;border-radius:50%;border:1px solid rgba(255,255,255,.08);box-shadow:0 0 120px rgba(0,208,97,.15)}.el-shop-hero-inner{max-width:1180px;margin:0 auto;position:relative;z-index:1}.el-shop-kicker{color:#00d061;text-transform:uppercase;letter-spacing:2px;font-weight:700;margin-bottom:18px}.el-shop-hero h1{font-size:64px;line-height:1.03;margin:0 0 22px;color:#fff;max-width:880px}.el-shop-hero p{font-size:20px;line-height:1.7;color:#d7dee9;max-width:790px}.el-shop-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:34px}.el-shop-button,.el-shop-button-alt{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;border-radius:999px;padding:16px 24px;background:#00d061;color:#06150f;font-weight:800;font-size:16px;cursor:pointer;transition:.25s;text-decoration:none}.el-shop-button:hover{transform:translateY(-2px);box-shadow:0 16px 40px rgba(0,208,97,.22);color:#06150f}.el-shop-button-alt{background:rgba(255,255,255,.08);color:#fff;border:1px solid rgba(255,255,255,.16)}.el-shop-button-alt:hover{background:#fff;color:#06150f}.el-shop-page{background:#f5f7f8;padding:70px 40px}.el-shop-container{max-width:1240px;margin:0 auto}.el-shop-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:30px}.el-shop-toolbar h2{font-size:42px;line-height:1.1;margin:0;color:#07120d}.el-shop-toolbar p{color:#64748b;font-size:17px;max-width:680px;line-height:1.6;margin:10px 0 0}.el-shop-filter-row{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 34px}.el-shop-filter{border:1px solid #e2e8f0;background:#fff;color:#111827;border-radius:999px;padding:12px 18px;font-weight:800;cursor:pointer;transition:.2s}.el-shop-filter.active,.el-shop-filter:hover{background:#06150f;color:#fff;border-color:#06150f}.el-shop-category{margin:44px 0}.el-shop-category-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:18px}.el-shop-category-head h3{font-size:30px;font-weight:900;color:#07120d;margin:0}.el-shop-category-head span{color:#64748b;font-weight:700}.el-product-rail{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:18px}.el-product-card{background:#fff;border:1px solid #e8eef3;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.07);transition:.22s;display:flex;flex-direction:column;min-height:390px;position:relative}.el-product-card:hover{transform:translateY(-5px);box-shadow:0 24px 55px rgba(15,23,42,.12);border-color:rgba(0,208,97,.28)}.el-product-image{height:158px;background:#07120d;display:flex;align-items:center;justify-content:center;overflow:hidden}.el-product-image img{width:100%;height:100%;object-fit:cover}.el-product-badge{position:absolute;top:14px;left:14px;background:#00d061;color:#06150f;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.5px}.el-product-content{padding:16px 16px 14px;display:flex;flex-direction:column;gap:10px;flex:1}.el-product-content h4{font-size:18px;line-height:1.15;color:#06150f;margin:0;font-weight:900}.el-product-content p{font-size:14px;line-height:1.45;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.el-product-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.el-product-price{font-size:20px;font-weight:900;color:#06150f}.el-product-unit{color:#64748b;font-size:13px;font-weight:700}.el-product-actions{display:flex;gap:8px;margin-top:10px}.el-product-actions button{flex:1;border:0;border-radius:14px;padding:12px 10px;font-weight:900;cursor:pointer}.el-product-details{background:#f1f5f9;color:#06150f}.el-product-add{background:#00d061;color:#06150f}.el-shop-note{margin-top:34px;background:#06150f;color:#d9fbe9;border-radius:28px;padding:30px;display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.el-shop-note h3{color:#fff;font-size:28px;margin:0 0 10px}.el-shop-note p{margin:0;color:#cbd5e1;line-height:1.65}.el-modal-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.64);z-index:11000;display:none;align-items:center;justify-content:center;padding:18px}.el-modal-backdrop.active{display:flex}.el-modal{background:#fff;border-radius:30px;width:min(1040px,96vw);max-height:92vh;overflow:auto;box-shadow:0 30px 100px rgba(0,0,0,.32);position:relative}.el-modal-close{position:absolute;right:18px;top:18px;width:44px;height:44px;border:0;border-radius:50%;background:#06150f;color:#fff;font-size:24px;font-weight:800;cursor:pointer;z-index:2}.el-modal-grid{display:grid;grid-template-columns:1fr 1fr}.el-modal-img{min-height:460px;background:#07120d}.el-modal-img img{width:100%;height:100%;object-fit:cover}.el-modal-content{padding:42px}.el-modal-content .el-product-badge{position:static;display:inline-flex;margin-bottom:18px}.el-modal-content h2{font-size:38px;line-height:1.1;margin:0 0 8px;color:#06150f}.el-modal-price{font-size:28px;font-weight:900;color:#06150f;margin-bottom:18px}.el-modal-desc{font-size:17px;color:#475569;line-height:1.7;margin-bottom:22px}.el-modal-specs{border:1px solid #e2e8f0;border-radius:20px;padding:18px;margin:20px 0;background:#f8fafc}.el-modal-specs h3{font-size:18px;color:#06150f;margin:0 0 12px}.el-modal-specs ul{padding-left:0;margin:0;display:grid;gap:9px}.el-modal-specs li{color:#475569;line-height:1.4;list-style:none;position:relative;padding-left:24px}.el-modal-specs li:before{content:"✓";position:absolute;left:0;color:#00b95a;font-weight:900}.el-qty-row{display:flex;gap:12px;align-items:center;margin:18px 0}.el-qty-row input{width:90px;border:1px solid #cbd5e1;border-radius:14px;padding:14px;font-weight:800;font-size:16px}.el-modal-footer-actions{display:flex;gap:12px;flex-wrap:wrap}.el-toast{position:fixed;right:20px;bottom:24px;background:#06150f;color:#fff;border-radius:16px;padding:14px 18px;box-shadow:0 20px 55px rgba(0,0,0,.22);z-index:12000;display:none;font-weight:800}.el-toast.active{display:block}.el-cart-page{background:#f5f7f8;padding:170px 40px 80px;min-height:800px}.el-cart-layout{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.2fr .8fr;gap:24px}.el-panel{background:#fff;border-radius:28px;padding:28px;border:1px solid #e5edf2;box-shadow:0 16px 40px rgba(15,23,42,.06)}.el-panel h1,.el-panel h2{font-size:34px;line-height:1.1;margin:0 0 20px;color:#06150f}.el-cart-item{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid #e2e8f0}.el-cart-item:last-child{border-bottom:0}.el-cart-item img{width:92px;height:72px;object-fit:cover;border-radius:16px;background:#06150f}.el-cart-item h3{font-size:18px;color:#06150f;margin:0 0 6px}.el-cart-item p{font-size:14px;color:#64748b;margin:0}.el-cart-controls{display:flex;gap:8px;align-items:center}.el-cart-controls input{width:64px;border:1px solid #cbd5e1;border-radius:12px;padding:10px;text-align:center;font-weight:800}.el-remove{border:0;background:#fee2e2;color:#991b1b;border-radius:12px;padding:10px;cursor:pointer;font-weight:900}.el-empty{padding:28px;border:1px dashed #cbd5e1;border-radius:20px;color:#64748b;text-align:center}.el-form-grid{display:grid;gap:12px}.el-form-grid label{font-weight:800;color:#06150f}.el-form-grid input,.el-form-grid textarea{width:100%;border:1px solid #d8e2ea;border-radius:14px;padding:14px;font-size:15px;outline:none}.el-form-grid textarea{min-height:110px;resize:vertical}.el-summary-row{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-bottom:1px solid #e2e8f0;color:#475569;font-weight:800}.el-summary-row strong{color:#06150f}.el-account-page{background:#f5f7f8;padding:170px 40px 80px;min-height:760px}.el-account-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:.8fr 1.2fr;gap:24px}.el-order-card{border:1px solid #e2e8f0;border-radius:18px;padding:18px;margin-bottom:14px;background:#f8fafc}.el-order-card h3{margin:0 0 6px;color:#06150f}.el-order-card p{margin:0 0 8px;color:#64748b}.el-order-card ul{margin:8px 0 0;padding:0}.el-order-card li{list-style:none;color:#475569;padding:3px 0}.el-guide-page{background:#f5f7f8;padding:170px 40px 80px}.el-guide-container{max-width:980px;margin:0 auto;background:#fff;border:1px solid #e5edf2;border-radius:34px;padding:44px;box-shadow:0 18px 50px rgba(15,23,42,.07)}.el-guide-container h1{font-size:48px;line-height:1.08;color:#06150f;margin:0 0 18px}.el-guide-container h2{font-size:30px;line-height:1.2;margin:36px 0 14px;color:#06150f}.el-guide-container p,.el-guide-container li{font-size:17px;line-height:1.75;color:#475569}.el-guide-container ul,.el-guide-container ol{padding-left:24px}.el-guide-highlight{background:#06150f;color:#fff;border-radius:24px;padding:24px;margin:28px 0}.el-guide-highlight p,.el-guide-highlight li{color:#d7dee9}.el-guide-highlight h3{font-size:24px;color:#fff;margin:0 0 12px}.el-guide-cta{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.el-home-shop-insert{background:#f5f7f8;padding:80px 40px}.el-home-shop-insert .el-shop-container{max-width:1240px;margin:0 auto}@media (max-width:1024px){.el-modal-grid,.el-cart-layout,.el-account-grid,.el-shop-note{grid-template-columns:1fr}.el-shop-hero h1{font-size:48px}.el-product-rail{grid-template-columns:repeat(auto-fill,minmax(190px,1fr))}.el-modal-img{min-height:320px}}@media (max-width:767px){.el-shop-hero,.el-shop-page,.el-cart-page,.el-account-page,.el-guide-page{padding-left:18px;padding-right:18px}.el-shop-hero{padding-top:145px;min-height:500px}.el-shop-hero h1{font-size:38px}.el-shop-hero p{font-size:17px}.el-shop-toolbar{display:block}.el-shop-toolbar h2{font-size:34px}.el-product-rail{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:14px}.el-product-card{min-width:230px;scroll-snap-align:start}.el-modal{border-radius:24px}.el-modal-content{padding:26px}.el-modal-content h2{font-size:30px}.el-cart-item{grid-template-columns:78px 1fr}.el-cart-controls{grid-column:1/-1}.el-guide-container{padding:26px;border-radius:24px}.el-guide-container h1{font-size:34px}}

/* Electric Life Commerce polish v2 */
body.el-commerce-page{background:#f4f7f6;color:#06150f;}
body.el-commerce-page .top-navbar{position:fixed;top:0;left:0;right:0;padding:10px 40px;background:rgba(7,18,13,.76);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(255,255,255,.10);box-shadow:0 18px 55px rgba(6,21,15,.18);transition:.25s ease;}
body.el-commerce-page .top-navbar.sticky{padding:8px 40px;background:rgba(7,18,13,.86);backdrop-filter:blur(16px);}
body.el-commerce-page .menu a{color:#fff!important;text-shadow:none;}
body.el-commerce-page .dots-circle{background:#00d061;box-shadow:0 0 0 4px rgba(0,208,97,.08)}
body.el-commerce-page .dropdown.active-link>a,body.el-commerce-page .menu a:hover{color:#00d061!important;}
body.el-commerce-page .submenu a{color:#06150f!important;text-shadow:none;}
body.el-commerce-page .desktop-get-a-quote-btn{box-shadow:0 12px 32px rgba(0,208,97,.25);}
.el-nav-cart,.el-nav-account,.desktop-get-a-quote-btn span{display:inline-flex!important;align-items:center;gap:8px;}
.el-nav-cart::before,.el-nav-account::before,.el-btn-icon,.el-title-icon,.el-mini-icon{content:"";display:inline-block;background:currentColor;flex:0 0 auto;mask-size:contain;mask-repeat:no-repeat;mask-position:center;-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;-webkit-mask-position:center;}
.el-nav-cart::before,.el-nav-account::before{width:18px;height:18px;color:inherit;}
.el-nav-cart::before,.el-btn-icon.cart,.el-title-icon.cart{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.9a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.9a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E");}
.el-nav-account::before,.el-btn-icon.user,.el-title-icon.user,.el-mini-icon.user{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");}
.el-title-icon.lock{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='11' width='18' height='11' rx='2'/%3E%3Cpath d='M7 11V7a5 5 0 0 1 10 0v4'/%3E%3C/svg%3E");}
.el-title-icon.shield{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.8 8 11 4.6-1.2 8-5.8 8-11V5l-8-3Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='black'%3E%3Cpath d='M12 2 4 5v6c0 5.2 3.4 9.8 8 11 4.6-1.2 8-5.8 8-11V5l-8-3Z'/%3E%3C/svg%3E");}
.el-title-icon.order,.el-btn-icon.send{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='M22 2 15 22l-4-9-9-4 20-7Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 2 11 13'/%3E%3Cpath d='M22 2 15 22l-4-9-9-4 20-7Z'/%3E%3C/svg%3E");}
.el-btn-icon{width:18px;height:18px}.el-title-icon{width:28px;height:28px;color:#00d061;margin-right:10px;vertical-align:-5px}.el-mini-icon{width:18px;height:18px;color:#00d061;margin-right:8px;vertical-align:-3px}
.el-page-intro{max-width:1180px;margin:0 auto 28px;padding:36px 40px;border:1px solid rgba(0,208,97,.16);border-radius:32px;background:radial-gradient(circle at 100% 0, rgba(0,208,97,.16), transparent 40%),linear-gradient(135deg,#fff,#f7fbf9);box-shadow:0 20px 55px rgba(15,23,42,.06)}
.el-page-intro h1{font-size:52px;line-height:1.02;margin:6px 0 12px;color:#06150f;font-weight:900;letter-spacing:-1.4px}.el-page-intro p:not(.common-title){font-size:18px;line-height:1.65;color:#64748b;max-width:860px;margin:0}.el-shop-hero{background:linear-gradient(135deg,rgba(6,21,15,.86),rgba(6,21,15,.68)),url('../images/page-visuals/green-energy.png') center/cover no-repeat;}
.el-shop-page{background:linear-gradient(180deg,#f4f7f6 0%,#ffffff 48%,#f4f7f6 100%);padding:75px 40px 90px}.el-shop-toolbar{align-items:center}.el-shop-toolbar h2{letter-spacing:-1.1px}.el-shop-filter{display:inline-flex;align-items:center;gap:8px;box-shadow:0 10px 30px rgba(15,23,42,.05)}.el-shop-filter span{color:#00d061}.el-shop-filter.active span,.el-shop-filter:hover span{color:#00d061}.el-shop-category{background:rgba(255,255,255,.7);border:1px solid #e6efe9;border-radius:34px;padding:26px;margin:34px 0;box-shadow:0 20px 50px rgba(15,23,42,.045)}.el-shop-category-head>div{display:flex;align-items:center;gap:12px}.el-section-icon{width:42px;height:42px;border-radius:14px;display:grid;place-items:center;background:#06150f;color:#00d061;font-weight:900}.el-product-group-head{display:flex;align-items:center;justify-content:space-between;margin:24px 0 16px;padding-top:8px}.el-product-group-head h3{font-size:22px;color:#06150f;margin:0}.el-product-group-head span{background:#eef8f2;color:#0c7b42;border-radius:999px;padding:7px 11px;font-weight:900}.el-product-rail{gap:22px}.el-product-card{border-radius:28px;min-height:438px;border:1px solid #e4eee8;box-shadow:0 18px 45px rgba(15,23,42,.075)}.el-product-image{height:190px;background:#eef5f1;border:0;width:100%;cursor:pointer;padding:0}.el-product-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .35s ease}.el-product-card:hover .el-product-image img{transform:scale(1.04)}.el-product-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;font-size:12px;color:#64748b;font-weight:800}.el-product-badge{position:static;display:inline-flex;background:#00d061;color:#06150f;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.4px}.el-product-content{padding:18px}.el-product-content h4{font-size:20px;letter-spacing:-.4px}.el-product-price{font-size:18px;color:#06150f}.el-product-actions button{border-radius:999px}.el-product-details{background:#f1f5f9}.el-product-add{background:#00d061;color:#06150f}.el-shop-note{background:radial-gradient(circle at 100% 0, rgba(0,208,97,.25), transparent 40%),#06150f}.el-modal-img{background:#f2f7f4}.el-modal-img img{object-fit:cover}.el-price-note{margin:-10px 0 18px!important;color:#0b8c49!important;font-weight:800;font-size:14px!important}.el-shop-button[disabled]{opacity:.55;cursor:not-allowed}.el-shop-button-alt.dark{background:#f1f5f9;color:#06150f;border-color:#dbe7e1}.el-shop-button-alt.dark:hover{background:#06150f;color:#fff}.el-cart-page,.el-account-page,.el-guide-page{background:linear-gradient(180deg,#f3f6f5 0%,#ffffff 48%,#f5f8f6 100%);padding:142px 40px 80px}.el-panel{border-radius:32px;border:1px solid #e3eee8;box-shadow:0 22px 65px rgba(15,23,42,.07)}.el-panel h1,.el-panel h2{letter-spacing:-.8px}.el-cart-item{grid-template-columns:116px 1fr auto;padding:18px 0}.el-cart-item img{width:116px;height:86px;border-radius:20px;background:#eef5f1}.el-form-grid input,.el-form-grid textarea{background:#fbfdfc;transition:.2s}.el-form-grid input:focus,.el-form-grid textarea:focus{border-color:#00d061;box-shadow:0 0 0 4px rgba(0,208,97,.10);background:#fff}.el-checkout-user{border:1px solid #dcebe3;background:#f7fbf9;border-radius:18px;padding:12px 14px;margin:0 0 14px;color:#475569}.el-checkout-user.muted{color:#64748b}.el-checkout-user a{color:#008b45;font-weight:900}.el-captcha{display:grid;grid-template-columns:1fr 110px;gap:12px;align-items:center;background:#f7fbf9;border:1px solid #dcebe3;border-radius:18px;padding:12px}.el-captcha strong{display:block;color:#06150f}.el-captcha span{display:block;color:#64748b;font-size:14px;margin-top:2px}.el-captcha input{height:48px;text-align:center;font-weight:900}.el-hp{position:absolute!important;left:-9999px!important;opacity:0!important;height:0!important;width:0!important}.el-auth-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.05fr .95fr;gap:24px}.el-auth-tabs{display:flex;gap:8px;flex-wrap:wrap;margin-bottom:22px}.el-auth-tabs button,.el-link-btn{border:1px solid #dcebe3;background:#fff;border-radius:999px;padding:12px 16px;font-weight:900;color:#06150f;cursor:pointer}.el-auth-tabs button.active,.el-auth-tabs button:hover{background:#06150f;color:#fff;border-color:#06150f}.el-auth-view{display:none}.el-auth-view.active{display:block}.el-security-panel{background:radial-gradient(circle at 100% 0, rgba(0,208,97,.16), transparent 38%),#06150f;color:#d9fbe9}.el-security-panel h2{color:#fff}.el-security-panel ul{padding-left:20px;margin:0}.el-security-panel li{line-height:1.65;margin:8px 0;color:#d8efe3}.el-demo-code{padding:14px 16px;border-radius:16px;background:#06150f;color:#d9fbe9;font-weight:800}.el-reset-form{margin-top:18px}.el-account-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.el-local-note{color:#64748b;line-height:1.6;margin:18px 0 0}.el-legal-badges{border-top:1px solid rgba(255,255,255,.08);padding:24px 0 0;margin-top:24px;display:flex;gap:14px;align-items:center;flex-wrap:wrap}.el-legal-badge{width:250px;max-width:100%;height:50px;border-radius:12px;text-decoration:none;display:flex;align-items:center;justify-content:center;gap:10px;font-weight:900;letter-spacing:.2px;border:1px solid rgba(255,255,255,.14);box-shadow:0 12px 32px rgba(0,0,0,.14);transition:.2s}.el-legal-badge.anpc{background:#0f172a;color:#fff}.el-legal-badge.sal{background:#fff;color:#06150f}.el-legal-badge:hover{transform:translateY(-2px)}.el-legal-badge small{font-size:11px;opacity:.72;display:block;line-height:1}.el-legal-badge strong{font-size:16px;line-height:1}.el-legal-note{color:#9fb5ab;font-size:13px;line-height:1.5;margin-top:8px;flex-basis:100%}@media(max-width:1024px){.el-auth-grid{grid-template-columns:1fr}.el-page-intro h1{font-size:42px}}@media(max-width:767px){body.el-commerce-page .top-navbar{padding:10px 18px}.el-page-intro{padding:28px 22px;border-radius:24px}.el-page-intro h1{font-size:34px}.el-cart-page,.el-account-page,.el-guide-page{padding-top:125px}.el-captcha{grid-template-columns:1fr}.el-cart-item{grid-template-columns:86px 1fr}.el-cart-item img{width:86px;height:68px}.el-auth-tabs button{flex:1}.el-legal-badge{width:100%}}
.desktop-get-a-quote-btn span::before{content:"";width:18px;height:18px;background:currentColor;display:inline-block;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.9a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.3' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.9a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat;}


/* V3 refinements: complex nav, product images, favorites, share, small ANPC/SAL badges */
body.el-commerce-page .top-navbar{background:rgba(6,21,15,.58);backdrop-filter:blur(12px);padding:12px 32px!important;border-bottom:1px solid rgba(255,255,255,.08)}
body.el-commerce-page .top-navbar.sticky{background:rgba(6,21,15,.78)}
.el-header-actions{display:flex;align-items:center;gap:8px;margin-left:18px}
.el-header-action{position:relative;display:inline-flex;align-items:center;gap:7px;color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.07);border-radius:999px;padding:9px 11px;font-size:14px!important;font-weight:500!important;line-height:1;letter-spacing:.1px;transition:.2s;white-space:nowrap}
.el-header-action:hover{background:#00d061;color:#06150f;border-color:#00d061;transform:translateY(-1px)}
.el-header-action b{min-width:20px;height:20px;border-radius:999px;background:#00d061;color:#06150f;display:inline-grid;place-items:center;font-size:12px;font-weight:700;padding:0 5px}.el-header-action:hover b{background:#06150f;color:#fff}
.el-nav-icon{width:17px;height:17px;background:currentColor;display:inline-block;mask-position:center;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:contain}.el-nav-icon.heart{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20.8 4.6a5.5 5.5 0 0 0-7.8 0L12 5.6l-1-1a5.5 5.5 0 0 0-7.8 7.8l1 1L12 21l7.8-7.6 1-1a5.5 5.5 0 0 0 0-7.8Z'/%3E%3C/svg%3E")}.el-nav-icon.cart{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.9a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h8.9a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E")}.el-nav-icon.user{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21a8 8 0 0 0-16 0'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E")}
.el-mobile-quick-actions{display:none}.menu .submenu.el-submenu-wide{width:260px}.menu .submenu a{font-size:15px!important;font-weight:500!important}.dropdown a{font-weight:500!important}.dots-circle{margin:0 18px!important}
.el-product-card{position:relative;overflow:hidden}.el-product-image{height:214px!important;background:#fff!important;padding:10px!important}.el-product-image img{object-fit:contain!important;border-radius:20px}.el-card-tools{position:absolute;top:14px;right:14px;display:flex;gap:8px;z-index:3}.el-icon-pill{width:36px;height:36px;border:0;border-radius:999px;background:rgba(255,255,255,.92);box-shadow:0 10px 25px rgba(15,23,42,.12);display:grid;place-items:center;color:#06150f;font-size:18px;line-height:1;cursor:pointer;transition:.2s}.el-icon-pill:hover,.el-icon-pill.active{background:#00d061;color:#06150f;transform:translateY(-2px)}.el-icon-pill.share{font-size:17px}.el-product-rail.el-favorites-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(245px,280px));gap:24px}.el-share-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:16px 0 12px}.el-share-row span{font-weight:800;color:#06150f}.el-share-row button,.el-share-row a{border:1px solid #dcebe3;background:#f7fbf9;color:#06150f;border-radius:999px;padding:9px 13px;font-weight:700;text-decoration:none;line-height:1}.el-share-row button:hover,.el-share-row a:hover{background:#06150f;color:#fff;border-color:#06150f}.el-page-product-section{padding:70px 40px;background:linear-gradient(180deg,#fff,#f5f8f6)}.el-page-product-section .el-shop-page{padding:0}.el-shop-toolbar.embedded{margin-bottom:18px}.el-shop-category.embedded{margin:20px 0 0}.el-shop-category.embedded .el-shop-category-head{display:none}.el-shop-hero-inner>p:not(.el-shop-kicker){max-width:880px}.el-shop-note h3{font-size:26px}.el-legal-badges{padding:12px 0 0!important;margin-top:14px!important;gap:8px!important}.el-legal-badge{width:auto!important;min-width:118px!important;height:34px!important;border-radius:10px!important;padding:0 12px!important;gap:7px!important;box-shadow:none!important}.el-legal-badge strong{font-size:13px!important;line-height:1!important}.el-legal-badge small{display:none!important}.el-legal-badge span:first-child{font-size:14px}.el-legal-note{display:none!important}.desktop-get-a-quote-btn{display:none!important}
@media(max-width:1240px){.dropdown a{font-size:15px!important}.dots-circle{margin:0 10px!important}.el-header-action span:not(.el-nav-icon){display:none}.el-header-action{padding:10px}.el-header-action b{position:absolute;right:-5px;top:-5px}}
@media(max-width:991px){.el-header-actions{display:none}.el-mobile-quick-actions{display:flex;gap:8px;flex-wrap:wrap;margin:22px 0}.el-mobile-quick-actions .el-header-action{display:inline-flex;color:#06150f;background:#f1f5f9;border-color:#dcebe3}.mobile-nav-bottom-content{display:block!important}.menu .dots-circle-li{display:none}.menu{align-items:flex-start}.menu .dropdown a{color:#06150f!important}.el-page-product-section{padding:44px 18px}.el-product-image{height:190px!important}}

/* Electric Life V4 refinements */
.el-page-intro-center{text-align:center}
.el-page-intro-center p:not(.common-title){margin-left:auto;margin-right:auto;max-width:880px}
.el-auth-grid-single{grid-template-columns:1fr;max-width:760px}
.el-auth-grid-single .el-auth-panel{max-width:760px;width:100%;margin:0 auto}
.el-auth-tabs button,.el-link-btn{font-weight:700}
.el-auth-panel h2{font-weight:800}
.el-home-shop-insert .el-product-rail{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:stretch}
.el-home-shop-insert .el-product-card{min-height:410px}
.el-home-shop-insert .el-product-image{height:180px;background:#fff}
.el-home-shop-insert .el-product-image img{object-fit:cover}
.el-home-shop-insert .el-product-content h4{font-weight:800}
.el-home-shop-insert .el-product-content p{font-size:15px;line-height:1.55}
@media (max-width:767px){
  .el-page-intro-center{text-align:left}
  .el-auth-grid-single{max-width:100%}
}


.el-source-line{
  margin: -8px 0 10px;
  color: #6d7f91;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
}
.el-doc-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin: 0 0 16px;
  color:#063323;
  font-weight:700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.el-darcom-status{
  display:none;
  margin: 18px auto 0;
  max-width: 1180px;
  color:#607486;
  font-size:14px;
}
.el-darcom-status.active{display:block;}


/* V7 - centered page intros and refined catalogue copy */
.el-page-intro,
.el-page-intro-center{
  text-align:center!important;
}
.el-page-intro p:not(.common-title),
.el-page-intro-center p:not(.common-title){
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.el-shop-toolbar{
  align-items:center!important;
}
.el-shop-toolbar > div{
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.el-shop-toolbar p{
  margin-left:auto!important;
  margin-right:auto!important;
  text-align:center!important;
}
.el-shop-toolbar .common-title{
  text-align:center!important;
}
.el-home-shop-insert .el-shop-toolbar{
  flex-direction:column;
  align-items:center!important;
  justify-content:center!important;
  text-align:center;
}
.el-product-price{
  letter-spacing:-.2px;
}
.el-price-note{
  color:#0d8a4b!important;
  font-weight:700!important;
}
.el-source-line{
  color:#698092;
}
@media (max-width:767px){
  .el-page-intro-center,
  .el-page-intro{text-align:center!important;}
  .el-page-intro p:not(.common-title),
  .el-page-intro-center p:not(.common-title){text-align:center!important;}
}


/* V8 - advanced filtering + better API catalogue display */
.el-advanced-filter{margin:18px 0 30px;border:1px solid rgba(0,208,97,.22);background:linear-gradient(135deg,rgba(255,255,255,.96),rgba(239,255,247,.92));box-shadow:0 22px 60px rgba(6,21,15,.08);border-radius:28px;padding:22px}
.el-filter-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}
.el-filter-head strong{display:block;color:#06150f;font-size:22px;line-height:1.1}.el-filter-head span{display:block;margin-top:5px;color:#607486;font-size:14px;line-height:1.45}.el-filter-reset{border:0;background:#06150f;color:#fff;border-radius:999px;padding:10px 18px;font-weight:700;cursor:pointer}.el-filter-reset:hover{background:#00d061;color:#06150f}.el-filter-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:14px}.el-filter-grid label{font-size:13px;font-weight:800;color:#06150f;letter-spacing:.02em}.el-filter-grid input,.el-filter-grid select{width:100%;margin-top:7px;border:1px solid #d9e8df;background:#fff;border-radius:16px;padding:13px 14px;color:#06150f;font-size:15px;font-weight:600;outline:none}.el-filter-grid input:focus,.el-filter-grid select:focus{border-color:#00d061;box-shadow:0 0 0 4px rgba(0,208,97,.13)}
.el-page-product-section{position:relative;z-index:2;margin:0 auto;padding:56px 40px!important;background:linear-gradient(180deg,#f8fbfa,#ffffff)!important}.el-page-product-section::before{content:"";position:absolute;inset:28px 28px auto 28px;height:1px;background:linear-gradient(90deg,transparent,rgba(0,208,97,.35),transparent)}.el-page-product-section .el-shop-container{max-width:1280px;margin:0 auto}.el-page-product-section .el-shop-toolbar{border:1px solid rgba(0,208,97,.18);background:linear-gradient(135deg,#fff,rgba(220,252,231,.65));border-radius:30px;padding:26px 30px;box-shadow:0 18px 50px rgba(6,21,15,.06)}.el-page-product-section .el-shop-category{margin-top:28px}.el-product-card .el-product-image img{width:100%;height:100%;object-fit:contain!important;background:#fff}.el-product-card .el-source-line{min-height:32px}.el-product-card[data-product-id^="darcom-"] .el-product-image{background:linear-gradient(135deg,#fff,#f0fff6)!important}.el-product-card[data-product-id^="darcom-"] .el-product-badge{font-size:11px;line-height:1.05;max-width:92px;text-align:center}.el-modal-img img,.el-cart-item img{object-fit:contain;background:#fff}.el-shop-filter-row{justify-content:center}.el-shop-filter{font-weight:700!important}
@media(max-width:991px){.el-filter-grid{grid-template-columns:1fr 1fr}.el-filter-head{align-items:flex-start;flex-direction:column}.el-page-product-section{padding:40px 18px!important}.el-page-product-section .el-shop-toolbar{padding:22px}}
@media(max-width:575px){.el-filter-grid{grid-template-columns:1fr}.el-advanced-filter{padding:18px;border-radius:22px}.el-filter-reset{width:100%}}


/* V9 - stable filters, no broken product images, clearer sources */
.el-advanced-filter{overflow:hidden!important}
.el-filter-grid{grid-template-columns:minmax(220px,1.35fr) minmax(150px,1fr) minmax(150px,1fr) minmax(160px,1fr) auto!important;align-items:end}
.el-filter-grid label{min-width:0;display:block}
.el-filter-grid input,.el-filter-grid select{box-sizing:border-box;max-width:100%;min-width:0;line-height:1.25;height:50px}
.el-filter-apply{height:50px;border:0;border-radius:999px;background:#00d061;color:#06150f;font-weight:800;padding:0 18px;cursor:pointer;white-space:nowrap;box-shadow:0 10px 24px rgba(0,208,97,.18)}
.el-filter-apply:hover{transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,208,97,.25)}
.el-filter-head span{font-weight:500}.el-filter-reset{height:42px;white-space:nowrap}
.el-product-image{background:linear-gradient(135deg,#fff,#f4fbf7)!important;border-bottom:1px solid #eef4ef}
.el-product-image img{display:block;width:100%;height:100%;object-fit:contain!important;padding:8px;background:transparent!important}
.el-product-card[data-product-id^="darcom-"] .el-product-image img{padding:16px}
.el-product-card[data-product-id^="darcom-"] .el-source-line{color:#0b8f49;font-weight:700}
.el-product-card .el-source-line{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.el-product-topline{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:34px}
.el-product-topline>span:last-child{font-size:12px;color:#6b7d90;font-weight:800;line-height:1.15;text-align:right}
.el-product-content h4{min-height:42px}.el-product-content p{min-height:60px}
.el-shop-toolbar .common-title,.el-page-intro .common-title,.el-page-intro-center .common-title{letter-spacing:2px}
@media(max-width:1199px){.el-filter-grid{grid-template-columns:1fr 1fr!important}.el-filter-apply{width:100%}}
@media(max-width:575px){.el-filter-grid{grid-template-columns:1fr!important}.el-filter-apply{width:100%}.el-filter-head{gap:12px}}


/* V10 - mobile menu polish + swipe hints for product rails */
@media (max-width:1199px){
  body.menu-open{overflow:hidden!important;touch-action:none}
  .mobile-nav{
    width:min(88vw,390px)!important;
    max-width:min(88vw,390px)!important;
    left:calc(-1 * min(88vw,390px))!important;
    background:linear-gradient(180deg,#020806 0%,#06120d 58%,#020806 100%)!important;
    border-right:1px solid rgba(0,208,97,.22)!important;
    box-shadow:28px 0 70px rgba(0,0,0,.48)!important;
    gap:24px!important;
    padding:24px 20px 22px!important;
  }
  .mobile-nav.active{left:0!important}
  .mobile-nav .header-logo{max-width:176px;height:auto!important}
  .mobile-nav .menu{width:100%!important;gap:2px!important}
  .mobile-nav .menu li{padding:3px 0!important;width:100%!important}
  .mobile-nav .dropdown::after{display:none!important}
  .mobile-nav .menu .dropdown>a,
  .mobile-nav .menu li>a{
    color:#fff!important;
    background:transparent!important;
    padding:13px 8px!important;
    border-radius:14px!important;
    font-size:16px!important;
    line-height:1.2!important;
    font-weight:700!important;
    letter-spacing:-.01em!important;
  }
  .mobile-nav .menu .dropdown>a:hover,
  .mobile-nav .menu li.active-link>a,
  .mobile-nav .menu .dropdown.active-link>a{
    color:#00d061!important;
    background:rgba(0,208,97,.08)!important;
  }
  .mobile-nav .menu .dropdown>a img{width:18px!important;height:18px!important;filter:brightness(0) invert(1)!important;opacity:.95;transition:.25s ease!important}
  .mobile-nav .submenu.open ~ a img,
  .mobile-nav .dropdown>a[aria-expanded="true"] img{transform:rotate(180deg)}
  .mobile-nav .submenu,
  .mobile-nav .submenu.el-submenu-wide,
  .mobile-nav .submenu-right{
    position:static!important;
    display:none;
    width:100%!important;
    min-width:0!important;
    margin:4px 0 10px!important;
    padding:8px!important;
    background:rgba(255,255,255,.065)!important;
    border:1px solid rgba(255,255,255,.10)!important;
    border-radius:18px!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.06)!important;
    opacity:1!important;
    visibility:visible!important;
    transform:none!important;
  }
  .mobile-nav .submenu.open,
  .mobile-nav .submenu-right.open{display:block!important}
  .mobile-nav .submenu li{padding:0!important;margin:0!important;border:0!important}
  .mobile-nav .submenu li a,
  .mobile-nav .submenu-right li a{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    padding:11px 13px!important;
    color:#eafff4!important;
    background:transparent!important;
    border-radius:12px!important;
    font-size:14px!important;
    line-height:1.25!important;
    font-weight:500!important;
    white-space:normal!important;
  }
  .mobile-nav .submenu li a:hover,
  .mobile-nav .submenu li.active-sub>a,
  .mobile-nav .submenu li.active-submenu-li>a{
    color:#00d061!important;
    background:rgba(0,208,97,.10)!important;
    transform:none!important;
  }
  .mobile-nav-bottom-content{padding-top:4px!important;border-top:1px solid rgba(255,255,255,.08)!important}
  .el-mobile-quick-actions{display:grid!important;grid-template-columns:1fr;gap:10px!important;margin:12px 0!important}
  .el-mobile-quick-actions .el-header-action{
    width:100%!important;
    justify-content:flex-start!important;
    color:#fff!important;
    background:rgba(255,255,255,.07)!important;
    border-color:rgba(255,255,255,.12)!important;
    font-weight:600!important;
  }
  .el-mobile-quick-actions .el-header-action b{margin-left:auto!important;background:#00d061!important;color:#06150f!important}
  .responsive-get-a-quote-btn{height:48px!important;border-radius:999px!important;font-weight:800!important}
  .menu-overlay.active{background:rgba(2,8,6,.68)!important;backdrop-filter:blur(2px)!important}
}

@media (min-width:768px){
  .el-single-product-rail{display:grid!important;grid-template-columns:minmax(0,760px)!important;justify-content:start!important}
  .el-single-product-rail .el-product-card{max-width:760px!important;min-height:0!important;display:grid!important;grid-template-columns:300px 1fr!important;align-items:stretch!important}
  .el-single-product-rail .el-product-image{height:100%!important;min-height:260px!important;border-bottom:0!important;border-right:1px solid #eef4ef!important}
  .el-single-product-rail .el-card-tools{right:auto!important;left:244px!important}
  .el-single-product-rail .el-product-content{padding:24px!important;justify-content:center!important}
  .el-single-product-rail .el-product-content h4{min-height:0!important;font-size:26px!important;line-height:1.1!important}
  .el-single-product-rail .el-product-content p{min-height:0!important;-webkit-line-clamp:4!important;font-size:16px!important}
}
@media (max-width:767px){
  .el-product-rail{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    overflow-y:hidden!important;
    gap:14px!important;
    padding:2px 8px 14px 2px!important;
    margin-left:-2px!important;
    scroll-snap-type:x mandatory!important;
    -webkit-overflow-scrolling:touch!important;
    scrollbar-width:none!important;
  }
  .el-product-rail::-webkit-scrollbar{display:none!important}
  .el-product-card{
    flex:0 0 min(82vw,330px)!important;
    width:min(82vw,330px)!important;
    min-height:420px!important;
    scroll-snap-align:start!important;
  }
  .el-single-product-rail .el-product-card{flex-basis:100%!important;width:100%!important;max-width:100%!important}
  .el-product-image{height:180px!important}
  .el-mobile-swipe-hint{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:8px!important;
    margin:-2px 4px 18px auto!important;
    color:#64748b!important;
    font-size:12px!important;
    font-weight:700!important;
    line-height:1!important;
    user-select:none!important;
  }
  .el-mobile-swipe-hint b{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:34px!important;height:34px!important;border-radius:50%!important;
    background:#00d061!important;color:#06150f!important;font-size:20px!important;
    box-shadow:0 12px 26px rgba(0,208,97,.28)!important;
    animation:elSwipeArrow 1.15s ease-in-out infinite!important;
  }
  .el-mobile-swipe-hint small{font-size:12px!important;color:#0b8f49!important;font-weight:800!important;text-transform:lowercase!important}
  .el-mobile-swipe-hint span{opacity:.82!important}
}
@media (min-width:768px){.el-mobile-swipe-hint{display:none!important}}
@keyframes elSwipeArrow{0%,100%{transform:translateX(0)}50%{transform:translateX(9px)}}


/* V11 - audit polish: centered compliance badges and mobile cart CTA */
.el-legal-badges{
  justify-content:center!important;
  text-align:center!important;
  width:100%!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
.el-legal-badges .el-legal-badge{
  margin-left:0!important;
  margin-right:0!important;
}
.el-page-intro,
.el-page-intro-center,
.el-page-intro p:not(.common-title),
.el-page-intro-center p:not(.common-title){
  text-align:center!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
@media(max-width:767px){
  .el-shop-toolbar{align-items:center!important;text-align:center!important;justify-content:center!important;}
  .el-shop-toolbar>div{width:100%!important;text-align:center!important;}
  .el-shop-toolbar .el-shop-button{
    margin-left:auto!important;
    margin-right:auto!important;
    justify-content:center!important;
    align-self:center!important;
  }
  .el-shop-actions{justify-content:center!important;}
  .el-legal-badges{display:flex!important;justify-content:center!important;align-items:center!important;gap:8px!important;padding-left:12px!important;padding-right:12px!important;}
  .el-legal-badge{flex:0 1 auto!important;min-width:118px!important;}
}


/* V12 audit fixes: keyboard focus + hidden semantic headings */
.el-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
:where(a,button,input,select,textarea,[role="button"],[tabindex]):focus-visible{outline:3px solid #00d061!important;outline-offset:4px!important;box-shadow:0 0 0 6px rgba(0,208,97,.18)!important;border-radius:12px!important}
.mobile-nav .submenu a:focus-visible,.top-navbar a:focus-visible{outline-color:#00d061!important}
@media(max-width:767px){.el-cart-sticky,.el-mobile-cart-cta,.el-cart-mobile-action,.el-view-cart-mobile{display:flex!important;justify-content:center!important;text-align:center!important;margin-left:auto!important;margin-right:auto!important}.el-legal-badges{justify-content:center!important;text-align:center!important}.el-legal-badge{max-width:220px!important}}
.hero-container h2.hero-title{color:rgba(255,255,255,1);font-size:80px;font-weight:700;line-height:100px;text-align:center;padding:10px 0 20px 0;margin:0}
@media(max-width:1199px){.hero-container h2.hero-title{font-size:70px;line-height:90px}}
@media(max-width:991px){.hero-container h2.hero-title{font-size:52px;line-height:66px}}
@media(max-width:767px){.hero-container h2.hero-title{font-size:40px;line-height:50px}}
@media(max-width:480px){.hero-container h2.hero-title{font-size:34px;line-height:42px}}


/* V13 quote modal, product pages and small fixes */
.el-quote-open{overflow:hidden;}
.el-quote-modal-backdrop{position:fixed;inset:0;z-index:99998;background:rgba(0,0,0,.62);display:none;align-items:center;justify-content:center;padding:22px;backdrop-filter:blur(8px)}
.el-quote-modal-backdrop.active{display:flex}.el-quote-modal{width:min(920px,100%);max-height:92vh;overflow:auto;background:linear-gradient(135deg,#fff 0%,#f6fffb 100%);border:1px solid rgba(0,207,111,.28);border-radius:28px;padding:34px;box-shadow:0 30px 90px rgba(0,0,0,.28);position:relative}.el-quote-close{position:absolute;right:22px;top:18px;border:0;background:#061b13;color:#fff;width:42px;height:42px;border-radius:50%;font-size:28px;line-height:1;cursor:pointer}.el-quote-head{text-align:center;max-width:720px;margin:0 auto 24px}.el-quote-head h2{font-size:clamp(30px,4vw,52px);line-height:1.03;margin:8px 0 12px}.el-quote-head p{color:#60708b;font-size:18px}.el-quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.el-quote-form label{font-weight:700;color:#061b13}.el-quote-form input,.el-quote-form select,.el-quote-form textarea{width:100%;margin-top:8px;border:1px solid #d7e4df;border-radius:16px;padding:14px 15px;font-family:inherit;font-size:15px;background:#fff;color:#061b13}.el-quote-wide{grid-column:1/-1}.el-form-status{grid-column:1/-1;margin:0;color:#0a8f51;font-weight:700}.el-hp{position:absolute!important;left:-9999px!important;opacity:0!important}.el-mounting-cta .el-shop-button{white-space:nowrap}.el-product-detail-main{background:#f7faf8;padding:90px 20px}.el-product-detail-wrap{max-width:1180px;margin:0 auto}.el-product-detail-hero{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;background:linear-gradient(135deg,#fff,#ecfff5);border:1px solid rgba(0,207,111,.25);border-radius:34px;padding:42px;box-shadow:0 26px 80px rgba(0,40,20,.08)}.el-product-detail-img{background:#fff;border-radius:30px;padding:24px;display:flex;align-items:center;justify-content:center;min-height:480px}.el-product-detail-img img{max-width:100%;max-height:520px;object-fit:contain}.el-product-detail-content .common-title{letter-spacing:.18em}.el-product-detail-content h1{font-size:clamp(38px,5vw,68px);line-height:1.02;margin:12px 0}.el-product-detail-lead{font-size:20px;color:#60708b;line-height:1.55}.el-product-detail-price{font-size:32px;font-weight:900;margin:22px 0;color:#061b13}.el-product-detail-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:24px}.el-detail-bullets{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:28px}.el-detail-bullet{background:#fff;border:1px solid #dceee6;border-radius:22px;padding:20px}.el-detail-bullet strong{display:block;font-size:18px;margin-bottom:6px}.el-detail-section{margin-top:44px;background:#fff;border-radius:30px;padding:34px;border:1px solid #dceee6}.el-detail-section h2{font-size:34px;margin-bottom:16px}.el-detail-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 22px}.el-detail-list li{list-style:none;position:relative;padding-left:28px;color:#4e6079}.el-detail-list li:before{content:'✓';position:absolute;left:0;top:0;color:#00cf6f;font-weight:900}.el-form-status:empty{display:none}.contact-input-field-container .el-form-status{display:block;color:#0a8f51;margin:10px 0 0;font-weight:700}.el-product-card .el-product-content p{min-height:50px}
@media(max-width:768px){.el-quote-modal-backdrop{align-items:flex-end;padding:0}.el-quote-modal{border-radius:28px 28px 0 0;padding:26px 18px;max-height:94vh}.el-quote-form{grid-template-columns:1fr}.el-quote-head p{font-size:16px}.el-product-detail-main{padding:50px 14px}.el-product-detail-hero{grid-template-columns:1fr;padding:20px;border-radius:26px;gap:22px}.el-product-detail-img{min-height:320px;padding:16px}.el-product-detail-content{text-align:center}.el-product-detail-actions{justify-content:center}.el-detail-bullets,.el-detail-list{grid-template-columns:1fr}.el-detail-section{padding:24px 18px}.el-mounting-cta{align-items:center;text-align:center}.el-mounting-cta .el-shop-button{margin-inline:auto}}

/* V13 requested alignment */
@media(max-width:768px){.el-shop-toolbar .el-shop-button{margin-left:auto;margin-right:auto}.el-shop-toolbar{text-align:center}.our-expert-grid-content p{min-height:auto}}
.common-page-container > h2{font-size:var(--common-page-title-size,80px);line-height:1.05;color:#fff;font-weight:800;margin:0;text-align:center}
@media(max-width:768px){.common-page-container > h2{font-size:44px}}

/* V14 LEKTRI product detail pages */
.el-lektri-page { background:#f7faf8; }
.el-lektri-main { padding: 95px 0 80px; }
.el-lektri-wrap { width:min(1180px, calc(100% - 32px)); margin:0 auto; }
.el-lektri-hero { display:grid; grid-template-columns: 1.04fr .96fr; gap:34px; align-items:center; background:linear-gradient(135deg,#ffffff 0%,#f1fff7 100%); border:1px solid rgba(0,204,102,.22); border-radius:34px; padding:34px; box-shadow:0 28px 80px rgba(0,30,18,.08); }
.el-lektri-hero-media { background:#fff; border-radius:30px; min-height:460px; display:flex; align-items:center; justify-content:center; padding:28px; box-shadow: inset 0 0 0 1px rgba(0,0,0,.04); }
.el-lektri-hero-media img { width:100%; max-width:520px; height:auto; object-fit:contain; filter: drop-shadow(0 28px 34px rgba(0,0,0,.18)); }
.el-lektri-kicker { letter-spacing:.22em; text-transform:uppercase; color:#06c76a; font-weight:800; margin-bottom:13px; }
.el-lektri-hero h1 { font-size:clamp(38px,5vw,72px); line-height:.95; color:#03150d; margin:0 0 18px; letter-spacing:-.05em; }
.el-lektri-lead { color:#50607a; font-size:18px; line-height:1.65; margin-bottom:22px; max-width:620px; }
.el-lektri-price { display:inline-flex; align-items:center; gap:10px; padding:13px 18px; border-radius:999px; background:#03150d; color:#fff; font-weight:900; margin-bottom:22px; }
.el-lektri-actions { display:flex; flex-wrap:wrap; gap:12px; align-items:center; }
.el-lektri-section { margin-top:34px; background:#fff; border:1px solid rgba(0,0,0,.06); border-radius:30px; padding:34px; box-shadow:0 18px 55px rgba(0,30,18,.055); }
.el-lektri-section.dark { background:#03150d; color:#fff; }
.el-lektri-section.dark h2, .el-lektri-section.dark h3 { color:#fff; }
.el-lektri-section .common-title { text-align:left; margin-bottom:10px; }
.el-lektri-section h2 { font-size:clamp(28px,3.3vw,46px); line-height:1.04; margin:0 0 16px; letter-spacing:-.04em; color:#03150d; }
.el-lektri-grid { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:16px; margin-top:22px; }
.el-lektri-card { border:1px solid rgba(0,204,102,.18); border-radius:22px; padding:22px; background:linear-gradient(180deg,#fff,#f7fbf9); min-height:150px; }
.el-lektri-section.dark .el-lektri-card { background:rgba(255,255,255,.07); border-color:rgba(255,255,255,.13); }
.el-lektri-card strong { display:block; color:#03150d; font-size:18px; margin-bottom:8px; }
.el-lektri-section.dark .el-lektri-card strong { color:#fff; }
.el-lektri-card span, .el-lektri-section p { color:#53627b; line-height:1.62; }
.el-lektri-section.dark .el-lektri-card span, .el-lektri-section.dark p { color:rgba(255,255,255,.78); }
.el-lektri-split { display:grid; grid-template-columns:1fr 1fr; gap:22px; align-items:stretch; }
.el-lektri-feature-list { display:grid; gap:12px; margin-top:18px; }
.el-lektri-feature-list li { display:flex; gap:12px; align-items:flex-start; color:#4c5f78; background:#f5faf7; border-radius:16px; padding:13px 15px; }
.el-lektri-feature-list li::before { content:'✓'; display:inline-grid; place-items:center; min-width:26px; height:26px; border-radius:999px; background:#06c76a; color:#03150d; font-weight:900; }
.el-lektri-resources { display:grid; grid-template-columns:repeat(4, minmax(0,1fr)); gap:14px; margin-top:22px; }
.el-lektri-resource { display:block; border:1px solid rgba(0,0,0,.08); border-radius:20px; padding:18px; color:#03150d; font-weight:800; background:#fff; }
.el-lektri-resource small { display:block; color:#6b7890; font-weight:600; margin-top:4px; }
.el-lektri-faq { display:grid; gap:12px; margin-top:18px; }
.el-lektri-faq details { border:1px solid rgba(0,0,0,.08); border-radius:18px; padding:16px 18px; background:#fff; }
.el-lektri-faq summary { cursor:pointer; font-weight:900; color:#03150d; }
.el-lektri-faq p { margin-top:10px; }
@media(max-width:991px){ .el-lektri-hero,.el-lektri-split{ grid-template-columns:1fr; } .el-lektri-grid,.el-lektri-resources{ grid-template-columns:repeat(2,minmax(0,1fr)); } .el-lektri-hero-media{min-height:310px;} }
@media(max-width:575px){ .el-lektri-main{padding:55px 0;} .el-lektri-wrap{width:min(100% - 22px,1180px);} .el-lektri-hero,.el-lektri-section{border-radius:24px; padding:22px;} .el-lektri-grid,.el-lektri-resources{ grid-template-columns:1fr; } .el-lektri-actions .el-shop-button,.el-lektri-actions .el-shop-button-alt{ width:100%; justify-content:center; } }

/* V15 - filter stability + clean catalogue separation */
.el-filter-grid{grid-template-columns:minmax(220px,1.35fr) minmax(150px,1fr) minmax(150px,1fr) minmax(150px,1fr) minmax(160px,1fr) auto!important;align-items:end}
.el-filter-grid select,.el-filter-grid input{appearance:auto!important;-webkit-appearance:auto!important;background-color:#fff!important;color:#06150f!important}
.el-filter-grid option{color:#06150f;background:#fff}
.el-advanced-filter{position:relative;z-index:3}
@media(max-width:1299px){.el-filter-grid{grid-template-columns:1fr 1fr 1fr!important}.el-filter-apply{width:100%}}
@media(max-width:767px){.el-filter-grid{grid-template-columns:1fr!important}.el-filter-apply,.el-filter-reset{width:100%}.el-filter-head{align-items:stretch!important}}

/* V15 - LEKTRI inspired product pages */
.el-lektri-page .common-page-section .common-page-wrapper{display:none!important}
.el-lektri-clone{background:#fff;color:#101827;font-family:'Outfit',sans-serif;overflow:hidden}
.el-lektri-nav-space{height:92px;background:#0f1112}
.el-lektri-clone-hero{position:relative;min-height:760px;background:radial-gradient(circle at 50% 80%,rgba(0,214,185,.55),transparent 36%),linear-gradient(180deg,#121212 0%,#111 55%,#fbfbfb 55%,#fff 100%);display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:150px 24px 40px;overflow:hidden}
.el-lektri-clone-hero .clone-logo{letter-spacing:13px;color:#fff;font-size:19px;font-weight:700;margin-bottom:20px;opacity:.88}
.el-lektri-clone-hero h1{max-width:1120px;margin:0 auto 22px;color:#fff;font-size:62px;line-height:.98;letter-spacing:-2.7px;font-weight:800}.el-lektri-clone-hero h1 em{font-style:normal;color:#00e0b0}.el-lektri-clone-hero p{color:#9dadbf;font-size:19px;line-height:1.6;margin:0 auto;max-width:720px}.el-lektri-clone-actions{display:flex;gap:16px;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:30px}.el-lektri-clone-actions a,.el-lektri-clone-actions button{height:48px;padding:0 32px;border-radius:13px;border:1px solid rgba(255,255,255,.85);background:transparent;color:#fff;font-weight:900;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.el-lektri-clone-actions .primary{border-color:#0878ff;background:#0878ff}.el-lektri-hero-device{position:absolute;left:50%;bottom:-8px;transform:translateX(-50%);width:min(620px,86vw);filter:drop-shadow(0 28px 34px rgba(0,0,0,.25));z-index:2}.el-lektri-section-clean{padding:96px 24px;max-width:1260px;margin:0 auto}.el-lektri-section-clean.center{text-align:center}.el-lektri-section-clean h2{font-size:50px;line-height:1.05;letter-spacing:-1.8px;color:#172033;margin:0 0 20px}.el-lektri-section-clean>p{max-width:760px;margin:0 auto 54px;color:#8390a3;font-size:21px;line-height:1.5}.el-lektri-use-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.el-lektri-use-card{min-height:160px;border:1px solid #e7edf4;background:#f7faff;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:28px}.el-lektri-use-card b{font-size:24px;line-height:1.1;color:#142033}.el-lektri-use-card span{font-size:31px;color:#0646a7;margin-bottom:16px}.el-lektri-split-clean{display:grid;grid-template-columns:1fr .9fr;gap:70px;align-items:center}.el-lektri-split-clean h2{font-size:56px}.el-lektri-split-clean h3{font-size:34px;color:#00cf91;margin:0 0 20px}.el-lektri-split-clean p{font-size:20px;line-height:1.65;color:#8390a3}.el-lektri-feature-list{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 34px;margin-top:34px}.el-lektri-feature-item strong{font-size:24px;line-height:1.15;display:block;margin-bottom:10px;color:#1a2435}.el-lektri-feature-item p{font-size:17px;margin:0;color:#202b3b}.el-lektri-feature-item i{font-style:normal;color:#00ce92;font-size:24px}.el-lektri-device-img{width:100%;height:auto;display:block;filter:drop-shadow(0 18px 22px rgba(0,0,0,.08))}.el-lektri-app-grid{display:grid;grid-template-columns:1.1fr 1.05fr .8fr;gap:14px;align-items:stretch}.el-lektri-app-card{background:#f1f6fb;border-radius:12px;padding:28px;min-height:132px}.el-lektri-app-card img{width:100%;height:100%;object-fit:cover;border-radius:12px}.el-lektri-app-card h3{font-size:22px;margin:0 0 8px;color:#162133}.el-lektri-app-card p{margin:0;color:#122035;font-size:19px;line-height:1.35}.el-lektri-gallery{display:grid;grid-template-columns:1fr 1fr;gap:14px}.el-lektri-gallery img{width:100%;height:360px;object-fit:cover}.el-lektri-faq-docs{display:grid;grid-template-columns:.6fr 1.4fr;gap:44px;align-items:start}.el-lektri-faq-docs h3{font-size:24px;margin:0 0 8px}.el-lektri-faq-docs details{border-radius:8px;background:#f8f5ef;margin:10px 0;padding:16px 18px}.el-lektri-faq-docs summary{font-weight:800;cursor:pointer}.el-lektri-doc-row{display:flex;gap:18px;flex-wrap:wrap;margin-top:44px}.el-lektri-doc-row a{background:#eaf4ff;color:#051729;text-decoration:none;border-radius:10px;padding:14px 32px;font-weight:800}.el-lektri-cta-dark{background:radial-gradient(circle at 40% 80%,rgba(0,214,185,.75),transparent 30%),#111;color:#fff;text-align:center;padding:72px 24px}.el-lektri-cta-dark h2{color:#fff;font-size:38px}.el-lektri-cta-dark p{color:#aab4c0}.el-lektri-cta-dark .el-lektri-clone-actions a,.el-lektri-cta-dark .el-lektri-clone-actions button{color:#fff}.el-lektri-note{color:#00d061!important;font-weight:800!important;letter-spacing:.04em;text-transform:uppercase;font-size:15px!important;margin-bottom:18px!important}.el-lektri-wide-img{width:100%;border-radius:14px;display:block}
@media(max-width:991px){.el-lektri-clone-hero{min-height:680px;padding-top:125px}.el-lektri-clone-hero h1{font-size:44px}.el-lektri-section-clean h2,.el-lektri-split-clean h2{font-size:38px}.el-lektri-use-grid,.el-lektri-feature-list,.el-lektri-app-grid,.el-lektri-faq-docs,.el-lektri-split-clean{grid-template-columns:1fr}.el-lektri-gallery{grid-template-columns:1fr}.el-lektri-gallery img{height:auto}.el-lektri-section-clean{padding:64px 18px}}
@media(max-width:575px){.el-lektri-clone-hero h1{font-size:34px}.el-lektri-clone-hero p{font-size:16px}.el-lektri-hero-device{width:96vw}.el-lektri-use-card{min-height:125px}.el-lektri-use-card b{font-size:20px}.el-lektri-clone-actions a,.el-lektri-clone-actions button{width:100%}.el-lektri-app-card{padding:20px}}

/* V16 fixes: filter stability, account sync, article cards */
.el-advanced-filter{overflow:visible}.el-filter-grid select,.el-filter-grid input{width:100%;min-width:0}.el-filter-grid label{min-width:0}.el-filter-apply{white-space:nowrap}.el-form-status{font-weight:700;color:#035b37;margin:8px 0}.el-empty a{font-weight:800;color:#00cc66}.el-auth-panel .el-shop-button[disabled],.el-checkout-form .el-shop-button[disabled]{opacity:.65;cursor:not-allowed}
@media(max-width:767px){.el-filter-grid{grid-template-columns:1fr!important}.el-filter-apply,.el-filter-reset{width:100%;justify-content:center}.el-shop-toolbar .el-shop-button{margin-left:auto;margin-right:auto}.el-product-rail{scroll-snap-type:x mandatory}.el-product-card{scroll-snap-align:start}}


/* V17 fixes: cookie widget, legal pages, guides, mounting collapse */
html.el-no-scroll, body.el-no-scroll{overflow:hidden!important}
.el-cookie-banner{position:fixed;left:24px;right:24px;bottom:24px;z-index:99999;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid rgba(0,204,102,.22);box-shadow:0 24px 80px rgba(0,20,10,.22);border-radius:28px;padding:24px;display:none;max-width:1100px;margin:0 auto;color:#061b14}.el-cookie-banner.active{display:block}.el-cookie-top{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.el-cookie-banner h3{font-size:26px;margin:0 0 8px}.el-cookie-banner p{color:#52627a;line-height:1.6;margin:0}.el-cookie-actions{display:grid;grid-template-columns:1fr 1fr 1.4fr;gap:14px;margin-top:20px}.el-cookie-btn{border:0;border-radius:16px;padding:15px 18px;font-weight:800;cursor:pointer}.el-cookie-btn.secondary{background:#f2f6f4;color:#061b14}.el-cookie-btn.dark{background:#031b12;color:#fff}.el-cookie-btn.green{background:#00cc66;color:#061b14}.el-cookie-close{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:#0a3b28}.el-cookie-settings{display:none;margin-top:18px;padding-top:18px;border-top:1px solid rgba(0,0,0,.08)}.el-cookie-settings.active{display:grid;gap:12px}.el-cookie-switch{display:flex;justify-content:space-between;gap:18px;align-items:center;background:#f7fbf8;border-radius:16px;padding:14px}.el-cookie-switch strong{display:block}.el-cookie-switch span{color:#66758c;font-size:14px}.el-cookie-switch input{width:22px;height:22px;accent-color:#00cc66}.el-form-consent,.el-consent-row{display:flex!important;align-items:flex-start;gap:10px!important;font-size:14px!important;line-height:1.45!important;color:#53647a!important;margin:8px 0 12px!important}.el-form-consent input,.el-consent-row input{width:18px!important;height:18px!important;min-width:18px!important;margin-top:2px!important;accent-color:#00cc66}.el-legal-page{max-width:1080px;margin:0 auto;background:#fff;border:1px solid rgba(0,204,102,.14);border-radius:30px;padding:44px;box-shadow:0 18px 60px rgba(0,35,20,.07)}.el-legal-page h2{font-size:34px;margin:34px 0 14px}.el-legal-page h3{font-size:24px;margin:24px 0 10px}.el-legal-page p,.el-legal-page li{font-size:17px;line-height:1.78;color:#52627a}.el-legal-page ul{padding-left:24px}.el-legal-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin:22px 0}.el-legal-meta div{background:linear-gradient(135deg,#f7fffb,#eefaf4);border-radius:18px;padding:18px}.el-mounting-tools{display:flex;align-items:center;justify-content:space-between;gap:14px;background:linear-gradient(135deg,#f7fffb,#eefaf4);border:1px solid rgba(0,204,102,.16);padding:18px 20px;border-radius:22px;margin:0 0 22px}.el-mounting-tools strong{display:block;font-size:20px}.el-mounting-toggle{border:0;border-radius:999px;background:#031b12;color:#fff;font-weight:900;padding:13px 18px;cursor:pointer}.el-mounting-collapsed .el-shop-category .el-product-group-head:nth-of-type(n+2),.el-mounting-collapsed .el-shop-category .el-product-rail:nth-of-type(n+2),.el-mounting-collapsed .el-shop-category .el-mobile-swipe-hint:nth-of-type(n+2){display:none}.el-mounting-collapsed .el-shop-category .el-product-rail{max-height:580px;overflow:hidden}.el-mounting-collapsed .el-shop-category:after{content:'Lista este restrânsă. Apasă „Afișează toate elementele” pentru toate produsele din catalogul de montaj PV.';display:block;margin-top:12px;color:#66758c;font-weight:700}.el-article-content{padding-top:34px}.el-guide-article-main{padding-top:80px}.el-lektri-page{font-family:Outfit,Arial,sans-serif}.el-lektri-hero{min-height:680px;background:radial-gradient(circle at 50% 75%,rgba(0,210,185,.42),transparent 34%),linear-gradient(180deg,#111,#151515 70%,#f8faf8 70%);display:flex;align-items:flex-start;justify-content:center;text-align:center;padding:90px 22px 0;position:relative;overflow:hidden}.el-lektri-hero-content{max-width:1180px;position:relative;z-index:2}.el-lektri-logo{letter-spacing:.4em;font-weight:800;color:#fff;margin-bottom:18px}.el-lektri-hero h1{color:#fff;font-size:clamp(42px,6vw,78px);line-height:.98;margin:0 auto 22px;max-width:1100px}.el-lektri-hero h1 em{font-style:normal;color:#00f0b0}.el-lektri-hero p{color:#9eb0bd;font-size:20px;margin-bottom:28px}.el-lektri-hero-actions{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.el-lektri-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;padding:16px 30px;font-weight:900;text-transform:uppercase;border:2px solid rgba(255,255,255,.75);color:#fff;background:transparent}.el-lektri-btn.blue{border-color:#006dff;background:#006dff}.el-lektri-hero-product{margin:90px auto 0;max-width:700px;width:min(80vw,700px);display:block}.el-lektri-section{max-width:1260px;margin:0 auto;padding:80px 24px}.el-lektri-title{text-align:center;margin-bottom:42px}.el-lektri-title h2{font-size:clamp(36px,5vw,56px);line-height:1.05;margin:0 0 16px;color:#0b1b30}.el-lektri-title p{font-size:20px;color:#8a99aa;max-width:800px;margin:0 auto;line-height:1.6}.el-use-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.el-use-card{background:#f4f7fb;border:1px solid #e5edf4;border-radius:10px;min-height:160px;display:flex;align-items:center;justify-content:center;text-align:center;font-size:24px;font-weight:800;padding:24px;color:#0b1b30}.el-product-context{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center}.el-product-context h2{font-size:clamp(42px,5vw,64px);line-height:1.06}.el-product-context h3{font-size:34px;color:#00cc7a}.el-feature-mini-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:32px}.el-feature-mini{display:grid;gap:8px}.el-feature-mini b{font-size:26px;color:#0b1b30}.el-feature-mini span{color:#52627a;line-height:1.55}.el-clean-product{width:100%;max-height:680px;object-fit:contain}.el-app-grid{display:grid;grid-template-columns:1.5fr 1fr .9fr;gap:18px}.el-app-card{background:#f3f7fb;border-radius:16px;padding:24px;min-height:150px}.el-app-card img{width:100%;height:100%;object-fit:contain}.el-gallery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.el-gallery-grid img{width:100%;height:420px;object-fit:cover}.el-doc-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.el-doc-row button,.el-doc-row a{border:0;background:#e9f3ff;border-radius:12px;padding:16px;font-weight:900;text-align:center;color:#0b1b30}.el-faq-clean details{border-bottom:1px solid #eee;padding:18px}.el-faq-clean summary{cursor:pointer;font-weight:800}.el-faq-clean p{color:#52627a;margin-top:12px}.el-lektri-cta{background:radial-gradient(circle at 38% 50%,rgba(0,224,190,.65),transparent 34%),#151515;text-align:center;color:#fff;border-radius:0;padding:86px 24px}.el-lektri-cta h2{color:#fff;font-size:42px}.el-lektri-cta p{color:#b9c5cc}.el-cookie-manage{position:fixed;left:18px;bottom:18px;z-index:9999;border:1px solid rgba(0,204,102,.22);background:#061b14;color:#fff;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:800;display:none}.el-cookie-manage.visible{display:inline-flex}@media(max-width:991px){.el-cookie-banner{left:12px;right:12px;bottom:12px;border-radius:22px;padding:18px}.el-cookie-actions{grid-template-columns:1fr}.el-legal-page{padding:26px;border-radius:22px}.el-legal-meta{grid-template-columns:1fr}.el-lektri-hero{min-height:620px;padding-top:70px}.el-lektri-hero-product{margin-top:70px;width:100%}.el-use-grid,.el-product-context,.el-app-grid,.el-gallery-grid,.el-doc-row,.el-feature-mini-grid{grid-template-columns:1fr}.el-gallery-grid img{height:auto}.el-mounting-tools{flex-direction:column;align-items:flex-start}.el-mounting-toggle{width:100%}}

/* V18 UX polish: guide cards, product section toggle, cookie link, scroll-to-top */
.el-guide-section-title{max-width:1180px;margin:50px auto 18px;text-align:left}.el-guide-section-title .common-title{margin-bottom:8px}.el-guide-section-title h2{font-size:clamp(34px,4vw,52px);line-height:1.05;margin:0;color:#061b14}.el-guide-section-title p{font-size:18px;line-height:1.65;color:#66758c;max-width:760px;margin:12px 0 0}.el-article-card.featured{grid-column:span 2}.el-article-card.featured h3{font-size:30px}.el-article-content{position:relative;z-index:1}.el-article-hero-img{display:block;max-height:460px;object-fit:contain;background:#fff}.el-guide-article-main{position:relative;z-index:1;padding-bottom:80px}.el-category-toggle{margin-left:12px;border:0;border-radius:999px;background:#061b14;color:#fff;font-weight:900;font-size:12px;padding:9px 13px;cursor:pointer;line-height:1;box-shadow:0 10px 24px rgba(0,30,20,.12)}.el-category-toggle:hover{background:#00cc66;color:#061b14}.el-shop-category.products-hidden .el-product-group-head,.el-shop-category.products-hidden .el-product-rail,.el-shop-category.products-hidden .el-mobile-swipe-hint{display:none!important}.el-shop-category.products-hidden:after{content:'Produsele din această secțiune sunt ascunse. Apasă „Arată produsele” pentru a le vedea.';display:block;margin-top:12px;padding:16px 18px;border-radius:18px;background:#f4faf7;color:#52627a;font-weight:700}.el-cookie-manage{display:none!important}.footer-bottom-content a[data-cookie-manage]{font-weight:800;color:#00cc66!important}.scroll-to-top-button{left:22px!important;right:auto!important;bottom:22px!important;width:48px!important;height:48px!important;border-radius:999px!important;transform:none!important;background:#061b14!important;border:1px solid rgba(0,204,102,.32)!important;box-shadow:0 16px 40px rgba(0,20,10,.22)!important}.scroll-to-top-button:before{content:'⇧';color:#00cc66;font-size:26px;font-weight:900;line-height:1}.scroll-to-top-button img{display:none!important}.scroll-to-top-button:hover{background:#00cc66!important}.scroll-to-top-button:hover:before{color:#061b14}@media(max-width:767px){.el-article-card.featured{grid-column:auto}.el-shop-category-head{align-items:flex-start}.el-shop-category-head>div{flex-wrap:wrap}.el-category-toggle{margin-left:0;margin-top:8px}.el-article-hero-img{max-height:320px}.el-guide-section-title{text-align:center}.scroll-to-top-button{left:12px!important;bottom:16px!important;width:44px!important;height:44px!important}}
.el-shop-category-head>div{display:flex;align-items:center;gap:10px;min-width:0}.el-shop-category-head h3{min-width:0}

/* V19 - product typography, cleaner API labels, embedded page layout and audit polish */
.el-product-card,
.el-product-card *{
  letter-spacing: -0.01em;
}
.el-product-content h4{
  font-weight:700!important;
  font-size:clamp(20px,1.42vw,24px)!important;
  line-height:1.14!important;
  letter-spacing:-0.025em!important;
  min-height:54px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  word-break:normal!important;
  overflow-wrap:break-word!important;
}
.el-product-content p{
  font-weight:400!important;
  line-height:1.55!important;
  color:#66758c!important;
}
.el-product-price{
  font-weight:750!important;
  letter-spacing:-0.025em!important;
  font-size:20px!important;
}
.el-product-topline{
  align-items:flex-start!important;
  min-height:38px!important;
}
.el-product-badge{
  max-width:112px!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  text-align:center!important;
  font-size:10.5px!important;
  line-height:1.06!important;
  font-weight:800!important;
  letter-spacing:.02em!important;
  padding:9px 11px!important;
}
.el-product-topline>span:last-child{
  font-size:11.5px!important;
  line-height:1.2!important;
  font-weight:600!important;
  color:#74859b!important;
  max-width:112px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  text-align:right!important;
}
.el-source-line,
.el-product-card[data-product-id^="darcom-"] .el-source-line{
  color:#728197!important;
  font-weight:600!important;
  font-size:12px!important;
  min-height:0!important;
  margin:8px 0 0!important;
  display:block!important;
  -webkit-line-clamp:unset!important;
}
.el-product-actions button,
.el-product-details,
.el-product-add{
  font-weight:700!important;
  letter-spacing:-.01em!important;
}
.el-shop-toolbar.embedded{
  display:none!important;
}
.el-page-product-section{
  padding-top:34px!important;
}
.el-page-visual-top{
  margin:0 0 42px!important;
}
.el-page-visual-top .el-page-visual-card{
  min-height:470px!important;
}
.el-page-visual-top .el-page-visual-card img{
  min-height:470px!important;
  aspect-ratio:16/7!important;
}
.el-page-visual-top .el-page-visual-content h3{
  font-weight:700!important;
  letter-spacing:-.035em!important;
}
.el-page-visual-top .el-page-visual-content p{
  max-width:640px!important;
  font-weight:400!important;
}
.el-advanced-filter{
  margin-top:4px!important;
}
.el-filter-head strong{
  font-weight:750!important;
  letter-spacing:-.025em!important;
}
.el-filter-head span{
  font-weight:400!important;
}
.el-filter-grid label{
  font-weight:700!important;
}
.el-filter-grid input,
.el-filter-grid select{
  font-weight:500!important;
}
.el-shop-category-head h3,
.el-product-group-head h3{
  font-weight:750!important;
  letter-spacing:-.025em!important;
}
.el-category-toggle{
  font-weight:700!important;
  font-size:11px!important;
  padding:8px 12px!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
}
.el-category-toggle::before{content:'▾';font-size:10px;line-height:1;}
.el-shop-category.products-hidden .el-category-toggle::before{content:'▸';}
.footer-bottom-content a[data-cookie-manage]{
  font-weight:400!important;
  color:inherit!important;
  text-decoration:none!important;
}
.footer-bottom-content a[data-cookie-manage]:hover{color:#00cc66!important;}
@media(max-width:767px){
  .el-product-content h4{font-size:21px!important;min-height:50px!important;}
  .el-product-card{min-height:400px!important;}
  .el-page-visual-top .el-page-visual-card{min-height:360px!important;border-radius:26px!important;}
  .el-page-visual-top .el-page-visual-card img{min-height:360px!important;aspect-ratio:4/5!important;}
  .el-page-visual-top .el-page-visual-content{left:22px!important;right:22px!important;bottom:22px!important;max-width:none!important;}
  .el-page-product-section{padding-top:26px!important;}
}

/* V20 clean UI / audit refinements */
@media(min-width:992px){
  .el-header-actions{gap:10px!important}
  .el-header-actions .el-header-action{width:48px!important;height:48px!important;padding:0!important;justify-content:center!important;border-radius:999px!important;min-width:48px!important}
  .el-header-actions .el-header-action > span:not(.el-nav-icon){display:none!important}
  .el-header-actions .el-header-action b{position:absolute;top:-6px;right:-4px;min-width:20px;height:20px;font-size:12px;display:grid;place-items:center}
  .el-header-search{width:48px;height:48px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);color:#fff;border-radius:999px;display:grid;place-items:center;cursor:pointer;transition:.2s}
  .el-header-search:hover{background:#00d061;color:#06150f;border-color:#00d061}
}
.el-nav-icon.search::before{content:'⌕';font-size:22px;font-weight:800;line-height:1}
.mobile-nav-bottom-content .responsive-get-a-quote-btn{display:none!important}
.el-search-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.55);z-index:9999;display:none;align-items:flex-start;justify-content:center;padding:110px 20px 20px}.el-search-backdrop.active{display:flex}.el-search-box{width:min(760px,100%);background:#fff;border-radius:28px;box-shadow:0 30px 80px rgba(0,0,0,.25);padding:24px}.el-search-head{display:flex;gap:12px;align-items:center}.el-search-head input{flex:1;border:1px solid #dcebe3;border-radius:18px;height:58px;padding:0 18px;font-size:18px}.el-search-close{width:48px;height:48px;border-radius:50%;border:0;background:#06150f;color:#fff;font-size:24px;cursor:pointer}.el-search-results{margin-top:16px;display:grid;gap:10px;max-height:52vh;overflow:auto}.el-search-result{display:grid;grid-template-columns:64px 1fr;gap:14px;align-items:center;padding:12px;border:1px solid #e5efe9;border-radius:18px;text-decoration:none;color:#06150f}.el-search-result:hover{background:#f4fbf7}.el-search-result img{width:64px;height:54px;object-fit:contain;background:#f8fbfa;border-radius:12px}.el-search-result b{display:block;font-size:16px}.el-search-result span{font-size:13px;color:#64748b}.el-search-empty{padding:16px;color:#64748b}.el-product-content h4{font-weight:750!important;line-height:1.14!important;font-size:19px!important;letter-spacing:-.25px!important}.el-product-content p{font-weight:400!important}.el-product-topline>span:last-child{font-weight:650!important}.el-product-badge{max-width:112px;white-space:normal;overflow:hidden;text-overflow:ellipsis;line-height:1.05;word-break:normal}.el-source-line{font-size:12px!important;color:#00884a!important;font-weight:650!important;min-height:20px!important}.el-page-product-section .el-shop-toolbar{display:none!important}.el-page-product-section{padding-top:38px!important}.el-shop-category-head>div{align-items:center;gap:14px}.el-category-toggle{border:1px solid #cfe7d9;background:#fff;color:#06150f;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:800;cursor:pointer}.el-category-toggle:hover{background:#06150f;color:#fff}.el-guide-page .el-article-list{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:28px!important}.el-guide-page .el-article-card{min-width:0}.el-guide-page .el-article-card h3{font-size:24px!important}.el-guide-page .el-article-card img{height:260px!important}.el-guide-section-title{display:none!important}@media(max-width:767px){.el-guide-page .el-article-list{grid-template-columns:1fr!important}.el-guide-page .el-article-card img{height:210px!important}.el-search-backdrop{padding-top:90px}.el-search-box{padding:16px;border-radius:22px}.el-search-head input{height:52px;font-size:16px}}.el-lektri-page{margin-top:0!important}.el-lektri-hero{padding-top:130px!important;min-height:720px!important}.el-lektri-hero h1,.el-lektri-hero h2{color:#fff!important;text-shadow:0 12px 40px rgba(0,0,0,.45)}.el-lektri-hero h2 em{color:#00e28a!important;font-style:normal}.el-lektri-hero p{color:#dfeef0!important}.el-lektri-hero-product{object-fit:contain!important;max-height:420px!important;width:min(520px,70vw)!important;background:transparent!important}.el-clean-product{object-fit:contain!important}.el-lektri-cta .el-lektri-hero-actions{justify-content:center}.el-lektri-cta .el-lektri-btn:not(.blue){display:none!important}


/* V21 clean refinements */
.el-header-search svg{width:21px;height:21px;display:block;stroke-width:2.35}.el-header-search{font-weight:400!important}
.el-nav-icon.search::before{content:''!important}
@media(max-width:991px){.top-navbar>.el-header-actions{display:flex!important;margin-left:auto!important;margin-right:12px!important;gap:0!important}.top-navbar>.el-header-actions .el-header-action{display:none!important}.top-navbar>.el-header-actions .el-header-search{display:grid!important;width:44px!important;height:44px!important;min-width:44px!important;padding:0!important}.menu-toggle{margin-left:0!important}}
.el-page-intro h1,.el-page-main h1,.el-page-main h2,.el-lektri-page h1,.el-lektri-page h2,.common-page-container h1,.el-page-visual-content h3{font-weight:640!important;letter-spacing:-.03em!important}.el-page-intro h1 strong,.el-page-main h1 strong{font-weight:660!important}
.el-product-content h4{font-weight:610!important;letter-spacing:-.01em!important}.el-product-price,.el-product-price strong{font-weight:650!important}.el-product-content p{font-weight:400!important}.el-product-badge{font-weight:650!important;font-size:11px!important;max-width:104px!important}.el-product-topline>span:last-child{font-weight:500!important;color:#61738e!important}.el-source-line{color:#61738e!important;font-weight:500!important}
.el-footer-legal-links{font-size:14px!important;line-height:1.8!important}.el-footer-legal-links a{color:#d8e6df!important;text-decoration:none!important;font-weight:400!important}.el-footer-legal-links a:hover{color:#00d061!important}.el-legal-badges{display:none!important}
.el-guide-page .el-page-intro h1{font-weight:640!important}.el-guide-page .el-article-list{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:30px!important;max-width:1120px;margin-inline:auto}.el-guide-page .el-article-card{display:grid;grid-template-columns:240px 1fr;overflow:hidden;border-radius:28px;background:#fff;border:1px solid #e1eee8;box-shadow:0 22px 60px rgba(4,25,17,.06)}.el-guide-page .el-article-card img{width:100%!important;height:100%!important;min-height:260px!important;object-fit:cover!important}.el-guide-page .el-article-card>div{padding:26px}.el-guide-page .el-article-card h3{font-size:23px!important;font-weight:620!important;line-height:1.12!important}.el-guide-page .el-article-card p{font-size:15px!important;line-height:1.65!important}.el-guide-page .el-article-card a{font-weight:650!important;color:#06150f!important;text-decoration:none}.el-guide-page .el-article-card span{color:#00b75b!important;font-weight:700!important;font-size:12px;text-transform:uppercase;letter-spacing:.09em}
@media(max-width:900px){.el-guide-page .el-article-list{grid-template-columns:1fr!important}.el-guide-page .el-article-card{grid-template-columns:1fr!important}.el-guide-page .el-article-card img{height:220px!important;min-height:0!important}}
.el-statii-landing{background:#fff}.el-statii-hero{position:relative;min-height:680px;display:grid;place-items:center;text-align:center;color:#fff;overflow:hidden;background:#111}.el-statii-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),rgba(0,0,0,.32)),var(--hero) center/cover no-repeat;transform:scale(1.02)}.el-statii-hero-content{position:relative;z-index:1;width:min(960px,92vw);padding-top:70px}.el-statii-hero h1{font-size:clamp(42px,6vw,84px);font-weight:620!important;color:#fff!important;line-height:.98}.el-statii-hero p{font-size:clamp(17px,2vw,24px);color:#eef6f3!important;margin:18px auto 30px;max-width:760px}.el-statii-hero-actions{display:flex;gap:18px;justify-content:center;flex-wrap:wrap}.el-statii-btn{border:1px solid rgba(255,255,255,.9);border-radius:14px;padding:15px 34px;color:#fff;text-decoration:none;text-transform:uppercase;font-weight:700;background:rgba(255,255,255,.05)}.el-statii-btn.primary{background:#00ddb2;border-color:#00ddb2;color:#06150f}.el-statii-section{max-width:1260px;margin:0 auto;padding:90px 20px}.el-statii-title{text-align:center;margin-bottom:50px}.el-statii-title h2{font-size:clamp(36px,4vw,58px);font-weight:620!important}.el-statii-title p{font-size:20px;color:#8a98aa}.el-statii-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.el-statii-card{min-height:330px;border-radius:24px;overflow:hidden;position:relative;color:#fff;display:flex;align-items:flex-end;padding:26px;background:#111}.el-statii-card::before{content:'';position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.1),rgba(0,0,0,.72)),var(--img) center/cover no-repeat;transition:.3s}.el-statii-card:hover::before{transform:scale(1.05)}.el-statii-card div{position:relative;z-index:1}.el-statii-card h3{font-size:24px;font-weight:620!important;color:#fff!important}.el-statii-card p{color:#fff!important}.el-statii-split{display:grid;grid-template-columns:1fr 1.1fr;gap:70px;align-items:center}.el-statii-split h2{font-size:clamp(38px,4vw,62px);font-weight:620!important}.el-statii-split img{width:100%;border-radius:28px;object-fit:cover}.el-statii-product-strip{background:#f3f7f5;padding:80px 0}
@media(max-width:980px){.el-statii-cards{grid-template-columns:repeat(2,1fr)}.el-statii-split{grid-template-columns:1fr}.el-statii-hero{min-height:560px}}@media(max-width:600px){.el-statii-cards{grid-template-columns:1fr}.el-statii-hero h1{font-size:42px}.el-statii-section{padding:64px 16px}}
.el-lektri-hero{background:#101211!important}.el-lektri-hero h2{font-weight:620!important;color:#fff!important;opacity:1!important}.el-lektri-hero-product{filter:drop-shadow(0 28px 60px rgba(0,0,0,.35));}.el-lektri-section h2{font-weight:620!important}.el-lektri-cta h2{font-weight:620!important}.el-lektri-docs{display:none!important}
.el-legal-content{max-width:980px;margin:40px auto 90px;padding:44px;background:#fff;border:1px solid #e1eee8;border-radius:28px;box-shadow:0 22px 70px rgba(4,25,17,.06)}.el-legal-content h2{font-size:26px!important;font-weight:620!important;margin-top:26px}.el-legal-content p,.el-legal-content li{color:#53657e;line-height:1.75}

/* ===== Electric Life footer + mobile header refinements v22 ===== */
.quick-links-container.quick-links-stack,
.footer-legal-list{
  display:flex!important;
  flex-direction:column!important;
  gap:10px!important;
}
.quick-links .footer-legal-menu{
  margin-top:26px;
}
.quick-links .footer-legal-menu h3{
  margin-top:0;
}
.quick-links .quick-links-name a,
.footer-legal-list .quick-links-name a{
  display:inline-block;
  text-decoration:none;
}
.footer-bottom-content{
  justify-content:flex-start!important;
}
.footer-bottom-content p{
  margin-bottom:0!important;
}
.el-footer-legal-links{display:none!important;}

.el-statii-split h2{
  line-height:1.14!important;
  letter-spacing:-1.2px!important;
}
.el-statii-title h2{
  line-height:1.12!important;
}

@media(max-width:991px){
  .top-navbar{
    justify-content:flex-start!important;
    gap:8px!important;
  }
  .top-navbar>.el-header-actions{
    order:2!important;
    display:flex!important;
    align-items:center!important;
    margin-left:auto!important;
    margin-right:4px!important;
    gap:0!important;
  }
  .top-navbar>.el-header-actions .el-header-search{
    width:auto!important;
    height:auto!important;
    min-width:0!important;
    padding:4px!important;
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    color:#fff!important;
    border-radius:0!important;
  }
  .top-navbar>.el-header-actions .el-header-search:hover{
    background:transparent!important;
    border-color:transparent!important;
    color:#fff!important;
    transform:none!important;
  }
  .top-navbar>.el-header-actions .el-header-search svg{
    width:24px!important;
    height:24px!important;
    stroke:#fff!important;
  }
  .menu-toggle{
    order:3!important;
    margin-left:0!important;
    flex:0 0 auto!important;
  }
}

@media(max-width:767px){
  .quick-links .footer-legal-menu{
    margin-top:22px;
  }
}

/* ===== Electric Life footer + spacing + audit refinements v23 ===== */
.footer-top-container{
  display:grid!important;
  grid-template-columns:minmax(260px,.95fr) minmax(0,2.25fr)!important;
  gap:70px!important;
  align-items:flex-start!important;
}
.footer-top-right-container{
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(310px,1.25fr) minmax(170px,.75fr) minmax(220px,.9fr)!important;
  gap:56px!important;
  align-items:start!important;
}
.contact-electric-life,.quick-links,.footer-legal-menu{max-width:none!important;width:100%!important;}
.footer-legal-menu h3,
.contact-electric-life h3,
.quick-links h3{
  color:#fff!important;
  font-size:24px!important;
  font-weight:600!important;
  line-height:32px!important;
  padding:24px 0!important;
  margin-bottom:20px!important;
}
.quick-links-container.quick-links-stack,.footer-legal-list{display:flex!important;flex-direction:column!important;gap:8px!important;}
.quick-links .footer-legal-menu{margin-top:0!important;}
.footer-legal-list .quick-links-name a,
.quick-links .quick-links-name a{
  color:rgba(168,169,173,1)!important;
  font-size:18px!important;
  font-weight:400!important;
  line-height:34px!important;
}
.footer-legal-list .quick-links-name:hover a,
.quick-links .quick-links-name:hover a{color:#00d061!important;transform:translateX(5px);}
.footer-bottom-content{justify-content:flex-start!important;}
.el-footer-legal-links{display:none!important;}
.el-legal-badges{display:none!important;}

.el-statii-hero h1{line-height:1.08!important;margin-bottom:22px!important;letter-spacing:-1.4px!important;}
.el-statii-hero p{line-height:1.55!important;margin:20px auto 36px!important;}
.el-statii-hero-actions{margin-top:4px!important;}
.el-statii-title h2{line-height:1.14!important;letter-spacing:-1.3px!important;margin-bottom:12px!important;}
.el-statii-title p{line-height:1.55!important;margin:0 auto!important;max-width:820px!important;}
.el-statii-card h3{line-height:1.15!important;margin-bottom:8px!important;}
.el-statii-card p{line-height:1.38!important;margin:0!important;}
.el-statii-split h2{line-height:1.16!important;margin-bottom:18px!important;}
.el-statii-split p{line-height:1.68!important;max-width:650px!important;margin-bottom:22px!important;}

:focus-visible,
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible{
  outline:3px solid #00d061!important;
  outline-offset:4px!important;
  border-radius:8px!important;
}

@media(max-width:1100px){
  .footer-top-container{grid-template-columns:1fr!important;gap:42px!important;}
  .footer-top-right-container{grid-template-columns:1fr 1fr 1fr!important;gap:28px!important;}
}
@media(max-width:767px){
  .footer-top-right-container{grid-template-columns:1fr!important;gap:12px!important;}
  .footer-legal-menu h3,.contact-electric-life h3,.quick-links h3{padding:16px 0!important;margin-bottom:10px!important;}
  .el-statii-hero h1{line-height:1.12!important;}
}

/* ===== Electric Life v24 final footer + station cards ===== */
.footer-top-right-container{
  display:grid!important;
  grid-template-columns:minmax(330px,1.2fr) minmax(190px,.7fr) minmax(230px,.8fr)!important;
  gap:56px!important;
  align-items:flex-start!important;
  max-width:980px!important;
}
.contact-electric-life,.quick-links,.footer-legal-menu{max-width:none!important;width:100%!important;}
.footer-legal-menu h3{color:#fff!important;font-size:24px!important;font-weight:600!important;line-height:32px!important;padding:24px 0!important;margin-bottom:20px!important;}
.quick-links-container.quick-links-stack,.footer-legal-list{display:flex!important;flex-direction:column!important;gap:0!important;}
.footer-legal-list .quick-links-name a,.quick-links .quick-links-name a{line-height:44px!important;}
.footer-bottom-content{justify-content:flex-start!important;}
.el-statii-card{background:#111!important;}
.el-statii-card::before{background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.86) 100%),var(--img) center/cover no-repeat!important;opacity:1!important;}
.el-statii-card h3{line-height:1.16!important;margin-bottom:10px!important;}
.el-statii-card p{line-height:1.55!important;margin:0!important;}
.el-statii-hero p,.el-statii-title p,.el-statii-split p{line-height:1.72!important;}
.el-statii-hero h1,.el-statii-title h2,.el-statii-split h2{line-height:1.12!important;}
@media(max-width:1100px){.footer-top-right-container{grid-template-columns:1fr 1fr!important;}.footer-legal-menu{grid-column:2!important;}}
@media(max-width:767px){.footer-top-right-container{display:flex!important;flex-direction:column!important;gap:24px!important;}.footer-legal-menu{grid-column:auto!important;}}


/* ===== Electric Life v25 fixes: station media, footer, audit ===== */
.el-statii-hero-photo{
  background-image:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.38)),url('../images/lektri-pages/lektri-home-hero-v21.webp')!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.el-statii-hero-photo::before{display:none!important;}
.el-statii-card::before{display:none!important;}
.el-statii-card{isolation:isolate;background:#111!important;position:relative!important;overflow:hidden!important;}
.el-statii-card-bg{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;z-index:0!important;transition:transform .35s ease!important;opacity:1!important;display:block!important;}
.el-statii-card::after{content:'';position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(0,0,0,.04) 0%,rgba(0,0,0,.22) 42%,rgba(0,0,0,.88) 100%);pointer-events:none;}
.el-statii-card:hover .el-statii-card-bg{transform:scale(1.05);}
.el-statii-card>div{position:relative!important;z-index:2!important;}
.el-statii-card h3{font-weight:620!important;}
.el-statii-title h2,.el-statii-hero h1{font-weight:620!important;}
.footer-top-right-container{display:grid!important;grid-template-columns:minmax(330px,1.15fr) minmax(180px,.7fr) minmax(245px,.85fr)!important;gap:52px!important;align-items:start!important;max-width:1040px!important;}
.footer-legal-menu{max-width:none!important;width:100%!important;display:block!important;}
.footer-legal-menu h3{color:#fff!important;font-size:24px!important;font-weight:600!important;line-height:32px!important;padding:24px 0!important;margin-bottom:20px!important;}
.footer-legal-list,.quick-links-container.quick-links-stack{display:flex!important;flex-direction:column!important;gap:0!important;}
.footer-legal-list .quick-links-name a,.quick-links .quick-links-name a{line-height:44px!important;color:rgba(168,169,173,1)!important;}
.footer-legal-list .quick-links-name:hover a,.quick-links .quick-links-name:hover a{color:#00d061!important;}
@media(max-width:1100px){.footer-top-right-container{grid-template-columns:1fr 1fr!important;}.footer-legal-menu{grid-column:2!important;}}
@media(max-width:767px){.footer-top-right-container{display:flex!important;flex-direction:column!important;gap:24px!important;}.footer-legal-menu{grid-column:auto!important;}.el-statii-card{min-height:360px!important;}}


/* ===== Electric Life v26 unified page hero ===== */
body.el-no-common-banner .common-page-wrapper{display:none!important;}
body.el-no-common-banner .common-page-section{background:#06150f!important;overflow:visible!important;}
body.el-no-common-banner .common-page-section + main,
body.el-no-common-banner main.el-page-main{margin-top:0!important;}
body.el-no-common-banner .el-page-main:not(.el-statii-landing):not(.el-lektri-page):not(.el-account-page):not(.el-cart-page){padding-top:54px!important;}
body.el-no-common-banner .el-page-visual-top{margin-top:0!important;margin-bottom:46px!important;}
body.el-no-common-banner .el-page-visual-top .el-page-visual-card{box-shadow:0 28px 80px rgba(4,25,17,.12)!important;}
body.el-no-common-banner .el-page-visual-content h1{color:#fff!important;font-size:clamp(36px,4.2vw,62px)!important;line-height:1.06!important;font-weight:620!important;letter-spacing:-.035em!important;margin:10px 0 14px!important;}
body.el-no-common-banner .el-page-visual-content p{font-size:clamp(16px,1.45vw,20px)!important;line-height:1.65!important;}
body.el-no-common-banner .el-page-intro:first-child{margin-top:0!important;}
body.el-no-common-banner .el-statii-landing{width:100%!important;max-width:none!important;padding:0 0 80px!important;}
body.el-no-common-banner .el-statii-hero{margin-top:0!important;}
body.el-no-common-banner .el-statii-hero-photo{min-height:620px!important;}
body.el-no-common-banner .el-lektri-page{padding-top:0!important;}
@media(max-width:767px){
  body.el-no-common-banner .el-page-main:not(.el-statii-landing):not(.el-lektri-page):not(.el-account-page):not(.el-cart-page){padding-top:28px!important;}
  body.el-no-common-banner .el-statii-hero-photo{min-height:540px!important;}
}


/* ===== Electric Life v27 client-ready header, heroes and footer ===== */
body.el-commerce-page .top-navbar{
  min-height:88px!important;
  padding:14px 32px!important;
  background:rgba(3,14,10,.78)!important;
  border-bottom:1px solid rgba(255,255,255,.08)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
}
body.el-commerce-page .top-navbar.sticky{
  padding:10px 32px!important;
  background:rgba(3,14,10,.88)!important;
}
body.el-commerce-page .header-logo{max-height:58px!important;width:auto!important;object-fit:contain!important;}
body.el-commerce-page .dropdown>a{
  color:#fff!important;
  font-size:15px!important;
  font-weight:650!important;
  line-height:1.15!important;
  letter-spacing:-.01em!important;
}
body.el-commerce-page .dropdown>a:hover,
body.el-commerce-page .active-link>a,
body.el-commerce-page .active-mid>a{
  color:#f3f6f4!important;
  opacity:.92!important;
}
body.el-commerce-page .dropdown>a:hover img,
body.el-commerce-page .active-link>a img,
body.el-commerce-page .active-mid>a img{
  filter:brightness(0) invert(1)!important;
  opacity:.92!important;
}
body.el-commerce-page .submenu a,
body.el-commerce-page .mobile-nav .submenu a{color:#07120d!important;}
body.el-commerce-page .submenu a:hover{color:#4a5550!important;}
body.el-commerce-page .dots-circle{width:8px!important;height:8px!important;margin:0 11px!important;box-shadow:0 0 0 3px rgba(0,208,97,.10)!important;}
body.el-commerce-page .el-header-actions{gap:8px!important;margin-left:16px!important;}
body.el-commerce-page .el-header-actions .el-header-action,
body.el-commerce-page .el-header-actions .el-header-search{
  width:46px!important;height:46px!important;min-width:46px!important;padding:0!important;
  display:inline-grid!important;place-items:center!important;justify-content:center!important;
  border-radius:50%!important;background:rgba(255,255,255,.08)!important;
  border:1px solid rgba(255,255,255,.16)!important;color:#fff!important;
  box-shadow:none!important;transform:none!important;
}
body.el-commerce-page .el-header-actions .el-header-action>span:not(.el-nav-icon){display:none!important;}
body.el-commerce-page .el-header-actions .el-header-action:hover,
body.el-commerce-page .el-header-actions .el-header-search:hover{
  background:rgba(255,255,255,.16)!important;border-color:rgba(255,255,255,.24)!important;color:#f7faf8!important;
}
body.el-commerce-page .el-header-actions .el-header-action b{position:absolute!important;top:-5px!important;right:-4px!important;min-width:19px!important;height:19px!important;font-size:11px!important;background:#00d061!important;color:#06150f!important;}
body.el-commerce-page .el-nav-icon{width:18px!important;height:18px!important;}
body.el-commerce-page .el-header-search svg{width:20px!important;height:20px!important;stroke:#fff!important;}

body.el-commerce-page.el-no-common-banner .common-page-section{background:#06150f!important;overflow:visible!important;}
body.el-commerce-page.el-no-common-banner .common-page-section + main,
body.el-commerce-page.el-no-common-banner main.el-page-main{margin-top:0!important;}
body.el-commerce-page.el-no-common-banner .el-page-main:not(.el-statii-landing):not(.el-lektri-page):not(.el-account-page):not(.el-cart-page):not(.el-guide-page){padding-top:0!important;}
body.el-commerce-page.el-no-common-banner .el-page-visual-top{width:100vw!important;margin:0 0 72px calc(50% - 50vw)!important;padding:0!important;}
body.el-commerce-page.el-no-common-banner .el-page-visual-top .el-page-visual-card{
  width:100%!important;min-height:500px!important;border-radius:0!important;box-shadow:none!important;
  display:grid!important;place-items:center!important;background:#06150f!important;
}
body.el-commerce-page.el-no-common-banner .el-page-visual-top .el-page-visual-card img{
  position:absolute!important;inset:0!important;width:100%!important;height:100%!important;min-height:100%!important;
  aspect-ratio:auto!important;object-fit:cover!important;transform:none!important;display:block!important;
}
body.el-commerce-page.el-no-common-banner .el-page-visual-top .el-page-visual-card::after{
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.40))!important;
}
body.el-commerce-page.el-no-common-banner .el-page-visual-content{
  position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;z-index:2!important;
  max-width:900px!important;width:min(900px,92vw)!important;margin:0 auto!important;text-align:center!important;padding:92px 0 34px!important;
}
body.el-commerce-page.el-no-common-banner .el-page-visual-badge{
  background:transparent!important;border:0!important;border-radius:0!important;padding:0!important;min-height:0!important;
  color:#fff!important;font-size:13px!important;line-height:1.2!important;font-weight:750!important;letter-spacing:2.2px!important;
  margin:0 0 22px!important;text-transform:uppercase!important;
}
body.el-commerce-page.el-no-common-banner .el-page-visual-content h1,
body.el-commerce-page.el-no-common-banner .el-page-visual-content h2,
body.el-commerce-page.el-no-common-banner .el-page-visual-content h3{
  color:#fff!important;font-size:clamp(34px,4.1vw,56px)!important;line-height:1.08!important;
  font-weight:650!important;letter-spacing:-.045em!important;margin:0 auto 20px!important;max-width:900px!important;
}
body.el-commerce-page.el-no-common-banner .el-page-visual-content p{
  color:#f2f6f4!important;font-size:clamp(16px,1.35vw,19px)!important;line-height:1.58!important;
  max-width:740px!important;margin:0 auto!important;font-weight:450!important;
}

body.el-commerce-page .el-statii-hero-photo{min-height:520px!important;background-position:center!important;}
body.el-commerce-page .el-statii-hero-content{width:min(900px,92vw)!important;padding-top:74px!important;}
body.el-commerce-page .el-statii-hero h1{font-size:clamp(34px,4.5vw,58px)!important;line-height:1.08!important;letter-spacing:-.045em!important;font-weight:650!important;margin:0 auto 20px!important;max-width:900px!important;}
body.el-commerce-page .el-statii-hero p{font-size:clamp(16px,1.35vw,19px)!important;line-height:1.58!important;max-width:740px!important;margin:0 auto 30px!important;color:#f2f6f4!important;}
body.el-commerce-page .el-statii-hero .common-title{font-size:13px!important;letter-spacing:2.2px!important;color:#fff!important;margin-bottom:22px!important;}
body.el-commerce-page .el-statii-btn{font-size:13px!important;padding:14px 30px!important;border-radius:13px!important;}
body.el-commerce-page .el-statii-section{padding:74px 20px!important;}
body.el-commerce-page .el-statii-title h2{font-size:clamp(30px,3.2vw,46px)!important;line-height:1.12!important;}
body.el-commerce-page .el-statii-title p{font-size:17px!important;line-height:1.55!important;}

body.el-commerce-page .el-shop-hero{
  min-height:520px!important;padding:150px 24px 78px!important;display:grid!important;place-items:center!important;text-align:center!important;
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.40)),url('../images/page-visuals/solar-home-premium.png') center/cover no-repeat!important;
}
body.el-commerce-page .el-shop-hero::after{display:none!important;}
body.el-commerce-page .el-shop-hero-inner{max-width:900px!important;text-align:center!important;}
body.el-commerce-page .el-shop-kicker{color:#fff!important;font-size:13px!important;letter-spacing:2.2px!important;margin-bottom:22px!important;}
body.el-commerce-page .el-shop-hero h1{font-size:clamp(34px,4.1vw,56px)!important;line-height:1.08!important;font-weight:650!important;letter-spacing:-.045em!important;margin:0 auto 20px!important;max-width:900px!important;}
body.el-commerce-page .el-shop-hero p{font-size:clamp(16px,1.35vw,19px)!important;line-height:1.58!important;max-width:760px!important;margin:0 auto!important;color:#f2f6f4!important;}
body.el-commerce-page .el-shop-actions{justify-content:center!important;margin-top:30px!important;}
body.el-commerce-page .el-shop-button,
body.el-commerce-page .el-shop-button-alt{font-size:13px!important;padding:14px 26px!important;border-radius:13px!important;text-transform:uppercase!important;}

body.el-commerce-page .el-lektri-hero{min-height:520px!important;display:grid!important;place-items:center!important;text-align:center!important;}
body.el-commerce-page .el-lektri-hero-content{max-width:900px!important;width:min(900px,92vw)!important;margin:0 auto!important;padding:150px 0 78px!important;text-align:center!important;}
body.el-commerce-page .el-lektri-logo{display:block!important;margin:0 auto 22px!important;color:#fff!important;font-size:13px!important;letter-spacing:2.2px!important;}
body.el-commerce-page .el-lektri-hero h2{font-size:clamp(34px,4.1vw,56px)!important;line-height:1.08!important;font-weight:650!important;letter-spacing:-.045em!important;max-width:900px!important;margin:0 auto 20px!important;color:#fff!important;}
body.el-commerce-page .el-lektri-hero p{font-size:clamp(16px,1.35vw,19px)!important;line-height:1.58!important;max-width:740px!important;margin:0 auto 30px!important;color:#f2f6f4!important;}
body.el-commerce-page .el-lektri-hero-actions{justify-content:center!important;}
body.el-commerce-page .el-lektri-btn{font-size:13px!important;padding:14px 30px!important;border-radius:13px!important;text-transform:uppercase!important;}
body.el-commerce-page .el-lektri-hero-product{display:none!important;}

body.el-commerce-page.el-no-common-banner .el-guide-page{padding-top:0!important;}
body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child{
  width:100vw!important;min-height:500px!important;margin:0 0 72px calc(50% - 50vw)!important;padding:150px 24px 78px!important;
  display:grid!important;place-items:center!important;text-align:center!important;color:#fff!important;
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.40)),url('../images/page-visuals/solar-home-premium.png') center/cover no-repeat!important;
}
body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child .common-title{font-size:13px!important;letter-spacing:2.2px!important;color:#fff!important;margin:0 0 22px!important;}
body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child h1{font-size:clamp(34px,4.1vw,56px)!important;line-height:1.08!important;font-weight:650!important;letter-spacing:-.045em!important;max-width:900px!important;margin:0 auto 20px!important;color:#fff!important;}
body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child p:not(.common-title){font-size:clamp(16px,1.35vw,19px)!important;line-height:1.58!important;max-width:740px!important;margin:0 auto!important;color:#f2f6f4!important;}

/* Footer inspired by clean Victron-style spacing */
footer.el-site-footer{background:#051a2f!important;color:#fff!important;width:100%!important;}
.el-site-footer .el-footer-shell{max-width:1160px!important;margin:0 auto!important;padding:72px 20px 30px!important;}
.el-footer-feature-row{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:16px!important;margin-bottom:58px!important;}
.el-footer-feature-card{min-height:150px!important;border:1px solid rgba(255,255,255,.13)!important;border-radius:8px!important;background:rgba(255,255,255,.015)!important;padding:26px 26px 22px!important;text-decoration:none!important;color:#fff!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;transition:.22s ease!important;}
.el-footer-feature-card:hover{border-color:rgba(255,255,255,.30)!important;background:rgba(255,255,255,.04)!important;transform:translateY(-2px)!important;}
.el-footer-feature-card h3{color:#fff!important;font-size:22px!important;line-height:1.18!important;font-weight:720!important;margin:0 0 12px!important;letter-spacing:-.02em!important;}
.el-footer-feature-card p{color:#9daebe!important;font-size:14px!important;line-height:1.45!important;margin:0 0 18px!important;max-width:310px!important;}
.el-footer-feature-card span{color:#fff!important;font-size:14px!important;font-weight:720!important;line-height:1!important;}
.el-footer-main-grid{display:grid!important;grid-template-columns:minmax(260px,1.25fr) repeat(4,minmax(130px,.7fr))!important;gap:48px!important;align-items:start!important;}
.el-footer-brand-block{max-width:330px!important;}
.el-footer-logo{display:inline-flex!important;line-height:0!important;margin-bottom:18px!important;}
.el-footer-logo img{max-width:178px!important;height:auto!important;object-fit:contain!important;}
.el-footer-brand-block p{color:#9daebe!important;font-size:14px!important;line-height:1.6!important;margin:0 0 22px!important;}
.el-footer-socials{display:flex!important;align-items:center!important;gap:12px!important;}
.el-footer-socials a{width:28px!important;height:28px!important;border-radius:6px!important;display:grid!important;place-items:center!important;background:transparent!important;border:1px solid rgba(255,255,255,.14)!important;transition:.2s ease!important;}
.el-footer-socials a:hover{background:rgba(255,255,255,.10)!important;border-color:rgba(255,255,255,.30)!important;}
.el-footer-socials img{width:16px!important;height:16px!important;filter:brightness(0) invert(1)!important;opacity:.76!important;}
.el-footer-col{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:10px!important;min-width:0!important;}
.el-footer-col h4{color:#fff!important;font-size:14px!important;line-height:1.2!important;font-weight:760!important;margin:0 0 2px!important;letter-spacing:-.01em!important;}
.el-footer-col a,.el-footer-col span{color:#9daebe!important;font-size:14px!important;line-height:1.35!important;text-decoration:none!important;font-weight:450!important;transition:.18s ease!important;}
.el-footer-col a:hover{color:#fff!important;transform:translateX(2px)!important;}
.el-footer-contact-col span{max-width:220px!important;}
.el-footer-bottom-row{border-top:1px solid rgba(255,255,255,.10)!important;margin-top:52px!important;padding-top:22px!important;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:18px!important;}
.el-footer-bottom-row p{color:#8fa1b1!important;font-size:13px!important;line-height:1.4!important;margin:0!important;}
.el-footer-bottom-row div{display:flex!important;align-items:center!important;gap:18px!important;flex-wrap:wrap!important;}
.el-footer-bottom-row a{color:#9daebe!important;font-size:13px!important;line-height:1.4!important;text-decoration:none!important;}
.el-footer-bottom-row a:hover{color:#fff!important;}
.el-legal-badges{display:none!important;}

@media(max-width:1280px){
  body.el-commerce-page .dropdown>a{font-size:14px!important;}
  body.el-commerce-page .dots-circle{margin:0 7px!important;}
  body.el-commerce-page .top-navbar{padding-left:20px!important;padding-right:20px!important;}
}
@media(max-width:1100px){
  .el-footer-main-grid{grid-template-columns:1fr 1fr 1fr!important;gap:34px!important;}
  .el-footer-brand-block{grid-column:1/-1!important;max-width:560px!important;}
}
@media(max-width:991px){
  body.el-commerce-page .top-navbar{min-height:76px!important;padding:12px 16px!important;}
  body.el-commerce-page .header-logo{max-height:50px!important;}
  body.el-commerce-page .menu-toggle{width:44px!important;height:44px!important;background:rgba(0,208,97,1)!important;}
  body.el-commerce-page .top-navbar>.el-header-actions{display:flex!important;margin-left:auto!important;margin-right:10px!important;}
  body.el-commerce-page .top-navbar>.el-header-actions .el-header-action{display:none!important;}
  body.el-commerce-page .top-navbar>.el-header-actions .el-header-search{display:grid!important;width:44px!important;height:44px!important;min-width:44px!important;}
  body.el-commerce-page .mobile-nav{background:#fff!important;}
  body.el-commerce-page .mobile-nav .menu .dropdown>a{font-size:17px!important;color:#06150f!important;}
  body.el-commerce-page .mobile-nav .menu .dropdown>a:hover{color:#4a5550!important;}
  body.el-commerce-page .mobile-nav-bottom-content .el-mobile-quick-actions .el-header-action{color:#06150f!important;background:#f4f7f6!important;border-color:#dcebe3!important;}
  .el-footer-feature-row{grid-template-columns:1fr!important;margin-bottom:42px!important;}
}
@media(max-width:767px){
  body.el-commerce-page.el-no-common-banner .el-page-visual-top .el-page-visual-card,
  body.el-commerce-page .el-statii-hero-photo,
  body.el-commerce-page .el-shop-hero,
  body.el-commerce-page .el-lektri-hero,
  body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child{min-height:420px!important;}
  body.el-commerce-page.el-no-common-banner .el-page-visual-content,
  body.el-commerce-page .el-lektri-hero-content{padding-top:94px!important;padding-bottom:34px!important;}
  body.el-commerce-page.el-no-common-banner .el-page-visual-content h1,
  body.el-commerce-page.el-no-common-banner .el-page-visual-content h2,
  body.el-commerce-page.el-no-common-banner .el-page-visual-content h3,
  body.el-commerce-page .el-statii-hero h1,
  body.el-commerce-page .el-shop-hero h1,
  body.el-commerce-page .el-lektri-hero h2,
  body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child h1{font-size:34px!important;line-height:1.1!important;}
  body.el-commerce-page .el-statii-hero-actions,
  body.el-commerce-page .el-shop-actions,
  body.el-commerce-page .el-lektri-hero-actions{gap:10px!important;}
  body.el-commerce-page .el-statii-btn,
  body.el-commerce-page .el-shop-button,
  body.el-commerce-page .el-shop-button-alt,
  body.el-commerce-page .el-lektri-btn{width:auto!important;min-width:148px!important;padding:13px 18px!important;}
  .el-site-footer .el-footer-shell{padding:54px 18px 26px!important;}
  .el-footer-main-grid{grid-template-columns:1fr 1fr!important;gap:28px!important;}
  .el-footer-brand-block{grid-column:1/-1!important;}
  .el-footer-bottom-row{align-items:flex-start!important;flex-direction:column!important;}
}
@media(max-width:520px){
  .el-footer-main-grid{grid-template-columns:1fr!important;}
  .el-footer-feature-card{min-height:138px!important;padding:22px!important;}
}

/* ===== Electric Life v27.1 guide cards + centered intro fix ===== */
body.el-commerce-page.el-no-common-banner .el-page-intro.el-page-intro-center:first-child{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
}
body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:26px!important;
  max-width:1120px!important;
  margin-inline:auto!important;
}
body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-card{
  display:grid!important;
  grid-template-columns:1fr!important;
  border-radius:24px!important;
  overflow:hidden!important;
}
body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-card img{
  width:100%!important;
  height:220px!important;
  min-height:0!important;
  object-fit:cover!important;
}
body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-card>div{padding:24px!important;}
body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-card h3{font-size:22px!important;line-height:1.15!important;}
@media(max-width:767px){body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-list{grid-template-columns:1fr!important;}body.el-commerce-page.el-no-common-banner .el-guide-page .el-article-card img{height:210px!important;}}


/* ===== Electric Life v34: full-width guide/legal heroes + cleaner product hero ===== */
body.el-commerce-page.el-no-common-banner main.el-page-main{
  width:min(1180px,calc(100% - 40px))!important;
  max-width:1180px!important;
  margin:0 auto!important;
}
body.el-commerce-page.el-no-common-banner main.el-page-main > section.el-page-intro.el-page-intro-center:first-child{
  width:100vw!important;
  max-width:none!important;
  min-height:500px!important;
  margin:0 0 72px calc(50% - 50vw)!important;
  padding:150px 24px 78px!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  color:#fff!important;
  background:linear-gradient(90deg,rgba(0,0,0,.72),rgba(0,0,0,.40)),url('../images/page-visuals/solar-home-premium.png') center/cover no-repeat!important;
}
body.el-commerce-page.el-no-common-banner main.el-page-main > section.el-page-intro.el-page-intro-center:first-child .common-title{
  color:#fff!important;font-size:13px!important;letter-spacing:2.2px!important;font-weight:650!important;margin:0 0 20px!important;
}
body.el-commerce-page.el-no-common-banner main.el-page-main > section.el-page-intro.el-page-intro-center:first-child h1{
  color:#fff!important;font-size:clamp(32px,4vw,54px)!important;line-height:1.08!important;font-weight:560!important;letter-spacing:-.045em!important;max-width:900px!important;margin:0 auto 18px!important;
}
body.el-commerce-page.el-no-common-banner main.el-page-main > section.el-page-intro.el-page-intro-center:first-child p:not(.common-title){
  color:#f2f6f4!important;font-size:clamp(15px,1.25vw,18px)!important;line-height:1.58!important;font-weight:400!important;max-width:740px!important;margin:0 auto!important;
}
body.el-commerce-page .el-shop-hero{min-height:500px!important;padding:145px 24px 72px!important;}
body.el-commerce-page .el-shop-kicker{font-size:13px!important;letter-spacing:2.1px!important;font-weight:600!important;max-width:760px!important;margin-left:auto!important;margin-right:auto!important;}
body.el-commerce-page .el-shop-hero h1{font-size:clamp(34px,4vw,54px)!important;font-weight:560!important;max-width:880px!important;}
body.el-commerce-page .el-shop-hero p{font-size:clamp(15px,1.25vw,18px)!important;line-height:1.55!important;max-width:680px!important;font-weight:400!important;}
body.el-commerce-page .dropdown>a{font-weight:560!important;}
@media(max-width:767px){
  body.el-commerce-page.el-no-common-banner main.el-page-main{width:min(100%,calc(100% - 28px))!important;}
  body.el-commerce-page.el-no-common-banner main.el-page-main > section.el-page-intro.el-page-intro-center:first-child{min-height:420px!important;padding:112px 18px 52px!important;margin-bottom:44px!important;}
  body.el-commerce-page.el-no-common-banner main.el-page-main > section.el-page-intro.el-page-intro-center:first-child h1{font-size:34px!important;}
}
