.Navbar-module__nuAbfa__navbar{z-index:1000;padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Navbar-module__nuAbfa__navbar.Navbar-module__nuAbfa__scrolled{-webkit-backdrop-filter:blur(20px);background:#06070ed9;border-bottom:1px solid #6c3ce026;padding:.6rem 0;box-shadow:0 4px 30px #0000004d}.Navbar-module__nuAbfa__inner{justify-content:space-between;align-items:center;display:flex;padding:0!important}.Navbar-module__nuAbfa__logo{z-index:1001;align-items:center;gap:.5rem;font-family:Outfit,sans-serif;font-size:1.5rem;font-weight:700;text-decoration:none;display:flex}.Navbar-module__nuAbfa__logoIcon{font-size:1.3rem;animation:2s infinite Navbar-module__nuAbfa__pulse}@keyframes Navbar-module__nuAbfa__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.1)}}.Navbar-module__nuAbfa__logoText{color:var(--foreground)}.Navbar-module__nuAbfa__logoAccent{color:var(--secondary)}.Navbar-module__nuAbfa__links{align-items:center;gap:2rem;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--foreground-muted);font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__nuAbfa__navLink:after{content:"";background:var(--secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__nuAbfa__navLink:hover{color:var(--foreground);opacity:1}.Navbar-module__nuAbfa__navLink:hover:after{width:100%}.Navbar-module__nuAbfa__ctaBtn{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-radius:8px;padding:.6rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #6c3ce04d}.Navbar-module__nuAbfa__ctaBtn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 6px 25px #6c3ce080}.Navbar-module__nuAbfa__burger{cursor:pointer;z-index:1001;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.Navbar-module__nuAbfa__burger span{background:var(--foreground);border-radius:2px;width:24px;height:2px;transition:all .3s;display:block}.Navbar-module__nuAbfa__burgerOpen span:first-child{transform:rotate(45deg)translate(5px,5px)}.Navbar-module__nuAbfa__burgerOpen span:nth-child(2){opacity:0}.Navbar-module__nuAbfa__burgerOpen span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}@media (max-width:768px){.Navbar-module__nuAbfa__burger{display:flex}.Navbar-module__nuAbfa__links{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);opacity:0;pointer-events:none;z-index:1000;background:#06070ef7;flex-direction:column;justify-content:center;gap:2.5rem;transition:opacity .3s;position:fixed;inset:0}.Navbar-module__nuAbfa__links.Navbar-module__nuAbfa__open{opacity:1;pointer-events:all}.Navbar-module__nuAbfa__navLink{font-size:1.3rem}.Navbar-module__nuAbfa__ctaBtn{padding:.8rem 2rem;font-size:1.1rem}}
.Hero-module__Z8hQ_W__hero{text-align:center;justify-content:center;align-items:center;min-height:100vh;padding-top:6rem;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.Hero-module__Z8hQ_W__bgGlow1{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#6c3ce033,#0000 70%);border-radius:50%;width:600px;height:600px;animation:8s ease-in-out infinite Hero-module__Z8hQ_W__float;position:absolute;top:-20%;left:-10%}.Hero-module__Z8hQ_W__bgGlow2{filter:blur(80px);pointer-events:none;background:radial-gradient(circle,#00d4ff26,#0000 70%);border-radius:50%;width:500px;height:500px;animation:6s ease-in-out infinite reverse Hero-module__Z8hQ_W__float;position:absolute;bottom:-10%;right:-10%}.Hero-module__Z8hQ_W__gridOverlay{pointer-events:none;background-image:linear-gradient(#6c3ce008 1px,#0000 1px),linear-gradient(90deg,#6c3ce008 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(#000 30%,#0000 70%);mask-image:radial-gradient(#000 30%,#0000 70%)}.Hero-module__Z8hQ_W__content{z-index:1;opacity:0;flex-direction:column;align-items:center;gap:1.8rem;transition:all .8s cubic-bezier(.4,0,.2,1);display:flex;position:relative;transform:translateY(30px)}.Hero-module__Z8hQ_W__hero.Hero-module__Z8hQ_W__visible .Hero-module__Z8hQ_W__content{opacity:1;transform:translateY(0)}.Hero-module__Z8hQ_W__badge{color:var(--accent-green);letter-spacing:.5px;background:#10b9811a;border:1px solid #10b9814d;border-radius:50px;align-items:center;gap:.6rem;padding:.5rem 1.2rem;font-size:.85rem;font-weight:600;display:inline-flex}.Hero-module__Z8hQ_W__badgeDot{background:var(--accent-green);border-radius:50%;width:8px;height:8px;animation:2s infinite Hero-module__Z8hQ_W__pulse}@keyframes Hero-module__Z8hQ_W__pulse{0%,to{opacity:1;box-shadow:0 0 #10b98166}50%{opacity:.8;box-shadow:0 0 0 8px #10b98100}}.Hero-module__Z8hQ_W__headline{max-width:850px;color:var(--foreground);font-size:clamp(2.5rem,5.5vw,4.2rem);font-weight:800;line-height:1.1}.Hero-module__Z8hQ_W__subtitle{color:var(--foreground-muted);max-width:650px;font-size:1.15rem;line-height:1.7}.Hero-module__Z8hQ_W__subtitle strong{color:var(--foreground);font-weight:600}.Hero-module__Z8hQ_W__ctas{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.Hero-module__Z8hQ_W__primaryCta{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-radius:10px;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #6c3ce066}.Hero-module__Z8hQ_W__primaryCta:hover{opacity:1;transform:translateY(-3px);box-shadow:0 8px 30px #6c3ce099}.Hero-module__Z8hQ_W__ctaArrow{transition:transform .3s}.Hero-module__Z8hQ_W__primaryCta:hover .Hero-module__Z8hQ_W__ctaArrow{transform:translate(4px)}.Hero-module__Z8hQ_W__secondaryCta{color:var(--foreground);border:1px solid var(--glass-border);background:0 0;border-radius:10px;align-items:center;padding:.9rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Hero-module__Z8hQ_W__secondaryCta:hover{border-color:var(--primary-light);opacity:1;background:#6c3ce01a;transform:translateY(-3px)}.Hero-module__Z8hQ_W__techStack{border-top:1px solid #ffffff0f;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;padding-top:1.5rem;display:flex}.Hero-module__Z8hQ_W__techLabel{color:var(--foreground-muted);font-size:.85rem;font-weight:500}.Hero-module__Z8hQ_W__techBadges{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.Hero-module__Z8hQ_W__techBadge{color:var(--foreground-muted);background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;padding:.35rem .8rem;font-size:.8rem;font-weight:500;transition:all .3s}.Hero-module__Z8hQ_W__techBadge:hover{border-color:var(--secondary);color:var(--secondary);background:#00d4ff14}.Hero-module__Z8hQ_W__floatingElements{pointer-events:none;z-index:0;position:absolute;inset:0}.Hero-module__Z8hQ_W__floatCard{border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:var(--foreground-muted);background:#0f1123cc;border-radius:10px;align-items:center;gap:.5rem;padding:.6rem 1rem;font-size:.8rem;display:flex;position:absolute;box-shadow:0 4px 20px #0000004d}.Hero-module__Z8hQ_W__float1{animation:5s ease-in-out infinite Hero-module__Z8hQ_W__float;top:20%;left:8%}.Hero-module__Z8hQ_W__float2{animation:6s ease-in-out 1s infinite Hero-module__Z8hQ_W__float;top:35%;right:6%}.Hero-module__Z8hQ_W__float3{animation:7s ease-in-out 2s infinite Hero-module__Z8hQ_W__float;bottom:20%;left:12%}@keyframes Hero-module__Z8hQ_W__float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@media (max-width:768px){.Hero-module__Z8hQ_W__hero{min-height:90vh;padding-top:5rem}.Hero-module__Z8hQ_W__headline{font-size:2.2rem}.Hero-module__Z8hQ_W__subtitle{font-size:1rem}.Hero-module__Z8hQ_W__floatingElements{display:none}.Hero-module__Z8hQ_W__techStack{flex-direction:column}}
.Services-module__PFRRnG__services{background:var(--background-alt);position:relative}.Services-module__PFRRnG__services:before{content:"";background:linear-gradient(90deg,transparent,var(--glass-border),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Services-module__PFRRnG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Services-module__PFRRnG__card{opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden;transform:translateY(30px)}.Services-module__PFRRnG__services.Services-module__PFRRnG__visible .Services-module__PFRRnG__card{animation:.6s forwards Services-module__PFRRnG__cardReveal}@keyframes Services-module__PFRRnG__cardReveal{to{opacity:1;transform:translateY(0)}}.Services-module__PFRRnG__card:hover{border-color:var(--primary-light);transform:translateY(-8px);box-shadow:0 20px 60px #6c3ce033}.Services-module__PFRRnG__cardTop{justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.Services-module__PFRRnG__cardTop:after{content:"";background:linear-gradient(to top,var(--glass-bg),transparent);height:40px;position:absolute;bottom:0;left:0;right:0}.Services-module__PFRRnG__icon{filter:drop-shadow(0 4px 8px #0000004d);font-size:3rem}.Services-module__PFRRnG__cardBody{padding:1.5rem 2rem 2rem}.Services-module__PFRRnG__cardBody h3{color:var(--foreground);margin-bottom:.75rem;font-size:1.4rem}.Services-module__PFRRnG__desc{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Services-module__PFRRnG__features{flex-direction:column;gap:.6rem;margin:0 0 1.5rem;padding:0;list-style:none;display:flex}.Services-module__PFRRnG__features li{color:var(--foreground-muted);align-items:center;gap:.6rem;font-size:.9rem;display:flex}.Services-module__PFRRnG__checkIcon{color:var(--accent-green);flex-shrink:0;font-size:.85rem;font-weight:700}.Services-module__PFRRnG__cardCta{color:var(--secondary);align-items:center;gap:.4rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.Services-module__PFRRnG__cardCta:hover{opacity:1;color:var(--foreground);gap:.8rem}@media (max-width:1024px){.Services-module__PFRRnG__grid{grid-template-columns:1fr;max-width:500px;margin:0 auto}}
.Expertise-module__bfW27G__expertise{position:relative}.Expertise-module__bfW27G__grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.Expertise-module__bfW27G__card{opacity:0;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;transform:translateY(30px)}.Expertise-module__bfW27G__expertise.Expertise-module__bfW27G__visible .Expertise-module__bfW27G__card{animation:.6s forwards Expertise-module__bfW27G__cardReveal}@keyframes Expertise-module__bfW27G__cardReveal{to{opacity:1;transform:translateY(0)}}.Expertise-module__bfW27G__card:hover{border-color:#6c3ce066;transform:translateY(-6px);box-shadow:0 16px 50px #0000004d}.Expertise-module__bfW27G__cardAccent{opacity:.6;height:3px;transition:opacity .3s;position:absolute;bottom:0;left:0;right:0}.Expertise-module__bfW27G__card:hover .Expertise-module__bfW27G__cardAccent{opacity:1}.Expertise-module__bfW27G__cardHeader{align-items:center;gap:1rem;margin-bottom:1.2rem;display:flex}.Expertise-module__bfW27G__iconWrapper{border:1px solid;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.Expertise-module__bfW27G__icon{font-size:1.6rem}.Expertise-module__bfW27G__cardHeader h3{margin-bottom:.15rem;font-size:1.2rem}.Expertise-module__bfW27G__tagline{color:var(--foreground-muted);font-size:.8rem;font-weight:500}.Expertise-module__bfW27G__desc{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.6}.Expertise-module__bfW27G__capabilities{margin-bottom:.5rem}.Expertise-module__bfW27G__capLabel{text-transform:uppercase;letter-spacing:1.5px;color:var(--foreground-muted);margin-bottom:.75rem;font-size:.75rem;font-weight:600;display:block}.Expertise-module__bfW27G__capabilities ul{flex-direction:column;gap:.5rem;padding:0;list-style:none;display:flex}.Expertise-module__bfW27G__capabilities li{color:var(--foreground-muted);align-items:center;gap:.6rem;font-size:.85rem;display:flex}.Expertise-module__bfW27G__capDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}@media (max-width:1024px){.Expertise-module__bfW27G__grid{grid-template-columns:1fr;max-width:550px;margin:0 auto}}
.WhyChooseMe-module__yHqfLG__whyChoose{background:var(--background-alt);position:relative;overflow:hidden}.WhyChooseMe-module__yHqfLG__whyChoose:before{content:"";background:linear-gradient(90deg,transparent,var(--glass-border),transparent);height:1px;position:absolute;top:0;left:0;right:0}.WhyChooseMe-module__yHqfLG__bgGlow{pointer-events:none;background:radial-gradient(circle,#6c3ce014,#0000 60%);border-radius:50%;width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.WhyChooseMe-module__yHqfLG__statsBar{background:var(--glass-border);grid-template-columns:repeat(4,1fr);gap:1px;margin-bottom:4rem;padding:0;display:grid;overflow:hidden}.WhyChooseMe-module__yHqfLG__stat{background:var(--glass-bg);text-align:center;flex-direction:column;align-items:center;gap:.4rem;padding:2rem 1rem;transition:background .3s;display:flex}.WhyChooseMe-module__yHqfLG__stat:hover{background:#6c3ce01a}.WhyChooseMe-module__yHqfLG__statIcon{margin-bottom:.3rem;font-size:1.5rem}.WhyChooseMe-module__yHqfLG__statNumber{background:linear-gradient(135deg,var(--secondary),var(--primary-light));color:#0000;-webkit-background-clip:text;background-clip:text;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800}.WhyChooseMe-module__yHqfLG__statLabel{color:var(--foreground-muted);font-size:.85rem;font-weight:500}.WhyChooseMe-module__yHqfLG__reasonsGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.WhyChooseMe-module__yHqfLG__reasonCard{opacity:0;padding:2rem;transition:all .4s cubic-bezier(.4,0,.2,1);transform:translateY(20px)}.WhyChooseMe-module__yHqfLG__whyChoose.WhyChooseMe-module__yHqfLG__visible .WhyChooseMe-module__yHqfLG__reasonCard{animation:.5s forwards WhyChooseMe-module__yHqfLG__cardReveal}@keyframes WhyChooseMe-module__yHqfLG__cardReveal{to{opacity:1;transform:translateY(0)}}.WhyChooseMe-module__yHqfLG__reasonCard:hover{border-color:#6c3ce04d;transform:translateY(-4px)}.WhyChooseMe-module__yHqfLG__reasonIcon{margin-bottom:1rem;font-size:2rem;display:block}.WhyChooseMe-module__yHqfLG__reasonCard h3{color:var(--foreground);margin-bottom:.6rem;font-size:1.1rem}.WhyChooseMe-module__yHqfLG__reasonCard p{color:var(--foreground-muted);font-size:.9rem;line-height:1.6}@media (max-width:1024px){.WhyChooseMe-module__yHqfLG__reasonsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.WhyChooseMe-module__yHqfLG__statsBar{grid-template-columns:repeat(2,1fr)}.WhyChooseMe-module__yHqfLG__statNumber{font-size:2rem}.WhyChooseMe-module__yHqfLG__reasonsGrid{grid-template-columns:1fr;max-width:450px;margin:0 auto}}
.ContactForm-module__1SvrgG__contact{position:relative;overflow:hidden}.ContactForm-module__1SvrgG__bgGlow{pointer-events:none;background:radial-gradient(circle,#00d4ff14,#0000 60%);border-radius:50%;width:600px;height:600px;position:absolute;top:30%;right:-10%}.ContactForm-module__1SvrgG__wrapper{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;display:grid}.ContactForm-module__1SvrgG__infoSide{padding:1rem 0}.ContactForm-module__1SvrgG__infoSide h3{color:var(--foreground);margin-bottom:1rem;font-size:1.6rem}.ContactForm-module__1SvrgG__infoSide>p{color:var(--foreground-muted);margin-bottom:2rem;line-height:1.7}.ContactForm-module__1SvrgG__infoItems{flex-direction:column;gap:1.2rem;margin-bottom:2rem;display:flex}.ContactForm-module__1SvrgG__infoItem{align-items:center;gap:1rem;display:flex}.ContactForm-module__1SvrgG__infoIcon{background:#6c3ce01a;border:1px solid #6c3ce033;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.3rem;display:flex}.ContactForm-module__1SvrgG__infoLabel{text-transform:uppercase;letter-spacing:1px;color:var(--foreground-muted);margin-bottom:.15rem;font-size:.75rem;display:block}.ContactForm-module__1SvrgG__infoValue{color:var(--foreground);font-size:.95rem;font-weight:500}.ContactForm-module__1SvrgG__serviceHighlight{background:#6c3ce00f;border:1px solid #6c3ce026;border-radius:12px;padding:1.5rem}.ContactForm-module__1SvrgG__serviceHighlight h4{text-transform:uppercase;letter-spacing:1px;color:var(--foreground-muted);margin-bottom:.75rem;font-size:.85rem}.ContactForm-module__1SvrgG__serviceTagsWrap{flex-direction:column;gap:.5rem;display:flex}.ContactForm-module__1SvrgG__serviceTag{color:var(--foreground);font-size:.9rem;font-weight:500}.ContactForm-module__1SvrgG__formPanel{padding:2.5rem}.ContactForm-module__1SvrgG__form{flex-direction:column;gap:1.2rem;display:flex}.ContactForm-module__1SvrgG__formRow{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.ContactForm-module__1SvrgG__inputGroup{flex-direction:column;gap:.4rem;display:flex}.ContactForm-module__1SvrgG__inputGroup label{color:var(--foreground-muted);font-size:.85rem;font-weight:600}.ContactForm-module__1SvrgG__required{color:#ef4444}.ContactForm-module__1SvrgG__optional{color:var(--foreground-muted);opacity:.7;font-size:.75rem;font-weight:400}.ContactForm-module__1SvrgG__inputGroup input,.ContactForm-module__1SvrgG__select,.ContactForm-module__1SvrgG__textarea{border:1px solid var(--glass-border);color:#fff;background:#0000004d;border-radius:10px;width:100%;padding:.85rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s}.ContactForm-module__1SvrgG__inputGroup input:focus,.ContactForm-module__1SvrgG__select:focus,.ContactForm-module__1SvrgG__textarea:focus{border-color:var(--primary-light);outline:none;box-shadow:0 0 0 3px #6c3ce026}.ContactForm-module__1SvrgG__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%239ca3af' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;padding-right:2.5rem}.ContactForm-module__1SvrgG__select option{color:#fff;background:#0c0e1a}::placeholder{color:#555}.ContactForm-module__1SvrgG__textarea{resize:vertical;min-height:100px}.ContactForm-module__1SvrgG__submitBtn{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;margin-top:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex;box-shadow:0 4px 20px #6c3ce04d}.ContactForm-module__1SvrgG__submitBtn:hover{transform:translateY(-2px);box-shadow:0 8px 30px #6c3ce080}.ContactForm-module__1SvrgG__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none}.ContactForm-module__1SvrgG__btnArrow{transition:transform .3s}.ContactForm-module__1SvrgG__submitBtn:hover .ContactForm-module__1SvrgG__btnArrow{transform:translate(4px)}.ContactForm-module__1SvrgG__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.6s linear infinite ContactForm-module__1SvrgG__spin}@keyframes ContactForm-module__1SvrgG__spin{to{transform:rotate(360deg)}}.ContactForm-module__1SvrgG__error{color:#ef4444;text-align:center;font-size:.9rem}.ContactForm-module__1SvrgG__successMessage{text-align:center;padding:3rem 2rem}.ContactForm-module__1SvrgG__successIcon{margin-bottom:1rem;font-size:3rem;display:block}.ContactForm-module__1SvrgG__successMessage h3{color:var(--accent-green);margin-bottom:.75rem;font-size:1.5rem}.ContactForm-module__1SvrgG__successMessage p{color:var(--foreground-muted);margin-bottom:2rem;line-height:1.6}.ContactForm-module__1SvrgG__resetBtn{border:1px solid var(--glass-border);color:var(--foreground);background:0 0;border-radius:8px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s}.ContactForm-module__1SvrgG__resetBtn:hover{border-color:var(--primary-light);background:#6c3ce01a}@media (max-width:768px){.ContactForm-module__1SvrgG__wrapper{grid-template-columns:1fr;gap:2rem}.ContactForm-module__1SvrgG__formRow{grid-template-columns:1fr}.ContactForm-module__1SvrgG__formPanel{padding:1.5rem}}
.Footer-module__EZoWya__footer{background:var(--background-alt);padding-top:4rem;position:relative}.Footer-module__EZoWya__topBorder{background:linear-gradient(90deg,transparent,var(--primary),var(--secondary),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__EZoWya__content{padding-bottom:0!important}.Footer-module__EZoWya__grid{grid-template-columns:1.5fr 1fr 1fr 1fr;gap:3rem;padding-bottom:3rem;display:grid}.Footer-module__EZoWya__brand{padding-right:1rem}.Footer-module__EZoWya__logo{align-items:center;gap:.5rem;margin-bottom:1rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700;display:flex}.Footer-module__EZoWya__logoIcon{font-size:1.2rem}.Footer-module__EZoWya__logoText{color:var(--foreground)}.Footer-module__EZoWya__logoAccent{color:var(--secondary)}.Footer-module__EZoWya__brandDesc{color:var(--foreground-muted);margin-bottom:1.5rem;font-size:.9rem;line-height:1.7}.Footer-module__EZoWya__storeBadges{flex-wrap:wrap;gap:.75rem;display:flex}.Footer-module__EZoWya__badge{color:var(--foreground-muted);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;padding:.4rem .8rem;font-size:.8rem}.Footer-module__EZoWya__column h4{color:var(--foreground);margin-bottom:1.2rem;font-family:Outfit,sans-serif;font-size:1rem;font-weight:700}.Footer-module__EZoWya__column ul{flex-direction:column;gap:.6rem;padding:0;list-style:none;display:flex}.Footer-module__EZoWya__column li a{color:var(--foreground-muted);font-size:.9rem;transition:color .3s}.Footer-module__EZoWya__column li a:hover{color:var(--secondary);opacity:1}.Footer-module__EZoWya__ctaDesc{color:var(--foreground-muted);margin-bottom:1.2rem;font-size:.9rem;line-height:1.6}.Footer-module__EZoWya__ctaBtn{background:linear-gradient(135deg,var(--primary),var(--primary-light));color:#fff;border-radius:8px;padding:.7rem 1.5rem;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-block;box-shadow:0 4px 15px #6c3ce04d}.Footer-module__EZoWya__ctaBtn:hover{opacity:1;transform:translateY(-2px);box-shadow:0 6px 25px #6c3ce080}.Footer-module__EZoWya__bottom{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:1.5rem 0;display:flex}.Footer-module__EZoWya__bottom p{color:var(--foreground-muted);font-size:.85rem}.Footer-module__EZoWya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__EZoWya__bottomLinks a{color:var(--foreground-muted);font-size:.85rem;transition:color .3s}.Footer-module__EZoWya__bottomLinks a:hover{color:var(--secondary);opacity:1}@media (max-width:1024px){.Footer-module__EZoWya__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:768px){.Footer-module__EZoWya__grid{grid-template-columns:1fr;gap:2rem}.Footer-module__EZoWya__bottom{text-align:center;flex-direction:column;gap:1rem}}
