/* ArsLudi landing — Closing CTA */

.landing-closing-icon-rocket {
    -webkit-mask: url("/icons/fontawesome/free/solid/rocket.svg") center / contain no-repeat;
    mask: url("/icons/fontawesome/free/solid/rocket.svg") center / contain no-repeat;
}

/*
 * Closing CTA is intentionally NOT a full-viewport chapter.
 * site.css gives desktop landing chapters a viewport min-height; this scoped
 * override lets the closing conversion band and footer share the last view.
 */
@media (min-width: 768px) {
    section[aria-labelledby="landing-closing-title"] > div:first-child {
        min-height: 0 !important;
        display: block !important;
    }
}


.landing-closing-audience {
    margin: 0.9rem auto 0;
    max-width: 42rem;
    color: #334155;
    font-size: 0.8rem;
    font-weight: 650;
    line-height: 1.35rem;
}

@media (min-width: 640px) {
    .landing-closing-audience {
        font-size: 0.9rem;
        line-height: 1.5rem;
    }
}

.landing-closing-section {
    border-top: 1px solid rgba(221, 212, 194, 0.78);
    border-bottom: 0;
}
