:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--brand-green: #18a84f;--brand-green-light: #e9f7ef;--brand-purple: #302384;--brand-purple-light: #f1effa;--page-bg: #ffffff;--text-dark: #111827;--text-light: #6b7280}html,body,#root{background:var(--page-bg)!important}body{background:var(--page-bg);color:var(--text-dark)}*{box-sizing:border-box;margin:0;padding:1px}.app-container{min-height:100vh;display:flex;flex-direction:column}.navbar{background:#fff;border-bottom:3px solid var(--brand-green);box-shadow:0 2px 10px #3f329314}.logo-wrapper{display:flex;align-items:center;gap:12px}.logo-img{height:48px;object-fit:contain}.logo-text{font-weight:700;font-style:italic;color:"#000";letter-spacing:1px;font-size:1.6em}.hero{background:linear-gradient(180deg,var(--brand-purple-light) 0%,white 40%,var(--brand-green-light) 100%);padding:60px 16px;text-align:center}.hero h2{color:var(--brand-purple);font-weight:700}.hero p{color:var(--text-light)}.contact-box{margin-top:10px;background:#fff;border-left:5px solid var(--brand-green);border-right:5px solid var(--brand-purple);padding:18px;border-radius:12px;box-shadow:0 6px 18px #0000000f}.contact-box p{font-size:15px;margin:6px 0}.products,.lab,.about{padding:60px 16px;text-align:center}.products,.lab,.about{max-width:1200px;margin-left:auto;margin-right:auto}.products h3,.lab h3,.about h3{color:var(--brand-purple);position:relative}.products h3,.lab h3,.about h3{text-align:center;margin-bottom:30px}.products h3:after,.lab h3:after,.about h3:after{content:"";width:60px;height:3px;background:var(--brand-green);display:block;margin:10px auto 0;border-radius:4px}.products h3{font-size:24px;margin-bottom:24px}.product-grid{display:grid;gap:20px;justify-content:center}.product-card{background:#fff;border-radius:16px;padding:14px;border:1px solid #f0f0f0;box-shadow:0 6px 18px #0000000d,0 2px 6px #3f32930f;transition:all .25s ease}.product-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #18a84f2e,0 6px 14px #3f32931f}.product-card img{width:100%;border-radius:10px;margin-bottom:10px}.product-card h4{font-size:15px}.lab{background:var(--brand-purple-light);border-top:1px solid #eee;border-bottom:1px solid #eee}.lab-grid{display:grid;gap:16px;margin-top:30px}.lab-grid div{background:#fff;padding:18px;border-radius:14px;border-left:5px solid var(--brand-green);font-weight:500;box-shadow:0 6px 18px #0000000d}.about{padding:50px 16px;text-align:center}.about p{font-size:15px;color:#6b7280;line-height:1.6}.footer{background:linear-gradient(90deg,var(--brand-purple),var(--brand-green));color:#fff;font-weight:500}@media(min-width:768px){.hero h2{font-size:36px}.product-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.navbar{padding:16px 48px}.hero{padding:100px 48px}.hero h2{font-size:48px}.product-grid{grid-template-columns:repeat(3,1fr)}.lab-grid{grid-template-columns:repeat(4,1fr)}.about p{max-width:900px;margin:auto;font-size:17px}}@media(min-width:768px){.lab-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lab-grid{grid-template-columns:repeat(4,1fr)}}
