.mod-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 1rem;
    padding: 3rem 1rem;
}

.mod-cta__eyebrow {
    margin: 0;
    font-size: 0.875rem;
    font-weight: 600;
}

.mod-cta__title {
    margin: 0;
    font-size: clamp(1.75rem, 4vw, 3rem);
    font-weight: 700;
    line-height: 1.1;
}

.mod-cta__subtitle {
    margin: 0;
    max-width: 60ch;
}

.mod-cta__cta {
    margin-top: 0.5rem;
}

.mod-cta__button {
    display: inline-block;
    padding: 0.625rem 1.5rem;
    border: 2px solid currentColor;
    text-decoration: none;
    font-weight: 600;
}
