:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;--bg-main:#f5f7fb;--bg-shell:#ffffff;--text-main:#111827;--text-muted:#6b7280;--accent:#0f766e;--accent-dark:#0b4f4a;--accent-soft:#e0f2f1;--primary:var(--accent);--border-soft:rgba(148,163,184,.35);--border:#e5e7eb;--shadow-soft:0 1px 0 rgba(148,163,184,.35);--nav-offset-x:100px;--nav-gap:1.1rem;--nav-top-pad:12px}html,body{width:100%;max-width:100%;overflow-x:hidden}body{margin:0;background:var(--bg-main);color:var(--text-main)}button{font:inherit;color:inherit;background:none;border:0;padding:0;margin:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}button:focus{outline:none}button:focus-visible{outline:2px solid rgba(15,118,110,.25);outline-offset:3px;border-radius:999px}.app-container{display:flex;flex-direction:column;min-height:100dvh}.app-header{background:var(--bg-shell);box-shadow:var(--shadow-soft);padding:.85rem 1.75rem .65rem;overflow:visible}.app-header-top{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;border-bottom:none!important}.app-header-left{display:flex;align-items:center;gap:.75rem}.app-header-left-col{display:flex;flex-direction:column;align-items:flex-start;gap:6px}.app-logo{height:110px;width:auto;display:block}.main-nav{display:flex;align-items:center;gap:var(--nav-gap);margin-left:var(--nav-offset-x);flex:1 1 auto;min-width:0;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-top:var(--nav-top-pad)}.main-nav::-webkit-scrollbar{display:none}.nav-tab{position:relative;background:none;border:none;padding:0 0 .4rem;font-size:.95rem;cursor:pointer;color:#64748b;transition:color .15s ease;display:inline-flex;align-items:center;white-space:nowrap;flex:0 0 auto;overflow:visible}.nav-tab:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;border-radius:999px;background:#0f172a;transform:scaleX(0);transform-origin:center;transition:transform .18s ease-out;opacity:.85}.nav-tab:hover{color:#0f172a}.nav-tab:hover:after{transform:scaleX(1);opacity:.6}.nav-tab-active{color:#0f172a;font-weight:700}.nav-tab-active:after{transform:scaleX(1)}.nav-tab-label{position:relative;z-index:2;line-height:1}.nav-pill{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;text-transform:uppercase;letter-spacing:.06em;font-weight:800;line-height:1}.nav-pill-beta{position:absolute;top:-6px;right:-14px;pointer-events:none;background:#fff;color:#111827;border:1px solid #22c55e;font-size:7px;padding:0 4px}.header-right{display:flex;align-items:center;gap:.75rem;margin-left:auto;white-space:nowrap}.lang-switch{display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem;letter-spacing:.14em;text-transform:uppercase;color:#94a3b8;background:transparent;border:0;box-shadow:none;padding:0}.lang-divider{padding:0 .2rem;font-size:.9rem;opacity:.45}.lang-link,.lang-code{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:transparent;border:0;padding:0;margin:0;cursor:pointer;color:inherit;opacity:.85;transition:opacity .15s ease,color .15s ease,transform .1s ease}.lang-code-active{opacity:1;color:#64748b;font-weight:800}.lang-link:hover,.lang-code:hover{opacity:1;color:#475569;transform:translateY(-.5px)}.logout-btn{padding:.45rem .8rem;border-radius:999px;border:1px solid rgba(15,23,42,.12);background:#fff;cursor:pointer;font-weight:700}.logout-btn:hover{border-color:#0f172a33}.app-header-contact{display:none}.top-contact{width:100%;background:#fff;border-bottom:1px solid var(--border-soft)}.top-contact__inner{padding:.35rem 1.75rem;display:flex;align-items:center;justify-content:flex-start;gap:.6rem;color:#64748b;font-size:.9rem}.top-contact__label{opacity:.9}.top-contact__sep{opacity:.55}.top-contact__link{background:transparent;border:none;padding:0;cursor:pointer;color:#0f172a;font-weight:700;opacity:.9}.top-contact__link:hover{text-decoration:underline;opacity:1}.project-controls{display:flex;gap:.5rem;margin-top:.65rem;align-items:center;flex-wrap:wrap}.project-controls input,.app-header select{padding:.32rem .75rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;color:var(--text-main);font-size:.85rem;outline:none}.app-header select{min-width:130px}.project-controls input:focus,.app-header select:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0f766e2e}.project-controls button{padding:.3rem .9rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.85rem;font-weight:700;box-shadow:0 1px 2px #0f172a2e;white-space:nowrap}.project-controls button:hover{background:var(--accent-dark)}.project-controls-highlight{padding:.28rem .6rem;border-radius:999px;background:#ecfdf3;box-shadow:0 0 0 1px #bbf7d0,0 8px 18px #10b9812e}.app-main{display:flex;flex:1;overflow:hidden}.content{flex:1;padding:1rem 1.5rem;overflow-y:auto;background:var(--bg-main)}.sidebar{width:260px;background:#fff;color:var(--text-muted);padding:1rem 1rem 1.25rem;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto;border-right:1px solid var(--border)}.sidebar h2{margin:0 0 .25rem;font-size:.95rem;font-weight:800;color:var(--text-main)}.sidebar h3{margin:1rem 0 .25rem;font-size:.85rem;font-weight:800;color:var(--text-main)}.project-list{list-style:none;padding:0;margin:0}.project-item{padding:.45rem .7rem;border-radius:.75rem;cursor:pointer;font-size:.9rem;display:flex;flex-direction:column;gap:2px;color:#374151;background:#fff;box-shadow:0 1px 2px #0f172a0a;transition:background .15s ease,box-shadow .15s ease,transform .05s ease}.project-item+.project-item{margin-top:.35rem}.project-item:hover{box-shadow:0 4px 10px #0f172a14;transform:translateY(-1px)}.project-item.active{background:var(--accent-soft);box-shadow:0 0 0 1px #0f766e59,0 4px 10px #0f766e2e}.project-tag{margin-top:2px;padding:0 .45rem;border-radius:999px;background:#e5e7eb;color:#4b5563;font-size:.7rem}.project-tag.small{background:#d1fae5;color:#166534}.form-group{margin-bottom:.75rem}.sidebar input,.sidebar select{width:100%;padding:.32rem .7rem;border-radius:.5rem;border:1px solid #d1d5db;background:#fff;color:var(--text-main);font-size:.85rem}.sidebar input:focus,.sidebar select:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0f766e2e}.sidebar button{width:100%;padding:.45rem .7rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:800;box-shadow:0 1px 2px #0f172a2e}.sidebar button:hover{background:var(--accent-dark)}.project-meta{display:flex;gap:1rem;font-size:.85rem;color:#4b5563;margin-bottom:.5rem}.empty-state{margin-top:3rem;color:#6b7280}.empty-state h2{margin:0 0 .7rem;font-size:1.05rem;font-weight:900;color:#0f172a}.empty-state-steps{margin:.25rem 0 0;padding-left:1.1rem;font-size:1rem;color:#5b616d}.empty-state-steps li+li{margin-top:.2rem}.tabs{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;flex-wrap:wrap}.tab{padding:.4rem .9rem;border-radius:999px;border:1px solid transparent;background:transparent;cursor:pointer;font-size:.9rem;color:#4b5563;transition:background .15s ease,color .15s ease,border-color .15s ease}.tab:hover{background:#e5e7eb}.tab.active{background:#fff;color:var(--accent-dark);border-color:var(--accent);box-shadow:0 2px 6px #0f766e29}.tabs .primary{margin-left:auto;padding:.45rem 1.1rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:800;box-shadow:0 1px 3px #0f766e66;white-space:nowrap}.tabs .primary:hover{background:var(--accent-dark)}.info{font-size:.8rem;color:#9ca3af}.error{font-size:.8rem;color:#fca5a5}.rooms-view{display:flex;flex-direction:column;gap:1rem}.room-tabs{display:flex;flex-wrap:wrap;gap:.5rem}.room-tab{padding:.35rem .8rem;border-radius:999px;border:1px solid #d1d5db;background:#fff;cursor:pointer;font-size:.85rem;color:#4b5563;transition:background .15s ease,color .15s ease,border-color .15s ease}.room-tab:hover{background:#e5e7eb}.room-tab.active{background:var(--accent);color:#fff;border-color:var(--accent)}.room-content h2{margin:.5rem 0 .75rem}.load-form{margin-bottom:1rem}.form-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.form-row select:not(.flat-network-select),.form-row input{padding:.45rem .85rem;border-radius:999px;border:1px solid #d1d5db;font-size:.9rem;background:#fff;color:var(--text-main);outline:none}.form-row select:not(.flat-network-select){appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:36px;background-image:url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%238290A2' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:10px 6px}.form-row input[type=number]{width:110px}.form-row select:focus,.form-row input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #0f766e2e}.form-row button{padding:.45rem 1rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.9rem;font-weight:800;box-shadow:0 1px 2px #0f172a2e;white-space:nowrap}.form-row button:hover{background:var(--accent-dark)}.loadpoints-list{list-style:none;padding:0;margin:0}.load-item{display:flex;align-items:center;justify-content:space-between;padding:4px 0;border-bottom:1px solid #eee;font-size:.9rem}.load-item:last-child{border-bottom:none}.loadpoint-text{flex:1;margin-right:.5rem}.loadpoint-remove-btn{border:none;background:#e74c3c;color:#fff;padding:2px 8px;border-radius:4px;cursor:pointer;font-size:.8rem;white-space:nowrap}.loadpoint-remove-btn:hover{background:#c0392b}.loadpoint-remove-btn:active{transform:translateY(1px)}.board-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem;margin-top:.75rem}.breaker-card{background:#fff;border-radius:.75rem;padding:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.25rem}.breaker-header{display:flex;justify-content:space-between;font-size:.85rem;margin-bottom:.25rem}.breaker-type,.breaker-rating{font-weight:800}.breaker-body{font-size:.85rem;color:#4b5563}.breaker-desc{margin-top:.25rem;font-size:.8rem;color:#6b7280}.breaker-card-warning{border-color:#f97373;box-shadow:0 0 0 1px #fecaca}.breaker-card-warning .breaker-header{color:#b91c1c}.board-modules-view{margin-top:1rem;position:relative}.busbars{display:flex;gap:.5rem;margin-bottom:.75rem}.busbar{flex:1;height:8px;border-radius:4px;font-size:.6rem;color:#fff;text-align:center;line-height:8px}.busbar-l{background:#b35a3c}.busbar-n{background:#276fbf}.busbar-pe{background:linear-gradient(90deg,#3ba53b 0%,#e4e760 50%,#3ba53b 100%)}.din-rail{position:relative;margin-top:8px}.din-row{position:relative;margin-top:14px;padding-left:18px;padding-bottom:10px}.din-row-label{font-size:.75rem;color:#4b5563;margin-bottom:2px}.din-rail-line{height:4px;background:#c0c4d0;border-radius:2px}.din-row-feed{position:absolute;left:2px;top:10px;bottom:4px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:2px}.feed-line{width:4px;height:18px;border-radius:3px}.feed-l{background:#b35a3c}.feed-n{background:#276fbf}.feed-pe{background:linear-gradient(180deg,#3ba53b 0%,#e4e760 50%,#3ba53b 100%)}.modules-grid{display:grid;grid-template-columns:repeat(12,56px);gap:4px;margin-top:6px;margin-bottom:28px}.module{background:#f5f6fa;border-radius:6px;border:1px solid #d3d6e3;display:flex;flex-direction:column;height:115px;font-size:.7rem;overflow:hidden}.module-top{padding:2px 4px;font-weight:700;text-align:right}.module-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:0 2px}.module-type{font-size:.65rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.module-room{display:block;font-size:.7rem;opacity:.8;margin-top:1px}.module-io{display:flex;align-items:center;justify-content:center;gap:6px;padding:2px 4px}.module-io-top{border-bottom:1px solid #e5e7eb}.module-io-bottom{border-top:1px solid #e5e7eb}.io-label{font-size:.6rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;white-space:nowrap}.io-label-side{min-width:26px;text-align:left}.io-dots-stack{display:flex;flex-direction:column;align-items:center;gap:1px}.io-dots-row{display:flex;gap:4px}.io-phase-row{display:flex;gap:4px;font-size:.55rem;color:#6b7280}.io-phase-label{min-width:10px;text-align:center}.io-dot{width:6px;height:6px;border-radius:50%}.io-dot-l{background:#b35a3c}.io-dot-n{background:#276fbf}.mod-main-switch{border-top:3px solid #111827}.mod-rcd{border-top:3px solid #0f766e}.mod-surge{border-top:3px solid #ca8a04}.mod-socket{border-top:3px solid #2563eb}.mod-lighting{border-top:3px solid #facc15}.mod-appliance{border-top:3px solid #a855f7}.module.group-base:before,.module.group-wet:before,.module.group-dry:before,.module.group-lights:before{content:"";display:block;height:5px;width:100%;border-radius:3px 3px 0 0}.module.group-base:before{background:#7f8c8d}.module.group-wet:before{background:#3498db}.module.group-dry:before{background:#2ecc71}.module.group-lights:before{background:#f1c40f}.module-warning{border-color:#f97373;box-shadow:0 0 0 1px #f8717159}.legend{margin-top:.75rem;font-size:.7rem;display:flex;flex-wrap:wrap;gap:.75rem}.legend-item{display:inline-flex;align-items:center;gap:4px}.legend-color{width:12px;height:8px;border-radius:3px}.box-main-switch{background:#111827}.box-rcd{background:#0f766e}.box-surge{background:#ca8a04}.box-socket{background:#2563eb}.box-lighting{background:#facc15}.legend-color.box-appliance{background:#a855f7}.legend-expl{margin-top:.5rem;font-size:.75rem;color:#4b5563}.legend-expl p{margin:.1rem 0}.group-label{font-size:.8rem;margin-top:.75rem;margin-bottom:.15rem;color:#4b5563}.board-separator{margin:1.5rem 0 1rem;border:none;border-top:1px dashed #d1d5db}.budget-note{font-size:.8rem;color:#6b7280;margin-top:.25rem;margin-bottom:.5rem}.flat-view{margin-top:1.25rem}.flat-intro{font-size:.85rem;color:#6b7280;margin-bottom:.75rem}.flat-layout{position:relative;display:flex;align-items:flex-start;gap:1.75rem}.flat-pole{display:flex;flex-direction:column;align-items:center;gap:.5rem;font-size:.75rem;color:#4b5563;min-width:70px}.flat-pole-mast{position:relative;height:150px;display:flex;flex-direction:column;align-items:center;margin-top:100px}.flat-pole-top{width:44px;height:4px;background:#4b5563;border-radius:999px;margin-bottom:4px}.flat-pole-body{width:6px;flex:1;background:#4b5563;border-radius:999px}.flat-db-bridge{position:absolute;left:32px;top:150px;width:257px;height:2px;background:#111827;box-shadow:0 0 4px #0f172a66}.flat-house-wrapper{position:relative;flex:1;padding-top:24px}.flat-db-box{position:absolute;left:190px;top:136px;padding:6px 10px;border-radius:10px;background:#111827;color:#f9fafb;font-size:.7rem;box-shadow:0 8px 16px #0f172a59;z-index:3}.flat-db-title{font-weight:800}.flat-db-rating{margin-top:2px;font-size:.68rem;opacity:.9}.flat-house{position:relative;z-index:1;margin:18px 34px 8px;padding:18px 20px 24px;border-radius:18px;background:#f9fafb;display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:16px;box-shadow:0 14px 28px #0f172a29,0 0 0 1px #94a3b859}.flat-cables{display:flex;flex-direction:column;gap:8px;margin:10px 0 14px}.flat-cable{position:relative;height:6px;border-radius:999px;overflow:visible;background:#cbd5e1;box-shadow:0 1px #ffffffa6 inset,0 -1px #0000001f inset,0 1px 6px #0000001a}.flat-cable:after{content:"";position:absolute;left:6px;right:6px;top:1px;height:2px;border-radius:999px;background:rgba(255,255,255,.35);pointer-events:none}.flat-cable-label{position:absolute;left:-2px;top:50%;transform:translate(-100%,-50%);font-size:12px;font-weight:700;padding:2px 8px;border-radius:999px;background:#fff;border:1px solid rgba(15,23,42,.14);box-shadow:0 6px 14px #0000001a;line-height:1.2;white-space:nowrap}.flat-cable-f1{background:#7B3F00}.flat-cable-f2{background:#111827}.flat-cable-f3{background:#6B7280}.flat-cable-n{background:#2563EB}.flat-cable-pe{background:#FACC15}.flat-room-feed-f1{background:#7B3F00}.flat-room-feed-f2{background:#111827}.flat-room-feed-f3{background:#6B7280}.flat-room-feed-n{background:#2563EB}.flat-room-feed-pe{background:#FACC15}.hero.protocol-hero{padding:1.5rem 0}.hero-text{max-width:980px}.protocol-list{margin:.75rem 0 0;padding-left:1.15rem;color:#475569}.protocol-list li+li{margin-top:.35rem}.hero-cta{display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.1rem;border-radius:999px;border:none;background:var(--primary);color:#fff;cursor:pointer;font-size:.95rem;font-weight:900;box-shadow:0 10px 26px #0f766e38;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.hero-cta:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 14px 34px #0f766e42}.hero-cta:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.hero-caption{margin-top:.75rem;font-size:.9rem;color:#64748b}.home{display:flex;flex-direction:column;gap:1.6rem}.home-hero{max-width:2180px;margin:0 auto;padding:2.2rem .5rem 2.4rem;display:grid;grid-template-columns:1.05fr 1.35fr;align-items:start;gap:0px}.home-hero__text{max-width:620px}.home-title{margin:0 0 .6rem;font-size:2.1rem;line-height:1.15;letter-spacing:-.02em;color:#0f172a}.home-subtitle{margin:0 0 1.1rem;max-width:72ch;color:#475569;line-height:1.65}.home-actions{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:7px 150px;align-items:start;margin-top:35px;margin-left:50px}.home-round{width:100%;max-width:320px;justify-self:start}.home-round__text{max-width:32ch;margin:0 auto}.home-actions .home-round--contact{grid-column:1;grid-row:1}.home-actions .home-round--offer{grid-column:2;grid-row:1}.home-actions .home-round--shop{grid-column:3;grid-row:1}.home-actions .home-round--config{grid-column:4;grid-row:1}.home-actions .home-round--premium{grid-column:5;grid-row:1}.home-hero__media{display:flex;justify-content:flex-end;align-items:center}.home-hero__media img{width:100%;height:auto;max-width:700px;display:block;transform:translate(+40px)}.home-round{background:transparent;border:none;padding:0;cursor:pointer;text-align:center;transition:transform .16s ease;width:320px;justify-self:start}.home-round__circle{width:134px;height:134px;border-radius:999px;margin:0 auto .65rem;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 28px #0f172a14;color:#0f766e;transition:transform .14s ease,box-shadow .14s ease}.home-round:hover .home-round__circle{transform:translateY(-2px);box-shadow:0 14px 34px #0f172a1a}.home-round__title{font-weight:900;color:#0f172a;margin-bottom:.25rem}.home-round__text{color:#64748b;line-height:1.45;max-width:34ch;margin:0 auto}.home-round--soft .home-round__circle{color:#629be6;box-shadow:0 10px 28px #2f8f851a}.home-round--mid .home-round__circle{color:#a1ca2e;box-shadow:0 10px 28px #147a6624}.home-round--strong .home-round__circle{color:#227c48;box-shadow:0 10px 28px #0b4f4a2e}@media (max-width:1100px){.home-hero{grid-template-columns:1fr;gap:18px;padding:1.6rem .5rem 1.4rem}.home-hero__media{justify-content:center;order:2}.home-actions{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 18px}.home-actions .home-round--premium{grid-column:1;grid-row:3}.home-round{width:100%;max-width:420px;justify-self:center}}@media (max-width:640px){.home-title{font-size:1.55rem;line-height:1.18}.home-actions{grid-template-columns:1fr}.home-actions .home-round--contact{grid-row:1}.home-actions .home-round--offer{grid-row:2}.home-actions .home-round--shop{grid-row:3}.home-actions .home-round--config{grid-row:4}.home-actions .home-round--premium{grid-row:5}}@media (max-width: 980px){.home-hero.home-hero--orbit{grid-template-columns:1fr;padding:1.25rem .5rem;gap:16px}.home-stage{position:relative;min-height:560px;max-width:1180px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding-top:82px}.home-stage__img img{transform:none;max-width:100%}}@media (max-width: 640px){.home-title{font-size:1.55rem;line-height:1.18}}.offer-centered{max-width:1100px;margin:0 auto}.offer-clean__section{padding:1.6rem .25rem}.offer-clean__section--top{padding-top:.5rem}.offer-clean__kicker{display:inline-block;font-size:.78rem;letter-spacing:.1em;text-transform:uppercase;color:#64748b;margin-bottom:.45rem}.offer-type-title{font-size:2.1rem;line-height:1.12;letter-spacing:-.02em;margin:0 0 .35rem;text-align:center}.offer-type-lead{font-size:1rem;color:#64748b;margin:0 auto .6rem;text-align:center}.offer-type-h2{font-size:1.35rem;margin:0 0 .4rem;text-align:center}.offer-type-body{font-size:.98rem;color:#475569;margin:.25rem auto .75rem;max-width:85ch;text-align:center}.offer-quote-small{font-size:.88rem;color:#64748b;max-width:82ch;margin:.95rem auto 0;text-align:center}.offer-clean__trio{margin-top:.75rem;display:grid;grid-template-columns:repeat(3,minmax(220px,1fr));gap:1.2rem;align-items:start}.offer-clean__trioBtn{background:transparent;border:none;padding:0;cursor:pointer;text-align:center}.offer-clean__circle{width:134px;height:134px;border-radius:999px;margin:0 auto .65rem;display:grid;place-items:center;background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 10px 28px #0f172a14;color:#0f766e;transition:transform .14s ease,box-shadow .14s ease}.offer-clean__trioBtn:hover .offer-clean__circle{transform:translateY(-2px);box-shadow:0 14px 34px #0f172a1a}.offer-clean__trioTitle{font-weight:900;color:#0f172a;margin-bottom:.25rem}.offer-clean__trioText{color:#64748b;line-height:1.45;max-width:42ch;margin:0 auto}.offer-center-actions{display:flex;justify-content:center}.offer-priceSplit{margin-top:.8rem;display:grid;grid-template-columns:1fr 1.1fr;gap:1.25rem;align-items:center}.offer-priceSplit__img{display:flex;justify-content:center;align-items:center}.offer-priceSplit__img img{width:100%;max-width:520px;height:auto;display:block}.offer-miniprice{padding:0;background:transparent;border:none;box-shadow:none}.offer-miniprice__row{display:flex;justify-content:space-between;align-items:baseline;gap:.75rem;padding:.35rem 0;border-bottom:1px solid rgba(148,163,184,.22)}.offer-miniprice__name{font-weight:900;color:#0f172a;font-size:1rem}.offer-miniprice__price{font-weight:900;color:#0f766e;white-space:nowrap;font-size:1rem}.offer-miniprice__desc{margin-top:.2rem;margin-bottom:.4rem;color:#64748b;line-height:1.55;max-width:85ch}.offer-narrow{max-width:820px;margin-left:auto;margin-right:auto}.offer-tight{padding-top:1rem;padding-bottom:1rem}.offer-tight__block{margin-top:.65rem}.offer-btn{-moz-appearance:none;appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;border-radius:9999px;padding:.72rem 1.25rem;min-height:44px;line-height:1;font-size:.95rem;font-weight:900;border:1px solid rgba(15,23,42,.12);background:#fff;color:#0f172a;box-shadow:0 10px 26px #0f172a14;transition:transform .12s ease,box-shadow .12s ease,background .12s ease;white-space:nowrap}.offer-btn:hover{transform:translateY(-1px);box-shadow:0 14px 34px #0f172a1f}.offer-btn.primary{background:var(--primary);border-color:var(--primary);color:#fff;box-shadow:0 12px 30px #0f766e47}.offer-btn.ghost{background:transparent;box-shadow:none;border:1px solid rgba(15,23,42,.14)}.offer-stripe{width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background:#fff}.offer-stripe.is-alt{background:var(--bg-main)}.offer-stripe>.offer-clean__section{max-width:1100px;margin:0 auto;padding:3rem 1.5rem}.contact-page{padding:2.2rem .5rem 2.8rem}.contact-wrap{max-width:1100px;margin:0 auto}.contact-title{margin:0 0 .6rem;font-size:2.1rem;color:#0f172a}.contact-lead{max-width:80ch;color:#475569;line-height:1.6;margin:0 0 1.2rem}.contact-list{display:grid;gap:.6rem;margin-top:.6rem}.contact-row{display:flex;align-items:center;gap:.55rem;color:#475569;line-height:1.5}.contact-ico{width:28px;height:28px;border-radius:999px;display:grid;place-items:center;background:rgba(15,118,110,.1);color:#0f766e;flex:0 0 auto}.contact-label{color:#64748b;font-weight:800}.contact-link{font-weight:900;color:#0f172a;text-decoration:none}.contact-link:hover{text-decoration:underline}.contact-linkbtn{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;font-weight:900;color:#0f172a}.contact-linkbtn:hover{text-decoration:underline}.contact-strong{font-weight:900;color:#0f172a}.contact-hint{color:#94a3b8;font-size:.92rem;margin-left:.25rem}.contact-map{margin-top:2rem}.contact-h2{margin:0 0 .35rem;font-size:1.25rem;color:#0f172a}.contact-map__hint{margin:0 0 .8rem;color:#64748b;line-height:1.5}.contact-map__frame{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:18px;padding:.6rem;box-shadow:0 10px 26px #0f172a0f}.contact-map__small{margin-top:.8rem;color:#64748b;font-size:.92rem;line-height:1.5}.contact-privacylink-row{margin:.25rem 0 1rem}.contact-privacylink{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;color:#0f172a;font-weight:900;text-decoration:underline;text-underline-offset:3px}.contact-privacylink:hover{opacity:.85}.contact-legal{margin-top:2rem;padding-top:1.25rem;border-top:1px solid rgba(148,163,184,.25)}.contact-legal__section{margin-top:.95rem}.contact-legal__h3{font-weight:900;color:#0f172a;margin-bottom:.25rem}.contact-legal__p{color:#475569;line-height:1.6;max-width:90ch}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:flex;justify-content:center;padding:6px 12px;pointer-events:none}.cookie-banner__inner{pointer-events:auto;width:100%;max-width:min(1100px,calc(100vw - 24px));margin:0;background:rgba(255,255,255,.88);border:1px solid rgba(0,0,0,.08);border-radius:14px;padding:.45rem .75rem;display:flex;align-items:center;gap:.75rem;box-shadow:0 6px 18px #0f172a1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.cookie-banner__text{color:#475569;line-height:1.35;font-size:.88rem;flex:1;min-width:0;overflow-wrap:anywhere}.cookie-banner__link{background:transparent;border:none;padding:0;cursor:pointer;font:inherit;font-weight:900;color:#0f172a;text-decoration:underline;text-underline-offset:3px}.cookie-banner__btn{border-radius:9999px;padding:.5rem .9rem;min-height:36px;border:1px solid rgba(15,23,42,.12);background:#0f766e;color:#fff;font-weight:900;cursor:pointer;white-space:nowrap}.cookie-banner__btn:hover{background:#0b4f4a}.cookie-safe{padding-bottom:96px}.mobile-menu-btn{display:none;align-items:center;gap:10px;border:1px solid rgba(15,23,42,.12);background:rgba(255,255,255,.92);border-radius:999px;padding:8px 12px;font-weight:900;color:#0f172a;box-shadow:0 6px 18px #0f172a14;cursor:pointer;white-space:nowrap}.mobile-menu-btn__icon{font-size:18px;line-height:1}.mobile-menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:transparent;z-index:9998;border:0;padding:0}.mobile-menu-panel{position:fixed;left:12px;right:12px;top:88px;z-index:9999;display:flex;flex-direction:column;gap:.35rem;padding:10px;border-radius:16px;background:rgba(255,255,255,.96);border:1px solid rgba(148,163,184,.25);box-shadow:0 14px 34px #0f172a24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.mobile-menu-item{width:100%;text-align:left;border:1px solid rgba(148,163,184,.25);background:rgba(255,255,255,.9);border-radius:12px;padding:12px;font-weight:800;color:#0f172a;cursor:pointer;display:flex;align-items:center;justify-content:space-between}.mobile-menu-item.active{box-shadow:0 0 0 1px #0f766e40}@media (max-width:1100px){.app-header-top{flex-wrap:wrap;gap:.9rem}:root{--nav-offset-x: 0px}.main-nav{margin-left:0}}@media (max-width:980px){.offer-priceSplit,.offer-clean__trio{grid-template-columns:1fr}.offer-clean__circle{width:120px;height:120px}.home-hero{grid-template-columns:1fr;padding:1.25rem .5rem;gap:1rem}.home-hero__media{order:2}.home-hero__media img{transform:none;max-width:100%}.home-round-actions{grid-template-columns:1fr}.home-round-actions--diagonal{width:100%;margin-right:0}}@media (max-width:900px){.app-main{display:block;overflow:visible}.content{overflow-y:visible;padding:.9rem 1rem}.sidebar{width:auto;border-right:none;border-bottom:1px solid #eee}.mobile-menu-btn{display:inline-flex}.main-nav{display:none}.app-header-top{position:relative;align-items:flex-start;justify-content:flex-start;gap:.75rem}.header-right{position:absolute;top:8px;right:10px;z-index:60;margin-left:0}.lang-divider,.lang-link{display:none}.lang-switch{background:transparent;border:0;box-shadow:none;padding:0;color:#94a3b8}.lang-code{opacity:1;font-weight:900;color:#94a3b8}.lang-code-active{color:#64748b}.app-header-left{padding-right:110px}.top-contact__inner{padding:.35rem .9rem;flex-wrap:wrap;gap:.35rem .6rem}.top-contact__link{max-width:100%;overflow:hidden;text-overflow:ellipsis}.tabs{display:flex;flex-direction:column;align-items:stretch;gap:10px}.tabs .primary{order:-1;width:100%;margin:0;padding:.8rem 1rem;font-size:.95rem;font-weight:900;box-shadow:0 10px 26px #0f766e38}.tabs .tab{width:100%;text-align:left;padding:14px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:#fff;box-shadow:0 1px 2px #0f172a0f;font-weight:800}.tabs .tab.active{border-color:#0f766e59;box-shadow:0 0 0 1px #0f766e2e,0 2px 10px #0f766e1a;background:#fff}.form-row{align-items:stretch}.form-row select:not(.flat-network-select),.form-row input{flex:1 1 100%;width:100%}.form-row input[type=number]{width:100%}.form-row button{width:100%;justify-content:center;padding:.8rem 1rem}.hero-cta{width:100%}.cookie-safe{padding-bottom:170px}.top-contact{display:none!important}}@media (max-width:768px){header.app-header>.app-header-contact{display:flex;align-items:center;gap:10px;padding:10px 14px;font-size:13px;line-height:1.2;color:#6b7280;background:#fff;border-bottom:none}header.app-header>.app-header-contact .app-header-contact__label{color:#6b7280;white-space:nowrap}header.app-header>.app-header-contact .app-header-contact__link{color:#111827;text-decoration:none;font-weight:600;white-space:nowrap}header.app-header>.app-header-contact .app-header-contact__dot{color:#9ca3af}}@media (max-width:900px){.app-header{box-shadow:none}}@media (min-width:901px){.app-header-top{position:relative}.main-nav{position:absolute;left:50%;transform:translate(-50%);top:50%;margin-left:0;padding-top:0;overflow:visible;justify-content:center;z-index:5;width:max-content}.header-right{margin-left:auto}.project-controls{justify-content:center;max-width:1100px;margin-left:auto;margin-right:auto}}@media (min-width:769px){.app-header,.app-header-top{border-bottom:none!important;box-shadow:none!important}}@media (max-width:560px){.app-header{padding:.6rem .75rem}.app-logo{height:66px}.project-controls{display:grid;grid-template-columns:1fr}.project-controls input,.project-controls select,.project-controls button{width:100%}.cookie-banner__inner{flex-direction:column;align-items:stretch}.cookie-banner__btn{width:100%}}@media (max-width:380px){.mobile-menu-btn__text{display:inline}}@media (max-width:720px){.modules-grid{grid-template-columns:repeat(12,46px)}.module{height:110px}}@media (max-width:560px){.modules-grid{grid-template-columns:repeat(12,42px);gap:3px}.din-row{padding-left:16px}}select.pretty-select{width:100%;max-width:520px;padding:10px 42px 10px 14px;border-radius:12px;border:1px solid #d1d5db;background:#fff;color:#111827;font:inherit;font-size:.95rem;line-height:1.2;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L6 6.25L11 1.25' stroke='%2364748b' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 7px;box-shadow:0 1px 2px #0f172a0f}select.pretty-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e2e}select.pretty-select:disabled{opacity:.6;cursor:not-allowed}.flat-network-select{width:100%;max-width:520px;padding:10px 42px 10px 14px;border-radius:12px;border:1px solid #d1d5db;background:#fff;color:#111827;font:inherit;font-size:.95rem;line-height:1.2;outline:none;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.25L6 6.25L11 1.25' stroke='%2364748b' stroke-width='1.6' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:12px 7px;box-shadow:0 1px 2px #0f172a0f}.flat-network-select:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0f766e2e}.flat-network-select:disabled{opacity:.6;cursor:not-allowed}.flat-network-selector label{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.flat-house{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media (max-width:980px){.flat-house{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.flat-house{grid-template-columns:1fr}}.flat-room{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:14px 14px 12px;box-shadow:0 1px 2px #0f172a0f}.flat-room-header{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.flat-room-name{font-weight:700;font-size:1rem}.flat-room-heat{min-width:120px;text-align:right}.flat-room-heat-bar{height:8px;border-radius:999px;background:#eef2f7;overflow:hidden;margin-bottom:6px}.flat-room-heat-fill{height:100%;border-radius:999px}.flat-room-heat-label{font-size:.85rem;color:#64748b}.flat-room-rcds{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 10px}.flat-room-rcd-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:.82rem;line-height:1.2;border:1px solid #e5e7eb;background:#f8fafc;white-space:nowrap}.flat-room-items{margin:0;padding-left:0;list-style:none;display:flex;flex-direction:column;gap:8px}.flat-room-item{display:flex;gap:8px;align-items:flex-start;padding:8px 10px;border-radius:12px;background:#f8fafc;border:1px solid #eef2f7}.flat-room-item-dot{width:8px;height:8px;border-radius:999px;margin-top:6px;background:#94a3b8;flex:0 0 auto}.flat-room-item-breaker{color:#475569;font-weight:600}@media (max-width:640px){.home-hero{display:flex;flex-direction:column}.home-hero__media{order:-1;margin-bottom:14px}.home-title{font-size:1.55rem;line-height:1.18}}.contact-bar--mobile{display:none}@media (max-width:640px){.contact-bar--mobile{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding:8px 12px;font-size:12.5px;color:#334155;border-bottom:1px solid rgba(0,0,0,.08);background:#ffffff}.contact-bar--mobile a{color:inherit;text-decoration:none}.contact-bar--mobile a:hover{text-decoration:underline}}.project-name-input--error{border-color:#ef4444!important;box-shadow:0 0 0 2px #ef44442e!important}@media (min-width:901px){.project-controls{width:fit-content}}.knowledge-layout{display:grid;grid-template-columns:280px 1fr;gap:1rem;align-items:start}.knowledge-sidebar{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:12px;box-shadow:0 10px 26px #0f172a0f;position:sticky;top:12px}.knowledge-title{font-weight:900;margin-bottom:10px;color:#0f172a}.knowledge-chapter{border-top:1px solid rgba(148,163,184,.25);padding-top:10px;margin-top:10px}.knowledge-chapter__summary{cursor:pointer;font-weight:800;color:#334155}.knowledge-chapter__sections{display:flex;flex-direction:column;gap:6px;margin-top:8px}.knowledge-section-btn{text-align:left;padding:8px 10px;border-radius:12px;border:1px solid rgba(148,163,184,.25);background:#fff;cursor:pointer;font-weight:700;color:#334155}.knowledge-section-btn.active{border-color:#0f766e59;box-shadow:0 0 0 2px #0f766e1f}.knowledge-content{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:16px;box-shadow:0 10px 26px #0f172a0f}.knowledge-content__header{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:8px}.knowledge-h1{margin:0;font-size:1.25rem}.knowledge-h2{margin:16px 0 8px}.knowledge-p{margin:8px 0;color:#475569;line-height:1.6}.knowledge-ul{margin:8px 0 8px 18px;color:#475569;line-height:1.6}.knowledge-callout{border-radius:14px;padding:10px 12px;margin:10px 0;border:1px solid rgba(148,163,184,.25);background:#f8fafc;color:#334155}.knowledge-callout.warning{background:#fff7ed;border-color:#fdba74}.knowledge-error{margin-top:10px;color:#b00020;font-weight:800}.knowledge-loading{font-size:.85rem;color:#64748b}.shop-header{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.shop-h1{margin:0;font-size:1.25rem}.shop-grid{margin-top:12px;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:12px}.shop-card{background:#fff;border:1px solid rgba(148,163,184,.35);border-radius:16px;padding:12px;box-shadow:0 10px 26px #0f172a0f}.shop-card__title{font-weight:900;color:#0f172a}.shop-card__desc{margin-top:6px;color:#475569;line-height:1.55}.shop-card__price{margin-top:10px;font-weight:900;color:#0f766e}.shop-card__price.muted{color:#64748b}@media (max-width:900px){.knowledge-layout{grid-template-columns:1fr}.knowledge-sidebar{position:relative;top:0}}.knowledge{width:100%}.knowledge-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;max-width:1180px;margin:0 auto 16px;padding:10px 10px 0}.knowledge-h1{font-size:28px;line-height:1.15;margin:0;font-weight:800}.knowledge-subtitle{margin-top:6px;font-size:14px;line-height:1.5;color:#64748b;max-width:760px}.knowledge-actions{display:flex;gap:10px;align-items:center}.knowledge-btn{background:#ffffff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 14px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 16px #0f172a0f}.knowledge-btn:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14}.knowledge-loading{max-width:1180px;margin:6px auto 16px;padding:0 10px;color:#64748b;font-size:14px}.knowledge-error{max-width:1180px;margin:8px auto 16px;padding:12px 14px;border-radius:14px;background:#fff1f2;border:1px solid #fecdd3;color:#9f1239;font-weight:600}.knowledge-grid{max-width:1180px;margin:0 auto;padding:12px 10px 24px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;justify-items:stretch}@media (max-width: 1100px){.knowledge-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width: 820px){.knowledge-topbar{flex-direction:column;align-items:stretch}.knowledge-actions{justify-content:flex-start}.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.knowledge-grid{grid-template-columns:1fr}.knowledge-h1{font-size:24px}}.knowledge-tile{text-align:left;width:100%;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;padding:14px;cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease;box-shadow:0 10px 30px #0f172a0f}.knowledge-tile:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 40px #0f172a14}.knowledge-tile:active{transform:translateY(0)}.knowledge-tile__image{height:120px;border-radius:14px;border:1px solid #eef2ff;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);display:flex;align-items:center;justify-content:center;margin-bottom:12px;overflow:hidden}.knowledge-tile__imageText{font-weight:800;font-size:12px;letter-spacing:.08em;color:#94a3b8}.knowledge-tile__title{font-size:16px;font-weight:800;line-height:1.25;color:#0f172a;margin:4px 0 6px}.knowledge-tile__desc{font-size:13px;line-height:1.45;color:#64748b;min-height:36px}.knowledge-tile__meta,.knowledge-tile__cta{display:flex;align-items:center;gap:8px;font-size:13px;margin-top:10px;color:#0f172a;font-weight:700}.knowledge-dot{display:inline-block;width:7px;height:7px;border-radius:999px;background:#22c55e}.knowledge-contentCard{max-width:980px;margin:0 auto 24px;padding:16px 16px 18px;background:#ffffff;border:1px solid #e2e8f0;border-radius:18px;box-shadow:0 10px 30px #0f172a0f}.knowledge-blocks{padding-top:6px}.knowledge-h2{font-size:20px;margin:18px 0 10px;font-weight:900;color:#0f172a}.knowledge-p{margin:10px 0;line-height:1.65;color:#0f172a;font-size:14px}.knowledge-ul{margin:10px 0 14px;padding-left:18px;color:#0f172a;line-height:1.65;font-size:14px}.knowledge-ul li{margin:6px 0}.knowledge-callout{border-radius:14px;padding:12px;margin:10px 0 14px;border:1px solid #e2e8f0;background:#f8fafc;color:#0f172a;line-height:1.55;font-size:14px}.knowledge-callout.warning{background:#fff7ed;border-color:#fed7aa}.knowledge-callout.info{background:#eff6ff;border-color:#bfdbfe}.knowledge-footerHint{margin-top:14px;padding-top:12px;border-top:1px dashed #e2e8f0;color:#64748b;font-size:13px;line-height:1.5}.knowledge-empty{max-width:1180px;margin:10px auto 20px;padding:14px 10px;color:#64748b;font-size:14px}.home-round{width:220px}.home-round__text{max-width:34ch}@media (max-width: 980px){.home-round-actions--diagonal{grid-template-columns:1fr;grid-template-rows:none;gap:18px;justify-items:center}.home-round{width:100%;max-width:380px}}.knowledge{background-repeat:no-repeat;background-position:center;background-size:cover}.knowledge{width:100%;min-height:calc(100vh - 220px);background-repeat:no-repeat;background-position:center;background-size:cover}@media (max-width: 900px){.home-hero{grid-template-columns:1fr!important;gap:16px!important;padding:1.2rem .75rem!important}.home-hero__media{order:-1!important;justify-content:center!important}.home-hero__media img{width:100%!important;max-width:520px!important;height:auto!important;display:block!important}.home-actions{margin-left:0!important;gap:14px!important;grid-template-columns:1fr!important}.home-actions .home-round--contact,.home-actions .home-round--offer,.home-actions .home-round--shop,.home-actions .home-round--config,.home-actions .home-round--premium{grid-column:auto!important;grid-row:auto!important}.home-round{width:100%!important;max-width:420px!important;justify-self:center!important}}@media (max-width: 420px){.home-hero{padding:1rem .6rem!important}.home-round__circle{width:120px!important;height:120px!important}}.app-header{position:relative}.header-divider-car{position:absolute;right:120px;bottom:-70px;height:90px;width:auto;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:5}@media (max-width: 768px){.header-divider-car{right:58px;bottom:-20px;height:40px}}.home-round--config .home-round__circle{background:#eefbf7;border-color:#0f766e2e;box-shadow:0 10px 28px #0f766e1a}.home-round--premium .home-round__circle{background:#5ae47f4b;border-color:#717a6f28;box-shadow:10 30px 50px #dbae549d}.home-round--config:hover .home-round__circle{box-shadow:0 14px 34px #96a09f24}.home-round--premium:hover .home-round__circle{box-shadow:0 14px 34px #ca8a0429}@media (max-width: 900px){.home-actions{margin-left:0!important;gap:18px!important;grid-template-columns:1fr!important}.home-actions .home-round--contact,.home-actions .home-round--offer,.home-actions .home-round--shop,.home-actions .home-round--config,.home-actions .home-round--premium{grid-column:auto!important;grid-row:auto!important}.home-round{justify-self:center!important;max-width:420px!important;width:100%!important}}.home-hero__text{max-width:660px}.home-title{margin:0 0 .6rem;font-size:1.95rem;line-height:1.08;letter-spacing:-.025em;color:#0f172a;white-space:nowrap}@media (max-width:1200px){.home-hero__text{max-width:680px}.home-title{font-size:1.8rem;white-space:normal}}.home-subtitle{max-width:58ch}.home-round{transition:transform .16s ease,opacity .16s ease}.home-round:hover{transform:translateY(-2px)}.home-round__title{font-weight:900;font-size:1.05rem}.home-actions .home-round{position:relative;padding:22px 18px 20px;border-radius:28px;border:1px solid rgba(255,255,255,.3);background:rgba(255,255,255,.16);box-shadow:0 14px 36px #00000014;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.home-actions .home-round:hover{transform:translateY(-4px);background:rgba(255,255,255,.24);border-color:#fff6;box-shadow:0 20px 44px #00000024}.home-actions .home-round__circle,.home-actions .home-round__title,.home-actions .home-round__text{position:relative;z-index:1}.home-actions .home-round__title{margin-top:2px;margin-bottom:.3rem}.home-actions .home-round__text{max-width:30ch}.home-actions .home-round--config{background:rgba(239,251,247,.28);border-color:#0f766e2e}.home-actions .home-round--premium{background:rgba(221,247,220,.26);border-color:#91b47833}.home-actions .home-round--config:hover{background:rgba(239,251,247,.38)}.home-actions .home-round--premium:hover{background:rgba(221,247,220,.36)}@media (max-width:900px){.home-actions .home-round{padding:20px 16px 18px;border-radius:22px}}@media (max-width:420px){.home-actions .home-round{padding:18px 14px 16px;border-radius:20px}}.home-actions{align-items:stretch}.home-actions .home-round{min-height:198px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:12px;padding-bottom:8px}.home-actions .home-round__circle{margin-bottom:.45rem}.home-actions .home-round__title{min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.15rem}.home-actions .home-round__text{min-height:4.1rem;display:flex;align-items:flex-start;justify-content:center;text-align:center}@media (max-width:900px){.home-actions .home-round{min-height:190px}.home-actions .home-round__title{min-height:1.9rem}.home-actions .home-round__text{min-height:auto}}@media (max-width:640px){.home-actions .home-round{min-height:auto;padding-top:14px;padding-bottom:10px}.home-actions .home-round__title,.home-actions .home-round__text{min-height:auto}}@media (min-width: 1201px){.home-actions{position:relative;display:block!important;width:980px;max-width:980px;height:430px;margin-top:34px;margin-left:12px;align-items:unset}.home-actions .home-round{position:absolute;top:0;width:230px!important;min-height:260px;padding:18px 16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:28px;border:1px solid rgba(255,255,255,.34);background:rgba(255,255,255,.24);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 18px 36px #0f172a1f;transform-origin:bottom center;opacity:.9;z-index:1;transition:transform .28s ease,opacity .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,z-index 0s linear}.home-actions .home-round__circle,.home-actions .home-round__title,.home-actions .home-round__text{position:relative;z-index:1}.home-actions .home-round__circle{margin-bottom:.55rem}.home-actions .home-round__title{min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.15rem;opacity:1}.home-actions .home-round__text{min-height:4.1rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;max-width:28ch;opacity:.72;transition:opacity .18s ease}.home-actions .home-round--contact{left:8px;top:26px;transform:rotate(-14deg);z-index:1}.home-actions .home-round--offer{left:172px;top:12px;transform:rotate(-7deg);z-index:2}.home-actions .home-round--shop{left:344px;top:6px;transform:rotate(0);z-index:3}.home-actions .home-round--config{left:516px;top:12px;transform:rotate(7deg);z-index:2}.home-actions .home-round--premium{left:688px;top:26px;transform:rotate(14deg);z-index:1}.home-actions .home-round--config{background:rgba(239,251,247,.3);border-color:#0f766e2e}.home-actions .home-round--premium{background:rgba(221,247,220,.3);border-color:#91b47833}.home-actions .home-round:hover,.home-actions .home-round:focus-visible{opacity:1;z-index:20!important;transform:translateY(-14px) rotate(0) scale(1.03);background:rgba(255,255,255,.38);border-color:#ffffff85;box-shadow:0 28px 54px #0f172a2e}.home-actions .home-round--config:hover,.home-actions .home-round--config:focus-visible{background:rgba(239,251,247,.44)}.home-actions .home-round--premium:hover,.home-actions .home-round--premium:focus-visible{background:rgba(221,247,220,.44)}.home-actions .home-round:hover .home-round__text,.home-actions .home-round:focus-visible .home-round__text{opacity:1}.home-actions .home-round:hover .home-round__circle,.home-actions .home-round:focus-visible .home-round__circle{transform:translateY(-2px) scale(1.02)}}@media (min-width: 1201px){.home-actions{position:relative;display:block!important;width:930px;max-width:930px;height:430px;margin-top:34px;margin-left:0;align-items:unset}.home-actions .home-round{position:absolute;top:0;width:220px!important;min-height:258px;padding:18px 16px 14px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:28px;border:1px solid rgba(255,255,255,.44);background:rgba(255,255,255,.42);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 22px 42px #0f172a24,inset 0 1px #ffffff61;transform-origin:bottom center;opacity:.96;z-index:1;transition:transform .28s ease,opacity .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease,z-index 0s linear}.home-actions .home-round__circle,.home-actions .home-round__title,.home-actions .home-round__text{position:relative;z-index:1}.home-actions .home-round__circle{margin-bottom:.55rem}.home-actions .home-round__title{min-height:2rem;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:.2rem;opacity:1}.home-actions .home-round__text{min-height:4.1rem;display:flex;align-items:flex-start;justify-content:center;text-align:center;max-width:28ch;opacity:.9;transition:opacity .18s ease}.home-actions .home-round--contact{left:0;top:30px;transform:rotate(-13deg);z-index:1}.home-actions .home-round--offer{left:150px;top:14px;transform:rotate(-6deg);z-index:2}.home-actions .home-round--shop{left:306px;top:8px;transform:rotate(0);z-index:3}.home-actions .home-round--config{left:462px;top:14px;transform:rotate(6deg);z-index:2}.home-actions .home-round--premium{left:618px;top:30px;transform:rotate(13deg);z-index:1}.home-actions .home-round--config{background:rgba(239,251,247,.46);border-color:#0f766e3d}.home-actions .home-round--premium{background:rgba(221,247,220,.46);border-color:#91b4783d}.home-actions .home-round:hover,.home-actions .home-round:focus-visible{opacity:1;z-index:20!important;transform:translateY(-14px) rotate(0) scale(1.04);background:rgba(255,255,255,.72);border-color:#ffffffb8;box-shadow:0 32px 64px #0f172a33,inset 0 1px #ffffff80}.home-actions .home-round--config:hover,.home-actions .home-round--config:focus-visible{background:rgba(239,251,247,.74)}.home-actions .home-round--premium:hover,.home-actions .home-round--premium:focus-visible{background:rgba(221,247,220,.74)}.home-actions .home-round:hover .home-round__text,.home-actions .home-round:focus-visible .home-round__text{opacity:1}.home-actions .home-round:hover .home-round__circle,.home-actions .home-round:focus-visible .home-round__circle{transform:translateY(-2px) scale(1.02)}}@media (min-width: 901px) and (max-width: 1200px){.home-actions{position:relative;display:block!important;width:760px;max-width:760px;height:340px;margin-top:28px;margin-left:0}.home-actions .home-round{position:absolute;top:0;width:175px!important;min-height:220px;padding:14px 12px 12px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;border-radius:24px;border:1px solid rgba(255,255,255,.42);background:rgba(255,255,255,.56);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);box-shadow:0 14px 28px #0f172a1f;transform-origin:bottom center;opacity:1}.home-actions .home-round__circle{width:108px;height:108px;margin-bottom:.45rem}.home-actions .home-round__title{min-height:1.8rem;font-size:1rem;display:flex;align-items:center;justify-content:center;text-align:center;opacity:1}.home-actions .home-round__text{min-height:auto;font-size:.92rem;opacity:1;text-align:center}.home-actions .home-round--contact{left:0;top:14px;transform:rotate(-8deg);z-index:1}.home-actions .home-round--offer{left:148px;top:4px;transform:rotate(-4deg);z-index:2}.home-actions .home-round--shop{left:296px;top:0;transform:rotate(0);z-index:3}.home-actions .home-round--config{left:444px;top:4px;transform:rotate(4deg);z-index:2}.home-actions .home-round--premium{left:592px;top:14px;transform:rotate(8deg);z-index:1}.home-actions .home-round--config{background:rgba(239,251,247,.6)}.home-actions .home-round--premium{background:rgba(221,247,220,.6)}}.home{position:relative;display:flex;flex-direction:column;gap:1.6rem;background-repeat:no-repeat;background-position:center center;background-size:cover;isolation:isolate}.home:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,rgba(245,247,251,.88) 0%,rgba(245,247,251,.82) 35%,rgba(245,247,251,.8) 100%)}.home:after{content:"";position:absolute;left:0;top:0;bottom:0;width:58%;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(245,247,251,.72) 0%,rgba(245,247,251,.46) 58%,rgba(245,247,251,0) 100%)}.home>*{position:relative;z-index:1}.home-hero{min-height:680px}@media (min-width: 901px){.home{background-position:center center}}@media (max-width: 900px){.home:before{background:linear-gradient(180deg,rgba(245,247,251,.92) 0%,rgba(245,247,251,.88) 100%)}.home:after{width:100%;background:linear-gradient(180deg,rgba(245,247,251,.55) 0%,rgba(245,247,251,.18) 100%)}.home-hero{min-height:auto}}.header-divider-icons{position:absolute;right:255px;bottom:-50px;display:flex;align-items:center;gap:10px;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:6}.header-divider-icon{display:block;height:50px;width:auto;object-fit:contain}@media (max-width: 768px){.header-divider-icons{right:120px;bottom:-12px;gap:4px}.header-divider-icon{height:25px}}.header-divider-icons{display:flex;align-items:center;gap:12px}.header-divider-powered-link{position:absolute;right:-22px;bottom:-40px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;opacity:.96;transition:opacity .2s ease,transform .2s ease;pointer-events:auto;z-index:6}.header-divider-powered-link:hover{opacity:1;transform:translateY(-1px)}.header-divider-powered-badge{display:block;height:40px;width:auto;object-fit:contain}@media (max-width: 768px){.header-divider-powered-link{right:-10px;bottom:-8px}.header-divider-powered-badge{height:20px}}html{scroll-behavior:smooth}.library-view{--library-text:#0f172a;--library-muted:rgba(15,23,42,.86);--library-panel-bg:rgba(255,255,255,.18);--library-panel-bg-active:rgba(255,255,255,.3);--library-panel-border:rgba(255,255,255,.26);--library-panel-border-active:rgba(255,255,255,.4);--library-panel-shadow:0 14px 36px rgba(0,0,0,.08);--library-panel-shadow-active:0 24px 64px rgba(0,0,0,.15);--library-tile-green-bg:rgba(222,247,231,.42);--library-tile-green-bg-active:rgba(222,247,231,.6);--library-tile-green-border:rgba(79,146,102,.28);--library-tile-green-border-active:rgba(79,146,102,.4)}.library-view.offer-immersive{max-width:none;margin-top:0!important;padding-top:0!important}.library-view .offer-stripe--photo{position:relative;width:100vw;margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);background-color:#eef3f7;background-position:center center;background-repeat:no-repeat;background-size:cover;overflow:hidden;opacity:.62;filter:saturate(.62) contrast(.86) brightness(.84) blur(.3px);transform:scale(1);transition:opacity .6s ease,filter .6s ease,transform .6s ease}.library-view .offer-stripe--heroStart{margin-top:-18px}.library-view .offer-stripe--heroStart .offer-photoSection{padding-top:0}.library-view .offer-stripe--heroStart .offer-photoSection__content{padding-top:84px}.library-view .offer-stripe--photo.is-active{opacity:1;filter:saturate(1) contrast(1) brightness(1);transform:scale(1.018);z-index:1}@media (hover:hover) and (pointer:fine){.library-view .offer-stripe--photo:hover{opacity:.88;filter:saturate(.88) contrast(.95) brightness(.95) blur(.1px)}.library-view .offer-stripe--photo.is-active:hover{opacity:1;filter:saturate(1) contrast(1) brightness(1)}}.library-view .offer-stripe--photo+.offer-stripe--photo{position:relative}.library-view .offer-stripe--photo+.offer-stripe--photo:before{content:"";position:absolute;top:0;left:0;right:0;height:36px;z-index:2;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.28) 0%,rgba(255,255,255,.12) 40%,rgba(255,255,255,0) 100%)}.library-view .offer-stripe--photo:not(.is-active) .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.24) 0%,rgba(255,255,255,.14) 24%,rgba(255,255,255,.14) 76%,rgba(255,255,255,.24) 100%)}.library-view .offer-photoSection{position:relative;min-height:640px;display:flex;align-items:center;justify-content:center;max-width:1280px;margin:0 auto;padding:5.4rem 1.5rem;isolation:isolate}.library-view .offer-photoSection__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background:linear-gradient(180deg,rgba(255,255,255,.14) 0%,rgba(255,255,255,.07) 24%,rgba(255,255,255,.07) 76%,rgba(255,255,255,.14) 100%);transition:background .4s ease}.library-view .offer-stripe--photo.is-active .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.07) 0%,rgba(255,255,255,.03) 24%,rgba(255,255,255,.03) 76%,rgba(255,255,255,.07) 100%)}@media (hover:hover) and (pointer:fine){.library-view .offer-stripe--photo:hover .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.1) 0%,rgba(255,255,255,.05) 24%,rgba(255,255,255,.05) 76%,rgba(255,255,255,.1) 100%)}}.library-view .offer-photoSection:before{content:none}.library-view .offer-photoSection__content{position:relative;z-index:1;width:100%}.library-view .offer-clean__section.offer-photoSection,.library-view .offer-stripe>.offer-clean__section.offer-photoSection{max-width:1280px;margin:0 auto}.library-view .offer-photoSection .offer-type-h2,.library-view .offer-photoSection .offer-clean__h2,.library-view .offer-photoSection .offer-clean__trioTitle,.library-view .offer-photoSection .offer-miniprice__name,.library-view .offer-photoSection .offer-miniprice__price{color:var(--library-text);text-shadow:0 1px 0 rgba(255,255,255,.16)}.library-view .offer-photoSection .offer-type-body,.library-view .offer-photoSection .offer-clean__p,.library-view .offer-photoSection .offer-clean__trioText,.library-view .offer-photoSection .offer-miniprice__desc,.library-view .offer-photoSection .offer-list,.library-view .offer-photoSection .offer-list li{color:var(--library-muted);text-shadow:none}.library-view .library-textCard{max-width:820px;margin:0 auto;padding:1.35rem 1.5rem;border-radius:28px;border:1px solid var(--library-panel-border);background:var(--library-panel-bg);box-shadow:var(--library-panel-shadow);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);text-align:center;transform:translateY(18px);opacity:.82;transition:transform .45s ease,opacity .45s ease,background .35s ease,box-shadow .35s ease,border-color .35s ease}.library-view .offer-stripe--photo.is-active .library-textCard{background:var(--library-panel-bg-active);border-color:var(--library-panel-border-active);box-shadow:var(--library-panel-shadow-active);transform:translateY(0);opacity:1}.library-view .library-textCard .offer-type-h2,.library-view .library-textCard .offer-clean__h2{margin:0 0 .7rem;text-align:center;color:var(--library-text)}.library-view .library-textCard__body{display:flex;flex-direction:column;gap:.8rem}.library-view .library-textCard .offer-type-body,.library-view .library-textCard .offer-clean__p{margin:0 auto;max-width:70ch;text-align:center;color:var(--library-muted)}.library-view .offer-clean__trio{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;max-width:1180px;margin:0 auto;align-items:stretch}.library-view .offer-bg--hero .offer-clean__trioBtn{min-height:250px;padding:1rem .85rem .95rem;border-radius:22px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.24);box-shadow:0 12px 30px #00000014;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center}.library-view .offer-stripe--photo.is-active .offer-clean__trioBtn{background:rgba(255,255,255,.22);border-color:#ffffff52;box-shadow:0 16px 38px #0000001f}@media (hover:hover) and (pointer:fine){.library-view .offer-bg--hero .offer-clean__trioBtn:hover{transform:translateY(-3px);background:rgba(255,255,255,.28);border-color:#fff6;box-shadow:0 20px 44px #00000024}}.library-view .offer-bg--hero .offer-clean__trioTitle{font-size:1rem;font-weight:900;margin-top:.15rem;line-height:1.25;min-height:2.5em;display:flex;align-items:center;justify-content:center}.library-view .offer-bg--hero .offer-clean__trioText{font-size:.93rem;line-height:1.45;max-width:26ch;color:#0f172ad1}.library-view .offer-bg--hero .offer-clean__trioBtn.offer-clean__trioBtn--gallery{background:var(--library-tile-green-bg);border-color:var(--library-tile-green-border)}.library-view .offer-stripe--photo.is-active .offer-clean__trioBtn.offer-clean__trioBtn--gallery{background:var(--library-tile-green-bg-active);border-color:var(--library-tile-green-border-active)}@media (hover:hover) and (pointer:fine){.library-view .offer-bg--hero .offer-clean__trioBtn.offer-clean__trioBtn--gallery:hover{background:rgba(222,247,231,.74);border-color:#4f92666b}}.library-view .offer-photoSection .offer-clean__circle{width:108px;height:108px;margin:0 auto .7rem;border-radius:999px;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.3);color:#0f172a;box-shadow:0 12px 28px #00000014,inset 0 1px #ffffff2e;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:transform .22s ease,background .22s ease,border-color .22s ease;display:grid;place-items:center}.library-view .offer-stripe--photo.is-active .offer-clean__circle{background:rgba(255,255,255,.2);border-color:#fff6}@media (hover:hover) and (pointer:fine){.library-view .offer-photoSection .offer-clean__trioBtn:hover .offer-clean__circle{transform:translateY(-2px) scale(1.02);background:rgba(255,255,255,.24);border-color:#ffffff75}}.library-view .realizations-nav{max-width:1200px;margin:0 auto}.library-view .realizations-nav__title{margin:0 0 1.2rem;text-align:center;font-size:2rem;line-height:1.15;color:#0f172a;font-weight:900}.library-view .realizations-nav__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.85rem;align-items:stretch}.library-view .realizations-nav__item{min-height:148px;padding:.8rem .75rem;border-radius:18px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.16);box-shadow:0 10px 24px #00000014;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);display:flex;flex-direction:column;align-items:center;justify-content:flex-start;text-align:center;cursor:pointer;transition:transform .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease}.library-view .offer-stripe--photo.is-active .realizations-nav__item{background:rgba(255,255,255,.22);border-color:#ffffff52;box-shadow:0 14px 32px #0000001f}@media (hover:hover) and (pointer:fine){.library-view .realizations-nav__item:hover{transform:translateY(-3px);background:rgba(255,255,255,.28);border-color:#fff6;box-shadow:0 18px 40px #00000024}}.library-view .realizations-nav__circle{width:62px;height:62px;margin:0 auto .45rem;border-radius:999px;display:grid;place-items:center;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.3);box-shadow:0 8px 18px #00000014,inset 0 1px #ffffff2e;color:#0f172a}.library-view .realizations-nav__name{font-size:1rem;line-height:1.22;font-weight:900;color:#0f172a;margin:0 0 .25rem}.library-view .realizations-nav__text{font-size:.88rem;line-height:1.38;color:#0f172ad1;max-width:24ch}.library-view .offer-bg--hero{background-image:url(/assets/library-hero-realizations-3840-c77a6acc.png)}.library-view .offer-bg--measurements{background-image:url(/assets/library-measurements-smart-3840-6935d947.png)}.library-view .offer-bg--boards-install{background-image:url(/assets/library-boards-install-smart-3840-941ac518.png)}.library-view .offer-bg--pv-ev{background-image:url(/assets/library-pv-ev-smart-3840-9782cbd6.png)}.library-view .offer-bg--fault{background-image:url(/assets/library-fault-diagnostics-smart-3840-2135e6b8.png)}.library-view .offer-bg--small-services{background-image:url(/assets/library-small-services-smart-3840-0c3cf238.png)}.library-view .offer-bg--full{background-image:url(/assets/library-full-electrical-smart-3840-90ef3b41.png)}.library-view .offer-bg--realizations-nav{background-image:url(../assets/library-realizations-nav-3840.png)}.library-view .offer-bg--project-flat{background-image:url(../assets/library-project-flat-3840.png)}.library-view .offer-bg--project-house{background-image:url(../assets/library-project-house-3840.png)}.library-view .offer-bg--project-connection{background-image:url(../assets/library-project-connection-3840.png)}.library-view .offer-bg--project-garden{background-image:url(../assets/library-project-garden-3840.png)}.library-view .offer-bg--project-modernization{background-image:url(../assets/library-project-modernization-3840.png)}.library-view .offer-bg--project-kitchen{background-image:url(../assets/library-project-kitchen-3840.png)}.library-view .offer-bg--project-bathroom{background-image:url(../assets/library-project-bathroom-3840.png)}.library-view .offer-bg--project-smart{background-image:url(../assets/library-project-smart-3840.png)}.library-view .offer-bg--project-pv{background-image:url(../assets/library-project-pv-3840.png)}.library-view .offer-bg--project-garage{background-image:url(../assets/library-project-garage-3840.png)}@media (max-width:1100px){.library-view .offer-clean__trio,.library-view .realizations-nav__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:980px){.library-view .offer-stripe--heroStart{margin-top:-14px}.library-view .offer-stripe--heroStart .offer-photoSection__content{padding-top:64px}.library-view .offer-photoSection{min-height:560px;padding:4.4rem 1rem}.library-view .library-textCard{padding:1.05rem 1rem;border-radius:20px;transform:translateY(10px)}.library-view .offer-bg--hero .offer-clean__trioBtn{min-height:230px;padding:.95rem .8rem .9rem;border-radius:20px}.library-view .offer-photoSection .offer-clean__circle{width:100px;height:100px}}@media (max-width:760px){.library-view .offer-clean__trio,.library-view .realizations-nav__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.library-view .realizations-nav__title{font-size:1.65rem}}@media (max-width:640px){.library-view .offer-stripe--photo,.library-view .offer-stripe--photo.is-active{opacity:1;filter:none;transform:none}.library-view .offer-stripe--heroStart{margin-top:-10px}.library-view .offer-stripe--heroStart .offer-photoSection__content{padding-top:40px}.library-view .offer-stripe--photo+.offer-stripe--photo:before{height:14px}.library-view .offer-photoSection{min-height:460px;padding:3.4rem .95rem}.library-view .offer-photoSection__overlay,.library-view .offer-stripe--photo.is-active .offer-photoSection__overlay{background:linear-gradient(180deg,rgba(255,255,255,.12) 0%,rgba(255,255,255,.07) 28%,rgba(255,255,255,.07) 72%,rgba(255,255,255,.12) 100%)}.library-view .offer-clean__trio{grid-template-columns:1fr;gap:.85rem}.library-view .offer-bg--hero .offer-clean__trioBtn{min-height:auto;padding:.95rem .85rem;background:rgba(255,255,255,.22);border-color:#ffffff47;box-shadow:0 12px 28px #0000001a}.library-view .offer-bg--hero .offer-clean__trioTitle{font-size:1rem;min-height:auto}.library-view .offer-bg--hero .offer-clean__trioText{font-size:.94rem;max-width:30ch}.library-view .offer-photoSection .offer-clean__circle{width:92px;height:92px}.library-view .library-textCard,.library-view .offer-stripe--photo.is-active .library-textCard{background:rgba(255,255,255,.24);transform:none;opacity:1}.library-view .realizations-nav__grid{grid-template-columns:1fr;gap:.75rem}.library-view .realizations-nav__item{min-height:auto}}.knowledge-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;padding:18px 0}@media (max-width: 1100px){.knowledge-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.knowledge-grid{grid-template-columns:1fr}}.knowledge-tile{text-align:left;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.72);border-radius:16px;padding:14px;box-shadow:0 10px 30px #0f172a0f;cursor:pointer}.knowledge-tile__image{height:120px;border-radius:14px;border:1px solid rgba(148,163,184,.28);background-color:#f8fafce6;display:grid;place-items:center;background-repeat:no-repeat;background-position:center;background-size:contain}.knowledge-tile__imageText{font-weight:800;letter-spacing:.6px;color:#64748bbf}.knowledge-tile__title{margin-top:12px;font-weight:900;font-size:1.02rem}.knowledge-tile__desc{margin-top:6px;color:#667085;line-height:1.45}.knowledge-tile__meta,.knowledge-tile__cta{margin-top:10px;color:#667085;font-weight:700}.knowledge-contentCard{max-width:1020px;margin:0 auto;position:relative;overflow:hidden;border-radius:56px}.knowledge-contentCard.has-bg{border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 30px #0f172a0f}.knowledge-contentShade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,rgba(255,255,255,.35) 0%,rgba(255,255,255,.55) 60%,rgba(255,255,255,.7) 100%);z-index:1}.knowledge-contentInner{position:relative;z-index:2;padding:14px 16px;background:rgba(255,255,255,.25);border-radius:16px;text-align:left}.knowledge-contentInner .knowledge-h2,.knowledge-contentInner .knowledge-p,.knowledge-contentInner .knowledge-ul,.knowledge-contentInner .knowledge-ol,.knowledge-contentInner ul,.knowledge-contentInner ol,.knowledge-contentInner li{text-align:left}.knowledge-contentInner .knowledge-h2{text-align:left!important;margin-left:0!important;margin-right:0!important;max-width:none!important}.knowledge-floatArt{float:left;width:400px;height:400px;margin:6px 18px 12px 0;border-radius:999px;shape-outside:circle(50%);shape-margin:20px;background-repeat:no-repeat;background-position:center;background-size:contain;opacity:.55;filter:blur(0px) saturate(1.15) contrast(1.05)}.knowledge-blocks:after{content:"";display:block;clear:both}@media (max-width: 640px){.knowledge-floatArt{float:none;width:100%;height:180px;margin:0 0 12px;border-radius:18px;shape-outside:none}}.knowledge-blocks{padding:14px 0}.knowledge-h2{font-size:1.4rem;font-weight:900;margin:6px 0 10px}.knowledge-p{color:#344054;line-height:1.7;margin:10px 0}.knowledge-ul,.knowledge-ol{margin:10px 0 10px 20px;line-height:1.7}.knowledge-callout{margin:12px 0;padding:12px 14px;border-radius:14px;border:1px solid rgba(148,163,184,.35);background:rgba(255,255,255,.72);line-height:1.6;font-weight:700}.knowledge-callout.warning{border-color:#dc262659;background:rgba(254,242,242,.7);color:#7f1d1d}.knowledge-callout.info{border-color:#0284c759;background:rgba(240,249,255,.8);color:#0c4a6e}.knowledge-figure{margin:14px 0}.knowledge-img{width:50%;border-radius:14px;border:1px solid rgba(148,163,184,.35);box-shadow:0 10px 30px #0f172a0f;display:block}.knowledge-caption{margin-top:8px;color:#667085;font-weight:600}.knowledge-contentInner ul,.knowledge-contentInner ol{padding-left:1.1rem;margin-left:0;list-style-position:inside}.knowledge-contentInner li{padding-left:.35rem}@media (min-width: 641px){.knowledge-contentInner ul,.knowledge-contentInner ol{padding-left:1.35rem}}.premium-heroTitleRow{display:inline-flex;align-items:center;gap:12px;margin-top:2px;margin-bottom:6px}.premium-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:rgba(255,255,255,.7);box-shadow:0 10px 30px #0f172a0f;font-weight:800;font-size:.9rem;color:#334155}.premium-heroLead{color:#475569;max-width:860px;margin:.25rem auto .9rem;line-height:1.65;font-size:1.02rem}.premium-bulletsWrap{max-width:860px;margin:0 auto .6rem;text-align:left}.premium-accessBg{position:relative;margin-top:12px;padding:22px 0 18px}.premium-accessBg:before{content:"";position:absolute;top:-40px;right:-60px;bottom:-40px;left:-60px;background:url(/assets/premium-bg-9923e101.svg) center/cover no-repeat;opacity:.55;filter:blur(10px);transform:scale(1.05);z-index:0}.premium-accessBg:after{content:"";position:absolute;top:-40px;right:-60px;bottom:-40px;left:-60px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.65),rgba(255,255,255,.4) 45%,rgba(255,255,255,.22) 70%,rgba(255,255,255,.16));z-index:0}.premium-accessBg>*{position:relative;z-index:1}@media (max-width: 820px){.premium-bullets{grid-template-columns:1fr}.premium-accessBg:before,.premium-accessBg:after{top:-24px;right:-18px;bottom:-24px;left:-18px}}.page.premium-landing{position:relative;overflow:hidden}.premium-shell{max-width:920px;margin:0 auto;padding:0 16px}.premium-top{text-align:left;padding-top:6px}.premium-heroTitleRow{display:inline-flex;align-items:center;gap:12px;margin:0 0 6px}.premium-heroTitle{font-size:2.2rem;font-weight:900;margin:0;letter-spacing:-.2px}.premium-badge{display:inline-flex;align-items:center;height:28px;padding:0 12px;border-radius:999px;border:1px solid rgba(148,163,184,.55);background:rgba(255,255,255,.75);box-shadow:0 10px 30px #0f172a0f;font-weight:800;font-size:.9rem;color:#334155}.premium-heroLead{color:#475569;max-width:820px;margin:.25rem 0 .9rem;line-height:1.65;font-size:1.02rem}.premium-bulletsWrap{max-width:860px;margin:0 0 .8rem;text-align:left}.premium-bullets{display:grid;grid-template-columns:1fr 1fr;gap:8px 26px;padding:0;margin:0;list-style:none}.premium-bullets li{position:relative;padding-left:18px;color:#334155;line-height:1.45;font-weight:600;font-size:.9rem}.premium-bullets li:before{content:"•";position:absolute;left:2px;top:0;color:#16a34a;font-weight:900}@media (max-width: 820px){.premium-bullets{grid-template-columns:1fr}}.premium-accessBand{position:relative;margin-top:64px;padding:22px 0}.premium-accessBand:before{content:"";position:absolute;top:-0px;right:0;bottom:-60px;left:0;background:url(/assets/premium-bg-9923e101.svg) center/cover no-repeat;opacity:.5;filter:blur(5px) saturate(1.15) contrast(1.05);transform:scale(1.08);z-index:0}.premium-accessBand>*{position:relative;z-index:1}.premium-accessTitle{font-size:1.15rem;font-weight:900;margin:0 0 .4rem;text-align:center}.premium-accessText{color:#555;max-width:820px;margin:0 auto 1.25rem;line-height:1.6;text-align:center}.premium-footnote{margin-top:18px;color:#777;max-width:920px;margin-left:auto;margin-right:auto;line-height:1.6;text-align:center}@media (max-width: 820px){.premium-accessBand:before,.premium-accessBand:after{top:-36px;right:0;bottom:-36px;left:0}}.knowledge-callout.info{clear:both}.knowledge-tile--special{border-color:#00000042;background:rgba(255,231,12,.315)}.knowledge-tile--special .knowledge-tile__title{color:#000}.knowledge-tile--special .knowledge-tile__meta,.knowledge-tile--special .knowledge-tile__desc{color:#000000bf}.knowledge-tile--special .knowledge-tile__image{background-color:#e9feeae6;border-color:#00000040}.shop-list{width:100%}:root{--shop-offer-min-height: 200px;--shop-offer-image-width: 200px;--shop-offer-image-height: 200px;--shop-offer-img-inner-width: 75%;--shop-offer-img-inner-height: 75%;--shop-detail-image-width: 200px;--shop-detail-image-height: 200px;--shop-detail-img-inner-width: 55%;--shop-detail-img-inner-height: 55%}.shop-list__wrap{max-width:1180px;margin:0 auto;padding:10px 14px 28px}.shop-list__top{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px;flex-wrap:wrap}.shop-list__title{margin:0;font-size:28px;line-height:1.1;font-weight:900;color:#0f172a}.shop-list__subtitle{margin:8px 0 0;color:#64748b;font-size:14px;line-height:1.55;max-width:760px}.shop-list__actions{display:flex;gap:10px}.shop-list__btn{background:#ffffff;border:1px solid #e2e8f0;border-radius:999px;padding:10px 14px;font-weight:700;font-size:14px;cursor:pointer;box-shadow:0 4px 16px #0f172a0f}.shop-list__btn:hover{border-color:#cbd5e1;box-shadow:0 6px 20px #0f172a14}.shop-list__items{display:flex;flex-direction:column;gap:16px}.shop-offer{width:100%;min-height:var(--shop-offer-min-height);display:grid;grid-template-columns:var(--shop-offer-image-width) 1fr;gap:20px;align-items:stretch;text-align:left;background:#ffffff;border:1px solid #e2e8f0;border-radius:20px;padding:14px;cursor:pointer;box-shadow:0 10px 30px #0f172a0f;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.shop-offer:hover{transform:translateY(-2px);border-color:#cbd5e1;box-shadow:0 14px 40px #0f172a14}.shop-offer:active{transform:translateY(0)}.shop-offer__image{width:var(--shop-offer-image-width);height:var(--shop-offer-image-height);min-height:0;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);display:flex;align-items:center;justify-content:center;flex:0 0 var(--shop-offer-image-width)}.shop-offer__image img{width:var(--shop-offer-img-inner-width);height:var(--shop-offer-img-inner-height);object-fit:contain;display:block}.shop-offer__imagePlaceholder{font-size:13px;font-weight:900;letter-spacing:.08em;color:#94a3b8}.shop-offer__content{display:flex;flex-direction:column;min-width:0}.shop-offer__topRow{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px solid #e2e8f0}.shop-offer__title{margin:0;font-size:20px;line-height:1.2;font-weight:900;color:#0f172a}.shop-offer__price{flex:0 0 auto;font-size:28px;line-height:1;font-weight:900;color:#0f766e;white-space:nowrap}.shop-offer__desc{margin:14px 0 0;color:#475569;font-size:16px;line-height:1.65;max-width:90ch}.shop-offer__footer{margin-top:auto;padding-top:16px;display:flex;align-items:center;gap:8px;color:#0f172a;font-size:13px;font-weight:800}.shop-offer__dot{width:7px;height:7px;border-radius:999px;background:#22c55e;flex:0 0 auto}.shop-detail-placeholder{display:grid;grid-template-columns:minmax(280px,var(--shop-detail-image-width)) 1fr;gap:28px;align-items:start;background:#ffffff;border:1px solid #e2e8f0;border-radius:24px;padding:20px;box-shadow:0 10px 30px #0f172a0f}.shop-detail-placeholder__image{width:100%;max-width:var(--shop-detail-image-width);height:var(--shop-detail-image-height);border-radius:18px;border:1px solid #e2e8f0;overflow:hidden;background:linear-gradient(180deg,#ffffff 0%,#f8fafc 100%);display:flex;align-items:center;justify-content:center}.shop-detail-placeholder__image img{width:var(--shop-detail-img-inner-width);height:var(--shop-detail-img-inner-height);object-fit:contain;display:block}.shop-detail-placeholder__imageText{font-size:14px;font-weight:900;letter-spacing:.08em;color:#94a3b8}.shop-detail-placeholder__content{min-width:0}.shop-detail-placeholder__price{margin-bottom:16px;font-size:34px;line-height:1;font-weight:900;color:#0f766e}.shop-detail-placeholder__content p{margin:0 0 14px;color:#475569;font-size:16px;line-height:1.7}@media (max-width: 980px){:root{--shop-offer-image-width: 220px;--shop-offer-image-height: 180px;--shop-detail-image-width: 100%;--shop-detail-image-height: 300px}.shop-offer{grid-template-columns:var(--shop-offer-image-width) 1fr;gap:16px}.shop-offer__price{font-size:24px}.shop-offer__title{font-size:18px}.shop-offer__desc{font-size:15px}.shop-detail-placeholder{grid-template-columns:1fr}}@media (max-width: 720px){.shop-list__top{flex-direction:column;align-items:stretch}.shop-offer{min-height:auto;grid-template-columns:1fr}.shop-offer__image{width:100%;height:180px;flex-basis:auto}.shop-offer__topRow{flex-direction:column;gap:10px}.shop-offer__price{font-size:22px}.shop-offer__title{font-size:18px}.shop-offer__desc{font-size:14px}.shop-detail-placeholder{padding:16px;gap:18px}.shop-detail-placeholder__image{height:240px}.shop-detail-placeholder__price{font-size:28px}.shop-detail-placeholder__content p{font-size:15px}}*{box-sizing:border-box}
