<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Fix for btn-secondary hover contrast in hero sections */
.hero .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.3); /* Increased opacity for better contrast */
  color: #ffffff; /* Ensure text is white for better visibility */
  border-color: #ffffff; /* Keep border white */
}
</pre></body></html>