.Navbar-module___rHu7W__nav{z-index:100;width:100%;-webkit-backdrop-filter:blur(var(--blur-md));border-bottom:1px solid var(--glass-border);background:#0a0a0a99;position:fixed;top:0;left:0}.Navbar-module___rHu7W__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex}.Navbar-module___rHu7W__logo{background:linear-gradient(90deg,#fff,#ccc);-webkit-text-fill-color:transparent;z-index:101;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;position:relative}.Navbar-module___rHu7W__links{align-items:center;gap:2rem;display:flex}.Navbar-module___rHu7W__links a{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;transition:color .3s}.Navbar-module___rHu7W__links a:hover{color:var(--text-primary)}.Navbar-module___rHu7W__cta{background:#ffffff1a;border:1px solid #fff3;border-radius:20px;padding:.5rem 1.5rem;transition:all .3s;color:#fff!important}.Navbar-module___rHu7W__cta:hover{background:#fff3;transform:translateY(-1px)}.Navbar-module___rHu7W__hamburger{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;padding:0;display:none}.Navbar-module___rHu7W__bar{background-color:var(--text-primary);border-radius:3px;width:100%;height:3px;transition:all .3s ease-in-out}.Navbar-module___rHu7W__bar.Navbar-module___rHu7W__active:first-child{transform:translateY(9px)rotate(45deg)}.Navbar-module___rHu7W__bar.Navbar-module___rHu7W__active:nth-child(2){opacity:0}.Navbar-module___rHu7W__bar.Navbar-module___rHu7W__active:nth-child(3){transform:translateY(-9px)rotate(-45deg)}.Navbar-module___rHu7W__mobileMenu{-webkit-backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:100;background:#030305f2;justify-content:center;align-items:center;width:100%;height:100vh;transition:opacity .3s;display:flex;position:fixed;top:0;left:0}.Navbar-module___rHu7W__mobileMenu.Navbar-module___rHu7W__open{opacity:1;pointer-events:all}.Navbar-module___rHu7W__mobileLinks{text-align:center;flex-direction:column;gap:2rem;display:flex}.Navbar-module___rHu7W__mobileLinks a{color:var(--text-secondary);font-size:2rem;font-weight:600;transition:color .3s}.Navbar-module___rHu7W__mobileLinks a:hover{color:var(--prism-1);text-shadow:0 0 20px var(--prism-1)}.Navbar-module___rHu7W__mobileCta{border:1px solid var(--prism-1);border-radius:50px;margin-top:1rem;padding:.8rem 2rem;color:var(--prism-1)!important;font-size:1.5rem!important}@media (max-width:768px){.Navbar-module___rHu7W__links{display:none}.Navbar-module___rHu7W__hamburger{display:flex}.Navbar-module___rHu7W__container{padding:1rem 1.5rem}}
.Hero-module__JgYmMq__hero{text-align:center;background:radial-gradient(circle,#03030500 0%,#030305 100%);flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__content{z-index:10;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border:1px solid #ffffff0d;border-radius:40px;max-width:900px;padding:3rem;position:relative}.Hero-module__JgYmMq__headline{letter-spacing:-.03em;background:linear-gradient(110deg,#fff 20%,var(--prism-1)50%,#fff 80%);-webkit-text-fill-color:transparent;background-size:200%;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:5.5rem;font-weight:800;line-height:1.1;animation:5s linear infinite Hero-module__JgYmMq__shineText}@keyframes Hero-module__JgYmMq__shineText{to{background-position:200%}}.Hero-module__JgYmMq__subheadline{color:var(--text-secondary);max-width:650px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.35rem;line-height:1.6}.Hero-module__JgYmMq__button{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0d;border:1px solid #fff3;border-radius:9999px;justify-content:center;align-items:center;padding:1rem 3.5rem;font-size:1.1rem;font-weight:600;transition:all .4s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 0 20px #00f2ea1a}.Hero-module__JgYmMq__button:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:0;transform:translate(-100%)}.Hero-module__JgYmMq__button:hover{border-color:var(--prism-1);box-shadow:0 0 40px var(--prism-1),inset 0 0 10px #fff3;color:#fff;background:#ffffff1a;transform:scale(1.05)}.Hero-module__JgYmMq__button:hover:before{transform:translate(100%)}.Hero-module__JgYmMq__backgroundEffects{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__JgYmMq__orb1,.Hero-module__JgYmMq__orb2,.Hero-module__JgYmMq__orb3{filter:blur(60px);opacity:.6;border-radius:50%;animation:10s ease-in-out infinite alternate Hero-module__JgYmMq__floatOrb;position:absolute}.Hero-module__JgYmMq__orb1{background:var(--prism-3);width:500px;height:500px;animation-duration:15s;top:20%;left:20%}.Hero-module__JgYmMq__orb2{background:var(--prism-2);width:400px;height:400px;animation-duration:12s;animation-delay:-5s;bottom:20%;right:20%}.Hero-module__JgYmMq__orb3{background:var(--prism-1);filter:blur(40px);opacity:.4;mix-blend-mode:screen;width:300px;height:300px;animation:8s ease-in-out infinite Hero-module__JgYmMq__pulseOrb;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__JgYmMq__glassPrism{filter:blur(30px);opacity:.5;z-index:2;pointer-events:none;background:conic-gradient(#0000 0%,#ffffff0d 20%,#fff0 40%,#ffffff0d 60%,#0000 100%);border-radius:30% 70% 70% 30%/30% 30% 70% 70%;width:800px;height:800px;animation:30s linear infinite Hero-module__JgYmMq__rotatePrism;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)rotate(45deg)}@keyframes Hero-module__JgYmMq__floatOrb{0%{transform:translate(0)}to{transform:translate(40px,-40px)}}@keyframes Hero-module__JgYmMq__pulseOrb{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.2)}}@keyframes Hero-module__JgYmMq__rotatePrism{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@media (max-width:768px){.Hero-module__JgYmMq__headline{font-size:3rem}.Hero-module__JgYmMq__content{padding:2rem}.Hero-module__JgYmMq__subheadline{font-size:1.1rem}.Hero-module__JgYmMq__hero{padding:4rem 1.5rem}.Hero-module__JgYmMq__orb1,.Hero-module__JgYmMq__orb2,.Hero-module__JgYmMq__orb3{filter:blur(40px);width:250px;height:250px}}
.Goal-module__bZH6fG__section{justify-content:center;padding:8rem 2rem;display:flex;position:relative}.Goal-module__bZH6fG__card{text-align:center;border-radius:24px;max-width:800px;padding:4rem;transition:transform .5s;position:relative;overflow:hidden}.Goal-module__bZH6fG__card:hover{transform:translateY(-5px)}.Goal-module__bZH6fG__title{background:linear-gradient(90deg,#fff,#a1a1aa);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:2rem;font-size:2.5rem}.Goal-module__bZH6fG__text{color:var(--text-secondary);font-size:1.2rem;line-height:1.8}@media (max-width:768px){.Goal-module__bZH6fG__section{padding:4rem 1.5rem}.Goal-module__bZH6fG__card{padding:2rem}.Goal-module__bZH6fG__title{font-size:2rem}}
.Product-module__Po4CUW__section{max-width:1200px;margin:0 auto;padding:8rem 2rem}.Product-module__Po4CUW__sectionTitle{text-align:center;color:var(--text-primary);margin-bottom:3rem;font-size:3rem}.Product-module__Po4CUW__intro{text-align:center;max-width:800px;margin:0 auto 5rem}.Product-module__Po4CUW__description{margin-bottom:1rem;font-size:1.5rem}.Product-module__Po4CUW__details{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.Product-module__Po4CUW__statsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-bottom:6rem;display:grid}.Product-module__Po4CUW__statCard{text-align:center;background:#ffffff05;border-radius:16px;justify-content:center;align-items:center;padding:2rem;font-size:1.25rem;font-weight:600;display:flex}.Product-module__Po4CUW__variantTitle{text-align:center;margin-bottom:3rem;font-size:2rem}.Product-module__Po4CUW__variantsGrid{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.Product-module__Po4CUW__variantCard{border-radius:24px;width:400px;padding:3rem;transition:transform .3s}.Product-module__Po4CUW__variantCard:hover{background:#ffffff14;transform:translateY(-5px)}.Product-module__Po4CUW__variantName{color:var(--accent-blue);margin-bottom:.5rem;font-size:1.75rem}.Product-module__Po4CUW__variantPurpose{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem;font-style:italic}.Product-module__Po4CUW__specsList{flex-direction:column;gap:1rem;display:flex}.Product-module__Po4CUW__specItem{border-bottom:1px solid #ffffff1a;justify-content:space-between;padding-bottom:.5rem;display:flex}.Product-module__Po4CUW__specLabel{color:var(--text-secondary)}.Product-module__Po4CUW__specValue{font-weight:700}@media (max-width:768px){.Product-module__Po4CUW__section{padding:4rem 1.5rem}.Product-module__Po4CUW__sectionTitle{font-size:2.5rem}.Product-module__Po4CUW__variantCard{width:100%;padding:2rem}.Product-module__Po4CUW__variantsGrid{gap:2rem}.Product-module__Po4CUW__statsGrid{grid-template-columns:1fr}}
.Team-module__iqO7OW__section{max-width:1200px;margin:0 auto;padding:8rem 2rem}.Team-module__iqO7OW__sectionTitle{text-align:center;margin-bottom:5rem;font-size:3rem}.Team-module__iqO7OW__grid{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.Team-module__iqO7OW__memberCard{text-align:center;border-radius:20px;width:350px;padding:3rem;transition:transform .3s}.Team-module__iqO7OW__memberCard:hover{transform:translateY(-10px)}.Team-module__iqO7OW__avatarPlaceholder{border:1px solid var(--glass-border);background:linear-gradient(135deg,#333,#111);border-radius:50%;width:100px;height:100px;margin:0 auto 1.5rem}.Team-module__iqO7OW__name{margin-bottom:.5rem;font-size:1.5rem}.Team-module__iqO7OW__role{color:var(--accent-blue);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem}.Team-module__iqO7OW__bio{color:var(--text-secondary);line-height:1.6}@media (max-width:768px){.Team-module__iqO7OW__section{padding:4rem 1.5rem}.Team-module__iqO7OW__sectionTitle{margin-bottom:3rem;font-size:2.5rem}.Team-module__iqO7OW__memberCard{width:100%;padding:2rem}}
.Invest-module__Tmo-rG__section{justify-content:center;padding:6rem 2rem;display:flex}.Invest-module__Tmo-rG__investCard{text-align:center;background:linear-gradient(135deg,#ffffff14,#ffffff05);border-radius:30px;width:100%;max-width:900px;padding:5rem}.Invest-module__Tmo-rG__title{margin-bottom:2rem;font-size:3rem}.Invest-module__Tmo-rG__text{color:var(--text-secondary);max-width:600px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.25rem}.Invest-module__Tmo-rG__ctaButton{color:#000;cursor:pointer;background:#fff;border:none;border-radius:99px;padding:1rem 3rem;font-size:1rem;font-weight:600;transition:transform .2s}.Invest-module__Tmo-rG__ctaButton:hover{transform:scale(1.05)}@media (max-width:768px){.Invest-module__Tmo-rG__section{padding:4rem 1.5rem}.Invest-module__Tmo-rG__investCard{padding:2.5rem 1.5rem}.Invest-module__Tmo-rG__title{font-size:2rem}.Invest-module__Tmo-rG__text{font-size:1.1rem}}
.Contact-module__Bs3a0a__section{justify-content:center;padding:8rem 2rem;display:flex}.Contact-module__Bs3a0a__formCard{border-radius:20px;width:100%;max-width:600px;padding:4rem}.Contact-module__Bs3a0a__title{text-align:center;margin-bottom:1rem;font-size:2.5rem}.Contact-module__Bs3a0a__text{text-align:center;color:var(--text-secondary);margin-bottom:3rem}.Contact-module__Bs3a0a__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__Bs3a0a__input,.Contact-module__Bs3a0a__textarea{border:1px solid var(--glass-border);color:#fff;background:#0000004d;border-radius:8px;width:100%;padding:1rem;font-family:inherit;transition:border-color .3s}.Contact-module__Bs3a0a__input:focus,.Contact-module__Bs3a0a__textarea:focus{border-color:var(--accent-blue);outline:none}.Contact-module__Bs3a0a__submit{background:var(--accent-blue);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-top:1rem;padding:1rem;font-weight:600}.Contact-module__Bs3a0a__submit:hover{opacity:.9}@media (max-width:768px){.Contact-module__Bs3a0a__section{padding:4rem 1.5rem}.Contact-module__Bs3a0a__formCard{padding:2rem 1.5rem}.Contact-module__Bs3a0a__title{font-size:2rem}}
.Footer-module__Grjkva__footer{border-top:1px solid var(--glass-border);background:#00000080;margin-top:4rem;padding:4rem 2rem}.Footer-module__Grjkva__content{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;display:flex}.Footer-module__Grjkva__brand{font-size:1.2rem;font-weight:700}.Footer-module__Grjkva__copyright{text-align:right;color:var(--text-secondary);font-size:.9rem}.Footer-module__Grjkva__email{color:var(--accent-blue)}@media (max-width:768px){.Footer-module__Grjkva__content{text-align:center;flex-direction:column;gap:1.5rem}.Footer-module__Grjkva__copyright{text-align:center}}
