.not-found-wrapper{display:flex;flex-direction:column;min-height:100vh}.not-found-hero{flex:1 1;background-color:var(--color-acao-principal);background-image:linear-gradient(135deg,var(--color-acao-principal) 0,var(--color-brand-secondary) 100%);display:flex;align-items:center;justify-content:center;padding:120px 20px 80px;text-align:center}.not-found-content{max-width:600px;margin:0 auto;display:flex;flex-direction:column;align-items:center}.not-found-badge{font-size:120px;font-weight:900;opacity:.15;line-height:1;margin-bottom:-30px}.not-found-badge,.not-found-title{font-family:var(--font-heading);color:var(--color-texto-inverso)}.not-found-title{font-size:36px;font-weight:800;text-transform:uppercase;margin-bottom:16px;letter-spacing:-.5px;position:relative;z-index:1}.not-found-desc{font-family:var(--font-sans);font-size:18px;color:rgba(255,255,255,.9);line-height:1.6;margin-bottom:40px;position:relative;z-index:1}.not-found-actions{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;position:relative;z-index:1}.not-found-actions a{text-decoration:none}@media (max-width:768px){.not-found-badge{font-size:80px;margin-bottom:-15px}.not-found-title{font-size:28px}.not-found-desc{font-size:16px}.not-found-actions{flex-direction:column;width:100%}.not-found-actions a{width:100%}}