:root{--primary:#4ade80;--primary-dark:#22c55e;--secondary:#3b82f6;--dark-bg:#0f3d3d;--dark-bg-light:#1a4d4d;--light-bg:#f8f9fa;--text-primary:#0f3d3d;--text-secondary:#666;--text-light:#b0b0b0;--border-color:#e5e5e5;--shadow:0 10px 30px #0000001a;--sans:-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;--mono:ui-monospace, Consolas, monospace;font-family:var(--sans);--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text-primary);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;font-size:16px;line-height:1.5}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}body{background:#fff;margin:0}#root{flex-direction:column;width:100%;min-height:100vh;display:flex}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:700}h1{font-size:3.5rem;line-height:1.2}h2{font-size:2.5rem;line-height:1.2}h3{font-size:1.5rem;line-height:1.3}p{color:var(--text-secondary);margin:0}a{color:var(--primary);text-decoration:none;transition:color .3s}a:hover{color:var(--primary-dark)}code{font-family:var(--mono);background:var(--light-bg);color:var(--text-primary);border-radius:.25rem;padding:.25rem .5rem}::-webkit-scrollbar{width:10px;height:10px}@media (width<=768px){:root{font-size:14px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.25rem}}.header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#0f3d3d 0%,#1a4d4d 100%);border-bottom:1px solid #4ade801a;padding:1.5rem 0;position:sticky;top:0}.header-container{justify-content:space-between;align-items:center;gap:2rem;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.logo{cursor:pointer;flex-shrink:0;align-items:center;gap:.5rem;text-decoration:none;transition:all .3s;display:flex}.hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:0;display:none}.hamburger span{background:#4ade80;border-radius:2px;width:25px;height:3px;transition:all .3s}.hamburger.active span:first-child{transform:rotate(45deg)translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg)translate(7px,-7px)}.nav{flex:1;justify-content:center;align-items:center;gap:2rem;display:flex}.nav-link{color:#e0e0e0;border-radius:.375rem;padding:.5rem 1rem;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s}.nav-link.active{color:#4ade80;background:#4ade8033;border:1px solid #4ade8066}.nav-link:hover{color:#4ade80}.cta-button{color:#0f3d3d;cursor:pointer;white-space:nowrap;background:#fff;border:none;border-radius:.375rem;flex-shrink:0;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{color:#0f3d3d;transform:translateY(-2px);box-shadow:0 10px 25px #0003}@media (width<=768px){.header{padding:1rem 0}.header-container{flex-wrap:nowrap;gap:.5rem;padding:0 1rem}.logo{flex:1}.logo-image{height:40px}.hamburger{order:2;display:flex}.hamburger span{width:22px;height:2.5px}.nav{z-index:99;background:#0f3d3dfa;border-radius:0;flex-direction:column;order:3;justify-content:flex-start;gap:0;width:100%;max-height:0;margin:0;padding:0;transition:max-height .3s;position:fixed;top:70px;left:0;right:0;overflow:hidden}.nav.active{max-height:500px;padding:.5rem 0}.nav-link{text-align:left;border:none;border-radius:0;width:100%;margin:0;padding:1rem 1.5rem;font-size:.9rem}.nav-link.active{background:#4ade8026;border:none;border-left:3px solid #4ade80}.cta-button{white-space:normal;order:1;padding:.6rem 1rem;font-size:.8rem}}.hero{color:#fff;background:linear-gradient(135deg,#0f3d3d 0%,#1a4d4d 100%);justify-content:center;align-items:stretch;min-height:80vh;padding:4rem 2rem 0;display:flex;position:relative;overflow:hidden}.hero-bottom{background:linear-gradient(#0f3d3df2 0%,#0f3d3dcc 60%,#0f3d3d4d 100%),url(data:image/svg+xml) bottom/cover no-repeat}.hero-bg{z-index:0;background-position:bottom;background-repeat:no-repeat;background-size:cover;width:100%;height:60%;position:absolute;bottom:0;left:0}.hero-overlay{z-index:1;background:linear-gradient(135deg,#0f3d3df2 0%,#0f3d3de6 100%);position:absolute;inset:0}.hero-container{z-index:2;grid-template-columns:1fr 1fr;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:1200px;height:100%;margin:0 auto;display:grid;position:relative}.hero-bottom .hero-container{grid-template-columns:1fr;justify-items:center}.hero-content{flex-direction:column;align-items:flex-start;gap:1.5rem;width:100%;display:flex}.hero-bottom .hero-content{text-align:center;justify-content:center;align-items:center;margin:0 auto}.badge{color:#4ade80;background:#4ade8033;border:1px solid #4ade8066;border-radius:2rem;align-items:center;gap:.5rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex}.hero-bottom .badge{margin:0 auto}.badge-icon{font-size:1rem}.hero-title{color:#fff;margin:0;font-size:2.4rem;font-weight:700;line-height:1.2}.hero-subtitle{color:#cbc3c3;max-width:600px;margin:0;font-size:1.3rem;font-weight:700;line-height:1.6}.hero-ctas{flex-wrap:wrap;justify-content:flex-start;gap:1rem;width:100%;margin-top:1rem;display:flex}.hero-bottom .hero-ctas{justify-content:center}.btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 10px 30px #4ade8066}.btn-secondary:hover{background:#4ade801a}.hero-image{flex:1;justify-content:center;align-items:flex-end;height:100%;min-height:600px;display:flex;position:relative}.hero-image img{object-fit:contain;filter:drop-shadow(0 20px 40px #4ade8033);max-width:100%;height:auto}@media (width<=1024px){.hero{min-height:auto;padding:3rem 1.5rem}.hero-container{grid-template-columns:1fr}.hero-image{display:none}.hero-title{font-size:2.75rem}.hero-subtitle{font-size:1rem}.hero-content{text-align:center;align-items:center}}@media (width<=768px){.hero{min-height:auto;padding:2rem 1rem}.hero-container{gap:1.5rem}.hero-content{gap:1.25rem}.hero-title{font-size:2rem;line-height:1.3}.hero-subtitle{max-width:100%;font-size:.95rem;line-height:1.5}.hero-ctas{flex-direction:column;gap:.75rem;width:100%}.btn{text-align:center;width:100%;padding:.875rem 1.5rem;font-size:.95rem}.badge{padding:.4rem .8rem;font-size:.8rem}}@media (width<=480px){.hero{padding:1.5rem 1rem}.hero-container,.hero-content{gap:1rem}.hero-title{font-size:1.5rem;line-height:1.2}.hero-subtitle{font-size:.875rem;line-height:1.4}.btn{padding:.75rem 1rem;font-size:.875rem}.hero-ctas{gap:.5rem}}.features{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:6rem 2rem;position:relative;overflow:hidden}.features:before{content:"";pointer-events:none;background:radial-gradient(circle,#4ade800d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.features-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.features-header{text-align:center;margin-bottom:4rem}.features-title{color:#0f3d3d;margin:0 0 1rem;font-size:2.5rem;font-weight:800}.features-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem}.features-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.features-image{justify-content:center;display:flex}.features-image img{border-radius:1rem;max-width:100%;height:auto;box-shadow:0 20px 40px #0000001a}.features-list{flex-direction:column;gap:2rem;display:flex}.feature-item{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.feature-item:hover{border-color:#4ade80;box-shadow:0 10px 30px #4ade801a}.feature-icon{justify-content:center;align-items:center;min-width:50px;font-size:2rem;display:flex}.feature-content h3{color:#0f3d3d;margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.feature-content p{color:#666;margin:0;font-size:.95rem;line-height:1.5}@media (width<=768px){.features{padding:4rem 1rem}.features-header{text-align:center;margin-bottom:2rem}.features-title{font-size:1.75rem}.features-subtitle{max-width:100%;font-size:1rem}.features-content{grid-template-columns:1fr;gap:2rem}.features-list{gap:1.5rem}.feature-item{text-align:center;flex-direction:column;padding:1rem}.feature-icon{justify-content:center}.feature-content h3{font-size:1rem}.feature-content p{font-size:.9rem}}.tech-consultant{background:linear-gradient(135deg,#e8f4f8 0%,#d4e9f0 100%);align-items:center;min-height:500px;padding:6rem 2rem;display:flex;position:relative;overflow:hidden}.tech-consultant-bg{z-index:0;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}.tech-consultant-overlay{z-index:1;background:linear-gradient(90deg,#e8f4f8eb 0%,#e8f4f8d9 35%,#e8f4f866 100%);position:absolute;inset:0}.tech-consultant-container{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;width:100%;max-width:1200px;margin:0 auto;display:grid;position:relative}.tech-consultant-left{flex-direction:column;gap:1.5rem;display:flex}.tech-consultant-right{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.tech-badge{color:#6b8e8e;letter-spacing:.05em;text-transform:capitalize;background:0 0;border:none;border-radius:.25rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.tech-title{color:#0a2e3d;margin:0;font-size:2.75rem;font-weight:800;line-height:1.2}.tech-subtitle{color:#5a7a7a;margin:0;font-size:1.125rem;font-weight:600}.tech-description{color:#5a7a7a;max-width:500px;margin:0;font-size:1rem;line-height:1.6}.tech-cta{color:#fff;cursor:pointer;background:#3a9b7f;border:none;border-radius:.375rem;width:fit-content;margin-top:1rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.tech-cta:hover{background:#2d8a6f;transform:translateY(-2px);box-shadow:0 10px 30px #3a9b7f4d}.check-item{background:#d4e8e4;border:1px solid #b8dcd4;border-radius:.5rem;align-items:flex-start;gap:1rem;padding:1rem;transition:all .3s;display:flex}.check-item:hover{background:#c4e0d8;border-color:#a8d4cc}.check-icon{color:#fff;background:#3a9b7f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;min-width:20px;height:20px;font-size:.75rem;font-weight:700;display:flex}.check-text{color:#2a5a5a;font-size:.95rem;font-weight:500;line-height:1.5}@media (width<=1024px){.tech-consultant{min-height:auto;padding:4rem 1.5rem}.tech-consultant-container{grid-template-columns:1fr;gap:2rem}.tech-consultant-right{grid-template-columns:1fr}.tech-title{font-size:2rem}}@media (width<=768px){.tech-consultant{min-height:auto;padding:3rem 1rem}.tech-consultant-overlay{background:linear-gradient(135deg,#e8f4f8f2 0%,#e8f4f8e6 100%)}.tech-consultant-left{text-align:center;align-items:center}.tech-title{font-size:1.75rem}.tech-subtitle{font-size:1rem}.tech-description{max-width:100%;font-size:.95rem}.tech-cta{text-align:center;width:100%}.check-item{padding:.75rem}.check-text{font-size:.9rem}}.skills-section{background:linear-gradient(135deg,#f5f7fa 0%,#fff 100%);padding:6rem 2rem;position:relative;overflow:hidden}.skills-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#3a9b7f0d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.skills-container{z-index:1;grid-template-columns:1fr 1fr;align-items:flex-start;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.skills-left{flex-direction:column;gap:1.5rem;padding-top:1rem;display:flex}.skills-badge{color:#3a7a5a;letter-spacing:.05em;background:#3a9b7f1a;border:1px solid #3a9b7f4d;border-radius:2rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.skills-title{color:#0a2e3d;margin:0;font-size:2.75rem;font-weight:800;line-height:1.2}.skills-subtitle{color:#5a7a7a;margin:0;font-size:1.125rem;font-weight:600}.skills-description{color:#5a7a7a;max-width:500px;margin:0;font-size:1rem;line-height:1.6}.skills-right{flex-direction:column;gap:1.5rem;display:flex}.skill-card{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:.75rem;gap:1.5rem;padding:1.5rem;transition:all .3s;display:flex}.skill-card:hover{border-color:#3a9b7f;box-shadow:0 10px 30px #3a9b7f1a}.skill-card-icon{color:#3a9b7f;justify-content:center;align-items:center;min-width:50px;font-size:2rem;display:flex}.skill-card-content{flex-direction:column;gap:.5rem;display:flex}.skill-card-title{color:#0a2e3d;margin:0;font-size:1.125rem;font-weight:700}.skill-card-description{color:#5a7a7a;margin:0;font-size:.95rem;line-height:1.5}@media (width<=1024px){.skills-section{padding:4rem 1.5rem}.skills-container{grid-template-columns:1fr;gap:2rem}.skills-title{font-size:2rem}}@media (width<=768px){.skills-section{padding:3rem 1rem}.skills-left{text-align:center;align-items:center}.skills-title{font-size:1.75rem}.skills-subtitle{font-size:1rem}.skills-description{max-width:100%;font-size:.95rem}.skill-card{gap:1rem;padding:1rem}.skill-card-icon{min-width:40px;font-size:1.5rem}.skill-card-title{font-size:1rem}.skill-card-description{font-size:.9rem}}.brand-story{background:#f8f9fa;padding:4rem 2rem}.brand-story-container{flex-direction:column;gap:3rem;max-width:1400px;margin:0 auto;display:flex}.vision-section{width:100%}.vision-card{background:linear-gradient(135deg,#0f3d3d 0%,#1a4d4d 100%);border-radius:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;min-height:280px;padding:3rem;display:flex;position:relative;overflow:hidden}.vision-card:before{content:"";z-index:0;background:radial-gradient(circle,#4ade801a 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-50%;right:-10%}.vision-content{z-index:1;text-align:center;flex-direction:column;flex:1;gap:1rem;max-width:70%;display:flex;position:relative}.vision-title{color:#fff;margin:0 0 1rem;font-size:3rem;font-weight:800}.vision-text{color:#b0b0b0;margin:0;font-size:1.25rem;line-height:1.8}.vision-icons{z-index:1;justify-content:space-between;padding:0 3rem;display:flex;position:absolute;bottom:0;left:0;right:0}.vision-icon{justify-content:center;align-items:center;animation:3s ease-in-out infinite float;display:flex}.vision-icon img{object-fit:contain;width:180px;height:180px}.vision-icon.left{animation-delay:0s}.vision-icon.right{animation-delay:.5s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;display:grid}.story-card{cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:1rem;flex-direction:column;gap:1rem;padding:2rem;transition:all .3s;display:flex}.story-card:hover{border-color:#4ade80;box-shadow:0 10px 30px #4ade801a}.card-icon{background:#4ade801a;border-radius:.75rem;justify-content:center;align-items:center;width:60px;height:60px;font-size:2.5rem;display:flex}.card-title{color:#0f3d3d;margin:0;font-size:1.25rem;font-weight:700}.card-description{color:#666;margin:0;font-size:.95rem;line-height:1.6}@media (width<=768px){.brand-story{padding:2rem 1rem}.brand-story-container{gap:2rem}.vision-card{flex-direction:column;min-height:auto;padding:2rem}.vision-title{font-size:2rem}.vision-text{font-size:1rem}.vision-icons{display:none}.vision-content{max-width:100%}.cards-grid{grid-template-columns:1fr;gap:1.5rem}}.brand-section{padding:4rem 2rem;transition:background-color .3s}.brand-container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid}.brand-content{flex-direction:column;gap:1.5rem;display:flex}.brand-badge{color:#0f3d3d;background:#0f3d3d1a;border-radius:2rem;width:fit-content;padding:.5rem 1rem;font-size:.875rem;font-weight:600;display:inline-block}.brand-title{color:#0f3d3d;margin:0;font-size:2.5rem;font-weight:800;line-height:1.3}.brand-subtitle{color:#666;margin:0;font-size:1.125rem;line-height:1.8}.brand-features{grid-template-columns:1fr 1fr;gap:1rem;margin:1rem 0;display:grid}.feature-box{color:#333;background:#fff;border:1px solid #e0e0e0;border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem 1rem;font-size:.95rem;transition:all .3s;display:flex}.feature-box:hover{border-color:#0f3d3d;box-shadow:0 4px 12px #0f3d3d1a}.checkmark{color:#fff;background:#0f3d3d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.875rem;font-weight:700;display:flex}.brand-cta{color:#fff;background:#0f3d3d;border-radius:.5rem;width:fit-content;margin-top:1rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.brand-cta:hover{color:#fff;background:#001a1a;transform:translateY(-2px);box-shadow:0 8px 20px #0f3d3d4d}.brand-cta:active{transform:translateY(0)}.brand-media{justify-content:center;align-items:center;display:flex}.brand-image{border-radius:.75rem;width:100%;height:auto;box-shadow:0 10px 40px #0000001a}@media (width<=1024px){.brand-container{grid-template-columns:1fr;gap:2rem}.brand-title{font-size:2rem}.brand-features{grid-template-columns:1fr}}@media (width<=768px){.brand-section{padding:2rem 1rem}.brand-container{gap:1.5rem}.brand-title{font-size:1.75rem}.brand-subtitle{font-size:1rem}.brand-features{grid-template-columns:1fr;gap:.75rem}.feature-box{padding:.625rem .875rem;font-size:.9rem}.brand-cta{padding:.875rem 1.5rem;font-size:.95rem}}@media (width<=480px){.brand-section{padding:1.5rem 1rem}.brand-title{font-size:1.5rem}.brand-subtitle{font-size:.95rem}.feature-box{padding:.5rem .75rem;font-size:.85rem}.checkmark{width:20px;height:20px;font-size:.75rem}.brand-cta{padding:.75rem 1.25rem;font-size:.875rem}}.logo-carousel{background:linear-gradient(135deg,#e8e8e8 0%,#f0f0f0 100%);padding:2rem;position:relative;overflow:hidden}.logo-carousel-container{flex-direction:column;gap:2rem;max-width:1400px;margin:0 auto;display:flex}.carousel-title{color:#333;text-align:center;margin:0;font-size:1.5rem;font-weight:700}.carousel-wrapper{width:100%;position:relative;overflow:hidden}.carousel-wrapper:before{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#e8e8e8 0%,#0000 100%);width:100px;position:absolute;top:0;bottom:0;left:0}.carousel-wrapper:after{content:"";z-index:10;pointer-events:none;background:linear-gradient(90deg,#0000 0%,#e8e8e8 100%);width:100px;position:absolute;top:0;bottom:0;right:0}.carousel-track{gap:3rem;padding:1rem 0;display:flex}.carousel-item{flex-shrink:0;justify-content:center;align-items:center;min-width:150px;height:60px;display:flex}.carousel-item img{object-fit:contain;filter:grayscale();opacity:.7;max-width:100%;max-height:100%;transition:all .3s}.carousel-item:hover img{filter:grayscale(0%);opacity:1}@media (width<=1024px){.logo-carousel{padding:3rem 1.5rem}.carousel-item{min-width:120px;height:70px}.carousel-track{gap:2rem}}@media (width<=768px){.logo-carousel{padding:2rem 1rem}.carousel-title{font-size:1.25rem}.carousel-item{min-width:100px;height:60px}.carousel-track{gap:1.5rem}.carousel-wrapper:before,.carousel-wrapper:after{width:50px}}.product-showcase{background:linear-gradient(135deg,#d4e8f0 0%,#e0f0f7 100%);padding:6rem 2rem;position:relative;overflow:hidden}.product-showcase:before{content:"";pointer-events:none;background:radial-gradient(circle,#3a9b7f08 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.product-showcase-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.product-showcase-header{justify-content:space-between;align-items:flex-start;margin-bottom:3rem;display:flex}.header-left{flex-direction:column;gap:.75rem;display:flex}.showcase-title{color:#0a2e3d;margin:0;font-size:2.5rem;font-weight:800;line-height:1.2}.showcase-subtitle{color:#5a7a7a;max-width:500px;margin:0;font-size:1rem;line-height:1.6}.view-all-link{color:#0a2e3d;white-space:nowrap;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s}.view-all-link:hover{color:#3a9b7f}.product-showcase-grid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.product-showcase-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e0e0e0;border-radius:1rem;padding:2rem;transition:all .3s}.product-showcase-card:hover{border-color:#3a9b7f;box-shadow:0 10px 30px #3a9b7f1a}.product-showcase-icon{justify-content:center;align-items:center;height:80px;margin-bottom:1.5rem;font-size:3rem;display:flex}.product-showcase-title{color:#0a2e3d;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.product-showcase-description{color:#5a7a7a;margin:0;font-size:.95rem;line-height:1.6}@media (width<=1024px){.product-showcase{padding:4rem 1.5rem}.product-showcase-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.showcase-title{font-size:2rem}.product-showcase-header{flex-direction:column;gap:1.5rem}}@media (width<=768px){.product-showcase{padding:3rem 1rem}.product-showcase-header{text-align:center;align-items:center}.header-left{align-items:center}.showcase-title{font-size:1.75rem}.showcase-subtitle{max-width:100%;font-size:.95rem}.product-showcase-grid{grid-template-columns:1fr;gap:1.5rem}.product-showcase-card{padding:1.5rem}.product-showcase-icon{height:60px;font-size:2.5rem}.product-showcase-title{font-size:1.125rem}.product-showcase-description{font-size:.9rem}}.tiles-section{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:6rem 2rem;position:relative;overflow:hidden}.tiles-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-50%;left:-10%}.tiles-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.tiles-header{text-align:center;margin-bottom:4rem}.tiles-title{color:#0f3d3d;margin:0 0 1rem;font-size:2.5rem;font-weight:800}.tiles-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem}.tiles-content{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin-bottom:3rem;display:grid}.tiles-image{justify-content:center;display:flex}.tiles-image img{border-radius:1rem;max-width:100%;height:auto;box-shadow:0 20px 40px #0000001a}.tiles-grid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.tile{text-align:center;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;padding:2rem;transition:all .3s}.tile:hover{border-color:#4ade80}.tile-icon{justify-content:center;align-items:center;height:80px;margin-bottom:1rem;font-size:3rem;display:flex}.tile-title{color:#0f3d3d;margin:0 0 .75rem;font-size:1.25rem;font-weight:700}.tile-description{color:#666;margin:0;font-size:.95rem;line-height:1.6}.tiles-cta{justify-content:center;margin-top:2rem;display:flex}@media (width<=768px){.tiles-section{padding:4rem 1rem}.tiles-title{font-size:2rem}.tiles-content{grid-template-columns:1fr;gap:2rem}.tiles-grid{grid-template-columns:1fr;gap:1.5rem}.tile{padding:1.5rem}}.testimonial{background:linear-gradient(135deg,#f8f9fa 0%,#fff 100%);padding:6rem 2rem;position:relative;overflow:hidden}.testimonial:before{content:"";pointer-events:none;background:radial-gradient(circle,#4ade800d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-10%}.testimonial-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:grid;position:relative}.testimonial-content{flex-direction:column;gap:1.5rem;display:flex}.testimonial-title{color:#0f3d3d;margin:0;font-size:2.5rem;font-weight:800;line-height:1.2}.testimonial-subtitle{color:#666;margin:0;font-size:1.125rem;line-height:1.6}.testimonial-features{flex-direction:column;gap:1rem;margin:1rem 0;display:flex}.feature-item{color:#333;align-items:center;gap:.75rem;font-size:1rem;display:flex}.feature-check{color:#4ade80;font-size:1.25rem;font-weight:700}.btn{cursor:pointer;border:2px solid #0000;border-radius:.5rem;width:fit-content;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-primary{color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade8066}.testimonial-video{border-radius:1rem;position:relative;overflow:hidden;box-shadow:0 20px 40px #0000001a}.testimonial-video img{width:100%;height:auto;display:block}.play-button{color:#fff;cursor:pointer;background:#4ade80e6;border:none;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;font-size:2rem;transition:all .3s;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.play-button:hover{background:#4ade80;box-shadow:0 10px 30px #4ade8066}@media (width<=768px){.testimonial{padding:4rem 1rem}.testimonial-container{grid-template-columns:1fr;gap:2rem}.testimonial-title{font-size:2rem}.testimonial-subtitle{font-size:1rem}}.products{background:linear-gradient(135deg,#fff 0%,#f8f9fa 100%);padding:6rem 2rem;position:relative;overflow:hidden}.products:before{content:"";pointer-events:none;background:radial-gradient(circle,#3b82f60d 0%,#0000 70%);border-radius:50%;width:600px;height:600px;position:absolute;bottom:-50%;left:-10%}.products-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.products-header{text-align:center;margin-bottom:4rem}.products-title{color:#0f3d3d;margin:0 0 1rem;font-size:2.5rem;font-weight:800}.products-subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem}.products-grid{grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem;display:grid}.product-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:1rem;padding:2rem;transition:all .3s}.product-card:hover{border-color:#4ade80}.product-icon{justify-content:center;align-items:center;height:80px;margin-bottom:1rem;font-size:3rem;display:flex}.product-title{color:#0f3d3d;margin:0 0 .75rem;font-size:1.125rem;font-weight:700}.products-cta{justify-content:center;margin-top:2rem;display:flex}.btn{cursor:pointer;border:2px solid #0000;border-radius:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.btn-secondary{color:#4ade80;background:0 0;border:2px solid #4ade80}.btn-secondary:hover{background:#4ade801a;transform:translateY(-2px)}@media (width<=1024px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=768px){.products{padding:4rem 1rem}.products-title{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-card{padding:1.5rem}}.footer{color:#e0e0e0;background:linear-gradient(135deg,#1a1a1a 0%,#0f0f0f 100%);padding:4rem 2rem 2rem;position:relative;overflow:hidden}.footer:before{content:"";pointer-events:none;background:radial-gradient(circle at 20%,#3a9b7f0d 0%,#0000 50%),radial-gradient(circle at 80% 80%,#3b82f60d 0%,#0000 50%);position:absolute;inset:0}.footer-container{z-index:1;max-width:1200px;margin:0 auto;position:relative}.footer-content{border-bottom:1px solid #3a9b7f33;grid-template-columns:1fr 1fr 1fr;gap:4rem;margin-bottom:3rem;padding-bottom:3rem;display:grid}.footer-left{flex-direction:column;gap:1.5rem;display:flex}.footer-logo{color:#fff;align-items:center;gap:.5rem;font-size:1.5rem;font-weight:700;display:flex}.logo-image{object-fit:contain;width:auto;height:50px}.footer-brand-name{color:#fff;margin:0;font-size:1.25rem;font-weight:700}.footer-mission{color:#b0b0b0;margin:0;font-size:.95rem;line-height:1.6}.mission-text{color:#e0e0e0}.highlight{color:#3a9b7f;font-weight:600}.footer-center{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex}.footer-cta-icon{font-size:3rem}.footer-cta-title{color:#fff;margin:0;font-size:1.5rem;font-weight:700}.footer-cta-subtitle{color:#b0b0b0;margin:0;font-size:.95rem}.footer-cta-button{color:#fff;cursor:pointer;background:#3a9b7f;border:none;border-radius:.375rem;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.footer-cta-button:hover{background:#2d8a6f;transform:translateY(-2px);box-shadow:0 10px 30px #3a9b7f4d}.footer-right{flex-direction:column;align-items:flex-end;gap:1.5rem;display:flex}.footer-contact{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.contact-label{color:#b0b0b0;margin:0;font-size:.875rem;font-weight:600}.contact-link{color:#e0e0e0;font-size:.95rem;text-decoration:none;transition:color .3s}.contact-link:hover{color:#3a9b7f}.contact-link.phone{font-size:1.125rem;font-weight:600}.footer-social{gap:1.5rem;margin-top:1rem;display:flex}.social-link{color:#3a9b7f;justify-content:center;align-items:center;font-size:1.25rem;text-decoration:none;transition:all .3s;display:flex}.social-link:hover{color:#2d8a6f;transform:scale(1.2)}.social-icon{object-fit:contain;width:30px;height:30px;transition:all .3s}.footer-bottom{justify-content:center;align-items:center;padding-top:2rem;display:flex}.footer-nav{flex-wrap:wrap;justify-content:center;gap:2rem;display:flex}.footer-nav-link{color:#b0b0b0;font-size:.95rem;text-decoration:none;transition:color .3s}.footer-nav-link:hover{color:#3a9b7f}@media (width<=1024px){.footer{padding:3rem 1.5rem 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.footer-right,.footer-contact{align-items:center}.footer-center{order:-1}}@media (width<=768px){.footer{padding:2rem 1rem 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem;margin-bottom:1.5rem;padding-bottom:1.5rem}.footer-brand-name{font-size:1.125rem}.footer-mission{font-size:.9rem}.footer-cta-title{font-size:1.25rem}.footer-nav{gap:1rem}.footer-nav-link{font-size:.9rem}.footer-social{gap:1rem}.social-link{font-size:1.125rem}}.cta-section{flex-direction:column;display:flex;position:relative;overflow:hidden}.cta-image-top{z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;height:180px}.cta-content{z-index:2;text-align:center;background:#f5f5f0;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.cta-container{z-index:2;text-align:center;background:#f5f5f0;flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:800px;padding:4rem 2rem;display:flex;position:relative}.cta-title{color:#0f3d3d;margin:0;font-size:2.5rem;font-weight:800;line-height:1.3}.cta-subtitle{color:#666;max-width:700px;margin:0;font-size:1.125rem;line-height:1.8}.cta-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%);border:none;border-radius:.5rem;margin-top:1rem;padding:1rem 2.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.cta-button:hover{transform:translateY(-2px);box-shadow:0 10px 30px #4ade8066}@media (width<=768px){.cta-image-top{height:120px}.cta-content{padding:2rem 1.5rem}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:1rem}.cta-button{padding:.875rem 2rem;font-size:.95rem}}.product-card{padding:4rem 2rem;transition:background-color .3s}.product-card-container{flex-direction:row;justify-content:space-between;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.product-card-left .product-card-container,.product-card-right .product-card-container{flex-direction:row}.product-content{text-align:left;flex-direction:column;flex:1;align-items:flex-start;gap:1.5rem;width:100%;max-width:500px;display:flex}.product-logo{object-fit:contain;width:150px;height:auto}.product-title{margin:0;font-size:2rem;font-weight:700;line-height:1.3}.product-description{color:#333;margin:0;font-size:1.1rem;line-height:1.8}.product-features{flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;max-height:200px;display:flex;overflow-y:auto}.feature-item{color:#555;justify-content:flex-start;gap:.75rem;font-size:.95rem;line-height:1.6;display:flex}.feature-bullet{flex-shrink:0;font-weight:700}.product-buttons{flex-wrap:wrap;justify-content:flex-start;gap:1rem;width:100%;margin-top:1rem;display:flex}.product-btn{cursor:pointer;border:2px solid #0000;border-radius:.5rem;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.product-btn-primary{color:#fff;background:linear-gradient(135deg,#4ade80 0%,#22c55e 100%)}.product-btn-primary:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #4ade804d}.product-btn-secondary{background:0 0;border:2px solid}.product-btn-secondary:hover{background:#4ade801a}.product-image-wrapper{flex:1;justify-content:center;align-items:center;height:100%;min-height:400px;display:flex;position:relative}.product-image-circle{background:#ffffff80;border:8px solid;border-radius:50%;justify-content:center;align-items:center;width:350px;height:350px;display:flex;position:relative;overflow:hidden}.product-image{object-fit:contain;width:90%;height:90%}@media (width<=1024px){.product-card{padding:3rem 1.5rem}.product-title{font-size:2rem}.product-description{font-size:1rem}}@media (width<=768px){.product-card{padding:2rem 1rem}.product-card-container{flex-direction:column;gap:1.5rem}.product-card-left .product-card-container,.product-card-right .product-card-container{flex-direction:column}.product-content{gap:1.25rem;max-width:100%}.product-image-wrapper{min-height:300px}.product-image-circle{width:280px;height:280px}.product-logo{width:120px}.product-title{font-size:1.75rem;line-height:1.3}.product-description{font-size:.95rem;line-height:1.6}.product-features{gap:.5rem}.feature-item{font-size:.9rem}.product-buttons{flex-direction:column;gap:.75rem;width:100%}.product-btn{justify-content:center;width:100%;padding:.875rem 1.5rem;font-size:.95rem}}@media (width<=480px){.product-card{padding:1.5rem 1rem}.product-card-container,.product-content{gap:1rem}.product-logo{width:100px}.product-title{font-size:1.5rem}.product-description{font-size:.875rem}.product-btn{padding:.75rem 1rem;font-size:.875rem}.feature-item{font-size:.85rem}}.management-team{padding:4rem 2rem;transition:background-color .3s}.management-container{flex-direction:column;align-items:center;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.management-title{color:#0f3d3d;text-align:center;margin:0;font-size:2.5rem;font-weight:800}.team-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;width:100%;max-width:1000px;display:grid}.team-card{flex-direction:column;gap:1rem;transition:all .3s;display:flex}.team-image-wrapper{aspect-ratio:1;background:#f0f0f0;border-radius:.5rem;width:100%;overflow:hidden}.team-image{object-fit:cover;width:100%;height:100%;transition:transform .3s}.team-card:hover .team-image{transform:scale(1.05)}.team-info{text-align:center;background:#d4f1f4;border-radius:.5rem;padding:1.25rem}.team-name{color:#0f3d3d;margin:0 0 .5rem;font-size:1.125rem;font-weight:700}.team-role{color:#555;margin:0;font-size:.95rem;font-weight:500}@media (width<=1024px){.management-team{padding:3rem 1.5rem}.management-title{font-size:2rem}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}}@media (width<=768px){.management-team{padding:2rem 1rem}.management-title{font-size:1.75rem}.team-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.team-info{padding:1rem}.team-name{font-size:1rem}.team-role{font-size:.875rem}}@media (width<=480px){.management-team{padding:1.5rem 1rem}.management-title{font-size:1.5rem}.team-grid{grid-template-columns:1fr;gap:1rem}.team-info{padding:.875rem}.team-name{font-size:.95rem}.team-role{font-size:.8rem}}.contact-page{background:linear-gradient(135deg,#f5f5f0 0%,#f0f0eb 100%);min-height:100vh;padding:2rem}.contact-container{max-width:700px;margin:0 auto}.contact-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.contact-logo{object-fit:contain;width:auto;height:50px}.back-button{color:#0f3d3d;cursor:pointer;background:0 0;border:none;border-radius:.375rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;transition:all .3s}.back-button:hover{background:#0f3d3d1a;transform:translate(-5px)}.contact-form-section{flex-direction:column;gap:2rem;display:flex}.contact-title{color:#0f3d3d;margin:0;font-size:2.5rem;font-weight:800;line-height:1.3}.contact-subtitle{color:#666;margin:0;font-size:1rem;line-height:1.8}.contact-form{flex-direction:column;gap:1.5rem;display:flex}.form-group{flex-direction:column;gap:.5rem;display:flex}.form-input{color:#333;background:#fff;border:2px solid #d0d0d0;border-radius:.5rem;padding:1rem;font-family:inherit;font-size:1rem;transition:all .3s}.form-input::placeholder{color:#999}.form-input:focus{border-color:#0f3d3d;outline:none;box-shadow:0 0 0 3px #0f3d3d1a}.form-input:hover{border-color:#0f3d3d}.form-textarea{resize:vertical;min-height:150px}select.form-input{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem}.submit-button{color:#fff;cursor:pointer;background:#001a1a;border:none;border-radius:.5rem;margin-top:1rem;padding:1.2rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s}.submit-button:hover:not(:disabled){background:#0f3d3d;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.submit-button:active:not(:disabled){transform:translateY(0)}.submit-button:disabled{opacity:.7;cursor:not-allowed}.form-message{text-align:center;border-radius:.5rem;padding:1rem;font-weight:500;animation:.3s slideDown}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.form-message-success{color:#065f46;background:#d1fae5;border:1px solid #6ee7b7}.form-message-error{color:#991b1b;background:#fee2e2;border:1px solid #fca5a5}@media (width<=768px){.contact-page{padding:1rem}.contact-container{max-width:100%}.contact-header{margin-bottom:2rem}.contact-logo{height:40px}.contact-title{font-size:2rem}.contact-subtitle{font-size:.95rem}.form-input{padding:.875rem;font-size:.95rem}.submit-button{padding:1rem 1.5rem;font-size:1rem}}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}#root{width:100%;min-height:100vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#4ade80;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#22c55e}
