:root{--primary:#2563eb;--primary-dark:#1e40af;--secondary:#64748b;--dark:#1e293b;--light:#f8fafc;--white:#fff;--gray:#e2e8f0;--gray-dark:#94a3b8;--radius:.5rem;--shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);--shadow-lg:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--dark);background-color:var(--white)}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:1rem;color:var(--dark)}p{margin-bottom:1rem}a{text-decoration:none;color:var(--primary);transition:all .3s ease}a:hover{color:var(--primary-dark)}img{max-width:100%;height:auto;display:block}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.btn{display:inline-block;padding:.75rem 1.5rem;border-radius:var(--radius);font-weight:600;text-align:center;transition:all .3s ease;cursor:pointer}.btn-primary{background-color:var(--primary);color:var(--white);border:2px solid var(--primary)}.btn-primary:hover{background-color:var(--primary-dark);border-color:var(--primary-dark);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}.btn-outline{background-color:transparent;color:var(--primary);border:2px solid var(--primary)}.btn-outline:hover{background-color:var(--primary);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow)}.text-center{text-align:center}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.25rem;position:relative;display:inline-block;padding-bottom:.5rem}.section-header h2::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:var(--primary);border-radius:2px}.section-header p{max-width:700px;margin-left:auto;margin-right:auto;color:var(--secondary)}.navbar{position:fixed;top:0;left:0;right:0;background-color:var(--white);box-shadow:var(--shadow);z-index:1000;padding:1rem 0}.navbar .container{display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:5px;text-decoration:none;color:var(--dark)}.logo span{color:var(--dark)}.logo-img{height:40px;width:auto;transition:transform .3s ease}.logo-text{font-size:1.8rem;font-weight:700;font-family:'Segoe UI',sans-serif;letter-spacing:-.5px}.logo-text span{color:var(--primary)}.nav-menu{display:flex;align-items:center;gap:2rem}.nav-menu li a{font-weight:600;color:var(--dark);padding:.5rem 0;position:relative}.nav-menu li a::after{content:'';position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--primary);transition:width .3s ease}.nav-menu li a.active::after,.nav-menu li a:hover::after{width:100%}.nav-menu li a.active{color:var(--primary)}.nav-toggle{display:none;cursor:pointer;width:30px;height:30px;flex-direction:column;justify-content:space-around}.bar{width:100%;height:3px;background-color:var(--dark);border-radius:3px;transition:all .3s ease}.hero{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;margin-top:80px}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;object-position:center top;z-index:0}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6);z-index:1}.hero-content{position:relative;z-index:2;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;color:var(--white);padding:0 1.5rem;margin-top:-80px}.hero-content h1{margin-bottom:1.5rem;color:var(--white);margin-top:40px;padding:0 15px;font-size:clamp(2rem,5vw,3rem);line-height:1.2}.hero-content .lead{font-size:1.25rem;color:rgba(255,255,255,.9);margin-bottom:2rem;max-width:800px}.hero-buttons{display:flex;gap:1rem;margin-top:2rem}.detail-content{padding:5rem 0;background-color:var(--white)}.detail-content .container{display:flex;align-items:center;gap:3rem}.detail-text{flex:1}.detail-text h2{font-size:2.25rem;margin-bottom:1.5rem;text-align:left}.detail-text .lead{font-size:1.25rem;color:var(--secondary);margin-bottom:1.5rem}.services-preview{padding:5rem 0;background-color:var(--light)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.service-card{background-color:var(--white);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-card .icon{width:60px;height:60px;background-color:rgba(37,99,235,.1);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.service-card .icon i{font-size:1.5rem;color:var(--primary)}.service-card h3{font-size:1.5rem;margin-bottom:1rem}.service-card p{color:var(--secondary);margin-bottom:1.5rem}.read-more{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:var(--primary)}.read-more i{transition:transform .3s ease}.read-more:hover i{transform:translateX(3px)}.features{padding:5rem 0;background-color:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.feature-card{background-color:var(--light);border-radius:var(--radius);padding:2rem;text-align:center;transition:transform .3s ease}.feature-card:hover{transform:translateY(-5px)}.feature-card .icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background-color:rgba(37,99,235,.1);border-radius:50%}.feature-card .icon i{font-size:2rem;color:var(--primary)}.feature-card h3{font-size:1.5rem;margin-bottom:1rem}.feature-card p{color:var(--secondary)}.technologies{padding:5rem 0;background-color:var(--light)}.tech-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:2rem;justify-items:center}.tech-item{text-align:center;transition:transform .3s ease}.tech-item:hover{transform:translateY(-5px)}.tech-item img{height:60px;margin:0 auto 1rem;object-fit:contain}.tech-item p{font-weight:600;color:var(--dark)}.client-info{display:flex;align-items:center;gap:1rem}.client-info img{width:50px;height:50px;border-radius:50%;object-fit:cover}.client-info h4{font-size:1rem;margin-bottom:.25rem}.client-info p{font-size:.875rem;color:var(--gray-dark);margin-bottom:0;font-style:normal}.cta{padding:4rem 0;background-color:var(--primary);color:var(--white);text-align:center}.cta h2{color:var(--white);margin-bottom:1rem}.cta p{max-width:700px;margin:0 auto 2rem;color:rgba(255,255,255,.9)}.cta-buttons{display:flex;justify-content:center;gap:1rem}.cta .btn-outline{color:var(--white);border-color:var(--white)}.cta .btn-outline:hover{background-color:var(--white);color:var(--primary)}.footer{background-color:var(--dark);color:var(--white);padding:4rem 0 0}.footer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.footer-col h3{color:var(--white);font-size:1.25rem;margin-bottom:1.5rem;position:relative;padding-bottom:.5rem}.footer-col h3::after{content:'';position:absolute;bottom:0;left:0;width:40px;height:2px;background-color:var(--primary)}.footer-col p{color:var(--gray-dark);margin-bottom:1.5rem}.social-links{display:flex;gap:1rem}.social-links a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background-color:rgba(255,255,255,.1);color:var(--white);transition:all .3s ease}.social-links a:hover{background-color:var(--primary);transform:translateY(-3px)}.footer-col ul li{margin-bottom:.75rem}.footer-col ul li a{color:var(--gray-dark);transition:all .3s ease}.footer-col ul li a:hover{color:var(--white);padding-left:5px}.contact-info li{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;color:var(--gray-dark)}.contact-info i{color:var(--primary);margin-top:.25rem}.footer-bottom{padding:1.5rem 0;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:var(--gray-dark);font-size:.875rem}.legal-links{display:flex;gap:1.5rem}.legal-links a{color:var(--gray-dark)}.legal-links a:hover{color:var(--white)}.tech-logo{height:60px;width:auto;object-fit:contain;margin:0 auto}@media(max-width:768px){.logo-img{height:32px}.logo-text{font-size:1.3rem}}@media(max-width:992px){.hero-content h1{font-size:2.5rem}.detail-content .container{flex-direction:column}.detail-text{order:1;text-align:center}.detail-image{order:2;margin-top:2rem}}@media(max-width:768px){.nav-menu{position:fixed;top:80px;left:-100%;width:100%;height:calc(100vh - 80px);background-color:var(--white);flex-direction:column;justify-content:flex-start;padding:2rem;transition:left .3s ease}.nav-menu.active{left:0}.nav-toggle{display:flex}.nav-toggle.active .bar:nth-child(1){transform:translateY(8px) rotate(45deg)}.nav-toggle.active .bar:nth-child(2){opacity:0}.nav-toggle.active .bar:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.hero{height:calc(100dvh - 80px);margin-top:60px}.hero-content{margin-top:-60px;padding-bottom:40px}.hero-content h1{font-size:2rem}.hero-buttons{flex-direction:column;gap:1rem}.section-header h2{font-size:2rem}.cta-buttons{flex-direction:column;align-items:center}}@media(max-width:576px){.hero{height:auto;min-height:70vh;padding:8rem 0 4rem}.hero-content h1{font-size:1.75rem}.hero-content .lead{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%}.footer-bottom{flex-direction:column;gap:1rem;text-align:center}.legal-links{justify-content:center}}.team{padding:5rem 0;background-color:var(--light)}.team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem}.team-card{background-color:var(--white);border-radius:var(--radius);padding:2rem;text-align:center;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease}.team-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.team-social{margin-top:15px}.team-social a{color:#0077b5;font-size:24px;transition:transform .3s ease}.team-social a:hover{transform:scale(1.1);color:#005582}.team-icon{width:100px;height:100px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background-color:rgba(37,99,235,.1);border-radius:50%}.team-icon i{font-size:3rem;color:var(--primary)}.team-position{color:var(--primary);font-weight:600;margin-bottom:1rem}@media(max-width:768px){.team-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.team-icon{width:80px;height:80px}.team-icon i{font-size:2.5rem}}.services{padding:5rem 0;background-color:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem}.service-card{background-color:var(--light);border-radius:var(--radius);padding:2rem;text-align:center;box-shadow:var(--shadow);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;height:100%}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.service-icon{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background-color:rgba(37,99,235,.1);border-radius:50%}.service-icon i{font-size:2.5rem;color:var(--primary)}.service-content{flex:1;display:flex;flex-direction:column}.service-content h3{font-size:1.5rem;margin-bottom:1rem}.service-content p{color:var(--secondary);margin-bottom:1.5rem;flex:1}.service-content .btn{margin-top:auto;align-self:center}@media(max-width:768px){.services-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.service-icon{width:70px;height:70px}.service-icon i{font-size:2rem}}.detail-content{padding:5rem 0;background-color:var(--white)}.detail-content .container{display:flex;align-items:center;gap:3rem}.detail-text{flex:1}.detail-text .section-header{text-align:left;margin-bottom:2rem}.detail-text .section-header h2{display:block;padding-bottom:0}.detail-text .section-header h2::after{display:none}.detail-text p{margin-bottom:1.5rem;color:var(--dark)}.services-list{margin-top:2rem}.services-title{font-size:1.25rem;color:var(--primary);margin-bottom:1rem}.services-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.75rem;margin-left:1rem}.services-items li{display:flex;align-items:center;gap:.5rem;color:var(--dark)}.services-items i{color:var(--primary)}.detail-image{flex:1;border-radius:var(--radius);overflow:hidden}.detail-image img{width:100%;height:auto;object-fit:cover;transition:transform .3s ease}.detail-image:hover img{transform:scale(1.03)}.bg-light{background-color:var(--light)}.detail-content{padding:5rem 0}.service-card{background-color:var(--white)}@media(max-width:992px){.detail-content .container{flex-direction:column}.detail-text{order:1}.detail-image{order:2;margin-top:2rem;max-width:600px}.services-items{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.services-items{grid-template-columns:1fr}}.faq-section{padding:5rem 0;background-color:var(--light)}.faq-container{max-width:800px;margin:0 auto}.faq-item{margin-bottom:1rem;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background-color:var(--white)}.faq-question{width:100%;padding:1.5rem;text-align:left;display:flex;justify-content:space-between;align-items:center;background-color:var(--white);border:0;cursor:pointer;font-weight:600;color:var(--dark);transition:all .3s ease}.faq-question:hover{color:var(--primary)}.faq-question i{transition:transform .3s ease}.faq-question.active i{transform:rotate(180deg)}.faq-question .fa-chevron-up{transition:transform .3s ease;color:#555}.faq-question[aria-expanded="true"] .fa-chevron-up{transform:rotate(180deg)}.faq-answer{padding:0 1.5rem;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease}.faq-answer.active{padding:0 1.5rem 1.5rem;max-height:500px}.faq-answer p{color:var(--secondary)}.faq-cta{margin-top:3rem;font-size:1.1rem}@media(max-width:768px){.faq-question{padding:1rem;font-size:1rem}}.contact-section{padding:5rem 0;background-color:var(--white)}.contact-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-top:3rem}.contact-card{background-color:var(--light);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow);height:100%}.contact-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:var(--dark)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:var(--dark)}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid var(--gray);border-radius:var(--radius);font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:0;border-color:var(--primary)}.form-group textarea{min-height:150px;resize:vertical}.info-item{display:flex;gap:1rem;margin-bottom:1.5rem;align-items:flex-start}.info-icon{color:var(--primary);font-size:1.25rem;margin-top:.25rem}.info-content h4{font-size:1.1rem;margin-bottom:.25rem;color:var(--dark)}.info-content p{color:var(--secondary)}.contact-footer{margin-top:3rem;color:var(--secondary)}@media(max-width:992px){.contact-container{grid-template-columns:1fr}.contact-card{padding:.5rem}}.team-image{border-radius:50%;object-fit:cover;border:2px solid #fff}button .spinner-border{vertical-align:middle}