:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}#social .button-icon{filter:invert()brightness(2)}}body{margin:0}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code,.counter{font-family:var(--mono);color:var(--text-h);border-radius:4px;display:inline-flex}code{background:var(--code-bg);padding:4px 8px;font-size:15px;line-height:135%}.counter{color:var(--accent);background:var(--accent-bg);border:2px solid #0000;border-radius:5px;margin-bottom:24px;padding:5px 10px;font-size:16px;transition:border-color .3s}.counter:hover{border-color:var(--accent-border)}.counter:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.hero{position:relative}.hero .base,.hero .framework,.hero .vite{margin:0 auto;inset-inline:0}.hero .base{z-index:0;width:170px;position:relative}.hero .framework,.hero .vite{position:absolute}.hero .framework{z-index:1;height:28px;top:34px;transform:perspective(2000px)rotate(300deg)rotateX(44deg)rotateY(39deg)scale(1.4)}.hero .vite{z-index:0;width:auto;height:26px;top:107px;transform:perspective(2000px)rotate(300deg)rotateX(40deg)rotateY(39deg)scale(.8)}#app{border-inline:1px solid var(--border);box-sizing:border-box;flex-direction:column;width:1126px;max-width:100%;min-height:100svh;margin:0 auto;display:flex}#center{flex-direction:column;flex-grow:1;place-content:center;place-items:center;gap:25px;display:flex}@media (width<=1024px){#center{gap:18px;padding:32px 20px 24px}}#next-steps{border-top:1px solid var(--border);text-align:left;display:flex}#next-steps>div{flex:1 1 0;padding:32px}@media (width<=1024px){#next-steps>div{padding:24px 20px}}#next-steps .icon{width:22px;height:22px;margin-bottom:16px}@media (width<=1024px){#next-steps{text-align:center;flex-direction:column}}#docs{border-right:1px solid var(--border)}@media (width<=1024px){#docs{border-right:none;border-bottom:1px solid var(--border)}}#next-steps ul{gap:8px;margin:32px 0 0;padding:0;list-style:none;display:flex}#next-steps ul .logo{height:18px}#next-steps ul a{color:var(--text-h);background:var(--social-bg);border-radius:6px;align-items:center;gap:8px;padding:6px 12px;font-size:16px;text-decoration:none;transition:box-shadow .3s;display:flex}#next-steps ul a:hover{box-shadow:var(--shadow)}#next-steps ul a .button-icon{width:18px;height:18px}@media (width<=1024px){#next-steps ul{flex-wrap:wrap;justify-content:center;margin-top:20px}#next-steps ul li{flex:calc(50% - 8px)}#next-steps ul a{box-sizing:border-box;justify-content:center;width:100%}}#spacer{border-top:1px solid var(--border);height:88px}@media (width<=1024px){#spacer{height:48px}}.ticks{width:100%;position:relative}.ticks:before,.ticks:after{content:"";border:5px solid #0000;position:absolute;top:-4.5px}.ticks:before{border-left-color:var(--border);left:0}.ticks:after{border-right-color:var(--border);right:0}:root{--teal:#00897b;--teal-dark:#00695c;--teal-light:#e0f2f1;--navy:#0d2137;--navy-mid:#1a3a5c;--white:#fff;--grey-light:#f5f7fa;--grey-mid:#e8ecf0;--grey-text:#6b7280;--green:#43a047;--red:#e53935;--text-dark:#111827;--text-body:#374151}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-body);background:var(--white);font-family:Inter,sans-serif;line-height:1.6}h1,h2,h3{color:var(--navy);font-family:Playfair Display,serif}nav{z-index:100;background:var(--white);border-bottom:1px solid var(--grey-mid);justify-content:space-between;align-items:center;height:68px;padding:0 5%;display:flex;position:sticky;top:0}.nav-logo{color:var(--navy);font-family:Playfair Display,serif;font-size:1.3rem;font-weight:700}.nav-logo span{color:var(--teal)}.nav-links{gap:32px;list-style:none;display:flex}.nav-links a{color:var(--text-body);font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.nav-links a:hover{color:var(--teal)}.nav-cta{background:var(--teal);color:var(--white);border-radius:6px;padding:10px 22px;font-size:.9rem;font-weight:600;text-decoration:none;transition:background .2s}.nav-cta:hover{background:var(--teal-dark)}.hero{background:linear-gradient(135deg, var(--navy) 0%, var(--navy-mid) 60%, #1b4f72 100%);grid-template-columns:1fr 420px;align-items:center;gap:60px;min-height:560px;padding:90px 5% 80px;display:grid}.hero-badge{background:var(--teal);color:var(--white);letter-spacing:.5px;border-radius:20px;margin-bottom:20px;padding:6px 14px;font-size:.75rem;font-weight:600;display:inline-block}.hero h1{color:var(--white);margin-bottom:20px;font-size:clamp(2.2rem,4vw,3.2rem);font-weight:700;line-height:1.2}.hero h1 em{color:#4dd0c4;font-style:normal}.hero-desc{color:#b0c4d8;max-width:520px;margin-bottom:32px;font-size:1.05rem;line-height:1.7}.hero-actions{flex-wrap:wrap;gap:14px;display:flex}.btn-primary{background:var(--teal);color:var(--white);border-radius:6px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-primary:hover{background:var(--teal-dark);transform:translateY(-1px)}.btn-secondary{color:var(--white);background:0 0;border:1.5px solid #fff6;border-radius:6px;padding:14px 28px;font-size:.95rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-block}.btn-secondary:hover{border-color:var(--white);background:#ffffff12}.hero-certifications{flex-wrap:wrap;gap:20px;margin-top:32px;display:flex}.cert-tag{color:#90b4cc;align-items:center;gap:7px;font-size:.8rem;font-weight:500;display:flex}.cert-dot{background:var(--green);border-radius:50%;width:8px;height:8px}.hero-visual{flex-direction:column;align-items:center;gap:16px;display:flex}.product-card{text-align:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:16px;width:100%;padding:32px 28px}.product-icon{background:linear-gradient(#00bcd4 0%,#00897b 100%);border-radius:12px 12px 18px 18px;justify-content:center;align-items:center;width:80px;height:140px;margin:0 auto 16px;display:flex;position:relative}.product-icon:before{content:"H₂O₂";color:#fff;letter-spacing:.5px;font-size:.75rem;font-weight:700}.product-icon:after{content:"";background:#90a4ae;border-radius:4px 4px 0 0;width:24px;height:12px;position:absolute;top:-8px;left:50%;transform:translate(-50%)}.product-name{color:var(--white);margin-bottom:6px;font-family:Playfair Display,serif;font-size:1.1rem;font-weight:600}.product-sub{color:#90b4cc;font-size:.8rem}.stat-row{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.stat-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff14;border-radius:10px;padding:14px 12px}.stat-num{color:#4dd0c4;font-family:Playfair Display,serif;font-size:1.4rem;font-weight:700;display:block}.stat-label{color:#90b4cc;margin-top:2px;font-size:.72rem}.trust-strip{background:var(--teal-light);border-bottom:1px solid #b2dfdb;flex-wrap:wrap;justify-content:center;align-items:center;gap:40px;padding:18px 5%;display:flex}.trust-item{color:var(--teal-dark);align-items:center;gap:8px;font-size:.85rem;font-weight:500;display:flex}.trust-icon{font-size:1.1rem}.section{padding:80px 5%}.section-inner{max-width:1100px;margin:0 auto}.section-label{color:var(--teal);letter-spacing:1px;margin-bottom:10px;font-size:.78rem;font-weight:600;display:block}.section-title{color:var(--navy);margin-bottom:14px;font-size:clamp(1.7rem,3vw,2.4rem);line-height:1.25}.section-desc{color:var(--grey-text);max-width:600px;font-size:1rem;line-height:1.7}.wellness{background:var(--white)}.wellness-grid{grid-template-columns:1fr 1fr;align-items:center;gap:60px;margin-top:48px;display:grid}.wellness-points{flex-direction:column;gap:18px;margin-top:24px;display:flex}.wellness-point{align-items:flex-start;gap:14px;display:flex}.check{background:var(--teal-light);width:22px;height:22px;color:var(--teal-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:1px;font-size:.7rem;font-weight:700;display:flex}.wellness-visual{background:linear-gradient(145deg, var(--teal-light) 0%, #b2ebf2 100%);border-radius:16px;flex-direction:column;gap:16px;padding:40px;display:flex}.feature-chip{background:var(--white);border-radius:10px;align-items:center;gap:12px;padding:14px 18px;display:flex;box-shadow:0 2px 8px #0000000f}.chip-icon{font-size:1.4rem}.chip-label{color:var(--navy);font-size:.9rem;font-weight:600}.chip-desc{color:var(--grey-text);font-size:.8rem}.pathogens{background:var(--grey-light)}.pathogen-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:10px;margin-top:36px;display:grid}.pathogen-tag{background:var(--white);border:1px solid var(--grey-mid);color:var(--text-dark);border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:.82rem;font-weight:500;display:flex}.p-dot{background:var(--red);border-radius:50%;flex-shrink:0;width:6px;height:6px}.use-cases{background:var(--white)}.use-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.use-card{border:1px solid var(--grey-mid);border-radius:14px;transition:box-shadow .2s,transform .2s;overflow:hidden}.use-card:hover{transform:translateY(-3px);box-shadow:0 8px 32px #00897b1f}.use-img{justify-content:center;align-items:center;height:160px;font-size:3rem;display:flex}.use-img.industrial{background:linear-gradient(135deg,#1a237e,#283593)}.use-img.healthcare{background:linear-gradient(135deg,#004d40,#00695c)}.use-img.water{background:linear-gradient(135deg,#01579b,#0277bd)}.use-body{padding:20px}.use-title{color:var(--navy);margin-bottom:6px;font-size:1rem;font-weight:600}.use-desc{color:var(--grey-text);font-size:.85rem;line-height:1.6}.dosages{background:var(--navy)}.dosages .section-title{color:var(--white)}.dosages .section-desc{color:#90b4cc}.dosage-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-top:40px;display:grid}.dosage-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:24px}.dosage-header{align-items:center;gap:12px;margin-bottom:16px;display:flex}.dosage-icon{background:#00897b4d;border-radius:10px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.3rem;display:flex}.dosage-title{color:var(--white);font-size:1rem;font-weight:600}.dosage-row{border-bottom:1px solid #ffffff0f;justify-content:space-between;padding:8px 0;font-size:.85rem;display:flex}.dosage-row:last-child{border-bottom:none}.d-label{color:#90b4cc}.d-val{color:#4dd0c4;font-family:Playfair Display,serif;font-weight:600}.why{background:var(--grey-light)}.why-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-top:40px;display:grid}.why-card{background:var(--white);border:1px solid var(--grey-mid);border-radius:14px;padding:28px;transition:border-color .2s}.why-card:hover{border-color:var(--teal)}.why-icon{background:var(--teal-light);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:1.4rem;display:flex}.why-title{color:var(--navy);margin-bottom:8px;font-size:1rem;font-weight:600}.why-desc{color:var(--grey-text);font-size:.875rem;line-height:1.65}.testimonials{background:var(--white)}.testi-grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-top:40px;display:grid}.testi-card{background:var(--grey-light);border:1px solid var(--grey-mid);border-radius:14px;padding:28px;transition:box-shadow .2s;position:relative}.testi-card:hover{box-shadow:0 6px 24px #00897b1a}.testi-quote{color:var(--teal);margin-bottom:12px;font-family:Playfair Display,serif;font-size:2.5rem;line-height:1;display:block}.testi-text{color:var(--text-body);margin-bottom:20px;font-size:.9rem;font-style:italic;line-height:1.7}.testi-author{align-items:center;gap:12px;display:flex}.testi-avatar{width:44px;height:44px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;display:flex}.testi-name{color:var(--navy);font-size:.875rem;font-weight:600}.testi-role{color:var(--grey-text);font-size:.78rem}.testi-stars{color:#f59e0b;gap:2px;margin-bottom:14px;font-size:.9rem;display:flex}.testi-featured{background:linear-gradient(135deg, var(--navy), var(--navy-mid));color:var(--white);grid-column:span 3;grid-template-columns:1fr auto;align-items:center;gap:40px;display:grid}.testi-featured .testi-text{color:#b0c4d8;font-size:1.05rem}.testi-featured .testi-name{color:var(--white)}.testi-featured .testi-role{color:#90b4cc}.testi-featured .testi-quote{color:#4dd0c4}.featured-metric{text-align:center;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:12px;min-width:180px;padding:20px 30px}.featured-metric-num{color:#4dd0c4;font-family:Playfair Display,serif;font-size:2.4rem;font-weight:700;display:block}.featured-metric-label{color:#90b4cc;font-size:.8rem}.compliance{background:var(--grey-light)}.cert-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px;display:grid}.cert-card{background:var(--white);text-align:center;border:1px solid var(--grey-mid);border-radius:12px;padding:20px}.cert-badge{color:var(--teal-dark);margin-bottom:6px;font-family:Playfair Display,serif;font-size:1rem;font-weight:700}.cert-desc{color:var(--grey-text);font-size:.78rem;line-height:1.5}.purchase-cta{background:linear-gradient(135deg, var(--teal) 0%, var(--teal-dark) 60%, #00574b 100%);text-align:center;padding:80px 5%}.cta-inner{max-width:720px;margin:0 auto}.cta-eyebrow{color:#ffffffb3;letter-spacing:1px;margin-bottom:16px;font-size:.8rem;font-weight:600;display:block}.purchase-cta h2{color:var(--white);margin-bottom:16px;font-size:clamp(1.8rem,3.5vw,2.8rem);line-height:1.2}.purchase-cta p{color:#fffc;margin-bottom:36px;font-size:1.05rem;line-height:1.7}.cta-buttons{flex-wrap:wrap;justify-content:center;gap:14px;margin-bottom:32px;display:flex}.btn-white{background:var(--white);color:var(--teal-dark);border-radius:6px;padding:16px 32px;font-size:1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;display:inline-block}.btn-white:hover{background:var(--grey-light);transform:translateY(-2px)}.btn-outline-white{color:var(--white);background:0 0;border:2px solid #ffffff80;border-radius:6px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:border-color .2s,background .2s;display:inline-block}.btn-outline-white:hover{border-color:var(--white);background:#ffffff14}.cta-trust{flex-wrap:wrap;justify-content:center;gap:28px;display:flex}.cta-trust-item{color:#ffffffbf;align-items:center;gap:8px;font-size:.85rem;display:flex}.cta-trust-icon{font-size:1rem}.contact{background:var(--navy);padding:60px 5%}.contact-grid{grid-template-columns:repeat(3,1fr);gap:24px;max-width:1100px;margin:0 auto;display:grid}.contact-card{text-align:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:14px;padding:28px}.contact-icon{margin-bottom:12px;font-size:2rem;display:block}.contact-title{color:var(--white);margin-bottom:6px;font-size:1rem;font-weight:600}.contact-detail{color:#90b4cc;font-size:.875rem;line-height:1.6}.contact-link{color:#4dd0c4;margin-top:12px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-block}footer{text-align:center;color:#4a6580;background:#071525;border-top:1px solid #ffffff0d;padding:28px 5%;font-size:.82rem}footer a{color:var(--teal);text-decoration:none}@media (width<=900px){.hero{grid-template-columns:1fr}.hero-visual{display:none}.wellness-grid,.use-grid,.dosage-grid,.why-grid,.testi-grid{grid-template-columns:1fr}.testi-featured{grid-column:span 1;grid-template-columns:1fr}.cert-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.nav-links{display:none}}html,body,#app{width:100%;min-width:100%;margin:0;padding:0}body{overflow-x:hidden}
