.not-found-page{background:#0b0b0b;justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex;position:relative;overflow:hidden}.not-found-image-wrapper{z-index:1;position:absolute;inset:0}.not-found-image{object-fit:cover;object-position:center}.not-found-overlay{z-index:2;background:linear-gradient(135deg,#2a1712d9 0%,#0b0b0bbf 100%);position:absolute;inset:0}.not-found-content{z-index:3;text-align:center;max-width:700px;padding:3rem 2rem;animation:.8s ease-out fadeInUp;position:relative}.not-found-title{color:#e23f73;text-shadow:0 8px 24px #e23f7380;letter-spacing:-.02em;margin:0;font-size:clamp(6rem,15vw,12rem);font-weight:900;line-height:1}.not-found-subtitle{color:#fbf1ec;text-transform:uppercase;letter-spacing:.05em;text-shadow:0 4px 12px #00000080;margin:1rem 0;font-size:clamp(1.5rem,4vw,2.5rem);font-weight:800}.not-found-description{color:#fbf1ec;opacity:.9;text-shadow:0 2px 8px #00000080;margin:1.5rem 0 2.5rem;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:400;line-height:1.6}.not-found-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.not-found-btn{letter-spacing:.03em;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;min-width:180px;padding:14px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.not-found-btn-primary{color:#fff;background:#e23f73;box-shadow:0 4px 16px #e23f7366}.not-found-btn-primary:hover{background:#c22c5e;transform:translateY(-3px);box-shadow:0 8px 24px #e23f7380}.not-found-btn-secondary{color:#fbf1ec;background:0 0;border:2px solid #fbf1ec}.not-found-btn-secondary:hover{color:#2a1712;background:#fbf1ec;transform:translateY(-3px);box-shadow:0 8px 24px #fbf1ec4d}.not-found-btn:active{transform:translateY(-1px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.not-found-content{padding:2rem 1.5rem}.not-found-title{margin-bottom:.5rem}.not-found-subtitle{margin-bottom:.75rem}.not-found-description{margin-bottom:2rem}.not-found-actions{flex-direction:column;gap:.75rem}.not-found-btn{width:100%;max-width:280px}}@media (max-width:480px){.not-found-content{padding:1.5rem 1rem}.not-found-btn{padding:12px 24px;font-size:.95rem}}
