:root{color:#102536;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;--navy:#062f50;--navy-deep:#031f35;--blue:#086cad;--green:#16844a;--green-dark:#0e6738;--green-soft:#e9f6ee;--blue-soft:#edf7fc;--ink:#102536;--muted:#587080;--line:#d9e7ed;--white:#fff;--shadow-sm:0 10px 30px #062f5014;--shadow-lg:0 28px 80px #031f3529;--radius-sm:12px;--radius-md:20px;--radius-lg:30px;--header-height:74px;background:#fff;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-height) + 18px)}body{background:var(--white);min-width:0;min-height:100vh;margin:0}body.is-scroll-locked{overflow:hidden}button,input,textarea,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}p,h1,h2,h3,ul,ol,dl,figure,fieldset{margin-top:0}h1,h2,h3{color:var(--navy-deep);letter-spacing:-.035em;line-height:1.08}h1{margin-bottom:20px;font-size:clamp(2.45rem,10vw,4.9rem)}h2{margin-bottom:18px;font-size:clamp(2rem,7vw,3.55rem)}h3{font-size:clamp(1.2rem,4vw,1.55rem)}p{line-height:1.7}:focus-visible{outline-offset:3px;outline:3px solid #7fc6ef}::selection{color:var(--white);background:var(--green)}#root{min-height:100vh;overflow:clip}@media (width<=767px){body{padding-bottom:calc(64px + env(safe-area-inset-bottom))}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.container{width:min(100% - 32px,1200px);margin-inline:auto}.section{padding:76px 0;position:relative}.section--soft{background:#f4f9fb}.section--blue{z-index:181;color:#ffffffd1;background:linear-gradient(#ffffff0b 1px, transparent 1px), linear-gradient(90deg, #ffffff0b 1px, transparent 1px), var(--navy);background-size:36px 36px}.section--blue h2,.section--blue h3,.section--dark h2,.section--dark h3{color:var(--white)}.section--dark{color:#bbd0dc;background:var(--navy-deep)}.section-lead{max-width:680px;color:inherit;font-size:clamp(1.03rem,2.6vw,1.2rem)}.section-heading{max-width:730px;margin-bottom:38px}.section-heading h2{max-width:690px}.section-heading>p:last-child{max-width:660px;color:var(--muted);margin-bottom:0;font-size:1.03rem}.section-heading--center{text-align:center;margin-inline:auto}.section-heading--center h2,.section-heading--center>p:last-child{margin-inline:auto}.eyebrow{color:var(--green-dark);letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;font-size:.76rem;font-weight:800;line-height:1.3}.eyebrow--light{color:#89e2b0}.button{border:1px solid var(--green);min-height:50px;color:var(--white);background:var(--green);text-align:center;cursor:pointer;border-radius:999px;justify-content:center;align-items:center;padding:13px 20px;font-size:.94rem;font-weight:800;line-height:1.2;transition:transform .18s,background-color .18s,border-color .18s;display:inline-flex;box-shadow:0 8px 24px #16844a33}.button:hover{border-color:var(--green-dark);background:var(--green-dark);transform:translateY(-2px)}.button:disabled,.button.is-disabled{color:#738992;box-shadow:none;cursor:not-allowed;pointer-events:none;background:#e5eef1;border-color:#c9d8dd}.button--small{min-height:44px;padding:10px 17px;font-size:.86rem}.button--ghost{color:var(--navy);background:var(--white);box-shadow:none;border-color:#c9dce4}.button--ghost:hover{border-color:var(--navy);color:var(--white);background:var(--navy)}.button--light{border-color:var(--white);color:var(--navy-deep);background:var(--white)}.button--light:hover{color:var(--navy-deep);background:#ddf8e8;border-color:#ddf8e8}.button--full{width:calc(100% - 32px);margin:0 16px 16px}.text-link{min-height:44px;color:var(--navy);align-items:center;font-weight:800;display:inline-flex}.skip-link{z-index:500;color:var(--white);background:var(--navy-deep);border-radius:10px;padding:12px 16px;position:fixed;top:8px;left:8px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:200;height:var(--header-height);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff5;border-bottom:1px solid #062f5017;position:sticky;top:0}.nav-shell{align-items:center;gap:14px;height:100%;display:flex}.brand{flex:none;align-items:center;width:118px;height:64px;display:inline-flex}.brand img{object-fit:contain;width:100%;height:58px}.desktop-nav,.nav-cta{display:none}.menu-button{border:1px solid var(--line);background:var(--white);cursor:pointer;border-radius:50%;align-content:center;gap:5px;width:46px;height:46px;margin-left:auto;padding:0 12px;display:grid}.menu-button span{background:var(--navy);border-radius:4px;width:20px;height:2px;transition:transform .18s,opacity .18s;display:block}.menu-button[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button[aria-expanded=true] span:nth-child(2){opacity:0}.menu-button[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-drawer{z-index:205;inset:var(--header-height) 0 auto;max-height:calc(100dvh - var(--header-height));padding:10px 16px calc(18px + env(safe-area-inset-bottom));border-bottom:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;transition:opacity .18s,transform .18s;position:fixed;overflow-y:auto;transform:translateY(-16px)}.mobile-drawer.is-open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-drawer nav{display:grid}.mobile-drawer nav>a:not(.button){min-height:48px;color:var(--navy);border-bottom:1px solid #e7eff2;justify-content:space-between;align-items:center;font-weight:750;display:flex}.mobile-drawer .button{margin-top:14px}.hero{--hero-background-image:url(/assets/enhancements/solar-home-480.webp);background-image:linear-gradient(90deg, #f9fcfded 0%, #f9fcfddb 52%, #ffffffb3 100%), radial-gradient(circle at 90% 7%, #086cad1a, transparent 34%), var(--hero-background-image);background-position:50%,50%,50% 34px;background-repeat:no-repeat;background-size:cover,cover,100%;padding:42px 0 0;position:relative;overflow:hidden}.hero:after{z-index:0;content:"";pointer-events:none;background:linear-gradient(#fff0 50%,#ffffff47 64%,#ffffffc7 80%,#fff 92% 100%);height:calc(100vw + 2px);max-height:calc(100% - 34px);position:absolute;top:34px;left:0;right:0}.hero__layout{z-index:1;gap:38px;display:grid;position:relative}.hero__lead{color:#496573;max-width:650px;margin-bottom:24px;font-size:clamp(1.08rem,3.8vw,1.3rem)}.hero__actions{gap:10px;display:grid}.text-action{min-height:44px;color:var(--green-dark);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;margin:10px 0 24px;padding:4px 0;font-weight:800;display:inline-flex}.text-action>span{color:#25a95a}.text-action small{color:var(--muted);font-weight:500;display:none}.hero__trust{gap:10px;margin-bottom:0;padding:0;list-style:none;display:grid}.hero__trust li{color:#294c5f;align-items:center;gap:9px;font-size:.92rem;font-weight:700;display:flex}.hero__trust li span{width:23px;height:23px;color:var(--green-dark);background:var(--green-soft);border-radius:50%;flex:none;place-items:center;display:inline-grid}.hero__visual{min-width:0;padding:0 0 30px 10px;position:relative}.hero__image{border-radius:var(--radius-lg) var(--radius-lg) 8px var(--radius-lg);height:min(118vw,520px);box-shadow:var(--shadow-lg);overflow:hidden}.hero__image img{object-fit:cover;object-position:center 42%;width:100%;height:100%}.hero__note{color:#d9eaf2;background:var(--navy);max-width:270px;box-shadow:var(--shadow-sm);border:1px solid #ffffffb3;border-radius:18px;gap:10px;padding:14px;display:flex;position:absolute;bottom:0;left:0}.hero__note>span{width:36px;height:36px;color:var(--navy-deep);background:#8be2b0;border-radius:50%;flex:none;place-items:center;display:grid}.hero__note p{margin:0;font-size:.78rem;line-height:1.35}.hero__note strong{color:var(--white);margin-bottom:3px;font-size:.86rem;display:block}.hero__brand-mark{background:linear-gradient(#fffffff7 0%,#ffffffeb 68%,#fff0 100%);border:0;border-radius:18px;place-items:center;width:118px;height:92px;display:grid;position:absolute;top:-24px;right:-5px}.hero__brand-mark img{object-fit:contain;width:102px;height:76px}.hero__rail{color:#d4e7f0;background:var(--navy-deep);margin-top:42px;overflow:hidden}.hero__rail-track{will-change:transform;align-items:center;width:max-content;animation:26s linear infinite hero-rail-ticker;display:flex}.hero__rail-group{flex:none;align-items:center;gap:28px;min-height:58px;padding:10px 14px;display:flex}.hero__rail span{letter-spacing:.08em;text-transform:uppercase;flex:none;font-size:.76rem;font-weight:800;position:relative}.hero__rail span:not(:last-child):after{content:"";background:#5ccf8d;border-radius:50%;width:5px;height:5px;position:absolute;top:50%;right:-17px;transform:translateY(-50%)}@keyframes hero-rail-ticker{to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.hero__rail-track{animation:none;transform:none}.hero__rail-group:last-child{display:none}}.service-grid{gap:16px;display:grid}.service-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);min-width:0;min-height:100%;box-shadow:var(--shadow-sm);flex-direction:column;padding:25px 22px;display:flex}.service-card h3{margin-bottom:12px;font-size:1.55rem}.service-card>p:not(.eyebrow){color:var(--muted)}.service-card--verificare{border-top:4px solid var(--blue)}.service-card--sistem-nou{border-top:4px solid var(--green)}.service-card--climatizare{border-top:4px solid #5a99bb}.check-list{color:#365665;gap:10px;margin:6px 0 24px;padding:0;list-style:none;display:grid}.check-list li{gap:9px;font-size:.92rem;line-height:1.45;display:flex}.check-list li span{color:var(--green);font-weight:900}.card-link{border-top:1px solid var(--line);min-height:44px;color:var(--navy);justify-content:space-between;align-items:center;margin-top:auto;font-weight:850;display:flex}.inspection-layout{gap:34px;display:grid}.inspection-layout h2{max-width:760px}.inspection-reasons{flex-wrap:wrap;gap:8px;margin:28px 0;display:flex}.inspection-reasons p{color:#e8f5fa;background:#ffffff0f;border:1px solid #ffffff2e;border-radius:999px;margin:0;padding:8px 11px;font-size:.78rem;font-weight:750;line-height:1.25}.inspection-image{width:100%;min-width:0;margin:0;position:relative}.inspection-image picture{width:100%;display:block}.inspection-image img{aspect-ratio:16/9;border-radius:var(--radius-md);object-fit:cover;object-position:center;width:100%;height:auto;max-height:560px}.calculator-shell{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-lg);border:1px solid #cfe0e7;overflow:hidden}.calculator-steps{border-bottom:1px solid var(--line);background:#f9fcfd;grid-template-columns:repeat(3,1fr);padding:18px 16px;display:grid}.calculator-steps>div{color:#78909b;justify-items:center;gap:6px;display:grid;position:relative}.calculator-steps>div:not(:last-child):after{z-index:0;content:"";background:#d8e5e9;width:calc(100% - 40px);height:2px;position:absolute;top:16px;left:calc(50% + 20px)}.calculator-steps span{z-index:1;background:var(--white);border:2px solid #d5e3e8;border-radius:50%;place-items:center;width:34px;height:34px;font-size:.84rem;font-weight:850;display:grid;position:relative}.calculator-steps small{font-size:.72rem;font-weight:750}.calculator-steps .is-active{color:var(--green-dark)}.calculator-steps .is-active span{border-color:var(--green);color:var(--white);background:var(--green)}.calculator-steps .is-active:not(:last-child):after{background:#8bd5a8}.calculator-layout{display:grid}.calculator-panel{min-width:0;padding:24px 16px}.calculator-panel fieldset{border:0;min-width:0;margin:0;padding:0}.calculator-panel legend{width:100%;color:var(--navy-deep);letter-spacing:-.02em;margin-bottom:6px;font-size:1.25rem;font-weight:850}.legend-spaced{padding-top:28px}.field-help{color:var(--muted);margin-bottom:18px;font-size:.88rem}.selection-grid{gap:10px;display:grid}.selection-card{border-radius:var(--radius-sm);min-height:58px;color:var(--navy);background:var(--white);text-align:left;cursor:pointer;border:1px solid #ccdde4;gap:4px;padding:14px 42px 14px 14px;display:grid;position:relative}.selection-card:hover,.selection-card.is-selected{border-color:var(--green);background:#f3fbf6}.selection-card strong{font-size:.91rem}.selection-card small{color:var(--muted);font-size:.76rem;line-height:1.35}.selection-card__check{width:22px;height:22px;color:var(--white);background:var(--white);border:1px solid #bdd0d8;border-radius:50%;place-items:center;font-size:.72rem;font-weight:900;display:grid;position:absolute;top:12px;right:12px}.selection-card.is-selected .selection-card__check{border-color:var(--green);background:var(--green)}.calculator-question{margin-top:24px}.calculator-question>span{color:var(--navy);margin-bottom:9px;font-size:.86rem;font-weight:800;display:block}.input-row{gap:14px;display:grid}.calculator-panel .input-row{margin-top:22px}label{color:var(--navy);gap:7px;font-size:.86rem;font-weight:750;display:grid}input,textarea{width:100%;min-height:48px;color:var(--ink);background:var(--white);border:1px solid #bdd1d9;border-radius:10px;padding:12px 13px}textarea{resize:vertical;min-height:112px}input::placeholder,textarea::placeholder{color:#8498a2}.checkbox-row{color:#355463;align-items:flex-start;gap:10px;margin-top:17px;font-size:.86rem;font-weight:600;line-height:1.5;display:flex}.checkbox-row input{width:20px;min-width:20px;height:20px;min-height:20px;accent-color:var(--green);margin-top:1px}.calculator-actions{justify-content:space-between;gap:10px;margin-top:28px;display:flex}.calculator-actions .button{min-width:118px}.result-card{color:#c4d8e2;background:var(--navy-deep);padding:24px 18px}.result-card h3{color:var(--white)}.result-card dl{gap:0;margin-bottom:20px;display:grid}.result-card dl>div{border-bottom:1px solid #ffffff1a;justify-content:space-between;gap:14px;padding:11px 0;display:flex}.result-card dt{color:#8facbb;font-size:.82rem}.result-card dd{color:var(--white);text-align:right;margin:0;font-size:.84rem;font-weight:750}.result-card__placeholder{background:#51ce8714;border:1px dashed #83e2ae80;border-radius:14px;padding:16px}.result-card__placeholder span,.result-card__placeholder strong{display:block}.result-card__placeholder span{color:#82dca9;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.74rem;font-weight:800}.result-card__placeholder strong{color:var(--white);font-size:1.05rem}.result-card>p:last-child{color:#9fb8c5;margin:14px 0 0;font-size:.78rem}.process-section{--process-background-image:url(/assets/enhancements/amp-rooftop-worker-480.webp);isolation:isolate;overflow:hidden}.process-section:before{z-index:-1;background:linear-gradient(180deg, #fffffff5 0%, #ffffffdb 52%, #f4f9fbf0 100%), var(--process-background-image) center 42% / cover no-repeat;content:"";position:absolute;inset:0}.process-grid{gap:14px;margin-bottom:0;padding:0;list-style:none;display:grid}.process-grid li{border:1px solid var(--line);border-radius:var(--radius-md);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#fffffff5;padding:22px;box-shadow:0 10px 28px #062f500d}.process-grid li>span{width:42px;height:42px;color:var(--green-dark);background:var(--green-soft);border-radius:12px;place-items:center;margin-bottom:24px;font-size:.78rem;font-weight:900;display:grid}.process-grid h3{margin-bottom:9px}.process-grid p{color:var(--muted);margin-bottom:0;font-size:.9rem}.climate-section{background:linear-gradient(#eff8fce0,#fffffff5),#f5fafc}.climate-layout{gap:36px;display:grid}.climate-gallery{min-height:390px;padding:0 18px 54px 0;position:relative}.climate-gallery__primary,.climate-gallery__secondary{border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);border:1px solid #fffc;overflow:hidden}.climate-gallery__primary{height:330px}.climate-gallery__primary img,.climate-gallery__secondary img{object-fit:cover;width:100%;height:100%}.climate-gallery__primary img{object-position:center 45%}.climate-gallery__secondary{border-radius:22px;width:min(64%,290px);height:170px;position:absolute;bottom:0;right:0}.climate-gallery__secondary img{object-position:center}.feature-pills{flex-wrap:wrap;gap:8px;margin:22px 0;padding:0;list-style:none;display:flex}.feature-pills li{color:var(--navy);background:var(--blue-soft);border-radius:999px;padding:9px 12px;font-size:.8rem;font-weight:800}.inline-actions{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.extended-service-grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,240px),1fr));gap:16px;margin-top:42px;display:grid}.extended-service-card{border-radius:var(--radius-md);min-width:0;min-height:100%;box-shadow:var(--shadow-sm);background:#fffffff0;border:1px solid #265b7029;flex-direction:column;padding:24px 20px;display:flex;position:relative;overflow:hidden}.extended-service-card:before{content:"";background-color:#0000;background-image:linear-gradient(#0f8f4914 1px,#0000 1px),linear-gradient(90deg,#0f8f4914 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:14px 14px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;width:92px;height:92px;position:absolute;top:0;right:0;-webkit-mask-image:linear-gradient(225deg,#000,#0000 72%);mask-image:linear-gradient(225deg,#000,#0000 72%)}.extended-service-card__icon{width:48px;height:48px;color:var(--green);background:var(--green-soft);border:1px solid #0f8f4940;border-radius:14px;place-items:center;margin-bottom:18px;font-size:1.45rem;font-weight:900;display:grid}.extended-service-card h3{margin-bottom:13px;font-size:1.25rem}.extended-service-card ul{color:var(--muted);gap:9px;margin:0 0 20px;padding:0;list-style:none;display:grid}.extended-service-card li{padding-left:17px;font-size:.86rem;line-height:1.45;position:relative}.extended-service-card li:before{background:var(--green);content:"";border-radius:50%;width:6px;height:6px;position:absolute;top:.58em;left:0}.price-on-request{color:var(--navy);letter-spacing:.04em;text-transform:uppercase;margin:auto 0 10px;font-size:.78rem;font-weight:900}.technical-services{background:#f7fbfc;position:relative;overflow:hidden}.technical-services:before{opacity:.46;content:"";pointer-events:none;background:radial-gradient(circle at 12% 20%,#0f8f491a,#0000 26%),linear-gradient(#062f5009 1px,#0000 1px) 0 0/34px 34px,linear-gradient(90deg,#062f5009 1px,#0000 1px) 0 0/34px 34px;position:absolute;inset:0}.technical-services>.container{position:relative}.technical-services--electrical{background:#eef7f4}.equipment-layout{gap:36px;display:grid}.equipment-layout>div:first-child>p:not(.eyebrow){max-width:580px}.equipment-note{color:#8eabb9;border-left:3px solid #4da976;padding-left:12px;font-size:.8rem}.partner-grid{gap:12px;display:grid}.partner-grid article{background:#ffffff0b;border:1px solid #ffffff1c;border-radius:16px;flex-direction:column;align-items:stretch;gap:15px;min-height:112px;padding:18px;display:flex}.partner-logo{background:#fff;border:1px solid #ffffff2e;border-radius:12px;flex:none;place-items:center;width:100%;height:72px;padding:8px;display:grid}.partner-logo img{object-fit:contain;width:auto;max-width:92%;height:44px}.partner-grid h3{margin-bottom:3px;font-size:1.18rem}.partner-grid p{color:#b6ceda;margin-bottom:2px;font-size:.8rem}.partner-grid small{color:#7f9eac;font-size:.7rem;line-height:1.4}.project-grid{gap:16px;display:grid}.project-card{border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);min-width:0;box-shadow:var(--shadow-sm);overflow:hidden}.project-card__image{cursor:zoom-in;background:#dbe8ee;border:0;width:100%;height:290px;padding:0;display:block;position:relative;overflow:hidden}.project-card__image img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.project-card__image:hover img{transform:scale(1.035)}.project-card__image>span{color:var(--white);background:#031f35db;border-radius:999px;padding:8px 11px;font-size:.72rem;font-weight:800;position:absolute;bottom:12px;right:12px}.project-card__copy{padding:18px}.project-card__copy h3{margin-bottom:6px;font-size:1.12rem}.project-card__copy p{color:var(--muted);margin-bottom:0;font-size:.82rem}.video-grid{gap:20px;margin-top:42px;display:grid}.video-grid article{min-width:0}.video-card--portrait .video-frame{aspect-ratio:9/16;max-width:420px;margin-inline:auto}.video-frame{aspect-ratio:16/10;border-radius:var(--radius-md);background:var(--navy-deep);box-shadow:var(--shadow-sm);overflow:hidden}.video-frame video{object-fit:cover;width:100%;height:100%}.video-grid h3{margin:14px 0 3px;font-size:1.08rem}.video-grid p{color:var(--muted);margin:0;font-size:.8rem}.lightbox{z-index:400;background:#02121ef0;place-items:center;padding:14px;display:grid;position:fixed;inset:0}.lightbox__content{width:min(100%,980px)}.lightbox__top{color:var(--white);justify-content:space-between;align-items:center;gap:14px;margin-bottom:10px;display:flex}.lightbox__top p{gap:2px;margin:0;display:grid}.lightbox__top span{color:#91adbc;font-size:.76rem}.lightbox__content>img{object-fit:contain;border-radius:14px;width:100%;max-height:72dvh}.icon-button{width:44px;height:44px;color:var(--white);cursor:pointer;background:#ffffff14;border:1px solid #fff3;border-radius:50%;flex:none;place-items:center;padding:0;font-size:1.5rem;display:grid}.lightbox__controls{justify-content:space-between;gap:10px;margin-top:10px;display:flex}.lightbox__controls button{min-height:44px;color:var(--white);cursor:pointer;background:0 0;border:0;padding:8px 12px;font-weight:750}.certification-layout{gap:32px;display:grid}.certificate-card{border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-sm);border:1px solid #c8dce4;gap:18px;padding:24px;display:grid;position:relative}.certificate-card__icon{width:58px;height:58px;color:var(--green-dark);background:var(--green-soft);border:1px solid #b7ddc7;border-radius:18px;place-items:center;font-size:1.45rem;font-weight:900;display:grid}.certificate-card h3{margin-bottom:8px}.certificate-card p:last-child{color:var(--muted);margin-bottom:0}.certificate-card>span{color:#627e8b;background:#eaf1f4;border-radius:7px;place-self:end start;padding:7px 9px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.68rem}.about-layout{gap:38px;display:grid}.about-image{padding-bottom:54px;position:relative}.about-image>img{border-radius:var(--radius-lg);object-fit:cover;width:100%;height:min(105vw,540px)}.about-image>div{border:5px solid var(--white);color:#d6e7ef;background:var(--navy);width:min(88%,320px);min-height:110px;box-shadow:var(--shadow-sm);border-radius:18px;align-items:center;gap:14px;padding:18px;display:flex;position:absolute;bottom:0;right:-3px}.about-image strong{color:#83e0ab;white-space:nowrap;font-size:2rem}.about-image span{font-size:.78rem;line-height:1.4}.trust-cards{gap:12px;margin-top:26px;display:grid}.trust-cards article{border:1px solid var(--line);border-radius:15px;padding:18px}.trust-cards article>span{color:var(--green);font-size:.72rem;font-weight:900}.trust-cards h3{margin:7px 0;font-size:1.05rem}.trust-cards p{color:var(--muted);margin:0;font-size:.82rem}.contact-section{color:#c3d8e2;background:linear-gradient(#ffffff0a 1px, transparent 1px), linear-gradient(90deg, #ffffff0a 1px, transparent 1px), var(--navy);background-size:34px 34px}.contact-section h2,.contact-section h3{color:var(--white)}.contact-intro{gap:20px;margin-bottom:30px;display:grid}.contact-intro>div:first-child p:last-child{max-width:600px}.contact-status{background:#ffffff0f;border:1px solid #ffffff24;border-radius:16px;gap:12px;padding:16px;display:flex}.contact-status>span{width:32px;height:32px;color:var(--navy);background:#81daa8;border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.contact-status p{margin:0;font-size:.82rem}.contact-status p>a,.contact-status p>span{width:fit-content;margin-top:4px;display:block}.contact-status p>a{color:#a8efc6;font-weight:750}.contact-status p>a:hover{color:var(--white)}.contact-status strong{color:var(--white);margin-bottom:4px;display:block}.forms-shell{border-radius:var(--radius-md);background:var(--white);box-shadow:var(--shadow-lg);overflow:hidden}.form-tabs{border-bottom:1px solid var(--line);background:#f0f6f8;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;padding:8px;display:grid}.form-tabs button{color:#526b77;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;min-height:44px;padding:10px 12px;font-size:.83rem;font-weight:800}.form-tabs button.is-active{color:var(--navy);background:var(--white);border-color:#c6dce4;box-shadow:0 4px 12px #062f500f}.lead-form{gap:20px;max-width:980px;padding:24px 16px;display:grid}.lead-form h3{margin:0}.lead-form__heading{max-width:730px}.lead-form__heading>p:last-child{color:var(--muted);margin:10px 0 0;font-size:.9rem}.lead-form fieldset{border:0;gap:18px;min-width:0;margin:0;padding:0;display:grid}.lead-form fieldset:disabled{opacity:.72}.lead-form__trap{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.lead-form__grid{gap:15px;display:grid}.lead-form select{width:100%;min-height:48px;color:var(--ink);background:var(--white);border:1px solid #bdd1d9;border-radius:10px;padding:11px 38px 11px 13px}.lead-form__service-selector{max-width:680px}.service-selection-note{color:#315c43;background:#f0faf4;border:1px solid #cce1d5;border-radius:10px;margin:0;padding:13px 14px;font-size:.84rem}:is(.lead-form input:user-invalid,.lead-form select:user-invalid,.lead-form textarea:user-invalid){border-color:#b64141;box-shadow:0 0 0 2px #b641411a}.lead-form__actions,.lead-success__actions{gap:10px;display:grid}.button--whatsapp{color:var(--white);background:#157d45;border-color:#157d45}.button--whatsapp:hover{background:#0f6335;border-color:#0f6335}.lead-form__policy,.lead-form__notice{border-left:3px solid var(--blue);color:#526c79;background:#edf6fa;border-radius:8px;margin:0;padding:13px 14px;font-size:.76rem;line-height:1.55}.lead-form__policy{border-left-color:var(--green);background:var(--green-soft)}.calculator-prefill{color:#3a6049;background:var(--green-soft);border:1px solid #b9dbc7;border-radius:13px;align-items:flex-start;gap:10px;padding:14px;display:flex}.calculator-prefill>span{width:26px;height:26px;color:var(--white);background:var(--green);border-radius:50%;flex:none;place-items:center;font-weight:900;display:grid}.calculator-prefill p{margin:0;font-size:.78rem;line-height:1.45;display:grid}.calculator-prefill strong{color:var(--green-dark)}.upload-placeholder{color:#4f6a77;background:#f5fafc;border:1px dashed #9dbbc8;border-radius:13px;padding:16px}.upload-placeholder strong{color:var(--navy)}.upload-placeholder p{margin:4px 0 0;font-size:.8rem}.lead-success{gap:12px;max-width:780px;padding:34px 20px;display:grid}.lead-success>span{width:52px;height:52px;color:var(--white);background:var(--green);border-radius:50%;place-items:center;font-size:1.3rem;font-weight:900;display:grid}.lead-success>p:not(.eyebrow){color:var(--muted)}.form-status{min-height:24px;color:var(--green-dark);margin:0;font-size:.82rem;font-weight:700}.form-status--fallback{color:#6a5316;background:#fff6da;border-radius:9px;padding:12px}.form-status--error{color:#982f2f}.form-status--loading{color:var(--blue)}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.site-footer{color:#8fa9b7;background:#021725;padding:56px 0 28px}.footer-grid{gap:32px;display:grid}.footer-grid>div:first-child img{object-fit:contain;width:160px;height:112px}.footer-grid>div:first-child p{max-width:300px}.footer-grid h2{color:var(--white);letter-spacing:.04em;margin-bottom:12px;font-size:.86rem}.footer-grid a,.footer-grid p{margin-bottom:8px;font-size:.82rem;display:block}.footer-grid a:hover{color:#8be0b0}.footer-bottom{border-top:1px solid #ffffff1a;flex-direction:column;gap:4px;margin-top:36px;padding-top:18px;font-size:.72rem;display:flex}.footer-bottom p{margin:0}.floating-actions{z-index:180;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));justify-items:end;gap:8px;display:grid;position:fixed}.floating-button{min-height:46px;color:var(--white);cursor:pointer;border:1px solid #ffffff8c;border-radius:999px;align-items:center;gap:7px;padding:6px 10px 6px 6px;display:flex;box-shadow:0 12px 30px #031f3538}.floating-button>span{background:#ffffff29;border-radius:50%;place-items:center;width:32px;height:32px;font-size:.7rem;font-weight:900;display:grid;overflow:hidden}.floating-button>span img{filter:contrast(1.12)saturate(1.08);object-fit:contain;border-radius:50%;width:100%;height:100%;transform:scale(1.28)}.floating-button small{max-width:105px;font-size:.64rem;font-weight:800;line-height:1.15}.floating-button--whatsapp{background:#157d45}.floating-button--whatsapp>span{background:#25d366}.floating-button--whatsapp>span img{filter:none;object-fit:contain;border-radius:0;width:23px;height:23px;transform:none}.floating-button--chat{background:var(--navy)}.chat-panel{z-index:350;right:12px;bottom:calc(76px + env(safe-area-inset-bottom));width:min(100% - 24px,360px);max-height:min(680px,100dvh - 100px);color:var(--ink);background:var(--white);border:1px solid #c7dbe3;border-radius:22px;flex-direction:column;display:flex;position:fixed;overflow:hidden;box-shadow:0 30px 90px #02172547}.chat-panel__header{color:var(--white);background:var(--navy);justify-content:space-between;align-items:center;padding:14px;display:flex}.chat-panel__header>div{align-items:center;gap:10px;display:flex}.chat-panel__avatar{background:#073f60;border-radius:12px;place-items:center;width:38px;height:38px;display:grid;overflow:hidden}.chat-panel__avatar img{filter:contrast(1.12)saturate(1.08);object-fit:contain;width:100%;height:100%;transform:scale(1.28)}.chat-panel__header p{margin:0;line-height:1.25;display:grid}.chat-panel__header small{color:#aac4d1;font-size:.66rem}.chat-panel__body{padding:14px;overflow-y:auto}.chat-message{color:#345363;background:#edf5f8;border-radius:4px 14px 14px;margin-bottom:13px;padding:12px;font-size:.82rem;line-height:1.5}.chat-options{gap:7px;display:grid}.chat-options button{min-height:44px;color:var(--navy);background:var(--white);text-align:left;cursor:pointer;border:1px solid #c9dce4;border-radius:10px;padding:9px 11px;font-size:.76rem;font-weight:750}.chat-option-link,.assistant-actions a,.assistant-actions button{min-height:44px;color:var(--navy);background:var(--white);text-align:left;cursor:pointer;border:1px solid #c9dce4;border-radius:10px;align-items:center;padding:9px 11px;font-size:.76rem;font-weight:750;display:flex}.chat-option-link:last-child,.assistant-actions a:last-child{color:var(--green-dark);background:var(--green-soft);border-color:#9dceb2}.assistant-back{min-height:40px;color:var(--blue);cursor:pointer;background:0 0;border:0;margin-bottom:8px;padding:4px 0;font-size:.74rem;font-weight:800}.assistant-actions,.assistant-contact,.assistant-booking{gap:8px;display:grid}.assistant-contact{color:#496875;font-size:.78rem}.assistant-contact a{color:var(--green-dark);font-weight:800}.assistant-booking label{font-size:.75rem}.assistant-booking input,.assistant-booking select{background:var(--white);border:1px solid #bdd1d9;border-radius:9px;min-height:44px;padding:9px 10px}.assistant-booking .button{width:100%;min-height:46px;margin-top:4px}.assistant-summary dl{margin:0 0 12px}.assistant-summary dl>div{border-bottom:1px solid var(--line);grid-template-columns:.7fr 1.3fr;gap:8px;padding:7px 0;display:grid}.assistant-summary dt{color:var(--muted);font-size:.7rem}.assistant-summary dd{color:var(--navy);text-align:right;overflow-wrap:anywhere;margin:0;font-size:.72rem;font-weight:800}.assistant-summary>p:not(.chat-message){color:#486574;font-size:.76rem}.chat-options button:hover{border-color:var(--green);background:var(--green-soft)}.mobile-cta-bar{z-index:190;min-height:calc(64px + env(safe-area-inset-bottom));padding:7px 10px calc(7px + env(safe-area-inset-bottom));border-top:1px solid var(--line);background:#fffffff7;grid-template-columns:1fr 1fr;gap:8px;display:grid;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -10px 30px #031f3514}.mobile-cta-bar a{border:1px solid var(--navy);min-height:48px;color:var(--navy);border-radius:999px;place-items:center;font-size:.82rem;font-weight:850;display:grid}.mobile-cta-bar a:last-child{border-color:var(--green);color:var(--white);background:var(--green)}@media (width>=560px){.hero__actions{flex-wrap:wrap;display:flex}.text-action small{display:inline}.hero__trust,.selection-grid--compact,.selection-grid--roof,.input-row,.trust-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.selection-grid--profiles{grid-template-columns:repeat(3,minmax(0,1fr))}.project-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.form-tabs{grid-template-columns:repeat(4,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=768px){.container{width:min(100% - 56px,1200px)}.section{padding:104px 0}.section-heading{margin-bottom:52px}.brand{width:136px}.hero{--hero-background-image:url(/assets/enhancements/solar-home-900.webp);background-position:50%,50%,60%;background-size:cover,cover,cover;padding-top:70px}.hero:after{background:linear-gradient(#fff0 52%,#ffffff2e 68%,#ffffffb3 88%,#fff 100%);height:100%;max-height:none;top:0}.process-section{--process-background-image:url(/assets/enhancements/amp-rooftop-worker-900.webp)}.hero__layout{grid-template-columns:minmax(0,1.05fr) minmax(300px,.95fr);align-items:center;gap:48px}.hero__copy{padding-bottom:24px}.hero__image{height:580px}.hero__brand-mark{width:148px;height:112px;top:-32px;right:-18px}.hero__brand-mark img{width:128px;height:92px}.hero__rail{margin-top:68px}.hero__rail-group{gap:46px;min-height:66px;padding-inline:24px}.service-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.service-card{padding:28px 24px}.inspection-layout,.climate-layout,.equipment-layout,.certification-layout,.about-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:64px}.calculator-panel{padding:36px}.result-card{padding:36px 28px}.process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.process-grid li{min-height:260px}.project-grid{grid-template-columns:repeat(12,minmax(0,1fr))}.project-card{grid-column:span 4}.project-card:first-child,.project-card:nth-child(4){grid-column:span 6}.project-card__image{height:340px}.project-card:first-child .project-card__image,.project-card:nth-child(4) .project-card__image{height:390px}.certificate-card{grid-template-columns:auto 1fr;padding:32px}.certificate-card>span{grid-column:2}.contact-intro{grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);align-items:end}.lead-form{padding:34px}.lead-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.lead-form__actions,.lead-success__actions{grid-template-columns:repeat(2,minmax(0,max-content))}.footer-grid{grid-template-columns:1.5fr repeat(3,1fr)}.footer-bottom{flex-direction:row;justify-content:space-between}.mobile-cta-bar{display:none}.floating-actions,.chat-panel{bottom:calc(24px + env(safe-area-inset-bottom))}}@media (width>=980px){:root{--header-height:82px}.calculator-layout{grid-template-columns:minmax(0,1.7fr) minmax(300px,.75fr)}.result-card{border-left:1px solid #ffffff14}.selection-grid--compact{grid-template-columns:repeat(3,minmax(0,1fr))}.selection-grid--roof{grid-template-columns:repeat(4,minmax(0,1fr))}.climate-layout{grid-template-columns:minmax(360px,.9fr) minmax(0,1.1fr)}.partner-grid article{flex-direction:row;align-items:center}.partner-logo{width:170px;height:68px}.partner-logo img{max-width:150px;height:40px}.about-image>img{height:600px}}@media (width>=1024px){.hero__rail{display:none}}@media (width>=1180px){.hero{--hero-background-image:url(/assets/enhancements/solar-home-1200.webp)}.process-section{--process-background-image:url(/assets/enhancements/amp-rooftop-worker-1122.webp)}.menu-button,.mobile-drawer{display:none}.nav-shell{gap:20px}.desktop-nav{justify-content:center;align-items:center;gap:clamp(10px,1.2vw,20px);min-width:0;margin-left:auto;display:flex}.desktop-nav a{color:#355462;white-space:nowrap;align-content:center;min-height:44px;font-size:clamp(.69rem,.8vw,.8rem);font-weight:750;position:relative}.desktop-nav a:after{background:var(--green);content:"";transform-origin:0;height:2px;transition:transform .18s;position:absolute;bottom:5px;left:0;right:0;transform:scaleX(0)}.desktop-nav a:hover:after{transform:scaleX(1)}.nav-cta{flex:none;display:inline-flex}.brand{width:142px}}.form-privacy-notice{color:#496471;margin:0;font-size:.78rem;line-height:1.6}.form-privacy-notice a{color:var(--green-dark);text-underline-offset:3px;font-weight:850;text-decoration:underline}.checkbox-row--optional{align-items:flex-start}.checkbox-row--optional span{font-weight:650}.footer-cookie-button{color:#a9c2ce;text-align:left;text-underline-offset:3px;cursor:pointer;background:0 0;border:0;min-height:44px;margin:2px 0 0;padding:0;font-size:.82rem;text-decoration:underline}.footer-cookie-button:hover{color:#8be0b0}.footer-company strong{color:var(--white)}.footer-bottom{align-items:start;gap:28px}.footer-bottom__company{gap:7px;display:grid}.footer-bottom__company p{margin:0}.footer-sal{justify-items:start;gap:7px;width:min(100%,430px);display:grid}.footer-sal__label{color:var(--white);font-size:.78rem;font-weight:850}.footer-sal__notice{color:#9bb4c0;max-width:430px;font-size:.7rem;line-height:1.55}.footer-sal a{background:var(--white);border-radius:5px;width:min(250px,100%);min-height:50px;display:block}.footer-sal img{object-fit:contain;border-radius:5px;width:250px;max-width:100%;height:50px}.legal-main{background:radial-gradient(circle at 85% 8%, #16844a17, transparent 28rem), var(--white);min-height:60vh}.legal-hero{border-bottom:1px solid var(--line);background:linear-gradient(130deg, #edf7fcf5, #e9f6eed1), var(--white);padding:56px 0 46px}.legal-hero .container{max-width:960px}.legal-hero h1{max-width:800px;margin-bottom:14px;font-size:clamp(2.25rem,8vw,4.6rem)}.legal-hero p:last-child{color:var(--muted);margin:0}.legal-back-link{min-height:44px;color:var(--green-dark);align-items:center;margin-bottom:24px;font-weight:850;display:inline-flex}.legal-content{gap:42px;max-width:880px;padding-top:54px;padding-bottom:80px;display:grid}.legal-content section{scroll-margin-top:calc(var(--header-height) + 20px)}.legal-content h2{margin-bottom:14px;font-size:clamp(1.45rem,5vw,2.05rem)}.legal-content h3{margin-bottom:8px;font-size:1.05rem}.legal-content p,.legal-content li,.legal-company-details dd{color:#435e6c;font-size:.94rem;line-height:1.75}.legal-content p:last-child{margin-bottom:0}.legal-content ul{gap:8px;padding-left:1.25rem;display:grid}.legal-content a{color:var(--green-dark);text-underline-offset:3px;font-weight:800;text-decoration:underline}.legal-content code{overflow-wrap:anywhere;color:var(--navy);font-size:.82em}.legal-draft-notice{border-radius:var(--radius-sm);box-shadow:var(--shadow-sm);background:#fff9e8;border:1px solid #e3ce8f;padding:20px}.legal-draft-notice strong{color:#755a08}.legal-draft-notice p{color:#695c32;margin:6px 0 0}.legal-company-details{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--white);margin:24px 0 0;display:grid;overflow:hidden}.legal-company-details>div{border-bottom:1px solid var(--line);gap:3px;padding:14px 16px;display:grid}.legal-company-details>div:last-child{border-bottom:0}.legal-company-details dt{color:var(--muted);letter-spacing:.05em;text-transform:uppercase;font-size:.72rem;font-weight:850}.legal-company-details dd{color:var(--navy);overflow-wrap:anywhere;margin:0;font-weight:750}.legal-cookie-categories{gap:14px;display:grid}.legal-cookie-categories article{border:1px solid var(--line);border-radius:var(--radius-sm);background:#f8fbfc;padding:18px}.legal-cookie-categories p{margin-bottom:0}.cookie-banner{z-index:600;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));width:auto;max-height:calc(100dvh - 20px - env(safe-area-inset-bottom));color:var(--ink);background:#fffffffb;border:1px solid #cbdde4;border-radius:20px;gap:18px;padding:20px;display:grid;position:fixed;left:10px;overflow-y:auto;box-shadow:0 24px 80px #02172547}.cookie-banner h2,.cookie-settings h2{margin:2px 0 10px;font-size:clamp(1.4rem,5vw,2rem)}.cookie-banner p{color:#496471;margin-bottom:8px;font-size:.82rem;line-height:1.55}.cookie-banner a{color:var(--green-dark);text-underline-offset:3px;font-size:.78rem;font-weight:850;text-decoration:underline}.cookie-banner__actions{gap:9px;display:grid}.cookie-choice{border:1px solid var(--navy);min-height:48px;color:var(--navy);background:var(--white);cursor:pointer;border-radius:999px;padding:10px 14px;font-weight:850}.cookie-choice--accept{border-color:var(--green);color:var(--white);background:var(--green)}.cookie-choice--reject{border-color:var(--navy);color:var(--white);background:var(--navy)}.cookie-settings-backdrop{z-index:650;background:#021725b8;place-items:center;padding:12px;display:grid;position:fixed;inset:0}.cookie-settings{background:var(--white);border-radius:22px;width:min(100%,700px);max-height:calc(100dvh - 24px);padding:22px;overflow-y:auto;box-shadow:0 30px 100px #02172559}.cookie-settings>p{color:#4d6875;font-size:.84rem;line-height:1.6}.cookie-settings__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.cookie-settings__close{border:1px solid var(--line);width:44px;height:44px;color:var(--navy);background:var(--white);cursor:pointer;border-radius:50%;flex:none;place-items:center;padding:0;font-size:1.55rem;display:grid}.cookie-category-list{gap:10px;margin:20px 0;display:grid}.cookie-category-list label{border:1px solid var(--line);background:#f8fbfc;border-radius:13px;justify-content:space-between;align-items:center;gap:16px;min-height:76px;padding:14px;display:flex}.cookie-category-list label>span{gap:4px;display:grid}.cookie-category-list strong{color:var(--navy)}.cookie-category-list small{color:var(--muted);font-size:.72rem;line-height:1.45}.cookie-category-list input{width:23px;height:23px;accent-color:var(--green);flex:none}.cookie-settings__actions{gap:9px;display:grid}@media (width>=560px){.legal-company-details>div{grid-template-columns:minmax(160px,.65fr) minmax(0,1.35fr);align-items:baseline;gap:18px}.cookie-banner{width:min(680px,100% - 36px);padding:24px;bottom:18px;left:auto;right:18px}.cookie-banner__actions,.cookie-settings__actions{grid-template-columns:repeat(3,minmax(0,1fr))}.cookie-settings__actions{grid-template-columns:repeat(2,minmax(0,max-content))}}@media (width>=768px){.legal-hero{padding:82px 0 66px}.legal-content{padding-top:76px;padding-bottom:110px}.legal-cookie-categories{grid-template-columns:repeat(3,minmax(0,1fr))}.footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.footer-bottom{grid-template-columns:minmax(0,1fr) minmax(300px,430px);align-items:end;display:grid}.footer-sal{text-align:right;justify-self:end;justify-items:end}}@media (width>=1080px){.footer-grid{grid-template-columns:1.3fr .9fr 1.15fr 1.05fr 1.45fr}}@media (width<=767px){body:has(.legal-main){padding-bottom:0}}@media (width>=1440px){.container{width:min(100% - 96px,1280px)}.hero__layout{grid-template-columns:minmax(0,1.02fr) minmax(480px,.98fr);gap:76px}.hero__image{height:640px}}.solar-wizard{border-radius:var(--radius-lg);background:var(--white);box-shadow:var(--shadow-lg);border:1px solid #cbdfe7;overflow:hidden}.wizard-progress{border-bottom:1px solid var(--line);background:#f8fbfc;padding:16px}.wizard-progress__copy{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;font-size:.76rem;display:flex}.wizard-progress__copy span{font-weight:750}.wizard-progress__copy strong{color:var(--navy);text-align:right;font-size:.8rem}.wizard-progress__bar{grid-template-columns:repeat(8,minmax(0,1fr));gap:4px;display:grid}.wizard-progress__bar span{background:#d9e7ec;border-radius:999px;height:5px;transition:background-color .18s}.wizard-progress__bar span.is-complete{background:var(--green)}.wizard-layout{display:block}.wizard-main{outline:0;min-width:0;padding:22px 16px 18px}.wizard-step{border:0;min-width:0;margin:0;padding:0;animation:.22s both wizard-step-in}@keyframes wizard-step-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.wizard-step legend{width:100%;max-width:680px;color:var(--navy-deep);letter-spacing:-.035em;margin-bottom:8px;font-size:clamp(1.45rem,6.6vw,2.25rem);font-weight:850;line-height:1.12}.wizard-step__intro{max-width:680px;color:var(--muted);margin-bottom:22px;font-size:.9rem}.wizard-choice-grid{gap:10px;display:grid}.wizard-choice{min-width:0;min-height:78px;color:var(--navy);background:var(--white);cursor:pointer;border:1px solid #c8dbe3;border-radius:15px;align-items:start;gap:4px;padding:15px 42px 15px 15px;transition:border-color .16s,background-color .16s,transform .16s,box-shadow .16s;display:grid;position:relative}.wizard-choice:hover{border-color:#79b694;transform:translateY(-1px)}.wizard-choice.is-selected{border-color:var(--green);background:#f0faf4;box-shadow:0 0 0 2px #16844a1c}.wizard-choice:has(input:focus-visible){outline-offset:3px;outline:3px solid #7fc6ef}.wizard-choice input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.wizard-choice__marker{width:24px;height:24px;color:var(--white);background:var(--white);border:1px solid #b9ced7;border-radius:50%;place-items:center;font-size:.72rem;font-weight:900;display:grid;position:absolute;top:14px;right:13px}.wizard-choice.is-selected .wizard-choice__marker{border-color:var(--green);background:var(--green)}.wizard-choice__copy{gap:5px;min-width:0;display:grid}.wizard-choice__copy strong{letter-spacing:-.01em;padding-right:2px;font-size:.94rem;line-height:1.3}.wizard-choice__copy small{color:var(--muted);font-size:.76rem;font-weight:550;line-height:1.45}.wizard-choice__badge{color:var(--green-dark);background:#dff3e7;border-radius:999px;justify-self:start;margin-top:7px;padding:5px 8px;font-size:.64rem;font-weight:850;line-height:1.2}.consumption-input{border:1px solid var(--line);background:#f8fbfc;border-radius:15px;gap:13px;margin-top:18px;padding:17px;display:grid}.consumption-input label{justify-content:space-between;align-items:center;gap:12px;display:flex}.consumption-input label span{color:var(--green-dark);font-size:1rem;font-weight:900}.consumption-input input[type=range]{width:100%;height:34px;min-height:34px;accent-color:var(--green);background:0 0;border:0;padding:0}.consumption-input input[type=number]{max-width:180px;min-height:50px;font-size:1rem;font-weight:800}.recommendation-banner{background:var(--green-soft);border:1px solid #b7ddc6;border-radius:14px;align-items:center;gap:11px;margin-bottom:18px;padding:14px;display:flex}.recommendation-banner>span{width:36px;height:36px;color:var(--white);background:var(--green);border-radius:50%;flex:none;place-items:center;display:grid}.recommendation-banner p{color:#355b47;margin:0;font-size:.8rem;line-height:1.4}.recommendation-banner strong{color:var(--green-dark);display:block}.wizard-inline-note{border-left:3px solid var(--blue);color:#496573;background:var(--blue-soft);margin:18px 0 0;padding:12px 13px;font-size:.78rem;line-height:1.55}.wizard-inline-note--attention{border-left-color:var(--green);background:var(--green-soft)}.wizard-navigation{border-top:1px solid var(--line);grid-template-columns:minmax(0,.82fr) minmax(0,1.18fr);gap:9px;margin-top:24px;padding-top:16px;display:grid}.wizard-navigation .button{width:100%;min-width:0;min-height:50px;padding-inline:12px}.wizard-summary{display:none}.wizard-scope-note{background:#ffffff0f;border:1px solid #ffffff1f;border-radius:13px;gap:5px;margin-top:22px;padding:14px;display:grid}.wizard-scope-note strong{color:var(--white);font-size:.76rem}.wizard-scope-note span{color:#a7c0cc;font-size:.7rem;line-height:1.45}.calculator-loading{text-align:center;align-content:center;justify-items:center;min-height:360px;padding:32px 16px;display:grid}.calculator-loading>span{border:4px solid #d9e9ef;border-top-color:var(--green);border-radius:50%;width:46px;height:46px;margin-bottom:20px;animation:.6s linear infinite calculator-spin}@keyframes calculator-spin{to{transform:rotate(360deg)}}.calculator-loading h3{margin-bottom:8px}.calculator-loading p{max-width:420px;color:var(--muted);margin-bottom:0}.calculator-result{min-width:0;animation:.24s both wizard-step-in}.calculator-result__hero{border-bottom:1px solid var(--line);gap:14px;padding-bottom:20px;display:grid}.calculator-result__hero h3{max-width:650px;margin-bottom:9px;font-size:clamp(1.65rem,7vw,2.7rem)}.calculator-result__hero p:last-child{max-width:700px;color:var(--muted);margin-bottom:0;font-size:.84rem}.price-type{border-radius:999px;justify-self:start;padding:7px 10px;font-size:.68rem;font-weight:850}.price-type--confirmed{color:var(--green-dark);background:#dff3e7}.price-type--derived{color:#075789;background:#dceff9}.price-type--consultation-required{color:#6b5312;background:#f7edc9}.result-summary-grid,.result-details-grid{gap:14px;margin-top:16px;display:grid}.result-configuration,.result-price,.result-details-grid>article{border:1px solid var(--line);background:var(--white);border-radius:16px;min-width:0;padding:17px}.result-card-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.result-card-heading h4,.result-details-grid h4,.result-warnings h4{color:var(--navy);margin:0;font-size:.92rem}.result-card-heading button{min-height:40px;color:var(--green-dark);cursor:pointer;background:0 0;border:0;padding:6px 9px;font-size:.74rem;font-weight:850}.result-configuration dl{margin:12px 0 0;display:grid}.result-configuration dl>div{border-bottom:1px solid #e7eff2;grid-template-columns:minmax(80px,.72fr) minmax(0,1.28fr);gap:10px;padding:9px 0;display:grid}.result-configuration dt{color:var(--muted);font-size:.75rem}.result-configuration dd{color:var(--navy);text-align:right;overflow-wrap:anywhere;margin:0;font-size:.78rem;font-weight:800}.result-edit-links{flex-wrap:wrap;gap:6px;margin-top:12px;display:flex}.result-edit-links button{min-height:36px;color:var(--navy);cursor:pointer;background:#f8fbfc;border:1px solid #c8dbe3;border-radius:999px;padding:6px 9px;font-size:.68rem;font-weight:750}.result-price{color:#c8dce6;background:var(--navy-deep)}.result-price p{color:#83dfaa;letter-spacing:.08em;text-transform:uppercase;margin-bottom:9px;font-size:.7rem;font-weight:850}.result-price strong{color:var(--white);margin-bottom:11px;font-size:clamp(1.4rem,6vw,2rem);line-height:1.18;display:block}.result-price small{color:#a6bfcc;font-size:.73rem;line-height:1.5;display:block}.result-details-grid h4{margin-bottom:13px}.result-check-list,.result-note-list,.result-warnings ul{gap:9px;margin:0;padding:0;list-style:none;display:grid}.result-check-list li{color:#385866;gap:8px;font-size:.76rem;line-height:1.45;display:flex}.result-check-list li span{color:var(--green);font-weight:900}.result-note-list li,.result-warnings li{color:#516b77;padding-left:14px;font-size:.75rem;line-height:1.5;position:relative}.result-note-list li:before,.result-warnings li:before{background:var(--blue);content:"";border-radius:50%;width:5px;height:5px;position:absolute;top:.58em;left:0}.result-warnings{background:#f4f9fb;border:1px solid #cfe1e8;border-radius:16px;margin-top:16px;padding:17px}.result-warnings h4{margin-bottom:12px}.result-warnings li:before{background:var(--green)}.result-actions{gap:9px;margin-top:18px;display:grid}.button--outline-green{border-color:var(--green);color:var(--green-dark);background:var(--white);box-shadow:none}.button--outline-green:hover{color:var(--white);background:var(--green-dark)}.result-action-status{min-height:20px;color:var(--green-dark);margin:10px 0 0;font-size:.73rem;font-weight:700;line-height:1.45}.result-secondary-actions{border-top:1px solid var(--line);flex-wrap:wrap;justify-content:space-between;gap:8px;margin-top:15px;padding-top:13px;display:flex}.result-secondary-actions button{min-height:44px;color:var(--navy);cursor:pointer;background:0 0;border:0;padding:8px 0;font-size:.76rem;font-weight:800}.reset-confirmation{background:var(--green-soft);border:1px solid #b9d8c6;border-radius:14px;gap:12px;margin-top:16px;padding:15px;display:grid}.reset-confirmation p{color:#3c604b;gap:3px;margin:0;font-size:.78rem;line-height:1.4;display:grid}.reset-confirmation p strong{color:var(--green-dark)}.reset-confirmation>div{justify-content:flex-end;gap:8px;display:flex}.reset-confirmation button{min-height:42px;color:var(--green-dark);background:var(--white);cursor:pointer;border:1px solid #9ec9b0;border-radius:9px;padding:8px 11px;font-size:.74rem;font-weight:800}.reset-confirmation button:last-child{color:var(--white);background:var(--green)}@media (width>=560px){.wizard-main{padding:30px 26px 24px}.wizard-choice-grid:not(.wizard-choice-grid--packages){grid-template-columns:repeat(2,minmax(0,1fr))}.wizard-choice-grid--packages{grid-template-columns:repeat(3,minmax(0,1fr))}.wizard-choice-grid--packages .wizard-choice{min-height:168px}.result-summary-grid,.result-details-grid,.result-actions{grid-template-columns:repeat(2,minmax(0,1fr))}.result-actions .button:last-child{grid-column:1/-1}}@media (width>=768px){.wizard-progress{padding:19px 26px}.wizard-main{padding:38px 36px 32px}.wizard-step__intro{font-size:.98rem}.wizard-choice{min-height:94px;padding:18px 48px 18px 18px}.wizard-choice__marker{top:17px;right:16px}.wizard-choice__copy strong{font-size:1rem}.wizard-choice__copy small{font-size:.8rem}.wizard-choice-grid--roof,.wizard-choice-grid--power,.result-actions{grid-template-columns:repeat(3,minmax(0,1fr))}.result-actions .button:last-child{grid-column:auto}.calculator-result__hero{grid-template-columns:minmax(0,1fr) auto;align-items:start}}@media (width>=980px){.wizard-layout{grid-template-columns:minmax(0,1fr) 300px;display:grid}.wizard-layout--result{display:block}.wizard-summary{color:#b8ced9;background:var(--navy-deep);min-width:0;padding:36px 26px;display:block}.wizard-summary h3{color:var(--white);margin-bottom:22px;font-size:1.35rem}.wizard-summary dl{margin:0;display:grid}.wizard-summary dl>div{border-bottom:1px solid #ffffff1a;gap:3px;padding:12px 0;display:grid}.wizard-summary dt{color:#7998a8;font-size:.7rem}.wizard-summary dd{color:var(--white);overflow-wrap:anywhere;margin:0;font-size:.8rem;font-weight:750}.wizard-main{min-height:610px}.wizard-navigation{max-width:480px}.wizard-choice-grid--roof{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1180px){.wizard-main{padding:46px 44px 38px}.wizard-layout{grid-template-columns:minmax(0,1fr) 330px}.wizard-choice-grid--roof{grid-template-columns:repeat(3,minmax(0,1fr))}.calculator-result{max-width:1080px;margin-inline:auto}}
