
:root{
  --green:#4b9d2e;--green-dark:#367a24;--green-soft:#edf7e9;
  --ink:#182019;--muted:#687268;--line:#e1e8df;--bg:#f4f7f2;
  --shadow:0 18px 50px rgba(28,55,25,.10);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,Arial,Helvetica,sans-serif}
body.lock{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 40px));margin:auto}

.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid #e6ebe4}
.nav{min-height:82px;display:flex;align-items:center;gap:24px}
.logo{display:flex;align-items:center;gap:10px;margin-right:auto}
.logo img{width:52px;height:52px;flex:0 0 52px}
.logo strong{display:block;font-size:19px;letter-spacing:.015em;color:#172018;font-weight:900;white-space:nowrap}
.logo .green{color:#26751d;font-size:22px;font-weight:950;margin-left:2px}
.logo span{display:block;color:#697269;font-size:10px;margin-top:3px;letter-spacing:.055em;font-weight:700}
.menu{display:flex;align-items:center;gap:21px;font-size:14px}
.menu a{color:#3f4840;transition:.2s;white-space:nowrap}
.menu a:hover,.menu a.active{color:var(--green);font-weight:700}
.phone{font-weight:800;white-space:nowrap;font-size:14px}
.phone small{display:block;color:#7b837c;font-size:10px;font-weight:500;text-align:right;margin-top:3px}
.btn{border:0;border-radius:12px;padding:13px 19px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.2s}
.btn:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(75,157,46,.18)}
.btn-green{background:var(--green);color:#fff}
.btn-green:hover{background:var(--green-dark)}
.btn-outline{background:#fff;border:1px solid #b9cdb5;color:#316a2d}
.burger{display:none;border:0;background:transparent;font-size:27px;cursor:pointer}

.hero{background:#fff;padding:28px 0 0}
.hero-grid{display:grid;grid-template-columns:46% 54%;min-height:560px;overflow:hidden;border-radius:26px;background:#fff;box-shadow:var(--shadow)}
.hero-copy{padding:60px 40px 58px 58px;display:flex;flex-direction:column;justify-content:center}
.kicker{display:flex;align-items:center;gap:8px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.04em;margin-bottom:17px}
.dot{width:8px;height:8px;background:var(--green);border-radius:50%}
h1{font-size:clamp(40px,4.5vw,60px);line-height:1.01;letter-spacing:-.045em;margin:0 0 21px}
.accent{color:var(--green)}
.hero-copy>p{font-size:18px;line-height:1.55;color:#606960;margin:0 0 22px;max-width:540px}
.checks{display:grid;gap:11px;margin-bottom:28px}
.check{display:flex;align-items:center;gap:10px;font-size:14px}
.check i{width:20px;height:20px;border-radius:50%;display:grid;place-items:center;background:var(--green-soft);color:var(--green);font-style:normal;font-weight:900}
.actions{display:flex;gap:12px;flex-wrap:wrap}
.work{margin-top:17px;color:#737c73;font-size:13px}
.hero-photo{min-height:560px;background:linear-gradient(90deg,rgba(255,255,255,.18),transparent 24%),url("assets/hero.jpg") center/cover}
.badge{position:absolute}
.hero-photo{position:relative}
.badge{right:25px;bottom:25px;background:rgba(255,255,255,.95);border-radius:16px;padding:14px 17px;display:flex;gap:10px;align-items:center;box-shadow:0 12px 32px #0002;font-size:12px}
.badge b{display:block;margin-bottom:3px}.leaf{font-size:24px;color:var(--green)}

.section{padding:78px 0;background:#fff}
.section.alt{background:var(--bg)}
.section-head{text-align:center;margin-bottom:35px}
.section-head h2{font-size:37px;letter-spacing:-.035em;margin:0 0 8px}
.section-head p{margin:0;color:var(--muted);line-height:1.5}
.services{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 8px 25px rgba(32,59,30,.06);transition:.25s}
.card:hover{transform:translateY(-6px);box-shadow:0 18px 38px rgba(32,59,30,.13)}
.card-img{height:165px;background-size:cover;background-position:center}
.card:nth-child(1) .card-img{background-image:url("assets/service-home.jpg")}
.card:nth-child(2) .card-img{background-image:url("assets/service-yard.jpg")}
.card:nth-child(3) .card-img{background-image:url("assets/service-care.jpg")}
.card:nth-child(4) .card-img{background-image:url("assets/service-wash.jpg")}
.card:nth-child(5) .card-img{background-image:url("assets/service-season.jpg")}
.card-body{padding:18px}.icon{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:var(--green);color:#fff;border:4px solid #fff;margin-top:-39px;margin-bottom:13px;font-size:19px}
.card h3{font-size:17px;margin:0 0 8px}.card p{font-size:13px;line-height:1.55;color:#687168;margin:0 0 13px}
.card .more{color:var(--green);font-size:13px;font-weight:800}

.benefits{display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff}
.benefit{padding:28px;display:flex;gap:14px;border-right:1px solid var(--line)}
.benefit:last-child{border-right:0}.ico{font-size:28px;color:var(--green)}.benefit b{display:block;margin-bottom:6px}.benefit p{margin:0;color:#6d756d;font-size:13px;line-height:1.45}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}
.step{text-align:center;position:relative}.step:not(:last-child):after{content:"→";position:absolute;right:-18px;top:28px;color:#a5b6a0;font-size:24px}
.num{width:58px;height:58px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:var(--green-soft);border:1px solid #d4e7ce;color:var(--green);font-weight:900;font-size:20px}
.step h3{margin:0 0 7px;font-size:16px}.step p{margin:0;color:#707870;font-size:13px;line-height:1.5}

.about-box{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:center}
.about-photo{min-height:330px;border-radius:24px;background:url("assets/hero.jpg") center/cover;box-shadow:var(--shadow)}
.about-copy h2{font-size:38px;line-height:1.08;margin:0 0 14px}.about-copy p{color:#667066;line-height:1.7}
.about-list{display:grid;gap:12px;margin:22px 0}.about-list div{display:flex;gap:10px;align-items:flex-start}.about-list b{color:var(--green)}

.prices{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.price-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:27px;box-shadow:0 8px 28px rgba(32,59,30,.06)}
.price-card.featured{border:2px solid #77b963;box-shadow:0 15px 40px rgba(75,157,46,.13)}
.price-card h3{margin:0 0 8px;font-size:20px}.price{font-size:30px;font-weight:900;margin:14px 0;color:var(--green)}
.price-card p{color:var(--muted);line-height:1.5;font-size:13px}.price-card ul{padding:0;margin:18px 0;list-style:none;display:grid;gap:10px}.price-card li{font-size:13px}.price-card li:before{content:"✓";color:var(--green);font-weight:900;margin-right:8px}

.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.contact-card{background:#fff;border:1px solid var(--line);border-radius:20px;padding:28px}
.contact-card h3{margin:0 0 18px;font-size:22px}.contact-row{display:flex;gap:13px;padding:15px 0;border-bottom:1px solid var(--line)}.contact-row:last-child{border-bottom:0}.contact-row .ico{font-size:22px}.contact-row b{display:block;margin-bottom:3px}.contact-row span{color:var(--muted);font-size:13px}

.cta{padding:0 0 78px;background:#fff}
.cta-box{position:relative;border-radius:25px;overflow:hidden;min-height:320px;background:linear-gradient(90deg,rgba(8,35,8,.82),rgba(8,35,8,.35)),url("assets/cta.jpg") center/cover no-repeat;box-shadow:var(--shadow)}
.cta-click-left{position:absolute;left:4%;bottom:16%;width:43%;height:24%;background:transparent;border:0;cursor:pointer}
.cta-click-form{position:absolute;right:31%;top:5%;width:29%;height:90%;background:transparent;border:0;cursor:pointer}
.cta-click-left:hover,.cta-click-form:hover{background:rgba(75,157,46,.06)}

.footer{background:#192019;color:#fff;padding:30px 0}
.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:30px;align-items:center}
.footer .logo span{color:#aab4aa}.footer-item{color:#cdd4cd;font-size:13px}.footer-item b{display:block;color:#fff;margin-bottom:5px}.footer a:hover{color:#9fdb88}

.page-title{padding:74px 0 45px;background:#fff;text-align:center}.page-title h1{font-size:48px;margin:0 0 10px}.page-title p{color:var(--muted);margin:0;font-size:16px}
.content{padding:60px 0;background:#fff}

.modal{position:fixed;inset:0;background:rgba(10,18,11,.58);backdrop-filter:blur(5px);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}
.modal.show{display:flex}.dialog{background:#fff;width:min(500px,100%);border-radius:22px;padding:28px;position:relative;box-shadow:0 25px 80px #0005}
.dialog h2{margin:0 0 8px;font-size:26px}.dialog p{color:#687168;line-height:1.5;margin:0 0 20px}
.close{position:absolute;right:12px;top:10px;width:38px;height:38px;border:0;background:#f3f6f2;border-radius:50%;font-size:24px;cursor:pointer}
.form{display:grid;gap:11px}.form input,.form textarea{border:1px solid #dce3da;border-radius:11px;padding:13px;outline:0}.form textarea{min-height:90px;resize:vertical}.success{display:none;background:#eef8ea;color:#2f7027;border-radius:10px;padding:12px;font-size:13px}

@media(max-width:1080px){
 .menu{gap:12px;font-size:13px}.nav{gap:14px}.phone{display:none}.services{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:760px){
 .container{width:min(100% - 28px,600px)}.nav{min-height:68px}.logo img{width:40px;height:40px}.logo strong{font-size:16px}.logo span{font-size:8px}.menu,.nav>.btn{display:none}.burger{display:block}
 .hero{padding-top:14px}.hero-grid{grid-template-columns:1fr;border-radius:18px}.hero-copy{padding:38px 24px}.hero-photo{min-height:330px;order:-1}h1{font-size:40px}.actions .btn{width:100%}
 .section{padding:55px 0}.section-head h2{font-size:30px}.services{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr}.benefit{border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}
 .steps{grid-template-columns:1fr 1fr}.step:after{display:none}.about-box,.contact-grid{grid-template-columns:1fr}.prices{grid-template-columns:1fr}.page-title h1{font-size:38px}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:480px){
 .services,.steps,.footer-grid{grid-template-columns:1fr}.hero-photo{min-height:280px}.cta-box{min-height:300px}.cta-click-form{right:3%;width:35%}.cta-click-left{left:3%;width:55%}
}

.mobile-menu{display:none}.mobile-menu a{padding:13px 20px;display:block;border-top:1px solid #edf0eb}.mobile-menu.show{display:block;background:#fff}@media(min-width:761px){.mobile-menu{display:none!important}}

/* FINAL HOMEPAGE POLISH — closer to the approved reference */
body{background:#fff}
.container{width:min(1280px,calc(100% - 48px))}
.header{position:sticky;top:0}
.nav{min-height:72px;gap:20px}
.logo{display:block;flex:0 0 auto}
.logo img{display:block;width:245px;height:auto}
.menu{gap:18px;font-size:13px}
.phone{font-size:13px}
.header>.container>.btn{padding:11px 16px;font-size:12px}
.hero{padding:0;background:#fff}
.hero-grid{width:100%;max-width:1280px;margin:0 auto;grid-template-columns:44% 56%;min-height:430px;border-radius:0;box-shadow:none}
.hero-copy{padding:44px 28px 42px 42px}
.kicker{font-size:11px;margin-bottom:12px}
h1{font-size:48px;line-height:1.04;margin-bottom:15px}
.hero-copy>p{font-size:16px;line-height:1.45;margin-bottom:17px}
.checks{gap:8px;margin-bottom:20px}
.check{font-size:13px}.check i{width:18px;height:18px}
.actions .btn{padding:12px 17px;font-size:13px}.work{margin-top:13px;font-size:12px}
.hero-photo{min-height:430px}
.badge{right:20px;bottom:20px;padding:11px 14px;font-size:11px}
.section{padding:35px 0}
.section-head{margin-bottom:19px}
.section-head h2{font-size:27px;margin-bottom:4px}
.section-head p{font-size:12px}
.services{gap:13px}
.card{border-radius:12px}
.card-img{height:125px}
.card-body{padding:12px 13px 14px}
.icon{width:36px;height:36px;margin-top:-32px;margin-bottom:9px;font-size:16px;border-width:3px}
.card h3{font-size:14px;margin-bottom:5px}
.card p{font-size:11px;line-height:1.4;margin-bottom:8px}
.card .more{font-size:11px}
.section.alt{padding:13px 0}
.benefits{border-radius:12px}
.benefit{padding:15px 18px;gap:9px}.ico{font-size:23px}.benefit b{font-size:12px}.benefit p{font-size:10px}
.steps{gap:12px}.num{width:42px;height:42px;font-size:15px;margin-bottom:8px}
.step h3{font-size:13px;margin-bottom:4px}.step p{font-size:10px}
.step:not(:last-child):after{top:17px;right:-11px;font-size:18px}
.about-box{gap:20px}.about-photo{min-height:245px;border-radius:16px}
.about-copy h2{font-size:28px}.about-copy p{font-size:12px;line-height:1.5}.about-list{gap:8px;margin:12px 0}.about-list div{font-size:12px}
.cta{padding:20px 0 0;background:#fff}
.cta-box{min-height:180px;border-radius:13px;background-size:cover}
.cta-click-left,.cta-click-form{display:none}
.footer{padding:20px 0}
.footer-grid{gap:18px}.footer .logo img{width:190px}.footer-item{font-size:11px}.footer-item b{font-size:11px}
@media(max-width:1080px){.menu{gap:10px;font-size:12px}.logo img{width:205px}.nav{gap:10px}.hero-grid{min-height:390px}.hero-photo{min-height:390px}h1{font-size:42px}}
@media(max-width:760px){
 .container{width:calc(100% - 28px)}.logo img{width:185px}.hero-grid{grid-template-columns:1fr;min-height:0}.hero-photo{min-height:280px;order:-1}.hero-copy{padding:28px 0}.section{padding:42px 0}.services{grid-template-columns:1fr 1fr}.benefits{grid-template-columns:1fr}.about-box{grid-template-columns:1fr}.cta-box{min-height:200px}.footer-grid{grid-template-columns:1fr 1fr}
}

/* REFERENCE MATCH + REAL CTA + MOBILE LANDING */
.hero-copy{padding-top:48px;padding-bottom:48px}
.hero-copy h1{max-width:620px}
.hero-copy>p{max-width:600px}
.work{display:flex;align-items:center;gap:8px;color:#454d45;font-size:13px}

/* Service photos stay image-only: all service labels live in HTML below the photos. */
.card-img{position:relative;overflow:hidden}
.card-img::after{content:"";position:absolute;inset:0;background:linear-gradient(to bottom,transparent 68%,rgba(0,0,0,.04));pointer-events:none}

.cta{padding:28px 0 0;background:#fff}
.cta-box{min-height:250px;border-radius:18px;padding:26px 30px;display:grid;grid-template-columns:1.05fr .95fr;gap:34px;align-items:center;background:linear-gradient(90deg,rgba(8,39,12,.96),rgba(18,78,23,.88)),url("assets/hero.jpg") center 62%/cover no-repeat;box-shadow:0 18px 45px rgba(22,66,24,.15)}
.cta-copy{color:#fff}
.cta-eyebrow{font-size:25px;font-weight:900;margin:0 0 4px}
.cta-copy h2{font-size:30px;line-height:1.12;color:#9edd78;margin:0 0 22px}
.discount-card{width:100%;max-width:560px;border:0;border-radius:13px;background:#fff;color:#182019;display:grid;grid-template-columns:auto 150px 1fr;align-items:center;text-align:left;gap:14px;padding:0;overflow:hidden;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.14);transition:.2s}
.discount-card:hover{transform:translateY(-2px);box-shadow:0 15px 34px rgba(0,0,0,.19)}
.discount-icon{font-size:30px;padding:18px 0 18px 18px}
.discount-card b{display:block;font-size:17px}.discount-card small{display:block;color:#5d665d;margin-top:3px}
.discount-note{align-self:stretch;display:flex;align-items:center;background:#f8fbf7;border-left:1px solid #e5ece2;padding:13px 17px;font-size:12px;line-height:1.45}
.quick-form{background:#fff;border-radius:14px;padding:20px 22px;box-shadow:0 12px 34px rgba(0,0,0,.18)}
.quick-form-head{text-align:center;margin-bottom:14px}.quick-form-head b{display:block;font-size:18px}.quick-form-head span{display:block;color:#6d756d;font-size:11px;margin-top:3px}
.quick-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px}
.quick-fields input{min-width:0;border:1px solid #dfe6dd;border-radius:7px;padding:11px 12px;outline:0;background:#fff}.quick-fields input:focus{border-color:#78b967;box-shadow:0 0 0 3px rgba(75,157,46,.10)}
.quick-fields .btn{grid-column:1/-1;border-radius:7px;padding:11px 14px}
.privacy{display:block;text-align:center;color:#687168;margin-top:9px;font-size:10px}
.quick-success{display:none;margin-top:10px;padding:9px;border-radius:8px;background:#eef8ea;color:#2f7027;text-align:center;font-size:12px}

@media(max-width:760px){
 body{overflow-x:hidden}
 .header{position:sticky;top:0}.nav{min-height:62px}.logo img{width:154px}.burger{font-size:26px;color:#2f7027}
 .mobile-menu.show{box-shadow:0 12px 24px rgba(0,0,0,.08)}
 .hero{padding:0}.hero-grid{display:flex;flex-direction:column;background:#fff}.hero-photo{order:0;min-height:255px;background-position:61% center}.hero-copy{order:1;padding:26px 0 30px}
 h1{font-size:36px;line-height:1.05;letter-spacing:-.035em}.hero-copy>p{font-size:15px}.check{font-size:13px;align-items:flex-start}.actions{display:grid;grid-template-columns:1fr;gap:10px}.actions .btn{width:100%}.work{font-size:12px}
 .badge{right:12px;bottom:12px;max-width:205px}
 .section{padding:38px 0}.section-head h2{font-size:28px}.services{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding:2px 2px 12px;margin-right:-14px}.services::-webkit-scrollbar{display:none}.card{min-width:78%;scroll-snap-align:start}.card-img{height:170px}.card h3{font-size:17px}.card p{font-size:13px}.card .more{font-size:13px}
 .benefits{display:grid;grid-template-columns:1fr 1fr;border-radius:16px}.benefit{padding:17px 14px;border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.benefit:nth-child(2n){border-right:0}.benefit:nth-last-child(-n+2){border-bottom:0}.benefit p{font-size:11px}
 .steps{grid-template-columns:1fr 1fr;gap:24px 12px}.num{width:48px;height:48px}.step h3{font-size:14px}.step p{font-size:11px}
 .cta{padding:10px 0 0}.cta-box{grid-template-columns:1fr;padding:24px 18px;gap:20px;border-radius:16px;background-position:center}.cta-eyebrow{font-size:22px}.cta-copy h2{font-size:27px}.discount-card{grid-template-columns:auto 1fr}.discount-note{grid-column:1/-1;border-left:0;border-top:1px solid #e5ece2}.quick-form{padding:17px}.quick-fields{grid-template-columns:1fr}.quick-fields .btn{grid-column:auto}
 .footer{padding:26px 0}.footer-grid{grid-template-columns:1fr;gap:16px}.footer .logo img{width:180px}.footer-item{font-size:12px}
}
@media(max-width:420px){
 .container{width:calc(100% - 24px)}h1{font-size:33px}.hero-photo{min-height:230px}.badge{font-size:10px}.card{min-width:86%}.benefits{grid-template-columns:1fr}.benefit,.benefit:nth-child(2n),.benefit:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--line)}.benefit:last-child{border-bottom:0}.steps{grid-template-columns:1fr}.cta-box{padding:22px 14px}.cta-eyebrow{font-size:20px}.cta-copy h2{font-size:24px}
}


/* Final alignment fixes */
.nav > .btn, .header-max{min-height:46px;white-space:nowrap;align-self:center;}
.actions{align-items:stretch;}
.actions .btn{min-height:50px;line-height:1.15;}
.actions .btn-green{min-width:220px;}
.actions .btn-outline{min-width:205px;}
.quick-fields .btn{min-height:42px;}
.discount-card{align-items:center;}
.footer-item{line-height:1.45;}
@media (max-width:1080px){
  .header-max{padding:12px 14px;font-size:13px;}
}
@media (max-width:760px){
  .header-max{display:none;}
  .actions .btn{min-width:0;width:100%;}
}

/* 2026-08-13 reference corrections */
.max-icon{width:21px;height:21px;display:block;flex:0 0 21px;color:currentColor}
.header-max .max-icon{color:#fff}
.btn-outline .max-icon{color:#111}
.header-max{gap:8px}
.footer{background:#152023;padding:27px 0 18px}
.footer-grid{grid-template-columns:1.25fr 1.05fr 1.25fr 1.05fr;align-items:center;gap:36px}
.footer-brand img{width:175px;height:auto;display:block;margin-bottom:7px}
.footer-brand p{margin:0;color:#cbd2cc;font-size:10px;line-height:1.45}
.footer-item{display:flex;flex-direction:column;gap:3px;color:#c8d0c9;font-size:10px;line-height:1.35}
.footer-item b{display:block;margin:0;color:#fff;font-size:12px}
.footer-ico{color:#69bd42}
.footer-max{display:flex;align-items:center;gap:14px;color:#fff}
.footer-max:hover{color:#fff}
.max-footer-icon{width:42px;height:42px;color:#64b941;flex:0 0 42px}
.footer-max b{display:block;font-size:12px;margin:0 0 4px}
.footer-max small{display:block;color:#c7cec8;font-size:10px;line-height:1.35}
.nav .logo img{width:305px;max-width:31vw;height:auto}
.btn-outline{color:#111;border-color:#aeb6ae;background:#fff}
.actions{gap:22px}
.actions .btn{border-radius:10px}
@media(max-width:1080px){.nav .logo img{width:250px}.footer-grid{gap:22px}}
@media(max-width:760px){.nav .logo img{width:190px;max-width:62vw}.footer-grid{grid-template-columns:1fr}.footer-brand img{width:180px}.max-footer-icon{width:38px;height:38px}}

/* Inner pages: keep the same scale and density as the approved reference. */
.inner-page{min-height:100vh;display:flex;flex-direction:column;background:#fff}
.inner-page main{flex:1;background:#fff}
.inner-page .page-title{padding:72px 0 34px;text-align:center}
.inner-page .page-title h1{font-size:52px;line-height:1.05;margin:0 0 12px;letter-spacing:-.04em}
.inner-page .page-title p{font-size:16px;color:#687268}
.inner-page .content{padding:28px 0 76px}
.inner-page .services{gap:18px}
.inner-page .card{border-radius:16px;box-shadow:0 8px 25px rgba(32,59,30,.07)}
.inner-page .card-img{height:205px}
.inner-page .card-body{padding:18px 18px 20px}
.inner-page .card .icon{width:42px;height:42px;margin-top:-39px;margin-bottom:13px;font-size:19px}
.inner-page .card h3{font-size:18px;margin-bottom:9px}
.inner-page .card p{font-size:13px;line-height:1.55;min-height:82px;margin-bottom:15px}
.inner-page .card .btn{padding:11px 17px;border-radius:9px;font-size:13px}
.inner-page .about-photo{min-height:390px}
.inner-page .about-copy h2{font-size:40px}
.inner-page .about-copy p,.inner-page .about-list div{font-size:15px}
.inner-page .benefits{min-height:190px}
.inner-page .benefit{padding:32px 28px;align-items:flex-start}
.inner-page .benefit .ico{font-size:32px}
.inner-page .benefit b{font-size:17px}
.inner-page .benefit p{font-size:13px;line-height:1.55}
.inner-page .prices{gap:22px}
.inner-page .price-card{padding:32px;min-height:390px}
.inner-page .price-card h3{font-size:23px}
.inner-page .price-card p,.inner-page .price-card li{font-size:14px}
.inner-page .contact-card{padding:34px;min-height:300px}
.inner-page .contact-card h3{font-size:25px}
.inner-page .contact-row span{font-size:14px}
.inner-page .footer{margin-top:auto}
@media(max-width:1080px){
 .inner-page .services{grid-template-columns:repeat(3,1fr)}
 .inner-page .card-img{height:185px}
}
@media(max-width:760px){
 .inner-page .page-title{padding:44px 0 20px}
 .inner-page .page-title h1{font-size:38px}
 .inner-page .page-title p{font-size:14px}
 .inner-page .content{padding:22px 0 48px}
 .inner-page .services{display:grid;grid-template-columns:1fr;overflow:visible;margin-right:0;padding:0}
 .inner-page .card{min-width:0}
 .inner-page .card-img{height:220px}
 .inner-page .card p{min-height:0}
 .inner-page .about-photo{min-height:280px}
 .inner-page .about-copy h2{font-size:31px}
 .inner-page .benefits{grid-template-columns:1fr}
 .inner-page .benefit{border-right:0!important;border-bottom:1px solid var(--line)!important}
 .inner-page .benefit:last-child{border-bottom:0!important}
 .inner-page .prices,.inner-page .contact-grid{grid-template-columns:1fr}
 .inner-page .price-card,.inner-page .contact-card{min-height:0}
}

/* ===== Desktop scale / layout correction v4 ===== */
.container{width:min(1680px,calc(100% - 64px));}
.header .container{width:min(1720px,calc(100% - 48px));}
.nav{min-height:96px;gap:22px}
.nav .logo img{width:285px;max-width:none}
.menu{gap:24px;font-size:14px}
.phone{font-size:15px}
.phone small{font-size:10px}
.header-max{min-height:48px;padding:13px 18px}

.hero{padding:0;background:#fff}
.hero-grid{grid-template-columns:42% 58%;min-height:620px;border-radius:0;box-shadow:none}
.hero-copy{padding:58px 48px 58px 22px}
.hero-copy h1{font-size:clamp(48px,3.55vw,68px);max-width:690px;line-height:1.03;margin-bottom:24px}
.hero-copy>p{font-size:18px;max-width:620px;margin-bottom:24px}
.check{font-size:15px}.checks{gap:12px;margin-bottom:30px}
.actions .btn{min-height:54px;padding:15px 26px;font-size:15px}
.actions .btn-green{min-width:230px}.actions .btn-outline{min-width:220px}
.work{font-size:14px;margin-top:20px}
.hero-photo{min-height:620px;background-position:center center}
.badge{right:32px;bottom:32px;padding:17px 20px;font-size:13px}

.section{padding:52px 0}
.section-head{margin-bottom:28px}.section-head h2{font-size:34px}
.services{gap:20px}
.card{border-radius:16px}
.card-img{height:220px}
.card-body{padding:20px 20px 22px}
.card h3{font-size:18px;margin-bottom:10px}
.card p{font-size:14px;line-height:1.55;min-height:66px}
.card .more{font-size:14px}
.icon{width:48px;height:48px;margin-top:-44px;font-size:21px}

.section.alt{padding:24px 0;background:#fafcf9}
.benefits{border-radius:12px}
.benefit{padding:24px 28px;align-items:center}
.benefit b{font-size:15px}.benefit p{font-size:12px}.benefit .ico{font-size:32px}

.steps{gap:40px;max-width:1450px;margin:auto}
.num{width:64px;height:64px;font-size:20px}
.step h3{font-size:16px}.step p{font-size:12px;max-width:250px;margin:auto}
.step:not(:last-child):after{right:-26px;top:30px}

.cta{padding:36px 0 0}
.cta-box{min-height:300px;border-radius:18px;padding:30px 40px;grid-template-columns:1.05fr .95fr;gap:44px}
.cta-eyebrow{font-size:28px}.cta-copy h2{font-size:34px}
.discount-card{max-width:620px}
.quick-form{padding:24px 26px}.quick-form-head b{font-size:20px}
.quick-fields input{padding:13px 14px}.quick-fields .btn{min-height:46px}

.footer{padding:30px 0 22px}
.footer-grid{grid-template-columns:1.45fr 1fr 1.2fr 1.05fr;gap:42px}
.footer-brand img{width:190px}.footer-brand p{font-size:11px}
.footer-item{font-size:11px}.footer-item b{font-size:13px}.footer-max b{font-size:13px}.footer-max small{font-size:11px}

/* Inner pages should fill the desktop instead of looking like a small centered widget. */
.inner-page .page-title{padding:58px 0 30px}
.inner-page .page-title h1{font-size:48px}
.inner-page .content{padding:20px 0 58px}
.inner-page .services{grid-template-columns:repeat(5,minmax(0,1fr));gap:20px}
.inner-page .card-img{height:220px}
.inner-page .card-body{padding:20px 20px 22px}
.inner-page .card p{font-size:14px;min-height:88px}
.inner-page .about-box{max-width:1450px;margin:auto;gap:54px}
.inner-page .about-photo{min-height:460px}
.inner-page .about-copy h2{font-size:46px}
.inner-page .about-copy p,.inner-page .about-list div{font-size:16px}
.inner-page .benefits{max-width:1500px;margin:auto;min-height:210px}
.inner-page .prices{max-width:1450px;margin:auto;gap:28px}
.inner-page .price-card{padding:36px;min-height:420px}
.inner-page .contact-grid{max-width:1450px;margin:auto;gap:30px}
.inner-page .contact-card{padding:38px;min-height:330px}

@media(max-width:1400px){
 .container{width:min(1320px,calc(100% - 48px))}
 .header .container{width:min(1360px,calc(100% - 36px))}
 .nav{gap:14px;min-height:84px}.nav .logo img{width:235px}
 .menu{gap:14px;font-size:13px}.phone{font-size:13px}.header-max{padding:12px 14px;font-size:13px}
 .hero-grid{min-height:540px}.hero-photo{min-height:540px}.hero-copy{padding:44px 34px 44px 8px}.hero-copy h1{font-size:50px}
 .card-img{height:185px}.card p{font-size:13px}.services{gap:14px}
}

@media(max-width:1080px){
 .container{width:calc(100% - 36px)}
 .header .container{width:calc(100% - 28px)}
 .nav .logo img{width:205px}.menu{display:none}.phone{margin-left:auto}.burger{display:block}
 .hero-grid{grid-template-columns:1fr 1fr;min-height:500px}.hero-photo{min-height:500px}.hero-copy{padding:38px 26px 38px 0}.hero-copy h1{font-size:44px}
 .services{grid-template-columns:repeat(3,1fr)}.card-img{height:210px}
 .benefits{grid-template-columns:repeat(2,1fr)}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid var(--line)}
 .inner-page .services{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:760px){
 .container{width:calc(100% - 28px)}.header .container{width:calc(100% - 24px)}
 .nav{min-height:66px}.nav .logo img{width:180px}.phone{display:none}
 .hero-grid{display:flex;min-height:0;border-radius:0}.hero-photo{min-height:300px}.hero-copy{padding:28px 0 32px}.hero-copy h1{font-size:38px}.hero-copy>p{font-size:15px}
 .section{padding:42px 0}.section.alt{padding:20px 0}
 .services{display:flex;overflow-x:auto;grid-template-columns:none;gap:12px}.card{min-width:82%}.card-img{height:190px}
 .benefits{grid-template-columns:1fr}.benefit{border-right:0!important;border-bottom:1px solid var(--line)!important}.benefit:last-child{border-bottom:0!important}
 .steps{grid-template-columns:1fr 1fr;gap:28px 12px}.step:not(:last-child):after{display:none}
 .cta-box{grid-template-columns:1fr;padding:24px 18px}.footer-grid{grid-template-columns:1fr;gap:18px}
 .inner-page .page-title{padding:40px 0 18px}.inner-page .page-title h1{font-size:38px}.inner-page .content{padding:16px 0 42px}
 .inner-page .services{display:grid;grid-template-columns:1fr;overflow:visible}.inner-page .card{min-width:0}.inner-page .card-img{height:220px}
 .inner-page .about-box,.inner-page .contact-grid,.inner-page .prices{grid-template-columns:1fr}.inner-page .about-photo{min-height:300px}
}

/* ===== Approved mockup transfer v5 ===== */
:root{--green:#16880c;--green2:#2f9d19;--dark:#122026;--text:#111;--muted:#626b62;--border:#e1e5df}
body{background:#fff;color:var(--text);font-family:Arial,Helvetica,sans-serif}
.container{width:min(1460px,calc(100% - 56px));margin-inline:auto}
.header{position:relative;background:#fff;border-bottom:1px solid #edf0eb;backdrop-filter:none}
.header .container{width:min(1500px,calc(100% - 48px))}
.nav{min-height:92px;gap:24px}
.nav .logo{margin-right:auto;flex:0 0 auto}
.nav .logo img{width:300px;max-width:300px;height:auto}
.menu{gap:25px;font-size:13px}
.menu a{color:#111}.menu a.active{color:#16880c;border-bottom:2px solid #16880c;padding-bottom:8px}
.phone{font-size:15px;color:#111;padding-left:28px;position:relative}
.phone:before{content:'☎';position:absolute;left:0;top:1px;color:#16880c;font-size:20px}
.phone small{font-size:10px;color:#555;margin-top:4px}
.header-max{min-height:48px;padding:13px 18px;border-radius:8px;background:#16880c;font-size:13px}
.max-icon{width:22px;height:22px}

.hero{background:#fff}
.hero-grid{width:100%;min-height:590px;display:grid;grid-template-columns:43% 57%;background:#fff}
.hero-copy{padding:68px 42px 48px 22px;display:flex;flex-direction:column;justify-content:center}
.hero-copy h1{font-size:52px;line-height:1.04;letter-spacing:-1.4px;margin:0 0 24px;max-width:650px;color:#0b0b0b}
.hero-copy h1 .accent{color:#218e17}
.hero-copy>p{font-size:18px;line-height:1.5;margin:0 0 22px;max-width:590px}
.checks{display:grid;gap:11px;margin:0 0 28px}.check{font-size:15px;line-height:1.4}.check i{width:19px;height:19px;line-height:19px;background:#16880c;color:#fff;border-radius:50%;font-style:normal;text-align:center;margin-right:10px;font-size:12px;display:inline-block}
.actions{display:flex;gap:22px;margin-top:2px}.actions .btn{height:52px;padding:0 28px;border-radius:8px;font-size:15px}.actions .btn-green{background:#16880c;min-width:230px}.actions .btn-outline{border:1px solid #737973;min-width:215px;background:#fff}
.work{margin-top:20px;font-size:14px}.work:before{content:'●';color:#16880c;font-size:18px;margin-right:8px}
.hero-photo{min-height:590px;background:url('assets/hero.jpg') center/cover no-repeat;position:relative}
.hero-photo:before{content:'';position:absolute;left:0;top:0;bottom:0;width:21%;background:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.92) 24%,rgba(255,255,255,0) 100%)}
.badge{position:absolute;right:24px;bottom:28px;background:#fff;border-radius:14px;padding:18px 22px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 25px rgba(0,0,0,.12);font-size:12px;line-height:1.4}.badge b{display:block;font-size:15px;margin-bottom:4px}.badge .leaf{font-size:34px;color:#16880c}

.section{padding:32px 0 26px}.section-head{text-align:center;margin:0 0 24px}.section-head h2{font-size:29px;line-height:1.2;margin:0;color:#111}.section-head h2:after{content:'';display:block;width:34px;height:3px;background:#16880c;border-radius:4px;margin:10px auto 0}.section-head p{font-size:12px;color:#6d756d;margin-top:8px}
.services{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.card{background:#fff;border:1px solid #e3e6e1;border-radius:13px;overflow:hidden;box-shadow:0 4px 14px rgba(0,0,0,.025);min-width:0}
.card-img{height:215px;background-size:cover;background-position:center}.card:nth-child(1) .card-img{background-image:url('assets/service-home.jpg')}.card:nth-child(2) .card-img{background-image:url('assets/service-yard.jpg')}.card:nth-child(3) .card-img{background-image:url('assets/service-care.jpg')}.card:nth-child(4) .card-img{background-image:url('assets/service-wash.jpg')}.card:nth-child(5) .card-img{background-image:url('assets/service-season.jpg')}
.card-body{position:relative;padding:27px 18px 22px;min-height:250px}.icon{position:absolute;left:16px;top:-29px;width:52px;height:52px;background:#16880c;border:3px solid #fff;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:24px;margin:0}.card h3{font-size:17px;margin:0 0 12px}.card p{font-size:13px;line-height:1.55;margin:0 0 20px;color:#252925;min-height:82px}.card .more{font-size:13px;font-weight:700;color:#16880c;position:absolute;left:18px;bottom:20px}

.section.alt{background:#fff;padding:10px 0 24px}.benefits{display:grid;grid-template-columns:repeat(4,1fr);background:#fafbfa;border:1px solid #eff1ee;border-radius:10px;overflow:hidden}.benefit{display:flex;align-items:center;gap:18px;padding:25px 32px;border-right:1px solid #e3e6e1}.benefit:last-child{border-right:0}.benefit .ico{font-size:38px;color:#16880c}.benefit b{font-size:14px}.benefit p{font-size:11px;line-height:1.45;color:#404640;margin:5px 0 0}

.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;max-width:1260px;margin:0 auto}.step{text-align:center;position:relative;padding:0 15px}.num{width:58px;height:58px;margin:0 auto 14px;border-radius:50%;background:#f3f6f2;color:#16880c;border:0;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:16px;box-shadow:inset 0 0 0 1px #edf1eb}.step h3{font-size:14px;margin:0 0 7px}.step p{font-size:11px;line-height:1.45;color:#555;margin:0 auto;max-width:210px}.step:not(:last-child):after{content:'→';position:absolute;right:-19px;top:20px;color:#7aaa72;font-size:18px}

.cta{padding:30px 0 0;background:#fff}.cta-box{min-height:285px;border-radius:15px;padding:28px 34px;display:grid;grid-template-columns:1.05fr .95fr;gap:36px;align-items:center;background:linear-gradient(90deg,rgba(6,45,12,.96),rgba(13,75,19,.90)),url('assets/cta.jpg') center/cover no-repeat}.cta-eyebrow{font-size:25px;color:#fff;font-weight:800;margin:0 0 6px}.cta-copy h2{font-size:29px;color:#8de65c;margin:0 0 22px}.discount-card{max-width:630px;width:100%;display:grid;grid-template-columns:72px 170px 1fr;background:#fff;border-radius:10px;overflow:hidden;padding:0;border:0;min-height:86px}.discount-icon{font-size:30px;background:#16880c;color:#fff;height:100%;display:flex;align-items:center;justify-content:center;padding:0}.discount-card>span:nth-child(2){padding:18px 12px}.discount-card b{font-size:18px}.discount-card small{font-size:11px}.discount-note{padding:16px 18px;font-size:11px;border-left:1px solid #e3e6e1;background:#fff}
.quick-form{background:#fff;border-radius:12px;padding:20px 22px}.quick-form-head b{font-size:18px}.quick-form-head span{font-size:10px}.quick-fields{grid-template-columns:1fr 1fr;gap:8px}.quick-fields input{height:39px;padding:0 10px;border-radius:4px;font-size:11px}.quick-fields .btn{height:38px;min-height:38px;border-radius:4px;font-size:12px}.privacy{font-size:9px}

.footer{background:#122026;padding:26px 0 12px}.footer-grid{display:grid;grid-template-columns:1.35fr 1.15fr 1.35fr 1.15fr;gap:45px;align-items:start}.footer-brand img{width:180px;margin-bottom:9px}.footer-brand p{font-size:10px;line-height:1.45;color:#d5dbd6}.footer-item{font-size:10px;color:#d5dbd6}.footer-item b{font-size:12px;color:#fff}.footer-max{display:flex;align-items:center;gap:12px}.max-footer-icon{width:42px;height:42px}.footer-max b{font-size:12px}.footer-max small{font-size:10px;color:#d5dbd6}
.footer-links h4{margin:0 0 8px;color:#fff;font-size:12px}.footer-links .cols{display:grid;grid-template-columns:1fr 1fr;gap:5px 26px}.footer-links a{font-size:10px;color:#fff}.copyright{border-top:1px solid rgba(255,255,255,.08);color:#abb4ad;font-size:9px;text-align:center;padding-top:12px;margin-top:18px}

/* Inner pages keep the same visual language and size. */
.inner-page .page-title{padding:58px 0 24px}.inner-page .page-title h1{font-size:46px}.inner-page .content{padding:15px 0 55px}.inner-page .services{grid-template-columns:repeat(5,1fr)}.inner-page .card-img{height:205px}.inner-page .card-body{min-height:285px}.inner-page .about-box,.inner-page .prices,.inner-page .contact-grid{max-width:1320px}.inner-page .about-photo{min-height:430px}

@media(max-width:1200px){
 .container{width:calc(100% - 36px)}.header .container{width:calc(100% - 30px)}.nav .logo img{width:230px;max-width:230px}.menu{gap:14px;font-size:12px}.phone{font-size:13px}.header-max{padding:11px 12px;font-size:12px}.hero-grid{grid-template-columns:44% 56%;min-height:520px}.hero-photo{min-height:520px}.hero-copy{padding:48px 25px 42px 0}.hero-copy h1{font-size:44px}.card-img{height:180px}.card-body{min-height:245px}.benefit{padding:20px 20px}
}
@media(max-width:900px){
 .menu{display:none}.burger{display:block}.phone{margin-left:auto}.header-max{display:none}.nav{min-height:72px}.nav .logo img{width:220px;max-width:60vw}.hero-grid{grid-template-columns:1fr 1fr}.hero-copy h1{font-size:38px}.services{grid-template-columns:repeat(2,1fr)}.card-img{height:220px}.benefits{grid-template-columns:1fr 1fr}.benefit:nth-child(2){border-right:0}.benefit:nth-child(-n+2){border-bottom:1px solid #e3e6e1}.cta-box{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}
}
@media(max-width:650px){
 .container{width:calc(100% - 24px)}.header .container{width:calc(100% - 22px)}.phone{display:none}.nav{min-height:64px}.nav .logo img{width:185px;max-width:70vw}.hero-grid{display:flex;flex-direction:column}.hero-photo{order:0;min-height:285px}.hero-copy{order:1;padding:26px 0 30px}.hero-copy h1{font-size:35px}.hero-copy>p{font-size:15px}.actions{display:grid;grid-template-columns:1fr}.actions .btn{width:100%;min-width:0}.services{display:flex;overflow-x:auto;gap:12px}.card{min-width:84%}.card-img{height:190px}.benefits{grid-template-columns:1fr}.benefit{border-right:0!important;border-bottom:1px solid #e3e6e1!important}.benefit:last-child{border-bottom:0!important}.steps{grid-template-columns:1fr 1fr;gap:28px 8px}.step:not(:last-child):after{display:none}.cta-box{padding:22px 16px}.cta-eyebrow{font-size:21px}.cta-copy h2{font-size:24px}.discount-card{grid-template-columns:62px 1fr}.discount-note{grid-column:1/-1;border-left:0;border-top:1px solid #e3e6e1}.quick-fields{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:18px}.inner-page .services{display:grid;grid-template-columns:1fr;overflow:visible}.inner-page .page-title h1{font-size:36px}
}

/* ===== Final visual polish v6 ===== */
/* Keep the baked-in badge/text in hero.jpg outside the visible crop; the real badge is HTML. */
.hero-photo{
  background-position:18% center !important;
  filter:saturate(1.07) contrast(1.025);
  overflow:hidden;
}
.hero-photo:before{width:20%;}
.card-img{
  filter:saturate(1.12) contrast(1.035) brightness(1.025);
}
/* Stronger, clearer logo caption on desktop. */
.nav .logo img{width:335px;max-width:335px;height:auto;}
.header .container{width:min(1540px,calc(100% - 48px));}
.nav{gap:20px;}
.menu{gap:21px;}
.badge{z-index:2;}
.badge .leaf{font-family:Arial,Helvetica,sans-serif;font-weight:700;}

@media(max-width:1200px){
  .nav .logo img{width:270px;max-width:270px;}
  .hero-photo{background-position:18% center !important;}
}
@media(max-width:900px){
  .nav .logo img{width:245px;max-width:66vw;}
  .hero-photo{background-position:22% center !important;}
}
@media(max-width:650px){
  .nav .logo img{width:210px;max-width:76vw;}
  .hero-photo{background-position:24% center !important;}
}
.hero-photo{background-position:center center !important;}
@media(max-width:1200px){.hero-photo{background-position:center center !important;}}
@media(max-width:900px){.hero-photo{background-position:52% center !important;}}
@media(max-width:650px){.hero-photo{background-position:54% center !important;}}

/* ===== v7 exact-reference desktop corrections ===== */
/* Keep the approved desktop composition even on common 1366px monitors. */
@media (min-width: 901px){
  .header .container{width:min(1560px,calc(100% - 32px));}
  .container{width:min(1480px,calc(100% - 40px));}
  .nav{min-height:88px;gap:18px;}
  .nav .logo img{width:330px;max-width:330px;}
  .menu{gap:18px;font-size:12px;}
  .phone{font-size:14px;}
  .header-max{font-size:12px;padding:12px 15px;min-height:46px;}

  .hero-grid{grid-template-columns:43% 57%;min-height:590px;}
  .hero-copy{padding:54px 34px 46px 18px;}
  .hero-copy h1{font-size:clamp(42px,3.35vw,54px);line-height:1.03;letter-spacing:-1.4px;max-width:none;}
  .title-line{display:block;white-space:nowrap;}
  .hero-copy>p{font-size:17px;max-width:600px;}
  .check{font-size:14px;}
  .hero-photo{min-height:590px;background-position:32% center !important;filter:saturate(1.16) contrast(1.055) brightness(1.02);}
  .hero-photo:before{width:18%;}
  .badge{right:20px;bottom:24px;}

  .section{padding:30px 0 24px;}
  .services{gap:16px;}
  .card-img{height:205px;filter:saturate(1.24) contrast(1.07) brightness(1.03);}
  .card-body{min-height:245px;}
}

/* At 901-1180px, shrink navigation before shrinking the main visual. */
@media (min-width:901px) and (max-width:1180px){
  .nav .logo img{width:275px;max-width:275px;}
  .menu{gap:11px;font-size:11px;}
  .phone{font-size:12px;padding-left:23px;}
  .phone small{font-size:9px;}
  .header-max{font-size:11px;padding:10px 11px;}
  .hero-copy h1{font-size:42px;}
  .hero-copy>p{font-size:16px;}
  .hero-grid{grid-template-columns:45% 55%;}
  .card-img{height:180px;}
  .card h3{font-size:16px;}
  .card p{font-size:12px;}
}

@media (max-width:900px){
  .title-line{display:block;white-space:normal;}
  .hero-photo{background-position:44% center !important;}
}


/* v8: real vector icons, independent of system fonts */
.svg-icon,.benefit-svg,.step-svg{display:flex;align-items:center;justify-content:center}
.svg-icon svg,.benefit-svg svg,.step-svg svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.icon .svg-icon{width:27px;height:27px;color:#fff}
.benefit .ico{width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:#16880c;flex:0 0 48px;font-size:0}
.benefit-svg{width:42px;height:42px}
.step-visual{width:78px;height:78px;border-radius:50%;background:#f6f8f5;display:flex;align-items:center;justify-content:center;margin:0 auto 13px;position:relative;box-shadow:inset 0 0 0 1px #eef1ed}
.step-svg{width:43px;height:43px;color:#16880c}
.step-visual .num{position:absolute;left:-10px;top:-7px;width:30px;height:30px;margin:0;border-radius:50%;background:#16880c;color:#fff;border:3px solid #fff;font-size:13px;z-index:2;box-shadow:none}
.step:not(:last-child):after{top:31px!important}
@media(max-width:760px){.step-visual{width:70px;height:70px}.step-svg{width:38px;height:38px}.benefit .ico{width:44px;height:44px;flex-basis:44px}.benefit-svg{width:38px;height:38px}}

/* v9: clean solid CTA background */
.cta-box{background:#0b4513 !important;background-image:none !important;}

/* v10 desktop alignment hotfix: keep the full layout inside ordinary desktop viewports */
html,body{max-width:100%;overflow-x:hidden}
@media (min-width:901px){
  .header .container,
  .container{width:min(1280px,calc(100% - 48px));margin-left:auto;margin-right:auto}
  .nav{gap:18px}
  .nav .logo{flex:0 0 auto}
  .nav .logo img{width:270px;max-width:270px}
  .menu{gap:15px;font-size:12px;white-space:nowrap}
  .phone{white-space:nowrap}
  .hero-grid{width:100%;max-width:1280px;margin:0 auto;grid-template-columns:minmax(0,46%) minmax(0,54%);min-height:520px;overflow:hidden}
  .hero-copy{min-width:0;padding:48px 28px 44px 0}
  .hero-copy h1{font-size:clamp(40px,3.05vw,50px);line-height:1.06;letter-spacing:-1.1px;max-width:590px;overflow-wrap:normal}
  .hero-copy>p{max-width:560px}
  .hero-photo{min-width:0;min-height:520px;background-position:48% center !important}
  .services{grid-template-columns:repeat(5,minmax(0,1fr));gap:14px}
  .card{min-width:0}
  .card h3{font-size:16px}
  .card p{font-size:12px}
  .benefit{padding:22px 20px}
}
@media (min-width:901px) and (max-width:1120px){
  .header .container,.container{width:calc(100% - 32px)}
  .nav .logo img{width:225px;max-width:225px}
  .menu{gap:10px;font-size:11px}
  .hero-grid{grid-template-columns:minmax(0,48%) minmax(0,52%)}
  .hero-copy h1{font-size:39px;max-width:510px}
  .hero-copy>p{font-size:15px}
  .hero-photo{background-position:50% center !important}
  .services{gap:10px}
  .card-body{padding-left:14px;padding-right:14px}
  .card .more{left:14px}
}
/* MAX lead form integration */
.hp-field{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
.quick-success.is-error,.success.is-error{color:#b42318!important;background:#fff1f0!important;border:1px solid #ffccc7!important}
button:disabled{opacity:.7;cursor:wait}
