/* 首页专属样式 - 浅色主题 */
.hero-bg {
    background-image: var(--hero-bg);
}

.home-center-action {
    text-align: center;
}

.home-section-muted {
    background: #F7FCFC;
}

.home-delay-1 {
    animation-delay: 0.5s;
}

.home-delay-2 {
    animation-delay: 1s;
}

.home-delay-3 {
    animation-delay: 1.5s;
}

.home-newsletter-msg {
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}
