.section-hero {
    padding: 64px 0 96px;
    min-height: auto;
    color: var(--color-background);
    text-align: center;
}

.section-hero .container {
    gap: 0;
}

.home .section-hero {
    padding: 64px 0 0 0;
    min-height: 100vh;
}

.section-hero .section-header h1 {
    margin: 0 0 24px 0;
}

.home .section-hero .section-header h1 {
    letter-spacing: -0.8px;
    margin: 0 0 32px 0;
}

.section-hero .section-header .tagline {
    display: inline-block;
    font-size: 20px;
    color: #ffffffcc;
    max-width: fit-content;
    text-align: center;
}

.home .section-hero .section-header .tagline {
    font-size: 24px;
}

.home .section-hero .section-header::after {
    content: "";
    display: block;
    width: 96px;
    height: 1px;
    background-color: #ffffff66;
    margin: 48px auto;
}

.section-hero .section-header,
.section-hero .cta {
    margin: 0;
}
