/* Hero subtitle dark black bold text for better readability */
.hero-subtitle-dark {
    color: #000000 !important;
    /* Dark black */
    font-weight: 700;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.8);
}

/* Ensure title is also dark for consistency */
.hero-title {
    color: #111827;
}

/* Make sure buttons are visible */
.btn-outline {
    border-color: #1f2937;
    color: #1f2937;
}

.btn-outline:hover {
    background: #1f2937;
    color: white;
}