.not-found-hero{background:linear-gradient(135deg,#f8f9fa 0%,#fff 50%,#f8f9fa 100%);justify-content:center;align-items:center;min-height:calc(100vh - 80px);padding:6rem 0 4rem;display:flex;position:relative;overflow:hidden}.not-found-content{opacity:0;transform:translateY(30px)}.not-found-content.animate{animation:.8s cubic-bezier(.4,0,.2,1) forwards fadeInUp}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.error-badge{border:2px solid var(--primary-color);background:linear-gradient(135deg,#e31e241a 0%,#e31e240d 100%);border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.5rem;display:inline-block}.badge-text{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;font-size:.9rem;font-weight:700}.not-found-heading{color:#1a1a1a;margin-bottom:1.5rem;font-family:Ubuntu,sans-serif;font-size:3rem;font-weight:800;line-height:1.2}.highlight-text{color:var(--primary-color);display:inline-block;position:relative}.not-found-text{color:#666;max-width:500px;margin-bottom:2rem;font-size:1.125rem;line-height:1.8}.not-found-stats{flex-wrap:wrap;gap:2rem;margin-bottom:2.5rem;display:flex}.stat-item{background:#fff;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 4px 15px #00000014}.stat-item:hover{transform:translateY(-5px);box-shadow:0 8px 25px #e31e2426}.stat-item i{color:var(--primary-color);font-size:2rem}.stat-item strong{color:#1a1a1a;margin-bottom:.25rem;font-size:1.5rem;font-weight:700;line-height:1;display:block}.stat-item span{color:#666;font-size:.85rem;display:block}.not-found-actions{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.btn-primary-404,.btn-secondary-404{border-radius:12px;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary-404:before,.btn-secondary-404:before{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.btn-primary-404:hover:before,.btn-secondary-404:hover:before{width:300px;height:300px}.btn-primary-404{background:linear-gradient(135deg,var(--primary-color)0%,#c41a1f 100%);color:#fff;border:none;box-shadow:0 10px 30px #e31e244d}.btn-primary-404:hover{color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #e31e2466}.btn-secondary-404{color:var(--primary-color);border:2px solid var(--primary-color);background:#fff}.btn-secondary-404:hover{background:var(--primary-color);color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #e31e2440}.btn-primary-404 i,.btn-secondary-404 i{z-index:1;font-size:1.125rem;position:relative}.not-found-illustration{opacity:0;position:relative;transform:scale(.8)}.not-found-illustration.animate{animation:.8s cubic-bezier(.4,0,.2,1) .2s forwards scaleIn}@keyframes scaleIn{to{opacity:1;transform:scale(1)}}.illustration-wrapper{justify-content:center;align-items:center;width:100%;height:500px;display:flex;position:relative}.floating-element{background:#fff;border-radius:20px;justify-content:center;align-items:center;width:80px;height:80px;animation:3s ease-in-out infinite float;display:flex;position:absolute;box-shadow:0 10px 40px #0000001a}.floating-element i{color:var(--primary-color);font-size:2rem}.element-1{animation-delay:0s;top:10%;left:10%}.element-2{animation-delay:1s;top:60%;left:5%}.element-3{animation-delay:2s;top:20%;right:15%}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(5deg)}}.main-404{z-index:2;justify-content:center;align-items:center;gap:1rem;font-family:Ubuntu,sans-serif;font-size:10rem;font-weight:900;display:flex;position:relative}.main-404 .four{background:linear-gradient(135deg,#333 0%,#666 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:.6s cubic-bezier(.68,-.55,.265,1.55) forwards slideInLeft}.main-404 .four:first-child{opacity:0;animation-delay:.3s}.main-404 .four:last-child{opacity:0;animation-delay:.5s}.main-404 .zero{background:linear-gradient(135deg,var(--primary-color)0%,#c41a1f 100%);opacity:0;border-radius:50%;justify-content:center;align-items:center;width:160px;height:160px;animation:.6s cubic-bezier(.68,-.55,.265,1.55) .4s forwards scaleInBounce;display:flex;box-shadow:0 20px 60px #e31e244d}.main-404 .zero i{color:#fff;font-size:5rem}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes scaleInBounce{0%{opacity:0;transform:scale(0)}50%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.illustration-circles{z-index:1;width:100%;height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.circle{opacity:.1;border-radius:50%;position:absolute}.circle-1{background:radial-gradient(circle,var(--primary-color)0%,transparent 70%);width:400px;height:400px;animation:4s ease-in-out infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-2{background:radial-gradient(circle,var(--bg-blue)0%,transparent 70%);width:300px;height:300px;animation:4s ease-in-out 1s infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}.circle-3{background:radial-gradient(circle,var(--primary-color)0%,transparent 70%);width:200px;height:200px;animation:4s ease-in-out 2s infinite pulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes pulse{0%,to{opacity:.1;transform:translate(-50%,-50%)scale(1)}50%{opacity:.15;transform:translate(-50%,-50%)scale(1.2)}}.quick-access-section{border-top:2px solid #e9ecef;margin-top:5rem;padding-top:3rem}.quick-access-title{text-align:center;color:#1a1a1a;margin-bottom:2.5rem;font-size:2rem;font-weight:700}.quick-access-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.quick-card{text-align:center;background:#fff;border:2px solid #f0f0f0;border-radius:16px;flex-direction:column;align-items:center;padding:2rem 1.5rem;text-decoration:none;transition:all .3s;display:flex}.quick-card:hover{border-color:var(--primary-color);transform:translateY(-8px);box-shadow:0 15px 40px #e31e2426}.quick-icon{background:linear-gradient(135deg,var(--primary-color)0%,#c41a1f 100%);border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:1.5rem;transition:all .3s;display:flex}.quick-card:hover .quick-icon{transform:scale(1.1)rotate(5deg);box-shadow:0 10px 30px #e31e244d}.quick-icon i{color:#fff;font-size:2rem}.quick-card h4{color:#1a1a1a;margin-bottom:.5rem;font-size:1.25rem;font-weight:700;transition:color .3s}.quick-card:hover h4{color:var(--primary-color)}.quick-card p{color:#666;margin:0;font-size:.95rem}.animated-bg{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.bg-shape{opacity:.6;border-radius:50%;position:absolute}.shape-1{background:radial-gradient(circle,#e31e2414 0%,#0000 70%);width:500px;height:500px;animation:15s ease-in-out infinite floatShape;top:-250px;right:-250px}.shape-2{background:radial-gradient(circle,#2572ea14 0%,#0000 70%);width:400px;height:400px;animation:18s ease-in-out infinite reverse floatShape;bottom:-200px;left:-200px}.shape-3{background:radial-gradient(circle,#e31e240f 0%,#0000 70%);width:300px;height:300px;animation:20s ease-in-out infinite floatShape;top:40%;left:5%}.shape-4{background:radial-gradient(circle,#2572ea0f 0%,#0000 70%);width:350px;height:350px;animation:22s ease-in-out infinite reverse floatShape;top:20%;right:10%}@keyframes floatShape{0%,to{transform:translate(0)scale(1)}33%{transform:translate(50px,-50px)scale(1.1)}66%{transform:translate(-30px,30px)scale(.9)}}@media (max-width:991px){.not-found-hero{padding:4rem 0 3rem}.not-found-heading{font-size:2.5rem}.not-found-text{font-size:1rem}.main-404{font-size:8rem}.main-404 .zero{width:130px;height:130px}.main-404 .zero i{font-size:4rem}.illustration-wrapper{height:400px;margin-top:3rem}.floating-element{width:60px;height:60px}.floating-element i{font-size:1.5rem}.quick-access-section{margin-top:4rem}}@media (max-width:768px){.not-found-hero{padding:3rem 0 2rem}.not-found-heading{font-size:2rem}.not-found-text{font-size:.95rem}.not-found-stats{flex-direction:column;gap:1rem}.stat-item{width:100%}.not-found-actions{flex-direction:column;width:100%}.btn-primary-404,.btn-secondary-404{justify-content:center;width:100%}.main-404{font-size:6rem}.main-404 .zero{width:100px;height:100px}.main-404 .zero i{font-size:3rem}.illustration-wrapper{height:300px}.floating-element{width:50px;height:50px}.floating-element i{font-size:1.25rem}.quick-access-section{margin-top:3rem;padding-top:2rem}.quick-access-title{font-size:1.5rem}.quick-access-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.quick-card{padding:1.5rem 1rem}.quick-icon{width:60px;height:60px}.quick-icon i{font-size:1.75rem}.shape-1{width:350px;height:350px}.shape-2{width:300px;height:300px}}@media (max-width:480px){.not-found-hero{padding:2rem 0 1.5rem}.error-badge{padding:.4rem 1rem}.badge-text{font-size:.8rem}.not-found-heading{margin-bottom:1rem;font-size:1.75rem}.not-found-text{margin-bottom:1.5rem;font-size:.9rem}.stat-item{padding:.875rem 1.25rem}.stat-item i{font-size:1.75rem}.stat-item strong{font-size:1.25rem}.stat-item span{font-size:.8rem}.btn-primary-404,.btn-secondary-404{padding:.875rem 1.5rem;font-size:.95rem}.main-404{gap:.5rem;font-size:4.5rem}.main-404 .zero{width:80px;height:80px}.main-404 .zero i{font-size:2.5rem}.illustration-wrapper{height:250px}.floating-element{border-radius:12px;width:40px;height:40px}.floating-element i{font-size:1rem}.quick-access-section{margin-top:2.5rem}.quick-access-title{margin-bottom:1.5rem;font-size:1.25rem}.quick-access-grid{gap:.75rem}.quick-card{padding:1.25rem .75rem}.quick-icon{width:50px;height:50px;margin-bottom:1rem}.quick-icon i{font-size:1.5rem}.quick-card h4{font-size:1.1rem}.quick-card p{font-size:.85rem}.shape-1,.shape-2{width:250px;height:250px}.shape-3,.shape-4{width:200px;height:200px}}
