@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:var(--primary-color);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--primary-color-dark)}:root{--primary-color:#37d4bf;--primary-color-dark:#29a3a3;--secondary-color:#00718d;--primary-color-lightest:#a8f8f4;--primary-color-300:#44d0d033;--primary-color-200:#44d0d018;--primary-color-100:#44d0d006}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#fff;color:#333;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6}.App{min-height:100vh}.container{margin:0 auto;max-width:1200px;padding:0 20px}.section{padding:80px 0}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-align:center}.section-subtitle{color:#666;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.btn{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#37d4bf,#00718d);background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);color:#fff}.btn-primary:hover{box-shadow:0 10px 25px #667eea4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #667eea;color:#667eea}.btn-secondary:hover{background:#667eea;color:#fff}.card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;transition:all .3s ease}.card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.grid{grid-gap:2rem;display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:2rem}.container{padding:0 15px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;box-shadow:0 2px 20px #0000001a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.nav{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.nav-brand{align-items:flex-start;cursor:pointer;display:flex;flex-direction:column}.nav-brand img{max-height:50px}.nav-brand h2{color:#667eea;font-size:1.8rem;font-weight:700;line-height:1;margin:0}.nav-brand span{color:#666;font-size:.8rem;font-weight:500}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{background:none;border:none;color:#333;cursor:pointer;font-family:inherit;font-size:1rem;font-weight:500;padding:0;position:relative;text-decoration:none;transition:color .3s ease}.nav-link:hover{color:var(--primary-color-dark)}.nav-link:after{background:var(--primary-color-dark);bottom:-5px;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav-link:hover:after{width:100%}.nav-toggle{color:#333;cursor:pointer;display:none;font-size:1.5rem}@media (max-width:768px){.header{height:70px}.nav-menu{display:none}.mobile-menu{background:#fff;box-shadow:0 12px 12px #0000001a;display:flex;flex-direction:column;gap:1rem;height:calc(100vh - 70px);left:0;opacity:0;padding:2rem;position:fixed;right:0;top:70px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden;z-index:999}.mobile-menu.active{opacity:1;transform:translateY(0);visibility:visible}.mobile-nav-link{background:none;border:none;color:#333;cursor:pointer;font-family:inherit;font-size:1.1rem;font-weight:500;padding:.5rem 0;position:relative;text-align:left;text-decoration:none;transition:color .3s ease}.mobile-nav-link:hover{color:var(--primary-color-dark)}.nav-toggle{display:block}}.hero{align-items:center;background:linear-gradient(136deg,var(--primary-color-200) 5%,#fff 50%);display:flex;min-height:100vh;overflow:hidden;padding-top:80px;position:relative}.hero-container{margin:0 auto;max-width:1400px;padding:0 20px}.hero-background{z-index:-1}.hero-background,.hero-gradient{bottom:0;left:0;position:absolute;right:0;top:0}.hero-gradient{opacity:.1}.hero-pattern{background-image:radial-gradient(circle at 25% 25%,#667eea1a 0,#0000 50%),radial-gradient(circle at 75% 75%,#764ba21a 0,#0000 50%);bottom:0;left:0;position:absolute;right:0;top:0}.hero-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}.hero-text{color:#1a1a1a}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--primary-color ) 0,var(--secondary-color) 100%);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.hero-subtitle{color:#666;font-size:1.3rem;line-height:1.6;margin-bottom:2rem}.hero-cta{font-size:1.1rem;padding:15px 30px}.hero-visual{align-items:center;display:flex;justify-content:center}.hero-image{border-radius:16px;height:auto;max-width:900px;transition:all .3s ease;width:100%}.hero-image:hover{transform:translateY(-10px)}.hero-cards{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);max-width:400px}.hero-card{background:#fff;border-radius:12px;box-shadow:0 8px 25px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.hero-card:hover{box-shadow:0 15px 35px #00000026;transform:translateY(-5px)}.card-icon{font-size:2.5rem;margin-bottom:.5rem}.hero-card h3{color:#1a1a1a;font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.hero-card p{color:#666;font-size:.9rem;margin:0}@media (max-width:768px){.hero-content{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-image{max-width:100%;order:-1}.hero-cards{grid-template-columns:1fr;margin:0 auto;max-width:300px}.hero-card{padding:1rem}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}.about-section{background:linear-gradient(45deg,var(--primary-color-100) 50%,var(--primary-color-300) 100%)}.about-content{text-align:center}.about-grid{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.about-text{text-align:left}.about-description{color:#555;font-size:1.2rem;line-height:1.8;margin-bottom:2rem}.about-stats{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.stat-item{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000001a;padding:1.5rem;text-align:center;transition:all .3s ease}.stat-item:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.stat-item h3{color:var(--primary-color-dark);font-size:2rem;font-weight:700;margin-bottom:.5rem}.stat-item p{color:#666;font-size:.9rem;margin:0}.about-visual{display:flex;justify-content:center}.about-cards{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;max-width:350px}.about-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center;transition:all .3s ease}.about-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.about-card .card-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1rem}.about-card .card-icon img{height:60px;object-fit:contain;width:60px}.about-card h4{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.about-card p{color:#666;font-size:.95rem;line-height:1.5;margin:0}@media (max-width:768px){.about-grid{gap:2rem;grid-template-columns:1fr}.about-text{text-align:center}.about-description{font-size:1.1rem}.about-stats{gap:1rem;grid-template-columns:repeat(3,1fr)}.stat-item{padding:1rem}.stat-item h3{font-size:1.5rem}.about-cards{max-width:100%}}@media (max-width:480px){.about-stats{gap:1rem;grid-template-columns:1fr}.about-card{padding:1.5rem}}.services-section{background:#f8f8f8}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:3rem}.service-card{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem;text-align:center;transition:all .3s ease}.service-card:hover{border-color:var(--primary-color);box-shadow:0 15px 40px #667eea26;transform:translateY(-8px)}.service-icon{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem}.service-icon img{height:80px;object-fit:contain;width:80px}.service-title{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:.5rem}.service-subtitle{color:var(--primary-color-dark);font-size:1rem;font-weight:500;margin-bottom:1rem}.service-details{color:#666;font-size:.95rem;line-height:1.6;margin:0}@media (max-width:768px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{padding:2rem}.service-icon img{height:70px;width:70px}.service-title{font-size:1.3rem}}@media (max-width:480px){.service-card{padding:1.5rem}.service-icon img{height:60px;width:60px}}.technologies-section{background:#fff}.technologies-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));margin-left:auto;margin-right:auto;margin-top:3rem;max-width:900px}.tech-item{align-items:center;background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 15px #00000014;display:flex;flex-direction:column;justify-content:center;padding:1.2rem;text-align:center;transition:all .3s ease}.tech-item:hover{border-color:#667eea;box-shadow:0 10px 25px #00000026;transform:translateY(-5px)}.tech-icon{align-items:center;display:flex;height:48px;justify-content:center;margin-bottom:.8rem;width:48px}.tech-icon,.tech-logo{border-radius:8px;transition:all .3s ease}.tech-logo{height:32px;object-fit:contain;width:32px}.tech-item:hover .tech-icon,.tech-item:hover .tech-logo{transform:scale(1.1)}.tech-name{color:#1a1a1a;display:block;font-size:.9rem;font-weight:600;text-align:center}@media (max-width:768px){.technologies-grid{gap:1rem;grid-template-columns:repeat(auto-fit,minmax(100px,1fr))}.tech-item{padding:1rem}.tech-icon{height:40px;width:40px}.tech-logo{height:28px;width:28px}.tech-name{font-size:.8rem}}@media (max-width:480px){.technologies-grid{grid-template-columns:repeat(3,1fr)}}.contact-section{background:linear-gradient(45deg,#fff 60%,var(--primary-color-200) 90%)}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;margin-top:3rem}.contact-info h3{color:#1a1a1a;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.contact-info p{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.contact-details{display:flex;flex-direction:column;gap:1.5rem}.contact-item{align-items:center;background:var(--primary-color-200);border-radius:12px;display:flex;gap:1rem;padding:1rem;transition:all .3s ease}.contact-item:hover{background:var(--primary-color-300);transform:translateX(5px)}.contact-icon{color:var(--primary-color);font-size:1.5rem;min-width:24px}.contact-item h4{color:#1a1a1a;font-size:1rem;font-weight:600;margin-bottom:.2rem}.contact-item p{color:#666;font-size:.9rem;margin:0}.contact-form-container{background:#fff;border:1px solid #f0f0f0;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:2.5rem}.contact-form{gap:1.5rem}.contact-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#1a1a1a;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{border:2px solid #e0e0e0;border-radius:8px;font-family:inherit;font-size:1rem;padding:1rem;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a;outline:none}.form-group textarea{min-height:120px;resize:vertical}.submit-btn{font-size:1.1rem;margin-top:1rem;padding:1rem 2rem}@media (max-width:768px){.contact-grid{gap:2rem;grid-template-columns:1fr}.contact-info{text-align:center}.contact-item{justify-content:center}.contact-form-container{padding:2rem}}@media (max-width:480px){.contact-form-container{padding:1.5rem}.contact-item{padding:.8rem}.contact-icon{font-size:1.2rem}}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:1fr 2fr;margin-bottom:3rem}.footer-brand h3{color:var(--primary-color);font-size:2rem;font-weight:700;margin-bottom:.5rem}.footer-brand p{color:#ccc;margin-bottom:.5rem}.footer-tagline{color:#999;font-size:.9rem;margin-top:1rem}.footer-links{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}.footer-section h4{color:#fff;font-size:1.1rem;font-weight:600;margin-bottom:1rem}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#ccc;font-size:.9rem;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#667eea}.footer-section ul li{color:#ccc;font-size:.9rem}.footer-bottom{align-items:center;border-top:1px solid #333;display:flex;justify-content:space-between;padding-top:2rem}.footer-copyright p{color:#999;font-size:.9rem;margin:0}.footer-social{display:flex;gap:1rem}.social-link{align-items:center;background:#333;border-radius:50%;color:#ccc;display:flex;font-size:1.1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#667eea;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.footer-content{gap:2rem;grid-template-columns:1fr}.footer-links{gap:1.5rem;grid-template-columns:1fr}.footer-bottom{flex-direction:column;gap:1rem}.footer-bottom,.footer-brand{text-align:center}}@media (max-width:480px){.footer{padding:3rem 0 1.5rem}.footer-social{gap:.8rem}.social-link{font-size:1rem;height:35px;width:35px}}.projects-section{background:#f8f8f8}.projects-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:3rem}.project-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;cursor:pointer;overflow:hidden;transition:all .3s ease}.project-card:hover{box-shadow:0 15px 40px #667eea26;transform:translateY(-8px)}.project-image{background:linear-gradient(135deg,var(--primary-color) 0,var(--secondary-color) 100%);padding:2rem;position:relative;text-align:center}.project-image .wrapper{align-items:center;background:#fff;border-radius:10px;display:flex;height:80px;justify-content:center;margin:0 auto;width:80px}.project-image .wrapper.padding{padding:10px}.project-image img{border-radius:10px;height:100%;object-fit:contain;width:100%}.project-icon{display:block;font-size:3rem}.project-content{padding:2rem}.project-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.project-title{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin:0}.project-type{background:var(--primary-color-dark);border-radius:20px;color:#fff;font-size:.8rem;font-weight:500;padding:.3rem .8rem}.project-description{color:#666;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.project-technologies{display:flex;flex-wrap:wrap;gap:.5rem}.tech-tag{background:var(--primary-color-100);border:1px solid var(--primary-color);border-radius:15px;color:var(--primary-color-dark);font-size:.7rem;font-weight:500;padding:.2rem .6rem}@media (max-width:768px){.projects-grid{gap:1.5rem;grid-template-columns:1fr}.project-content{padding:1.5rem}.project-header{flex-direction:column;gap:.5rem}.project-title{font-size:1.2rem}}@media (max-width:480px){.project-image{padding:1.5rem}.project-icon{font-size:2.5rem}.project-content{padding:1rem}}
/*# sourceMappingURL=main.40660be5.css.map*/