.Navbar-module__cRh5nW__nav{z-index:1000;background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-minimal);align-items:center;height:100px;transition:all .4s cubic-bezier(.165,.84,.44,1);display:flex;position:fixed;top:0;left:0;right:0}.Navbar-module__cRh5nW__scrolled{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-minimal);height:80px}.Navbar-module__cRh5nW__inner{justify-content:space-between;align-items:center;width:100%;display:flex;position:relative}.Navbar-module__cRh5nW__logoLink{align-items:center;text-decoration:none;transition:transform .3s;display:flex}.Navbar-module__cRh5nW__logoLink:hover{transform:scale(1.02)}.Navbar-module__cRh5nW__logoContainer{justify-content:center;align-items:center;width:180px;height:50px;display:flex;position:relative;overflow:hidden}.Navbar-module__cRh5nW__logoImage{filter:invert()brightness(1.8);width:auto;height:180px;display:block;position:absolute}.Navbar-module__cRh5nW__links{gap:3.5rem;margin:0;padding:0;list-style:none;display:flex;position:absolute;left:50%;transform:translate(-50%)}.Navbar-module__cRh5nW__links li a{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;padding:.5rem 0;font-size:.85rem;font-weight:500;transition:all .3s;position:relative}.Navbar-module__cRh5nW__links li a:hover,.Navbar-module__cRh5nW__links li a.Navbar-module__cRh5nW__active{color:var(--text-primary)}.Navbar-module__cRh5nW__links li a:after{content:"";background:var(--accent-gold);width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.Navbar-module__cRh5nW__links li a:hover:after,.Navbar-module__cRh5nW__links li a.Navbar-module__cRh5nW__active:after{width:100%}.Navbar-module__cRh5nW__contactBtn{border:1px solid var(--accent-gold);height:45px;color:var(--accent-gold);cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:0 0;border-radius:4px;justify-content:center;align-items:center;padding:0 1.8rem;font-size:.8rem;font-weight:600;transition:all .3s;display:inline-flex}.Navbar-module__cRh5nW__contactBtn:hover,.Navbar-module__cRh5nW__activeBtn{background:var(--accent-gold);color:#000}.Navbar-module__cRh5nW__desktopBtn{display:block}.Navbar-module__cRh5nW__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:6px;padding:4px;display:none}.Navbar-module__cRh5nW__hamburger span{background-color:var(--text-primary);width:24px;height:1px;transition:all .3s;display:block}.Navbar-module__cRh5nW__barOpen:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__cRh5nW__barOpen:nth-child(2){opacity:0}.Navbar-module__cRh5nW__barOpen:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__cRh5nW__mobileMenu{background:var(--bg-main);z-index:999;justify-content:center;align-items:center;width:100%;height:100vh;transition:right .5s cubic-bezier(.77,0,.175,1);display:flex;position:fixed;top:0;right:-100%}.Navbar-module__cRh5nW__mobileMenu.Navbar-module__cRh5nW__active{right:0}.Navbar-module__cRh5nW__mobileLinks{text-align:center;flex-direction:column;gap:2.5rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__cRh5nW__mobileLinks li a{color:var(--text-muted);text-transform:uppercase;letter-spacing:.2em;font-size:1.25rem;font-weight:600;transition:color .3s}.Navbar-module__cRh5nW__mobileLinks li a.Navbar-module__cRh5nW__active{color:var(--accent-gold)}@media (max-width:900px){.Navbar-module__cRh5nW__links,.Navbar-module__cRh5nW__desktopBtn{display:none}.Navbar-module__cRh5nW__hamburger{display:flex}}
.Footer-module__3hUVsW__footer{background-color:var(--bg-main);border-top:1px solid var(--border-minimal);color:var(--text-primary);padding:10rem 0 0}.Footer-module__3hUVsW__grid{grid-template-columns:2fr repeat(3,1fr);gap:4rem;width:100%;margin-bottom:6rem;display:grid}.Footer-module__3hUVsW__brand{flex-direction:column;gap:2rem;max-width:350px;display:flex}.Footer-module__3hUVsW__logoContainer{justify-content:flex-start;align-items:center;width:240px;height:60px;margin-bottom:1.5rem;margin-left:-15px;display:flex;position:relative;overflow:hidden}.Footer-module__3hUVsW__logoImage{filter:invert()contrast(500%)brightness(1.2);width:auto;height:240px;position:absolute}.Footer-module__3hUVsW__tagline{color:var(--text-muted);letter-spacing:.02em;font-size:1.1rem;font-weight:300;line-height:1.6}.Footer-module__3hUVsW__linksGroup h4{text-transform:uppercase;letter-spacing:.25em;color:var(--accent-gold);margin-bottom:2.5rem;font-size:.85rem;font-weight:600}.Footer-module__3hUVsW__linksGroup ul{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__linksGroup ul li a{color:var(--text-muted);font-size:.95rem;font-weight:400;transition:all .3s}.Footer-module__3hUVsW__linksGroup ul li a:hover{color:var(--text-primary);padding-left:.5rem}.Footer-module__3hUVsW__bottom{border-top:1px solid var(--border-minimal);color:var(--text-muted);letter-spacing:.05em;justify-content:center;align-items:center;width:100%;padding:2.5rem 0;font-size:.85rem;display:flex}@media (max-width:1024px){.Footer-module__3hUVsW__grid{grid-template-columns:1fr 1fr;gap:4rem}.Footer-module__3hUVsW__brand{text-align:center;grid-column:span 2;align-items:center;max-width:100%}}@media (max-width:600px){.Footer-module__3hUVsW__grid{text-align:center;grid-template-columns:1fr}.Footer-module__3hUVsW__brand{grid-column:span 1}.Footer-module__3hUVsW__bottom{text-align:center;flex-direction:column;gap:1.5rem}}
.VentureCore-module__q2L3KW__coreWrapper{perspective:1200px;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.VentureCore-module__q2L3KW__coreContainer{justify-content:center;align-items:center;width:min(500px,80vw);height:min(500px,80vw);display:flex;position:relative}.VentureCore-module__q2L3KW__centralCore{border:2px solid var(--accent-gold);z-index:10;background:#000;border-radius:50%;width:100px;height:100px;position:relative;box-shadow:0 0 30px #c5a46d66,inset 0 0 20px #c5a46d33}.VentureCore-module__q2L3KW__corePulse{border:1px solid #c5a46d4d;border-radius:50%;animation:4s ease-in-out infinite alternate VentureCore-module__q2L3KW__pulse;position:absolute;inset:-15px}.VentureCore-module__q2L3KW__ring{border:1px solid #ffffff0d;border-radius:50%;position:absolute}.VentureCore-module__q2L3KW__ring1{border-top-color:var(--accent-gold);width:55%;height:55%;animation:15s linear infinite VentureCore-module__q2L3KW__rotate}.VentureCore-module__q2L3KW__ring2{border-bottom-color:#ffffff26;width:80%;height:80%;animation:25s linear infinite reverse VentureCore-module__q2L3KW__rotate;transform:rotateX(65deg)rotateY(15deg)}.VentureCore-module__q2L3KW__ring3{border-left-color:#c5a46d33;width:100%;height:100%;animation:35s linear infinite VentureCore-module__q2L3KW__rotate;transform:rotateX(-35deg)rotateY(35deg)}.VentureCore-module__q2L3KW__particles{pointer-events:none;width:100%;height:100%;position:absolute}.VentureCore-module__q2L3KW__particle{background:var(--accent-gold);opacity:.4;width:2px;height:2px;animation:12s ease-in-out infinite VentureCore-module__q2L3KW__particleFloat;animation-delay:calc(var(--i)*-1s);border-radius:50%;position:absolute;top:50%;left:50%}@keyframes VentureCore-module__q2L3KW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes VentureCore-module__q2L3KW__pulse{0%{opacity:.2;transform:scale(.9)}to{opacity:.5;transform:scale(1.1)}}@keyframes VentureCore-module__q2L3KW__particleFloat{0%,to{opacity:.3;transform:translate(0)}50%{transform:translate(calc(var(--i)*10px - 60px),calc(60px - var(--i)*10px));opacity:.7}}@media (max-width:768px){.VentureCore-module__q2L3KW__coreContainer{width:300px;height:300px}.VentureCore-module__q2L3KW__centralCore{width:60px;height:60px}.VentureCore-module__q2L3KW__ring1{width:150px;height:150px}.VentureCore-module__q2L3KW__ring2{width:220px;height:220px}.VentureCore-module__q2L3KW__ring3{width:280px;height:280px}}
.about-module__8TymFG__main{padding-top:80px}.about-module__8TymFG__hero{text-align:center;padding:12rem 0 8rem}.about-module__8TymFG__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-secondary);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.about-module__8TymFG__title{margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1}.about-module__8TymFG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.about-module__8TymFG__section{padding:8rem 0}.about-module__8TymFG__altSection{background-color:var(--bg-secondary)}.about-module__8TymFG__sectionTitle{text-align:center;margin-bottom:4rem;font-size:2.5rem}.about-module__8TymFG__storyGrid{grid-template-columns:200px 1fr;align-items:start;gap:4rem;display:grid}.about-module__8TymFG__tag{border:1px solid var(--border-glass);background:var(--bg-glass);border-radius:9999px;padding:.5rem 1rem;font-size:.85rem;display:inline-block}.about-module__8TymFG__storyText h2{margin-bottom:2rem;font-size:2.5rem;line-height:1.2}.about-module__8TymFG__storyText p{color:var(--text-secondary);max-width:800px;margin-bottom:1.5rem;font-size:1.1rem}.about-module__8TymFG__vmGrid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.about-module__8TymFG__vmCard{border-radius:2rem;padding:3.5rem}.about-module__8TymFG__vmIcon{color:var(--accent-primary);margin-bottom:2rem;font-size:2.5rem}.about-module__8TymFG__vmCard h3{margin-bottom:1rem;font-size:1.75rem}.about-module__8TymFG__vmCard p{color:var(--text-secondary);font-size:1.1rem}.about-module__8TymFG__productsGrid{grid-template-columns:1fr 1fr;gap:3rem;display:grid}.about-module__8TymFG__productCard{border:1px solid var(--border-glass);border-radius:2rem;padding:3.5rem;position:relative}.about-module__8TymFG__productStatus{text-transform:uppercase;background:#ffffff1a;border-radius:.5rem;margin-bottom:1.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.about-module__8TymFG__statusSoon{color:var(--accent-secondary)}.about-module__8TymFG__productCard h3{margin-bottom:1.5rem;font-size:2rem}.about-module__8TymFG__productCard p{color:var(--text-secondary);margin-bottom:2.5rem;line-height:1.7}.about-module__8TymFG__productLink{color:var(--accent-gold);text-underline-offset:4px;letter-spacing:.03em;align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;-webkit-text-decoration:underline #c5a46d66;text-decoration:underline #c5a46d66;transition:all .3s;display:inline-flex}.about-module__8TymFG__productLink:hover{color:var(--accent-gold-hover);-webkit-text-decoration-color:var(--accent-gold-hover);text-decoration-color:var(--accent-gold-hover);gap:.7rem}.about-module__8TymFG__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:4rem 2rem;display:grid}.about-module__8TymFG__valueCard{position:relative}.about-module__8TymFG__valueNum{font-family:var(--font-montserrat);color:var(--accent-secondary);opacity:.6;margin-bottom:1rem;font-size:.8rem;display:block}.about-module__8TymFG__valueCard h4{margin-bottom:1rem;font-size:1.5rem}.about-module__8TymFG__valueCard p{color:var(--text-secondary)}.about-module__8TymFG__teamCta{text-align:center;max-width:800px;margin:0 auto;padding:6rem 0}.about-module__8TymFG__teamCta h2{margin-bottom:2rem;font-size:3rem}.about-module__8TymFG__teamCta p{margin-bottom:3rem;font-size:1.2rem}@media (max-width:1024px){.about-module__8TymFG__vmGrid,.about-module__8TymFG__productsGrid{grid-template-columns:1fr}}@media (max-width:768px){.about-module__8TymFG__storyGrid{grid-template-columns:1fr;gap:2rem}.about-module__8TymFG__title{font-size:3rem}}
.blog-module__JsT-Oq__main{padding-top:80px}.blog-module__JsT-Oq__hero{text-align:center;padding:12rem 0 6rem}.blog-module__JsT-Oq__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-secondary);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.blog-module__JsT-Oq__title{margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1}.blog-module__JsT-Oq__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.blog-module__JsT-Oq__postsSection{padding:6rem 0 12rem}.blog-module__JsT-Oq__grid{grid-template-columns:repeat(auto-fit,minmax(380px,1fr));gap:3rem;margin-bottom:8rem;display:grid}.blog-module__JsT-Oq__postCard{border:1px solid var(--border-glass);border-radius:2rem;flex-direction:column;justify-content:space-between;min-height:400px;padding:3rem;display:flex}.blog-module__JsT-Oq__postTop{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex}.blog-module__JsT-Oq__category{text-transform:uppercase;color:var(--accent-secondary);letter-spacing:.1em;font-size:.75rem;font-weight:700}.blog-module__JsT-Oq__readTime{color:var(--text-muted);font-size:.8rem}.blog-module__JsT-Oq__postTitle{margin-bottom:1.5rem;font-size:2rem;line-height:1.2}.blog-module__JsT-Oq__excerpt{color:var(--text-secondary);margin-bottom:2rem;font-size:1.05rem;line-height:1.6}.blog-module__JsT-Oq__postFooter{border-top:1px solid var(--border-glass);justify-content:space-between;align-items:center;padding-top:2rem;display:flex}.blog-module__JsT-Oq__date{color:var(--text-muted);font-size:.9rem}.blog-module__JsT-Oq__readMore{color:var(--text-primary);cursor:pointer;background:0 0;border:none;font-weight:600}.blog-module__JsT-Oq__readMore:hover{text-decoration:underline}.blog-module__JsT-Oq__comingSoon{text-align:center;background:var(--bg-secondary);border:1px dashed var(--border-glass);border-radius:2rem;padding:4rem}.blog-module__JsT-Oq__comingSoon p{color:var(--text-muted);font-style:italic}@media (max-width:768px){.blog-module__JsT-Oq__grid{grid-template-columns:1fr}.blog-module__JsT-Oq__postCard{min-height:auto;padding:2rem}.blog-module__JsT-Oq__postTitle{font-size:1.75rem}}
.future-mapping-module__D6ctUa__main{background-color:var(--bg-main);min-height:100vh;padding-bottom:8rem}.future-mapping-module__D6ctUa__header{border-bottom:1px solid var(--border-minimal);margin-bottom:4rem;padding-top:10rem;padding-bottom:4rem}.future-mapping-module__D6ctUa__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-gold);margin-bottom:1.5rem;font-size:.85rem;font-weight:600}.future-mapping-module__D6ctUa__title{color:var(--text-primary);max-width:900px;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.future-mapping-module__D6ctUa__content{max-width:800px;color:var(--text-muted)}.future-mapping-module__D6ctUa__content p{margin-bottom:2rem;font-size:1.2rem;line-height:1.8}.future-mapping-module__D6ctUa__content h2{color:var(--text-primary);margin-top:4rem;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.future-mapping-module__D6ctUa__content ol{margin-bottom:2rem;padding-left:1.5rem;font-size:1.2rem;line-height:1.8}.future-mapping-module__D6ctUa__content li{margin-bottom:1rem}.future-mapping-module__D6ctUa__content strong{color:var(--text-primary);font-weight:600}.future-mapping-module__D6ctUa__imageBlock{background:var(--bg-soft);border:1px solid var(--border-minimal);text-align:center;border-radius:8px;margin:3rem 0;padding:2rem}.future-mapping-module__D6ctUa__imageBlock p{opacity:.8;margin-bottom:0;font-size:1rem}
.careers-module__T6xnVW__main{padding-top:80px}.careers-module__T6xnVW__hero{text-align:center;padding:12rem 0 8rem}.careers-module__T6xnVW__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-secondary);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.careers-module__T6xnVW__title{margin-bottom:2rem;font-size:clamp(2.5rem,8vw,4.5rem);font-weight:700;line-height:1.1}.careers-module__T6xnVW__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.25rem;line-height:1.6}.careers-module__T6xnVW__section{padding:8rem 0}.careers-module__T6xnVW__sectionTitle{text-align:center;margin-bottom:4rem;font-size:2.5rem}.careers-module__T6xnVW__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;display:grid}.careers-module__T6xnVW__valueCard{text-align:center;border-radius:2rem;padding:3.5rem}.careers-module__T6xnVW__valueIcon{margin-bottom:1.5rem;font-size:3rem;display:block}.careers-module__T6xnVW__valueCard h3{margin-bottom:1rem;font-size:1.75rem}.careers-module__T6xnVW__valueCard p{color:var(--text-secondary);line-height:1.6}.careers-module__T6xnVW__rolesBlock{text-align:center;border:1px solid var(--border-glass);border-radius:2.5rem;padding:5rem}.careers-module__T6xnVW__rolesInner{max-width:700px;margin:0 auto}.careers-module__T6xnVW__rolesInner h2{margin-bottom:1.5rem;font-size:2.5rem}.careers-module__T6xnVW__rolesInner p{color:var(--text-secondary);margin-bottom:2rem;font-size:1.15rem}.careers-module__T6xnVW__applyBtn{margin-top:2rem}@media (max-width:768px){.careers-module__T6xnVW__rolesBlock{padding:3rem 1.5rem}.careers-module__T6xnVW__title{font-size:3rem}}
.contact-module__swMWYG__main{min-height:100vh;padding-top:80px;position:relative;overflow:hidden}.contact-module__swMWYG__contactHeader{text-align:center;padding:3rem 0}.contact-module__swMWYG__title{margin-bottom:1rem;font-size:3rem}.contact-module__swMWYG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.contact-module__swMWYG__contactLayout{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;padding:3rem 0;display:grid}.contact-module__swMWYG__infoSide{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__infoCard{border-radius:1.5rem;padding:2rem}.contact-module__swMWYG__infoCard h2{margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.contact-module__swMWYG__infoItem{align-items:flex-start;gap:1rem;margin-bottom:1.25rem;display:flex}.contact-module__swMWYG__infoItem:last-child{margin-bottom:0}.contact-module__swMWYG__iconCircle{width:36px;height:36px;color:var(--accent-secondary);background:#ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-module__swMWYG__iconCircle svg{width:16px;height:16px}.contact-module__swMWYG__itemText{flex-direction:column;gap:.1rem;display:flex}.contact-module__swMWYG__itemText strong{color:var(--text-primary);font-size:1rem}.contact-module__swMWYG__itemText span{color:var(--text-secondary);font-size:.9rem;line-height:1.4}.contact-module__swMWYG__faqCard{border-radius:1.5rem;padding:2rem}.contact-module__swMWYG__faqCard h3{margin-bottom:.75rem;font-size:1.25rem}.contact-module__swMWYG__faqCard p{color:var(--text-muted);margin-bottom:1rem;font-size:.9rem;line-height:1.5}.contact-module__swMWYG__faqFooter{text-align:right}.contact-module__swMWYG__faqLink{color:var(--text-primary);border-bottom:1px solid var(--text-primary);font-size:.9rem;font-weight:600;text-decoration:none}.contact-module__swMWYG__formSide{height:100%}.contact-module__swMWYG__formCard{border-radius:2rem;padding:2.5rem 3rem}.contact-module__swMWYG__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__swMWYG__formGrid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-module__swMWYG__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__swMWYG__formGroup label{letter-spacing:.1em;color:#4a5568;font-size:.7rem;font-weight:700}.contact-module__swMWYG__formGroup input,.contact-module__swMWYG__formGroup select,.contact-module__swMWYG__formGroup textarea{color:var(--text-primary);background:0 0;border:none;border-bottom:2px solid #ffffff1a;outline:none;width:100%;padding:.8rem 0;font-size:1rem;transition:all .3s}.contact-module__swMWYG__formGroup select{appearance:none;cursor:pointer}.contact-module__swMWYG__formGroup select option{color:var(--text-primary);background-color:#0a0a0b;padding:1rem}.contact-module__swMWYG__formGroup input:focus,.contact-module__swMWYG__formGroup select:focus,.contact-module__swMWYG__formGroup textarea:focus{border-bottom-color:var(--accent-primary);background:#ffffff05}.contact-module__swMWYG__selectWrapper{width:100%;position:relative}.contact-module__swMWYG__selectWrapper:after{content:"";pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='rgba(255,255,255,0.5)' stroke-width='3'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;width:10px;height:10px;transition:transform .3s;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.contact-module__swMWYG__selectWrapper:focus-within:after{stroke:var(--accent-primary);transform:translateY(-50%)rotate(180deg)}.contact-module__swMWYG__formActions{justify-content:flex-end;display:flex}.contact-module__swMWYG__successMessage{text-align:center;padding:2rem}.contact-module__swMWYG__successMessage h3{background:linear-gradient(135deg,#fff 0%,var(--accent-primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2rem}.contact-module__swMWYG__successMessage p{color:var(--text-secondary);margin-bottom:2rem}.contact-module__swMWYG__errorMessage{color:#f56565;margin-top:-.5rem;margin-bottom:.5rem;font-size:.9rem}.contact-module__swMWYG__btn-premium:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1024px){.contact-module__swMWYG__contactLayout{grid-template-columns:1fr;gap:2rem;padding:4rem 0}.contact-module__swMWYG__formCard{padding:2rem}}@media (max-width:640px){.contact-module__swMWYG__formGrid{grid-template-columns:1fr;gap:1.5rem}}
.page-module___8aEwW__main{background-color:var(--bg-main);min-height:100vh}.page-module___8aEwW__hero{align-items:center;min-height:85vh;padding:8rem 0 6rem;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__hero:before{content:"";z-index:2;pointer-events:none;opacity:.4;background-image:radial-gradient(1.2px 1.2px at 5% 10%,#fff,#0000),radial-gradient(1px 1px at 15% 45%,#fff,#0000),radial-gradient(1.5px 1.5px at 25% 15%,#fff,#0000),radial-gradient(1px 1px at 35% 85%,#fff,#0000),radial-gradient(1.2px 1.2px at 45% 35%,#fff,#0000),radial-gradient(1px 1px at 55% 65%,#fff,#0000),radial-gradient(1.8px 1.8px at 65% 15%,#fff,#0000),radial-gradient(1px 1px at 75% 85%,#fff,#0000),radial-gradient(1.2px 1.2px at 85% 45%,#fff,#0000),radial-gradient(1px 1px at 95% 10%,#fff,#0000),radial-gradient(2px 2px at 20% 70%,#c5a46d66,#0000),radial-gradient(2px 2px at 80% 30%,#c5a46d66,#0000);background-size:400px 400px;position:absolute;inset:0}.page-module___8aEwW__heroLayout{z-index:2;flex-direction:column;align-items:flex-start;gap:2rem;display:flex;position:relative}.page-module___8aEwW__heroContent{max-width:900px;animation:1.2s cubic-bezier(.165,.84,.44,1) page-module___8aEwW__fadeInUp}.page-module___8aEwW__subtitle{color:var(--text-primary);letter-spacing:-.04em;margin-bottom:3rem;font-size:clamp(2.5rem,8vw,5rem);font-weight:800;line-height:1.1}.page-module___8aEwW__heroSubtext{max-width:600px;margin-bottom:4rem}.page-module___8aEwW__heroSubtext p{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.25rem;font-weight:300;line-height:1.6}.page-module___8aEwW__heroVisual{opacity:.9;pointer-events:none;z-index:1;justify-content:center;align-items:center;width:50%;display:flex;position:absolute;top:50%;right:0%;transform:translateY(-50%)}@keyframes page-module___8aEwW__fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.page-module___8aEwW__whatWeDo{background-color:var(--bg-soft);border-top:1px solid var(--border-minimal);border-bottom:1px solid var(--border-minimal);padding:10rem 0}.page-module___8aEwW__sectionTitle{text-transform:uppercase;letter-spacing:.3em;color:var(--accent-gold);text-align:left;margin-bottom:5rem;font-size:.85rem;font-weight:600;display:block}.page-module___8aEwW__featuresGrid{grid-template-columns:repeat(2,1fr);gap:4rem;display:grid}.page-module___8aEwW__featureCard{background:var(--bg-charcoal);border:1px solid var(--border-minimal);flex-direction:column;gap:1.5rem;padding:4rem;transition:all .5s cubic-bezier(.165,.84,.44,1);display:flex}.page-module___8aEwW__featureCard:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-premium);transform:translateY(-10px)}.page-module___8aEwW__featureCard h3{color:var(--text-primary);font-size:1.75rem;font-weight:700}.page-module___8aEwW__featureCard p{color:var(--text-muted);font-size:1.1rem;line-height:1.6}.page-module___8aEwW__productSection{background:var(--bg-main);padding:12rem 0}.page-module___8aEwW__altBg{background-color:var(--bg-soft)}.page-module___8aEwW__productGrid{grid-template-columns:1.2fr .8fr;align-items:center;gap:6rem;display:grid}.page-module___8aEwW__reverse{grid-template-columns:.8fr 1.2fr}.page-module___8aEwW__reverse .page-module___8aEwW__productInfo{grid-column:2}.page-module___8aEwW__reverse .page-module___8aEwW__productVisual{grid-area:1/1}.page-module___8aEwW__productTitle{margin:1.5rem 0 2rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800}.page-module___8aEwW__badge{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-gold);border:1px solid var(--border-gold);margin-bottom:.5rem;padding:.5rem 1.25rem;font-size:.75rem;font-weight:600;display:inline-block}.page-module___8aEwW__btnLarge{margin-top:3rem}.page-module___8aEwW__assessinPreviewWrapper,.page-module___8aEwW__mapiinLink{border:1px solid var(--border-minimal);background:var(--bg-charcoal);border-radius:12px;padding:3rem;transition:all .6s cubic-bezier(.165,.84,.44,1);display:block}.page-module___8aEwW__assessinPreviewWrapper:hover,.page-module___8aEwW__mapiinLink:hover{border-color:var(--accent-gold);box-shadow:var(--shadow-premium);transform:scale(1.02)}.page-module___8aEwW__assessinImage,.page-module___8aEwW__mapiinImage{filter:grayscale()contrast(1.1);border-radius:8px;width:100%;height:auto;transition:filter .6s;display:block}.page-module___8aEwW__assessinPreviewWrapper:hover .page-module___8aEwW__assessinImage,.page-module___8aEwW__mapiinLink:hover .page-module___8aEwW__mapiinImage{filter:grayscale(0)contrast()}@media (max-width:1024px){.page-module___8aEwW__hero{padding:10rem 0 6rem}.page-module___8aEwW__featuresGrid{grid-template-columns:1fr;gap:2rem}.page-module___8aEwW__productGrid{grid-template-columns:1fr;gap:4rem}.page-module___8aEwW__reverse{grid-template-columns:1fr}.page-module___8aEwW__reverse .page-module___8aEwW__productInfo,.page-module___8aEwW__reverse .page-module___8aEwW__productVisual{grid-area:auto}}@media (max-width:768px){.page-module___8aEwW__assessinPreviewWrapper,.page-module___8aEwW__mapiinLink{padding:0}.page-module___8aEwW__assessinImage,.page-module___8aEwW__mapiinImage{border-radius:12px}}
.team-module__czTPBW__main{min-height:100vh}.team-module__czTPBW__hero{text-align:center;padding:10rem 0 5rem}.team-module__czTPBW__eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--accent-secondary);margin-bottom:1rem;font-size:.9rem;font-weight:600}.team-module__czTPBW__title{margin-bottom:2rem;font-size:4rem}.team-module__czTPBW__subtitle{max-width:600px;margin:0 auto;font-size:1.25rem}.team-module__czTPBW__section{padding:6rem 0}@media (max-width:768px){.team-module__czTPBW__hero{padding:6rem 0 3rem}.team-module__czTPBW__section{padding:4rem 0}}.team-module__czTPBW__altSection{background:var(--bg-secondary)}.team-module__czTPBW__teamGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.team-module__czTPBW__memberCard{text-align:center;cursor:pointer;border-radius:1.5rem;padding:3rem;transition:transform .3s}.team-module__czTPBW__memberCard:hover{transform:translateY(-5px)}.team-module__czTPBW__memberCard:hover .team-module__czTPBW__memberName,.team-module__czTPBW__memberCard:hover .team-module__czTPBW__memberRole{color:var(--accent-gold)}.team-module__czTPBW__memberName{margin-bottom:.5rem;font-size:1.5rem;transition:color .3s}.team-module__czTPBW__memberRole{color:var(--accent-secondary);font-weight:500;transition:color .3s}.team-module__czTPBW__teamNote{text-align:center;max-width:800px;margin:0 auto}.team-module__czTPBW__teamNote h2{margin-bottom:2rem;font-size:2.5rem}.team-module__czTPBW__teamNote p{margin-bottom:3rem;font-size:1.2rem;line-height:1.8}@media (max-width:768px){.team-module__czTPBW__title{font-size:clamp(2.5rem,8vw,3rem)}}
