/* --- Custom Mobile Improvements (David, 2025-05-19) --- */
@media (max-width: 768px) {
    .hero-buttons {
        align-content: center;
    }
    .hero-buttons .button-primary,
    .hero-buttons .button-secondary {
        min-width: 280px;
    }
    .hero-image-right {
        margin-bottom: 30px;
    }
    header {
        padding: 0;
    }
}
