:root {
  --green-950: #062f0d;
  --green-900: #064b12;
  --green-800: #0a5f18;
  --green-700: #177329;
  --green-500: #35a936;
  --lime: #84de3d;
  --mint: #eef7ec;
  --cream: #fbfcf7;
  --ink: #101612;
  --muted: #5d685f;
  --line: #dfe7df;
  --shadow: 0 14px 40px rgba(18, 38, 19, 0.12);
  --radius: 8px;
  --max: 1450px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--cream);
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input {
  font: inherit;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.96);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 4px 18px rgba(12, 28, 14, 0.04);
}

.header-inner {
  width: min(100%, var(--max));
  height: 88px;
  margin: 0 auto;
  padding: 0 64px;
  display: flex;
  align-items: center;
  gap: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex: 0 0 auto;
}

.brand-mark {
  display: inline-block;
  width: 54px;
  height: 54px;
  color: var(--green-800);
}

.brand-mark svg,
.form-icon svg,
.pin svg {
  width: 100%;
  height: 100%;
}

.brand strong {
  display: block;
  font-size: 24px;
  line-height: 1.05;
  font-weight: 800;
}

.brand small {
  display: block;
  margin-top: 4px;
  font-size: 16px;
  color: #0c120e;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-left: auto;
  font-size: 15px;
  font-weight: 700;
}

.main-nav a {
  position: relative;
  padding: 34px 0;
}

.main-nav a.is-active::after,
.main-nav a:hover::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  height: 3px;
  background: var(--green-700);
}

.chevron {
  margin-left: 8px;
  font-size: 12px;
}

.phone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 184px;
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #a7c6a8;
  border-radius: 7px;
  color: var(--green-900);
  font-size: 18px;
  font-weight: 800;
}

.phone-cta .icon,
.phone-cta svg {
  width: 22px;
  height: 22px;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  width: 100%;
  height: 2px;
  margin: 5px 0;
  background: var(--green-900);
}

.hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  background: var(--green-950);
}

.hero-bg {
  position: absolute;
  inset: 0;
}

.hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 24, 6, 0.86) 0%, rgba(0, 35, 10, 0.72) 33%, rgba(0, 24, 6, 0.24) 58%, rgba(0, 0, 0, 0.02) 100%),
    linear-gradient(0deg, rgba(0, 33, 8, 0.42), rgba(0, 33, 8, 0));
}

.hero-divider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 46.3%;
  width: 3px;
  background: rgba(255, 255, 255, 0.9);
}

.split-handle,
.ba-handle {
  position: absolute;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: var(--green-950);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}

.split-handle {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.split-handle svg,
.ba-handle svg {
  width: 26px;
  height: 26px;
}

.after-label,
.before-label,
.after-label-sm {
  position: absolute;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 8px 14px;
}

.after-label {
  left: 48.8%;
  bottom: 38px;
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(100%, var(--max));
  min-height: 700px;
  margin: 0 auto;
  padding: 54px 64px 42px;
  display: grid;
  grid-template-columns: minmax(420px, 610px) minmax(390px, 530px);
  justify-content: space-between;
  gap: 48px;
  align-items: center;
}

.hero-copy {
  color: #fff;
}

.location {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 18px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
}

.pin {
  width: 20px;
  height: 20px;
  color: var(--lime);
}

.hero h1 {
  margin: 0;
  max-width: 630px;
  color: #fff;
  font-size: clamp(44px, 4.8vw, 72px);
  line-height: 1.08;
  letter-spacing: 0;
}

.hero h1 span {
  color: var(--lime);
}

.hero-text {
  width: min(100%, 475px);
  margin: 24px 0 22px;
  color: #fff;
  font-size: 21px;
  line-height: 1.55;
  font-weight: 700;
}

.proof-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
}

.google-proof,
.owner-proof {
  min-height: 66px;
  display: flex;
  align-items: center;
  color: #fff;
}

.google-proof {
  display: grid;
  grid-template-columns: 40px auto 34px;
  column-gap: 10px;
  row-gap: 2px;
}

