.hero {
    position: relative;
    width: 100%;
    height: 1050px;
    margin: 0 auto;
}

.hero-overlay {
    display: flex;
    align-items: center;
}

.hero-content {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 450px;
    color: #fff;
}

.hero-heading {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.hero-title {
    font-weight: 400;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -2px;
    margin: 0;
}

.hero-subtitle {
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    max-width: 400px;
}

.hero-button {
    padding: 12px 32px;
    width: 140px;
    height: 44px;
}
