:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--font-size-xs: .875rem;--font-size-sm: 1rem;--font-size-base: 1.125rem;--font-size-lg: 1.25rem;--font-size-xl: 1.5rem;--font-size-2xl: 2rem;--font-size-3xl: 2.5rem;--font-size-4xl: 3.5rem;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 6rem}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;color:#1a202c}#root{width:100%;min-height:100vh}h1,h2,h3,h4,h5,h6{line-height:1.2;font-weight:700}p{line-height:1.7}a{text-decoration:none;color:inherit}button{font-family:inherit;cursor:pointer}img{max-width:100%;height:auto;display:block}.navigation{position:fixed;top:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 10px #0000000d;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:1.2rem 2rem;display:flex;justify-content:space-between;align-items:center}.nav-logo{cursor:pointer}.logo-text{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#0f172a,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem;gap:.4rem}.menu-toggle span{width:25px;height:2px;background:#333;transition:all .3s ease}.menu-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.nav-links{display:flex;list-style:none;gap:2.5rem;margin:0;padding:0;align-items:center}.nav-links li a{color:#333;text-decoration:none;font-weight:500;cursor:pointer;transition:color .3s ease;font-size:1rem}.nav-links li a:hover{color:#14b8a6}.nav-cta{background:#14b8a6;color:#fff!important;padding:.6rem 1.5rem;border-radius:50px;transition:transform .3s ease,box-shadow .3s ease,background .3s ease}.nav-cta:hover{background:#0d9488;transform:translateY(-2px);box-shadow:0 4px 15px #14b8a666}@media(max-width:768px){.menu-toggle{display:flex}.nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;background:#fff;padding:2rem;gap:1.5rem;box-shadow:0 4px 10px #0000001a;transform:translateY(-100%);opacity:0;visibility:hidden;transition:all .3s ease}.nav-links.active{transform:translateY(0);opacity:1;visibility:visible}.nav-links li{width:100%;text-align:center}}.hero{min-height:100vh;display:flex;align-items:center;padding:6rem 2rem 4rem;background:linear-gradient(135deg,#f8fafc,#e0f2f1);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:800px;height:800px;background:radial-gradient(circle,rgba(20,184,166,.08) 0%,transparent 70%);border-radius:50%}.hero-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1}.hero-content{animation:fadeInUp .8s ease-out}.hero-badge{display:inline-block;background:#14b8a61a;color:#0d9488;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;border:1px solid rgba(20,184,166,.2)}.hero-title{font-size:3.5rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;color:#0f172a;letter-spacing:-.02em}.gradient-text{background:linear-gradient(135deg,#14b8a6,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}.hero-subtitle{font-size:1.2rem;line-height:1.65;color:#64748b;margin-bottom:2rem;max-width:580px;font-weight:400}.hero-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2.5rem;max-width:580px}.stat-item{text-align:left}.stat-number{font-size:1.75rem;font-weight:700;color:#0f172a;margin-bottom:.25rem;line-height:1}.stat-label{font-size:.85rem;color:#64748b;font-weight:500}.hero-cta{display:flex;gap:1rem;flex-wrap:wrap}.btn{padding:1rem 2rem;font-size:1rem;font-weight:600;border:none;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:inherit;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn:hover:before{width:300px;height:300px}.btn-primary{background:#14b8a6;color:#fff;box-shadow:0 4px 15px #14b8a64d}.btn-primary:hover{background:#0d9488;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #14b8a680}.btn-primary:active{transform:translateY(-1px) scale(1.02)}.btn-secondary{background:#fff;color:#0f172a;border:2px solid #0f172a}.btn-secondary:hover{background:#0f172a;color:#fff;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #0f172a4d}.btn-secondary:active{transform:translateY(-1px) scale(1.02)}.hero-visual{position:relative;display:flex;align-items:center;justify-content:center;animation:fadeInUp 1s ease-out .3s backwards}.principles-container{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 8px 30px #00000014;border:1px solid #e2e8f0;width:100%;max-width:500px}.principle-header{text-align:center;margin-bottom:2rem}.principle-badge{display:inline-block;background:#14b8a61a;color:#0d9488;padding:.4rem .9rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.principle-title{font-size:1.75rem;font-weight:800;color:#0f172a;line-height:1.2;letter-spacing:-.01em;margin-bottom:.5rem}.principle-subtitle{font-size:.9rem;color:#64748b;line-height:1.5;font-weight:500}.principles-grid{display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;margin-bottom:2rem}.principle-card{display:flex;align-items:flex-start;gap:1rem;padding:1.25rem;background:linear-gradient(135deg,#f8fafc,#fff);border-radius:12px;border:1px solid #e2e8f0;transition:all .3s ease}.principle-card:hover{border-color:#14b8a6;background:#14b8a605;transform:translate(4px)}.principle-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;flex-shrink:0}.principle-content{flex:1}.principle-name{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:.25rem;line-height:1.3}.principle-text{font-size:.85rem;color:#64748b;line-height:1.5;margin:0}.tech-footer{text-align:center;padding-top:1.5rem;border-top:1px solid #e2e8f0}.tech-message{font-size:.85rem;font-weight:500;color:#64748b;font-style:italic}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@media(max-width:968px){.hero-container{grid-template-columns:1fr;gap:3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.hero-stats{grid-template-columns:repeat(3,1fr);gap:1rem}.stat-number{font-size:1.5rem}.stat-label{font-size:.8rem}.hero-visual{margin-top:2rem}.principles-container{padding:2rem}.principle-title{font-size:1.5rem}.principle-subtitle{font-size:.85rem}.principle-card{padding:1rem}}@media(max-width:640px){.hero{padding:5rem 1.5rem 3rem}.hero-badge{font-size:.75rem;padding:.4rem .8rem}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.hero-stats{grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}.stat-number{font-size:1.4rem}.hero-cta{flex-direction:column}.btn{width:100%}.hero-visual{margin-top:2rem}.principles-container{padding:1.75rem}.principle-title{font-size:1.3rem}.principle-subtitle{font-size:.8rem}.principle-card{padding:1rem;gap:.75rem}.principle-icon{width:36px;height:36px;font-size:1.25rem}.principle-name{font-size:.95rem}.principle-text{font-size:.8rem}.tech-footer{padding-top:1.25rem}.tech-message{font-size:.8rem}}.services{padding:6rem 2rem;background:#fff}.services-container{max-width:1100px;margin:0 auto}.services-header{text-align:center;margin-bottom:4rem}.section-subtitle{font-size:1.25rem;color:#475569;max-width:650px;margin:0 auto;line-height:1.6;font-weight:400}.services-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media(min-width:1400px){.services-grid{grid-template-columns:repeat(2,1fr)}}.service-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;border:1px solid #e2e8f0;animation:fadeInUp .6s ease-out forwards;opacity:0;height:100%}.service-card:hover{box-shadow:0 4px 20px #14b8a61f;border-color:#14b8a6}.service-title{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:1rem;line-height:1.3}.service-description{color:#64748b;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.service-features{list-style:none;padding:0;margin:0}.service-features li{display:flex;align-items:center;gap:.8rem;padding:.6rem 0;color:#2d3748;font-size:.95rem}.check-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:#14b8a6;color:#fff;border-radius:50%;font-size:.7rem;font-weight:700;flex-shrink:0}@media(max-width:768px){.services{padding:4rem 1.5rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.services-grid{grid-template-columns:1fr}.service-card{padding:2rem}.service-title{font-size:1.5rem}}.industries{padding:6rem 2rem;background:#fff}.industries-container{max-width:1100px;margin:0 auto}.industries-header{text-align:center;margin-bottom:3rem}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.industry-card{background:#fff;padding:2rem;border-radius:12px;text-align:center;transition:all .3s ease;border:1px solid #e2e8f0;animation:fadeInUp .6s ease-out forwards;opacity:0;box-shadow:0 2px 12px #0000000f}.industry-card:hover{box-shadow:0 4px 20px #14b8a61f;border-color:#14b8a6}.industry-icon{font-size:2.5rem;margin-bottom:1rem;display:inline-block}.industry-name{font-size:1.2rem;font-weight:700;color:#0f172a;margin-bottom:.75rem}.industry-description{color:#64748b;line-height:1.6;margin-bottom:1rem;font-size:.9rem}.industry-highlight{display:inline-block;background:#14b8a6;color:#fff;padding:.5rem 1.25rem;border-radius:50px;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.industries-proof{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;padding:3rem;background:linear-gradient(135deg,#0f172a,#14b8a6);border-radius:20px;box-shadow:0 10px 40px #14b8a633}.proof-item{text-align:center}.proof-number{font-size:3rem;font-weight:800;color:#fff;margin-bottom:.5rem;line-height:1}.proof-label{font-size:1rem;color:#ffffffe6;font-weight:500}@media(max-width:968px){.industries-grid{grid-template-columns:1fr}}@media(max-width:768px){.industries{padding:4rem 1.5rem}.industries-header{margin-bottom:2rem}.industry-card{padding:1.75rem}.industries-proof{grid-template-columns:1fr;gap:2rem;padding:2rem}.proof-number{font-size:2.5rem}}.process{padding:6rem 2rem;background:linear-gradient(135deg,#f8fafc,#e0f2f1)}.process-container{max-width:1100px;margin:0 auto}.process-header{text-align:center;margin-bottom:4rem}.process-timeline{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-top:3rem;position:relative}.process-step{position:relative;animation:fadeInUp .6s ease-out forwards;opacity:0;z-index:1}.step-number{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:44px;height:44px;background:linear-gradient(135deg,#14b8a6,#0d9488);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;box-shadow:0 4px 12px #14b8a666;border:3px solid white;z-index:10}.step-content{background:#fff;padding:3rem 1.75rem 1.75rem;border-radius:12px;box-shadow:0 2px 12px #0000000f;border:1px solid #e2e8f0;height:100%;transition:all .3s ease;text-align:center;margin-top:22px}.step-content:hover{box-shadow:0 6px 24px #14b8a626;border-color:#14b8a6;transform:translateY(-4px)}.step-title{font-size:1.3rem;font-weight:700;color:#0f172a;margin-bottom:.85rem;line-height:1.3}.step-description{color:#64748b;line-height:1.65;margin-bottom:1.25rem;font-size:.9rem}.step-timelines{display:flex;gap:.6rem;flex-wrap:wrap;justify-content:center}.timeline-item{display:flex;flex-direction:column;align-items:center;gap:.25rem;background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:.6rem 1rem;border-radius:8px;font-size:.8rem;border:1px solid #e2e8f0;min-width:90px}.timeline-label{color:#64748b;font-weight:600;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px}.timeline-value{color:#14b8a6;font-weight:700;font-size:.85rem}.process-note{margin-top:3.5rem;padding:1.5rem 2rem;background:linear-gradient(135deg,#14b8a614,#14b8a608);border-radius:10px;text-align:center;border:1px solid rgba(20,184,166,.15);color:#64748b;font-size:.95rem;line-height:1.6}.process-note strong{color:#0f172a;font-weight:700}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:968px){.process-timeline{grid-template-columns:1fr;gap:2rem}.step-content{padding:2.75rem 1.5rem 1.5rem;margin-top:20px}.step-number{width:40px;height:40px}}@media(max-width:768px){.process{padding:4rem 1.5rem}.process-header{margin-bottom:3rem}.process-timeline{gap:1.5rem}.step-number{width:38px;height:38px;font-size:.9rem}.step-content{padding:2.5rem 1.25rem 1.25rem;margin-top:19px}.step-title{font-size:1.15rem}.step-description{font-size:.85rem}.timeline-item{min-width:80px;padding:.5rem .75rem}}.about{padding:6rem 2rem;background:#fff}.about-container{max-width:1100px;margin:0 auto}.about-header{text-align:center;margin-bottom:3rem}.highlights-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.highlight-card{background:#fff;border-radius:12px;padding:1.75rem;box-shadow:0 2px 12px #0000000f;transition:all .3s ease;animation:fadeInUp .6s ease-out forwards;opacity:0;border:1px solid #e2e8f0}.highlight-card:hover{box-shadow:0 4px 20px #14b8a61f;border-color:#14b8a6}.highlight-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.6rem;line-height:1.3}.highlight-description{color:#64748b;line-height:1.6;font-size:.9rem}.about-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:3rem;padding:3rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px #00000014}.stat{text-align:center}.stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#14b8a6,#0891b2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#4a5568;font-weight:500}@media(max-width:968px){.highlights-grid{grid-template-columns:1fr}}@media(max-width:768px){.about{padding:4rem 1.5rem}.about-header{margin-bottom:2rem}.highlight-card{padding:1.5rem}.about-stats{grid-template-columns:1fr;gap:2rem;padding:2rem}.stat-number{font-size:2.5rem}}.contact{padding:6rem 2rem;background:#fff}.contact-container{max-width:900px;margin:0 auto}.contact-content-centered{text-align:center;animation:fadeInUp .8s ease-out}.section-title{font-size:2.75rem;font-weight:800;color:#0f172a;margin-bottom:1.25rem;letter-spacing:-.02em;line-height:1.2}.contact-description{font-size:1.25rem;line-height:1.7;color:#475569;margin-bottom:3rem;max-width:720px;margin-left:auto;margin-right:auto;font-weight:400}.contact-details-centered{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.contact-item-large{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:2rem;background:linear-gradient(135deg,#f8fafc,#e0f2f1);border-radius:15px;transition:all .4s cubic-bezier(.4,0,.2,1);border:2px solid transparent}.contact-item-large:hover{transform:translateY(-8px) scale(1.05);box-shadow:0 15px 40px #14b8a633;border-color:#14b8a6}.contact-icon{font-size:3rem;margin-bottom:.5rem}.contact-label{font-size:.9rem;color:#718096;margin-bottom:.5rem;font-weight:500}.contact-value{font-size:1.1rem;font-weight:600;color:#1a202c}.contact-value-link{font-size:1.1rem;font-weight:600;color:#14b8a6;text-decoration:none;transition:color .3s ease}.contact-value-link:hover{color:#0d9488;text-decoration:underline}.contact-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.contact-note{font-size:.9rem;color:#718096;text-align:center;margin-top:2rem;font-style:italic}.btn-contact-primary,.btn-contact-secondary{padding:1rem 2.5rem;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-contact-primary:before,.btn-contact-secondary:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#fff3;transform:translate(-50%,-50%);transition:width .6s,height .6s}.btn-contact-primary:hover:before,.btn-contact-secondary:hover:before{width:350px;height:350px}.btn-contact-primary{background:#14b8a6;color:#fff!important;box-shadow:0 4px 15px #14b8a64d;border:none}.btn-contact-primary:hover{background:#0d9488;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #14b8a680}.btn-contact-primary:active{transform:translateY(-1px) scale(1.02)}.btn-contact-secondary{background:#fff;color:#0f172a!important;border:2px solid #0f172a}.btn-contact-secondary:hover{background:#0f172a;color:#fff!important;transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #0f172a4d}.btn-contact-secondary:active{transform:translateY(-1px) scale(1.02)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.contact{padding:4rem 1.5rem}.section-title{font-size:2rem}.contact-details-centered{grid-template-columns:1fr}.contact-cta{flex-direction:column}.btn-contact-primary,.btn-contact-secondary{width:100%}}.footer{background:#1a202c;color:#e2e8f0;padding:4rem 2rem 2rem}.footer-container{max-width:1200px;margin:0 auto}.footer-content{display:grid;grid-template-columns:1.5fr 2.5fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.footer-brand{max-width:350px}.footer-logo{font-size:1.8rem;font-weight:700;background:linear-gradient(135deg,#fff,#14b8a6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.footer-tagline{color:#a0aec0;line-height:1.7;font-size:.95rem}.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.footer-column h4{font-size:1rem;font-weight:600;color:#fff;margin-bottom:1.2rem}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:.8rem}.footer-column ul li a{color:#a0aec0;text-decoration:none;transition:color .3s ease;font-size:.95rem}.footer-column ul li a:hover{color:#14b8a6}.footer-bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom p{color:#718096;font-size:.9rem;margin:0}.footer-legal{display:flex;gap:1rem;align-items:center}.footer-legal a{color:#718096;text-decoration:none;font-size:.9rem;transition:color .3s ease}.footer-legal a:hover{color:#14b8a6}.footer-legal .separator{color:#4a5568}@media(max-width:968px){.footer-content{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}.footer-brand{max-width:100%}}@media(max-width:640px){.footer{padding:3rem 1.5rem 1.5rem}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;text-align:center;gap:1rem}.footer-legal{flex-direction:column;gap:.5rem}.footer-legal .separator{display:none}}.app{width:100%;overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}
