.notfound-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:#fff;width:100%;background-color:#fefaef;border-radius:var(--border-radius-large);gap:1rem;padding-bottom:1rem}.notfound-container img{height:calc(100vh - 609px);width:100%;margin:auto;object-fit:contain;min-height:250px}.notfound-container .notfound-title{font-size:2.5rem;color:#ec1d3b;margin-bottom:12px;font-weight:700}.notfound-container .notfound-description{font-size:1.2rem;color:#555;margin-bottom:28px}.notfound-container .notfound-home-btn{background:#ec1d3b;color:#fff;border:none;padding:12px 32px;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.notfound-container .notfound-home-btn:hover{background:#b9152c}@media(max-width:768px){.notfound-container img{height:300px;width:100%;margin:auto;object-fit:contain}}
