:root{--color-black: #000000;--color-white: #ffffff;--color-green-primary: rgba(153, 182, 42, 1);--color-green-light: rgba(197, 212, 142, 1);--color-green-lightest: rgba(219, 226, 191, 1);--color-gray-bg: rgba(241, 241, 241, 1);--color-text-primary: rgba(0, 0, 0, 1);--color-text-muted: rgba(0, 0, 0, .55);--color-text-light: rgba(0, 0, 0, .45);--gradient-green: linear-gradient( 90deg, rgba(241, 241, 241, 1) 0%, rgba(219, 226, 191, 1) 20%, rgba(197, 212, 142, 1) 40%, rgba(175, 197, 92, 1) 60%, rgba(164, 189, 67, 1) 80%, rgba(153, 182, 42, 1) 100% );--font-family: "Inter", system-ui, -apple-system, sans-serif;--font-weight-regular: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 2rem;--font-size-4xl: 3rem;--font-size-5xl: 4rem;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-2xl: 3rem;--space-3xl: 4rem;--space-4xl: 6rem;--radius-sm: .5rem;--radius-md: 1rem;--radius-lg: 1.5rem;--radius-xl: 2rem;--radius-full: 9999px;--shadow-card: 0px 4px 16px rgba(0, 0, 0, .08);--max-width: 1280px;--header-height: 64px}.site{min-height:100vh;background:var(--color-white)}.site-header__inner,.site-footer__inner,.page-wrap{width:min(1280px,100% - 2.5rem);margin:0 auto}.site-header{border-bottom:1px solid rgba(0,0,0,.08);background:var(--color-white)}.site-header__inner{min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.site-logo{width:220px;max-width:52vw}.site-nav{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap;justify-content:flex-end}.site-nav__link{font-size:.88rem;font-weight:600;transition:opacity .2s ease,transform .2s ease}.site-nav__link--underline{text-decoration:underline}.site-nav__link:hover{opacity:.72}.site-nav__link:active{transform:translateY(1px)}.lang-switch{display:inline-flex;border:1px solid rgba(0,0,0,.16);border-radius:999px;overflow:hidden;box-shadow:0 4px 10px #00000014}.lang-switch__btn{border:0;background:#fff;padding:.38rem .62rem;font-size:.76rem;font-weight:700;letter-spacing:.03em;cursor:pointer;transition:background-color .2s ease,color .2s ease}.lang-switch__btn.is-active{background:#000;color:#fff}.hero{position:relative;min-height:460px;display:flex;align-items:center;color:#000}.hero:before{content:"";position:absolute;inset:0;background-image:url(/images/hero-solar.jpeg);background-size:cover;background-position:center;opacity:.45}.hero__content{position:relative;text-align:center;width:min(960px,100%);margin:0 auto}.hero h1{font-size:clamp(2.3rem,5vw,4rem);margin-bottom:.8rem}.hero p{color:var(--color-text-muted);font-size:clamp(1.1rem,2.2vw,1.5rem)}.hero__actions{margin-top:1.4rem;display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:12px;border:2px solid rgba(0,0,0,.12);padding:.8rem 1.25rem;font-weight:600;cursor:pointer;transition:transform .16s ease,box-shadow .2s ease,filter .2s ease,border-color .2s ease;box-shadow:0 8px 18px #00000014}.btn--primary{background:#000;color:#fff;border-color:#000}.btn--green{color:#fff;background:linear-gradient(90deg,#9bbc2a,#8eb31d);border-color:transparent;box-shadow:0 10px 20px #8fb31d47}.btn:hover{transform:translateY(-2px);filter:brightness(1.02);box-shadow:0 14px 28px #0000001f}.btn:active{transform:translateY(0);box-shadow:0 7px 14px #00000026}.btn:disabled,.btn.is-disabled{opacity:.42;pointer-events:none;filter:grayscale(.3);box-shadow:none}.cards{padding:2rem 0}.cards__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.card{border-radius:12px;background:#f3f3f3;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.card:hover{transform:translateY(-4px);box-shadow:0 18px 30px #00000014}.card img{width:100%;aspect-ratio:4/3;object-fit:cover;transition:transform .35s ease}.card__media{position:relative;overflow:hidden}.card__overlay{position:absolute;inset:0;background:linear-gradient(160deg,#99bc2a59,#00000061 78%);opacity:.58;transition:opacity .3s ease}.card__badge{position:absolute;top:.62rem;left:.62rem;background:#000000c7;color:#fff;border-radius:999px;font-size:.72rem;font-weight:700;padding:.24rem .52rem;letter-spacing:.06em}.card__body{padding:.9rem}.card__body h3{font-size:1.3rem;margin-bottom:.5rem}.card__body p{color:var(--color-text-muted);font-weight:500}.card:hover img{transform:scale(1.07)}.card:hover .card__overlay{opacity:.32}.location{padding:2rem 0 3rem;display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.location__map{border-radius:16px;background:#d7e4ef;min-height:300px;overflow:hidden;border:1px solid rgba(0,0,0,.08);box-shadow:0 14px 26px #0000001a}.location__map iframe{width:100%;height:100%;min-height:300px;border:0}.location h2{font-size:clamp(2rem,4vw,3rem);margin-bottom:.9rem}.site-footer{border-top:1px solid rgba(0,0,0,.1);margin-top:2rem}.site-footer__inner{padding:2.6rem 0;display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:1.5rem}.site-footer h4{font-size:.92rem;margin-bottom:.55rem}.site-footer p,.site-footer a{font-size:.86rem;color:var(--color-text-muted);margin-bottom:.33rem}.site-footer__link-btn{border:0;background:transparent;font-size:.86rem;color:var(--color-text-muted);margin-bottom:.33rem;padding:0;text-decoration:underline;cursor:pointer}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:60;padding:.8rem}.cookie-banner__inner{width:min(980px,100%);margin:0 auto;background:#f4f6ef;border:1px solid rgba(0,0,0,.1);border-radius:14px;box-shadow:0 18px 34px #0000002e;padding:1rem;display:grid;gap:.65rem}.cookie-banner__inner p{color:var(--color-text-muted)}.cookie-banner__state{font-size:.9rem}.cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.6rem}.basic-page{padding:2.5rem 0 3rem}.basic-page h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.basic-page h2{font-size:1.1rem;margin:1.5rem 0 .5rem}.basic-page p{white-space:pre-line;color:var(--color-text-muted);margin-bottom:.8rem}.construction{padding:2.5rem 0;display:grid;grid-template-columns:1.1fr 1fr;gap:1.3rem}.construction img{width:100%;border-radius:6px}.construction h1{font-size:clamp(2.1rem,4vw,3.2rem);margin-bottom:1rem}.construction p{color:var(--color-text-muted);margin-bottom:.4rem}.form-shell{padding:1.6rem 0 2.6rem}.form-panel{background:#f6f6f6;border:1px solid rgba(0,0,0,.09);border-radius:0}.form-panel .form-header{padding:1.9rem 2rem .6rem}.form-panel .form-options{padding:1rem 2rem 1.8rem}.form-panel .form-bottom{margin-top:0;padding:1rem 2rem 1.8rem;border-top:1px solid rgba(0,0,0,.1)}.form-header h1{font-size:clamp(2rem,4vw,3rem);margin-bottom:.4rem}.form-header p{color:var(--color-text-muted)}.form-header{animation:rise-in .26s ease both}.form-options{display:grid;gap:1rem}.form-options.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.form-options.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.option-card{min-height:250px;border-radius:10px;background:#efefef;border:2px solid transparent;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:.8rem;padding:.8rem;text-align:left;cursor:pointer;transition:transform .16s ease,box-shadow .2s ease,border-color .2s ease,background-color .2s ease}.option-card.no-media{min-height:190px}.option-card.is-selected{border-color:#9bbc2a;background:#f8fbec;box-shadow:0 12px 24px #9bbc2a2e}.option-card:hover{transform:translateY(-2px);box-shadow:0 12px 20px #00000014}.option-card:active{transform:translateY(0)}.option-card:focus-visible,.btn:focus-visible{outline:3px solid rgba(153,188,42,.35);outline-offset:2px}.option-card img{width:100%;max-height:180px;object-fit:contain;border-radius:8px}.form-bottom{margin-top:1.2rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.8rem}.form-selection{font-size:.95rem}.form-nav{display:flex;gap:.7rem}.summary-list{margin-top:.4rem;border-top:1px solid rgba(0,0,0,.1);border-bottom:1px solid rgba(0,0,0,.1);overflow:hidden}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.summary-item{display:flex;justify-content:space-between;gap:.7rem;padding:.8rem;border-bottom:1px solid rgba(0,0,0,.08);font-size:.95rem}.summary-item:last-child{border-bottom:0}.lead-form{margin:1rem 2rem .4rem;background:#f2f2f2;border-radius:10px;padding:1rem 1rem 1.2rem;display:grid;gap:.8rem}.lead-submit{margin-top:.35rem;width:100%}.turnstile-wrap{margin-top:.2rem}.turnstile-target{min-height:72px}.form-message{font-size:.9rem;margin-top:.35rem}.form-message.success{color:#2f6a00}.form-message.error{color:#a40000}.lead-form label{font-size:.85rem;font-weight:600}.lead-form input,.lead-form textarea{width:100%;margin-top:.22rem;border:1px solid rgba(0,0,0,.15);border-radius:8px;padding:.65rem .75rem;background:#fff}.lead-form input:focus,.lead-form textarea:focus{outline:2px solid rgba(153,188,42,.4);border-color:#9bbc2a}.lead-form textarea{min-height:110px;resize:vertical}.confirmation-shell{display:grid;place-items:center;min-height:62vh}.confirmation-card{width:min(640px,100%);background:#f8faf4;border:1px solid rgba(153,188,42,.28);border-radius:14px;padding:2rem 1.25rem;text-align:center;display:grid;gap:1rem}.confirmation-icon{width:58px;height:58px;margin:0 auto;border-radius:999px;background:#2f6a00;color:#fff;display:grid;place-items:center;font-size:1.6rem;font-weight:700}.confirmation-card h1{font-size:clamp(1.5rem,2.4vw,2rem)}.confirmation-card p{color:#191919c7}@media(max-width:1280px){.cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:950px){.cards__grid,.form-options.cols-3,.form-options.cols-4,.location,.construction,.site-footer__inner{grid-template-columns:1fr}.site-header__inner{min-height:auto;padding:.8rem 0;align-items:flex-start}.form-panel .form-header,.form-panel .form-options,.form-panel .form-bottom{padding-left:1rem;padding-right:1rem}.lead-form{margin-left:1rem;margin-right:1rem}.cookie-banner__actions .btn{width:100%}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-text-size-adjust:100%;text-size-adjust:100%}body{font-family:var(--font-family);font-weight:var(--font-weight-regular);color:var(--color-text-primary);background-color:var(--color-white);line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration:none}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-weight:var(--font-weight-bold);line-height:1.2}
