.not-found-container{background-color:var(--color-bg);text-align:center;min-height:100dvh;font-family:var(--font-outfit);justify-content:center;align-items:center;padding:8rem 2rem 2rem;display:flex}.not-found-content{max-width:600px}.not-found-title{color:var(--color-primary);text-shadow:4px 4px #162b111a;margin-bottom:.5rem;font-size:10rem;font-weight:900;line-height:1}.not-found-subtitle{color:var(--color-secondary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.not-found-text{color:var(--color-muted);margin-bottom:2.5rem;font-size:1.125rem;line-height:1.7}.not-found-btn{background:var(--gradient-primary);color:var(--white);border-radius:50px;padding:1rem 2.5rem;font-size:1.125rem;font-weight:600;transition:transform .3s,box-shadow .3s;display:inline-block;box-shadow:0 4px 15px #e3500d40}.not-found-btn:hover{color:var(--white);transform:translateY(-3px);box-shadow:0 6px 20px #e3500d66}@media (max-width:768px){.not-found-title{font-size:7rem}.not-found-subtitle{font-size:2rem}.not-found-text{font-size:1rem}}
