.notfound-section{position:relative;overflow:hidden;padding:100px 20px;background:linear-gradient(180deg,#fff7f2,#ffffff);font-family:var(--font-outfit),"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;min-height:80vh;display:flex;align-items:center;justify-content:center}.notfound-section:after,.notfound-section:before{content:"";position:absolute;border-radius:50%;z-index:0;opacity:.25}.notfound-section:before{width:350px;height:350px;background:linear-gradient(135deg,#ffefe5,#ffd5bf);top:-100px;left:-80px}.notfound-section:after{width:300px;height:300px;background:linear-gradient(135deg,#fff1e8,#ffe2d1);bottom:-80px;right:-60px}.notfound-container{position:relative;z-index:2;max-width:800px;width:100%;margin:0 auto;background:#ffffff;border-radius:24px;box-shadow:0 18px 45px rgba(20,30,58,.08);padding:60px 40px;text-align:center;border:1px solid rgba(255,106,26,.08)}.notfound-illustration{position:relative;display:inline-flex;align-items:center;justify-content:center;width:180px;height:180px;margin-bottom:30px}.error-code{font-size:80px;font-weight:900;background:linear-gradient(135deg,#ff6a1a,#ff9457);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;z-index:2;letter-spacing:-2px;animation:notfound-float 4s ease-in-out infinite}.animated-ring{position:absolute;border-radius:50%;border:2px dashed rgba(255,106,26,.15);top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.ring-1{width:180px;height:180px;animation:notfound-rotate-clockwise 20s linear infinite}.ring-2{width:140px;height:140px;border:1px dotted rgba(255,106,26,.3);animation:notfound-rotate-counter 15s linear infinite}@keyframes notfound-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes notfound-rotate-clockwise{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes notfound-rotate-counter{0%{transform:translate(-50%,-50%) rotate(1turn)}to{transform:translate(-50%,-50%) rotate(0deg)}}.notfound-title{font-size:38px;line-height:1.2;font-weight:800;color:#111827;margin:0 0 16px}.notfound-title span{color:#ff6a1a}.notfound-text{max-width:620px;margin:0 auto 16px;font-size:17px;line-height:1.7;color:#4b5563;font-weight:500}.notfound-subtext{max-width:650px;margin:0 auto 35px;font-size:15px;line-height:1.6;color:#6b7280}.notfound-actions{display:flex;flex-wrap:wrap;justify-content:center;gap:16px;margin-bottom:40px}.notfound-btn{display:inline-flex;align-items:center;justify-content:center;min-width:190px;padding:14px 28px;font-size:16px;font-weight:700;border-radius:12px;text-decoration:none;transition:all .3s ease;gap:10px}.notfound-btn-primary{background:linear-gradient(135deg,#ff6a1a,#ff8841);color:#ffffff;box-shadow:0 10px 24px rgba(255,106,26,.22);border:none}.notfound-btn-primary:hover{transform:translateY(-2px);box-shadow:0 14px 28px rgba(255,106,26,.28);color:#ffffff}.notfound-btn-secondary{background:#ffffff;color:#ff6a1a;border:2px solid #ff6a1a}.notfound-btn-secondary:hover{background:#fff5ef;transform:translateY(-2px);color:#ff6a1a}.notfound-quick-links{border-top:1px solid #f3f4f6;padding-top:30px;text-align:center}.notfound-quick-links h5{font-size:15px;color:#374151;font-weight:700;margin-bottom:15px;text-transform:uppercase;letter-spacing:.5px}.quick-links-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:12px 20px}.quick-links-grid a{color:#ff6a1a;text-decoration:none;font-size:14px;font-weight:600;transition:color .2s ease}.quick-links-grid a:hover{color:#e0530b;text-decoration:underline}@media (max-width:768px){.notfound-section{padding:60px 15px}.notfound-container{padding:40px 20px;border-radius:18px}.notfound-title{font-size:30px}.notfound-text{font-size:15px}.notfound-subtext{font-size:14px}.notfound-btn{width:100%;min-width:auto}.quick-links-grid{flex-direction:column;gap:10px}}