/* Текст доступен сразу, в том числе без JavaScript. */
.reveal { opacity: 1; transform: none; }
.static-launch { background: var(--lime); scroll-margin-top: 6rem; }
.static-launch h2 { max-width: 48rem; font-family: "Unbounded", sans-serif; font-size: clamp(1.7rem, 4vw, 3.4rem); line-height: 1.15; overflow-wrap: anywhere; }
.static-launch p { max-width: 45rem; }
.static-page-links { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; padding-block: 2rem; border-top: 1px solid currentColor; }
.static-page-links a { font-size: .85rem; text-decoration: underline; text-underline-offset: .2em; }
.static-page-links a:focus-visible { outline: 2px solid currentColor; outline-offset: 4px; }