/* ===== 首页 / 通用 Hero 样式 ===== */

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
}

.hero {
    text-align: center;
}

.hero h1 {
    font-size: 2.5rem;
    color: #1a1a2e;
    margin-bottom: 16px;
}

.hero p {
    font-size: 1.1rem;
    color: #4a4a68;
}
