/* Homepage specific styles will go here */
.hero-section {
    text-align: center;
    padding: 100px 20px;
}
.hero-section h1 {
    font-size: 3rem;
    color: var(--primary);
    text-transform: uppercase;
}