@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap";:root{--ink:#172019;--muted:#667168;--bg:#f5f7f2;--paper:#fff;--green:#315d40;--lime:#dce9b8;--line:#dde3da;--dark:#172219}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.header{z-index:20;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#f5f7f2f0;border-bottom:1px solid #dde3dacc;justify-content:space-between;align-items:center;height:82px;padding:0 max(5vw,28px);display:flex;position:sticky;top:0}.brand{align-items:center;gap:10px;font-family:Manrope;font-size:20px;display:flex}.brandMark{background:var(--lime);width:34px;height:34px;color:var(--green);border-radius:50%;place-items:center;display:grid}.nav{align-items:center;gap:28px;font-size:14px;display:flex}.nav a:not(.btn){color:#59625b}.nav a.active{color:var(--ink);font-weight:700}.btn{background:var(--green);color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;padding:14px 20px;font-weight:700;display:inline-flex}.btn.small{padding:10px 16px}.btn.dark{background:var(--dark);width:100%}.menu{background:0 0;border:0;display:none}main{max-width:1380px;margin:auto}section,.page{padding:84px max(5vw,28px)}.hero{background:linear-gradient(105deg,#edf2e5 0%,#f7f8f4 55%,#e1ebd1 100%);grid-template-columns:1.15fr .75fr;align-items:center;gap:70px;max-width:none;min-height:690px;display:grid}.heroCopy{max-width:760px;margin-left:auto}.pill{color:#49603d;letter-spacing:.03em;background:#e3ebd0;border-radius:999px;padding:8px 13px;font-size:12px;font-weight:700;display:inline-flex}.hero h1,.detail h1{letter-spacing:-.055em;margin:20px 0 24px;font-family:Manrope;font-size:clamp(50px,6.4vw,90px);line-height:.98}.hero h1 em{color:var(--green);font-style:normal}.heroCopy>p{max-width:660px;color:var(--muted);font-size:19px;line-height:1.7}.heroActions{align-items:center;gap:22px;margin:35px 0;display:flex}.textLink{border-bottom:1px solid;font-weight:700}.trust{color:var(--muted);gap:30px;margin-top:56px;font-size:13px;display:flex}.trust span{flex-direction:column;display:flex}.trust b{color:var(--ink);font-size:18px}.finder{background:#fff;border-radius:28px;max-width:450px;padding:34px;box-shadow:0 28px 70px #3046361f}.finderLabel,.sectionTitle>span,.cta span,.dashHead span{letter-spacing:.16em;color:#75816f;font-size:11px;font-weight:800}.finder h3{margin:13px 0 30px;font-family:Manrope;font-size:28px}.finder label{justify-content:space-between;font-size:13px;display:flex}.finder input[type=range]{width:100%;accent-color:var(--green);margin:20px 0 26px}.recommend{background:#f2f5ed;border-radius:18px;flex-direction:column;margin-bottom:18px;padding:20px;display:flex}.recommend strong{margin:5px 0;font-family:Manrope;font-size:36px}.recommend span{color:var(--muted);font-size:12px;line-height:1.5}.sectionTitle{max-width:740px;margin-bottom:38px}.sectionTitle h2{letter-spacing:-.04em;margin:10px 0;font-family:Manrope;font-size:clamp(34px,4vw,54px);line-height:1.08}.sectionTitle p{color:var(--muted);font-size:17px;line-height:1.7}.servicesGrid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.serviceCard{background:#fff;border-radius:20px;flex-direction:column;align-items:flex-start;min-height:235px;padding:28px;display:flex}.serviceCard>svg:first-child{color:var(--green)}.serviceCard h3{margin-top:38px;font-family:Manrope;font-size:21px}.serviceCard p{color:var(--muted);flex:1;line-height:1.6}.cards{grid-template-columns:repeat(3,1fr);gap:18px;display:grid}.card{background:#fff;border-radius:22px;transition:all .2s;overflow:hidden}.card:hover{transform:translateY(-4px);box-shadow:0 18px 50px #1e322417}.card>img{object-fit:cover;width:100%;height:265px}.cardBody{padding:23px}.cardTop{color:#788079;text-transform:uppercase;letter-spacing:.08em;justify-content:space-between;font-size:11px;display:flex}.cardBody h3{margin:14px 0 8px;font-family:Manrope;font-size:23px}.cardBody p{color:var(--muted);min-height:45px}.price{border-top:1px solid var(--line);flex-direction:column;margin-top:20px;padding-top:16px;display:flex}.price small{color:var(--muted)}.price strong{margin-top:3px;font-size:20px}.projectGrid{grid-template-columns:1.25fr 1fr 1fr;gap:18px;display:grid}.projectCard{background:#fff;border-radius:22px;overflow:hidden}.projectCard img{object-fit:cover;width:100%;height:330px}.projectCard div{padding:20px}.projectCard small{color:var(--muted);gap:5px;display:flex}.projectCard h3{margin:8px 0;font-family:Manrope}.projectCard p{color:var(--muted);font-size:13px}.cta{background:var(--green);color:#fff;border-radius:30px;justify-content:space-between;align-items:end;gap:30px;margin:45px max(5vw,28px) 100px;display:flex}.cta h2{max-width:770px;margin:10px 0;font-family:Manrope;font-size:clamp(30px,4vw,52px)}.lightBtn{color:var(--green);white-space:nowrap;background:#fff}footer{color:#dfe6de;background:#142018;grid-template-columns:2fr 1fr 1fr;gap:50px;padding:65px max(5vw,28px);display:grid}footer>div{flex-direction:column;gap:10px;display:flex}footer p{color:#87978b}.light{color:#fff}.page{min-height:70vh}.searchBox{border:1px solid var(--line);background:#fff;border-radius:999px;align-items:center;gap:10px;max-width:500px;margin-bottom:30px;padding:0 18px;display:flex}.searchBox input{background:0 0;border:0;outline:0;width:100%;padding:14px 0}.detail{grid-template-columns:.85fr 1.15fr;align-items:center;gap:70px;min-height:75vh;padding:80px max(5vw,28px);display:grid}.detail>div>p{color:var(--muted);font-size:18px;line-height:1.7}.detailImage{object-fit:cover;border-radius:28px;width:100%;height:580px}.detailSpecs{grid-template-columns:repeat(3,1fr);gap:10px;margin:30px 0;display:grid}.detailSpecs div{background:#fff;border-radius:15px;flex-direction:column;padding:18px;display:flex}.detailSpecs small{color:var(--muted)}.detailSpecs b{margin-top:5px}.narrow{max-width:850px}.formCard{background:#fff;border-radius:24px;gap:18px;padding:30px;display:grid}.formCard label{gap:8px;font-size:13px;font-weight:700;display:grid}.formCard input,.formCard select,.formCard textarea{border:1px solid var(--line);background:#fafbf9;border-radius:12px;outline:none;width:100%;padding:13px 14px}.split{grid-template-columns:1fr 1fr;gap:14px;display:grid}.result{background:#edf3e3;border-radius:18px;flex-direction:column;padding:24px;display:flex}.result strong{font-family:Manrope;font-size:42px}.result p{color:var(--muted);margin-bottom:0}.success{text-align:center;background:#fff;border-radius:24px;padding:60px}.success svg{width:52px;height:52px;color:var(--green)}.dash{background:#f3f5f1;grid-template-columns:250px 1fr;min-height:100vh;display:grid}.dash aside{color:#bdc9bf;background:#172219;flex-direction:column;gap:7px;padding:28px 18px;display:flex}.dash aside .brand{margin:0 10px 28px}.dash aside>small{letter-spacing:.16em;color:#708175;margin:0 10px 15px;font-size:10px}.dash aside>a:not(.brand){border-radius:10px;align-items:center;gap:10px;padding:12px 13px;font-size:14px;display:flex}.dash aside>a.active{color:#fff;background:#29382e}.dash aside>a:last-child{margin-top:auto}.dashMain{min-width:0;padding:45px}.dashHead h1{margin:6px 0;font-family:Manrope;font-size:42px}.dashHead p{color:var(--muted)}.stats{grid-template-columns:repeat(4,1fr);gap:14px;margin:30px 0;display:grid}.stats>div{background:#fff;border-radius:17px;flex-direction:column;padding:22px;display:flex}.stats small{color:var(--muted)}.stats strong{margin-top:12px;font-family:Manrope;font-size:28px}.panel{background:#fff;border-radius:20px;margin-top:18px;padding:22px}.panelHead{justify-content:space-between;align-items:center;display:flex}.panelHead h3,.panel h3{margin:0;font-family:Manrope;font-size:21px}.panelHead p{color:var(--muted);font-size:13px}.table{margin-top:22px}.tr{border-top:1px solid #edf0eb;grid-template-columns:1.3fr 1fr .8fr .7fr;align-items:center;gap:15px;padding:15px;font-size:14px;display:grid}.tr span:first-child{flex-direction:column;display:flex}.tr small{color:var(--muted)}.th{color:#7f8981;text-transform:uppercase;border-top:0;font-size:11px}.status{color:#47603e;background:#e7efdd;border-radius:999px;padding:6px 9px;font-size:11px;font-style:normal}.empty{text-align:center;place-content:center;min-height:300px;display:grid}.empty p{color:var(--muted);max-width:530px}.health{background:#eef4e6;border-radius:16px;align-items:center;gap:18px;margin-top:25px;padding:22px;display:flex}.health svg{color:var(--green)}.health p{color:var(--muted);margin-bottom:0}@media (width<=900px){.nav{display:none}.nav.open{background:#fff;flex-direction:column;align-items:flex-start;padding:25px;display:flex;position:absolute;top:82px;left:0;right:0}.menu{display:block}.hero{grid-template-columns:1fr;padding-top:55px}.heroCopy{margin:0}.finder{max-width:none}.trust{flex-wrap:wrap}.servicesGrid,.cards{grid-template-columns:1fr 1fr}.projectGrid,.detail{grid-template-columns:1fr}.detailImage{height:390px}.dash{grid-template-columns:1fr}.dash aside{flex-direction:row;align-items:center;position:static;overflow:auto}.dash aside .brand,.dash aside>small{display:none}.dash aside>a:last-child{margin:0}.stats{grid-template-columns:1fr 1fr}.dashMain{padding:24px}.cta{flex-direction:column;align-items:flex-start}}@media (width<=600px){section,.page{padding:60px 22px}.header{padding:0 20px}.servicesGrid,.cards,.stats{grid-template-columns:1fr}.hero{padding:55px 22px}.heroActions{flex-direction:column;align-items:flex-start}.trust{gap:15px}.finder{padding:25px}.projectCard img{height:250px}.detail{padding:55px 22px}.detailSpecs{grid-template-columns:1fr}.detailImage{height:290px}.split{grid-template-columns:1fr}.cta{margin:30px 22px 60px;padding:38px 24px}footer{grid-template-columns:1fr}.tr{grid-template-columns:1.4fr 1fr}.tr span:nth-child(3),.tr span:nth-child(4){display:none}}
