.not-found-page{background-image:var(--notfound-bg-image);background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem;display:flex;position:relative}.not-found-container{text-align:center;z-index:2;background-color:#ffffffe6;border-radius:20px;width:100%;max-width:1300px;padding:2rem;position:relative}.not-found-page:before{content:"";z-index:1;background:#0006;position:absolute;top:0;bottom:0;left:0;right:0}.not-found-content h1{color:#000;margin-bottom:1rem;font-size:2.5rem;font-weight:600;line-height:1.2}.not-found-content p{color:#000;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.6}.not-found-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.not-found-buttons .btn-primary,.not-found-buttons .btn-secondary{text-align:center;justify-content:center;align-items:center;text-decoration:none;transition:all .3s;display:inline-flex}.not-found-buttons .btn-primary{background-color:var(--primary-green);color:var(--white);text-transform:uppercase;letter-spacing:1px;border:none;border-radius:50px;width:250px;padding:12px 25px;font-size:1rem;font-weight:600}.not-found-buttons .btn-primary:hover{background-color:var(--primary-green-hover);transform:none}.not-found-buttons .btn-secondary{color:var(--primary-green);border:2px solid var(--primary-green);text-transform:uppercase;letter-spacing:1px;background-color:#0000;border-radius:50px;width:250px;padding:12px 25px;font-size:1rem;font-weight:600}.not-found-buttons .btn-secondary:hover{background-color:var(--primary-green);color:var(--white);transform:none}@media (max-width:480px){.not-found-content h1{font-size:2rem}.not-found-content p{font-size:1rem}.not-found-buttons{flex-direction:column;align-items:center}.not-found-buttons .btn-primary,.not-found-buttons .btn-secondary{text-align:center;width:250px;padding:12px 25px;font-size:1rem;display:inline-block}}
