.nf-container{height:100vh;background:#ffffff;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;font-family:Inter,system-ui,sans-serif;text-align:center;overflow:hidden}.nf-hero{width:90%;aspect-ratio:3/1.2;background:url(/not-found1.png) 50% no-repeat;background-size:contain;margin-bottom:25px}.nf-content,.nf-hero{max-width:520px}.nf-title{font-size:38px;font-weight:800;font-style:inherit;color:#0f172a;margin-bottom:12px}.nf-text{font-size:16px;color:#64748b;line-height:1.6;margin-bottom:22px}.nf-buttons{display:flex;flex-direction:column;gap:18px}.nf-btn{padding:16px;border-radius:14px;font-size:18px;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:6px}.nf-btn.primary{background:#f59e0b;color:#ffffff}.nf-btn.primary:hover{background:#d97706}.nf-btn.secondary{background:#fbfbfa;color:#f59e0b;border:1px solid #f59e0b}.nf-btn.secondary:hover{background:#f5e9dc}@media (max-width:600px){.nf-hero{max-width:90%;aspect-ratio:2.5/1.2}.nf-title{font-size:26px}.nf-text{font-size:14px}.nf-btn{font-size:15px;padding:12px}}