.hm-hero{position:relative;background:linear-gradient(150deg,#0d1f0d,#1a2e1a 45%,#0f1f2b);padding:88px 0 0;overflow:hidden;min-height:640px;display:flex;flex-direction:column}.hm-hero__canvas{position:absolute;inset:0;pointer-events:none;overflow:hidden}.hm-hero__canvas:before{content:"";position:absolute;top:-80px;right:-120px;width:560px;height:560px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(130,181,65,.2) 0,transparent 65%)}.hm-hero__canvas:after{content:"";position:absolute;bottom:40px;left:-60px;width:400px;height:400px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(130,181,65,.1) 0,transparent 65%)}.hm-hero__grid{position:absolute;inset:0;background-image:linear-gradient(rgba(130,181,65,.06) 1px,transparent 0),linear-gradient(90deg,rgba(130,181,65,.06) 1px,transparent 0);background-size:64px 64px}.hm-hero__accent{position:absolute;top:0;right:0;width:6px;height:100%;background:linear-gradient(to bottom,var(--green),transparent);opacity:.6}.hm-hero__inner{position:relative;z-index:2;flex:1 1;padding-bottom:72px}.hm-hero__layout{display:grid;grid-template-columns:1fr 440px;grid-gap:52px;gap:52px;align-items:start;padding-top:24px}.hm-hero__label{display:inline-flex;align-items:center;gap:8px;background:rgba(130,181,65,.15);border:1px solid rgba(130,181,65,.3);color:var(--green);font-size:11.5px;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;padding:7px 16px;border-radius:100px;margin-bottom:24px}.hm-hero__label-dot{width:7px;height:7px;border-radius:50%;background:var(--green);animation:hm-pulse 2s ease-in-out infinite}@keyframes hm-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.75)}}.hm-hero__h1{font-family:Playfair Display,serif;font-size:clamp(34px,4.5vw,60px);color:#fff;line-height:1.1;margin-bottom:20px;letter-spacing:-.5px}.hm-hero__h1 em{font-style:normal;color:var(--green);position:relative}.hm-hero__h1 em:after{content:"";position:absolute;left:0;bottom:-4px;width:100%;height:2px;background:var(--green);opacity:.5;border-radius:2px}.hm-hero__desc{font-size:17px;color:hsla(0,0%,100%,.65);line-height:1.8;max-width:520px;margin-bottom:24px}.hm-hero__checklist{display:flex;flex-direction:column;gap:8px;margin-bottom:32px}.hm-hero__check-item{font-size:13.5px;color:hsla(0,0%,100%,.75);font-weight:500}.hm-btn-primary{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;padding:15px 32px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;font-family:DM Sans,sans-serif;transition:all .25s ease;border:2px solid var(--green)}.hm-btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark);transform:translateY(-2px);box-shadow:0 10px 28px rgba(130,181,65,.35)}.hm-btn-ghost{display:inline-flex;align-items:center;gap:8px;background:transparent;color:#fff;padding:15px 32px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;font-family:DM Sans,sans-serif;border:2px solid hsla(0,0%,100%,.35);transition:all .25s ease}.hm-btn-ghost:hover{border-color:hsla(0,0%,100%,.7);background:hsla(0,0%,100%,.08)}.hm-btn-outline{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--green);padding:14px 28px;border-radius:8px;font-size:15px;font-weight:600;text-decoration:none;border:2px solid var(--green);transition:all .25s ease}.hm-btn-outline:hover{background:var(--green);color:#fff}.hm-hero__actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:36px}.hm-hero__stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px}.hm-hero__stat{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;padding:14px 10px;text-align:center}.hm-hero__stat-num{display:block;font-size:24px;font-weight:800;color:#fff;line-height:1}.hm-hero__stat-num span{font-size:16px;color:var(--green)}.hm-hero__stat-label{display:block;font-size:10px;color:hsla(0,0%,100%,.45);margin-top:4px}.hm-hero__form-wrap{background:hsla(0,0%,100%,.07);border:1px solid hsla(0,0%,100%,.14);border-radius:20px;padding:28px 24px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.hm-hero__form-header{margin-bottom:20px}.hm-hero__form-title{font-size:17px;font-weight:700;color:#fff;margin-bottom:4px}.hm-hero__form-sub{font-size:12px;color:hsla(0,0%,100%,.5)}.hm-hero__form-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px;justify-content:center}.hm-hero__form-badge{font-size:11px;color:hsla(0,0%,100%,.55);background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.12);padding:4px 10px;border-radius:100px}.hm-hero__wave{margin-top:auto}.hm-hero__wave svg{width:100%;height:56px;display:block}.hm-trust{background:#fff;border-bottom:1px solid #e8f0dc;padding:20px 0;box-shadow:0 4px 20px rgba(0,0,0,.06)}.hm-trust__inner{display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;align-items:center}.hm-trust__item{display:flex;align-items:center;gap:12px;padding:8px 0}.hm-trust__icon{font-size:22px}.hm-trust__info strong{display:block;font-size:14px;font-weight:700;color:var(--text-dark)}.hm-trust__info span{font-size:12px;color:var(--text-muted)}.hm-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--green);background:rgba(130,181,65,.1);border:1px solid rgba(130,181,65,.25);padding:6px 16px;border-radius:100px;margin-bottom:16px}.hm-section-head{text-align:center;margin-bottom:48px}.hm-section-title{font-family:Playfair Display,serif;font-size:clamp(28px,3.5vw,42px);color:var(--text-dark);line-height:1.2;margin-bottom:16px}.hm-section-title strong{color:var(--green)}.hm-section-sub{font-size:16px;color:var(--text-muted);max-width:580px;margin:0 auto;line-height:1.7}.hm-services__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px;margin-bottom:40px}.hm-service-card{background:#fff;border:1px solid #e8efdc;border-radius:16px;padding:24px 20px;text-decoration:none;display:flex;flex-direction:column;gap:10px;transition:all .25s ease;box-shadow:0 2px 10px rgba(0,0,0,.04)}.hm-service-card:hover{border-color:var(--green);transform:translateY(-4px);box-shadow:0 10px 28px rgba(130,181,65,.2)}.hm-service-card__icon{font-size:32px}.hm-service-card__title{font-size:15px;font-weight:700;color:var(--text-dark)}.hm-service-card__desc{font-size:13px;color:var(--text-muted);line-height:1.6;flex:1 1}.hm-service-card__link{font-size:13px;color:var(--green);font-weight:600}.hm-services__cta{text-align:center}.hm-stats{background:linear-gradient(135deg,#0a1a0a,#162816);padding:48px 0}.hm-stats__inner{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px}.hm-stat-item{text-align:center}.hm-stat-item__num{font-size:clamp(36px,4vw,54px);font-weight:900;color:#fff;line-height:1}.hm-stat-item__num em{font-style:normal;color:var(--green)}.hm-stat-item__label{font-size:13px;color:hsla(0,0%,100%,.5);margin-top:6px;letter-spacing:.5px}.hm-about{display:grid;grid-template-columns:1fr 360px;grid-gap:64px;gap:64px;align-items:start}.hm-about__para{font-size:16px;color:var(--text-muted);line-height:1.8;margin-bottom:16px}.hm-about__grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px;margin:28px 0 32px}.hm-about__card{display:flex;gap:12px;align-items:flex-start;background:#f8fdf2;border:1px solid #e0f0c4;border-radius:12px;padding:16px}.hm-about__card-icon{font-size:20px;flex-shrink:0}.hm-about__card-title{font-size:13px;font-weight:700;color:var(--text-dark);margin-bottom:4px}.hm-about__card-desc{font-size:12px;color:var(--text-muted);line-height:1.5}.hm-about__actions{display:flex;gap:14px;flex-wrap:wrap}.hm-about__visual{display:flex;flex-direction:column;gap:14px}.hm-about__visual-main{position:relative;background:linear-gradient(135deg,#0d1f0d,#1a3a1a);border-radius:20px;padding:48px 24px;display:flex;align-items:center;justify-content:center;min-height:180px;overflow:hidden}.hm-about__visual-main:before{content:"";position:absolute;top:-40px;right:-40px;width:200px;height:200px;border-radius:50%;background:radial-gradient(ellipse,rgba(130,181,65,.2) 0,transparent 65%)}.hm-about__visual-icon{font-size:64px;position:relative;z-index:2}.hm-about__visual-badge{position:absolute;bottom:12px;left:12px;right:12px;z-index:3;background:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.15);border-radius:10px;padding:10px 14px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.hm-about__visual-badge strong{display:block;font-size:13px;color:#fff;font-weight:700}.hm-about__visual-badge span{font-size:11px;color:hsla(0,0%,100%,.6)}.hm-about__float-cards{display:flex;flex-direction:column;gap:10px}.hm-about__float-card{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid #e8f0dc;border-radius:12px;padding:14px 16px;box-shadow:0 2px 10px rgba(0,0,0,.05);transition:all .2s;font-size:20px}.hm-about__float-card:hover{transform:translateX(4px);border-color:var(--green)}.hm-about__float-card strong{display:block;font-size:13px;font-weight:700;color:var(--text-dark)}.hm-about__float-card span{font-size:11px;color:var(--text-muted)}.hm-types{background:linear-gradient(160deg,#0f1f0f,#1a2e1a 50%,#0d1a2e);padding:72px 0}.hm-types__header{text-align:center;margin-bottom:48px}.hm-types__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--green);background:rgba(130,181,65,.12);border:1px solid rgba(130,181,65,.25);padding:6px 16px;border-radius:100px;margin-bottom:16px}.hm-types__title{font-family:Playfair Display,serif;font-size:clamp(28px,3.5vw,40px);color:#fff;line-height:1.2;margin-bottom:12px}.hm-types__title em{font-style:normal;color:var(--green)}.hm-types__subtitle{font-size:15px;color:hsla(0,0%,100%,.55);max-width:560px;margin:0 auto;line-height:1.7}.hm-types__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.hm-type-card{background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:16px;padding:24px 18px;transition:all .25s}.hm-type-card:hover{background:rgba(130,181,65,.1);border-color:rgba(130,181,65,.4);transform:translateY(-4px)}.hm-type-card__icon{font-size:28px;margin-bottom:12px}.hm-type-card__title{font-size:14px;font-weight:700;color:#fff;margin-bottom:6px}.hm-type-card__desc{font-size:12.5px;color:hsla(0,0%,100%,.5);line-height:1.6}.hm-process{display:flex;align-items:flex-start;gap:0;position:relative;margin-bottom:40px}.hm-process__step{flex:1 1;text-align:center;padding:28px 20px;position:relative}.hm-process__step-num{font-size:11px;font-weight:800;letter-spacing:2px;color:var(--green);margin-bottom:12px;display:block}.hm-process__step-icon{font-size:32px;margin-bottom:12px;display:block}.hm-process__step-title{font-size:16px;font-weight:700;color:var(--text-dark);margin-bottom:8px}.hm-process__step-desc{font-size:13.5px;color:var(--text-muted);line-height:1.7}.hm-process__arrow{font-size:24px;color:var(--green);opacity:.4;display:flex;align-items:center;padding-top:48px;flex-shrink:0}.hm-process__cta{display:flex;justify-content:center;gap:16px;flex-wrap:wrap}.hm-reviews__summary{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:12px}.hm-reviews__stars{color:#f59e0b;font-size:20px;letter-spacing:2px}.hm-reviews__summary strong{font-size:15px;color:var(--text-dark)}.hm-reviews__summary span{font-size:14px;color:var(--text-muted)}.hm-reviews__grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-bottom:36px}.hm-review{background:#fff;border:1px solid #e8efdc;border-radius:16px;padding:28px 24px;box-shadow:0 2px 12px rgba(0,0,0,.04);display:flex;flex-direction:column;gap:12px;transition:all .25s}.hm-review:hover{transform:translateY(-4px);box-shadow:0 8px 28px rgba(130,181,65,.15);border-color:rgba(130,181,65,.3)}.hm-review__quote{font-size:36px;line-height:1;color:var(--green);opacity:.35;font-family:Georgia,serif}.hm-review__stars{color:#f59e0b;font-size:13px;letter-spacing:2px}.hm-review__text{font-size:13.5px;color:var(--text-muted);line-height:1.7;flex:1 1}.hm-review__author{display:flex;align-items:center;gap:12px;margin-top:auto}.hm-review__avatar{width:40px;height:40px;border-radius:50%;background:rgba(130,181,65,.1);display:flex;align-items:center;justify-content:center;font-size:18px}.hm-review__name{font-size:13px;font-weight:700;color:var(--text-dark)}.hm-review__source{font-size:11px;color:var(--text-muted)}.hm-reviews__cta{text-align:center}.hm-reviews__google-btn{display:inline-flex;align-items:center;gap:8px;background:#fff;border:2px solid var(--green);color:var(--green);padding:14px 32px;border-radius:8px;font-size:15px;font-weight:700;text-decoration:none;transition:all .25s}.hm-reviews__google-btn:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.hm-areas{background:linear-gradient(160deg,#0f1f0f,#1a2e1a 50%,#0d1a2e);padding:72px 0}.hm-areas__header{text-align:center;margin-bottom:40px}.hm-areas__title{font-family:Playfair Display,serif;font-size:clamp(26px,3vw,38px);color:#fff;line-height:1.2;margin-bottom:12px}.hm-areas__title em{font-style:normal;color:var(--green)}.hm-areas__subtitle{font-size:15px;color:hsla(0,0%,100%,.55);max-width:520px;margin:0 auto}.hm-areas__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px;margin-bottom:28px}.hm-area-card{display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.06);border:1px solid hsla(0,0%,100%,.1);border-radius:12px;padding:16px 18px;transition:all .2s}.hm-area-card:hover{background:rgba(130,181,65,.1);border-color:rgba(130,181,65,.35)}.hm-area-card__icon{font-size:16px;opacity:.6}.hm-area-card__name{font-size:14px;font-weight:600;color:hsla(0,0%,100%,.8)}.hm-areas__note{text-align:center;font-size:14px;color:hsla(0,0%,100%,.45)}.hm-areas__note strong{color:hsla(0,0%,100%,.7)}.hm-seo{display:grid;grid-template-columns:1fr 320px;grid-gap:56px;gap:56px;align-items:start}.hm-seo__text p{font-size:15px;color:var(--text-muted);line-height:1.85;margin-bottom:16px}.hm-seo__links{background:#fff;border:1px solid #e8efdc;border-radius:16px;padding:24px;position:-webkit-sticky;position:sticky;top:100px}.hm-seo__links h3{font-size:15px;font-weight:700;color:var(--text-dark);margin-bottom:14px}.hm-seo__link{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--text-muted);font-size:13px;padding:9px 10px;border-radius:8px;transition:all .2s}.hm-seo__link:hover{background:#f0f9e0;color:var(--green)}.hm-seo__link-arrow{margin-left:auto;font-size:12px;opacity:.5}.hm-seo__contact{margin-top:24px;padding-top:20px;border-top:1px solid #e8efdc}.hm-seo__contact h3{font-size:14px;font-weight:700;color:var(--text-dark);margin-bottom:10px}.hm-seo__contact p{font-size:13px;color:var(--text-muted);margin-bottom:6px}.hm-seo__contact a{color:var(--green);text-decoration:none}.hm-seo__contact a:hover{text-decoration:underline}.hm-cta{background:linear-gradient(135deg,#0a1a0a,#1a3a1a 50%,#0d1a2e);padding:80px 0;text-align:center;position:relative;overflow:hidden}.hm-cta:before{content:"";position:absolute;top:-100px;left:50%;transform:translateX(-50%);width:600px;height:300px;border-radius:50%;background:radial-gradient(ellipse,rgba(130,181,65,.12) 0,transparent 70%);pointer-events:none}.hm-cta__inner{position:relative;z-index:2}.hm-cta__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:3px;text-transform:uppercase;color:var(--green);background:rgba(130,181,65,.12);border:1px solid rgba(130,181,65,.25);padding:6px 16px;border-radius:100px;margin-bottom:20px}.hm-cta h2{font-family:Playfair Display,serif;font-size:clamp(28px,3.5vw,46px);color:#fff;line-height:1.2;margin-bottom:20px}.hm-cta h2 em{font-style:normal;color:var(--green)}.hm-cta p{font-size:17px;color:hsla(0,0%,100%,.6);max-width:560px;margin:0 auto 40px;line-height:1.7}.hm-cta__actions{gap:16px;margin-bottom:36px}.hm-cta__actions,.hm-cta__contacts{display:flex;justify-content:center;flex-wrap:wrap}.hm-cta__contacts{gap:28px}.hm-cta__contact-item{display:flex;align-items:center;gap:8px;font-size:14px;color:hsla(0,0%,100%,.55);text-decoration:none;transition:color .2s}.hm-cta__contact-item:hover{color:hsla(0,0%,100%,.9)}@media (max-width:1100px){.hm-hero__layout{grid-template-columns:1fr 380px;gap:36px}.hm-services__grid{grid-template-columns:repeat(3,1fr)}.hm-types__grid{grid-template-columns:repeat(4,1fr)}.hm-about{grid-template-columns:1fr}.hm-about__visual{display:grid;grid-template-columns:1fr 1fr;grid-gap:16px;gap:16px}.hm-seo{grid-template-columns:1fr}.hm-seo__links{position:static}}@media (max-width:900px){.hm-hero__layout{grid-template-columns:1fr}.hm-hero__form-wrap{display:none}.hm-hero__stats{grid-template-columns:repeat(4,1fr)}.hm-services__grid,.hm-stats__inner,.hm-types__grid{grid-template-columns:repeat(2,1fr)}.hm-reviews__grid{grid-template-columns:1fr 1fr}.hm-areas__grid{grid-template-columns:repeat(2,1fr)}.hm-process{flex-direction:column}.hm-process__arrow{display:none}.hm-about__grid,.hm-about__visual{grid-template-columns:1fr}}@media (max-width:600px){.hm-hero{padding-top:72px}.hm-hero__stats{grid-template-columns:repeat(2,1fr)}.hm-services__grid,.hm-stats__inner,.hm-types__grid{grid-template-columns:1fr 1fr}.hm-reviews__grid{grid-template-columns:1fr}.hm-areas__grid{grid-template-columns:1fr 1fr}.hm-cta__actions{flex-direction:column;align-items:center}.hm-trust__inner{flex-direction:column;align-items:flex-start;gap:12px}}