body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{color:#1a1a1a;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #0000001a;left:0;padding:1rem 0;position:fixed;right:0;top:0;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.nav-container,.nav-logo{align-items:center;display:flex}.nav-logo{gap:.5rem;text-decoration:none}.logo-text{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:1.8rem;font-weight:700}.logo-tagline,.logo-text{-webkit-text-fill-color:#0000}.logo-tagline{background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text;font-size:.9rem;font-weight:600;position:relative;top:-2px}.nav-menu{align-items:center;display:flex;gap:2rem}.nav-link{color:#4a4a4a;font-weight:500;position:relative;text-decoration:none;transition:color .3s ease}.nav-link.active,.nav-link:hover{color:#667eea}.nav-link.active:after{border-radius:1px;bottom:-4px;content:"";height:2px;left:0;position:absolute;right:0}.nav-cta,.nav-link.active:after{background:linear-gradient(135deg,#667eea,#764ba2)}.nav-cta{border-radius:8px;color:#fff;font-weight:600;padding:.6rem 1.5rem;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.nav-cta:hover{box-shadow:0 4px 15px #667eea4d;transform:translateY(-1px)}.mobile-menu-button{background:none;border:none;border-radius:4px;cursor:pointer;display:none;padding:.5rem;transition:background-color .2s ease}.mobile-menu-button:hover{background-color:#667eea1a}.hamburger-icon{color:#667eea;font-size:1.5rem;font-weight:600}.mobile-menu-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;display:none;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .3s ease;visibility:hidden;z-index:9999}.mobile-menu-overlay.active{opacity:1;visibility:visible}.mobile-menu{background:#fff;box-shadow:-4px 0 20px #00000026;height:100vh;max-width:85vw;overflow-y:auto;position:absolute;right:0;top:0;transform:translateX(100%);transition:transform .3s ease;width:280px}.mobile-menu-overlay.active .mobile-menu{transform:translateX(0)}.mobile-menu-header{align-items:center;border-bottom:1px solid #0000001a;display:flex;justify-content:space-between;padding:1.5rem 1.5rem 1rem}.mobile-nav-logo{align-items:center;display:flex;gap:.5rem;text-decoration:none}.mobile-menu-close{background:none;border:none;border-radius:4px;color:#6c757d;cursor:pointer;font-size:1.5rem;padding:.5rem;transition:all .2s ease}.mobile-menu-close:hover{background-color:#0000000d;color:#1a1a1a}.mobile-nav-links{padding:1rem 0}.mobile-nav-cta,.mobile-nav-link{border-left:3px solid #0000;color:#4a4a4a;display:block;font-weight:500;padding:1rem 1.5rem;text-decoration:none;transition:all .2s ease}.mobile-nav-link:hover{background-color:#667eea0d;border-left-color:#667eea;color:#667eea}.mobile-nav-cta{background:linear-gradient(135deg,#667eea,#764ba2);border-left:none;border-radius:8px;color:#fff;font-weight:600;margin:1rem 1.5rem 0;padding:1rem 1.5rem;text-align:center}.mobile-nav-cta:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 4px 15px #667eea4d;transform:translateY(-1px)}.container{margin:0 auto;max-width:1200px;padding:0 2rem}.hero{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;margin-top:80px;overflow:hidden;padding:10rem 0 6rem;position:relative}.hero:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(255,255,255,0.1)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.hero-container{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#f093fb,#f5576c);-webkit-background-clip:text;background-clip:text}.hero-subtitle{font-size:1.3rem;line-height:1.6;margin-bottom:2.5rem;opacity:.9}.hero-buttons{display:flex;gap:1rem}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:1rem 2rem;text-decoration:none;transition:all .3s ease}.btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;color:#fff}.btn-primary:hover{background:#ffffff4d;transform:translateY(-2px)}.btn-secondary{background:#0000;border:2px solid #ffffff80;color:#fff}.btn-secondary:hover{background:#ffffff1a;border-color:#fffc}.btn-primary.large,.btn-secondary.large{font-size:1.1rem;padding:1.2rem 3rem}.tech-grid{grid-gap:1.5rem;gap:1.5rem;grid-template-columns:1fr 1fr}.tech-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:1px solid #fff3;border-radius:12px;font-weight:600;padding:1.5rem;text-align:center;transition:transform .3s ease}.tech-item:hover{transform:translateY(-4px)}.page-hero{background:linear-gradient(135deg,#f6f9fc,#e9ecef);margin-top:80px;padding:8rem 0 4rem;text-align:center}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.page-subtitle{color:#6c757d;font-size:1.2rem;margin:0 auto;max-width:600px}.features{background:#f8f9fa;padding:6rem 0}.section-title{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.feature-card{background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 8px 30px #0000001a;transform:translateY(-8px)}.feature-icon{font-size:3rem;margin-bottom:1.5rem}.feature-card h3{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:1rem}.feature-card p{color:#6c757d;line-height:1.6}.services-overview{padding:6rem 0}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.service-card{background:#fff;border:1px solid #0000000d;border-radius:20px;box-shadow:0 8px 30px #00000014;padding:3rem 2.5rem;transition:all .3s ease}.service-card.featured{border:2px solid #667eea;transform:scale(1.02)}.service-card:hover{box-shadow:0 12px 40px #00000026;transform:translateY(-8px)}.service-icon{font-size:3.5rem;margin-bottom:1.5rem}.service-card h2{color:#1a1a1a;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.service-description{color:#6c757d;line-height:1.6;margin-bottom:2rem}.service-features{list-style:none;padding:0}.service-features li{color:#4a4a4a;padding:.5rem 0 .5rem 1.5rem;position:relative}.service-features li:before{color:#28a745;content:"✓";font-weight:700;left:0;position:absolute}.benefits-section{background:#f8f9fa;padding:6rem 0}.benefits-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.benefit-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2.5rem 2rem;text-align:center}.benefit-metric{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:700;margin-bottom:1rem}.benefit-card h3{color:#1a1a1a;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.technology-section{padding:6rem 0}.tech-grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.tech-category h3{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.tech-items{display:flex;flex-direction:column;gap:1rem}.tech-category .tech-item{background:#f8f9fa;border:1px solid #0000000d;border-radius:8px;color:#1a1a1a;font-weight:500;padding:1rem 1.5rem;text-align:left;transition:all .3s ease}.tech-category .tech-item:hover{background:#667eea;color:#fff;transform:translateX(8px)}.contact-content{padding:6rem 0}.contact-grid{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group label{color:#1a1a1a;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:2px solid #e9ecef;border-radius:8px;font-size:1rem;padding:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#667eea;outline:none}.contact-info-section{background:#f8f9fa;border-radius:16px;height:fit-content;padding:2.5rem}.contact-item{border-bottom:1px solid #e9ecef;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:2rem}.contact-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.contact-icon{font-size:1.5rem;margin-top:.2rem}.contact-details h4{color:#1a1a1a;font-weight:600;margin-bottom:.5rem}.contact-details p{color:#6c757d;margin-bottom:.3rem}.success-message{background:#d4edda;border:1px solid #c3e6cb;border-radius:8px;color:#155724;margin-bottom:1.5rem;padding:1rem}.quick-faqs{border-top:1px solid #e9ecef;margin-top:2rem;padding-top:2rem}.quick-faqs h3{color:#1a1a1a;font-weight:600}.faq-item,.quick-faqs h3{margin-bottom:1.5rem}.faq-item h4{color:#1a1a1a;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.faq-item p{color:#6c757d;font-size:.9rem}.mission-section{padding:6rem 0}.mission-content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:2fr 1fr}.mission-text h2{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.large-text{color:#4a4a4a;font-size:1.3rem;font-weight:500;margin-bottom:1.5rem}.stats-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr}.stat{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:2rem;text-align:center}.stat-number{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:700}.stat-label{color:#6c757d;font-weight:600;margin-top:.5rem}.innovation-section{background:#f8f9fa;padding:6rem 0}.innovation-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.innovation-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000d;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease}.innovation-card:hover{transform:translateY(-8px)}.innovation-icon{font-size:3rem;margin-bottom:1.5rem}.team-section{padding:6rem 0}.team-intro{color:#6c757d;font-size:1.1rem;margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.team-member{padding:2rem;text-align:center}.member-photo{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;height:120px;margin:0 auto 1.5rem;opacity:.8;width:120px}.team-member h3{color:#1a1a1a;font-weight:600;margin-bottom:1rem}.values-section{background:#f8f9fa;padding:6rem 0}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.value-item{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;padding:2.5rem}.value-item h3{color:#1a1a1a;font-weight:600;margin-bottom:1rem}.implementation-section{background:#f8f9fa;padding:6rem 0}.process-timeline{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.process-step{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;display:flex;gap:1.5rem;padding:2rem}.step-number{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:3rem;justify-content:center;width:3rem}.step-content h3{color:#1a1a1a;font-weight:600;margin-bottom:.5rem}.step-content p{color:#6c757d;line-height:1.6}.pricing-section{padding:6rem 0}.pricing-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.pricing-card{background:#fff;border-radius:16px;box-shadow:0 8px 30px #00000014;padding:3rem 2rem;position:relative;text-align:center;transition:transform .3s ease}.pricing-card.featured{border:2px solid #667eea;transform:scale(1.05)}.pricing-card:hover{transform:translateY(-8px)}.pricing-card.featured:hover{transform:translateY(-8px) scale(1.05)}.pricing-card h3{color:#1a1a1a;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.price{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700;margin-bottom:.5rem}.pricing-card p{color:#6c757d;margin-bottom:2rem}.pricing-card ul{list-style:none;padding:0;text-align:left}.pricing-card li{color:#4a4a4a;padding:.5rem 0 .5rem 1.5rem;position:relative}.pricing-card li:before{color:#28a745;content:"✓";font-weight:700;left:0;position:absolute}.pricing-note{color:#6c757d;font-style:italic;margin:0 auto;max-width:600px;text-align:center}.legal-content{margin-top:80px;padding:6rem 0}.last-updated{color:#6c757d;font-style:italic;margin-bottom:2rem}.legal-section{margin-bottom:3rem}.legal-section h2{color:#1a1a1a;font-size:1.8rem;font-weight:600;margin-bottom:1rem}.legal-section h3{color:#1a1a1a;font-size:1.3rem;font-weight:600;margin-bottom:.8rem;margin-top:1.5rem}.legal-section p{color:#4a4a4a;line-height:1.6;margin-bottom:1rem}.legal-section ul{margin-bottom:1rem;padding-left:1.5rem}.legal-section li{color:#4a4a4a;line-height:1.6;margin-bottom:.5rem}.legal-disclaimer{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;margin-top:3rem;padding:2rem}.cta-section{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:4rem 0;text-align:center}.cta-content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.cta-content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.cta-section .btn-primary{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff3;border:1px solid #ffffff4d;color:#fff}.cta-section .btn-primary:hover{background:#ffffff4d}.cta-section .btn-secondary{background:#0000;border:2px solid #fffc;color:#fff}.footer{background:#1a1a1a;color:#fff;padding:4rem 0 2rem}.footer-content{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:2fr 1fr 1fr;margin-bottom:2rem}.footer-section h3{font-size:1.3rem;font-weight:600;margin-bottom:1rem}.footer-section h4{color:#f8f9fa;font-weight:600;margin-bottom:1rem}.footer-section p{color:#adb5bd;line-height:1.6;margin-bottom:1rem}.footer-section a{color:#adb5bd;display:block;margin-bottom:.5rem;text-decoration:none;transition:color .3s ease}.footer-section a:hover{color:#fff}.footer-bottom{border-top:1px solid #333;color:#adb5bd;padding-top:2rem;text-align:center}@media (max-width:768px){.desktop-menu{display:none}.mobile-menu-button,.mobile-menu-overlay{display:block}.hero-container{gap:2rem;grid-template-columns:1fr;text-align:center}.hero-title{font-size:2.5rem}.page-title{font-size:2rem}.benefits-grid,.contact-grid,.features-grid,.innovation-grid,.pricing-grid,.services-grid,.team-grid,.values-grid{grid-template-columns:1fr}.contact-grid{gap:2rem}.form-row{grid-template-columns:1fr}.footer-content,.mission-content{gap:2rem;grid-template-columns:1fr}.process-timeline,.tech-grid{grid-template-columns:1fr}.container{padding:0 1rem}.hero{padding:6rem 0 4rem}.page-hero{padding:6rem 0 3rem}.hero-buttons{align-items:center;flex-direction:column}.btn-primary,.btn-secondary{max-width:300px;text-align:center;width:100%}}@media (max-width:480px){.hero-title{font-size:2rem}.page-title{font-size:1.8rem}.section-title{font-size:2rem}.tech-grid.homepage{grid-template-columns:1fr}.tech-item{padding:1rem}}
/*# sourceMappingURL=main.847152f5.css.map*/