.site-title {
color: #0066cc;
font-size: 2.1rem;
}
.ev-hero {
max-width: 1100px;
margin: 0 auto;
padding: 3rem 1rem;
text-align: center;
}
.ev-headline {
font-size: 2.2rem;
font-weight: 700;
margin-bottom: 0.6rem;
}
.ev-subheadline {
font-size: 1.15rem;
line-height: 1.5;
margin-bottom: 1.2rem;
opacity: 0.9;
}
.ev-cta {
display: inline-block;
padding: 0.8rem 1.6rem;
background: #f35273;
color: #fff;
font-weight: 600;
border-radius: 6px;
text-decoration: none;
margin-bottom: 1rem;
}
.ev-cta:hover {
opacity: 0.9;
}
.ev-note {
font-size: 0.9rem;
opacity: 0.7;
margin-bottom: 1.8rem;
}
.ev-scroll-strip {
display: flex;
gap: 1rem;
overflow-x: auto;
scroll-snap-type: x mandatory;
padding-bottom: 1rem;
-webkit-overflow-scrolling: touch;
}
.ev-scroll-strip img {
width: 240px;
height: 320px;
object-fit: cover;
border-radius: 12px;
scroll-snap-align: start;
flex-shrink: 0;
}