.Navigation-module__0_8sUq__nav{z-index:1000;background:0 0;padding:1.5rem 0;transition:all .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0}.Navigation-module__0_8sUq__nav.Navigation-module__0_8sUq__scrolled{-webkit-backdrop-filter:blur(20px)saturate(180%);backdrop-filter:blur(20px)saturate(180%);background:#fffffffa;border-bottom:1px solid #0a102b0d;padding:1rem 0;box-shadow:0 4px 30px #0a102b0f}.Navigation-module__0_8sUq__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.Navigation-module__0_8sUq__logo{cursor:pointer;transition:transform .3s}.Navigation-module__0_8sUq__logo:hover{transform:scale(1.05)}.Navigation-module__0_8sUq__logoText{font-family:var(--font-heading);color:var(--dark);font-size:1.5rem;font-weight:700}.Navigation-module__0_8sUq__logoAccent{color:var(--primary)}.Navigation-module__0_8sUq__logoImage{object-fit:contain;width:auto;height:50px;transition:all .3s}.Navigation-module__0_8sUq__hamburger{z-index:1001;background:0 0;flex-direction:column;gap:5px;padding:.5rem;display:none}.Navigation-module__0_8sUq__hamburger span{background:var(--dark);border-radius:2px;width:25px;height:2px;transition:all .3s}.Navigation-module__0_8sUq__hamburger.Navigation-module__0_8sUq__active span:first-child{transform:rotate(45deg)translate(8px,8px)}.Navigation-module__0_8sUq__hamburger.Navigation-module__0_8sUq__active span:nth-child(2){opacity:0}.Navigation-module__0_8sUq__hamburger.Navigation-module__0_8sUq__active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.Navigation-module__0_8sUq__menu{align-items:center;gap:2.5rem;list-style:none;display:flex}.Navigation-module__0_8sUq__menu li a{color:var(--dark);cursor:pointer;padding:.5rem 0;font-size:1rem;font-weight:500;transition:color .3s;position:relative}.Navigation-module__0_8sUq__menu li a:after{content:"";background:var(--primary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Navigation-module__0_8sUq__menu li a:hover{color:var(--primary)}.Navigation-module__0_8sUq__menu li a:hover:after{width:100%}.Navigation-module__0_8sUq__ctaButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);border-radius:50px;padding:.85rem 2rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 6px 20px #3f869c4d}.Navigation-module__0_8sUq__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Navigation-module__0_8sUq__ctaButton:hover:before{left:100%}.Navigation-module__0_8sUq__ctaButton:hover{transform:translateY(-2px);box-shadow:0 8px 30px #3f869c73}@media (max-width:768px){.Navigation-module__0_8sUq__hamburger{display:flex}.Navigation-module__0_8sUq__menu{background:var(--white);flex-direction:column;align-items:flex-start;gap:1.5rem;width:70%;max-width:300px;height:100vh;padding:6rem 2rem 2rem;transition:right .4s cubic-bezier(.4,0,.2,1);position:fixed;top:0;right:-100%;box-shadow:-5px 0 20px #0000001a}.Navigation-module__0_8sUq__menu.Navigation-module__0_8sUq__mobileOpen{right:0}.Navigation-module__0_8sUq__menu li{width:100%}.Navigation-module__0_8sUq__menu li a{width:100%;padding:.75rem 0;font-size:1.1rem;display:block}.Navigation-module__0_8sUq__ctaButton{text-align:center;width:100%}}
.Hero-module__gNeX-G__hero{background:var(--white);align-items:center;min-height:100vh;padding:8rem 0 4rem;display:flex;position:relative;overflow:hidden}.Hero-module__gNeX-G__container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid;position:relative}.Hero-module__gNeX-G__content{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1);transform:translateY(30px)}.Hero-module__gNeX-G__content.Hero-module__gNeX-G__visible{opacity:1;transform:translateY(0)}.Hero-module__gNeX-G__badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:var(--transition-base);background:linear-gradient(135deg,#3f869c1a 0%,#3f869c0d 100%);border:1px solid #3f869c26;border-radius:50px;margin-bottom:1.5rem;padding:.6rem 1.5rem;animation:.8s ease-out .2s both Hero-module__gNeX-G__fadeInUp;display:inline-block;box-shadow:0 4px 16px #3f869c1a}.Hero-module__gNeX-G__badge:hover{transform:translateY(-2px);box-shadow:0 6px 24px #3f869c26}.Hero-module__gNeX-G__badge span{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:.95rem;font-weight:600}.Hero-module__gNeX-G__title{color:var(--dark);letter-spacing:-.03em;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1;animation:.8s ease-out .3s both Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__highlight{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:inline-block;position:relative}.Hero-module__gNeX-G__highlight:after{content:"";z-index:-1;background:linear-gradient(90deg,#0000 0%,#3f869c26 50%,#0000 100%);width:100%;height:12px;animation:3s ease-in-out infinite Hero-module__gNeX-G__shimmer;position:absolute;bottom:0;left:0}@keyframes Hero-module__gNeX-G__shimmer{0%,to{opacity:.3}50%{opacity:.6}}.Hero-module__gNeX-G__subtitle{color:#0a102bb3;max-width:600px;margin-bottom:2.5rem;font-size:1.25rem;line-height:1.7;animation:.8s ease-out .4s both Hero-module__gNeX-G__fadeInUp}.Hero-module__gNeX-G__cta{gap:1rem;margin-bottom:3rem;animation:.8s ease-out .5s both Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__primaryButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);border-radius:50px;padding:1.1rem 2.75rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 10px 35px #3f869c59}.Hero-module__gNeX-G__primaryButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Hero-module__gNeX-G__primaryButton:hover:before{left:100%}.Hero-module__gNeX-G__primaryButton:hover{transform:translateY(-3px);box-shadow:0 15px 50px #3f869c73}.Hero-module__gNeX-G__secondaryButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--dark);background:#fffc;border:2px solid #0a102b1a;border-radius:50px;padding:1.1rem 2.75rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0a102b0d}.Hero-module__gNeX-G__secondaryButton:hover{background:var(--dark);color:var(--white);border-color:var(--dark);transform:translateY(-3px);box-shadow:0 8px 30px #0a102b33}.Hero-module__gNeX-G__stats{gap:3rem;animation:.8s ease-out .6s both Hero-module__gNeX-G__fadeInUp;display:flex}.Hero-module__gNeX-G__stat{flex-direction:column;gap:.25rem;display:flex}.Hero-module__gNeX-G__statNumber{font-family:var(--font-heading);color:var(--primary);font-size:2.5rem;font-weight:700}.Hero-module__gNeX-G__statLabel{color:#0a102b99;font-size:.9rem;font-weight:500}.Hero-module__gNeX-G__imageWrapper{opacity:0;transition:all .8s cubic-bezier(.4,0,.2,1) .2s;position:relative;transform:translateY(30px)}.Hero-module__gNeX-G__imageWrapper.Hero-module__gNeX-G__visible{opacity:1;transform:translateY(0)}.Hero-module__gNeX-G__imageContainer{position:relative}.Hero-module__gNeX-G__imageBg{background:var(--tertiary);z-index:-1;border-radius:30px;width:100%;height:100%;position:absolute;top:-20px;right:-20px}.Hero-module__gNeX-G__image{object-fit:cover;border-radius:30px;width:100%;height:auto;box-shadow:0 20px 60px #0a102b26}.Hero-module__gNeX-G__floatingCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #ffffff80;border-radius:24px;align-items:center;gap:1.25rem;padding:1.5rem 2.25rem;animation:4s ease-in-out infinite Hero-module__gNeX-G__float;display:flex;position:absolute;bottom:40px;left:-40px;box-shadow:0 15px 50px #0a102b1f,0 0 1px #0a102b1a}.Hero-module__gNeX-G__cardIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:var(--white);border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.3rem;font-weight:700;display:flex;box-shadow:0 8px 24px #3f869c4d}.Hero-module__gNeX-G__cardText{color:var(--dark);font-size:1.05rem;font-weight:600}.Hero-module__gNeX-G__wave{z-index:0;width:100%;position:absolute;bottom:0;left:0}.Hero-module__gNeX-G__wave svg{width:100%;height:auto;display:block}@keyframes Hero-module__gNeX-G__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes Hero-module__gNeX-G__float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media (max-width:1024px){.Hero-module__gNeX-G__container{grid-template-columns:1fr;gap:3rem}.Hero-module__gNeX-G__title{font-size:3rem}.Hero-module__gNeX-G__imageWrapper{max-width:500px;margin:0 auto}}@media (max-width:768px){.Hero-module__gNeX-G__hero{padding:6rem 0 3rem}.Hero-module__gNeX-G__hero:before,.Hero-module__gNeX-G__hero:after{width:600px;height:600px}.Hero-module__gNeX-G__title{letter-spacing:-.02em;font-size:2.5rem}.Hero-module__gNeX-G__subtitle{font-size:1.05rem}.Hero-module__gNeX-G__cta{flex-direction:column}.Hero-module__gNeX-G__primaryButton,.Hero-module__gNeX-G__secondaryButton{text-align:center;justify-content:center;width:100%}.Hero-module__gNeX-G__stats{flex-wrap:wrap;gap:1.5rem}.Hero-module__gNeX-G__stat{flex:1;min-width:100px}.Hero-module__gNeX-G__statNumber{font-size:1.75rem}.Hero-module__gNeX-G__floatingCard{padding:1.25rem 1.75rem;bottom:20px;left:50%;transform:translate(-50%)}}
.Formations-module__LMmoNG__formations{background:var(--white);padding:6rem 0;position:relative}.Formations-module__LMmoNG__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Formations-module__LMmoNG__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Formations-module__LMmoNG__badge{color:var(--primary);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3f869c1a 0%,#3f869c0d 100%);border:1px solid #3f869c26;border-radius:50px;margin-bottom:1rem;padding:.6rem 1.5rem;font-size:.95rem;font-weight:600;display:inline-block}.Formations-module__LMmoNG__title{color:var(--dark);letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.25rem;line-height:1.2}.Formations-module__LMmoNG__highlight{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Formations-module__LMmoNG__subtitle{color:#0a102bb3;font-size:1.15rem;line-height:1.7}.Formations-module__LMmoNG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Formations-module__LMmoNG__card{background:var(--white);box-shadow:var(--shadow-md);opacity:0;border:1px solid #0a102b0d;border-radius:24px;transition:all .4s cubic-bezier(.4,0,.2,1);animation:.6s ease-out forwards Formations-module__LMmoNG__fadeInUp;position:relative;overflow:hidden;transform:translateY(30px)}.Formations-module__LMmoNG__card:before{content:"";background:linear-gradient(90deg,var(--primary)0%,var(--primary-light)100%);height:4px;transition:transform .4s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.Formations-module__LMmoNG__card:hover:before{transform:scaleX(1)}.Formations-module__LMmoNG__card:hover{box-shadow:var(--shadow-xl);border-color:#3f869c1a;transform:translateY(-12px)}.Formations-module__LMmoNG__cardImage{height:250px;position:relative;overflow:hidden}.Formations-module__LMmoNG__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.4,0,.2,1)}.Formations-module__LMmoNG__card:hover .Formations-module__LMmoNG__image{transform:scale(1.1)}.Formations-module__LMmoNG__overlay{opacity:0;background:linear-gradient(#0000 0%,#0a102b4d 100%);justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:absolute;inset:0}.Formations-module__LMmoNG__card:hover .Formations-module__LMmoNG__overlay{opacity:1}.Formations-module__LMmoNG__icon{color:#fff;justify-content:center;align-items:center;transition:transform .4s cubic-bezier(.4,0,.2,1);display:flex;transform:scale(.8)}.Formations-module__LMmoNG__card:hover .Formations-module__LMmoNG__icon{transform:scale(1)}.Formations-module__LMmoNG__cardContent{flex-direction:column;flex:1;padding:2rem;display:flex}.Formations-module__LMmoNG__cardTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.5rem;font-weight:700}.Formations-module__LMmoNG__cardSubtitle{color:var(--primary);margin-bottom:.75rem;font-size:1rem;font-weight:600}.Formations-module__LMmoNG__certificationBadge{color:var(--primary);background:#3f869c26;border-radius:20px;margin-bottom:.75rem;padding:.4rem .9rem;font-size:.8rem;font-weight:600;display:inline-block}.Formations-module__LMmoNG__cardAccroche{color:var(--dark);margin-bottom:.75rem;font-size:.95rem;font-style:normal;font-weight:600;line-height:1.5}.Formations-module__LMmoNG__cardDescription{color:#0a102bb3;margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Formations-module__LMmoNG__meta{border-bottom:1px solid #0a102b1a;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Formations-module__LMmoNG__metaItem{align-items:center;gap:.5rem;display:flex}.Formations-module__LMmoNG__metaIcon{color:var(--primary);justify-content:center;align-items:center;display:flex}.Formations-module__LMmoNG__metaText{color:#0a102bb3;font-size:.9rem;font-weight:500}.Formations-module__LMmoNG__skills{flex-wrap:wrap;flex-grow:1;gap:.5rem;margin-bottom:1.5rem;display:flex}.Formations-module__LMmoNG__skill{color:var(--primary);background:#3f869c1a;border-radius:20px;padding:.4rem .9rem;font-size:.85rem;font-weight:500}.Formations-module__LMmoNG__downloadButton{width:100%;color:var(--secondary);background:linear-gradient(135deg,#b4a59026 0%,#b4a59014 100%);border:1.5px solid #b4a5904d;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;margin-top:auto;padding:.9rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Formations-module__LMmoNG__downloadButton svg{transition:transform .3s}.Formations-module__LMmoNG__downloadButton:hover{border-color:var(--secondary);background:linear-gradient(135deg,#b4a59040 0%,#b4a59026 100%);transform:translateY(-2px);box-shadow:0 6px 20px #b4a59033}.Formations-module__LMmoNG__downloadButton:hover svg{transform:translateY(2px)}.Formations-module__LMmoNG__cardButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);width:100%;color:var(--white);border-radius:16px;justify-content:center;align-items:center;gap:.5rem;padding:1.1rem 1.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Formations-module__LMmoNG__cardButton:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Formations-module__LMmoNG__cardButton:hover:before{width:300px;height:300px}.Formations-module__LMmoNG__cardButton:hover{gap:1rem;transform:translateY(-2px);box-shadow:0 10px 30px #3f869c66}.Formations-module__LMmoNG__arrow{z-index:1;font-size:1.2rem;transition:transform .3s;position:relative}.Formations-module__LMmoNG__cardButton:hover .Formations-module__LMmoNG__arrow{transform:translate(5px)}@keyframes Formations-module__LMmoNG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1400px){.Formations-module__LMmoNG__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.Formations-module__LMmoNG__formations{padding:4rem 0}.Formations-module__LMmoNG__title{font-size:2rem}.Formations-module__LMmoNG__subtitle{font-size:1rem}.Formations-module__LMmoNG__grid{grid-template-columns:1fr;gap:1.5rem}.Formations-module__LMmoNG__cardImage{height:200px}}
.About-module__Balj8a__about{background:var(--white);padding:6rem 0;position:relative}.About-module__Balj8a__container{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:grid}.About-module__Balj8a__imageSection{position:relative}.About-module__Balj8a__imageWrapper{animation:.8s ease-out About-module__Balj8a__fadeInLeft;position:relative}.About-module__Balj8a__mainImage{z-index:2;border-radius:20px;width:100%;height:auto;position:relative;box-shadow:0 20px 60px #0a102b26}.About-module__Balj8a__imageAccent{background:var(--tertiary);z-index:1;border-radius:20px;width:100%;height:100%;position:absolute;top:30px;left:-30px}.About-module__Balj8a__statsCard{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:var(--shadow-xl);z-index:3;background:#fffffffa;border:1px solid #ffffff80;border-radius:24px;align-items:center;gap:2rem;padding:2.25rem 3.25rem;animation:.8s ease-out .3s both About-module__Balj8a__fadeInUp;display:flex;position:absolute;bottom:-30px;right:-30px}.About-module__Balj8a__statItem{flex-direction:column;align-items:center;gap:.25rem;display:flex}.About-module__Balj8a__statNumber{font-family:var(--font-heading);color:var(--primary);font-size:2.5rem;font-weight:700}.About-module__Balj8a__statLabel{color:#0a102bb3;text-align:center;max-width:100px;font-size:.9rem;font-weight:500}.About-module__Balj8a__statDivider{background:#0a102b1a;width:1px;height:50px}.About-module__Balj8a__content{animation:.8s ease-out About-module__Balj8a__fadeInRight}.About-module__Balj8a__badge{color:var(--primary);background:#3f869c1a;border-radius:50px;margin-bottom:1.5rem;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;display:inline-block}.About-module__Balj8a__title{color:var(--dark);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.About-module__Balj8a__highlight{color:var(--primary)}.About-module__Balj8a__description{color:#0a102bb3;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.About-module__Balj8a__values{grid-template-columns:1fr 1fr;gap:1.5rem;margin:2.5rem 0;display:grid}.About-module__Balj8a__valueCard{background:linear-gradient(135deg,#3f869c0d 0%,#3f869c05 100%);border:1px solid #3f869c14;border-radius:20px;gap:1rem;padding:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.About-module__Balj8a__valueCard:hover{box-shadow:var(--shadow-md);background:linear-gradient(135deg,#3f869c1f 0%,#3f869c0f 100%);border-color:#3f869c26;transform:translateY(-5px)}.About-module__Balj8a__valueIcon{flex-shrink:0;font-size:2.5rem}.About-module__Balj8a__valueContent{flex:1}.About-module__Balj8a__valueTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.About-module__Balj8a__valueDescription{color:#0a102bb3;font-size:.95rem;line-height:1.5}.About-module__Balj8a__ctaButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);border-radius:50px;align-items:center;gap:.75rem;margin-top:1rem;padding:1.1rem 2.75rem;font-size:1.05rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #3f869c59}.About-module__Balj8a__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.About-module__Balj8a__ctaButton:hover:before{left:100%}.About-module__Balj8a__ctaButton:hover{gap:1.25rem;transform:translateY(-3px);box-shadow:0 15px 50px #3f869c73}.About-module__Balj8a__arrow{font-size:1.2rem;transition:transform .3s}.About-module__Balj8a__ctaButton:hover .About-module__Balj8a__arrow{transform:translate(5px)}@keyframes About-module__Balj8a__fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes About-module__Balj8a__fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes About-module__Balj8a__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.About-module__Balj8a__container{grid-template-columns:1fr;gap:3rem}.About-module__Balj8a__imageSection{max-width:500px;margin:0 auto}.About-module__Balj8a__title{font-size:2.5rem}}@media (max-width:768px){.About-module__Balj8a__about{padding:4rem 0}.About-module__Balj8a__title{font-size:2rem}.About-module__Balj8a__description{font-size:1rem}.About-module__Balj8a__values{grid-template-columns:1fr;gap:1rem}.About-module__Balj8a__statsCard{margin-top:1.5rem;padding:1.5rem 2rem;position:relative;bottom:0;right:0}.About-module__Balj8a__imageAccent{top:15px;left:-15px}}
.Contact-module__gQiC5G__contact{background:var(--white);padding:6rem 0;position:relative}.Contact-module__gQiC5G__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Contact-module__gQiC5G__header{text-align:center;max-width:800px;margin:0 auto 4rem}.Contact-module__gQiC5G__badge{color:var(--primary);background:#3f869c1a;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.25rem;font-size:.95rem;font-weight:600;display:inline-block}.Contact-module__gQiC5G__title{color:var(--dark);margin-bottom:1.5rem;font-size:3rem;line-height:1.2}.Contact-module__gQiC5G__highlight{color:var(--primary)}.Contact-module__gQiC5G__subtitle{color:#0a102bb3;font-size:1.15rem;line-height:1.7}.Contact-module__gQiC5G__content{grid-template-columns:1fr 1.2fr;align-items:start;gap:4rem;display:grid}.Contact-module__gQiC5G__infoSection{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__gQiC5G__infoCard{background:linear-gradient(135deg,#3f869c0d 0%,#3f869c05 100%);border:1px solid #3f869c14;border-radius:20px;gap:1.25rem;padding:2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Contact-module__gQiC5G__infoCard:hover{box-shadow:var(--shadow-md);background:linear-gradient(135deg,#3f869c1f 0%,#3f869c0f 100%);border-color:#3f869c26;transform:translate(8px)}.Contact-module__gQiC5G__infoIcon{color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Contact-module__gQiC5G__infoContent{flex:1}.Contact-module__gQiC5G__infoTitle{color:var(--dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:700}.Contact-module__gQiC5G__infoText{color:#0a102bb3;font-size:1rem;line-height:1.6}.Contact-module__gQiC5G__socialLinks{text-align:center;background:linear-gradient(135deg,#3f869c1a 0%,#b4a5901a 100%);border-radius:15px;padding:2rem}.Contact-module__gQiC5G__socialTitle{color:var(--dark);margin-bottom:1.5rem;font-size:1.2rem;font-weight:700}.Contact-module__gQiC5G__socialIcons{justify-content:center;gap:1rem;display:flex}.Contact-module__gQiC5G__socialIcon{background:var(--white);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #0a102b1a}.Contact-module__gQiC5G__socialIcon:hover{transform:translateY(-5px);box-shadow:0 8px 25px #0a102b26}.Contact-module__gQiC5G__form{background:var(--white);box-shadow:var(--shadow-lg);border:1px solid #0a102b0d;border-radius:24px;padding:3.5rem}.Contact-module__gQiC5G__formGroup{margin-bottom:1.75rem}.Contact-module__gQiC5G__label{color:var(--dark);margin-bottom:.75rem;font-size:1rem;font-weight:600;display:block}.Contact-module__gQiC5G__input,.Contact-module__gQiC5G__select,.Contact-module__gQiC5G__textarea{width:100%;font-size:1rem;font-family:var(--font-body);color:var(--dark);background:var(--white);border:2px solid #0000;border-radius:12px;outline:none;padding:1rem 1.25rem;transition:all .3s}.Contact-module__gQiC5G__input:focus,.Contact-module__gQiC5G__select:focus,.Contact-module__gQiC5G__textarea:focus{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 0 0 4px #3f869c1a,0 4px 12px #3f869c0d}.Contact-module__gQiC5G__input::placeholder,.Contact-module__gQiC5G__textarea::placeholder{color:#0a102b66}.Contact-module__gQiC5G__select{cursor:pointer}.Contact-module__gQiC5G__textarea{resize:vertical;min-height:120px}.Contact-module__gQiC5G__submitButton{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);width:100%;color:var(--white);border-radius:16px;justify-content:center;align-items:center;gap:.75rem;margin-top:1rem;padding:1.35rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 35px #3f869c59}.Contact-module__gQiC5G__submitButton:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Contact-module__gQiC5G__submitButton:hover:before{width:400px;height:400px}.Contact-module__gQiC5G__submitButton:hover{gap:1.25rem;transform:translateY(-3px);box-shadow:0 15px 50px #3f869c73}.Contact-module__gQiC5G__arrow{z-index:1;font-size:1.3rem;transition:transform .3s;position:relative}.Contact-module__gQiC5G__submitButton:hover .Contact-module__gQiC5G__arrow{transform:translate(5px)}.Contact-module__gQiC5G__submitButton:disabled{opacity:.6;cursor:not-allowed}.Contact-module__gQiC5G__inputError{border-color:#ef4444!important}.Contact-module__gQiC5G__errorMessage{color:#ef4444;margin-top:.5rem;font-size:.875rem;font-weight:500;display:block}.Contact-module__gQiC5G__successMessage{color:#16a34a;text-align:center;background:linear-gradient(135deg,#22c55e1a 0%,#22c55e0d 100%);border:1px solid #22c55e4d;border-radius:12px;margin-bottom:1rem;padding:1rem 1.5rem;font-weight:600}.Contact-module__gQiC5G__errorMessageBox{color:#dc2626;text-align:center;background:linear-gradient(135deg,#ef44441a 0%,#ef44440d 100%);border:1px solid #ef44444d;border-radius:12px;margin-bottom:1rem;padding:1rem 1.5rem;font-weight:600}@media (max-width:1024px){.Contact-module__gQiC5G__content{grid-template-columns:1fr;gap:3rem}}@media (max-width:768px){.Contact-module__gQiC5G__contact{padding:4rem 0}.Contact-module__gQiC5G__title{font-size:2rem}.Contact-module__gQiC5G__subtitle{font-size:1rem}.Contact-module__gQiC5G__form{padding:2rem 1.5rem}.Contact-module__gQiC5G__socialIcons{flex-wrap:wrap}}
.Footer-module__nhiC3q__footer{background:linear-gradient(180deg,var(--dark)0%,var(--dark-light)100%);color:var(--white);padding:4rem 0 2rem;position:relative;overflow:hidden}.Footer-module__nhiC3q__footer:before{content:"";background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__nhiC3q__container{max-width:1400px;margin:0 auto;padding:0 2rem}.Footer-module__nhiC3q__content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;margin-bottom:3rem;display:grid}.Footer-module__nhiC3q__column{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__nhiC3q__logo{font-family:var(--font-heading);color:var(--white);font-size:1.75rem;font-weight:700}.Footer-module__nhiC3q__logoAccent{color:var(--primary)}.Footer-module__nhiC3q__description{color:#ffffffb3;font-size:1rem;line-height:1.7}.Footer-module__nhiC3q__certifications{flex-direction:column;gap:.5rem;display:flex}.Footer-module__nhiC3q__badge{color:var(--primary-light);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#3f869c40 0%,#3f869c26 100%);border:1px solid #3f869c4d;border-radius:12px;width:fit-content;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;display:inline-block}.Footer-module__nhiC3q__logosContainer{align-items:center;gap:2rem;margin-top:1.5rem;display:flex}.Footer-module__nhiC3q__certificationLogo{object-fit:contain;background:#fff;border-radius:12px;width:auto;height:100px;padding:.75rem;transition:all .3s}.Footer-module__nhiC3q__certificationLogo:hover{transform:scale(1.08);box-shadow:0 6px 20px #fff3}.Footer-module__nhiC3q__columnTitle{color:var(--white);margin-bottom:.5rem;font-size:1.2rem;font-weight:700}.Footer-module__nhiC3q__links{flex-direction:column;gap:.75rem;list-style:none;display:flex}.Footer-module__nhiC3q__links li a{color:#ffffffb3;cursor:pointer;font-size:1rem;transition:all .3s}.Footer-module__nhiC3q__links li a:hover{color:var(--primary);padding-left:5px}.Footer-module__nhiC3q__contactList{flex-direction:column;gap:1rem;list-style:none;display:flex}.Footer-module__nhiC3q__contactList li{color:#ffffffb3;align-items:flex-start;gap:.75rem;font-size:.95rem;line-height:1.6;display:flex}.Footer-module__nhiC3q__contactIcon{color:var(--primary);flex-shrink:0;justify-content:center;align-items:center;display:flex}.Footer-module__nhiC3q__divider{background:#ffffff1a;height:1px;margin:2rem 0}.Footer-module__nhiC3q__bottom{justify-content:space-between;align-items:center;gap:2rem;display:flex}.Footer-module__nhiC3q__copyright{color:#fff9;font-size:.95rem}.Footer-module__nhiC3q__legalLinks{gap:2rem;display:flex}.Footer-module__nhiC3q__legalLinks a{color:#fff9;font-size:.95rem;transition:color .3s}.Footer-module__nhiC3q__legalLinks a:hover{color:var(--primary)}.Footer-module__nhiC3q__socialLinks{gap:1rem;display:flex}.Footer-module__nhiC3q__socialIcon{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fffc;background:#ffffff14;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Footer-module__nhiC3q__socialIcon:hover{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);border-color:var(--primary);transform:translateY(-5px);box-shadow:0 8px 24px #3f869c66}@media (max-width:1024px){.Footer-module__nhiC3q__content{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__nhiC3q__bottom{text-align:center;flex-direction:column;align-items:center}}@media (max-width:768px){.Footer-module__nhiC3q__footer{padding:3rem 0 1.5rem}.Footer-module__nhiC3q__content{grid-template-columns:1fr;gap:2rem}.Footer-module__nhiC3q__bottom{gap:1.5rem}.Footer-module__nhiC3q__legalLinks{flex-direction:column;gap:.75rem}}
