*{padding:0;box-sizing:border-box}*,body{margin:0}body{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.navbar{position:fixed;top:0;width:100%;background:hsla(0,0%,100%,.98);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px rgba(0,0,0,.1);z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{display:flex;flex-direction:column;text-decoration:none;color:#667eea;font-weight:700;font-size:1.5rem}.logo-text{line-height:1.2}.logo-subtitle{font-size:.7rem;color:#764ba2;font-weight:500}.nav-menu{display:flex;grid-gap:2rem;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#333;font-weight:500;font-size:1rem;transition:color .3s ease;position:relative;padding:.5rem 0}.nav-link.active,.nav-link:hover{color:#667eea}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background:linear-gradient(135deg,#667eea,#764ba2)}.nav-toggle{display:none;flex-direction:column;cursor:pointer;grid-gap:5px;gap:5px}.bar{width:25px;height:3px;background:#333;transition:all .3s ease;border-radius:2px}.bar.active:first-child{transform:rotate(45deg) translate(8px,8px)}.bar.active:nth-child(2){opacity:0}.bar.active:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}@media (max-width:768px){.nav-toggle{display:flex}.nav-menu{position:fixed;left:-100%;top:70px;flex-direction:column;background:#fff;width:100%;text-align:center;transition:.3s;box-shadow:0 10px 27px rgba(0,0,0,.05);padding:2rem 0;grid-gap:0;gap:0}.nav-menu.active{left:0}.nav-link{padding:1rem 0;width:100%;display:block}.nav-link.active:after{display:none}}.footer{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem 0 1rem;margin-top:auto}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem}.footer-section h3{margin-bottom:1rem;font-size:1.5rem}.footer-section h4{margin-bottom:1rem;font-size:1.1rem}.footer-section p{margin-bottom:.5rem;opacity:.9;line-height:1.8}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#fff;text-decoration:none;opacity:.9;transition:opacity .3s ease}.footer-section ul li a:hover{opacity:1;text-decoration:underline}.footer-section a[href^="mailto:"]{color:#fff;text-decoration:none}.footer-bottom{max-width:1200px;margin:2rem auto 0;padding:1rem 2rem;text-align:center;border-top:1px solid hsla(0,0%,100%,.2)}.footer-bottom p{opacity:.8;font-size:.9rem}@media (max-width:768px){.footer-container{grid-template-columns:1fr;text-align:center}}.hero{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;overflow:hidden;padding:2rem}.hero-content{max-width:1200px;width:100%;text-align:center;z-index:2;position:relative}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;animation:fadeInUp .8s ease}.hero-subtitle{font-size:1.3rem;margin-bottom:2.5rem;opacity:.95;max-width:700px;margin-left:auto;margin-right:auto;animation:fadeInUp .8s ease .2s both}.hero-buttons{display:flex;grid-gap:1rem;gap:1rem;justify-content:center;flex-wrap:wrap;animation:fadeInUp .8s ease .4s both}.btn-primary{background:#fff;color:#667eea}.btn-primary:hover{box-shadow:0 10px 25px rgba(0,0,0,.2)}.btn-secondary{background:transparent;color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#667eea}.btn-outline{background:transparent;color:#667eea;border:2px solid #667eea}.btn-outline:hover{background:#667eea;color:#fff}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.hero-gradient{width:100%;height:100%;background:radial-gradient(circle at 30% 50%,hsla(0,0%,100%,.1) 0,transparent 50%)}.stats-section{padding:4rem 2rem;background:#f8f9fa}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.stat-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.stat-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.stat-icon{font-size:3rem;margin-bottom:1rem}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{color:#666;font-size:1rem;font-weight:500}.about-preview{padding:5rem 2rem;background:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;color:#333;font-weight:700;margin:0}.about-content-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto;align-items:center}.about-text p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.about-visual{display:flex;justify-content:center}.about-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:3rem;border-radius:12px;max-width:400px}.about-card h3{font-size:1.8rem;margin-bottom:1rem}.about-card p{font-size:1.1rem;line-height:1.8;opacity:.95}.services-preview{padding:5rem 2rem;background:#f8f9fa}.services-grid{max-width:1200px;margin:0 auto 3rem}.section-cta{text-align:center}.solutions-preview{padding:5rem 2rem;background:#fff}.solutions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;max-width:1200px;margin:0 auto}.solution-card{background:#f8f9fa;padding:2.5rem;border-radius:12px;border-left:4px solid #667eea;transition:transform .3s ease,box-shadow .3s ease}.solution-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.1)}.solution-card h3{color:#333;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.solution-card p{color:#666;line-height:1.8;margin-bottom:1.5rem}.solution-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .3s ease}.solution-link:hover{color:#764ba2}.cta-section{padding:5rem 2rem;text-align:center;color:#fff}.cta-primary{background:linear-gradient(135deg,#667eea,#764ba2)}.cta-secondary{background:linear-gradient(135deg,#764ba2,#667eea)}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.2rem;margin-bottom:2rem;opacity:.95}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:968px){.about-content-grid{grid-template-columns:1fr}}@media (max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.cta-section h2,.section-title{font-size:2rem}.stats-grid{grid-template-columns:repeat(2,1fr)}.services-grid,.solutions-grid{grid-template-columns:1fr}}.about-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.about-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.about-content{padding:4rem 2rem;background:#f8f9fa}.about-section{background:#fff;padding:3rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 5px 20px rgba(0,0,0,.08)}.about-section h2{color:#667eea;font-size:2.2rem;margin-bottom:1.5rem;font-weight:700}.about-section p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:2rem;gap:2rem;margin-top:2rem}.value-item{padding:1.5rem;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.value-item h3{color:#667eea;margin-bottom:.8rem;font-size:1.3rem}.value-item p{color:#666;line-height:1.7;margin:0}@media (max-width:768px){.about-hero h1{font-size:2.5rem}.about-section{padding:2rem 1.5rem}.about-section h2{font-size:1.8rem}}.services-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.services-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.services-content{padding:4rem 2rem;background:#f8f9fa}.services-intro{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.section-header{margin-bottom:2rem}.section-tag{display:inline-block;color:#667eea;font-weight:600;font-size:.9rem;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem}.services-intro .section-title{color:#667eea;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.services-intro p{color:#666;font-size:1.1rem;line-height:1.8}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:5rem}.service-card{background:#fff;padding:2.5rem;border-radius:12px;text-align:center;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.service-icon{font-size:4rem;margin-bottom:1.5rem}.service-card h3{color:#667eea;font-size:1.5rem;margin-bottom:1rem;font-weight:600}.service-card p{color:#666;line-height:1.8}.process-section{background:#fff;padding:4rem 3rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.process-section h2{text-align:center;color:#667eea;font-size:2.5rem;margin-bottom:3rem;font-weight:700}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem}.process-step{text-align:center;position:relative}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.5rem}.process-step h3{color:#333;margin-bottom:1rem;font-size:1.3rem}.process-step p{color:#666;line-height:1.7}.services-cta{text-align:center;background:#fff;padding:4rem 3rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);margin-top:4rem}.services-cta h2{color:#667eea;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.services-cta p{color:#666;font-size:1.2rem;margin-bottom:2rem}.services-cta .btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:2px solid transparent;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.services-cta .btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.services-cta .btn-large{padding:1.2rem 2.5rem;font-size:1.1rem}@media (max-width:768px){.services-hero h1{font-size:2.5rem}.process-section h2,.services-cta h2,.services-intro .section-title{font-size:2rem}.process-steps,.services-grid{grid-template-columns:1fr}.process-section,.services-cta{padding:3rem 2rem}}.solutions-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.solutions-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.solutions-content{padding:4rem 2rem;background:#f8f9fa}.solutions-intro{text-align:center;margin-bottom:4rem;max-width:800px;margin-left:auto;margin-right:auto}.solutions-intro h2{color:#667eea;font-size:2.5rem;margin-bottom:1.5rem;font-weight:700}.solutions-intro p{color:#666;font-size:1.1rem;line-height:1.8}.solutions-list{max-width:1200px;margin:0 auto 4rem}.solution-item{background:#fff;padding:3rem;border-radius:12px;margin-bottom:2rem;box-shadow:0 5px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.solution-item:hover{transform:translateY(-5px);box-shadow:0 10px 30px rgba(0,0,0,.15)}.solution-content h3{color:#667eea;font-size:2rem;margin-bottom:1rem;font-weight:600}.solution-content p{color:#666;font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem}.solution-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem;list-style:none;padding:0;margin:0}.solution-features li{color:#333;padding:.75rem 1rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #667eea;font-weight:500}.solutions-cta{text-align:center;background:#fff;padding:4rem 3rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.solutions-cta h2{color:#667eea;font-size:2.5rem;margin-bottom:1rem;font-weight:700}.solutions-cta p{color:#666;font-size:1.2rem;margin-bottom:2rem}.btn-large{padding:1.2rem 2.5rem}@media (max-width:768px){.solutions-hero h1{font-size:2.5rem}.solutions-cta h2,.solutions-intro h2{font-size:2rem}.solution-item{padding:2rem 1.5rem}.solution-features{grid-template-columns:1fr}}.contact-hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:6rem 2rem 4rem;text-align:center}.contact-hero h1{font-size:3.5rem;margin-bottom:1rem;font-weight:700}.hero-description{font-size:1.3rem;opacity:.95}.contact-content{padding:4rem 2rem;background:#f8f9fa}.contact-wrapper{display:grid;grid-template-columns:1fr 1.2fr;grid-gap:3rem;gap:3rem;max-width:1200px;margin:0 auto}.contact-info{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08);height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.contact-info h2{color:#667eea;font-size:2rem;margin-bottom:1.5rem;font-weight:700}.contact-info>p{color:#666;line-height:1.8}.contact-info>p,.info-item{margin-bottom:2rem}.info-item h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.info-item p{color:#666;font-size:1rem}.contact-form-wrapper{background:#fff;padding:3rem;border-radius:12px;box-shadow:0 5px 20px rgba(0,0,0,.08)}.contact-form h2{color:#667eea;font-size:2rem;margin-bottom:2rem;font-weight:700}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:600;font-size:1rem}.required{color:#e74c3c}.form-group input,.form-group textarea{width:100%;padding:12px 15px;border:2px solid #e0e0e0;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.form-group input.error,.form-group textarea.error{border-color:#e74c3c}.error-message{display:block;color:#e74c3c;font-size:.875rem;margin-top:.5rem}.form-group textarea{resize:vertical;min-height:100px}.btn{padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;display:inline-block;border:2px solid transparent;cursor:pointer;font-family:inherit}.btn-primary{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.btn-large{width:100%;padding:1.2rem;font-size:1.1rem}.success-message{text-align:center;padding:3rem 2rem}.success-icon{width:80px;height:80px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;margin:0 auto 1.5rem;font-weight:700}.success-message h3{color:#667eea;font-size:2rem;margin-bottom:1rem}.success-message p{color:#666;font-size:1.1rem;line-height:1.8}@media (max-width:968px){.contact-wrapper{grid-template-columns:1fr}}@media (max-width:768px){.contact-hero h1{font-size:2.5rem}.contact-form-wrapper,.contact-info{padding:2rem 1.5rem}.contact-form h2,.contact-info h2{font-size:1.5rem}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1 1;padding-top:80px}html{scroll-behavior:smooth}.page-container{animation:fadeIn .5s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
/*# sourceMappingURL=main.e53dacde.chunk.css.map */