.google-proof small,
.google-proof a {
  grid-column: 2 / 4;
  font-size: 13px;
  font-weight: 800;
}

.google-proof a {
  display: inline-flex;
  gap: 9px;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.google-g {
  grid-row: 1 / 4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  display: grid;
  place-items: center;
  color: #4285f4;
  font-size: 26px;
  font-weight: 900;
}

.stars {
  color: #ffb000;
  letter-spacing: 0;
  white-space: nowrap;
}

.owner-proof {
  gap: 14px;
  font-size: 15px;
}

.avatar-stack {
  display: inline-flex;
}

.avatar-stack span {
  width: 42px;
  height: 42px;
  margin-left: -12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 35%, #d9b28f 0 23%, transparent 24%),
    radial-gradient(circle at 50% 85%, #345d37 0 35%, transparent 36%),
    linear-gradient(135deg, #f6dfcb, #7e5b43);
}

.avatar-stack span:first-child {
  margin-left: 0;
}

.avatar-stack span:nth-child(2) {
  background:
    radial-gradient(circle at 50% 35%, #c9916f 0 23%, transparent 24%),
    radial-gradient(circle at 50% 85%, #153f22 0 35%, transparent 36%),
    linear-gradient(135deg, #e7c2a2, #4d3228);
}

.avatar-stack span:nth-child(3) {
  background:
    radial-gradient(circle at 50% 35%, #e2bd94 0 23%, transparent 24%),
    radial-gradient(circle at 50% 85%, #244a6c 0 35%, transparent 36%),
    linear-gradient(135deg, #f3d3af, #6c5146);
}

.avatar-stack span:nth-child(4) {
  background:
    radial-gradient(circle at 50% 35%, #b78463 0 23%, transparent 24%),
    radial-gradient(circle at 50% 85%, #6a4f2e 0 35%, transparent 36%),
    linear-gradient(135deg, #d8aa85, #3b2b24);
}

.avatar-stack span:nth-child(5) {
  background:
    radial-gradient(circle at 50% 35%, #f0c9a7 0 23%, transparent 24%),
    radial-gradient(circle at 50% 85%, #2e6735 0 35%, transparent 36%),
    linear-gradient(135deg, #f5dabb, #7b604f);
}

.hero-badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(108px, 1fr));
  gap: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 17px;
}

.hero-badges div {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 13px;
  line-height: 1.25;
}

.badge-icon,
.benefit-icon,
.service-icon,
.rep-icon {
  display: inline-block;
  flex: 0 0 auto;
  color: var(--green-800);
}

.badge-icon {
  width: 36px;
  height: 36px;
  color: var(--lime);
}

.badge-icon::before,
.benefit-icon::before,
.service-icon::before,
.rep-icon::before,
.clock-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: currentColor;
  mask: var(--mask) center / contain no-repeat;
}

.shield,
.rep-icon.award {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2 4 5v6c0 5 3.4 9.7 8 11 4.6-1.3 8-6 8-11V5l-8-3Zm3.8 8-4.7 4.7-2.3-2.3 1.3-1.4 1 1 3.4-3.4 1.3 1.4Z'/%3E%3C/svg%3E");
}

.medal,
.benefit-icon.award {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='m7 2 5 2 5-2 2 5 3 4-3 4-2 5-5-2-5 2-2-5-3-4 3-4 2-5Zm5 6a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm0 2a1 1 0 1 1 0 2 1 1 0 0 1 0-2Z'/%3E%3C/svg%3E");
}

.map-pin,
.benefit-icon.location-icon {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a8 8 0 0 0-8 8c0 5.4 8 12 8 12s8-6.6 8-12a8 8 0 0 0-8-8Zm0 11a3 3 0 1 1 0-6 3 3 0 0 1 0 6Z'/%3E%3C/svg%3E");
}

.clock,
.rep-icon.clock,
.clock-line {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2a10 10 0 1 0 .1 0H12Zm1 5v5.1l4 2-.9 1.8-5.1-2.6V7h2Z'/%3E%3C/svg%3E");
}

.benefit-icon.people,
.rep-icon.people {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M8 11a4 4 0 1 0 0-8 4 4 0 0 0 0 8Zm8 0a4 4 0 1 0 0-8 4 4 0 0 0 0 8ZM8 13c-4.4 0-7 2.3-7 6v2h14v-2c0-3.7-2.6-6-7-6Zm8 0c-.8 0-1.5.1-2.2.3 1.9 1.2 3.2 3.2 3.2 5.7v2h6v-2c0-3.7-2.6-6-7-6Z'/%3E%3C/svg%3E");
}

.benefit-icon.leaf,
.service-icon.mulch {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M21 3C12 3 5 8 5 16c0 1.2.3 2.3.8 3.2L3 22l1.4 1.4 2.7-2.7c1 .8 2.4 1.3 3.9 1.3 8 0 10-10 10-19Zm-4.1 4.4C13.4 11 10.6 14 8 18c-1.2-5.4 3.8-9.2 8.9-10.6Z'/%3E%3C/svg%3E");
}

.service-icon.mower {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M4 15h13l2-5h-5.5L11 5H8l2.5 5H6L4 7H1l3 8Zm1 2a3 3 0 1 0 0 6 3 3 0 0 0 0-6Zm12 0a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z'/%3E%3C/svg%3E");
}

.service-icon.hedge {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M9 2h2v8l3-3 1.4 1.4-4.1 4.1L15.4 17 14 18.4l-3-3V22H9v-6.6l-3 3L4.6 17l4.1-4.5-4.1-4.1L6 7l3 3V2Zm9 5a3 3 0 1 1-2.7 4.4L18 7Zm0 10a3 3 0 1 1-2.7-4.4L18 17Z'/%3E%3C/svg%3E");
}

.service-icon.pavers {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M3 3h18v18H3V3Zm2 2v4h4V5H5Zm6 0v4h8V5h-8ZM5 11v8h4v-8H5Zm6 0v3h8v-3h-8Zm0 5v3h8v-3h-8Z'/%3E%3C/svg%3E");
}

.service-icon.tree {
  --mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='black' d='M12 2 5 10h4l-5 6h6v6h4v-6h6l-5-6h4L12 2Z'/%3E%3C/svg%3E");
}

.estimate-card {
  position: relative;
  width: min(100%, 530px);
  margin-left: auto;
  padding: 34px;
  border-radius: 14px;
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

.estimate-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}

.estimate-head > div:first-child {
  display: flex;
  align-items: center;
  gap: 14px;
}

.form-icon {
  width: 31px;
  height: 31px;
  color: var(--green-900);
}

.estimate-card h2 {
  margin: 0;
  color: var(--green-900);
  text-transform: uppercase;
  font-size: 21px;
  line-height: 1.2;
}

.progress-ring {
  position: relative;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: conic-gradient(var(--green-800) 0 50%, #e3e5e1 50% 100%);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.progress-ring::before {
  content: "";
  position: absolute;
  inset: 7px;
  background: #fff;
  border-radius: 50%;
}

.progress-ring span {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  color: var(--green-900);
}

.step-copy {
  display: block;
  margin: -8px 5px 18px 0;
  text-align: right;
  font-size: 12px;
  color: #27342a;
}

.estimate-form {
  display: grid;
  gap: 18px;
}

.estimate-form label {
  display: grid;
  gap: 9px;
  font-size: 14px;
  font-weight: 800;
}

.estimate-form b {
  color: #cc1d1d;
}

.field {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 13px;
  border: 1px solid #cfd8d2;
  border-radius: 7px;
  padding: 0 16px;
  background: #fff;
}

.field svg {
  width: 22px;
  height: 22px;
  color: #5e6b62;
}

.field input {
  min-width: 0;
  width: 100%;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
}

.flag {
  padding: 0 12px;
  border-right: 1px solid #d9e1dc;
  color: #1d477a;
  font-size: 12px;
  font-weight: 900;
}

.check-row {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  font-size: 14px !important;
}

.check-row input {
  width: 17px;
  height: 17px;
}

.trust-chips {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 6px;
  background: #f0f4ee;
}

.trust-chips span {
  position: relative;
  padding-left: 20px;
  color: #1f2b22;
  font-size: 11px;
  font-weight: 800;
}

.trust-chips span::before,
.why-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--green-800);
  transform: translateY(-50%);
}

.trust-chips span::after,
.why-card li::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-64%) rotate(45deg);
}

.primary-btn,
.outline-btn,
.service-card button {
  min-height: 54px;
  border-radius: 6px;
  font-weight: 900;
  cursor: pointer;
}

.primary-btn {
  border: 0;
  background: linear-gradient(90deg, #074d11, #075f12);
  color: #fff;
  font-size: 19px;
}

.privacy {
  margin: 2px 0 0;
  color: #55615a;
  text-align: center;
  font-size: 13px;
}

.quick-note {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  background: #f2f8f0;
  color: var(--green-950);
  border-bottom: 1px solid #dce8dc;
  font-size: 18px;
}

.quick-note strong {
  font-weight: 900;
}

.quick-note em {
  font-family: "Segoe Print", "Bradley Hand ITC", cursive;
  font-size: 21px;
  font-weight: 700;
}

.clock-line {
  width: 26px;
  height: 26px;
  color: var(--green-800);
}

.curved-arrow {
  width: 70px;
  height: 25px;
  border-top: 2px solid var(--green-800);
  border-radius: 50%;
  transform: rotate(10deg);
}

.curved-arrow::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  margin: -1px 0 0 57px;
  border-right: 2px solid var(--green-800);
  border-bottom: 2px solid var(--green-800);
  transform: rotate(8deg);
}

.benefits {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 18px 64px 0;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: var(--shadow);
}

.benefits-grid article {
  min-height: 102px;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 46px;
  border-right: 1px solid var(--line);
}

.benefits-grid article:last-child {
  border-right: 0;
}

.benefit-icon {
  width: 48px;
  height: 48px;
}

.benefits h3 {
  margin: 0 0 7px;
  font-size: 16px;
}

.benefits p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.services-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 28px 64px 14px;
  text-align: center;
}

.section-heading p,
.why-card p,
.transformation-card > p,
.testimonial-card > p,
.faq-title h2 {
  margin: 0;
  color: var(--green-900);
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
}

.section-heading h2 {
  margin: 9px 0 5px;
  font-size: clamp(26px, 2.4vw, 36px);
  line-height: 1.12;
}

.section-heading span {
  display: block;
  color: #2e3831;
  font-size: 17px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 28px;
  margin-top: 28px;
}

.service-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #d4ded5;
  border-radius: var(--radius);
  background: #fff;
  text-align: left;
  box-shadow: 0 9px 22px rgba(16, 37, 18, 0.1);
}

.service-card img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}

.service-card h3 {
  margin: 18px 16px 10px;
  font-size: 20px;
}

.service-card p {
  min-height: 54px;
  margin: 0 16px 18px;
  color: #1e2c22;
  font-size: 15px;
  line-height: 1.45;
}

.service-card a {
  display: inline-flex;
  gap: 8px;
  margin: 0 16px 17px;
  color: var(--green-800);
  font-size: 15px;
  font-weight: 900;
}

.service-card button {
  width: calc(100% - 32px);
  margin: 0 16px 16px;
  border: 1px solid var(--green-800);
  background: #fff;
  color: var(--green-900);
  font-size: 16px;
}

.service-card button:hover,
.outline-btn:hover {
  background: var(--green-900);
  color: #fff;
}

.service-icon {
  position: absolute;
  top: 96px;
  left: 25px;
  width: 62px;
  height: 62px;
  border: 5px solid #fff;
  border-radius: 50%;
  background: #fff;
  padding: 13px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
}

.ribbon {
  position: absolute;
  z-index: 2;
  left: 50%;
  top: -1px;
  transform: translateX(-50%);
  border-radius: 0 0 6px 6px;
  background: var(--green-800);
  color: #fff;
  padding: 8px 16px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 218px;
  margin-top: 16px;
  border: 1px solid var(--green-800);
  background: #fff;
  color: var(--green-900);
}

.proof-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 64px 24px;
  display: grid;
  grid-template-columns: 1fr 1.16fr 0.95fr;
  gap: 42px;
  align-items: start;
}

.why-card {
  min-height: 230px;
  padding: 30px 24px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 92% 88%, rgba(29, 127, 36, 0.08) 0 64px, transparent 65px),
    linear-gradient(135deg, #eef6eb, #f8fbf6);
}

.why-card h2 {
  max-width: 280px;
  margin: 10px 0 20px;
  font-size: 28px;
  line-height: 1.12;
}

.why-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.why-card li {
  position: relative;
  padding-left: 26px;
  font-size: 14px;
}

.transformation-card,
.testimonial-card {
  text-align: left;
}

.before-after {
  position: relative;
  height: 190px;
  margin-top: 18px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 10px 22px rgba(16, 37, 18, 0.14);
}

.before-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.before-img {
  clip-path: inset(0 50% 0 0);
  filter: saturate(0.85) brightness(0.82);
}

.after-img {
  clip-path: inset(0 0 0 50%);
}

.ba-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 3px;
  background: #fff;
}

.ba-handle {
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  transform: translate(-50%, -50%);
}

.before-label {
  left: 18px;
  bottom: 16px;
}

.after-label-sm {
  right: 18px;
  bottom: 16px;
}

.transformation-card a {
  display: inline-flex;
  gap: 10px;
  margin-top: 14px;
  color: var(--green-900);
  font-weight: 900;
}

.quote-box {
  min-height: 188px;
  margin-top: 18px;
  padding: 26px 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 9px 22px rgba(16, 37, 18, 0.1);
}

.quote-box blockquote {
  margin: 14px 0 18px;
  font-size: 16px;
  line-height: 1.55;
}

.quote-box strong,
.quote-box span:not(.stars) {
  display: block;
  font-size: 14px;
}

.dots {
  display: flex;
  justify-content: center;
  gap: 9px;
  margin-top: 16px;
}

.dots span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d4d6d4;
}

.dots .active {
  background: var(--green-800);
}

.faq-section {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 64px 18px;
}

.faq-title {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
  margin-bottom: 20px;
}

.faq-title span {
  height: 1px;
  background: var(--line);
}

.faq-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

details {
  border: 1px solid #d1dad3;
  border-radius: 6px;
  background: #fff;
}

summary {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 0 18px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 900;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  content: "+";
  color: var(--green-900);
  font-size: 20px;
}

details[open] summary::after {
  content: "-";
}

details p {
  margin: 0;
  padding: 0 18px 16px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.reputation {
  min-height: 78px;
  display: grid;
  grid-template-columns: repeat(5, minmax(160px, 1fr));
  gap: 24px;
  align-items: center;
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 0 64px;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: #fff;
}

.rep-item {
  display: flex;
  align-items: center;
  gap: 14px;
}

.rep-item strong {
  font-size: 16px;
}

.rep-item span {
  font-size: 14px;
}

.rep-icon {
  width: 38px;
  height: 38px;
  color: var(--green-800);
}

.google-word strong {
  font-size: 27px;
  color: #4285f4;
}

.bbb strong {
  color: #1d2c7a;
  font-size: 23px;
}

.site-footer {
  background: #fff;
}

.footer-inner {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 22px 64px 30px;
  display: grid;
  grid-template-columns: 1.25fr 0.7fr 0.7fr 1.15fr 1fr;
  gap: 42px;
}

.footer-inner .brand-mark {
  width: 46px;
  height: 46px;
}

.footer-inner .brand strong {
  font-size: 20px;
}

.footer-inner .brand small,
.footer-inner p,
.footer-inner a {
  font-size: 14px;
  line-height: 1.35;
}

.footer-inner h3 {
  margin: 7px 0 18px;
  text-transform: uppercase;
  font-size: 15px;
}

.footer-inner a {
  display: block;
}

.footer-inner p {
  margin: 0 0 8px;
}

.footer-inner div:last-child p {
  display: flex;
  justify-content: space-between;
  gap: 18px;
}

.socials {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}

.socials a {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--green-950);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 11px;
  font-weight: 900;
}

.sticky-cta {
  min-height: 54px;
  display: grid;
  grid-template-columns: 1fr 1.6fr 1fr;
  align-items: center;
  background: linear-gradient(90deg, #073d0d, #07570f);
  color: #fff;
  box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.16);
}

.sticky-cta a,
.sticky-cta strong {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  font-size: 16px;
  font-weight: 900;
  text-align: center;
}

.sticky-cta a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.28);
}

.sticky-cta a:last-child {
  width: min(80%, 290px);
  min-height: 34px;
  justify-self: center;
  border-radius: 5px;
  background: #fff;
  color: var(--green-900);
}

@media (max-width: 1260px) {
  .header-inner,
  .hero-inner,
  .benefits,
  .services-section,
  .proof-section,
  .faq-section,
  .reputation,
  .footer-inner {
    padding-left: 28px;
    padding-right: 28px;
  }

  .main-nav {
    gap: 20px;
  }

  .phone-cta {
    min-width: 165px;
    font-size: 16px;
  }

  .hero-inner {
    grid-template-columns: minmax(360px, 540px) minmax(360px, 470px);
  }

  .service-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .benefits-grid article {
    padding: 22px;
  }
}

@media (max-width: 960px) {
  .header-inner {
    height: 74px;
    gap: 16px;
  }

  .brand strong {
    font-size: 19px;
  }

  .brand small {
    font-size: 13px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .nav-toggle {
    display: block;
    margin-left: auto;
  }

  .main-nav {
    position: absolute;
    left: 18px;
    right: 18px;
    top: 82px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 10px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    padding: 13px 14px;
  }

  .main-nav a::after {
    display: none;
  }

  .phone-cta {
    display: none;
  }

  .hero,
  .hero-inner {
    min-height: 0;
  }

  .hero-bg {
    height: 650px;
  }

  .hero-divider,
  .after-label {
    display: none;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    padding-top: 54px;
    padding-bottom: 36px;
  }

  .estimate-card {
    width: 100%;
    margin: 10px 0 0;
  }

  .hero-badges {
    grid-template-columns: repeat(2, 1fr);
  }

  .benefits-grid,
  .proof-section,
  .faq-grid,
  .reputation,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .benefits-grid article {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .benefits-grid article:last-child {
    border-bottom: 0;
  }

  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .proof-section {
    gap: 24px;
  }

  .reputation {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .sticky-cta {
    position: static;
    grid-template-columns: 1fr;
  }

  .sticky-cta a:last-child {
    width: calc(100% - 32px);
    margin-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .header-inner,
  .hero-inner,
  .benefits,
  .services-section,
  .proof-section,
  .faq-section,
  .reputation,
  .footer-inner {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-bg {
    height: 720px;
  }

  .hero h1 {
    font-size: 42px;
  }

  .hero-text {
    font-size: 18px;
  }

  .location {
    font-size: 14px;
  }

  .proof-row {
    gap: 14px;
  }

  .hero-badges {
    gap: 12px;
  }

  .estimate-card {
    padding: 22px;
  }

  .estimate-card h2 {
    font-size: 17px;
  }

  .trust-chips {
    grid-template-columns: 1fr;
  }

  .quick-note {
    flex-wrap: wrap;
    gap: 8px 14px;
    padding: 12px 18px;
    text-align: center;
  }

  .curved-arrow {
    display: none;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card img {
    height: 180px;
  }

  .service-icon {
    top: 142px;
  }

  .before-after {
    height: 220px;
  }

  .faq-title {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .faq-title span {
    display: none;
  }

  .footer-inner div:last-child p {
    display: block;
  }
}
