/**
 * File: hero-section.css
 * Purpose: Custom scoped styles for the Elite Light Mode Hero Section.
 */

.daf-hero-grid-bg { 
    background-image: radial-gradient(rgba(0,0,0,0.06) 1px, transparent 1px); 
    background-size: 32px 32px; 
}

.daf-gradient-text { 
    background: linear-gradient(90deg, #2563eb 0%, #059669 100%); 
    -webkit-background-clip: text; 
    -webkit-text-fill-color: transparent; 
    background-clip: text; 
}