:root{--forest:#153c2b;--deep:#0d241a;--teal:#126c6f;--gold:#b8942e;--clay:#a96842;--paper:#fffaf0;--sand:#f3eee4;--mint:#eef7f2;--ink:#17231d;--muted:#667068;--line:rgba(23,35,29,.14);--white:#fff;--shadow:0 22px 60px rgba(18,34,26,.14);--radius:8px;--display:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;--body:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);line-height:1.5}body[dir=rtl]{font-family:Tahoma,Arial,sans-serif}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.site-header{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;min-height:68px;padding:10px 16px;border-bottom:1px solid rgba(255,255,255,.16);background:rgba(19,45,35,.94);color:var(--white);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:10px;min-width:0}.brand img{width:172px;height:48px;object-fit:contain;object-position:left center;filter:brightness(1.08)}.brand span{display:none}.menu-toggle{display:grid;width:42px;height:42px;place-items:center;border:1px solid rgba(255,255,255,.2);border-radius:var(--radius);background:rgba(255,255,255,.1);color:var(--white);cursor:pointer}.menu-toggle svg{width:22px;height:22px;fill:currentColor}.nav-links,.header-actions{grid-column:1/-1;display:none}.nav-links{padding:8px 0 4px}.nav-links a{display:block;padding:12px 0;color:rgba(255,255,255,.84);font-weight:800}.header-actions{align-items:center;gap:10px;padding-bottom:8px}body[data-menu-open=true] .nav-links,body[data-menu-open=true] .header-actions{display:flex;flex-direction:column;align-items:stretch}.lang-link{display:inline-flex;min-height:40px;align-items:center;justify-content:center;padding:0 12px;border:1px solid rgba(255,255,255,.24);border-radius:var(--radius);font-weight:900}.btn{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:1px solid transparent;border-radius:var(--radius);font-weight:900;text-align:center;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.btn:hover{transform:translateY(-1px)}.btn span{display:inline-flex;align-items:center;line-height:1.1}.btn svg{width:22px;height:22px;flex:0 0 auto;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.1}.btn-small{min-height:40px;padding:0 14px}.btn-primary{background:#e2b65a;color:#17231d;box-shadow:0 14px 34px rgba(226,182,90,.24)}.btn-ghost{border-color:rgba(255,255,255,.38);background:rgba(255,255,255,.1);color:var(--white)}.btn-secondary{background:var(--forest);color:var(--white)}.btn-line{border-color:var(--line);background:transparent;color:var(--forest)}
.hero{position:relative;display:grid;align-items:center;min-height:calc(100svh - 68px);overflow:clip;background:#0e251b;color:var(--white)}.hero-media{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}.hero-overlay{position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,rgba(9,25,18,.94),rgba(9,25,18,.72) 48%,rgba(9,25,18,.22)),linear-gradient(0deg,rgba(9,25,18,.45),transparent 45%)}.hero-content{position:relative;z-index:3;width:min(100% - 32px,680px);margin-inline:auto;padding:36px 0}.hero-icon{width:50px;height:50px;object-fit:contain;margin-bottom:18px;filter:drop-shadow(0 10px 24px rgba(0,0,0,.18))}.eyebrow{margin:0 0 12px;color:var(--clay);font-size:13px;font-weight:900;letter-spacing:0;text-transform:uppercase}.hero .eyebrow{color:#f3d59c}h1,h2,h3,p{overflow-wrap:break-word}h1,h2{font-family:var(--display);letter-spacing:0}h1{max-width:12ch;margin:0;font-size:clamp(42px,12vw,54px);line-height:.96}h2{margin:0;font-size:clamp(30px,9vw,46px);line-height:1.02}h3{margin:0;font-size:20px;line-height:1.15}.hero-copy{max-width:620px;margin:18px 0 0;color:rgba(255,255,255,.84);font-size:17px}.hero-actions,.button-row{display:flex;flex-direction:column;gap:12px;margin-top:24px}.hero-actions .btn,.button-row .btn{width:100%}.hero-actions .btn{min-height:58px;padding:0 24px;font-size:18px}.hero-actions .btn-secondary{border-color:rgba(255,255,255,.22);background:rgba(21,60,43,.9);box-shadow:0 14px 34px rgba(0,0,0,.18)}.hero-assurance{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin:20px 0 0;color:rgba(255,255,255,.92);font-size:18px;font-weight:800;text-align:start}.hero-assurance strong{color:#e2b65a}.hero-assurance:after{content:'';width:54px;height:1px;background:rgba(255,255,255,.4)}.trust-strip{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border-bottom:1px solid var(--line)}.trust-strip div{min-height:96px;padding:18px 16px;background:var(--white)}.trust-strip strong{display:block;color:var(--teal);font-size:34px;line-height:1}.trust-strip span{display:block;margin-top:6px;color:var(--muted);font-weight:800}.info-bar{display:grid;padding:22px 16px;background:linear-gradient(90deg,rgba(7,28,18,.98),rgba(17,55,35,.96));color:var(--white);border-top:1px solid rgba(255,255,255,.14);box-shadow:0 -24px 60px rgba(0,0,0,.18) inset}.info-card{display:grid;grid-template-columns:44px 1fr;gap:14px;align-items:start;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.16)}.info-card:last-child{border-bottom:0}.info-card svg{width:38px;height:38px;color:#e2b65a;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.7}.info-card strong{display:block;margin-bottom:4px;color:var(--white);font-size:18px;line-height:1.15}.info-card span{display:block;color:rgba(255,255,255,.78);font-weight:700}.section{padding:58px 16px}.section-heading{width:min(900px,100%);margin-bottom:28px}.section-heading h2{max-width:18ch}.section-heading p:not(.eyebrow),.service-card p,.price-card p,.review-grid p,.impact-grid p,.project-copy p,.estimate-copy p,.faq p,.final-cta p,.final-mini-cta p,.video-card p,.video-questions li{color:var(--muted)}.split,.estimate-band,.project-feature,.green-impact,.service-areas,.final-cta,.final-mini-cta,.service-detail{display:grid;gap:30px}.split,.project-feature{background:var(--sand)}.comparison,.impact-grid,.service-grid,.pricing-grid,.review-grid,.video-grid,.scope-list,.faq-list,.link-grid{display:grid;gap:16px}.panel,.service-card,.price-card,.review-grid article,.process-list article,.impact-grid article,.video-card,.video-questions,.scope-list article,.calculator,.lead-form,.link-grid article,.price-panel,details{border:1px solid var(--line);border-radius:var(--radius);background:var(--white);box-shadow:0 18px 44px rgba(23,35,29,.06)}.panel,.service-card,.price-card,.review-grid article,.process-list article,.impact-grid article,.video-card,.link-grid article{padding:24px}.panel ul,.tick-list,.video-questions ul{display:grid;gap:10px;margin:18px 0 0;padding:0;list-style:none}.panel li,.tick-list li,.video-questions li{position:relative;padding-inline-start:24px}.panel li:before,.tick-list li:before,.video-questions li:before{position:absolute;inset-inline-start:0;color:var(--teal);content:'✓';font-weight:900}.panel-warm{background:#fff4e9}.panel-cool{background:#eef7f2}.service-card{align-content:start}.service-icon{display:grid;width:42px;height:42px;place-items:center;margin-bottom:18px;border-radius:var(--radius);background:#e7efe8;color:var(--forest);font-weight:900}.service-card strong,.price-card strong,.price-panel strong{display:block;margin-top:12px;color:var(--clay);font-size:20px}.text-link{display:inline-flex;margin-top:12px;color:var(--forest);font-weight:900;border-bottom:1px solid var(--gold)}.estimate-band{background:var(--forest);color:var(--white)}.estimate-copy p{color:rgba(255,255,255,.74)}.calculator,.lead-form{gap:16px;padding:22px;color:var(--ink)}label{display:grid;gap:8px;font-weight:900}input,select,textarea{width:100%;min-height:48px;border:1px solid var(--line);border-radius:var(--radius);background:#fbfaf6;color:var(--ink);padding:0 14px;outline:none}textarea{min-height:112px;padding:12px 14px;resize:vertical}input:focus,select:focus,textarea:focus{border-color:var(--teal);box-shadow:0 0 0 4px rgba(18,108,111,.12)}input[type=range]{min-height:28px;padding:0;accent-color:var(--teal)}output{color:var(--teal)}.estimate-result,.price-panel{display:grid;gap:6px;padding:20px;border-radius:var(--radius);background:#eef7f2}.estimate-result span,.price-panel span{color:var(--muted);font-size:14px;font-weight:800}.estimate-result strong{color:var(--forest);font-size:clamp(26px,7vw,38px);line-height:1.05}.process-list{display:grid;grid-template-columns:repeat(6,minmax(190px,1fr));gap:12px;overflow-x:auto;padding-bottom:8px}.process-list article{min-height:220px;background:#fbfaf6}.process-list span{display:inline-grid;width:40px;height:40px;place-items:center;margin-bottom:18px;border-radius:var(--radius);background:var(--forest);color:#f3d59c;font-weight:900}.project-image,.gallery-card,.video-thumb{background-image:linear-gradient(rgba(8,22,17,.18),rgba(8,22,17,.58)),url('assets/nature-landscapes-hero.png');background-size:cover;background-position:center}.project-image{min-height:340px;border-radius:var(--radius);box-shadow:var(--shadow)}.gallery-grid{display:grid;gap:14px}.gallery-card{display:flex;align-items:end;min-height:240px;overflow:hidden;border-radius:var(--radius);color:var(--white)}.gallery-card h3{padding:22px}.video-thumb{display:grid;min-height:170px;place-items:center;margin:-10px -10px 20px;border-radius:var(--radius);color:var(--white)}.video-thumb span{display:grid;width:58px;height:58px;place-items:center;border-radius:999px;background:rgba(255,255,255,.9);color:var(--forest);font-size:22px}.video-card small{color:var(--gold);font-size:12px;font-weight:900;text-transform:uppercase}.video-questions{margin-top:18px;padding:24px}.section-cta{display:grid;gap:16px;margin-top:22px;padding:24px;border-radius:var(--radius);background:var(--forest);color:var(--white)}.reviews{background:var(--deep);color:var(--white)}.reviews .section-heading p:not(.eyebrow),.reviews .review-grid p{color:rgba(255,255,255,.75)}.reviews .review-grid article{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.14);box-shadow:none}.price-card.featured{background:var(--forest);color:var(--white)}.price-card.featured p,.price-card.featured strong{color:rgba(255,255,255,.82)}.area-tags{display:flex;flex-wrap:wrap;gap:10px}.area-tags span{padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:var(--white);font-weight:900}.scope-list article{display:flex;gap:12px;padding:18px}.scope-list span{color:var(--gold);font-weight:900}.link-grid a{display:block;margin-top:10px;color:var(--forest);font-weight:900}details{padding:0 20px;box-shadow:none}summary{min-height:62px;padding:18px 0;cursor:pointer;font-weight:900}details p{margin:0 0 18px}.final-mini-cta{background:var(--mint)}.site-footer{display:grid;gap:20px;padding:32px 16px;background:#081b13;color:rgba(255,255,255,.74)}.site-footer img{width:210px;height:54px;object-fit:contain;object-position:left center;filter:brightness(1.16)}.site-footer nav{display:flex;flex-wrap:wrap;gap:14px;font-weight:800}.floating-whatsapp{position:fixed;right:16px;bottom:16px;z-index:40;display:grid;width:56px;height:56px;place-items:center;border-radius:999px;background:#25d366;color:#fff;box-shadow:0 18px 40px rgba(0,0,0,.22);font-size:26px}body[dir=rtl] .floating-whatsapp{right:auto;left:16px}
.green-impact{position:relative;background:linear-gradient(180deg,#eef7f2 0%,#fbf7ed 100%);border-block:1px solid rgba(21,60,43,.14)}.green-impact:after{content:'';position:absolute;inset-inline:clamp(16px,5vw,76px);bottom:0;height:3px;background:linear-gradient(90deg,var(--gold),rgba(184,148,46,0));pointer-events:none}.impact-logo{width:clamp(120px,18vw,190px);height:auto;margin-bottom:18px}.green-copy>p:not(.eyebrow){max-width:620px;color:var(--muted)}.concept-section{background:var(--sand)}.concept-grid{display:grid;gap:14px}.concept-card{position:relative;display:flex;align-items:flex-end;min-height:250px;overflow:hidden;border-radius:var(--radius);background-image:linear-gradient(rgba(8,22,17,.02),rgba(8,22,17,.52)),var(--img,url('assets/nature-landscapes-hero.png'));background-size:cover;background-position:var(--pos,center);color:var(--white);box-shadow:var(--shadow)}.concept-card:after{content:'';position:absolute;inset:0;border:1px solid rgba(255,255,255,.16);border-radius:inherit;pointer-events:none}.concept-card>span{display:none}.concept-card>div{position:relative;z-index:1;padding:22px}.concept-card h3{font-size:clamp(18px,2.2vw,22px);line-height:1.1}.concept-card p{margin:8px 0 0;color:rgba(255,255,255,.78);font-weight:700}
@media (min-width:760px){.site-header{grid-template-columns:minmax(220px,auto) 1fr auto;gap:24px;min-height:78px;padding:12px clamp(18px,7vw,96px)}.brand img{width:236px;height:50px}.brand span{display:block;color:rgba(255,255,255,.72);font-size:12px;font-weight:800}.menu-toggle{display:none}.nav-links,.header-actions,body[data-menu-open=true] .nav-links,body[data-menu-open=true] .header-actions{grid-column:auto;display:flex;flex-direction:row;align-items:center}.nav-links{justify-content:center;gap:clamp(12px,2vw,28px);padding:0}.nav-links a{padding:10px 0;font-size:14px}.header-actions{padding:0}.hero{min-height:clamp(520px,calc(100svh - 188px),720px)}.hero-content{margin-inline-start:clamp(18px,7vw,96px);margin-inline-end:auto;padding:clamp(34px,6svh,54px) 0}.hero-icon{width:58px;height:58px}.hero-copy{font-size:clamp(18px,1.6vw,20px)}.hero-actions,.button-row{flex-direction:row;flex-wrap:wrap}.hero-actions .btn,.button-row .btn{width:auto}.trust-strip{grid-template-columns:repeat(4,1fr)}.trust-strip div{min-height:112px;padding:20px clamp(16px,3vw,36px)}.section{padding:clamp(64px,8vw,112px) clamp(18px,5vw,76px)}.split,.estimate-band,.project-feature,.green-impact,.service-areas,.final-cta,.final-mini-cta,.service-detail{grid-template-columns:minmax(280px,.84fr) minmax(320px,1fr);gap:clamp(28px,6vw,76px);align-items:center}.service-grid,.pricing-grid,.review-grid,.impact-grid,.video-grid,.link-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.gallery-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.gallery-card{min-height:320px}.concept-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.concept-card{min-height:320px}.site-footer{grid-template-columns:minmax(220px,1fr) auto auto;align-items:center;padding:32px clamp(18px,5vw,76px)}}
@media (min-width:760px) and (max-height:780px){.hero{min-height:calc(100svh - 188px)}h1{font-size:clamp(38px,5vw,64px)}.hero-content{padding:24px 0}.hero-copy{margin-top:14px;font-size:18px}.hero-actions{margin-top:18px}.trust-strip div{min-height:98px}.trust-strip strong{font-size:36px}}
@media (min-width:1100px){h1{font-size:clamp(42px,6.2vw,72px)}h2{font-size:clamp(30px,4vw,52px)}.brand img{width:272px;height:52px}.service-grid,.pricing-grid,.review-grid,.video-grid{gap:18px}}
.site-header{border-bottom:1px solid var(--line);background:rgba(255,255,255,.96);color:var(--ink);box-shadow:0 10px 30px rgba(18,34,26,.08)}.brand img{filter:none}.menu-toggle{border-color:var(--line);background:var(--white);color:var(--forest)}.nav-links{justify-content:center;text-align:center}.nav-links a{color:var(--muted)}.nav-links a:hover{color:var(--forest)}.lang-link{border-color:var(--line);color:var(--forest)}.hero-media{filter:brightness(1.18) saturate(1.06)}.hero-overlay{background:linear-gradient(90deg,rgba(9,25,18,.72) 0%,rgba(9,25,18,.44) 42%,rgba(9,25,18,.08) 74%),linear-gradient(0deg,rgba(9,25,18,.22),transparent 45%)}@media (min-width:760px){.brand span{display:none}.site-header{grid-template-columns:minmax(220px,auto) 1fr auto}.nav-links{justify-self:center}.hero-actions .btn{min-width:260px}.info-bar{grid-template-columns:repeat(5,minmax(0,1fr));padding:28px clamp(18px,7vw,96px)}.info-card{min-height:110px;padding:8px 22px 8px 0;border-bottom:0;border-inline-end:1px solid rgba(255,255,255,.22)}.info-card:last-child{border-inline-end:0}.info-card svg{width:42px;height:42px}.info-card strong{font-size:19px}}@media (min-width:760px) and (max-width:1180px){.site-header{grid-template-columns:minmax(180px,auto) 1fr auto;gap:18px}.brand img{width:204px;height:48px}.nav-links{gap:14px}.nav-links a{font-size:13px}.header-actions{gap:8px}.btn-small{padding:0 12px}}
.section,.info-bar{scroll-margin-top:96px}
.site-header .nav-links a{color:#111}.site-header .nav-links a:hover{color:var(--forest)}.concept-section .section-heading h2{font-size:clamp(28px,4vw,42px);max-width:21ch}.concept-card{background-image:linear-gradient(rgba(8,22,17,0),rgba(8,22,17,.36)),var(--img,url('assets/nature-landscapes-hero.png'))}.concept-card>div{min-height:112px}.concept-card h3{font-size:clamp(17px,1.7vw,21px)}.concept-card p{font-size:14px;color:rgba(255,255,255,.84)}
.site-footer{display:block;padding:0;background:#061f14;color:rgba(255,255,255,.64);box-shadow:none}.footer-main{display:grid;gap:34px;padding:46px 16px}.footer-brand{max-width:320px}.footer-brand img{width:178px;height:56px;object-fit:contain;object-position:left center;filter:brightness(1.22)}.footer-brand p{margin:22px 0;color:rgba(255,255,255,.76);font-size:13px;font-weight:700;letter-spacing:.14em;line-height:1.75;text-transform:uppercase}.footer-contact{display:grid;gap:12px;margin-top:20px}.footer-contact a,.footer-contact span{color:rgba(255,255,255,.7);font-size:14px}.footer-contact a:hover,.footer-column a:hover,.footer-bottom a:hover{color:#e2b65a}.footer-column{display:grid;align-content:start;gap:13px}.footer-column p{margin:0 0 10px;color:rgba(255,255,255,.78);font-size:11px;letter-spacing:.32em;text-transform:uppercase}.footer-column a{color:rgba(255,255,255,.6);font-size:14px}.footer-bottom{display:flex;flex-direction:column;gap:14px;padding:18px 16px;border-top:1px solid rgba(255,255,255,.13);font-size:12px}.footer-bottom p{margin:0}.footer-bottom nav{display:flex;flex-wrap:wrap;gap:18px}.footer-bottom a{color:rgba(255,255,255,.55)}@media (min-width:760px){.footer-main{grid-template-columns:minmax(260px,1.4fr) repeat(3,minmax(150px,1fr));padding:64px clamp(18px,5vw,76px)}.footer-bottom{flex-direction:row;align-items:center;justify-content:space-between;padding:22px clamp(18px,5vw,76px)}}
.impact-logo-wrap{display:grid;place-items:center}.impact-logo{margin:0;width:clamp(150px,18vw,230px)}.final-mini-cta{align-items:center}.final-mini-cta .button-row{align-self:center;justify-self:center;justify-content:center;align-items:center;margin-top:0}.footer-main{align-items:start}.footer-brand{display:flex;max-width:none}.footer-logo-card{display:inline-grid;place-items:center;width:172px;min-height:118px;padding:18px 20px;border-radius:10px;background:#fff;box-shadow:0 18px 40px rgba(0,0,0,.18)}.footer-logo-card img{width:132px;height:auto;filter:none}.floating-whatsapp svg{width:30px;height:30px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}@media (min-width:760px){.green-impact{grid-template-columns:minmax(280px,.92fr) minmax(160px,.36fr) minmax(320px,1.08fr)}.impact-logo-wrap{align-self:center;justify-self:center}.footer-main{grid-template-columns:220px repeat(3,minmax(160px,1fr));gap:clamp(34px,5vw,72px)}}
.process-section{background:linear-gradient(180deg,#edf7f1 0%,#f8f3e8 100%);border-block:1px solid rgba(21,60,43,.12);box-shadow:inset 0 1px 0 rgba(255,255,255,.55)}.process-section .process-list article{background:rgba(255,255,255,.86)}
.faq{background:linear-gradient(180deg,#fff8ea 0%,#f7efe1 100%);border-block:1px solid rgba(169,104,66,.16)}.faq details{background:rgba(255,255,255,.92);border-color:rgba(169,104,66,.16)}
.site-footer .footer-main{max-width:1280px;margin:0 auto}.site-footer .footer-column{display:grid;gap:12px;align-content:start}.site-footer .footer-column p{display:block;margin:0 0 8px;color:rgba(255,255,255,.86);font-size:11px;font-weight:900;letter-spacing:.34em;text-transform:uppercase}.site-footer .footer-column a{display:block;color:rgba(255,255,255,.68);font-size:14px;font-weight:800;line-height:1.35}.site-footer .footer-column a:hover{color:#e2b65a}.site-footer .footer-logo-card{margin-top:0}.site-footer .footer-bottom{max-width:1280px;margin:0 auto;width:100%}@media (min-width:760px){.site-footer .footer-main{grid-template-columns:220px 1.1fr 1.1fr .9fr;align-items:start}.site-footer .footer-column{justify-items:start}.site-footer .footer-column:nth-of-type(1),.site-footer .footer-column:nth-of-type(2){grid-template-columns:1fr}.site-footer .footer-column:nth-of-type(3){grid-template-columns:1fr}.site-footer .footer-column p{grid-column:1/-1}}
