.error-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; background: white; color: #333; position: relative; } .error-content { text-align: center; max-width: 600px; padding: 2rem; position: relative; z-index: 1; } .logo-container { margin-bottom: 2rem; } .logo-container img { max-height: 80px; width: auto; } .error-code { font-size: 8rem; font-weight: 800; margin-bottom: 1rem; color: #dc2626; } .error-message { font-size: 1.5rem; margin-bottom: 2rem; color: #666; } .btn-home { background: #dc2626; color: white; padding: 12px 30px; border-radius: 50px; text-decoration: none; font-weight: 600; transition: all 0.3s ease; display: inline-block; border: 2px solid #dc2626; } .btn-home:hover { background: #b91c1c; color: white; transform: translateY(-2px); box-shadow: 0 10px 25px rgba(220, 38, 38, 0.3); } .tire-icon { font-size: 4rem; margin-bottom: 2rem; color: #dc2626; } .error-footer { margin-top: 3rem; padding-top: 2rem; border-top: 1px solid #e5e5e5; }