.Header-module__GPz-la__header{width:100%;height:var(--header-height);z-index:1000;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--glass-border);background:#030305b3;align-items:center;display:flex;position:fixed;top:0;left:0}.Header-module__GPz-la__nav{justify-content:space-between;align-items:center;width:100%;display:flex}.Header-module__GPz-la__logo{letter-spacing:-.02em;font-size:1.5rem;font-weight:700;text-decoration:none}.Header-module__GPz-la__links{gap:2.5rem;list-style:none;display:flex}.Header-module__GPz-la__link{color:var(--foreground);transition:color var(--transition-fast);opacity:.8;font-size:.95rem;font-weight:500}.Header-module__GPz-la__link:hover{color:var(--primary);opacity:1}@media (max-width:768px){.Header-module__GPz-la__links{display:none}}
.Hero-module__oEVfFq__hero{min-height:100vh;padding-top:var(--header-height);justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__oEVfFq__background{z-index:0;background:radial-gradient(circle at 50% 50%,#0f172a00 0%,var(--background)100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__oEVfFq__glow{background:radial-gradient(circle,var(--primary-glow)0%,transparent 70%);filter:blur(100px);opacity:.4;border-radius:50%;width:800px;height:800px;animation:8s ease-in-out infinite Hero-module__oEVfFq__pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Hero-module__oEVfFq__glowSecondary{background:radial-gradient(circle,var(--secondary-glow)0%,transparent 70%);filter:blur(80px);opacity:.3;border-radius:50%;width:600px;height:600px;animation:10s ease-in-out infinite reverse Hero-module__oEVfFq__float;position:absolute;top:30%;left:70%;transform:translate(-50%,-50%)}.Hero-module__oEVfFq__grid{z-index:0;background-image:linear-gradient(#ffffff08 1px,#0000 1px),linear-gradient(90deg,#ffffff08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0;-webkit-mask-image:radial-gradient(circle,#000 40%,#0000 80%);mask-image:radial-gradient(circle,#000 40%,#0000 80%)}.Hero-module__oEVfFq__content{z-index:1;text-align:center;max-width:900px;padding:0 24px;position:relative}.Hero-module__oEVfFq__badge{color:var(--primary);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#3b82f61a;border:1px solid #3b82f633;border-radius:30px;margin-bottom:2rem;padding:8px 16px;font-size:.875rem;font-weight:500;animation:.8s ease-out Hero-module__oEVfFq__fade-in-up;display:inline-block}.Hero-module__oEVfFq__title{letter-spacing:-.03em;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1;animation:.8s ease-out .2s backwards Hero-module__oEVfFq__fade-in-up}.Hero-module__oEVfFq__subtitle{color:#a1a1aa;max-width:650px;margin-bottom:3rem;margin-left:auto;margin-right:auto;font-size:1.35rem;line-height:1.6;animation:.8s ease-out .4s backwards Hero-module__oEVfFq__fade-in-up}.Hero-module__oEVfFq__actions{justify-content:center;gap:1.5rem;animation:.8s ease-out .6s backwards Hero-module__oEVfFq__fade-in-up;display:flex}@keyframes Hero-module__oEVfFq__pulse{0%,to{opacity:.3;transform:translate(-50%,-50%)scale(1)}50%{opacity:.5;transform:translate(-50%,-50%)scale(1.1)}}@keyframes Hero-module__oEVfFq__fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Hero-module__oEVfFq__title{font-size:3rem}.Hero-module__oEVfFq__subtitle{font-size:1.1rem}.Hero-module__oEVfFq__actions{flex-direction:column;gap:1rem}.Hero-module__oEVfFq__glow{width:400px;height:400px}}
.Services-module__J8Vg9a__services{background:var(--background);position:relative}.Services-module__J8Vg9a__services:before{content:"";z-index:0;background:radial-gradient(circle at 80% 20%,#8b5cf60d 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.Services-module__J8Vg9a__grid{z-index:1;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:4rem;display:grid;position:relative}.Services-module__J8Vg9a__card{border:1px solid var(--card-border);transition:var(--transition-normal);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff08 0%,#ffffff03 100%);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.Services-module__J8Vg9a__card:hover{border-color:var(--primary);transform:translateY(-8px);box-shadow:0 20px 40px -10px #00000080,0 0 20px #3b82f61a}.Services-module__J8Vg9a__card:after{content:"";background:radial-gradient(600px circle at var(--mouse-x)var(--mouse-y),#ffffff0a,transparent 40%);opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__J8Vg9a__card:hover:after{opacity:1}.Services-module__J8Vg9a__iconWrapper{border:1px solid var(--card-border);width:64px;height:64px;color:var(--primary);transition:var(--transition-normal);background:#ffffff08;border-radius:16px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.Services-module__J8Vg9a__card:hover .Services-module__J8Vg9a__iconWrapper{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 0 20px var(--primary-glow);transform:scale(1.1)rotate(5deg)}.Services-module__J8Vg9a__cardTitle{color:#fff;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Services-module__J8Vg9a__cardDesc{color:#a1a1aa;font-size:1rem;line-height:1.7}.Services-module__J8Vg9a__sectionHeader{text-align:center;z-index:1;max-width:700px;margin:0 auto;position:relative}.Services-module__J8Vg9a__sectionTitle{margin-bottom:1.5rem;font-size:3rem;font-weight:800}.Services-module__J8Vg9a__sectionSubtitle{color:#a1a1aa;font-size:1.1rem;line-height:1.6}
.WhyUs-module__k_ul2W__whyUs{background:linear-gradient(to bottom,var(--background),#050510);position:relative;overflow:hidden}.WhyUs-module__k_ul2W__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.WhyUs-module__k_ul2W__content{z-index:1;position:relative}.WhyUs-module__k_ul2W__badge{color:var(--secondary);background:#8b5cf61a;border:1px solid #8b5cf633;border-radius:20px;margin-bottom:1.5rem;padding:6px 12px;font-size:.875rem;font-weight:500;display:inline-block}.WhyUs-module__k_ul2W__title{margin-bottom:1.5rem;font-size:2.5rem;font-weight:700;line-height:1.2}.WhyUs-module__k_ul2W__description{color:#a1a1aa;margin-bottom:2.5rem;font-size:1.1rem;line-height:1.7}.WhyUs-module__k_ul2W__stats{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.WhyUs-module__k_ul2W__statItem{border-left:2px solid var(--card-border);padding-left:1.5rem}.WhyUs-module__k_ul2W__statValue{color:#fff;margin-bottom:.5rem;font-size:2.5rem;font-weight:800;display:block}.WhyUs-module__k_ul2W__statLabel{color:#a1a1aa;font-size:.9rem}.WhyUs-module__k_ul2W__visual{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff0d,#ffffff03);border-radius:24px;justify-content:center;align-items:center;height:500px;display:flex;position:relative;overflow:hidden}.WhyUs-module__k_ul2W__visual:before{content:"";background:var(--secondary);filter:blur(100px);opacity:.2;border-radius:50%;width:300px;height:300px;animation:6s infinite alternate WhyUs-module__k_ul2W__pulse;position:absolute}.WhyUs-module__k_ul2W__card{border:1px solid var(--card-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#030305cc;border-radius:16px;padding:1.5rem;animation:6s ease-in-out infinite WhyUs-module__k_ul2W__float;position:absolute;box-shadow:0 20px 40px #0000004d}.WhyUs-module__k_ul2W__card1{width:200px;top:20%;right:10%}.WhyUs-module__k_ul2W__card2{width:220px;animation-delay:-3s;bottom:20%;left:10%}.WhyUs-module__k_ul2W__cardTitle{color:#fff;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.WhyUs-module__k_ul2W__progressBar{background:#ffffff1a;border-radius:3px;width:100%;height:6px;overflow:hidden}.WhyUs-module__k_ul2W__progressFill{background:var(--gradient-primary);border-radius:3px;height:100%}@keyframes WhyUs-module__k_ul2W__pulse{0%{opacity:.2;transform:scale(1)}to{opacity:.3;transform:scale(1.2)}}@media (max-width:968px){.WhyUs-module__k_ul2W__container{grid-template-columns:1fr}.WhyUs-module__k_ul2W__visual{order:-1;height:400px}}
.Contact-module__RDTI0G__contact{background:var(--background);position:relative;overflow:hidden}.Contact-module__RDTI0G__contact:before{content:"";z-index:0;background:radial-gradient(circle at 20% 80%,#06b6d40d 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.Contact-module__RDTI0G__formContainer{border:1px solid var(--card-border);z-index:1;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff08 0%,#ffffff03 100%);border-radius:24px;max-width:600px;margin:0 auto;padding:3rem;position:relative;box-shadow:0 20px 40px -10px #00000080}.Contact-module__RDTI0G__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__RDTI0G__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__RDTI0G__label{color:#a1a1aa;margin-left:4px;font-size:.9rem;font-weight:500}.Contact-module__RDTI0G__input,.Contact-module__RDTI0G__textarea{border:1px solid var(--card-border);color:#fff;transition:var(--transition-fast);background:#0003;border-radius:12px;padding:14px 16px;font-family:inherit;font-size:1rem}.Contact-module__RDTI0G__input:focus,.Contact-module__RDTI0G__textarea:focus{border-color:var(--primary);background:#3b82f60d;outline:none;box-shadow:0 0 0 4px #3b82f61a}.Contact-module__RDTI0G__textarea{resize:vertical;min-height:150px}.Contact-module__RDTI0G__submitBtn{width:100%;margin-top:1rem}@media (max-width:768px){.Contact-module__RDTI0G__formContainer{padding:2rem}}
.Footer-module__as8s1W__footer{border-top:1px solid var(--card-border);background:#020203;margin-top:auto;padding:4rem 0 2rem}.Footer-module__as8s1W__content{grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__as8s1W__brandDesc{color:#a1a1aa;max-width:300px;margin-top:1rem;line-height:1.6}.Footer-module__as8s1W__linksGroup{justify-content:flex-end;gap:4rem;display:flex}.Footer-module__as8s1W__columnTitle{color:#fff;margin-bottom:1.5rem;font-size:1rem;font-weight:600}.Footer-module__as8s1W__list{list-style:none}.Footer-module__as8s1W__listItem{margin-bottom:.75rem}.Footer-module__as8s1W__link{color:#a1a1aa;transition:color var(--transition-fast)}.Footer-module__as8s1W__link:hover{color:var(--primary)}.Footer-module__as8s1W__bottom{border-top:1px solid var(--card-border);text-align:center;color:#52525b;padding-top:2rem;font-size:.875rem}@media (max-width:768px){.Footer-module__as8s1W__content{grid-template-columns:1fr;gap:3rem}.Footer-module__as8s1W__linksGroup{flex-wrap:wrap;justify-content:flex-start;gap:3rem}}
