.NotFoundPage-module__-5c59G__container{background:linear-gradient(135deg,#f5f0e8 0%,#faf7f1 100%);flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:20px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;display:flex;position:relative;overflow:hidden}.NotFoundPage-module__-5c59G__bgElements{z-index:0;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.NotFoundPage-module__-5c59G__bgCircle1{background:#d94a3d14;border-radius:50%;width:400px;height:400px;animation:8s ease-in-out infinite NotFoundPage-module__-5c59G__float;position:absolute;top:-100px;right:-50px}.NotFoundPage-module__-5c59G__bgCircle2{background:#d94a3d0d;border-radius:50%;width:300px;height:300px;animation:10s ease-in-out infinite reverse NotFoundPage-module__-5c59G__float;position:absolute;bottom:-50px;left:-100px}@keyframes NotFoundPage-module__-5c59G__float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}.NotFoundPage-module__-5c59G__content{z-index:10;text-align:center;opacity:0;width:100%;max-width:700px;animation:1s ease-out forwards NotFoundPage-module__-5c59G__fadeInUp;position:relative}@keyframes NotFoundPage-module__-5c59G__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.NotFoundPage-module__-5c59G__content.NotFoundPage-module__-5c59G__visible{opacity:1}.NotFoundPage-module__-5c59G__numberWrapper{width:100%;margin-bottom:40px;display:inline-block;position:relative}.NotFoundPage-module__-5c59G__number{color:#d94a3d;letter-spacing:-.03em;text-shadow:2px 2px 8px #d94a3d26;opacity:0;margin:0;font-family:Oswald,Impact,Arial Narrow,sans-serif;font-size:clamp(120px,25vw,280px);font-weight:700;font-stretch:75%;line-height:1;animation:1s cubic-bezier(.34,1.56,.64,1) .2s forwards NotFoundPage-module__-5c59G__scaleIn}@keyframes NotFoundPage-module__-5c59G__scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.NotFoundPage-module__-5c59G__messageSection{opacity:0;margin-bottom:50px;animation:1s ease-out .3s forwards NotFoundPage-module__-5c59G__fadeInUp}.NotFoundPage-module__-5c59G__mainTitle{color:#1a1a1a;letter-spacing:-.01em;margin:0 0 20px;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:clamp(28px,6vw,48px);font-weight:600;line-height:1.2}.NotFoundPage-module__-5c59G__description{color:#666;max-width:550px;margin:0 auto;font-size:clamp(14px,2vw,18px);font-weight:400;line-height:1.6}.NotFoundPage-module__-5c59G__actionSection{opacity:0;flex-direction:column;align-items:center;gap:16px;margin-bottom:60px;animation:1s ease-out .4s forwards NotFoundPage-module__-5c59G__fadeInUp;display:flex}.NotFoundPage-module__-5c59G__primaryButton{color:#fff;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#d94a3d;border:none;border-radius:0;justify-content:center;align-items:center;gap:12px;min-width:200px;padding:16px 40px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.NotFoundPage-module__-5c59G__primaryButton:before{content:"";background-color:#0000001a;width:100%;height:100%;transition:left .3s;position:absolute;top:0;left:-100%}.NotFoundPage-module__-5c59G__primaryButton:hover:before{left:100%}.NotFoundPage-module__-5c59G__primaryButton:hover{transform:translateY(-2px);box-shadow:0 8px 24px #d94a3d4d}.NotFoundPage-module__-5c59G__primaryButton svg{width:18px;height:18px;transition:transform .3s}.NotFoundPage-module__-5c59G__primaryButton:hover svg{transform:translate(4px)}.NotFoundPage-module__-5c59G__secondaryButton{color:#d94a3d;letter-spacing:.05em;text-transform:uppercase;cursor:pointer;background-color:#0000;border:2px solid #d94a3d;border-radius:0;justify-content:center;align-items:center;min-width:200px;padding:14px 32px;font-family:Inter,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.NotFoundPage-module__-5c59G__secondaryButton:hover{color:#fff;background-color:#d94a3d;transform:translateY(-2px);box-shadow:0 8px 24px #d94a3d33}.NotFoundPage-module__-5c59G__decorativeText{color:#d94a3d;opacity:0;letter-spacing:.02em;margin:0;font-family:Playfair Display,Georgia,Times New Roman,serif;font-size:14px;font-style:italic;font-weight:400;animation:1s ease-out .5s forwards NotFoundPage-module__-5c59G__fadeInUp}.NotFoundPage-module__-5c59G__footer{text-align:center;z-index:5;position:absolute;bottom:30px;left:0;right:0}.NotFoundPage-module__-5c59G__footerText{color:#888;margin:0;font-size:13px;font-weight:400}.NotFoundPage-module__-5c59G__footerLink{color:#d94a3d;font-weight:600;text-decoration:none;transition:opacity .2s}.NotFoundPage-module__-5c59G__footerLink:hover{opacity:.7;text-decoration:underline}@media (max-width:768px){.NotFoundPage-module__-5c59G__container{padding:20px 16px}.NotFoundPage-module__-5c59G__number{font-size:clamp(80px,20vw,180px)}.NotFoundPage-module__-5c59G__mainTitle{margin-bottom:16px;font-size:clamp(24px,5vw,36px)}.NotFoundPage-module__-5c59G__description{padding:0 12px;font-size:15px}.NotFoundPage-module__-5c59G__actionSection{gap:12px;margin-bottom:50px}.NotFoundPage-module__-5c59G__primaryButton,.NotFoundPage-module__-5c59G__secondaryButton{min-width:160px;padding:14px 24px;font-size:13px}.NotFoundPage-module__-5c59G__decorativeText{font-size:13px}.NotFoundPage-module__-5c59G__bgCircle1{width:250px;height:250px;top:-50px;right:-100px}.NotFoundPage-module__-5c59G__bgCircle2{width:200px;height:200px;bottom:-50px;left:-80px}.NotFoundPage-module__-5c59G__footer{bottom:20px}.NotFoundPage-module__-5c59G__footerText{font-size:12px}}@media (max-width:480px){.NotFoundPage-module__-5c59G__container{padding:20px 12px}.NotFoundPage-module__-5c59G__number{margin-bottom:20px;font-size:clamp(60px,18vw,120px)}.NotFoundPage-module__-5c59G__mainTitle{margin-bottom:12px;font-size:22px}.NotFoundPage-module__-5c59G__description{padding:0 8px;font-size:14px}.NotFoundPage-module__-5c59G__messageSection{margin-bottom:30px}.NotFoundPage-module__-5c59G__actionSection{gap:10px;margin-bottom:40px}.NotFoundPage-module__-5c59G__primaryButton,.NotFoundPage-module__-5c59G__secondaryButton{gap:8px;min-width:140px;padding:12px 20px;font-size:12px}.NotFoundPage-module__-5c59G__primaryButton svg{width:16px;height:16px}.NotFoundPage-module__-5c59G__decorativeText{font-size:12px}.NotFoundPage-module__-5c59G__bgCircle1{width:180px;height:180px}.NotFoundPage-module__-5c59G__bgCircle2{width:140px;height:140px}}
