:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#1a5a6e;text-decoration:none}a:hover{color:#153a4a}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff}h1{font-size:2.5em;line-height:1.1}button{border-radius:4px;border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a5a6e;color:#fff;cursor:pointer;transition:all .25s}button:hover{background-color:#153a4a}button:focus,button:focus-visible{outline:2px solid #1a5a6e;outline-offset:2px}#root{width:100%;min-height:100vh}.header{background-color:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:100}.header-container{max-width:1280px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:2rem}.logo-section{display:flex;align-items:center;flex-shrink:0}.logo-section a{display:flex;align-items:center;text-decoration:none}.logo-image{height:60px;width:auto}.logo-text-section{display:flex;align-items:center;flex-shrink:0}.logo-text{font-size:1.5rem;font-weight:600;color:#1a5a6e;white-space:nowrap;text-decoration:none;transition:color .3s ease}.logo-text:hover{color:#153a4a}.nav-menu{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center}.nav-link{color:#333;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#1a5a6e}.request-sample-btn{background-color:#1a5a6e;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;font-size:.95rem;font-weight:600;cursor:pointer;transition:background-color .3s ease;white-space:nowrap}.request-sample-btn:hover{background-color:#153a4a}@media(max-width:768px){.header-container{flex-wrap:wrap;padding:1rem}.nav-menu{gap:1rem;flex-basis:100%;justify-content:flex-start;order:3;margin-top:1rem}.nav-link{font-size:.85rem}.request-sample-btn{order:2}}@media(max-width:480px){.header-container{padding:.75rem}.logo-text{font-size:1rem}.nav-menu{gap:.5rem}.nav-link{font-size:.75rem}.request-sample-btn{padding:.5rem 1rem;font-size:.85rem}}.hero{width:100%;min-height:600px}.hero-background{position:relative;width:100%;min-height:600px;background-size:cover;background-position:center;background-attachment:fixed;display:flex;align-items:center;justify-content:center}.hero-overlay{position:absolute;inset:0;background-color:#0000000d}.hero-content{position:relative;z-index:2;max-width:800px;text-align:left;color:#fff;padding:2rem;max-width:1280px;width:100%;margin:0 auto}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;max-width:600px;text-shadow:1px 1px 4px rgba(0,0,0,.3)}.hero-buttons{display:flex;gap:1.5rem;align-items:center}.btn{padding:.875rem 2rem;font-size:1rem;font-weight:600;border:2px solid transparent;border-radius:4px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-primary{background-color:#1a5a6e;color:#fff}.btn-primary:hover{background-color:#153a4a;transform:translate(4px)}.btn-secondary{background-color:#fff;color:#333;border:2px solid #ddd}.btn-secondary:hover{background-color:#f5f5f5;border:2px solid #1a5a6e}.btn-arrow{font-size:1.25rem;transition:transform .3s ease}.btn-primary:hover .btn-arrow{transform:translate(4px)}@media(max-width:768px){.hero-background{min-height:450px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-buttons{flex-direction:column;gap:1rem}.btn{width:100%;justify-content:center}}@media(max-width:480px){.hero-background{min-height:350px;background-attachment:scroll}.hero-content{padding:1rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:.9rem}.btn{padding:.75rem 1.5rem;font-size:.9rem}}.product-categories{background-color:#f9f9f9;padding:4rem 2rem}.product-container{max-width:1280px;margin:0 auto}.product-title{font-size:2.5rem;font-weight:700;color:#1a5a6e;margin-bottom:.5rem}.product-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.6}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1.5rem}.product-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.product-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border:2px solid #1a5a6e}.product-icon{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center;width:60px;height:60px;background-color:#f0f9fb;border-radius:8px}.product-card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1rem}.product-card-description{font-size:.95rem;color:#666;line-height:1.6}.btn-explore{display:block;width:fit-content;margin:0 auto;background-color:#fff;color:#333;border:1px solid #ccc;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;border-radius:4px;transition:all .3s ease}.btn-explore:hover{background-color:#f5f5f5;border:1px solid #1a5a6e;color:#1a5a6e}@media(max-width:768px){.product-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.product-title{font-size:2rem}.product-subtitle{font-size:1rem}.product-categories{padding:3rem 1.5rem}}@media(max-width:480px){.product-grid{grid-template-columns:1fr;gap:1rem}.product-title{font-size:1.75rem}.product-subtitle{font-size:.95rem;margin-bottom:2rem}.product-card{padding:1.5rem}.product-icon{font-size:2rem;width:50px;height:50px}.product-card-title{font-size:1.1rem}.product-categories{padding:2rem 1rem}}.industries{background-color:#f5f5f5;padding:4rem 2rem}.industries-title{font-size:2.5rem;font-weight:700;color:#1a5a6e;margin-bottom:.5rem}.industries-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.6}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:1.5rem}.industry-card{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;transition:all .3s ease;border:1px solid #f0f0f0}.industry-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px);border:2px solid #1a5a6e}.industry-card-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.industry-card-description{font-size:.95rem;color:#666;line-height:1.6}.btn-industry{display:block;width:fit-content;margin:0 auto;background-color:#fff;color:#333;border:1px solid #ccc;padding:.875rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;cursor:pointer;border-radius:4px;transition:all .3s ease}.btn-industry:hover{background-color:#f5f5f5;border:1px solid #1a5a6e;color:#1a5a6e}@media(max-width:768px){.industries-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.industries-title{font-size:2rem}.industries-subtitle{font-size:1rem}.industries{padding:3rem 1.5rem}}@media(max-width:480px){.industries-grid{grid-template-columns:1fr;gap:1rem}.industries-title{font-size:1.75rem}.industries-subtitle{font-size:.95rem;margin-bottom:2rem}.industry-card{padding:1.5rem}.industry-card-title{font-size:1.1rem}.industries{padding:2rem 1rem}}.why-choose{background-color:#fff;padding:4rem 2rem}.why-choose-container{max-width:1280px;margin:0 auto}.why-choose-title{font-size:2.5rem;font-weight:700;color:#1a5a6e;margin-bottom:1.5rem}.why-choose-description{font-size:1.05rem;color:#555;line-height:1.8;margin-bottom:3rem;max-width:900px}.features-list{display:flex;flex-direction:column;gap:0}.feature-item{display:flex;gap:2rem;align-items:flex-start;padding:2rem 0;position:relative}.feature-icon{font-size:2.5rem;flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.feature-content{flex:1;padding-top:.5rem}.feature-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:.75rem}.feature-description{font-size:.95rem;color:#666;line-height:1.7}.feature-divider{position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#e0e0e0}.cta-section{background-color:#f5f5f5;padding:4rem 2rem;text-align:center}.cta-container{max-width:1280px;margin:0 auto}.cta-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:1rem}.cta-subtitle{font-size:1.1rem;color:#666;margin-bottom:2rem;line-height:1.6;max-width:600px;margin-left:auto;margin-right:auto}.cta-buttons{display:flex;gap:1.5rem;align-items:center;justify-content:center}.btn-cta-primary{background-color:#1a5a6e;color:#fff;border:2px solid #1a5a6e;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;border-radius:4px;transition:all .3s ease}.btn-cta-primary:hover{background-color:#153a4a;border-color:#153a4a}.btn-cta-secondary{background-color:#fff;color:#333;border:2px solid #ccc;padding:.875rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;border-radius:4px;transition:all .3s ease}.btn-cta-secondary:hover{border:2px solid #1a5a6e;background-color:#f5f5f5}@media(max-width:768px){.why-choose-title{font-size:2rem}.why-choose-description{font-size:.95rem}.feature-item{gap:1.5rem;padding:1.5rem 0}.feature-icon{font-size:2rem;width:60px;height:60px}.feature-title{font-size:1.1rem}.cta-title{font-size:2rem}.cta-buttons{flex-direction:column;gap:1rem}.btn-cta-primary,.btn-cta-secondary{width:100%}.why-choose,.cta-section{padding:3rem 1.5rem}}@media(max-width:480px){.why-choose-title{font-size:1.75rem}.why-choose-description{font-size:.9rem;line-height:1.6}.cta-title{font-size:1.75rem}.cta-subtitle{font-size:.9rem;margin-bottom:1.5rem}.feature-item{gap:1rem;padding:1.25rem 0}.feature-icon{font-size:1.75rem;width:50px;height:50px}.feature-title{font-size:1rem}.feature-description{font-size:.85rem}.why-choose,.cta-section{padding:2rem 1rem}}.about-page{width:100%}.about-hero{background:linear-gradient(135deg,#1a5a6e,#2a7a8e);color:#fff;padding:6rem 2rem;text-align:center}.about-hero-content{max-width:1280px;margin:0 auto}.about-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.about-hero-subtitle{font-size:1.3rem;font-weight:300;line-height:1.6;max-width:700px;margin:0 auto;opacity:.95}.who-we-are{background-color:#fff;padding:5rem 2rem}.who-we-are-container{max-width:1280px;margin:0 auto}.who-we-are-title{font-size:2.5rem;font-weight:700;color:#1a5a6e;margin-bottom:3rem;text-align:center}.who-we-are-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.who-we-are-item{background:linear-gradient(135deg,#f5f5f5,#fafafa);padding:2.5rem;border-radius:8px;border-bottom:3px solid #1a5a6e;transition:all .3s ease;position:relative}.who-we-are-item:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1a5a6e26}.item-number{font-size:3rem;font-weight:900;color:#1a5a6e;opacity:.1;position:absolute;top:0;right:10px;line-height:1}.who-we-are-item h3{font-size:1.3rem;font-weight:700;color:#1a5a6e;margin-bottom:1rem;position:relative;z-index:1}.who-we-are-item p{font-size:.95rem;color:#666;line-height:1.7;margin:0;position:relative;z-index:1}.mission-vision-section{background-color:#f5f5f5;padding:5rem 2rem}.mission-vision-container{max-width:1280px;margin:0 auto}.mission-vision-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:3rem}.mv-card{background-color:#fff;border-radius:8px;padding:3rem;box-shadow:0 2px 12px #00000014;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.mv-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.mv-card-header{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #e8e8e8}.mv-label{display:block;font-size:1.5rem;font-weight:700;color:#1a5a6e;margin:0}.mission-card{border-top:4px solid #1a5a6e}.vision-card{border-top:4px solid #2a7a8e}.mv-card-text{font-size:.95rem;color:#666;line-height:1.8;margin:0 0 1.25rem}.mv-card-text:last-child{margin-bottom:0}.about-cta{background:linear-gradient(135deg,#1a5a6e,#2a7a8e);color:#fff;padding:4rem 2rem;text-align:center}.about-cta-container{max-width:1280px;margin:0 auto}.about-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.about-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.about-hero-title{font-size:2.5rem}.about-hero-subtitle{font-size:1.1rem}.about-hero{padding:4rem 1.5rem}.who-we-are-title{font-size:2rem}.who-we-are-grid,.mission-vision-grid{grid-template-columns:1fr;gap:2rem}.mv-card{padding:2rem}.about-cta h2{font-size:2rem}.who-we-are,.mission-vision-section,.about-cta{padding:3rem 1.5rem}}@media(max-width:480px){.about-hero-title{font-size:1.75rem}.about-hero-subtitle{font-size:1rem}.about-hero{padding:3rem 1rem}.who-we-are-title{font-size:1.5rem}.who-we-are-grid{gap:1.5rem}.who-we-are-item{padding:1.5rem}.item-number{font-size:2.5rem;right:5px}.who-we-are-item h3{font-size:1.1rem}.who-we-are-item p{font-size:.85rem}.mission-vision-grid{gap:1.5rem}.mv-card{padding:1.5rem}.mv-card-text{font-size:.85rem}.about-cta h2{font-size:1.5rem}.about-cta p{font-size:.9rem}.btn-cta{padding:.75rem 2rem;font-size:.9rem}.who-we-are,.mission-vision-section,.about-cta{padding:2rem 1rem}}.products-page{width:100%}.products-hero{background:linear-gradient(135deg,#1a5a6e,#2a7a8e);color:#fff;padding:6rem 2rem;text-align:center}.products-hero-content{max-width:1280px;margin:0 auto}.products-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.products-hero-subtitle{font-size:1.3rem;font-weight:300;line-height:1.6;max-width:700px;margin:0 auto;opacity:.95}.products-section{background-color:#fff;padding:5rem 2rem}.products-container{max-width:1280px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.product-card{background:linear-gradient(135deg,#f5f5f5,#fafafa);padding:2.5rem;border-radius:8px;border-bottom:3px solid #1a5a6e;transition:all .3s ease;display:flex;flex-direction:column;height:100%}.product-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1a5a6e26}.product-card-icon{font-size:3rem;margin-bottom:1rem;line-height:1}.product-card-title{font-size:1.25rem;font-weight:700;color:#1a5a6e;margin-bottom:.75rem}.product-card-description{font-size:.9rem;color:#666;font-weight:600;margin-bottom:1rem}.product-card-details{font-size:.85rem;color:#888;line-height:1.6;margin:0;flex-grow:1}.products-cta{background:linear-gradient(135deg,#1a5a6e,#2a7a8e);color:#fff;padding:4rem 2rem;text-align:center}.products-cta-container{max-width:1280px;margin:0 auto}.products-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.products-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}@media(max-width:768px){.products-hero-title{font-size:2.5rem}.products-hero-subtitle{font-size:1.1rem}.products-hero{padding:4rem 1.5rem}.products-grid{grid-template-columns:1fr;gap:2rem}.products-cta h2{font-size:2rem}.products-section,.products-cta{padding:3rem 1.5rem}}@media(max-width:480px){.products-hero-title{font-size:1.75rem}.products-hero-subtitle{font-size:1rem}.products-hero{padding:3rem 1rem}.product-card{padding:1.5rem}.product-card-icon{font-size:2rem}.product-card-title{font-size:1.1rem}.product-card-description{font-size:.85rem}.product-card-details{font-size:.8rem}.products-cta h2{font-size:1.5rem}.products-cta p{font-size:.9rem}.btn-cta{padding:.75rem 2rem;font-size:.9rem}.products-section,.products-cta{padding:2rem 1rem}}.industries-page{width:100%}.industries-hero{background:linear-gradient(135deg,#1a5a6e,#2a7a8e);color:#fff;padding:6rem 2rem;text-align:center}.industries-hero-content{max-width:1280px;margin:0 auto}.industries-hero-title{font-size:3.5rem;font-weight:700;margin-bottom:1rem;line-height:1.2}.industries-hero-subtitle{font-size:1.3rem;font-weight:300;line-height:1.6;max-width:700px;margin:0 auto;opacity:.95}.industries-section{background-color:#fff;padding:5rem 2rem}.industries-container{max-width:1280px;margin:0 auto}.industries-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.industry-card{background:linear-gradient(135deg,#f5f5f5,#fafafa);padding:2.5rem;border-radius:8px;border-bottom:3px solid #1a5a6e;transition:all .3s ease;position:relative;display:flex;flex-direction:column;height:100%}.industry-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px #1a5a6e26}.industry-number{font-size:3rem;font-weight:900;color:#1a5a6e;opacity:.1;position:absolute;top:0;right:10px;line-height:1}.industry-card-title{font-size:1.25rem;font-weight:700;color:#1a5a6e;margin-bottom:.75rem;position:relative;z-index:1}.industry-card-description{font-size:.9rem;color:#666;font-weight:600;margin-bottom:1rem;position:relative;z-index:1}.industry-card-details{font-size:.85rem;color:#888;line-height:1.6;margin:0;position:relative;z-index:1;flex-grow:1}.industries-cta{background:linear-gradient(135deg,#1a5a6e,#2a7a8e);color:#fff;padding:4rem 2rem;text-align:center}.industries-cta-container{max-width:1280px;margin:0 auto}.industries-cta h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}.industries-cta p{font-size:1.1rem;margin-bottom:2rem;opacity:.95;max-width:600px;margin-left:auto;margin-right:auto}.btn-cta{background-color:#fff;color:#1a5a6e;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:600;border-radius:4px;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.btn-cta:hover{background-color:#f5f5f5;transform:translateY(-2px);box-shadow:0 4px 12px #0003}.btn-arrow{font-size:1.2rem}@media(max-width:768px){.industries-hero-title{font-size:2.5rem}.industries-hero-subtitle{font-size:1.1rem}.industries-hero{padding:4rem 1.5rem}.industries-grid{grid-template-columns:1fr;gap:2rem}.industries-cta h2{font-size:2rem}.industries-section,.industries-cta{padding:3rem 1.5rem}}@media(max-width:480px){.industries-hero-title{font-size:1.75rem}.industries-hero-subtitle{font-size:1rem}.industries-hero{padding:3rem 1rem}.industry-card{padding:1.5rem}.industry-number{font-size:2.5rem;right:5px}.industry-card-title{font-size:1.1rem}.industry-card-description{font-size:.85rem}.industry-card-details{font-size:.8rem}.industries-cta h2{font-size:1.5rem}.industries-cta p{font-size:.9rem}.btn-cta{padding:.75rem 2rem;font-size:.9rem}.industries-section,.industries-cta{padding:2rem 1rem}}.contact-page{width:100%}.cofounders-section{background-color:#f9f9f9;padding:5rem 2rem}.cofounders-container{max-width:1280px;margin:0 auto}.cofounders-title{font-size:2.5rem;font-weight:700;color:#1a5a6e;margin-bottom:.5rem;text-align:center}.cofounders-subtitle{font-size:1.1rem;color:#666;margin-bottom:3rem;line-height:1.6;text-align:center;max-width:700px;margin-left:auto;margin-right:auto}.cofounders-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}.cofounder-card{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 2px 8px #00000014;border-bottom:3px solid #1a5a6e;transition:all .3s ease}.cofounder-card:hover{box-shadow:0 8px 24px #0000001f;transform:translateY(-4px)}.cofounder-info{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:2px solid #f0f0f0}.cofounder-name{font-size:1.5rem;font-weight:700;color:#1a5a6e;margin-bottom:.25rem}.cofounder-title{font-size:.95rem;color:#2a7a8e;font-weight:600;margin-bottom:.5rem}.cofounder-qualification{font-size:.9rem;color:#666;font-style:italic}.cofounder-contact{display:flex;flex-direction:column;gap:.75rem}.contact-link{display:flex;align-items:center;gap:.75rem;color:#1a5a6e;text-decoration:none;font-size:.95rem;font-weight:600;transition:all .3s ease;padding:.5rem;border-radius:4px}.contact-link:hover{background-color:#f0f9fb;color:#2a7a8e;transform:translate(4px)}.link-icon{font-size:1.1rem}@media(max-width:768px){.cofounders-grid{grid-template-columns:1fr;gap:2rem}.cofounders-title{font-size:2rem}.cofounders-section{padding:3rem 1.5rem}}@media(max-width:480px){.cofounder-card{padding:1.5rem}.cofounder-name{font-size:1.25rem}.cofounders-title{font-size:1.5rem}.cofounders-subtitle{font-size:.95rem;margin-bottom:2rem}.cofounders-section{padding:2rem 1rem}}#root{width:100%;margin:0;padding:0}*{margin:0;padding:0;box-sizing:border-box}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}
