:root{--navy:#1e396f;--orange:#eb9300;--navy-2:#28315a;--cream:#f3f5f9;--orange-soft:#fff5e5;--muted:#68738b;--line:#d9dfeb;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:#f7f9fa;color:var(--navy);font-family:"Poppins",Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select{font:inherit}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid rgba(235,147,0,.45);outline-offset:2px}.topbar{height:90px;background:#fff;display:flex;align-items:center;padding:10px clamp(24px,6vw,96px);box-shadow:0 3px 22px rgba(30,57,111,.08);position:relative;z-index:4}.brand-logo{display:block;width:126px;height:62px;overflow:hidden;border-radius:2px;flex:0 0 auto}.brand-logo img{width:100%;height:100%;object-fit:cover;display:block}.header-trust{margin-left:auto;display:grid;grid-template-columns:auto auto;gap:0 8px;align-items:center;margin-right:35px}.header-trust .stars{color:var(--orange);letter-spacing:1px;font-size:12px}.header-trust strong{font-size:14px;color:var(--navy)}.header-trust small{grid-column:1/3;text-align:right;color:var(--muted);font-size:10px}.header-cta{padding:14px 19px;background:var(--orange);color:#fff;text-decoration:none;font-weight:700;font-size:13px;border-radius:5px;box-shadow:0 8px 20px rgba(235,147,0,.2)}.header-cta span{color:#fff;margin-left:16px}.hero{min-height:690px;background:linear-gradient(120deg,#f7f9fd 0%,#eef2f8 52%,#e6ebf4 100%);display:grid;grid-template-columns:minmax(0,1fr) 480px;gap:7vw;padding:75px clamp(24px,8vw,130px) 70px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;width:550px;height:550px;border:1px solid rgba(30,57,111,.08);border-radius:50%;right:-130px;top:20px;box-shadow:0 0 0 80px rgba(255,255,255,.18),0 0 0 160px rgba(255,255,255,.14)}.hero-copy,.calculator{position:relative;z-index:2}.hero-copy{padding-top:43px}.eyebrow{font-weight:800;text-transform:uppercase;letter-spacing:2.5px;font-size:11px;color:var(--navy);display:flex;align-items:center;gap:11px}.eyebrow span{width:26px;height:2px;background:var(--orange);display:inline-block}.hero h1{font-size:clamp(52px,5vw,78px);line-height:1.02;letter-spacing:-3.6px;margin:23px 0 24px;font-weight:700}.hero h1 em,.why h2 em{font-style:normal;font-weight:700;color:var(--orange)}.intro{color:#52617d;font-size:17px;line-height:1.65;max-width:590px}.proof-row{display:flex;gap:25px;margin-top:42px}.proof-row>div{display:flex;align-items:center;gap:10px}.proof-row b{width:27px;height:27px;background:#fff;border:1px solid var(--line);border-radius:50%;color:var(--orange);display:grid;place-items:center;font-size:12px}.proof-row span{display:flex;flex-direction:column}.proof-row strong{font-size:12px}.proof-row small{color:#7b879b;font-size:10px;margin-top:3px}.calculator{background:#fff;border-radius:4px;border-top:5px solid var(--orange);box-shadow:0 25px 65px rgba(30,57,111,.16);align-self:start;min-height:520px}.calc-head{padding:25px 32px 22px;display:flex;justify-content:space-between}.calc-head>div:first-child>span{font-size:10px;text-transform:uppercase;letter-spacing:1.7px;color:var(--orange);font-weight:800}.calc-head h2{font-size:25px;margin:7px 0 0;font-weight:700;line-height:1.2}.step-count{font-size:30px;color:var(--orange);font-weight:600}.step-count small{font-size:12px;color:#91a0a9;font-weight:400}.progress{height:3px;background:#e9eef1}.progress i{display:block;background:var(--orange);height:100%;width:25%;transition:.35s}.form-body,.result-body{padding:26px 32px 30px}.step[hidden],.success[hidden]{display:none!important}.question{font-size:19px;font-weight:600;margin:0 0 20px}.form-body label{display:block;text-transform:uppercase;letter-spacing:1.1px;color:#72818b;font-size:9px;font-weight:800;margin:0 0 7px}.form-body input,.form-body select,.result-body input{height:49px;border:1px solid #d2dbe6;background:#fbfcfc;padding:0 14px;width:100%;outline:none;color:var(--navy);border-radius:2px}.form-body input:focus,.form-body select:focus,.result-body input:focus{border-color:var(--orange);box-shadow:0 0 0 3px #fff1d9}.field-row{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:15px}.no-top{margin-top:0;margin-bottom:15px}.primary{height:52px;width:100%;border:0;background:var(--orange);color:white;font-weight:800;font-size:13px;margin-top:22px;cursor:pointer;padding:0 20px;border-radius:4px;transition:transform .18s ease,box-shadow .18s ease}.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 9px 22px rgba(235,147,0,.25)}.primary span{float:right;font-size:18px}.primary:disabled{opacity:.38;cursor:not-allowed}.privacy{text-align:center;font-size:10px;color:#89969e;margin:13px 0 0}.type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.choice{min-height:65px;border:1px solid #d8e0e8;background:#fff;color:#435864;font-size:10px;padding:8px;cursor:pointer;margin:0}.choice span{display:block;font-size:19px;margin-bottom:6px;color:#6f818c}.choice.active{border:2px solid var(--orange);background:#fff7e9;color:#b76f00;font-weight:800}.suffix{position:relative}.suffix span{position:absolute;right:12px;top:16px;color:#778891;font-size:12px}.buttons{display:grid;grid-template-columns:105px 1fr;gap:10px}.buttons button{margin-top:22px}.back{height:52px;background:white;border:1px solid #d7e0e8;color:#526774;font-weight:700;cursor:pointer}.energy-label{margin-top:15px!important}.label-picker{display:flex;gap:4px}.energy{border:0;border-radius:2px;height:31px;min-width:32px;padding:0 7px;margin:0;color:white;background:#4b994e;font-size:10px;cursor:pointer}.energy.ec{background:#bbc52e}.energy.ed{background:#e2b227}.energy.ee{background:#e88c25}.energy.ef,.energy.eg{background:#dd4c2b}.energy.unknown{background:#83919a}.energy.active{outline:3px solid var(--navy);outline-offset:1px}.address{text-transform:uppercase;letter-spacing:1.2px;color:#6b7c87;font-size:10px;font-weight:800;margin:0 0 10px}.value-card{background:var(--orange-soft);padding:18px;text-align:center;border-left:3px solid var(--orange)}.value-card small,.value-card span{display:block;color:#607683;font-size:10px}.value-card strong{font-size:24px;display:block;margin:7px 0;font-weight:700}.result-text{font-size:12px;line-height:1.6;color:#60717c;margin:16px 0 0}.result-body .field-row{margin:15px 0 10px}.text-back{border:0;background:transparent;color:#71828c;width:100%;margin-top:11px;font-size:11px;cursor:pointer}.form-message{font-size:11px;color:#b3261e;margin:10px 0 -10px;min-height:17px}.honeypot{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;overflow:hidden!important}.success{text-align:center;padding:45px 12px}.success>div{margin:auto;width:48px;height:48px;border-radius:50%;background:#e6f4ec;color:#27935b;display:grid;place-items:center;font-size:24px}.success h3{font-size:29px;margin:18px 0 10px}.success p{color:#60717c;line-height:1.6;font-size:13px}.success-link{display:inline-flex;align-items:center;justify-content:center;min-height:48px;background:var(--orange);color:white;text-decoration:none;font-weight:700;font-size:12px;padding:0 20px;border-radius:4px;margin-top:14px}.market-strip{height:92px;background:var(--navy);color:#fff;display:flex;align-items:center;justify-content:center;gap:4vw;padding:0 30px}.market-strip p{text-transform:uppercase;letter-spacing:2px;font-size:9px;color:#b7c4df}.market-strip span{font-size:16px;font-weight:600}.why{background:var(--cream);padding:80px clamp(30px,9vw,140px);display:grid;grid-template-columns:1.3fr 1fr .55fr;gap:6vw;align-items:end}.why h2{font-size:45px;line-height:1.1;margin:16px 0 0}.why>p{font-size:14px;line-height:1.8;color:#627078}.stat{border-left:1px solid #c9cfd9;padding-left:28px}.stat strong{font-size:42px;color:var(--orange);display:block;font-weight:700}.stat span{font-size:11px;color:#68737a;line-height:1.5}footer{background:#fff;padding:36px clamp(30px,8vw,120px);display:flex;align-items:center;gap:30px;color:#68738b;font-size:11px}.footer-logo{width:108px;height:52px}footer p:last-child{margin-left:auto}
@media(max-width:950px){.hero{grid-template-columns:1fr;padding-top:45px}.hero-copy{padding-top:0}.calculator{width:100%;max-width:620px}.why{grid-template-columns:1fr 1fr}.stat{display:none}.market-strip span:nth-last-child(-n+3){display:none}}
@media(max-width:620px){.topbar{height:76px;padding:8px 18px}.brand-logo{width:100px;height:49px}.header-trust{display:none}.header-cta{margin-left:auto;font-size:0;padding:12px 14px}.header-cta:before{content:"Bel LWM";font-size:12px}.header-cta span{font-size:15px;margin-left:8px}.hero{padding:40px 17px 45px;gap:35px}.hero h1{font-size:44px;letter-spacing:-2.4px}.intro{font-size:15px}.proof-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.proof-row>div:last-child{grid-column:1/3}.calculator{min-height:0}.calc-head{padding:23px 20px 18px}.calc-head h2{font-size:21px}.form-body,.result-body{padding:22px 20px 25px}.type-grid{grid-template-columns:1fr 1fr}.field-row{gap:8px}.value-card strong{font-size:20px}.market-strip{height:72px;gap:10vw}.market-strip span:nth-last-child(-n+4){display:none}.why{padding:60px 22px;display:block}.why h2{font-size:38px}.why>p{margin-top:30px}footer{display:block;padding:30px 22px}footer p:last-child{margin-top:20px}.footer-logo{width:108px;height:52px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
.lwm-site-footer{display:block;background:#fff;padding:0;color:#5f6d82;font-size:12px;line-height:1.65}.lwm-footer-grid{max-width:1240px;margin:0 auto;padding:70px 40px 55px;display:grid;grid-template-columns:1fr .85fr 1.65fr .85fr;gap:55px}.lwm-site-footer h2{margin:0 0 18px;color:var(--navy);font-size:13px;line-height:1.25;text-transform:uppercase;letter-spacing:.4px}.lwm-site-footer address{font-style:normal;margin:0 0 16px}.lwm-site-footer p{margin:0}.lwm-site-footer p:last-child{margin-left:0}.lwm-site-footer ul{list-style:none;margin:0;padding:0}.lwm-site-footer li{margin:0 0 4px}.lwm-site-footer a{color:var(--navy);text-decoration:none}.lwm-site-footer a:hover{text-decoration:underline}.lwm-site-footer li a:before{content:"→";color:var(--orange);margin-right:7px}.lwm-socials{display:flex;flex-wrap:wrap;gap:8px}.lwm-socials a{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:var(--orange);color:#fff;font-weight:800;font-size:14px}.lwm-socials a:hover{text-decoration:none;transform:translateY(-1px)}.lwm-footer-bottom{border-top:1px solid #e7ebf1;padding:15px 40px}.lwm-footer-bottom p{max-width:1240px;margin:0 auto!important;font-size:10px;color:#778397}.lwm-footer-bottom a{color:#778397}
@media(max-width:950px){.lwm-footer-grid{grid-template-columns:1fr 1fr;padding:55px 40px 40px}.lwm-footer-grid nav:nth-child(3){grid-row:span 2}}
@media(max-width:620px){.lwm-site-footer{padding:0}.lwm-footer-grid{grid-template-columns:1fr;padding:45px 22px 35px;gap:34px}.lwm-footer-grid nav:nth-child(3){grid-row:auto}.lwm-footer-bottom{padding:14px 22px}.lwm-site-footer h2{margin-bottom:13px}}
