.not-found-page::before,
.not-found-page::after { content: none !important; display: none !important; }
.not-found-page { width: 100%; min-height: 100vh; padding: 0 !important; display: flex; flex-direction: column; align-items: stretch; background: #fdfbf7; }
.not-found-page .not-found-card { width: 100%; max-width: 1265px; margin: 0 auto; padding: 72px 70px 90px; flex: 1 0 auto; text-align: center; }
.not-found-page .not-found-title-line { display: flex; align-items: center; justify-content: center; gap: 18px; }
.not-found-title-logo { width: 148px; height: auto; object-fit: contain; }
.not-found-title-divider { color: #c4c7ce; font-size: 42px; font-weight: 300; line-height: 1; }
.not-found-page .not-found-title-line h1 { margin: 0; font-size: clamp(4.1rem, 10vw, 8.6rem); font-weight: 400; letter-spacing: -.075em; line-height: .92; }
.not-found-page .not-found-card p { margin-left: auto; margin-right: auto; }
.not-found-page .not-found-footer { width: 100% !important; margin: -86px 0 0 !important; padding: 35px 0 0; background: #fff; color: #050505; }
.not-found-footer-inner { width: min(100% - 40px, 1120px); margin: 0 auto; }
.not-found-footer-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 0 30px; border-top: 1px solid #ececf0; margin-top: 0; color: #667085; font-size: 14px; }
.not-found-footer-links { display: flex; gap: 22px; }
.not-found-footer a { text-decoration: none; }
.not-found-footer-links a { color: #111827; }
.not-found-footer-links a:hover { color: #6951c9; }
.not-found-footer-meta p { margin: 0; }
.not-found-footer .footer-wave { margin-top: -54px; }
.not-found-footer .footer-wave-svg { height: 180px; }
@media (max-width: 600px) {
    .not-found-page .not-found-card { padding: 28px 20px 64px; }
    .not-found-title-line { gap: 13px; }
    .not-found-title-logo { width: 125px; }
    .not-found-title-divider { font-size: 34px; }
    .not-found-page .not-found-footer { width: 100% !important; margin-left: 0 !important; }
    .not-found-footer-inner { width: min(100% - 28px, 1120px); }
    .not-found-footer-meta { display: block; line-height: 1.7; }
    .not-found-footer-meta p { margin-top: 8px; }
    .not-found-footer .footer-wave { margin-top: -54px; }
    .not-found-footer .footer-wave-svg { height: 118px; }
}
