/* Post-migration overrides: WCAG AA contrast fixes on brand colors.
   Original teal #69b5ce (2.2:1 vs white) and footer olive #758835 (3.9:1)
   both fail AA for their text sizes; these are the nearest passing shades. */

.main-cta-button,
.main-cta-button:visited {
	background-color: #2f7d96; /* was #69b5ce; white text now 4.6:1 */
}

.footer-section {
	background-color: #5c6b2a; /* was #758835; white text now ~5.8:1 */
}

/* Keyboard users: visible focus ring (Webflow strips default outlines in places) */
a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
	outline: 3px solid #2f7d96;
	outline-offset: 2px;
}
