.Navbar-module__hsyRjW__navbar{z-index:1000;padding:1rem 2rem;transition:all .4s;position:fixed;top:0;left:0;right:0}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;padding:.75rem 2rem;box-shadow:0 4px 30px #1a6b6b1a}.Navbar-module__hsyRjW__container{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Navbar-module__hsyRjW__brand{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__hsyRjW__logoWrapper{width:50px;height:50px;position:relative}.Navbar-module__hsyRjW__logo{object-fit:contain;z-index:1;filter:drop-shadow(0 4px 8px #0003);width:50px;height:50px;transition:transform .3s;position:relative}.Navbar-module__hsyRjW__brand:hover .Navbar-module__hsyRjW__logo{transform:scale(1.1)rotate(5deg)}.Navbar-module__hsyRjW__logoGlow{opacity:0;background:radial-gradient(circle,#d4a84b66 0%,#0000 70%);border-radius:50%;transition:opacity .3s;position:absolute;inset:-5px}.Navbar-module__hsyRjW__brand:hover .Navbar-module__hsyRjW__logoGlow{opacity:1}.Navbar-module__hsyRjW__brandName{color:var(--primary);text-shadow:none;font-size:1.3rem;font-weight:700;transition:color .3s}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled .Navbar-module__hsyRjW__brandName{color:var(--primary);text-shadow:none}.Navbar-module__hsyRjW__links{align-items:center;gap:2rem;display:flex}.Navbar-module__hsyRjW__link{color:var(--text);padding:.5rem 0;font-size:1rem;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled .Navbar-module__hsyRjW__link{color:var(--text)}.Navbar-module__hsyRjW__linkText{z-index:1;position:relative}.Navbar-module__hsyRjW__linkUnderline{background:var(--accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;right:0}.Navbar-module__hsyRjW__link:hover .Navbar-module__hsyRjW__linkUnderline{width:100%}.Navbar-module__hsyRjW__link:hover{color:var(--accent-light)}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled .Navbar-module__hsyRjW__link:hover{color:var(--accent-dark)}.Navbar-module__hsyRjW__ctaBtn{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:#fff;border-radius:50px;padding:.75rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 15px #d4a84b66}.Navbar-module__hsyRjW__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #d4a84b80}.Navbar-module__hsyRjW__ctaShine{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.Navbar-module__hsyRjW__ctaBtn:hover .Navbar-module__hsyRjW__ctaShine{left:100%}.Navbar-module__hsyRjW__adminLink{color:var(--accent);background:#d4a84b1a;border:1px solid #d4a84b33;border-radius:8px;align-items:center;gap:.4rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.Navbar-module__hsyRjW__adminLink:hover{background:#d4a84b33;border-color:#d4a84b66;transform:translateY(-1px)}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled .Navbar-module__hsyRjW__adminLink{color:var(--accent-dark);background:#d4a84b14;border-color:#d4a84b26}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled .Navbar-module__hsyRjW__adminLink:hover{background:#d4a84b26}.Navbar-module__hsyRjW__menuBtn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:10px;display:none}.Navbar-module__hsyRjW__menuBtn span{background:var(--primary);border-radius:2px;width:25px;height:3px;transition:all .3s;display:block}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled .Navbar-module__hsyRjW__menuBtn span{background:var(--primary)}.Navbar-module__hsyRjW__menuBtn.Navbar-module__hsyRjW__open span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__hsyRjW__menuBtn.Navbar-module__hsyRjW__open span:nth-child(2){opacity:0}.Navbar-module__hsyRjW__menuBtn.Navbar-module__hsyRjW__open span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}@media (max-width:768px){.Navbar-module__hsyRjW__navbar{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;padding:.75rem 1rem;box-shadow:0 2px 20px #1a6b6b1a}.Navbar-module__hsyRjW__navbar.Navbar-module__hsyRjW__scrolled{padding:.6rem 1rem}.Navbar-module__hsyRjW__menuBtn{z-index:10001;display:flex;position:relative}.Navbar-module__hsyRjW__links{z-index:10000;opacity:0;pointer-events:none;visibility:hidden;background:#0d4a4a;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;width:100vw;height:100dvh;padding:2rem;transition:all .4s;position:fixed;top:0;left:0}.Navbar-module__hsyRjW__links.Navbar-module__hsyRjW__open{opacity:1;pointer-events:all;visibility:visible}.Navbar-module__hsyRjW__links .Navbar-module__hsyRjW__link{color:#fff;text-align:center;padding:.6rem 1rem;font-size:1.3rem}.Navbar-module__hsyRjW__links .Navbar-module__hsyRjW__link:hover{color:#e8c778}.Navbar-module__hsyRjW__links .Navbar-module__hsyRjW__linkUnderline{background:#d4a84b}.Navbar-module__hsyRjW__links .Navbar-module__hsyRjW__ctaBtn{margin-top:.5rem;padding:1rem 2.5rem;font-size:1.1rem}.Navbar-module__hsyRjW__links .Navbar-module__hsyRjW__adminLink{color:#ffffffe6;background:#ffffff1a;border-color:#fff3;padding:.75rem 1.5rem;font-size:1rem}.Navbar-module__hsyRjW__links .Navbar-module__hsyRjW__adminLink:hover{background:#fff3}.Navbar-module__hsyRjW__brandName{font-size:1.1rem}.Navbar-module__hsyRjW__logoWrapper,.Navbar-module__hsyRjW__logo{width:40px;height:40px}}
.Footer-module__DaFM4q__footer{color:#fff;background:linear-gradient(#0a3d3d 0%,#062626 100%)}.Footer-module__DaFM4q__footerTop{border-bottom:1px solid #ffffff1a;padding:5rem 2rem}.Footer-module__DaFM4q__container{max-width:1200px;margin:0 auto}.Footer-module__DaFM4q__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;display:grid}.Footer-module__DaFM4q__brand{padding-left:2rem}.Footer-module__DaFM4q__logoLink{margin-bottom:1rem;display:inline-block}.Footer-module__DaFM4q__logo{object-fit:contain;filter:brightness(1.1);width:80px;height:80px;transition:transform .3s}.Footer-module__DaFM4q__logo:hover{transform:scale(1.05)}.Footer-module__DaFM4q__brandName{color:#fff;margin:0 0 .75rem;font-size:1.4rem;font-weight:700}.Footer-module__DaFM4q__brandDesc{color:#ffffffb3;margin:0 0 1.5rem;font-size:.95rem;line-height:1.8}.Footer-module__DaFM4q__socialLinks{gap:.75rem;display:flex}.Footer-module__DaFM4q__socialLink{color:#fff;background:#ffffff1a;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .3s;display:flex}.Footer-module__DaFM4q__socialLink:hover{background:var(--accent);transform:translateY(-3px)}.Footer-module__DaFM4q__socialLink svg{width:18px;height:18px}.Footer-module__DaFM4q__linksSection{padding-top:.5rem}.Footer-module__DaFM4q__linksTitle{color:#fff;margin:0 0 1.5rem;padding-bottom:.75rem;font-size:1.1rem;font-weight:700;position:relative}.Footer-module__DaFM4q__linksTitle:after{content:"";background:var(--accent);border-radius:2px;width:40px;height:3px;position:absolute;bottom:0;right:0}.Footer-module__DaFM4q__linksList{flex-direction:column;gap:.75rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__DaFM4q__link{color:#ffffffb3;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:inline-flex}.Footer-module__DaFM4q__link:hover{color:var(--accent-light);transform:translate(-5px)}.Footer-module__DaFM4q__linkArrow{opacity:0;transition:all .3s;transform:translate(5px)}.Footer-module__DaFM4q__link:hover .Footer-module__DaFM4q__linkArrow{opacity:1;transform:translate(0)}.Footer-module__DaFM4q__contactInfo{flex-direction:column;gap:1rem;display:flex}.Footer-module__DaFM4q__contactItem{color:#ffffffb3;align-items:center;gap:.75rem;font-size:.95rem;display:flex}.Footer-module__DaFM4q__contactIcon{font-size:1.1rem}.Footer-module__DaFM4q__footerBottom{padding:1.5rem 2rem}.Footer-module__DaFM4q__footerBottom .Footer-module__DaFM4q__container{justify-content:space-between;align-items:center;display:flex}.Footer-module__DaFM4q__copyright{color:#fff9;margin:0;font-size:.9rem}.Footer-module__DaFM4q__legalLinks{align-items:center;gap:1rem;font-size:.9rem;display:flex}.Footer-module__DaFM4q__legalLinks a{color:#fff9;text-decoration:none;transition:color .3s}.Footer-module__DaFM4q__legalLinks a:hover{color:var(--accent-light)}.Footer-module__DaFM4q__legalLinks span{color:#ffffff4d}@media (max-width:900px){.Footer-module__DaFM4q__grid{grid-template-columns:1fr 1fr;gap:2.5rem}.Footer-module__DaFM4q__brand{grid-column:span 2;padding-left:0}}@media (max-width:600px){.Footer-module__DaFM4q__footerTop{padding:3rem 1.5rem}.Footer-module__DaFM4q__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__DaFM4q__brand{text-align:center;grid-column:span 1}.Footer-module__DaFM4q__socialLinks{justify-content:center}.Footer-module__DaFM4q__linksTitle:after{right:50%;transform:translate(50%)}.Footer-module__DaFM4q__linksSection{text-align:center}.Footer-module__DaFM4q__link{justify-content:center}.Footer-module__DaFM4q__contactInfo{align-items:center}.Footer-module__DaFM4q__footerBottom .Footer-module__DaFM4q__container{text-align:center;flex-direction:column;gap:1rem}}
.Hero-module__lYpGPq__hero{flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__lYpGPq__bgGradient{background:radial-gradient(at 20% 20%,#d4a84b26 0%,#0000 50%),radial-gradient(at 80% 80%,#2e9b9b1a 0%,#0000 50%),radial-gradient(at 50% 100%,#d4a84b14 0%,#0000 40%),linear-gradient(#fff 0%,#fafafa 50%,#f5f5f0 100%);animation:15s infinite Hero-module__lYpGPq__gradientShift;position:absolute;inset:0}@keyframes Hero-module__lYpGPq__gradientShift{0%,to{filter:hue-rotate()}50%{filter:hue-rotate(10deg)}}.Hero-module__lYpGPq__bgPattern{opacity:.8;background-image:radial-gradient(circle at 25% 25%,#ffffff08 1px,#0000 1px),radial-gradient(circle at 75% 75%,#ffffff08 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.Hero-module__lYpGPq__shapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__lYpGPq__shape1,.Hero-module__lYpGPq__shape2,.Hero-module__lYpGPq__shape3,.Hero-module__lYpGPq__shape4{opacity:.15;filter:blur(2px);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;position:absolute}.Hero-module__lYpGPq__shape1{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);width:400px;height:400px;animation:20s ease-in-out infinite Hero-module__lYpGPq__morphShape,15s ease-in-out infinite Hero-module__lYpGPq__float1;top:-150px;right:-100px}.Hero-module__lYpGPq__shape2{background:linear-gradient(135deg,#ffffff4d 0%,#ffffff1a 100%);width:300px;height:300px;animation:18s ease-in-out infinite reverse Hero-module__lYpGPq__morphShape,12s ease-in-out infinite Hero-module__lYpGPq__float2;bottom:10%;left:-100px}.Hero-module__lYpGPq__shape3{background:var(--accent);width:200px;height:200px;animation:15s ease-in-out infinite Hero-module__lYpGPq__morphShape,18s ease-in-out infinite Hero-module__lYpGPq__float3;top:60%;right:10%}.Hero-module__lYpGPq__shape4{background:#ffffff1a;width:150px;height:150px;animation:12s ease-in-out infinite reverse Hero-module__lYpGPq__morphShape,10s ease-in-out infinite Hero-module__lYpGPq__float1;top:20%;left:15%}.Hero-module__lYpGPq__hexagon{background:linear-gradient(135deg,var(--accent),var(--accent-light));clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:.15;width:120px;height:104px;animation:30s linear infinite Hero-module__lYpGPq__hexRotate;position:absolute;top:30%;right:20%}@keyframes Hero-module__lYpGPq__morphShape{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@keyframes Hero-module__lYpGPq__float1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(30px,40px)rotate(10deg)}}@keyframes Hero-module__lYpGPq__float2{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-20px,-30px)rotate(-15deg)}}@keyframes Hero-module__lYpGPq__float3{0%,to{transform:translate(0)scale(1)}50%{transform:translate(15px,-20px)scale(1.1)}}@keyframes Hero-module__lYpGPq__hexRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__lYpGPq__particles{pointer-events:none;position:absolute;inset:0}.Hero-module__lYpGPq__particle{background:#2e9b9b80;border-radius:50%;width:6px;height:6px;position:absolute;box-shadow:0 0 10px #2e9b9b99}.Hero-module__lYpGPq__orbs{pointer-events:none;position:absolute;inset:0}.Hero-module__lYpGPq__orb1,.Hero-module__lYpGPq__orb2,.Hero-module__lYpGPq__orb3{filter:blur(80px);border-radius:50%;position:absolute}.Hero-module__lYpGPq__orb1{background:#2e9b9b26;width:500px;height:500px;animation:8s ease-in-out infinite Hero-module__lYpGPq__orbPulse;top:-200px;left:-200px}.Hero-module__lYpGPq__orb2{background:#d4a84b26;width:400px;height:400px;animation:10s ease-in-out infinite reverse Hero-module__lYpGPq__orbPulse;bottom:-150px;right:-150px}.Hero-module__lYpGPq__orb3{background:#ffffff1a;width:300px;height:300px;animation:12s ease-in-out infinite Hero-module__lYpGPq__orbPulse;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes Hero-module__lYpGPq__orbPulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.2)}}.Hero-module__lYpGPq__content{z-index:10;text-align:center;flex-direction:column;align-items:center;max-width:900px;display:flex;position:relative}.Hero-module__lYpGPq__logoContainer{margin-bottom:2rem;position:relative}.Hero-module__lYpGPq__logoRing,.Hero-module__lYpGPq__logoRing2{border:2px solid #d4a84b4d;border-radius:50%;animation:3s ease-in-out infinite Hero-module__lYpGPq__ringPulse;position:absolute}.Hero-module__lYpGPq__logoRing{inset:-20px}.Hero-module__lYpGPq__logoRing2{border-color:#d4a84b26;animation-delay:.5s;inset:-40px}@keyframes Hero-module__lYpGPq__ringPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.1)}}.Hero-module__lYpGPq__logo{object-fit:contain;filter:drop-shadow(0 20px 40px #0006);z-index:1;width:180px;height:180px;position:relative}.Hero-module__lYpGPq__logoGlow{z-index:0;background:radial-gradient(circle,#d4a84b66 0%,#0000 60%);border-radius:50%;animation:4s ease-in-out infinite Hero-module__lYpGPq__glowPulse;position:absolute;inset:-30px}@keyframes Hero-module__lYpGPq__glowPulse{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.15)}}.Hero-module__lYpGPq__title{flex-direction:column;gap:.25rem;margin-bottom:1.5rem;display:flex}.Hero-module__lYpGPq__titleLine1{color:var(--accent-light);letter-spacing:.1em;text-transform:uppercase;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}.Hero-module__lYpGPq__titleLine2{color:#1a5e5e;text-shadow:none;background:linear-gradient(135deg,#1a5e5e 0%,#d4a84b 50%,#1a5e5e 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;animation:5s linear infinite Hero-module__lYpGPq__textShine}@keyframes Hero-module__lYpGPq__textShine{0%{background-position:0%}to{background-position:200%}}.Hero-module__lYpGPq__subtitle{color:#4a5568;max-width:600px;margin-bottom:2.5rem;font-size:clamp(1.1rem,2.5vw,1.5rem);line-height:1.8}.Hero-module__lYpGPq__ctaContainer{flex-wrap:wrap;justify-content:center;gap:1.5rem;margin-bottom:3rem;display:flex}.Hero-module__lYpGPq__ctaPrimary{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:#fff;border-radius:60px;align-items:center;gap:.75rem;padding:1.1rem 2.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .4s;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 30px #d4a84b66,inset 0 1px #fff3}.Hero-module__lYpGPq__ctaPrimary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .6s;position:absolute;top:0;left:-100%}.Hero-module__lYpGPq__ctaPrimary:hover:before{left:100%}.Hero-module__lYpGPq__ctaPrimary:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 40px #d4a84b80,inset 0 1px #ffffff4d}.Hero-module__lYpGPq__ctaArrow{width:20px;height:20px;transition:transform .3s}.Hero-module__lYpGPq__ctaPrimary:hover .Hero-module__lYpGPq__ctaArrow{transform:translate(-5px)}.Hero-module__lYpGPq__ctaSecondary{color:#1a5e5e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a5e5e0d;border:2px solid #1a5e5e4d;border-radius:60px;align-items:center;padding:1.1rem 2.5rem;font-size:1.15rem;font-weight:700;text-decoration:none;transition:all .4s;display:flex}.Hero-module__lYpGPq__ctaSecondary:hover{background:#1a5e5e1a;border-color:#1a5e5e80;transform:translateY(-4px)}.Hero-module__lYpGPq__stats{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#1a5e5e14;border:1px solid #1a5e5e26;border-radius:100px;align-items:center;gap:2rem;padding:1.5rem 2.5rem;display:flex}.Hero-module__lYpGPq__stat{flex-direction:column;align-items:center;gap:.25rem;display:flex}.Hero-module__lYpGPq__statNumber{color:var(--accent-light);font-size:1.8rem;font-weight:800}.Hero-module__lYpGPq__statLabel{color:#4a5568;font-size:.85rem}.Hero-module__lYpGPq__statDivider{background:#1a5e5e33;width:1px;height:40px}.Hero-module__lYpGPq__scrollIndicator{flex-direction:column;align-items:center;gap:.75rem;text-decoration:none;animation:2s ease-in-out infinite Hero-module__lYpGPq__scrollBounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.Hero-module__lYpGPq__scrollText{color:#1a5e5eb3;font-size:.85rem;font-weight:500;display:none}.Hero-module__lYpGPq__scrollMouse{border:2px solid #1a5e5e66;border-radius:13px;justify-content:center;width:26px;height:42px;padding-top:8px;display:flex}.Hero-module__lYpGPq__scrollWheel{background:var(--accent);border-radius:2px;width:4px;height:10px;animation:2s ease-in-out infinite Hero-module__lYpGPq__scrollWheelMove}@keyframes Hero-module__lYpGPq__scrollBounce{0%,to{transform:translate(-50%)translateY(0)}50%{transform:translate(-50%)translateY(10px)}}@keyframes Hero-module__lYpGPq__scrollWheelMove{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(8px)}}@media (max-width:768px){.Hero-module__lYpGPq__hero{padding:5rem 1.5rem 2rem}.Hero-module__lYpGPq__logo{width:140px;height:140px}.Hero-module__lYpGPq__stats{flex-wrap:wrap;gap:1.5rem;padding:1.25rem 1.5rem}.Hero-module__lYpGPq__statDivider{display:none}.Hero-module__lYpGPq__ctaContainer{flex-direction:column;width:100%}.Hero-module__lYpGPq__ctaPrimary,.Hero-module__lYpGPq__ctaSecondary{justify-content:center;width:100%}.Hero-module__lYpGPq__shape1,.Hero-module__lYpGPq__shape2,.Hero-module__lYpGPq__shape3,.Hero-module__lYpGPq__shape4,.Hero-module__lYpGPq__hexagon{display:none}}
.About-module__w0UIqa__about{background:linear-gradient(#fff 0%,#f7f9fc 50%,#fff 100%);padding:8rem 2rem;position:relative;overflow:hidden}.About-module__w0UIqa__decorations{pointer-events:none;position:absolute;inset:0;overflow:hidden}.About-module__w0UIqa__decorCircle1{background:radial-gradient(circle,#1a6b6b0f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;left:-200px}.About-module__w0UIqa__decorCircle2{background:radial-gradient(circle,#d4a84b14 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-150px;right:-150px}.About-module__w0UIqa__decorLine1{background:linear-gradient(#0000,#1a6b6b33,#0000);width:1px;height:200px;position:absolute;top:20%;left:10%}.About-module__w0UIqa__decorLine2{background:linear-gradient(#0000,#d4a84b33,#0000);width:1px;height:300px;position:absolute;top:40%;right:15%}.About-module__w0UIqa__decorDots{background-image:radial-gradient(circle,#1a6b6b26 2px,#0000 2px);background-size:20px 20px;width:100px;height:100px;position:absolute;top:10%;right:10%}.About-module__w0UIqa__container{z-index:1;max-width:1100px;margin:0 auto;position:relative}.About-module__w0UIqa__header{text-align:center;margin-bottom:4rem}.About-module__w0UIqa__badge{color:var(--primary);background:linear-gradient(135deg,#1a6b6b1a 0%,#d4a84b1a 100%);border:1px solid #1a6b6b33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.About-module__w0UIqa__title{color:var(--primary-dark);background:linear-gradient(135deg,var(--primary-dark)0%,var(--primary)50%,var(--accent)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-size:clamp(2rem,5vw,3rem);font-weight:800}.About-module__w0UIqa__content{grid-template-columns:1fr 1fr;align-items:start;gap:4rem;display:grid}.About-module__w0UIqa__textContent{flex-direction:column;gap:1.5rem;display:flex}.About-module__w0UIqa__textLine{overflow:hidden}.About-module__w0UIqa__description{color:var(--text);margin:0;font-size:1.2rem;line-height:2}.About-module__w0UIqa__subdesc{color:var(--text-light);margin:0;font-size:1.05rem;line-height:1.9}.About-module__w0UIqa__learnMore{color:var(--accent-dark);align-items:center;gap:.5rem;margin-top:.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.About-module__w0UIqa__learnMore svg{width:20px;height:20px;transition:transform .3s}.About-module__w0UIqa__learnMore:hover{color:var(--primary)}.About-module__w0UIqa__learnMore:hover svg{transform:translate(-5px,-5px)}.About-module__w0UIqa__features{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.About-module__w0UIqa__feature{background:#fff;border:1px solid #1a6b6b14;border-radius:20px;gap:1rem;padding:1.5rem;transition:all .4s;display:flex;box-shadow:0 4px 20px #1a6b6b14}.About-module__w0UIqa__feature:hover{border-color:#d4a84b4d;transform:translateY(-5px);box-shadow:0 15px 40px #1a6b6b1f}.About-module__w0UIqa__featureIcon{background:linear-gradient(135deg,#1a6b6b1a 0%,#d4a84b1a 100%);border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:60px;height:60px;font-size:1.8rem;display:flex;position:relative}.About-module__w0UIqa__featureGlow{opacity:0;background:radial-gradient(circle,#d4a84b4d 0%,#0000 60%);border-radius:20px;transition:opacity .3s;position:absolute;inset:-5px}.About-module__w0UIqa__feature:hover .About-module__w0UIqa__featureGlow{opacity:1}.About-module__w0UIqa__featureText h3{color:var(--primary-dark);margin:0 0 .25rem;font-size:1.1rem;font-weight:700}.About-module__w0UIqa__featureText p{color:var(--text-light);margin:0;font-size:.9rem}.About-module__w0UIqa__visionCard{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;border-radius:24px;align-items:center;gap:2rem;margin-top:4rem;padding:2.5rem;display:flex;box-shadow:0 20px 60px #1a6b6b4d}.About-module__w0UIqa__visionIcon{background:#ffffff26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:80px;height:80px;font-size:2.5rem;display:flex}.About-module__w0UIqa__visionContent h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.About-module__w0UIqa__visionContent p{opacity:.9;margin:0;font-size:1.1rem;line-height:1.8}@media (max-width:900px){.About-module__w0UIqa__content{grid-template-columns:1fr;gap:3rem}.About-module__w0UIqa__features{grid-template-columns:1fr}}@media (max-width:768px){.About-module__w0UIqa__about{padding:5rem 1.5rem}.About-module__w0UIqa__visionCard{text-align:center;flex-direction:column;padding:2rem}.About-module__w0UIqa__decorLine1,.About-module__w0UIqa__decorLine2,.About-module__w0UIqa__decorDots{display:none}}
.Programs-module__XbSR1G__programs{background:linear-gradient(135deg,#0d4a4a 0%,#1a6b6b 50%,#0d4a4a 100%);padding:8rem 2rem;position:relative;overflow:hidden}.Programs-module__XbSR1G__bgPattern{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.Programs-module__XbSR1G__bgGlow1{filter:blur(40px);background:radial-gradient(circle,#d4a84b26 0%,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:-200px;right:-200px}.Programs-module__XbSR1G__bgGlow2{filter:blur(40px);background:radial-gradient(circle,#4ecdc41a 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;bottom:-200px;left:-200px}.Programs-module__XbSR1G__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Programs-module__XbSR1G__header{text-align:center;margin-bottom:4rem}.Programs-module__XbSR1G__badge{color:var(--accent-light);background:#d4a84b33;border:1px solid #d4a84b4d;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.Programs-module__XbSR1G__title{color:#fff;margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.Programs-module__XbSR1G__subtitle{color:#ffffffb3;max-width:500px;margin:0 auto;font-size:1.15rem}.Programs-module__XbSR1G__grid{perspective:1000px;grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.Programs-module__XbSR1G__card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;padding:2.5rem;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Programs-module__XbSR1G__card:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-10px);box-shadow:0 25px 60px #0000004d,0 0 40px #d4a84b1a}.Programs-module__XbSR1G__cardShine{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff1a,#0000);width:100%;height:100%;position:absolute;top:0;left:-100%}.Programs-module__XbSR1G__cardNumber{color:#ffffff0d;font-size:3rem;font-weight:900;line-height:1;position:absolute;top:1.5rem;left:1.5rem}.Programs-module__XbSR1G__cardIcon{color:#ffffffd9;background:#ffffff1f;border:1px solid #ffffff14;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:1.5rem;transition:all .4s;display:flex}.Programs-module__XbSR1G__cardTitle{color:#fff;margin:0 0 1rem;font-size:1.5rem;font-weight:700}.Programs-module__XbSR1G__cardDescription{color:#ffffffb3;margin:0 0 1.5rem;font-size:1rem;line-height:1.8}.Programs-module__XbSR1G__cardFooter{align-items:center;display:flex}.Programs-module__XbSR1G__cardCta{color:var(--accent-light);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-flex}.Programs-module__XbSR1G__cardCta svg{width:18px;height:18px;transition:transform .3s}.Programs-module__XbSR1G__card:hover .Programs-module__XbSR1G__cardCta{color:#fff}.Programs-module__XbSR1G__card:hover .Programs-module__XbSR1G__cardCta svg{transform:translate(-5px,-5px)}.Programs-module__XbSR1G__cardDecor{opacity:.1;background:#ffffff26;border-radius:50%;width:150px;height:150px;transition:all .5s;position:absolute;bottom:-50px;left:-50px}.Programs-module__XbSR1G__card:hover .Programs-module__XbSR1G__cardDecor{opacity:.15;transform:scale(1.5)}.Programs-module__XbSR1G__ctaSection{background:linear-gradient(135deg,#d4a84b26 0%,#d4a84b0d 100%);border:1px solid #d4a84b4d;border-radius:24px;justify-content:space-between;align-items:center;gap:2rem;margin-top:4rem;padding:2.5rem;display:flex}.Programs-module__XbSR1G__ctaContent h3{color:#fff;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.Programs-module__XbSR1G__ctaContent p{color:#ffffffb3;margin:0;font-size:1rem}.Programs-module__XbSR1G__ctaButton{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);color:#fff;border-radius:50px;flex-shrink:0;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .4s;display:inline-flex;box-shadow:0 8px 30px #d4a84b66}.Programs-module__XbSR1G__ctaButton:hover{transform:translateY(-3px);box-shadow:0 15px 40px #d4a84b80}.Programs-module__XbSR1G__ctaArrow{font-size:1.3rem;transition:transform .3s}.Programs-module__XbSR1G__ctaButton:hover .Programs-module__XbSR1G__ctaArrow{transform:translate(-5px)}@media (max-width:900px){.Programs-module__XbSR1G__grid{grid-template-columns:1fr}}@media (max-width:768px){.Programs-module__XbSR1G__programs{padding:5rem 1.5rem}.Programs-module__XbSR1G__ctaSection{text-align:center;flex-direction:column}.Programs-module__XbSR1G__card{padding:2rem}}
.section-module__QwAcQW__page{background:var(--bg);min-height:100vh}.section-module__QwAcQW__hero{justify-content:center;align-items:center;min-height:360px;padding:7rem 2rem 3.5rem;display:flex;position:relative;overflow:hidden}.section-module__QwAcQW__heroBg{background:linear-gradient(135deg,#0d4a4a 0%,#1a6b6b 50%,#0d4a4a 100%);position:absolute;inset:0}.section-module__QwAcQW__heroPattern{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.section-module__QwAcQW__heroGlow1{filter:blur(60px);background:radial-gradient(circle,#d4a84b33 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.section-module__QwAcQW__heroGlow2{filter:blur(60px);background:radial-gradient(circle,#2e9b9b26 0%,#0000 60%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.section-module__QwAcQW__heroShapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.section-module__QwAcQW__shape1,.section-module__QwAcQW__shape2{opacity:.1;filter:blur(2px);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;position:absolute}.section-module__QwAcQW__shape1{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);width:250px;height:250px;animation:20s ease-in-out infinite section-module__QwAcQW__morphShape;top:-80px;right:-30px}.section-module__QwAcQW__shape2{background:#fff3;width:180px;height:180px;animation:18s ease-in-out infinite reverse section-module__QwAcQW__morphShape;bottom:10%;left:-40px}@keyframes section-module__QwAcQW__morphShape{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}.section-module__QwAcQW__heroContent{z-index:2;text-align:center;color:#fff;flex-direction:column;align-items:center;display:flex;position:relative}.section-module__QwAcQW__heroBadge{color:var(--accent-light);background:#d4a84b33;border:1px solid #d4a84b4d;border-radius:50px;align-items:center;gap:.4rem;margin-bottom:1rem;padding:.4rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.section-module__QwAcQW__heroTitle{letter-spacing:.02em;margin-bottom:1.25rem;font-size:clamp(1.8rem,4vw,2.8rem);font-weight:800}.section-module__QwAcQW__breadcrumb{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:.35rem;padding:.5rem 1.3rem;font-size:.85rem;display:inline-flex}.section-module__QwAcQW__breadcrumbLink{color:var(--accent-light);font-weight:600;text-decoration:none;transition:opacity .2s}.section-module__QwAcQW__breadcrumbLink:hover{opacity:.8}.section-module__QwAcQW__breadcrumbSep{color:#ffffff59;align-items:center;display:flex}.section-module__QwAcQW__breadcrumbCurrent{color:#ffffffbf;text-overflow:ellipsis;white-space:nowrap;max-width:200px;font-weight:500;overflow:hidden}.section-module__QwAcQW__container{max-width:900px;margin:0 auto;padding:2.5rem 2rem 5rem}.section-module__QwAcQW__sectionHeader{margin-bottom:2rem}.section-module__QwAcQW__backLink{color:var(--primary);background:#1a6b6b0f;border:1px solid #1a6b6b1a;border-radius:12px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.section-module__QwAcQW__backLink:hover{background:#1a6b6b1a;border-color:#1a6b6b33;transform:translate(4px)}.section-module__QwAcQW__itemsGrid{flex-direction:column;gap:1rem;display:flex}.section-module__QwAcQW__item{background:#fff;border:1px solid #1a6b6b14;border-radius:16px;align-items:center;gap:1rem;padding:1.25rem 1.5rem;transition:all .3s;display:flex;box-shadow:0 2px 12px #1a6b6b0a}.section-module__QwAcQW__item:hover{border-color:#1a6b6b26;transform:translate(-4px);box-shadow:0 8px 30px #1a6b6b14}.section-module__QwAcQW__itemIcon{width:50px;height:50px;color:var(--primary);background:linear-gradient(135deg,#1a6b6b14,#1a6b6b08);border:1px solid #1a6b6b1a;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;transition:all .3s;display:flex}.section-module__QwAcQW__item:hover .section-module__QwAcQW__itemIcon{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-color:#0000}.section-module__QwAcQW__itemContent{flex:1;min-width:0}.section-module__QwAcQW__itemNumber{color:var(--accent-dark);opacity:.6;font-size:.75rem;font-weight:700}.section-module__QwAcQW__itemTitle{color:var(--primary-dark);margin:0;font-size:1rem;font-weight:600;line-height:1.5}.section-module__QwAcQW__itemActions{flex-shrink:0;align-items:center;gap:.5rem;display:flex}.section-module__QwAcQW__viewBtn,.section-module__QwAcQW__downloadBtn{white-space:nowrap;border-radius:10px;align-items:center;gap:.35rem;padding:.5rem 1rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.section-module__QwAcQW__viewBtn{color:var(--primary);background:#1a6b6b0f;border:1px solid #1a6b6b1a}.section-module__QwAcQW__viewBtn:hover{background:#1a6b6b1f;border-color:#1a6b6b33}.section-module__QwAcQW__downloadBtn{color:#fff;background:linear-gradient(135deg,var(--accent),var(--accent-light));border:none;box-shadow:0 4px 12px #d4a84b4d}.section-module__QwAcQW__downloadBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4a84b66}.section-module__QwAcQW__noFile{color:var(--text-light);opacity:.6;align-items:center;gap:.3rem;font-size:.8rem;display:inline-flex}.section-module__QwAcQW__emptyState{text-align:center;color:var(--text-light);padding:4rem 2rem}.section-module__QwAcQW__emptyIcon{width:80px;height:80px;color:var(--primary);opacity:.5;background:#1a6b6b0f;border-radius:20px;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.section-module__QwAcQW__emptyState h3{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.section-module__QwAcQW__emptyState p{color:var(--text-light);font-size:1rem}.section-module__QwAcQW__loadingContainer{min-height:60vh;color:var(--primary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.section-module__QwAcQW__spinner{border:3px solid #1a6b6b26;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite section-module__QwAcQW__spin}@keyframes section-module__QwAcQW__spin{to{transform:rotate(360deg)}}.section-module__QwAcQW__errorContainer{min-height:50vh;color:var(--primary-dark);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.section-module__QwAcQW__errorContainer h2{font-size:1.5rem;font-weight:700}.section-module__QwAcQW__backBtn{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;border-radius:50px;align-items:center;gap:.5rem;padding:.7rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 15px #d4a84b4d}.section-module__QwAcQW__backBtn:hover{transform:translateY(-3px);box-shadow:0 8px 25px #d4a84b66}@media (max-width:768px){.section-module__QwAcQW__hero{min-height:300px;padding:6rem 1.5rem 2.5rem}.section-module__QwAcQW__heroTitle{font-size:1.6rem}.section-module__QwAcQW__container{padding:2rem 1.25rem 4rem}.section-module__QwAcQW__item{flex-wrap:wrap;gap:.75rem}.section-module__QwAcQW__itemActions{justify-content:flex-end;width:100%}.section-module__QwAcQW__shape1,.section-module__QwAcQW__shape2{display:none}}
.governance-module__q8Y5rW__page{background:var(--bg);min-height:100vh}.governance-module__q8Y5rW__hero{justify-content:center;align-items:center;min-height:420px;padding:7rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.governance-module__q8Y5rW__heroBg{background:linear-gradient(135deg,#0d4a4a 0%,#1a6b6b 50%,#0d4a4a 100%);position:absolute;inset:0}.governance-module__q8Y5rW__heroPattern{background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;position:absolute;inset:0}.governance-module__q8Y5rW__heroGlow1{filter:blur(60px);background:radial-gradient(circle,#d4a84b33 0%,#0000 60%);border-radius:50%;width:500px;height:500px;position:absolute;top:-200px;right:-100px}.governance-module__q8Y5rW__heroGlow2{filter:blur(60px);background:radial-gradient(circle,#2e9b9b26 0%,#0000 60%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-100px;left:-100px}.governance-module__q8Y5rW__heroShapes{pointer-events:none;position:absolute;inset:0;overflow:hidden}.governance-module__q8Y5rW__shape1,.governance-module__q8Y5rW__shape2,.governance-module__q8Y5rW__shape3{opacity:.12;filter:blur(2px);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;position:absolute}.governance-module__q8Y5rW__shape1{background:linear-gradient(135deg,var(--accent)0%,var(--accent-light)100%);width:300px;height:300px;animation:20s ease-in-out infinite governance-module__q8Y5rW__morphShape,15s ease-in-out infinite governance-module__q8Y5rW__float1;top:-100px;right:-50px}.governance-module__q8Y5rW__shape2{background:#fff3;width:200px;height:200px;animation:18s ease-in-out infinite reverse governance-module__q8Y5rW__morphShape,12s ease-in-out infinite governance-module__q8Y5rW__float2;bottom:5%;left:-50px}.governance-module__q8Y5rW__shape3{background:var(--accent);width:150px;height:150px;animation:15s ease-in-out infinite governance-module__q8Y5rW__morphShape,18s ease-in-out infinite governance-module__q8Y5rW__float1;top:60%;right:15%}.governance-module__q8Y5rW__hexagon{background:linear-gradient(135deg,var(--accent),var(--accent-light));clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);opacity:.1;width:100px;height:87px;animation:30s linear infinite governance-module__q8Y5rW__hexRotate;position:absolute;top:25%;left:20%}@keyframes governance-module__q8Y5rW__morphShape{0%,to{border-radius:30% 70% 70% 30%/30% 30% 70% 70%}25%{border-radius:58% 42% 75% 25%/76% 46% 54% 24%}50%{border-radius:50% 50% 33% 67%/55% 27% 73% 45%}75%{border-radius:33% 67% 58% 42%/63% 68% 32% 37%}}@keyframes governance-module__q8Y5rW__float1{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(30px,40px)rotate(10deg)}}@keyframes governance-module__q8Y5rW__float2{0%,to{transform:translate(0)rotate(0)}50%{transform:translate(-20px,-30px)rotate(-15deg)}}@keyframes governance-module__q8Y5rW__hexRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.governance-module__q8Y5rW__heroContent{z-index:2;text-align:center;color:#fff;flex-direction:column;align-items:center;display:flex;position:relative}.governance-module__q8Y5rW__heroBadge{color:var(--accent-light);background:#d4a84b33;border:1px solid #d4a84b4d;border-radius:50px;margin-bottom:1.25rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.governance-module__q8Y5rW__heroTitle{letter-spacing:.02em;margin-bottom:1rem;font-size:clamp(2.2rem,5vw,3.5rem);font-weight:900}.governance-module__q8Y5rW__heroSubtitle{color:#ffffffb3;max-width:500px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.governance-module__q8Y5rW__breadcrumb{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff14;border:1px solid #ffffff1f;border-radius:50px;align-items:center;gap:.4rem;padding:.6rem 1.5rem;font-size:.9rem;display:inline-flex}.governance-module__q8Y5rW__breadcrumbLink{color:var(--accent-light);font-weight:600;text-decoration:none;transition:opacity .2s}.governance-module__q8Y5rW__breadcrumbLink:hover{opacity:.8}.governance-module__q8Y5rW__breadcrumbSep{color:#fff6;align-items:center;display:flex}.governance-module__q8Y5rW__breadcrumbCurrent{color:#fffc;font-weight:500}.governance-module__q8Y5rW__container{max-width:1200px;margin:0 auto;padding:4rem 2rem 6rem}.governance-module__q8Y5rW__grid{perspective:1000px;grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.governance-module__q8Y5rW__card{color:inherit;cursor:pointer;background:#fff;border:1px solid #1a6b6b14;border-radius:24px;flex-direction:column;align-items:flex-start;padding:2.5rem 2rem 2rem;text-decoration:none;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #1a6b6b0f,0 0 0 1px #1a6b6b0a}.governance-module__q8Y5rW__card:hover{border-color:#1a6b6b26;transform:translateY(-10px);box-shadow:0 25px 60px #1a6b6b1f,0 0 40px #d4a84b0f}.governance-module__q8Y5rW__cardShine{pointer-events:none;background:linear-gradient(90deg,#0000,#d4a84b0d,#0000);width:100%;height:100%;transition:right .6s;position:absolute;top:0;right:-100%}.governance-module__q8Y5rW__card:hover .governance-module__q8Y5rW__cardShine{right:100%}.governance-module__q8Y5rW__cardNumber{color:#1a6b6b0a;font-size:3.5rem;font-weight:900;line-height:1;position:absolute;top:1rem;left:1.25rem}.governance-module__q8Y5rW__cardIcon{width:60px;height:60px;color:var(--primary);background:linear-gradient(135deg,#1a6b6b14,#1a6b6b0a);border:1px solid #1a6b6b1a;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.25rem;transition:all .4s;display:flex}.governance-module__q8Y5rW__card:hover .governance-module__q8Y5rW__cardIcon{background:linear-gradient(135deg,var(--accent),var(--accent-light));color:#fff;border-color:#0000;transform:scale(1.05);box-shadow:0 8px 20px #d4a84b4d}.governance-module__q8Y5rW__cardTitle{color:var(--primary-dark);margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.6}.governance-module__q8Y5rW__cardCount{color:var(--text-light);margin-bottom:1.25rem;font-size:.85rem}.governance-module__q8Y5rW__cardCta{color:var(--accent-dark);align-items:center;gap:.5rem;margin-top:auto;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.governance-module__q8Y5rW__cardCta svg{transition:transform .3s}.governance-module__q8Y5rW__card:hover .governance-module__q8Y5rW__cardCta{color:var(--primary)}.governance-module__q8Y5rW__card:hover .governance-module__q8Y5rW__cardCta svg{transform:translate(-4px,-4px)}.governance-module__q8Y5rW__cardDecor{opacity:0;background:linear-gradient(135deg,#1a6b6b0f,#0000);border-radius:50%;width:120px;height:120px;transition:all .5s;position:absolute;bottom:-40px;left:-40px}.governance-module__q8Y5rW__card:hover .governance-module__q8Y5rW__cardDecor{opacity:1;transform:scale(1.5)}.governance-module__q8Y5rW__empty{text-align:center;color:var(--text-light);padding:4rem 2rem;font-size:1.2rem}.governance-module__q8Y5rW__loadingContainer{min-height:60vh;color:var(--primary);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:1.1rem;display:flex}.governance-module__q8Y5rW__spinner{border:3px solid #1a6b6b26;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite governance-module__q8Y5rW__spin}@keyframes governance-module__q8Y5rW__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.governance-module__q8Y5rW__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.governance-module__q8Y5rW__hero{min-height:340px;padding:6rem 1.5rem 3rem}.governance-module__q8Y5rW__heroTitle{font-size:2rem}.governance-module__q8Y5rW__grid{grid-template-columns:1fr;gap:1.25rem}.governance-module__q8Y5rW__container{padding:2.5rem 1.25rem 4rem}.governance-module__q8Y5rW__card{padding:2rem 1.5rem}.governance-module__q8Y5rW__shape1,.governance-module__q8Y5rW__shape2,.governance-module__q8Y5rW__shape3,.governance-module__q8Y5rW__hexagon{display:none}}
.Contact-module__kUJbPq__contact{background:linear-gradient(#fff 0%,#f7f9fc 100%);padding:8rem 2rem;position:relative;overflow:hidden}.Contact-module__kUJbPq__bgPattern{background-image:radial-gradient(circle at 1px 1px,#1a6b6b0d 1px,#0000 0);background-size:40px 40px;position:absolute;inset:0}.Contact-module__kUJbPq__bgShape1{filter:blur(60px);background:linear-gradient(135deg,#1a6b6b1a,#0000);border-radius:50%;width:400px;height:400px;position:absolute;top:-100px;left:-100px}.Contact-module__kUJbPq__bgShape2{filter:blur(60px);background:linear-gradient(135deg,#d4a84b1a,#0000);border-radius:50%;width:300px;height:300px;position:absolute;bottom:-100px;right:-100px}.Contact-module__kUJbPq__container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Contact-module__kUJbPq__header{text-align:center;margin-bottom:4rem}.Contact-module__kUJbPq__badge{color:var(--primary);background:linear-gradient(135deg,#1a6b6b1a 0%,#d4a84b1a 100%);border:1px solid #1a6b6b33;border-radius:50px;margin-bottom:1rem;padding:.5rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.Contact-module__kUJbPq__title{color:var(--primary-dark);margin:0 0 1rem;font-size:clamp(2rem,5vw,3rem);font-weight:800}.Contact-module__kUJbPq__subtitle{color:var(--text-light);margin:0;font-size:1.15rem}.Contact-module__kUJbPq__content{grid-template-columns:1.2fr 1fr;align-items:start;gap:3rem;display:grid}.Contact-module__kUJbPq__form{background:#fff;border:1px solid #1a6b6b14;border-radius:24px;padding:2.5rem;box-shadow:0 20px 60px #1a6b6b1a}.Contact-module__kUJbPq__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.Contact-module__kUJbPq__formGroup{margin-bottom:1.5rem}.Contact-module__kUJbPq__label{color:var(--text);margin-bottom:.5rem;font-size:.95rem;font-weight:600;display:block}.Contact-module__kUJbPq__inputWrapper{background:#f7f9fc;border:2px solid #c8d0da;border-radius:12px;flex-direction:row;align-items:center;transition:all .3s;display:flex;overflow:hidden}.Contact-module__kUJbPq__inputWrapper:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #1a6b6b1a}.Contact-module__kUJbPq__textareaWrapper{background:#f7f9fc;border:2px solid #c8d0da;border-radius:12px;transition:all .3s;overflow:hidden}.Contact-module__kUJbPq__textareaWrapper:focus-within{border-color:var(--primary);background:#fff;box-shadow:0 0 0 4px #1a6b6b1a}.Contact-module__kUJbPq__inputIcon{color:#999;pointer-events:none;flex-shrink:0;justify-content:center;align-items:center;padding:0 .85rem;display:flex}.Contact-module__kUJbPq__input{min-width:0;color:var(--text);text-align:right;direction:rtl;background:0 0;border:none;outline:none;flex:1;padding:1rem .75rem;font-family:inherit;font-size:1rem}.Contact-module__kUJbPq__input::placeholder{color:#adb5bd}.Contact-module__kUJbPq__selectInput{min-width:0;color:var(--text);text-align:right;appearance:none;cursor:pointer;direction:rtl;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%231A6B6B' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E") .75rem 50% no-repeat;border:none;outline:none;flex:1;padding:1rem .75rem 1rem 2.5rem;font-family:inherit;font-size:1rem}.Contact-module__kUJbPq__textarea{width:100%;color:var(--text);resize:vertical;text-align:right;direction:rtl;background:0 0;border:none;outline:none;min-height:140px;padding:1rem;font-family:inherit;font-size:1rem;display:block}.Contact-module__kUJbPq__textarea::placeholder{color:#adb5bd}.Contact-module__kUJbPq__submitBtn{background:linear-gradient(135deg,var(--primary)0%,var(--primary-light)100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.75rem;width:100%;padding:1.25rem 2rem;font-family:inherit;font-size:1.15rem;font-weight:700;transition:all .4s;display:inline-flex;box-shadow:0 8px 30px #1a6b6b4d}.Contact-module__kUJbPq__submitBtn:hover{transform:translateY(-3px);box-shadow:0 15px 40px #1a6b6b66}.Contact-module__kUJbPq__submitBtn svg{width:22px;height:22px;transition:transform .3s}.Contact-module__kUJbPq__submitBtn:hover svg{transform:translate(-5px)rotate(-15deg)}.Contact-module__kUJbPq__infoCard{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:#fff;border-radius:24px;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 60px #1a6b6b4d}.Contact-module__kUJbPq__infoHeader{margin-bottom:2rem}.Contact-module__kUJbPq__infoHeader h3{margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.Contact-module__kUJbPq__infoHeader p{opacity:.8;margin:0;font-size:1rem}.Contact-module__kUJbPq__infoList{flex-direction:column;gap:1.25rem;display:flex}.Contact-module__kUJbPq__infoItem{background:#ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:1rem;transition:all .3s;display:flex}.Contact-module__kUJbPq__infoItem:hover{background:#ffffff26;transform:translate(-5px)}.Contact-module__kUJbPq__infoIcon{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.Contact-module__kUJbPq__infoText{flex-direction:column;gap:.2rem;display:flex}.Contact-module__kUJbPq__infoLabel{opacity:.7;font-size:.85rem}.Contact-module__kUJbPq__infoValue{text-align:left;direction:ltr;unicode-bidi:embed;font-size:1rem;font-weight:600}.Contact-module__kUJbPq__socialSection{border-top:1px solid #ffffff26;margin-top:2rem;padding-top:2rem}.Contact-module__kUJbPq__socialLabel{opacity:.7;margin:0 0 1rem;font-size:.9rem}.Contact-module__kUJbPq__socialLinks{gap:.75rem;display:flex}.Contact-module__kUJbPq__socialLink{color:#fff;background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:45px;height:45px;transition:all .3s;display:flex}.Contact-module__kUJbPq__socialLink:hover{background:var(--accent);transform:translateY(-3px)}.Contact-module__kUJbPq__socialLink svg{width:20px;height:20px}.Contact-module__kUJbPq__infoDecor{filter:blur(40px);background:#d4a84b33;border-radius:50%;width:200px;height:200px;position:absolute;bottom:-100px;left:-100px}@media (max-width:900px){.Contact-module__kUJbPq__content,.Contact-module__kUJbPq__formRow{grid-template-columns:1fr}}@media (max-width:768px){.Contact-module__kUJbPq__contact{padding:5rem 1.5rem}.Contact-module__kUJbPq__form,.Contact-module__kUJbPq__infoCard{padding:2rem}}
