/* Hero Text Size Enhancement */

/* Hero Title - Larger */
.hero-title {
    font-size: 3.5rem !important;
    line-height: 1.2 !important;
}

.hero-title .title-highlight {
    font-size: 3.5rem !important;
}

/* Hero Description - Larger */
.hero-description {
    font-size: 1.4rem !important;
    line-height: 1.8 !important;
    margin-top: 2rem !important;
}

/* Hero CTA Buttons - Larger */
.hero-cta .btn-large {
    font-size: 1.2rem !important;
    padding: 1.2rem 2.5rem !important;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-title {
        font-size: 3rem !important;
    }
    
    .hero-title .title-highlight {
        font-size: 3rem !important;
    }
    
    .hero-description {
        font-size: 1.25rem !important;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem !important;
    }
    
    .hero-title .title-highlight {
        font-size: 2.5rem !important;
    }
    
    .hero-description {
        font-size: 1.125rem !important;
    }
    
    .hero-cta .btn-large {
        font-size: 1rem !important;
        padding: 1rem 2rem !important;
    }
}

@media (max-width: 480px) {
    .hero-title {
        font-size: 2rem !important;
    }
    
    .hero-title .title-highlight {
        font-size: 2rem !important;
    }
    
    .hero-description {
        font-size: 1rem !important;
    }
}
