.Header-module__hBw1pG__header{-webkit-backdrop-filter:blur(20px);z-index:1000;background-color:#0a0e1acc;border-bottom:1px solid #00e5ff33;width:100%;padding:15px 0;transition:all .3s;position:fixed;top:0}.Header-module__hBw1pG__nav{justify-content:space-between;align-items:center;display:flex}.Header-module__hBw1pG__logoImage{object-fit:contain;filter:drop-shadow(0 0 10px #00e5ff4d);width:auto;height:40px;transition:all .3s}.Header-module__hBw1pG__logoImage:hover{filter:drop-shadow(0 0 20px #00e5ff99)}.Header-module__hBw1pG__navLinks{align-items:center;gap:30px;list-style:none;display:flex}.Header-module__hBw1pG__navLinks a{color:#cbd5e0;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.Header-module__hBw1pG__navLinks a:not(.Header-module__hBw1pG__navButton):hover{color:var(--secondary-color)}.Header-module__hBw1pG__navLinks a:not(.Header-module__hBw1pG__navButton):after{content:"";background:var(--gradient-accent);width:0;height:2px;transition:width .3s;position:absolute;bottom:-5px;left:0}.Header-module__hBw1pG__navLinks a:not(.Header-module__hBw1pG__navButton):hover:after{width:100%}.Header-module__hBw1pG__navButton{background:linear-gradient(135deg,#0056d2 0%,#7c4dff 100%);border:none;border-radius:50px;padding:12px 28px;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #00e5ff4d;color:#fff!important}.Header-module__hBw1pG__navButton:hover{background:linear-gradient(135deg,#7c4dff 0%,#ff3d94 100%);transform:translateY(-2px);box-shadow:0 6px 25px #7c4dff80}.Header-module__hBw1pG__hamburger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;padding:0;display:none;position:relative}.Header-module__hBw1pG__hamburger span{background:var(--secondary-color);border-radius:3px;width:100%;height:3px;transition:all .3s;box-shadow:0 0 10px #00e5ff80}.Header-module__hBw1pG__hamburger:hover span{background:var(--accent-color);box-shadow:0 0 15px #7c4dff99}.Header-module__hBw1pG__hamburgerActive span:first-child{transform:translateY(10.5px)rotate(45deg)}.Header-module__hBw1pG__hamburgerActive span:nth-child(2){opacity:0}.Header-module__hBw1pG__hamburgerActive span:nth-child(3){transform:translateY(-10.5px)rotate(-45deg)}.Header-module__hBw1pG__mobileMenu{z-index:999;background:#0a0e1a;border-left:1px solid #00e5ff33;width:80%;max-width:350px;height:100vh;padding:100px 30px 30px;transition:right .4s cubic-bezier(.68,-.55,.265,1.55);position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 50px #00000080}.Header-module__hBw1pG__mobileMenuOpen{right:0}.Header-module__hBw1pG__mobileNavLinks{flex-direction:column;gap:20px;list-style:none;display:flex}.Header-module__hBw1pG__mobileNavLinks li{opacity:0;animation:.4s forwards Header-module__hBw1pG__slideIn;transform:translate(50px)}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileNavLinks li:first-child{animation-delay:.1s}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileNavLinks li:nth-child(2){animation-delay:.15s}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileNavLinks li:nth-child(3){animation-delay:.2s}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileNavLinks li:nth-child(4){animation-delay:.25s}.Header-module__hBw1pG__mobileMenuOpen .Header-module__hBw1pG__mobileNavLinks li:nth-child(5){animation-delay:.3s}@keyframes Header-module__hBw1pG__slideIn{to{opacity:1;transform:translate(0)}}.Header-module__hBw1pG__mobileNavLinks a{color:#e2e8f0;background:#00e5ff0d;border:1px solid #00e5ff1a;border-radius:12px;padding:15px 20px;font-size:1.2rem;font-weight:600;text-decoration:none;transition:all .3s;display:block;position:relative;overflow:hidden}.Header-module__hBw1pG__mobileNavLinks a:before{content:"";background:var(--gradient-accent);opacity:.1;width:100%;height:100%;transition:left .4s;position:absolute;top:0;left:-100%}.Header-module__hBw1pG__mobileNavLinks a:hover:before{left:0}.Header-module__hBw1pG__mobileNavLinks a:hover{color:var(--secondary-color);border-color:var(--secondary-color);background:#00e5ff1a;transform:translate(5px);box-shadow:0 5px 20px #00e5ff4d}@media (max-width:768px){.Header-module__hBw1pG__navLinks{display:none}.Header-module__hBw1pG__hamburger{display:flex}}
.Hero-module__ZARIfG__hero{align-items:center;min-height:calc(100vh - 80px);margin-top:80px;padding:120px 0;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__backgroundBlob{filter:blur(80px);z-index:1;background:radial-gradient(circle,#00e5ff40 0%,#7c4dff26 40%,#0000 70%);width:60vw;height:60vw;animation:15s ease-in-out infinite Hero-module__ZARIfG__float;position:absolute;top:-20%;right:-15%}@keyframes Hero-module__ZARIfG__float{0%,to{transform:translate(0)rotate(0)}33%{transform:translate(30px,-30px)rotate(120deg)}66%{transform:translate(-30px,30px)rotate(240deg)}}.Hero-module__ZARIfG__heroContent{justify-content:space-between;align-items:center;gap:80px;display:flex}.Hero-module__ZARIfG__heroText{flex:1;animation:1s ease-out Hero-module__ZARIfG__fadeInUp}@keyframes Hero-module__ZARIfG__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Hero-module__ZARIfG__heroText h1{color:#fff;margin-bottom:24px;font-size:64px;font-weight:900;line-height:1.1}.Hero-module__ZARIfG__highlight{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;animation:3s ease-in-out infinite Hero-module__ZARIfG__shimmer;display:block;position:relative}@keyframes Hero-module__ZARIfG__shimmer{0%,to{filter:brightness()saturate()}50%{filter:brightness(1.2)saturate(1.5)}}.Hero-module__ZARIfG__heroText p{color:#cbd5e0;max-width:540px;margin-bottom:40px;font-size:20px;line-height:1.7}.Hero-module__ZARIfG__ctaGroup{align-items:center;gap:20px;display:flex}.Hero-module__ZARIfG__ctaButton{background:var(--gradient-main);color:#fff;border-radius:50px;padding:18px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 10px 30px #00e5ff4d}.Hero-module__ZARIfG__ctaButton:hover{background:linear-gradient(135deg,#7c4dff 0%,#ff3d94 100%);transform:translateY(-3px);box-shadow:0 15px 40px #7c4dff80}.Hero-module__ZARIfG__secondaryButton{color:var(--secondary-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:2px solid #00e5ff4d;border-radius:50px;padding:18px 40px;font-size:16px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.Hero-module__ZARIfG__secondaryButton:hover{border-color:var(--secondary-color);background:#00e5ff1a;transform:translateY(-3px);box-shadow:0 10px 30px #00e5ff4d}.Hero-module__ZARIfG__heroImageWrapper{flex:1;justify-content:center;animation:1s ease-out .3s both Hero-module__ZARIfG__fadeInRight;display:flex;position:relative}@keyframes Hero-module__ZARIfG__fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.Hero-module__ZARIfG__imageBackdrop{background:var(--gradient-main);opacity:.15;z-index:-1;filter:blur(40px);border-radius:40% 60% 70% 30%/40% 50% 60%;width:110%;height:110%;animation:10s ease-in-out infinite Hero-module__ZARIfG__blobFloat;position:absolute;transform:rotate(-10deg)scale(.85)}@keyframes Hero-module__ZARIfG__blobFloat{0%,to{border-radius:40% 60% 70% 30%/40% 50% 60%;transform:rotate(-10deg)scale(.85)}50%{border-radius:60% 40% 30% 70%/60% 30% 70% 40%;transform:rotate(5deg)scale(1)}}.Hero-module__ZARIfG__heroImage{object-fit:contain;border:2px solid #00e5ff66;border-radius:20px;max-width:100%;height:auto;transition:all .5s;box-shadow:0 30px 60px #00000080,0 0 40px #00e5ff4d}.Hero-module__ZARIfG__heroImage:hover{transform:scale(1.05);box-shadow:0 40px 80px #0009,0 0 60px #7c4dff80}@media (max-width:992px){.Hero-module__ZARIfG__heroContent{text-align:center;flex-direction:column;gap:50px;padding-top:40px}.Hero-module__ZARIfG__heroText h1{font-size:42px}.Hero-module__ZARIfG__heroText p{max-width:100%}.Hero-module__ZARIfG__ctaGroup{flex-wrap:wrap;justify-content:center}.Hero-module__ZARIfG__heroImageWrapper{width:80%;max-width:400px;margin-top:20px}}@media (max-width:768px){.Hero-module__ZARIfG__hero{min-height:auto;padding:80px 0 60px}.Hero-module__ZARIfG__backgroundBlob{filter:blur(48px);width:90vw;height:90vw;animation:none}.Hero-module__ZARIfG__heroText h1{font-size:36px}.Hero-module__ZARIfG__heroText p{font-size:18px}.Hero-module__ZARIfG__ctaButton,.Hero-module__ZARIfG__secondaryButton{padding:14px 30px;font-size:14px}.Hero-module__ZARIfG__heroImageWrapper{width:100%;max-width:350px;animation-duration:.5s}.Hero-module__ZARIfG__imageBackdrop{filter:blur(24px);animation:none}}
.About-module__vAULUW__about{padding:120px 0;position:relative}.About-module__vAULUW__about:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff26,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.About-module__vAULUW__glassContainer{-webkit-backdrop-filter:blur(30px);background:#ffffff08;border:1px solid #00e5ff33;border-radius:30px;padding:60px;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000080,inset 0 0 60px #00e5ff0d}.About-module__vAULUW__glassContainer:before{content:"";background:radial-gradient(circle,#7c4dff1a 0%,#0000 70%);width:200%;height:200%;animation:30s linear infinite About-module__vAULUW__rotate;position:absolute;top:-50%;right:-50%}@keyframes About-module__vAULUW__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.About-module__vAULUW__aboutContent{z-index:2;align-items:center;gap:80px;display:flex;position:relative}.About-module__vAULUW__aboutText{flex:1}.About-module__vAULUW__sectionTitle{text-transform:uppercase;letter-spacing:3px;color:var(--secondary-color);background:#00e5ff1a;border:1px solid #00e5ff4d;border-radius:20px;margin-bottom:12px;padding:8px 20px;font-size:14px;font-weight:700;display:inline-block}.About-module__vAULUW__aboutText h3{background:linear-gradient(135deg, #fff 0%, var(--secondary-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:30px;font-size:42px;font-weight:800}.About-module__vAULUW__aboutText p{color:#cbd5e0;margin-bottom:24px;font-size:18px;line-height:1.8}.About-module__vAULUW__stats{border-top:1px solid #00e5ff33;gap:50px;margin-top:40px;padding-top:40px;display:flex}.About-module__vAULUW__statItem{flex-direction:column;gap:8px;display:flex}.About-module__vAULUW__statNumber{background:var(--gradient-accent);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:900}.About-module__vAULUW__statLabel{color:#94a3b8;text-transform:uppercase;letter-spacing:1px;font-size:14px;font-weight:600}.About-module__vAULUW__aboutImage{flex:1;position:relative}.About-module__vAULUW__image{z-index:2;border:3px solid #00e5ff4d;border-radius:30px;width:100%;height:auto;transition:all .5s cubic-bezier(.175,.885,.32,1.275);position:relative;box-shadow:0 30px 60px #0009,0 0 40px #00e5ff4d}.About-module__vAULUW__aboutImage:before{content:"";background:var(--gradient-main);opacity:.15;z-index:1;border-radius:30px;width:calc(100% + 40px);height:calc(100% + 40px);animation:3s ease-in-out infinite About-module__vAULUW__pulse;position:absolute;top:-20px;right:-20px}@keyframes About-module__vAULUW__pulse{0%,to{opacity:.15;transform:scale(1)}50%{opacity:.25;transform:scale(1.02)}}.About-module__vAULUW__glassContainer:hover .About-module__vAULUW__image{border-color:var(--accent-pink);transform:scale(1.02)rotate(0);box-shadow:0 40px 80px #000000b3,0 0 60px #ff3d9466}@media (max-width:992px){.About-module__vAULUW__aboutContent{flex-direction:column-reverse}.About-module__vAULUW__glassContainer{padding:40px 30px}.About-module__vAULUW__aboutImage{width:60%;max-width:350px;margin:0 auto 40px}.About-module__vAULUW__stats{gap:30px}.About-module__vAULUW__aboutText h3{font-size:32px}}@media (max-width:768px){.About-module__vAULUW__about{padding:80px 0}.About-module__vAULUW__glassContainer:before,.About-module__vAULUW__aboutImage:before{animation:none}.About-module__vAULUW__glassContainer{padding:30px 20px}.About-module__vAULUW__aboutText h3{margin-bottom:20px;font-size:28px}.About-module__vAULUW__aboutText p{margin-bottom:18px;font-size:16px}.About-module__vAULUW__stats{text-align:center;flex-direction:column;align-items:center;gap:20px}.About-module__vAULUW__statNumber{font-size:40px}}
.Services-module__dpHhBa__services{padding:120px 0;position:relative}.Services-module__dpHhBa__services:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff26,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.Services-module__dpHhBa__sectionTitle{text-align:center;background:linear-gradient(135deg, #fff 0%, var(--secondary-color) 50%, var(--accent-pink) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:80px;font-size:48px;font-weight:900;display:inline-block;position:relative;left:50%;transform:translate(-50%)}.Services-module__dpHhBa__sectionTitle:after{content:"";background:var(--gradient-accent);border-radius:2px;width:120px;height:4px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%);box-shadow:0 0 20px #00e5ff80}.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1200px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:1fr;gap:20px}.Services-module__dpHhBa__sectionTitle{margin-bottom:50px;font-size:32px}.Services-module__dpHhBa__services{padding:80px 0}}.Services-module__dpHhBa__serviceCard{background:linear-gradient(145deg,#0f172ae6 0%,#1e293bcc 100%);border:1px solid #00e5ff26;border-radius:20px;flex-direction:column;align-items:flex-start;gap:20px;padding:36px 28px;transition:all .4s;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__serviceCard:before{content:"";background:var(--gradient-accent);opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.Services-module__dpHhBa__serviceCard:hover:before{opacity:1}.Services-module__dpHhBa__serviceCard:hover{border-color:#00e5ff66;transform:translateY(-6px);box-shadow:0 20px 40px #0006,0 0 40px #00e5ff1a}.Services-module__dpHhBa__serviceIcon{background:var(--gradient-main);border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;transition:all .4s;display:flex;box-shadow:0 8px 24px #00e5ff4d}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__serviceIcon{transform:scale(1.1);box-shadow:0 12px 32px #00e5ff66}.Services-module__dpHhBa__serviceIcon i{color:#fff;font-size:30px}.Services-module__dpHhBa__serviceIcon svg{filter:drop-shadow(0 4px 8px #00e5ff4d);width:32px;height:32px}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__serviceIcon svg{filter:drop-shadow(0 6px 12px #00e5ff80)}.Services-module__dpHhBa__serviceContent{flex-direction:column;flex:1;gap:12px;display:flex}.Services-module__dpHhBa__serviceCard h3{color:#fff;margin:0;font-size:20px;font-weight:700;line-height:1.4}.Services-module__dpHhBa__serviceCard p{color:#94a3b8;margin:0;font-size:15px;line-height:1.7}@media (max-width:768px){.Services-module__dpHhBa__serviceCard{padding:28px 24px}.Services-module__dpHhBa__serviceCard h3{font-size:18px}.Services-module__dpHhBa__serviceCard p{font-size:14px}}
.FAQ-module__V8_xEa__faq{padding:120px 0;position:relative}.FAQ-module__V8_xEa__faq:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff26,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.FAQ-module__V8_xEa__sectionTitle{text-align:center;background:linear-gradient(135deg, #fff 0%, var(--accent-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:48px;font-size:42px;font-weight:900;position:relative}.FAQ-module__V8_xEa__sectionTitle:after{content:"";background:var(--gradient-main);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.FAQ-module__V8_xEa__sectionSubtitle{text-align:center;color:#94a3b8;max-width:600px;margin-bottom:60px;margin-left:auto;margin-right:auto;font-size:18px}.FAQ-module__V8_xEa__faqGrid{grid-template-columns:1fr;gap:20px;max-width:800px;margin:0 auto;display:grid}.FAQ-module__V8_xEa__faqItem{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;transition:all .3s;overflow:hidden}.FAQ-module__V8_xEa__faqItem:hover{background:#ffffff0a}.FAQ-module__V8_xEa__faqQuestion{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:24px 28px;display:flex}.FAQ-module__V8_xEa__faqQuestion h3{color:#fff;flex:1;margin:0;padding-right:16px;font-size:17px;font-weight:600}.FAQ-module__V8_xEa__faqIcon{background:#00e5ff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__faqIcon{background:var(--accent-color);transform:rotate(180deg)}.FAQ-module__V8_xEa__faqIcon svg{width:16px;height:16px;color:var(--secondary-color)}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__faqIcon svg{color:#fff}.FAQ-module__V8_xEa__faqAnswer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.FAQ-module__V8_xEa__faqItem.FAQ-module__V8_xEa__active .FAQ-module__V8_xEa__faqAnswer{max-height:300px}.FAQ-module__V8_xEa__faqAnswerInner{color:#94a3b8;padding:0 28px 24px;font-size:15px;line-height:1.7}@media (max-width:768px){.FAQ-module__V8_xEa__faq{padding:80px 0}.FAQ-module__V8_xEa__sectionTitle{margin-bottom:42px;font-size:32px}.FAQ-module__V8_xEa__sectionSubtitle{margin-bottom:40px;font-size:16px}.FAQ-module__V8_xEa__faqQuestion{padding:20px}.FAQ-module__V8_xEa__faqQuestion h3{font-size:15px}.FAQ-module__V8_xEa__faqAnswerInner{padding:0 20px 20px;font-size:14px}}
.WhyChooseUs-module__aV2w7G__whyChoose{padding:120px 0;position:relative}.WhyChooseUs-module__aV2w7G__whyChoose:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff26,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.WhyChooseUs-module__aV2w7G__sectionTitle{text-align:center;background:linear-gradient(135deg, #fff 0%, var(--accent-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:80px;font-size:42px;font-weight:900;position:relative}.WhyChooseUs-module__aV2w7G__sectionTitle:after{content:"";background:var(--gradient-main);border-radius:2px;width:100px;height:4px;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.WhyChooseUs-module__aV2w7G__featuresGrid{grid-template-columns:repeat(2,1fr);gap:40px;max-width:1000px;margin:50px auto 0;display:grid}@media (max-width:900px){.WhyChooseUs-module__aV2w7G__featuresGrid{grid-template-columns:1fr;gap:30px;max-width:600px}}.WhyChooseUs-module__aV2w7G__feature{text-align:center;background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;padding:50px 35px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 10px 30px #0000004d}.WhyChooseUs-module__aV2w7G__feature:before{content:"";opacity:0;background:radial-gradient(circle,#00e5ff1a 0%,#0000 70%);width:200%;height:200%;transition:opacity .4s;position:absolute;top:-50%;left:-50%}.WhyChooseUs-module__aV2w7G__feature:hover:before{opacity:1;animation:10s linear infinite WhyChooseUs-module__aV2w7G__rotate}.WhyChooseUs-module__aV2w7G__feature:hover{background:#ffffff0a;border-color:#00e5ff4d;transform:translateY(-10px);box-shadow:0 20px 50px #00000080,0 0 40px #00e5ff33}.WhyChooseUs-module__aV2w7G__featureIcon{z-index:2;background:linear-gradient(135deg,#0056d233 0%,#00e5ff33 100%);border:2px solid #00e5ff4d;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin:0 auto 30px;transition:all .5s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.WhyChooseUs-module__aV2w7G__feature:hover .WhyChooseUs-module__aV2w7G__featureIcon{background:var(--gradient-accent);border-color:var(--accent-pink);transform:rotate(360deg)scale(1.1);box-shadow:0 0 40px #ff3d9480}.WhyChooseUs-module__aV2w7G__featureIcon svg{width:48px;height:48px;color:var(--secondary-color);filter:drop-shadow(0 0 12px #00e5ff73);transition:color .3s,filter .3s}.WhyChooseUs-module__aV2w7G__feature:hover .WhyChooseUs-module__aV2w7G__featureIcon svg{color:#fff;filter:drop-shadow(0 0 18px #fffc)}.WhyChooseUs-module__aV2w7G__feature h3{color:#fff;z-index:2;margin-bottom:18px;font-size:20px;font-weight:700;position:relative}.WhyChooseUs-module__aV2w7G__feature p{color:#94a3b8;z-index:2;line-height:1.7;position:relative}@media (max-width:768px){.WhyChooseUs-module__aV2w7G__whyChoose{padding:80px 0}.WhyChooseUs-module__aV2w7G__feature:hover:before{animation:none}.WhyChooseUs-module__aV2w7G__sectionTitle{margin-bottom:50px;font-size:32px}.WhyChooseUs-module__aV2w7G__feature{padding:35px 25px}.WhyChooseUs-module__aV2w7G__featureIcon{width:80px;height:80px}.WhyChooseUs-module__aV2w7G__featureIcon svg{width:40px;height:40px}.WhyChooseUs-module__aV2w7G__feature h3{font-size:18px}}
.Contact-module__hcVmEa__contact{padding:120px 0 140px;position:relative}.Contact-module__hcVmEa__contact:before{content:"";background:linear-gradient(90deg,#0000,#00e5ff26,#0000);width:100%;height:1px;position:absolute;top:0;left:0}.Contact-module__hcVmEa__sectionTitle{text-align:center;background:linear-gradient(135deg, #fff 0%, var(--secondary-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:48px;font-weight:900;position:relative}.Contact-module__hcVmEa__sectionSubtitle{text-align:center;color:#cbd5e0;max-width:600px;margin-bottom:80px;margin-left:auto;margin-right:auto;font-size:20px}.Contact-module__hcVmEa__contactGrid{grid-template-columns:repeat(3,1fr);gap:30px;max-width:1000px;margin:0 auto;display:grid}@media (max-width:1024px){.Contact-module__hcVmEa__contactGrid{grid-template-columns:repeat(2,1fr)}.Contact-module__hcVmEa__contactGrid>:last-child{grid-column:span 2;max-width:400px;margin:0 auto}}@media (max-width:768px){.Contact-module__hcVmEa__contactGrid{grid-template-columns:1fr;max-width:450px}.Contact-module__hcVmEa__contactGrid>:last-child{grid-column:auto;max-width:none}}.Contact-module__hcVmEa__contactCard{-webkit-backdrop-filter:blur(20px);text-align:center;background:#ffffff08;border:1px solid #00e5ff33;border-radius:24px;padding:40px 30px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;box-shadow:0 20px 60px #0000004d}.Contact-module__hcVmEa__contactCard:before{content:"";background:var(--gradient-accent);opacity:0;width:100%;height:4px;transition:opacity .3s;position:absolute;top:0;left:0}.Contact-module__hcVmEa__contactCard:hover:before{opacity:1}.Contact-module__hcVmEa__contactCard:hover{border-color:var(--secondary-color);background:#ffffff0d;transform:translateY(-10px);box-shadow:0 30px 80px #00000080,0 0 40px #00e5ff4d}.Contact-module__hcVmEa__contactIcon{background:var(--gradient-main);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin:0 auto 25px;transition:all .4s;display:flex;box-shadow:0 10px 30px #00000080,0 0 30px #00e5ff66}.Contact-module__hcVmEa__contactCard:hover .Contact-module__hcVmEa__contactIcon{background:var(--gradient-accent);transform:scale(1.1)rotate(10deg);box-shadow:0 15px 40px #0009,0 0 50px #7c4dff99}.Contact-module__hcVmEa__contactIcon svg{color:#fff;filter:drop-shadow(0 2px 4px #0000004d);width:36px;height:36px}.Contact-module__hcVmEa__contactCard h3{color:#94a3b8;text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-size:14px;font-weight:700}.Contact-module__hcVmEa__contactValue{color:#fff;justify-content:center;align-items:center;min-height:54px;margin-bottom:25px;font-size:18px;font-weight:700;line-height:1.5;display:flex}.Contact-module__hcVmEa__contactButton{background:var(--gradient-main);color:#fff;border-radius:50px;padding:14px 32px;font-size:14px;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block;position:relative;overflow:hidden;box-shadow:0 8px 25px #0006,0 0 20px #00e5ff4d}.Contact-module__hcVmEa__contactButton:hover{background:linear-gradient(135deg,#7c4dff 0%,#ff3d94 100%);transform:translateY(-2px);box-shadow:0 12px 35px #00000080,0 0 40px #7c4dff80}.Contact-module__hcVmEa__availability{color:var(--secondary-color);background:#00e5ff1a;border:1px solid #00e5ff4d;border-radius:50px;align-items:center;gap:10px;margin-top:10px;padding:12px 24px;font-size:14px;font-weight:600;display:inline-flex}.Contact-module__hcVmEa__availabilityDot{background:var(--secondary-color);border-radius:50%;width:10px;height:10px;animation:2s ease-in-out infinite Contact-module__hcVmEa__pulse;box-shadow:0 0 10px #00e5ffcc}@keyframes Contact-module__hcVmEa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.2)}}@media (max-width:768px){.Contact-module__hcVmEa__contact{padding:80px 0 100px}.Contact-module__hcVmEa__sectionTitle{font-size:32px}.Contact-module__hcVmEa__sectionSubtitle{margin-bottom:50px;font-size:16px}.Contact-module__hcVmEa__contactCard{padding:30px 24px}.Contact-module__hcVmEa__contactIcon{width:70px;height:70px}.Contact-module__hcVmEa__contactIcon svg{width:30px;height:30px}.Contact-module__hcVmEa__contactValue{min-height:auto;font-size:16px}.Contact-module__hcVmEa__contactButton{padding:12px 28px}}
.Footer-module__S6Hkya__footer{color:#fff;background:linear-gradient(#0000 0%,#00000080 100%);border-top:1px solid #00e5ff33;padding:100px 0 40px;position:relative}.Footer-module__S6Hkya__footer:before{content:"";background:var(--gradient-accent);width:100%;height:3px;position:absolute;top:0;left:0;box-shadow:0 0 20px #00e5ff80}.Footer-module__S6Hkya__footerContent{flex-wrap:wrap;justify-content:space-between;gap:40px;margin-bottom:60px;display:flex}.Footer-module__S6Hkya__footerSection{flex:1;min-width:150px}.Footer-module__S6Hkya__footerSection:first-child{flex:2;min-width:300px;max-width:400px;margin-right:40px}.Footer-module__S6Hkya__footerSection h3{background:linear-gradient(135deg, #fff 0%, var(--secondary-color) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:28px;font-size:22px;font-weight:800;display:inline-block;position:relative}.Footer-module__S6Hkya__footerSection h3:after{content:"";background:var(--gradient-main);border-radius:2px;width:50px;height:3px;position:absolute;bottom:-10px;left:0}.Footer-module__S6Hkya__footerSection p{color:#94a3b8;font-size:15px;line-height:1.8}.Footer-module__S6Hkya__footerSection ul{list-style:none}.Footer-module__S6Hkya__footerSection ul li{margin-bottom:16px}.Footer-module__S6Hkya__footerSection ul li a{color:#cbd5e0;padding-left:0;text-decoration:none;transition:all .3s;display:inline-block;position:relative}.Footer-module__S6Hkya__footerSection ul li a:before{content:"→";opacity:0;color:var(--secondary-color);transition:all .3s;position:absolute;left:-20px}.Footer-module__S6Hkya__footerSection ul li a:hover{color:var(--secondary-color);padding-left:25px}.Footer-module__S6Hkya__footerSection ul li a:hover:before{opacity:1;left:0}.Footer-module__S6Hkya__socialLinks{gap:16px;margin-top:20px;display:flex}.Footer-module__S6Hkya__socialLinks a{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.Footer-module__S6Hkya__socialLinks a:before{content:"";background:var(--gradient-accent);opacity:0;border-radius:50%;width:100%;height:100%;transition:opacity .3s;position:absolute}.Footer-module__S6Hkya__socialLinks a:hover:before{opacity:1}.Footer-module__S6Hkya__socialLinks a:hover{border-color:#0000;transform:translateY(-8px)rotate(360deg);box-shadow:0 10px 30px #00e5ff66}.Footer-module__S6Hkya__socialLinks a i,.Footer-module__S6Hkya__socialLinks a svg{z-index:2;position:relative}.Footer-module__S6Hkya__copyright{text-align:center;color:#64748b;border-top:1px solid #ffffff0d;padding-top:40px;font-size:14px}@media (max-width:992px){.Footer-module__S6Hkya__footerContent{text-align:center;flex-direction:column;align-items:center;gap:40px}.Footer-module__S6Hkya__footerSection{min-width:100%}.Footer-module__S6Hkya__footerSection:first-child{text-align:center;max-width:100%;margin-right:0}.Footer-module__S6Hkya__footerSection h3:after{left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__socialLinks{justify-content:center}}@media (max-width:768px){.Footer-module__S6Hkya__footer{padding:60px 0 30px}.Footer-module__S6Hkya__copyright{padding-top:30px}}
