.page-404 {
padding: 5rem 0 6rem;
    background: #fff;
    text-align: center;
}

.page-404__inner {
max-width: 640px;
    margin: 0 auto;
}

.page-404__eyebrow {
display: inline-block;
    font-size: .72rem;
    font-weight: 600;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--c-red);
    margin-bottom: 1rem;
}

.page-404__code {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(6rem, 18vw, 11rem);
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.04em;
    background: linear-gradient(180deg, #131417 0%, #9b111e 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0 0 1rem;
}

.page-404__title {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2rem);
    font-weight: 700;
    color: var(--c-black);
    margin: 0 0 1rem;
}

.page-404__lead {
color: var(--c-gray);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 auto 2.25rem;
    max-width: 520px;
}

.page-404__actions {
display: flex;
    gap: .85rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 3rem;
}

.page-404__links {
list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem 2rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 2rem;
}

.page-404__links a {
color: var(--c-gray);
    font-size: .9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color .2s ease;
}

.page-404__links a:hover {
color: var(--c-red);
}

.static-page {
padding: 3rem 0 5rem;
    background: #fff;
}

.static-page__inner {
max-width: 820px;
}

.static-page__head {
margin-bottom: 2.5rem;
    padding-bottom: 1.75rem;
    border-bottom: 1px solid #e5e7eb;
}

.static-page__title {
font-family: 'Space Grotesk', sans-serif;
    font-size: clamp(1.85rem, 4vw, 2.6rem);
    font-weight: 700;
    color: var(--c-black);
    line-height: 1.2;
    letter-spacing: -.02em;
    margin: 0 0 .75rem;
}

.static-page__meta {
color: var(--c-gray);
    font-size: .88rem;
    margin: 0;
}

.static-page__body {
font-size: 1rem;
    line-height: 1.75;
    color: #374151;
}

.static-page__body > *:first-child {
margin-top: 0;
}

.static-page__body > *:last-child {
margin-bottom: 0;
}

.static-page__body p {
margin: 0 0 1.25rem;
}

.static-page__body h2 {
font-family: 'Space Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--c-black);
    margin: 2.5rem 0 1rem;
    letter-spacing: -.01em;
}

.static-page__body h3 {
font-family: 'Space Grotesk', sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--c-black);
    margin: 2rem 0 .85rem;
}

.static-page__body ul,
.static-page__body ol {
margin: 0 0 1.25rem;
    padding-left: 1.5rem;
}

.static-page__body li {
margin-bottom: .5rem;
}

.static-page__body a {
color: var(--c-red);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.static-page__body a:hover {
text-decoration: none;
}

.static-page__body blockquote {
margin: 1.75rem 0;
    padding: 1rem 1.25rem;
    border-left: 3px solid var(--c-red);
    background: var(--c-light);
    color: var(--c-black);
    font-style: italic;
}

.static-page__body img {
max-width: 100%;
    height: auto;
    border-radius: var(--radius);
    margin: 1.5rem 0;
}

.static-page__body table {
width: 100%;
    border-collapse: collapse;
    margin: 1.5rem 0;
}

.static-page__body th,
.static-page__body td {
padding: .75rem 1rem;
    border: 1px solid #e5e7eb;
    text-align: left;
}

.static-page__body th {
background: var(--c-light);
    font-weight: 600;
}
