/* pest-control-page.css — /pest-control vertical landing page */
/* Owns: pest-control-specific overrides (.pc-*) that layer on top of roofing-page.css base classes */
/* Does NOT own: .rf-* base styles (roofing-page.css), theme.css globals, footer, .nav base styles */

/* Pest control hero: earth-tone / olive gradient accent to evoke outdoors/nature */
.pc-hero {
  background: radial-gradient(ellipse 70% 50% at 50% 0%, rgba(120,180,60,0.07) 0%, transparent 70%);
}

/* Pest control founding banner: dark olive tint to distinguish from roofing green and solar amber */
.pc-banner {
  background: linear-gradient(90deg, #0f1a08 0%, #131f0a 100%);
  border-bottom: 1px solid rgba(120,180,60,0.2);
}

/* ROI row tweak for pest control — two-line metric labels need a bit more breathing room */
.pc-roi-row {
  align-items: flex-start;
}
