:root {
  --green-950: #0c2d26;
  --green-900: #123a31;
  --green-800: #17483d;
  --green-700: #246150;
  --sage: #b9cbb8;
  --orange: #f28c45;
  --orange-dark: #d96f29;
  --cream: #f3efe4;
  --cream-dark: #e8e0d1;
  --paper: #fbfaf6;
  --ink: #15231f;
  --muted: #66726d;
  --line: #dfe3dc;
  --white: #fff;
  --radius: 18px;
  --shadow: 0 18px 48px rgba(15, 51, 43, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img, svg { display: block; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.section { padding: 120px 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 1000; padding: 10px 16px; background: var(--white); border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.topbar { background: var(--green-950); color: rgba(255,255,255,.76); font-size: 13px; }
.topbar-inner { height: 34px; display: flex; justify-content: space-between; align-items: center; }
.topbar p { margin: 0; display: flex; align-items: center; gap: 8px; }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: #85cc91; box-shadow: 0 0 0 4px rgba(133,204,145,.12); }
.topbar-links { display: flex; gap: 12px; }
.topbar a:hover { color: white; }
.site-header { background: rgba(251,250,246,.96); position: relative; z-index: 30; }
.nav { height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand-logo { position: relative; width: 220px; height: 68px; overflow: hidden; flex: 0 0 auto; }
.brand-logo img { position: absolute; left: 0; top: 50%; width: 100%; height: auto; transform: translateY(-50%); }
.brand-mark { width: 41px; height: 41px; display: grid; place-items: center; border-radius: 11px; background: var(--green-900); }
.brand-mark svg { width: 27px; fill: var(--cream); }
.brand-mark .brand-leaf { fill: var(--orange); }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font: 800 24px/1 "Manrope", sans-serif; letter-spacing: -.8px; color: var(--green-900); }
.brand-copy small { margin-top: 5px; color: #6b7772; font: 600 9px/1 "Manrope", sans-serif; letter-spacing: 2.4px; text-transform: uppercase; }
.main-menu { display: flex; align-items: center; gap: 26px; font-size: 14px; font-weight: 600; }
.main-menu > a:not(.nav-cta) { position: relative; padding: 11px 0; }
.main-menu > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 5px; height: 2px; background: var(--orange); transition: right .25s ease; }
.main-menu > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { background: var(--green-900); color: var(--white); padding: 13px 20px; border-radius: 8px; transition: transform .2s, background .2s; }
.nav-cta:hover { background: var(--green-700); transform: translateY(-2px); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; border-radius: 8px; background: var(--cream); padding: 11px; cursor: pointer; }
.menu-toggle span { height: 2px; background: var(--green-900); margin: 4px 0; transition: .25s; }

.hero { min-height: 690px; height: calc(100vh - 120px); max-height: 830px; position: relative; display: flex; align-items: center; overflow: hidden; color: var(--white); background: var(--green-950); }
.hero-image, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-image { object-fit: cover; object-position: center; }
.hero-shade { background: linear-gradient(90deg, rgba(7,31,26,.94) 0%, rgba(8,34,29,.78) 34%, rgba(8,30,25,.12) 69%, rgba(8,30,25,.08) 100%), linear-gradient(0deg, rgba(7,28,24,.35), transparent 40%); }
.hero-inner { position: relative; z-index: 2; }
.hero-content { width: min(660px, 60%); }
.eyebrow { display: flex; align-items: center; gap: 12px; color: var(--orange-dark); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 2.1px; }
.eyebrow span { width: 24px; height: 2px; background: currentColor; }
.eyebrow.light { color: #f8b77f; }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; line-height: 1.12; }
h1 { margin-top: 23px; font-size: clamp(50px, 5.25vw, 78px); letter-spacing: -3.2px; max-width: 650px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-content > p { max-width: 590px; margin: 26px 0 0; font-size: 19px; line-height: 1.7; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 54px; padding: 0 24px; border: 1px solid transparent; border-radius: 8px; font-weight: 700; font-size: 14px; cursor: pointer; transition: transform .22s, box-shadow .22s, background .22s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--green-950); box-shadow: 0 10px 30px rgba(242,140,69,.2); }
.button-primary:hover { background: #f6a05e; box-shadow: 0 12px 34px rgba(242,140,69,.33); }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--green-800); font-size: 14px; font-weight: 700; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.light-link { color: var(--white); border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 5px; }
.hero-checks { display: flex; gap: 28px; list-style: none; margin: 35px 0 0; padding: 23px 0 0; border-top: 1px solid rgba(255,255,255,.18); width: fit-content; color: rgba(255,255,255,.74); font-size: 13px; }
.hero-checks li { display: flex; align-items: center; gap: 8px; }
.hero-checks svg, .contact-copy li svg { width: 19px; height: 19px; fill: none; stroke: var(--orange); stroke-width: 2.5; }
.review-float { position: absolute; z-index: 3; right: 0; bottom: 0; background: var(--cream); color: var(--ink); min-width: 260px; padding: 22px 36px; display: grid; grid-template-columns: auto 1fr; gap: 0 13px; align-items: center; border-radius: 14px 0 0 0; }
.review-float .stars { grid-column: 1 / -1; color: var(--orange); font-size: 13px; letter-spacing: 2px; }
.review-float strong { font: 800 30px/1 "Manrope"; margin-top: 4px; }
.review-float span:last-child { font-size: 12px; color: var(--muted); }

.trust-strip { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 122px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; gap: 16px; padding: 18px 26px; border-right: 1px solid var(--line); }
.trust-grid > div:first-child { padding-left: 0; }
.trust-grid > div:last-child { border: 0; }
.trust-icon { width: 42px; height: 42px; border-radius: 50%; background: #edf3ed; display: grid; place-items: center; flex: 0 0 auto; }
.trust-icon svg { width: 22px; fill: none; stroke: var(--green-700); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.trust-grid p { display: grid; margin: 0; line-height: 1.35; }
.trust-grid strong { font: 700 14px "Manrope"; }
.trust-grid small { color: var(--muted); font-size: 11px; margin-top: 4px; }

.services { background: var(--paper); }
.section-heading h2, .benefits-copy h2, .contact-copy h2 { font-size: clamp(38px, 4.2vw, 58px); letter-spacing: -2.4px; margin-top: 17px; }
.section-heading h2 { color: var(--green-950); max-width: 660px; }
.split-heading { display: grid; grid-template-columns: 1.35fr .65fr; align-items: end; gap: 80px; margin-bottom: 54px; }
.heading-side { padding-bottom: 6px; }
.heading-side p { color: var(--muted); margin: 0 0 22px; }
.service-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.service-card { min-height: 315px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 30px 32px 26px; display: grid; grid-template-columns: 62px 1fr; grid-template-rows: 1fr auto; gap: 18px 22px; position: relative; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-card::after { content: ""; position: absolute; width: 170px; height: 170px; border-radius: 50%; border: 35px solid rgba(36,97,80,.035); right: -70px; top: -70px; }
.service-number { position: absolute; right: 24px; top: 18px; font: 700 11px "Manrope"; color: #9da7a2; letter-spacing: 1.2px; }
.service-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: #edf3ed; }
.service-icon svg { width: 34px; fill: none; stroke: var(--green-700); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card h3 { font-size: 24px; margin: 5px 0 12px; color: var(--green-950); }
.service-card p { color: var(--muted); margin: 0; font-size: 14px; line-height: 1.75; max-width: 420px; }
.service-card > a { grid-column: 2; display: inline-flex; align-items: center; gap: 10px; width: fit-content; font-weight: 700; font-size: 13px; color: var(--green-700); }
.service-card > a span { color: var(--orange-dark); transition: transform .2s; }
.service-card > a:hover span { transform: translate(3px,-3px); }
.service-feature { background: var(--green-900); border-color: var(--green-900); }
.service-feature::after { border-color: rgba(255,255,255,.035); }
.service-feature .service-icon { background: rgba(255,255,255,.1); }
.service-feature .service-icon svg { stroke: #f7b67d; }
.service-feature h3 { color: var(--white); }
.service-feature p { color: rgba(255,255,255,.67); }
.service-feature > a { color: var(--white); }
.service-feature .service-number { color: rgba(255,255,255,.4); }

.service-area { background: var(--green-950); color: var(--white); position: relative; overflow: hidden; }
.service-area::before { content: ""; position: absolute; width: 560px; height: 560px; right: -260px; top: -290px; border: 1px solid rgba(255,255,255,.05); border-radius: 50%; box-shadow: 0 0 0 90px rgba(255,255,255,.018), 0 0 0 180px rgba(255,255,255,.012); }
.service-area-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; position: relative; }
.service-area-copy h2 { color: var(--white); font-size: clamp(40px, 4.3vw, 60px); letter-spacing: -2.5px; margin-top: 18px; max-width: 650px; }
.service-area-copy h2 em { color: var(--orange); font-style: normal; }
.service-area-copy p { max-width: 620px; color: rgba(255,255,255,.62); font-size: 14px; line-height: 1.8; }
.service-area-copy .service-area-lead { color: rgba(255,255,255,.78); font-size: 17px; margin: 27px 0 16px; }
.service-area-copy .button { margin-top: 22px; }
.service-area-card { background: var(--cream); color: var(--ink); padding: 38px; border-radius: 20px; box-shadow: 0 28px 65px rgba(0,0,0,.24); }
.area-label { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.service-area-card h3 { color: var(--green-950); font-size: 28px; margin-top: 7px; }
.service-area-card > p { color: var(--muted); font-size: 12px; margin: 11px 0 17px; }
.area-places { display: flex; flex-wrap: wrap; gap: 8px; list-style: none; margin: 0; padding: 0; }
.area-places li { padding: 8px 12px; border: 1px solid #d4dbd2; border-radius: 999px; background: rgba(255,255,255,.6); color: var(--green-800); font-size: 11px; font-weight: 700; }
.service-area-card .area-note { margin: 21px 0 0; padding-top: 18px; border-top: 1px solid #d8ddd5; color: #748079; line-height: 1.65; }

.savings-calculator { background: #eef3ee; }
.savings-calculator .split-heading { margin-bottom: 46px; }
.calculator-shell { display: grid; grid-template-columns: 1.35fr .65fr; background: var(--white); border: 1px solid #d8e0d8; border-radius: 24px; overflow: hidden; box-shadow: 0 24px 60px rgba(15,51,43,.1); }
.calculator-form { padding: 42px; }
.calculator-form-heading { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.calculator-form-heading > span, .calculator-measures legend > span { width: 31px; height: 31px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; background: var(--orange); color: var(--green-950); font: 800 9px "Manrope"; }
.calculator-form-heading h3 { color: var(--green-950); font-size: 21px; }
.calculator-form-heading p { margin: 4px 0 0; color: var(--muted); font-size: 12px; }
.calculator-fields { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px 18px; }
.calculator-fields > label { display: grid; gap: 7px; color: var(--green-950); font-size: 11px; font-weight: 700; }
.calculator-fields > label:last-child { grid-column: 1 / -1; }
.calculator-fields input, .calculator-fields select { min-height: 48px; }
.input-with-unit { display: flex; align-items: center; min-height: 48px; border: 1px solid var(--line); background: var(--white); border-radius: 7px; padding: 0 13px; transition: border-color .2s, box-shadow .2s; }
.input-with-unit:focus-within { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(36,97,80,.1); }
.input-with-unit input { min-width: 0; border: 0; padding: 0 8px; box-shadow: none; }
.input-with-unit input:focus { box-shadow: none; }
.input-with-unit > span { color: #83908a; font-size: 12px; font-weight: 600; white-space: nowrap; }
.calculator-measures { margin: 32px 0 0; padding: 27px 0 0; border: 0; border-top: 1px solid var(--line); }
.calculator-measures legend { width: 100%; padding: 0; display: flex; align-items: center; gap: 13px; color: var(--green-950); }
.calculator-measures legend strong { font: 700 16px "Manrope"; }
.measure-options { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-top: 18px; }
.measure-options input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.measure-options label > span { min-height: 72px; padding: 13px 14px 13px 45px; display: grid; align-content: center; position: relative; border: 1px solid var(--line); border-radius: 10px; cursor: pointer; transition: border-color .2s, background .2s, box-shadow .2s; }
.measure-options label > span::before { content: ""; position: absolute; left: 15px; top: 50%; width: 19px; height: 19px; border: 1px solid #b8c2bd; border-radius: 5px; transform: translateY(-50%); }
.measure-options label > span::after { content: "✓"; position: absolute; left: 18px; top: 50%; color: var(--white); font-size: 13px; font-weight: 800; transform: translateY(-54%) scale(0); transition: transform .18s; }
.measure-options label strong { font: 700 13px "Manrope"; color: var(--green-950); }
.measure-options label small { color: var(--muted); font-size: 10px; }
.measure-options input:checked + span { border-color: var(--green-700); background: #f0f6f1; box-shadow: 0 0 0 1px var(--green-700); }
.measure-options input:checked + span::before { background: var(--green-700); border-color: var(--green-700); }
.measure-options input:checked + span::after { transform: translateY(-54%) scale(1); }
.measure-options input:focus-visible + span { outline: 3px solid rgba(242,140,69,.35); }
.measure-hint { color: #7c8883; font-size: 10px; margin: 10px 0 0; }
.calculator-error { color: #a63f31; background: #fff0ed; border-radius: 7px; padding: 9px 12px; font-size: 11px; margin: 15px 0 0; }
.calculator-submit { border: 0; margin-top: 22px; }
.calculator-result { background: var(--green-900); color: var(--white); padding: 42px 38px; display: flex; flex-direction: column; position: relative; overflow: hidden; }
.calculator-result::after { content: ""; position: absolute; width: 320px; height: 320px; border: 1px solid rgba(255,255,255,.07); border-radius: 50%; right: -190px; bottom: -150px; box-shadow: 0 0 0 55px rgba(255,255,255,.025); }
.result-kicker { color: #f7b67d; font-size: 9px; font-weight: 800; letter-spacing: 1.8px; text-transform: uppercase; position: relative; z-index: 1; }
.result-placeholder { margin: auto 0; position: relative; z-index: 1; }
.result-icon { width: 62px; height: 62px; display: grid; place-items: center; border-radius: 50%; background: var(--orange); color: var(--green-950); font: 800 28px "Manrope"; margin-bottom: 25px; }
.result-placeholder h3 { font-size: 25px; max-width: 280px; }
.result-placeholder p { color: rgba(255,255,255,.62); font-size: 13px; line-height: 1.7; max-width: 310px; }
.result-content { position: relative; z-index: 1; margin-top: 40px; }
.result-content > p { color: rgba(255,255,255,.62); font-size: 12px; margin: 0 0 3px; }
.result-year { display: flex; align-items: baseline; gap: 10px; color: var(--white); }
.result-year > span { font: 800 clamp(39px, 4vw, 55px)/1 "Manrope"; letter-spacing: -2px; }
.result-year small { color: rgba(255,255,255,.55); font-size: 11px; }
.result-range { color: rgba(255,255,255,.55); font-size: 10px; margin-top: 12px; }
.result-range strong { color: #f7b67d; }
.result-stats { display: grid; grid-template-columns: 1fr 1fr; margin: 25px 0; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; }
.result-stats > div { display: grid; padding: 15px; }
.result-stats > div + div { border-left: 1px solid rgba(255,255,255,.12); }
.result-stats span { font: 700 20px "Manrope"; }
.result-stats small { color: rgba(255,255,255,.48); font-size: 9px; }
.result-advice { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.12); }
.result-advice > span { color: #f7b67d; font-size: 9px; font-weight: 800; letter-spacing: 1.3px; text-transform: uppercase; }
.result-advice > strong { display: block; font: 700 18px "Manrope"; margin-top: 3px; }
.result-advice p { color: rgba(255,255,255,.55); font-size: 11px; line-height: 1.6; margin: 8px 0 0; }
.result-content .button { width: 100%; margin-top: 8px; }
.calculator-disclaimer { color: #79857f; font-size: 10px; line-height: 1.7; margin: 18px 8px 0; max-width: 1000px; }
.calculator-disclaimer a { color: var(--green-700); font-weight: 700; text-decoration: underline; text-underline-offset: 2px; }

.benefits { background: var(--green-900); color: var(--white); overflow: hidden; }
.benefits-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; align-items: center; }
.benefits-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.benefits-visual::before { content: ""; width: 480px; height: 480px; border-radius: 50%; position: absolute; background: radial-gradient(circle, rgba(242,140,69,.12), rgba(255,255,255,.025) 60%, transparent 61%); border: 1px solid rgba(255,255,255,.09); }
.benefits-house { width: min(460px, 100%); position: relative; z-index: 1; }
.benefits-house svg { width: 100%; }
.house-fill { fill: rgba(255,255,255,.055); }
.house-line { fill: none; stroke: rgba(255,255,255,.56); stroke-width: 3; stroke-linejoin: round; }
.warm-line { fill: none; stroke: var(--orange); stroke-width: 4; stroke-linecap: round; }
.saving-card { position: absolute; left: 8px; bottom: 48px; z-index: 3; background: var(--cream); color: var(--ink); padding: 20px 25px; border-radius: 12px; box-shadow: 0 20px 50px rgba(0,0,0,.25); display: grid; }
.saving-card span { text-transform: uppercase; font-size: 9px; letter-spacing: 1.5px; color: var(--muted); }
.saving-card strong { font: 800 24px "Manrope"; color: var(--green-900); }
.saving-card small { color: var(--muted); font-size: 11px; }
.leaf-badge { position: absolute; right: 25px; top: 63px; z-index: 3; width: 64px; height: 64px; border-radius: 50%; background: var(--orange); display: grid; place-items: center; }
.leaf-badge svg { width: 32px; fill: none; stroke: var(--green-950); stroke-width: 1.8; }
.benefits-copy h2, .contact-copy h2 { color: var(--white); margin-top: 20px; }
.benefits-copy .lead { font-size: 17px; color: rgba(255,255,255,.7); line-height: 1.75; margin: 28px 0 32px; max-width: 550px; }
.benefit-list { border-top: 1px solid rgba(255,255,255,.13); margin-bottom: 35px; }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 19px 0; border-bottom: 1px solid rgba(255,255,255,.13); }
.benefit-list > div > span { color: var(--orange); font: 700 10px "Manrope"; letter-spacing: 1px; padding-top: 4px; }
.benefit-list p { display: grid; margin: 0; }
.benefit-list strong { font: 700 15px "Manrope"; }
.benefit-list small { margin-top: 4px; color: rgba(255,255,255,.58); font-size: 13px; }
.button-cream { background: var(--cream); color: var(--green-950); }

.process { background: var(--cream); }
.centered { text-align: center; display: grid; justify-items: center; }
.centered .eyebrow { justify-content: center; }
.centered p { color: var(--muted); margin: 18px 0 0; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 66px; position: relative; }
.process-grid::before { content: ""; position: absolute; top: 49px; left: 12.5%; right: 12.5%; height: 1px; background: #cdd5cc; }
.process-step { text-align: center; padding: 0 24px; position: relative; }
.step-no { position: absolute; top: 4px; left: calc(50% + 27px); z-index: 2; background: var(--orange); color: var(--green-950); min-width: 23px; height: 23px; display: grid; place-items: center; border-radius: 50%; font: 800 8px "Manrope"; }
.step-icon { position: relative; z-index: 1; width: 98px; height: 98px; margin: 0 auto 25px; background: var(--paper); border: 1px solid #ccd4cc; border-radius: 50%; display: grid; place-items: center; box-shadow: 0 0 0 10px var(--cream); }
.step-icon svg { width: 34px; fill: none; stroke: var(--green-700); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.process-step h3 { font-size: 17px; color: var(--green-950); }
.process-step p { color: var(--muted); font-size: 13px; line-height: 1.7; margin: 12px auto 0; max-width: 220px; }

.testimonial { background: var(--paper); }
.testimonial-grid { display: grid; grid-template-columns: 100px 1fr .58fr; gap: 50px; align-items: center; }
.quote-mark { font: 800 130px/1 Georgia, serif; color: var(--orange); opacity: .9; align-self: start; transform: translateY(-20px); }
.testimonial-copy .stars { color: var(--orange); letter-spacing: 4px; font-size: 14px; }
blockquote { font: 600 clamp(25px, 2.6vw, 36px)/1.5 "Manrope"; letter-spacing: -1.2px; color: var(--green-950); margin: 20px 0 28px; }
.customer { display: flex; align-items: center; gap: 12px; }
.customer > span { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: var(--green-900); color: var(--white); font: 700 11px "Manrope"; }
.customer p { margin: 0; display: grid; }
.customer strong { font: 700 13px "Manrope"; }
.customer small { color: var(--muted); font-size: 11px; }
.testimonial-stats { border-left: 1px solid var(--line); padding-left: 54px; }
.testimonial-stats > div { padding: 23px 0; display: grid; border-bottom: 1px solid var(--line); }
.testimonial-stats > div:last-child { border: 0; }
.testimonial-stats strong { font: 800 34px "Manrope"; color: var(--green-900); }
.testimonial-stats span { color: var(--muted); font-size: 12px; }
.testimonial-stats > div:last-child span { color: var(--orange); letter-spacing: 2px; }

.subsidy { background: var(--orange); }
.subsidy-inner { min-height: 210px; display: grid; grid-template-columns: 82px 1fr auto; gap: 35px; align-items: center; }
.subsidy-icon { width: 78px; height: 78px; border-radius: 50%; background: rgba(255,255,255,.3); display: grid; place-items: center; }
.subsidy-icon svg { width: 42px; fill: none; stroke: var(--green-950); stroke-width: 1.7; }
.subsidy-inner > div:nth-child(2) > span { font-size: 10px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.subsidy h2 { font-size: 28px; color: var(--green-950); margin: 5px 0; }
.subsidy p { margin: 0; max-width: 650px; color: rgba(12,45,38,.72); font-size: 13px; }
.button-outline { border-color: rgba(12,45,38,.4); color: var(--green-950); }
.button-outline:hover { background: rgba(255,255,255,.18); }

.contact { background: var(--green-950); color: var(--white); position: relative; overflow: hidden; }
.contact::before { content: ""; position: absolute; width: 650px; height: 650px; border: 1px solid rgba(255,255,255,.04); border-radius: 50%; left: -320px; bottom: -330px; box-shadow: 0 0 0 100px rgba(255,255,255,.018), 0 0 0 200px rgba(255,255,255,.012); }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: center; position: relative; }
.contact-copy > p { color: rgba(255,255,255,.65); max-width: 480px; font-size: 16px; margin: 25px 0 30px; }
.contact-person { display: flex; align-items: center; gap: 13px; padding-bottom: 28px; margin-bottom: 25px; border-bottom: 1px solid rgba(255,255,255,.13); max-width: 420px; }
.person-avatar { width: 48px; height: 48px; border-radius: 50%; background: var(--orange); color: var(--green-950); display: grid; place-items: center; font: 800 12px "Manrope"; }
.contact-person > div:last-child { display: grid; }
.contact-person strong { font: 700 14px "Manrope"; }
.contact-person span { color: rgba(255,255,255,.55); font-size: 12px; }
.contact-copy ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; color: rgba(255,255,255,.75); font-size: 13px; }
.contact-copy li { display: flex; gap: 9px; align-items: center; }
.contact-form { position: relative; background: var(--paper); color: var(--ink); padding: 38px; border-radius: 20px; box-shadow: 0 25px 70px rgba(0,0,0,.25); }
.form-intro span { color: var(--orange-dark); font-size: 9px; font-weight: 800; letter-spacing: 1.7px; text-transform: uppercase; }
.form-intro h3 { font-size: 25px; color: var(--green-950); margin-top: 4px; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 22px 0; }
.choice-grid input { position: absolute; opacity: 0; width: 1px; height: 1px; padding: 0; }
.choice-grid label span { height: 71px; border: 1px solid var(--line); border-radius: 9px; display: grid; place-items: center; align-content: center; gap: 5px; cursor: pointer; color: var(--muted); font-size: 10px; font-weight: 700; transition: .2s; }
.choice-grid svg { width: 22px; fill: none; stroke: var(--green-700); stroke-width: 1.6; stroke-linejoin: round; }
.choice-grid input:checked + span { border-color: var(--orange); background: #fff5ec; color: var(--green-900); box-shadow: 0 0 0 1px var(--orange); }
.choice-grid input:focus-visible + span { outline: 3px solid rgba(242,140,69,.35); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form > label, .field-row label { display: grid; gap: 6px; margin-bottom: 13px; color: var(--green-950); font-size: 11px; font-weight: 700; }
.contact-form label > span { color: #97a09d; font-weight: 400; }
input, select, textarea { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 12px 13px; border-radius: 7px; outline: none; font-size: 13px; transition: border-color .2s, box-shadow .2s; }
input::placeholder, textarea::placeholder { color: #abb2af; }
input:focus, select:focus, textarea:focus { border-color: var(--green-700); box-shadow: 0 0 0 3px rgba(36,97,80,.1); }
textarea { resize: vertical; min-height: 80px; }
.form-submit { width: 100%; border: 0; margin-top: 5px; }
.privacy-note { display: flex; justify-content: center; align-items: center; gap: 6px; color: #8c9692; font-size: 9px; margin: 12px 0 0; }
.privacy-note svg { width: 12px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.form-success { position: absolute; inset: 0; border-radius: inherit; background: var(--paper); padding: 40px; place-content: center; text-align: center; }
.form-success:not([hidden]) { display: grid; }
.form-success > span { margin: 0 auto 18px; width: 58px; height: 58px; display: grid; place-items: center; border-radius: 50%; background: #dfeee1; color: var(--green-700); font-size: 28px; }
.form-success strong { font: 700 25px "Manrope"; color: var(--green-950); }
.form-success p { color: var(--muted); }

.site-footer { background: #08231e; color: rgba(255,255,255,.57); padding-top: 75px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, .65fr); gap: 80px; padding-bottom: 65px; }
.footer-logo { width: 230px; height: 72px; }
.brand-light .brand-copy strong { color: var(--white); }
.brand-light .brand-copy small { color: rgba(255,255,255,.48); }
.footer-brand > p { max-width: 300px; font-size: 13px; line-height: 1.75; margin-top: 22px; }
.footer-grid h3 { color: var(--white); font-size: 12px; margin-bottom: 20px; }
.footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid a { font-size: 12px; transition: color .2s; }
.footer-grid a:hover { color: var(--orange); }
.footer-contact a:first-of-type { color: var(--white); font: 700 16px "Manrope"; }
.footer-contact p { margin: 5px 0 0; font-size: 11px; }
.footer-bottom { min-height: 70px; border-top: 1px solid rgba(255,255,255,.09); display: flex; align-items: center; justify-content: space-between; font-size: 10px; }
.footer-bottom > div { display: flex; gap: 22px; }
.back-top { color: var(--white); }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.service-grid .reveal:nth-child(2), .process-grid .reveal:nth-child(2) { transition-delay: .08s; }
.service-grid .reveal:nth-child(3), .process-grid .reveal:nth-child(3) { transition-delay: .16s; }
.service-grid .reveal:nth-child(4), .process-grid .reveal:nth-child(4) { transition-delay: .24s; }

@media (max-width: 980px) {
  .section { padding: 90px 0; }
  .menu-toggle { display: block; }
  .menu-toggle span { display: block; }
  .menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .main-menu { position: absolute; left: 0; top: 120px; width: 100%; height: calc(100vh - 120px); background: var(--paper); flex-direction: column; align-items: stretch; padding: 32px 24px; gap: 4px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-8px); transition: opacity .25s ease, transform .25s ease, visibility .25s; }
  .main-menu.open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
  .main-menu > a { padding: 16px !important; border-bottom: 1px solid var(--line); font-size: 18px; }
  .nav-cta { margin-top: 16px; text-align: center; }
  .hero { min-height: 650px; max-height: 760px; height: calc(100vh - 120px); }
  .hero-image { object-position: 60% center; }
  .hero-content { width: 70%; }
  .review-float { display: none; }
  .trust-grid { grid-template-columns: 1fr 1fr; }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:first-child { padding-left: 26px; }
  .split-heading { grid-template-columns: 1fr; gap: 24px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-area-grid { grid-template-columns: 1fr; gap: 45px; }
  .calculator-shell { grid-template-columns: 1fr; }
  .calculator-result { min-height: 520px; }
  .benefits-grid { gap: 45px; }
  .benefits-visual { min-height: 460px; }
  .process-grid { grid-template-columns: 1fr 1fr; row-gap: 55px; }
  .process-grid::before { display: none; }
  .testimonial-grid { grid-template-columns: 70px 1fr; }
  .testimonial-stats { grid-column: 2; display: grid; grid-template-columns: repeat(3,1fr); padding-left: 0; border-left: 0; border-top: 1px solid var(--line); }
  .testimonial-stats > div { border-bottom: 0; }
  .contact-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.2fr repeat(3, .8fr); gap: 35px; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 32px, var(--container)); }
  .section { padding: 75px 0; }
  .topbar-inner { justify-content: center; }
  .topbar p { display: none; }
  .topbar-links { width: 100%; justify-content: space-between; }
  .nav { height: 76px; }
  .brand-logo { width: 180px; height: 56px; }
  .main-menu { top: 110px; height: calc(100dvh - 110px); overflow-y: auto; overscroll-behavior: contain; }
  .hero { min-height: calc(100svh - 110px); height: auto; max-height: none; padding: 58px 0; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(7,31,26,.94) 0%, rgba(8,34,29,.75) 70%, rgba(8,30,25,.35)), linear-gradient(0deg, rgba(7,28,24,.45), transparent 50%); }
  .hero-content { width: 100%; padding: 0; }
  h1 { font-size: clamp(40px, 12vw, 52px); letter-spacing: -2px; }
  .hero-content > p { font-size: 16px; max-width: 94%; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { width: fit-content; }
  .hero-checks { flex-direction: column; gap: 10px; width: 100%; }
  .trust-grid { grid-template-columns: 1fr; padding: 15px 0; }
  .trust-grid > div { border-right: 0; border-bottom: 1px solid var(--line); padding: 17px 8px !important; }
  .trust-grid > div:last-child { border-bottom: 0; }
  .section-heading h2, .benefits-copy h2, .contact-copy h2 { font-size: 38px; letter-spacing: -1.7px; }
  .service-card { min-height: 340px; padding: 26px; grid-template-columns: 54px 1fr; }
  .service-icon { width: 54px; height: 54px; }
  .service-card > a { grid-column: 1 / -1; }
  .service-area-copy h2 { font-size: 38px; letter-spacing: -1.7px; }
  .service-area-card { padding: 28px 22px; }
  .calculator-form { padding: 28px 20px; }
  .calculator-fields { grid-template-columns: 1fr; }
  .calculator-fields > label:last-child { grid-column: auto; }
  .measure-options { grid-template-columns: 1fr; }
  .calculator-submit { width: 100%; }
  .calculator-result { min-height: 500px; padding: 32px 24px; }
  .result-content { margin-top: 30px; }
  .benefits-grid { grid-template-columns: 1fr; }
  .benefits-visual { min-height: 380px; order: 2; }
  .benefits-visual::before { width: 350px; height: 350px; }
  .saving-card { bottom: 0; }
  .leaf-badge { width: 53px; height: 53px; right: 5px; top: 25px; }
  .process-grid { grid-template-columns: 1fr; }
  .testimonial-grid { grid-template-columns: 1fr; gap: 15px; }
  .quote-mark { font-size: 88px; height: 65px; }
  blockquote { font-size: 24px; }
  .testimonial-stats { grid-column: 1; grid-template-columns: 1fr; }
  .testimonial-stats > div { border-bottom: 1px solid var(--line); }
  .subsidy-inner { grid-template-columns: 1fr; gap: 18px; padding: 40px 0; text-align: center; justify-items: center; }
  .subsidy-inner .button { width: 100%; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-form { padding: 27px 20px; }
  .choice-grid { grid-template-columns: 1fr 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  input, select, textarea { font-size: 16px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-contact { grid-column: 1 / -1; }
  .footer-bottom { padding: 24px 0; flex-wrap: wrap; gap: 15px; }
}

@media (max-width: 420px) {
  .container { width: min(100% - 28px, var(--container)); }
  .section { padding: 64px 0; }
  .topbar { font-size: 11px; }
  .topbar-links { gap: 7px; }
  .topbar-links span { display: none; }
  .brand-logo { width: 165px; height: 52px; }
  .eyebrow { font-size: 10px; letter-spacing: 1.6px; }
  h1 { font-size: clamp(38px, 11.5vw, 46px); letter-spacing: -1.7px; }
  .hero-content > p { font-size: 15px; max-width: 100%; }
  .hero-checks { margin-top: 28px; padding-top: 19px; }
  .section-heading h2, .benefits-copy h2, .contact-copy h2,
  .service-area-copy h2 { font-size: 34px; letter-spacing: -1.4px; }
  .service-card { min-height: 0; padding: 24px 22px; grid-template-columns: 1fr; grid-template-rows: auto; gap: 14px; }
  .service-card > a { grid-column: 1; margin-top: 7px; }
  .service-icon { width: 50px; height: 50px; }
  .service-icon svg { width: 29px; }
  .service-area-card { padding: 25px 20px; }
  .calculator-form-heading { gap: 12px; }
  .calculator-result { min-height: 0; padding: 30px 21px; }
  .result-stats { grid-template-columns: 1fr; }
  .result-stats > div + div { border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .benefits-visual { min-height: 335px; }
  .benefits-visual::before { width: 300px; height: 300px; }
  .saving-card { padding: 16px 18px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-brand, .footer-contact { grid-column: 1; }
  .footer-bottom > div { width: 100%; order: 3; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}
