:root{--background: #000145;--primary: #e00025;--secondary: #ffffff;--text: #ffffff;--muted: #a0a0a0;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5}*{margin:0;padding:0;box-sizing:border-box}body{background:var(--background);color:var(--text);min-height:100vh;display:flex;flex-direction:column}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.hero{position:relative;width:100%;height:90vh;overflow:hidden;display:flex;align-items:center;justify-content:center;z-index:2}.hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.hero-overlay{position:relative;text-align:center;padding:0 1rem;max-width:900px;width:100%;display:flex;justify-content:center;z-index:2}.hero-card{background:#ffffff1a;border-radius:16px;padding:2rem;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);color:#fff;text-align:center;box-shadow:0 8px 32px #00000040}.hero-title{font-size:3rem;font-weight:700;margin-bottom:.5rem}.hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:1rem}.hero-text{font-size:1.2rem;margin-bottom:2rem;line-height:1.6}.hero-cta{display:inline-block;background:#059;color:#fff;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;border-radius:6px;transition:background .3s ease,transform .2s ease}.hero-cta:hover{background:#059;transform:scale(1.05)}.featured{padding:4rem 2rem;background:#070aad84;color:#fff;text-align:center}.featured-header{max-width:800px;margin:0 auto 3rem}.featured-header h2{font-size:2rem;margin-bottom:.5rem}.featured-header p{font-size:1.1rem;color:#cce7f5}.featured-grid{display:flex;flex-direction:column;gap:3rem;max-width:1100px;margin:0 auto}.featured-card{display:flex;align-items:center;gap:2rem;background:#ffffff14;border-radius:16px;padding:2rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2)}.featured-card.reverse{flex-direction:row-reverse}.featured-text{flex:1;text-align:left}.featured-text h3{font-size:1.5rem;margin-bottom:1rem}.featured-text p{margin-bottom:1.5rem;line-height:1.6;color:#eaf7fc}.featured-btn{display:inline-block;background:#059;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease}.featured-btn:hover{background:#07c;transform:scale(1.05)}.featured-img img{max-width:400px;width:100%;height:auto;border-radius:12px;box-shadow:0 8px 20px #00000059}@media(max-width:768px){.featured-card,.featured-card.reverse{flex-direction:column;text-align:center}.featured-text{text-align:center}.featured-img img{max-width:100%}}.home{background:url(/assets/homebackground-Or47EMN5.jpg) no-repeat center center fixed;background-size:cover;min-height:100vh;width:100%;z-index:0}.benefits{padding:4rem 2rem;background:#070aad84;color:#fff;text-align:center;border-radius:0;margin:0}.benefits-container{max-width:800px;margin:0 auto;background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:16px;padding:2rem}.benefits-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem}.benefits-text{font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem;color:#eaf7fc}.benefits-btn{display:inline-block;background:#059;color:#fff;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;border-radius:6px;transition:background .3s ease,transform .2s ease}.benefits-btn:hover{background:#07c;transform:scale(1.05)}.about{position:relative;background-image:url(/assets/aboutbackground-D-S3iBsE.jpeg);background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;padding:4rem 2rem;color:#fff}.about-overlay{background:#070aad84;border-radius:16px;max-width:1000px;margin:0 auto;padding:3rem 2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px)}.about-header{text-align:center;margin-bottom:2rem}.about-img{width:220px;height:auto;border-radius:12px;box-shadow:0 6px 18px #0006;margin-bottom:1.5rem}.about-section{margin-bottom:2.5rem;background:#000145;padding:1rem;border-radius:25px}.about-section h2{font-size:1.8rem;margin-bottom:1rem;color:#a8d8ff}.about-section p,.about-section li{font-size:1.1rem;line-height:1.6;color:#eaf7fc}.about-section ul{text-align:left;list-style:disc inside;padding-left:1rem}.about-cta{margin-top:1rem;font-weight:600;color:#6cf}@media(max-width:768px){.about{background-image:url(/assets/aboutbackground-mobile-pzqkISxH.jpeg)}}.contact-form{background:#ffffff14;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:12px;padding:2rem;max-width:700px;margin:0 auto;color:#fff}.form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem;flex-wrap:wrap}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-weight:600;margin-bottom:.5rem;font-size:.95rem}.form-group input,.form-group textarea{padding:.75rem;border-radius:6px;border:1px solid rgba(255,255,255,.2);background:#0006;color:#fff;font-size:1rem;outline:none;transition:border .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#6cf}.form-checkbox{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;line-height:1.4}.form-checkbox input{margin-top:.2rem;width:20px;height:20px;flex:0 0 20px}.form-checkbox a{color:#6cf}.form-submit{display:inline-block;background:#059;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-weight:600;font-size:1rem;cursor:pointer;transition:background .3s ease,transform .2s ease}.form-submit:hover{background:#07c;transform:scale(1.05)}.form-submit:disabled{cursor:wait}.contact-page{position:relative;padding:4rem 2rem;text-align:center;color:#fff;min-height:100vh;width:100%;background:url(/assets/homebackground-Or47EMN5.jpg) no-repeat center center fixed;background-size:cover;z-index:0;overflow:hidden}.contact-page:before{content:"";position:absolute;inset:0;background:#070aad84;z-index:0}.contact-page h1,.contact-page p,.contact-page form{position:relative;z-index:1}.contact-page h1{font-size:2rem;margin-bottom:1rem}.contact-page p{font-size:1.1rem;margin-bottom:2rem;color:#cce7f5}.products{padding:4rem 2rem;background:url(/assets/homebackground-Or47EMN5.jpg) no-repeat center center fixed;background-size:cover;color:#fff;text-align:center;position:relative}.products:before{content:"";position:absolute;inset:0;background:#070aad84;z-index:0}.products>*{position:relative;z-index:1}.products-header h1{font-size:2rem;margin-bottom:2rem}.products-category{font-size:1.5rem;margin:3rem 0 1.5rem;color:#a8d8ff}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.product-card{background:#ffffff14;border-radius:16px;padding:1.5rem;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;align-items:center;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000004d}.product-img img{max-width:220px;height:auto;border-radius:12px;margin-bottom:1rem}@media(max-width:480px){.products{padding-right:1rem;padding-left:1rem}.products-grid{grid-template-columns:minmax(0,1fr)}}.product-info h3{font-size:1.3rem;margin-bottom:.75rem}.product-info p{font-size:1rem;color:#eaf7fc;margin-bottom:1rem;line-height:1.5}.product-btn{display:inline-block;background:#059;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease}.product-btn:hover{background:#07c;transform:scale(1.05)}.affiliates{padding:4rem 2rem;background:url(/assets/homebackground-Or47EMN5.jpg) no-repeat center center fixed;background-size:cover;color:#fff;text-align:center;position:relative}.affiliates:before{content:"";position:absolute;inset:0;background:#070aad84;z-index:0}.affiliates>*{position:relative;z-index:1}.affiliates-header h1{font-size:2rem;margin-bottom:3rem}.affiliates-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2.5rem;max-width:1200px;margin:0 auto}.affiliate-card{background:#ffffff14;border-radius:16px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);text-align:center}.affiliate-logo img{max-width:150px;height:auto;margin-bottom:1rem}.affiliate-info h2{font-size:1.5rem;margin-bottom:.75rem;color:#a8d8ff}.affiliate-info p{font-size:1rem;line-height:1.6;color:#eaf7fc;margin-bottom:1.2rem}.affiliate-video iframe,.affiliate-video-placeholder{border-radius:12px;box-shadow:0 6px 18px #0006;width:100%;height:250px}.affiliate-video-placeholder{position:relative;display:block;padding:0;overflow:hidden;border:0;background:#000;cursor:pointer}.affiliate-video-placeholder img{width:100%;height:100%;object-fit:cover}.affiliate-video-placeholder span{position:absolute;top:50%;left:50%;display:grid;width:64px;height:44px;border-radius:12px;background:#f03;color:#fff;font-size:1.5rem;place-items:center;transform:translate(-50%,-50%)}@media(max-width:768px){.affiliates{padding:2rem 1rem}.affiliates-header h1{font-size:1.6rem;margin-bottom:2rem}.affiliates-grid{gap:1.5rem;grid-template-columns:minmax(0,1fr)}.affiliate-card{padding:1.25rem}.affiliate-logo img{max-width:100px}.affiliate-info h2{font-size:1.25rem}.affiliate-info p{font-size:.95rem}.affiliate-video iframe,.affiliate-video-placeholder{height:200px}}@media(max-width:480px){.affiliate-logo img{max-width:80px}.affiliate-info h2{font-size:1.1rem}.affiliate-video iframe,.affiliate-video-placeholder{height:180px}}.clinical-card{background:#ffffff14;border-radius:16px;padding:2rem;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);text-align:center;transition:transform .3s ease}.clinical-card:hover{transform:translateY(-5px)}.clinical-card h2{font-size:1.2rem;margin-bottom:1.5rem;color:#fff;line-height:1.5}.clinical-btn{display:inline-block;background:#059;color:#fff;padding:.6rem 1.2rem;border-radius:6px;font-weight:600;text-decoration:none;transition:background .3s ease,transform .2s ease}.clinical-btn:hover{background:#07c;transform:scale(1.05)}.clinicalstudies{padding:4rem 2rem;background:url(/assets/homebackground-Or47EMN5.jpg) no-repeat center center fixed;background-size:cover;color:#fff;text-align:center;position:relative}.clinicalstudies:before{content:"";position:absolute;inset:0;background:#070aad84;z-index:0}.clinicalstudies>*{position:relative;z-index:1}.clinicalstudies-header{max-width:800px;margin:0 auto 3rem}.clinicalstudies-header h1{font-size:2rem;margin-bottom:.75rem}.clinicalstudies-header p{font-size:1.1rem;color:#cce7f5}.clinicalstudies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto}@media(max-width:768px){.clinicalstudies{padding-right:1rem;padding-left:1rem}.clinicalstudies-grid{grid-template-columns:minmax(0,1fr)}}.navbar{background:#000145;padding:1rem 2rem;position:relative;z-index:1000}.navbar-header{display:flex;justify-content:center;align-items:center;position:relative}.navbar-logo img{height:150px;width:auto;display:block;margin:0 auto}.navbar-links{list-style:none;display:flex;gap:1.5rem;margin:0;padding:1rem 0 0;justify-content:center}.navbar-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .2s ease}.navbar-links a:hover{color:#6cf}.navbar-toggle{display:none;font-size:2rem;color:#fff;background:none;border:none;cursor:pointer;position:absolute;right:0;z-index:1200}@media(max-width:768px){.navbar-links{flex-direction:column;align-items:center;gap:1.25rem;background:#000145;width:100%;padding:2rem 1rem;position:absolute;top:100%;left:0;transform:translateY(-200%);opacity:0;pointer-events:none;transition:transform .3s ease,opacity .3s ease;border-bottom-left-radius:20px;border-bottom-right-radius:20px;z-index:1100}.navbar-links.active{transform:translateY(0);opacity:1;pointer-events:auto}.navbar-toggle{display:block;min-width:44px;min-height:44px}.navbar-links a{display:inline-flex;align-items:center;min-height:44px}}.footer{background:#000145;color:#fff;padding:2rem 2rem 1.5rem;text-align:center;font-size:.9rem}.footer-container{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1.5rem}.footer-contact h2{margin-bottom:.5rem;font-size:2rem;font-weight:600}.footer-contact a{color:#6cf;text-decoration:none;font-size:1.2rem;font-weight:500}.footer-contact a:hover{text-decoration:underline}.footer-copy{font-size:1.1rem;color:#aaa}.footer-logo img{height:200px;width:auto;margin-top:.5rem;opacity:.9}.legal-page{position:relative;padding:4rem 2rem;min-height:100vh;color:#fff;background:url(/assets/homebackground-Or47EMN5.jpg) no-repeat center center fixed;background-size:cover}.legal-page:before{content:"";position:absolute;inset:0;background:#070aad84}.legal-content{position:relative;z-index:1;max-width:900px;margin:0 auto;padding:2rem;border-radius:16px;background:#000145}.legal-content h1,.legal-content h2{margin-bottom:1rem}.legal-content h2{margin-top:2rem;color:#a8d8ff}.legal-content p,.legal-content li{margin-bottom:1rem;line-height:1.6}.legal-content ul{padding-left:1.5rem}.legal-content a{color:#6cf}@media(max-width:480px){.legal-page{padding:2rem 1rem}.legal-content{padding:1.25rem}}
