/* Home: CTA Block */

.home-cta {
    background-color: #E84E0F;
    padding: 3.5rem 1.5rem;
    text-align: center;
}

.home-cta__container {
    max-width: 640px;
    margin: 0 auto;
}

.home-cta__label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0.75rem;
}

.home-cta__heading {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.5px;
    color: #fff;
    margin: 0 0 1rem;
}

.home-cta__subtext {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 2rem;
}

.home-cta__buttons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.home-cta__btn-outline {
    background-color: transparent !important;
    color: #fff !important;
    border: 1px solid rgba(255, 255, 255, 0.6);
}

.home-cta__btn-outline:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    border-color: #fff;
}

/* md: 768px */
@media (min-width: 768px) {
    .home-cta {
        padding: 4.5rem 1.5rem;
    }

    .home-cta__heading {
        font-size: 36px;
    }
}
