.notfound{background-color:var(--bg);justify-content:center;align-items:center;width:100%;min-height:60vh;padding:140px 20px 100px;display:flex}.notfound__inner{text-align:center;max-width:560px;color:var(--ink)}.notfound__code{font-family:var(--font-heading);color:var(--mint);margin:0 0 8px;font-size:64px;font-weight:600;line-height:1}.notfound__title{font-family:var(--font-heading);color:var(--green-deep);margin:0 0 14px;font-size:38px;line-height:1.1}.notfound__text{color:var(--ink-soft);margin:0 0 32px;font-size:18px}.notfound__actions{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.notfound__button{border-radius:9999px;justify-content:center;align-items:center;padding:14px 26px;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:inline-flex}.notfound__button--primary{background:var(--cta);color:var(--cta-text)}.notfound__button--primary:hover{background:var(--green-mid)}.notfound__button--secondary{background:var(--mint);color:var(--green-deep)}.notfound__button--secondary:hover{background:var(--mint-soft)}@media (max-width:480px){.notfound__title{font-size:30px}}
