.hero {
    padding: 140px 30px 120px;
    background: var(--beige);
    text-align: center;
}

.hero-content {
    max-width: 820px;
    margin: auto;
}

.hero-tag {
    display: inline-block;
    background: var(--beige-light);
    color: var(--gold-dark);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

.hero h1 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 25px;
}

.hero-subtitle {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero-text {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 35px;
}

.hero-actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.hero-note {
    font-size: 13px;
    color: #666;
}
