.mod-message {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

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

.mod-message__headline {
    margin: 0;
    font-size: clamp(2rem, 5vw, 3.5rem);
    line-height: 1.1;
    font-weight: 400;
}

.mod-message__headline-primary {
    font-weight: 700;
}

.mod-message__headline-secondary {
    font-weight: 400;
}

.mod-message__body {
    max-width: 60ch;
}

.mod-message__body p:first-child {
    margin-top: 0;
}

.mod-message__body p:last-child {
    margin-bottom: 0;
}

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

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