.hero-section {
    padding-top: 120px;
    padding-bottom: 80px;
    background: linear-gradient(to bottom, var(--color-neutral), #fff);
}

.hero-title {
    font-size: clamp(2rem, 5vw, 3.0rem);
    font-weight: 700;
    color: rgb(13 148 136);
    line-height: 1.2;
    margin-bottom: 24px;
}

.hero-subtitle {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    color: rgba(30, 41, 59, 0.8);
    margin-bottom: 32px;
}

.hero-desc {
    font-size: 18px;
    color: rgba(30, 41, 59, 0.6);
    max-width: 800px;
    margin: 0 auto 40px;
}

.hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: center;
    align-items: center;
}
