@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@300;400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6;color:#333;background-color:#fff;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:600;line-height:1.3;margin-bottom:1rem}p{margin-bottom:1rem}a{color:#0062ff;text-decoration:none;transition:.3s ease}a:hover{color:#8a2be2}ul{list-style:none}img{max-width:100%;height:auto}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 2rem}section{padding:5rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;position:relative}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:60px;height:4px;background:linear-gradient(135deg,#0062ff,#8a2be2);border-radius:9999px}.highlight{background:linear-gradient(135deg,#0062ff,#8a2be2);-webkit-background-clip:text;background-clip:text;color:transparent;font-weight:700}.btn-primary{display:inline-block;background:linear-gradient(135deg,#0062ff,#8a2be2);color:#fff;font-weight:600;padding:12px 30px;border-radius:8px;border:none;cursor:pointer;transition:.3s ease;text-align:center;box-shadow:0 5px 15px #0000001a}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000026;color:#fff}.btn-primary:active{transform:translateY(1px)}@media (max-width: 768px){.section-title{font-size:2rem}section{padding:3rem 0}}@media (max-width: 576px){.section-title{font-size:1.8rem}section{padding:2rem 0}}.header{position:fixed;top:0;left:0;width:100%;z-index:1000;background-color:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;padding:1rem 0}.header .container{display:flex;justify-content:space-between;align-items:center}.header .logo h1{font-size:1.8rem;font-weight:700;margin:0}.header .logo h1 .highlight{font-weight:700}.header .nav ul{display:flex;gap:2rem}.header .nav ul li a{color:#333;font-weight:500;position:relative}.header .nav ul li a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:linear-gradient(135deg,#0062ff,#8a2be2);transition:.3s ease}.header .nav ul li a:hover{color:#0062ff}.header .nav ul li a:hover:after{width:100%}.header .nav ul li a.btn-contact{background:linear-gradient(135deg,#0062ff,#8a2be2);color:#fff;padding:8px 20px;border-radius:8px}.header .nav ul li a.btn-contact:hover{transform:translateY(-2px);box-shadow:0 5px 15px #0000001a}.header .nav ul li a.btn-contact:after{display:none}.header .hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:20px;cursor:pointer}.header .hamburger span{display:block;height:3px;width:100%;background-color:#333;border-radius:9999px;transition:.3s ease}.header .hamburger span.active:nth-child(1){transform:translateY(8.5px) rotate(45deg)}.header .hamburger span.active:nth-child(2){opacity:0}.header .hamburger span.active:nth-child(3){transform:translateY(-8.5px) rotate(-45deg)}@media (max-width: 992px){.header .hamburger{display:flex}.header .nav-container{position:fixed;top:60px;left:0;width:100%;height:0;background-color:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);overflow:hidden;transition:.3s ease}.header .nav-container.active{height:calc(100vh - 60px)}.header .nav-container .nav ul{flex-direction:column;align-items:center;padding:3rem 0}.header .nav-container .nav ul li{margin:1rem 0}.header .nav-container .nav ul li a{font-size:1.2rem}}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding-top:80px;overflow:hidden}.hero .container{display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.hero .hero-content{flex:1;max-width:600px}.hero .hero-content h2{font-size:3.5rem;font-weight:700;margin-bottom:2rem;line-height:1.2}.hero .hero-content p{font-size:1.2rem;margin-bottom:3rem;color:#333}.hero .hero-content .btn-primary{position:relative}.hero .hero-content .btn-primary:before{content:"";position:absolute;left:-80px;top:50%;transform:translateY(-50%) rotate(50deg);width:72px;height:72px;background-image:url(/assets/hands_0-B9Df2XdD.png);background-repeat:no-repeat;background-size:contain;background-position:center;filter:drop-shadow(0 2px 4px rgba(0,0,0,.2));animation:pointingHand 2.5s ease-in-out infinite}.hero .hero-image{flex:1;display:flex;justify-content:center;align-items:center}.hero .hero-image .tech-illustration{position:relative;width:400px;height:400px}.hero .hero-image .tech-illustration .circle-1,.hero .hero-image .tech-illustration .circle-2,.hero .hero-image .tech-illustration .circle-3{position:absolute;border-radius:50%}.hero .hero-image .tech-illustration .circle-1{width:300px;height:300px;background:linear-gradient(135deg,#0062ff1a,#8a2be21a);top:50%;left:50%;transform:translate(-50%,-50%)}.hero .hero-image .tech-illustration .circle-2{width:200px;height:200px;border:2px solid rgba(0,98,255,.3);top:50%;left:50%;transform:translate(-50%,-50%);animation:pulse 4s infinite alternate}.hero .hero-image .tech-illustration .circle-3{width:100px;height:100px;background:linear-gradient(135deg,#0062ff,#8a2be2);top:50%;left:50%;transform:translate(-50%,-50%);opacity:.8}.hero .hero-image .tech-illustration .line-1,.hero .hero-image .tech-illustration .line-2{position:absolute;background:linear-gradient(90deg,#0062ff00,#0062ff80,#0062ff00);height:2px}.hero .hero-image .tech-illustration .line-1{width:150px;top:50%;left:50%;transform:translate(-50%,-50%) rotate(45deg)}.hero .hero-image .tech-illustration .line-2{width:150px;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-45deg)}.hero .hero-image .tech-illustration .dot-1,.hero .hero-image .tech-illustration .dot-2,.hero .hero-image .tech-illustration .dot-3{position:absolute;width:10px;height:10px;border-radius:50%;background:#8a2be2}.hero .hero-image .tech-illustration .dot-1{top:30%;left:30%;animation:float 3s infinite alternate}.hero .hero-image .tech-illustration .dot-2{top:70%;left:30%;animation:float 4s infinite alternate-reverse}.hero .hero-image .tech-illustration .dot-3{top:50%;left:80%;animation:float 5s infinite alternate}.hero .hero-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(138,43,226,.05),transparent 70%),radial-gradient(circle at bottom left,rgba(0,98,255,.05),transparent 70%);z-index:1}@keyframes pulse{0%{transform:translate(-50%,-50%) scale(1);opacity:.5}to{transform:translate(-50%,-50%) scale(1.1);opacity:.8}}@keyframes float{0%{transform:translateY(0)}to{transform:translateY(10px)}}@keyframes pointingHand{0%{transform:translateY(-50%) translate(0) rotate(50deg)}10%{transform:translateY(-50%) translate(-3px) rotate(50deg)}20%{transform:translateY(-50%) translate(-5px) rotate(50deg)}30%{transform:translateY(-50%) translate(-7px) rotate(50deg)}40%{transform:translateY(-50%) translate(-8px) rotate(50deg)}50%{transform:translateY(-50%) translate(-7px) rotate(50deg)}60%{transform:translateY(-50%) translate(-5px) rotate(50deg)}70%{transform:translateY(-50%) translate(-3px) rotate(50deg)}80%{transform:translateY(-50%) translate(-1px) rotate(50deg)}90%{transform:translateY(-50%) translate(0) rotate(50deg)}to{transform:translateY(-50%) translate(0) rotate(50deg)}}@media (max-width: 992px){.hero .container{flex-direction:column;text-align:center}.hero .hero-content{margin-bottom:3rem}.hero .hero-content h2{font-size:2.8rem}.hero .hero-content .btn-primary:before{left:-65px;width:54px;height:54px;transform:translateY(-50%) rotate(50deg)}.hero .hero-image .tech-illustration{width:300px;height:300px}.hero .hero-image .tech-illustration .circle-1{width:250px;height:250px}.hero .hero-image .tech-illustration .circle-2{width:170px;height:170px}.hero .hero-image .tech-illustration .circle-3{width:80px;height:80px}}@media (max-width: 576px){.hero .hero-content h2{font-size:2.2rem}.hero .hero-content p{font-size:1rem}.hero .hero-content .btn-primary:before{left:-55px;width:42px;height:42px;transform:translateY(-50%) rotate(50deg)}.hero .hero-image .tech-illustration{width:250px;height:250px}}.vision{background-color:#f5f5f7;position:relative;overflow:hidden}.vision:before{content:"";position:absolute;top:-100px;right:-100px;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#0062ff1a,#8a2be21a);z-index:1}.vision:after{content:"";position:absolute;bottom:-100px;left:-100px;width:300px;height:300px;border-radius:50%;background:linear-gradient(135deg,#8a2be21a,#0062ff1a);z-index:1}.vision .container{position:relative;z-index:2}.vision .vision-content{display:flex;gap:5rem}.vision .vision-content .vision-text{flex:1}.vision .vision-content .vision-text p{font-size:1.1rem;margin-bottom:2rem}.vision .vision-content .vision-text p:last-child{margin-bottom:0}.vision .vision-content .vision-pillars{flex:1;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.vision .vision-content .vision-pillars .pillar{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 10px #0000000d;transition:.3s ease}.vision .vision-content .vision-pillars .pillar:hover{transform:translateY(-5px);box-shadow:0 5px 15px #0000001a}.vision .vision-content .vision-pillars .pillar .pillar-icon{width:50px;height:50px;border-radius:8px;margin-bottom:1rem;background-position:center;background-repeat:no-repeat;background-size:30px}.vision .vision-content .vision-pillars .pillar .pillar-icon.agilite{background-color:#0062ff1a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230062ff'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z'/%3E%3C/svg%3E")}.vision .vision-content .vision-pillars .pillar .pillar-icon.performance{background-color:#8a2be21a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238a2be2'%3E%3Cpath d='M19.77 7.23l.01-.01-3.72-3.72L15 4.56l2.11 2.11c-.94.36-1.61 1.26-1.61 2.33 0 1.38 1.12 2.5 2.5 2.5.36 0 .69-.08 1-.21v7.21c0 .55-.45 1-1 1s-1-.45-1-1V14c0-1.1-.9-2-2-2h-1V5c0-1.1-.9-2-2-2H6c-1.1 0-2 .9-2 2v16h10v-7.5h1.5v5c0 1.38 1.12 2.5 2.5 2.5s2.5-1.12 2.5-2.5V9c0-.69-.28-1.32-.73-1.77zM12 10H6V5h6v5zm6 0c-.55 0-1-.45-1-1s.45-1 1-1 1 .45 1 1-.45 1-1 1z'/%3E%3C/svg%3E")}.vision .vision-content .vision-pillars .pillar .pillar-icon.automatisation{background-color:#0062ff1a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230062ff'%3E%3Cpath d='M15 4c-4.42 0-8 3.58-8 8s3.58 8 8 8 8-3.58 8-8-3.58-8-8-8zm0 14c-3.31 0-6-2.69-6-6s2.69-6 6-6 6 2.69 6 6-2.69 6-6 6zM3 12c0-2.61 1.67-4.83 4-5.65V4.26C3.55 5.15 1 8.27 1 12s2.55 6.85 6 7.74v-2.09c-2.33-.82-4-3.04-4-5.65z'/%3E%3C/svg%3E")}.vision .vision-content .vision-pillars .pillar .pillar-icon.satisfaction{background-color:#8a2be21a;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%238a2be2'%3E%3Cpath d='M11.99 2C6.47 2 2 6.48 2 12s4.47 10 9.99 10C17.52 22 22 17.52 22 12S17.52 2 11.99 2zM12 20c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8zm3.5-9c.83 0 1.5-.67 1.5-1.5S16.33 8 15.5 8 14 8.67 14 9.5s.67 1.5 1.5 1.5zm-7 0c.83 0 1.5-.67 1.5-1.5S9.33 8 8.5 8 7 8.67 7 9.5 7.67 11 8.5 11zm3.5 6.5c2.33 0 4.31-1.46 5.11-3.5H6.89c.8 2.04 2.78 3.5 5.11 3.5z'/%3E%3C/svg%3E")}.vision .vision-content .vision-pillars .pillar h3{font-size:1.2rem;margin-bottom:.5rem}.vision .vision-content .vision-pillars .pillar p{font-size:.9rem;color:#333}@media (max-width: 992px){.vision .vision-content{flex-direction:column}.vision .vision-content .vision-text{margin-bottom:2rem}}@media (max-width: 576px){.vision .vision-content .vision-pillars{grid-template-columns:1fr}}.services{background-color:#fff;overflow-x:hidden}.services .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.services .services-grid .service-card{background-color:#fff;border-radius:16px;padding:3rem;box-shadow:0 2px 10px #0000000d;transition:.3s ease;border:1px solid rgba(0,98,255,.1);position:relative;overflow:hidden}.services .services-grid .service-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:5px;background:linear-gradient(135deg,#0062ff,#8a2be2);transform:scaleX(0);transform-origin:left;transition:transform .5s ease}.services .services-grid .service-card:hover{transform:translateY(-10px);box-shadow:0 5px 15px #0000001a}.services .services-grid .service-card:hover:before{transform:scaleX(1)}.services .services-grid .service-card:hover .service-icon{color:#8a2be2;transform:scale(1.1)}.services .services-grid .service-card .service-icon{font-size:2.5rem;color:#0062ff;margin-bottom:2rem;transition:.3s ease}.services .services-grid .service-card h3{font-size:1.3rem;margin-bottom:1rem}.services .services-grid .service-card p{color:#333;font-size:.95rem}@media (max-width: 992px){.services .services-grid{display:flex;flex-direction:column;gap:2rem}.services .services-grid .service-card{width:100%;max-width:100%;padding:2rem;margin-bottom:2rem}.services .services-grid .service-card .service-icon{font-size:2.2rem;margin-bottom:1rem}.services .services-grid .service-card h3{font-size:1.2rem}.services .services-grid .service-card p{font-size:.95rem}.services .services-grid .service-card:hover{transform:translateY(-5px)}}.technologies{background-color:#0a1930;color:#fff;position:relative;overflow:hidden}.technologies:before{content:"";position:absolute;top:-50px;right:-50px;width:200px;height:200px;border-radius:50%;background:#8a2be21a;z-index:1}.technologies:after{content:"";position:absolute;bottom:-50px;left:-50px;width:200px;height:200px;border-radius:50%;background:#0062ff1a;z-index:1}.technologies .container{position:relative;z-index:2}.technologies .section-title{color:#fff}.technologies .section-title:after{background:#fff}.technologies .tech-intro{text-align:center;max-width:700px;margin:0 auto 5rem;font-size:1.1rem;color:#fffc}.technologies .tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:3rem}.technologies .tech-grid .tech-item{display:flex;flex-direction:column;align-items:center;text-align:center}.technologies .tech-grid .tech-item .tech-icon{font-size:3rem;margin-bottom:1rem;color:#fff;transition:.3s ease}.technologies .tech-grid .tech-item .tech-icon:hover{color:#8a2be2;transform:scale(1.1)}.technologies .tech-grid .tech-item p{font-size:1rem;color:#ffffffe6;margin:0}@media (max-width: 768px){.technologies .tech-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 576px){.technologies .tech-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}.testimonial{background-color:#f5f5f7}.testimonial .container{display:flex;gap:5rem;align-items:center}.testimonial .testimonial-card{flex:1;background-color:#fff;border-radius:16px;padding:3rem;box-shadow:0 5px 15px #0000001a;position:relative}.testimonial .testimonial-card .quote-icon{position:absolute;top:-20px;left:30px;width:40px;height:40px;background:linear-gradient(135deg,#0062ff,#8a2be2);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.2rem}.testimonial .testimonial-card .testimonial-text{font-size:1.1rem;font-style:italic;margin-bottom:2rem;color:#333;line-height:1.7}.testimonial .testimonial-card .testimonial-author{display:flex;align-items:center}.testimonial .testimonial-card .testimonial-author .author-avatar{width:60px;height:60px;border-radius:50%;background-color:#e6f0ff;margin-right:1rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%230062ff'%3E%3Cpath d='M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:30px}.testimonial .testimonial-card .testimonial-author .author-info h4{font-size:1.1rem;margin-bottom:0}.testimonial .testimonial-card .testimonial-author .author-info p{font-size:.9rem;color:#333;margin:0}.testimonial .project-showcase{flex:1}.testimonial .project-showcase h3{font-size:1.5rem;margin-bottom:2rem}.testimonial .project-showcase .project-details{display:flex;gap:2rem}.testimonial .project-showcase .project-details .project-image{flex:1;height:200px;background-color:#0a1930;border-radius:8px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M17 1.01L7 1c-1.1 0-2 .9-2 2v18c0 1.1.9 2 2 2h10c1.1 0 2-.9 2-2V3c0-1.1-.9-1.99-2-1.99zM17 19H7V5h10v14zm-4.2-5.78v1.75l3.2-2.99L12.8 9v1.7c-3.11.43-4.35 2.56-4.8 4.7 1.11-1.5 2.58-2.18 4.8-2.18z'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:80px;position:relative;overflow:hidden}.testimonial .project-showcase .project-details .project-image:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#0062ff4d,#8a2be24d)}.testimonial .project-showcase .project-details .project-info{flex:1}.testimonial .project-showcase .project-details .project-info p{margin-bottom:1rem}.testimonial .project-showcase .project-details .project-info ul{padding-left:2rem}.testimonial .project-showcase .project-details .project-info ul li{position:relative;margin-bottom:.5rem}.testimonial .project-showcase .project-details .project-info ul li:before{content:"";position:absolute;left:-2rem;top:8px;width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#0062ff,#8a2be2)}@media (max-width: 992px){.testimonial .container{flex-direction:column}.testimonial .testimonial-card{margin-bottom:3rem}}@media (max-width: 576px){.testimonial .project-showcase .project-details{flex-direction:column}.testimonial .project-showcase .project-details .project-image{margin-bottom:1rem}}.cta{position:relative;background-color:#0a1930;color:#fff;padding:5rem 0;overflow:hidden}.cta .container{position:relative;z-index:2;text-align:center}.cta h2{font-size:2.2rem;max-width:800px;margin:0 auto 3rem}.cta .cta-form{max-width:600px;margin:0 auto 3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.cta .cta-form .form-group.full-width{grid-column:span 2;display:flex;justify-content:center}.cta .cta-form .form-group.full-width .grecaptcha-badge{margin:0 auto}.cta .cta-form .form-group input,.cta .cta-form .form-group textarea{width:100%;padding:12px 15px;border:none;border-radius:8px;background-color:#ffffff1a;color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:1rem;transition:.3s ease}.cta .cta-form .form-group input::placeholder,.cta .cta-form .form-group textarea::placeholder{color:#fff9}.cta .cta-form .form-group input:focus,.cta .cta-form .form-group textarea:focus{outline:none;background-color:#ffffff26;box-shadow:0 0 0 2px #0062ff80}.cta .cta-form .form-group textarea{min-height:120px;resize:vertical}.cta .cta-form .form-message{grid-column:span 2;padding:1rem;border-radius:8px;text-align:center;margin-bottom:1rem;font-weight:600}.cta .cta-form .form-message.success{background-color:#4caf50;color:#fff;box-shadow:0 2px 4px #4caf5033}.cta .cta-form .form-message.error{background-color:#f44336;color:#fff;box-shadow:0 2px 4px #f4433633}.cta .cta-form .btn-primary{grid-column:span 2;background:#fff;color:#0a1930;font-weight:600}.cta .cta-form .btn-primary:hover{background:#e6f0ff}.cta .cta-info p{margin-bottom:.5rem;color:#fffc}.cta .cta-info .email-link{color:#fff;font-weight:600;font-size:1.2rem;position:relative}.cta .cta-info .email-link:after{content:"";position:absolute;bottom:-5px;left:0;width:100%;height:2px;background:linear-gradient(135deg,#0062ff,#8a2be2);transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.cta .cta-info .email-link:hover{color:#fff}.cta .cta-info .email-link:hover:after{transform:scaleX(1);transform-origin:left}.cta .cta-bg{position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at top right,rgba(138,43,226,.2),transparent 70%),radial-gradient(circle at bottom left,rgba(0,98,255,.2),transparent 70%);z-index:1}@media (max-width: 768px){.cta h2{font-size:1.8rem}.cta .cta-form{grid-template-columns:1fr}.cta .cta-form .form-group.full-width{grid-column:span 1}.cta .cta-form .form-group.full-width iframe{transform:scale(.9);transform-origin:center}.cta .cta-form .btn-primary{grid-column:span 1}}.footer{background-color:#0a1930;color:#fff;padding:5rem 0 2rem}.footer .footer-content{display:flex;justify-content:space-between;margin-bottom:5rem}.footer .footer-content .footer-logo{flex:1}.footer .footer-content .footer-logo h2{font-size:1.8rem;margin-bottom:.5rem}.footer .footer-content .footer-logo p{color:#ffffffb3}.footer .footer-content .footer-links{flex:2;display:flex;justify-content:space-between}.footer .footer-content .footer-links .footer-column h3{font-size:1.2rem;margin-bottom:2rem;position:relative}.footer .footer-content .footer-links .footer-column h3:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:linear-gradient(135deg,#0062ff,#8a2be2)}.footer .footer-content .footer-links .footer-column ul li{margin-bottom:.5rem}.footer .footer-content .footer-links .footer-column ul li a{color:#ffffffb3;transition:.3s ease}.footer .footer-content .footer-links .footer-column ul li a:hover{color:#fff}.footer .footer-content .footer-links .footer-column ul li:not(:has(a)){color:#ffffffb3}.footer .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center}.footer .footer-bottom .social-links{display:flex;gap:1rem}.footer .footer-bottom .social-links .social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#ffffff1a;color:#fff;font-size:1.2rem;transition:.3s ease}.footer .footer-bottom .social-links .social-icon:hover{background:linear-gradient(135deg,#0062ff,#8a2be2);transform:translateY(-3px)}.footer .footer-bottom .copyright{text-align:right}.footer .footer-bottom .copyright p{margin-bottom:.5rem;color:#fff9;font-size:.9rem}.footer .footer-bottom .copyright p a{color:#fff9}.footer .footer-bottom .copyright p a:hover{color:#fff}@media (max-width: 992px){.footer .footer-content{flex-direction:column}.footer .footer-content .footer-logo{margin-bottom:3rem;text-align:center}.footer .footer-content .footer-links{justify-content:space-around}}@media (max-width: 768px){.footer .footer-bottom{flex-direction:column}.footer .footer-bottom .social-links{margin-bottom:2rem}.footer .footer-bottom .copyright{text-align:center}}@media (max-width: 576px){.footer .footer-content .footer-links{flex-direction:column}.footer .footer-content .footer-links .footer-column{margin-bottom:2rem;text-align:center}.footer .footer-content .footer-links .footer-column h3:after{left:50%;transform:translate(-50%)}}
