.UnderConstruction-module__MoCCaq__container{text-align:center;background:var(--white);min-height:100vh;color:var(--deep-navy);justify-content:center;align-items:center;padding:2rem;display:flex;position:relative;overflow:hidden}.UnderConstruction-module__MoCCaq__background{z-index:0;background:radial-gradient(circle,#fff 0%,#f8fafc 100%);width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.UnderConstruction-module__MoCCaq__background:after{content:"";opacity:.6;z-index:1;background-image:linear-gradient(#e2e8f066 1px,#0000 1px),linear-gradient(90deg,#e2e8f066 1px,#0000 1px);background-size:40px 40px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 100%);mask-image:radial-gradient(circle,#000 40%,#0000 100%)}.UnderConstruction-module__MoCCaq__blob{filter:blur(80px);opacity:.6;z-index:2;border-radius:50%;animation:20s ease-in-out infinite alternate UnderConstruction-module__MoCCaq__float;position:absolute}.UnderConstruction-module__MoCCaq__blob1{background:var(--light-ice-blue);width:60vw;height:60vw;animation-delay:0s;top:-10%;left:-10%}.UnderConstruction-module__MoCCaq__blob2{background:var(--alice-blue);width:60vw;height:60vw;animation-delay:-5s;bottom:-10%;right:-10%}.UnderConstruction-module__MoCCaq__blob3{background:var(--icy-blue);opacity:.4;width:40vw;height:40vw;animation-delay:-10s;top:40%;left:40%}@keyframes UnderConstruction-module__MoCCaq__float{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.05)}}.UnderConstruction-module__MoCCaq__content{z-index:10;-webkit-backdrop-filter:blur(24px);background:#fff9;border:1px solid #fffc;border-radius:2rem;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:700px;padding:4rem 3rem;display:flex;position:relative;box-shadow:0 20px 60px -15px #0000000d,inset 0 0 0 1px #ffffffe6}.UnderConstruction-module__MoCCaq__iconWrapper{background:linear-gradient(135deg,#fff 0%,#f1f5f9 100%);border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:.5rem;display:inline-flex;position:relative;box-shadow:0 10px 30px -10px #2563eb26,inset 0 0 0 1px #fffc}.UnderConstruction-module__MoCCaq__iconWrapper:before{content:"";background:linear-gradient(135deg,var(--cool-sky-2),transparent);opacity:.3;z-index:-1;border-radius:50%;animation:10s linear infinite UnderConstruction-module__MoCCaq__spin;position:absolute;inset:-5px}@keyframes UnderConstruction-module__MoCCaq__spin{to{transform:rotate(360deg)}}.UnderConstruction-module__MoCCaq__icon{font-size:3rem;animation:3s ease-in-out infinite UnderConstruction-module__MoCCaq__bounce}@keyframes UnderConstruction-module__MoCCaq__bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.UnderConstruction-module__MoCCaq__textGroup{flex-direction:column;gap:1rem;display:flex}.UnderConstruction-module__MoCCaq__title{font-family:var(--font-heading,sans-serif);background:linear-gradient(135deg,var(--deep-navy)0%,#334155 100%);color:#0000;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:800;line-height:1.1}.UnderConstruction-module__MoCCaq__message{font-family:var(--font-sans,sans-serif);color:var(--medium-grey);max-width:500px;margin:0 auto;font-size:1.25rem;line-height:1.6}.UnderConstruction-module__MoCCaq__actions{flex-direction:column;align-items:center;gap:1.5rem;width:100%;margin-top:1rem;display:flex}.UnderConstruction-module__MoCCaq__homeBtn{background:var(--primary-blue);color:#fff;border-radius:9999px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.2,.8,.2,1);display:inline-flex;box-shadow:0 10px 25px -5px #2563eb66}.UnderConstruction-module__MoCCaq__homeBtn:hover{background:var(--cobalt-blue,#1d4ed8);transform:translateY(-2px);box-shadow:0 20px 35px -10px #2563eb80}.UnderConstruction-module__MoCCaq__notifyForm{background:#fffc;border:1px solid #e2e8f0;border-radius:9999px;gap:.5rem;width:100%;max-width:460px;padding:.5rem;transition:box-shadow .3s;display:flex;box-shadow:0 4px 20px #0000000a}.UnderConstruction-module__MoCCaq__notifyForm:focus-within{border-color:var(--cool-sky);box-shadow:0 8px 30px #2563eb1a}.UnderConstruction-module__MoCCaq__input{color:var(--deep-navy);background:0 0;border:none;outline:none;flex:1;padding:.75rem 1.25rem;font-size:1rem}.UnderConstruction-module__MoCCaq__input::placeholder{color:#94a3b8}.UnderConstruction-module__MoCCaq__submitBtn{background:var(--deep-navy);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:9999px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:600;transition:all .2s}.UnderConstruction-module__MoCCaq__submitBtn:hover{background:#000;transform:scale(1.02);box-shadow:0 4px 12px #00000026}@media (max-width:640px){.UnderConstruction-module__MoCCaq__content{border-radius:1.5rem;gap:1.5rem;padding:3rem 1.5rem}.UnderConstruction-module__MoCCaq__title{font-size:2.25rem}.UnderConstruction-module__MoCCaq__message{font-size:1.1rem}.UnderConstruction-module__MoCCaq__notifyForm{box-shadow:none;background:0 0;border:none;border-radius:0;flex-direction:column;gap:1rem;padding:0}.UnderConstruction-module__MoCCaq__input{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1rem}.UnderConstruction-module__MoCCaq__submitBtn{border-radius:12px;width:100%;padding:1rem}}
.Features-module__9gr-8G__section{z-index:1;background:0 0;padding:6rem 2rem;position:relative}.Features-module__9gr-8G__container{max-width:1200px;margin:0 auto}.Features-module__9gr-8G__header{text-align:center;max-width:700px;margin:0 auto 4rem}.Features-module__9gr-8G__title{background:linear-gradient(135deg,var(--deep-navy)0%,#334155 100%);color:#0000;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:800}.Features-module__9gr-8G__subtitle{color:var(--medium-grey);font-size:1.1rem;line-height:1.6}.Features-module__9gr-8G__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Features-module__9gr-8G__card{background:var(--glass-bg,#fff9);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:var(--glass-border,1px solid #ffffff80);box-shadow:var(--shadow-md);border-radius:1.5rem;flex-direction:column;gap:1.5rem;padding:2.5rem;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Features-module__9gr-8G__card:hover{box-shadow:var(--shadow-xl),var(--shadow-glow-blue);border-color:#3b82f64d;transform:translateY(-8px)}.Features-module__9gr-8G__iconWrapper{width:3.5rem;height:3.5rem;color:var(--primary-blue);box-shadow:var(--shadow-sm);background:#fff;border-radius:1rem;justify-content:center;align-items:center;transition:all .3s;display:flex}.Features-module__9gr-8G__card:hover .Features-module__9gr-8G__iconWrapper{background:var(--primary-blue);color:#fff;transform:scale(1.1)rotate(5deg)}.Features-module__9gr-8G__cardTitle{color:var(--deep-navy);font-size:1.25rem;font-weight:700}.Features-module__9gr-8G__cardDesc{color:var(--medium-grey);font-size:.95rem;line-height:1.6}.Features-module__9gr-8G__cardGlow{filter:blur(20px);opacity:0;pointer-events:none;background:radial-gradient(circle,#3b82f633 0%,#0000 70%);width:150px;height:150px;transition:opacity .4s;position:absolute;top:-50px;right:-50px}.Features-module__9gr-8G__card:hover .Features-module__9gr-8G__cardGlow{opacity:1}@media (max-width:640px){.Features-module__9gr-8G__section{padding:4rem 1.5rem}.Features-module__9gr-8G__title{font-size:2rem}}
