/* Section spacing */
#hero { padding: 32px 0 40px; }

/* Accent word color borrowed from your earlier CSS */
#hero .your { color: var(--purple-800); }

/* Blocks */
#hero .main-message-container { margin-bottom: 1rem; }
#hero .secondary-message-container { margin-bottom: 1rem; }
#hero .services-message-container {
  color: var(--green-900);
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
#hero .services-message-container li {
  font-size: 1.2rem;
}
#hero .call-to-action h2 { line-height: 2rem; }
#hero .get-in-touch {
  color: var(--blue-900);
  font-weight: 300;
  margin-top: 2rem;
  font-size: 1.8rem;
}

/* Responsive tweaks that align with global media queries are minimal here */
