:root {
  --ink: #315244;
  --cream: #fbfcf8;
  --line: #dce8dd;
  --lime: #d9f58b;
  --muted: #75887c;
  --deep: #5f8772;
}

body { background: #fbfcf8; }
.header { background: #ffffff; }
.hero { background: linear-gradient(125deg, #5d866f 0%, #719b83 52%, #86ae92 100%); }
.hero-text { color: #f3faf2; }
.grid-glow { opacity: .55; }
.services, .contact { background: #edf5eb; }
.service-grid { background: #d9e5d8; }
.service-card { background: #fbfdf9; }
.service-card.featured, .dark-section, footer { background: #456a58; }
.price-card { background: #ffffff; border-color: #d7e4d6; }
.price-card.premium { background: #e3f6b2; border-color: #e3f6b2; }
.contact-form { background: #ffffff; }
.brand-logo { filter: saturate(.78) brightness(1.18); }
.contact-email { display: block; margin-top: 9px; color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.footer-email { color: #d9f58b; font-size: 10px; text-decoration: none; }
