Generate a hero section.
A short subtitle goes here to support the headline.
.hero {
background: #0ea5e9;
color: #ffffff;
min-height: 320px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
padding: 48px 24px;
}
.hero h1 { font-size: 3rem; font-weight: 800; margin: 0; }