.hero-page__content {
    max-width: none;
}

.hero-page__content p,
.hero-page__content .hero-page__title {
    max-width: 100%;
}

.hero-page__media {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (min-width: 768px) {
    .hero-page__intro .row {
        flex-wrap: nowrap;
    }

    .hero-page__intro .hero-page__content,
    .hero-page__intro .hero-page__media {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 992px) {
    .hero-page__intro .hero-page__content,
    .hero-page__intro .hero-page__media {
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}

.hero-page__kicker {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #9EB6D2;
    margin-bottom: 12px;
}

.hero-page__title {
    line-height: 1.15;
}

.hero-page__lead {
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}

.hero-page__image {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .hero-page__title {
        font-size: 42px;
    }
}

.hero-page__features {
    background-color: #fff;
    padding: 50px 0 60px;
}

.hero-page__features-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
}

@media (min-width: 768px) {
    .hero-page__features-row {
        --bs-gutter-x: 2.25rem;
    }
}

@media (min-width: 992px) {
    .hero-page__features-row {
        --bs-gutter-x: 2.75rem;
    }
}

.hero-page__feature {
    text-align: center;
    padding: 24px 16px;
    height: 100%;
    background-color: #F6F6F6;
    border-top-left-radius: 48px;
    border-bottom-right-radius: 48px;
}

.hero-page__feature-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #cedae8;
    color: #445876;
}

.hero-page__feature-icon svg {
    width: 36px;
    height: 36px;
}

.hero-page__feature-title {
    font-family: 'Playfair Display Variable', serif;
    font-size: 22px;
    line-height: 1.35;
    margin: 0;
    color: #445876;
}

.hero-page__waitlist-title {
    font-size: 38px;
}

.hero-page__waitlist-text {
    font-size: 17px;
    line-height: 1.6;
    max-width: 640px;
    margin: 16px auto 0;
}

.hero-page__privacy {
    font-size: 13px;
    line-height: 1.5;
    color: #445876;
}

.hero-page__privacy a {
    color: #445876;
    font-weight: 600;
}

.hero-page__waitlist-row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1rem;
}

.hero-page__waitlist-row .form-floating > .form-control {
    height: calc(3.5rem + 2px);
    min-height: calc(3.5rem + 2px);
}

.hero-page__waitlist-btn {
    white-space: normal;
    line-height: 1.3;
    padding: 14px 24px;
    margin-left: 0 !important;
    width: 100% !important;
}

@media (max-width: 767.98px) {
    .hero-page__waitlist-title {
        font-size: 30px;
    }

    .hero-page__feature {
        border-top-left-radius: 32px;
        border-bottom-right-radius: 32px;
    }
}
