:root{--brand-dark:#0f3a26;--brand-main:#1a593c;--brand-light:#e8f3ee;--brand-accent:#f59e0b;--brand-accent-hover:#d97706;--text-primary:#1f2937;--text-secondary:#4b5563;--bg-white:#fff;--bg-gray:#f9fafb;--transition-fast:.2s ease;--transition-medium:.4s ease}*{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}body{color:var(--text-primary);background-color:var(--bg-gray);padding-bottom:env(safe-area-inset-bottom);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}html{max-width:100vw;overflow-x:hidden}img,video,iframe{max-width:100%;height:auto}h1,h2,h3,h4,h5,h6{color:var(--brand-dark);font-family:Outfit,sans-serif}a{color:inherit;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.section-padding{padding:6rem 0}.text-center{text-align:center}.text-right{text-align:right}.font-semibold{font-weight:600}.mt-2{margin-top:.5rem}.text-sm{font-size:.875rem}.text-gray-400{color:#9ca3af}.announcement-bar{background-color:var(--brand-dark);color:#fff;justify-content:space-between;align-items:center;padding:.5rem 2rem;font-size:.85rem;font-weight:500;display:flex}.announcement-bar i{color:#4ade80;margin-right:.25rem}.navbar{width:100%;padding:1.25rem 2rem;padding-top:max(1.25rem, env(safe-area-inset-top));z-index:1000;transition:var(--transition-medium);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0;left:0;box-shadow:0 2px 10px #0000000d}.desktop-only{display:block}@media (width<=768px){.desktop-only{display:none!important}}.navbar.scrolled{padding:.8rem 2rem;box-shadow:0 4px 20px #00000014}.logo img{border-radius:4px;height:48px;display:block}.nav-links{gap:2rem;list-style:none;display:flex}.nav-links a{color:var(--brand-dark);transition:var(--transition-fast);font-size:.95rem;font-weight:600;position:relative}.nav-links a:after{content:"";background-color:var(--brand-accent);width:0;height:2px;transition:var(--transition-medium);position:absolute;bottom:-4px;left:0}.nav-links a:hover:after{width:100%}.nav-actions{align-items:center;gap:1.5rem;display:flex}.nav-btn{padding:.6rem 1.5rem;font-size:.9rem}.hamburger{cursor:pointer;color:var(--brand-dark);justify-content:center;align-items:center;width:44px;height:44px;font-size:1.5rem;display:none}.btn{text-align:center;transition:var(--transition-fast);cursor:pointer;border-radius:50px;padding:.8rem 2rem;font-size:1rem;font-weight:600;display:inline-block}.btn-primary{background-color:var(--brand-accent);color:#fff;box-shadow:0 4px 15px #f59e0b4d}.btn-primary:hover{background-color:var(--brand-accent-hover);color:#fff;transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b66}.btn-outline{border:2px solid var(--brand-main);color:var(--brand-main);background-color:#0000}.btn-outline:hover{background-color:var(--brand-main);color:#fff}.hero-slider-wrapper{background:linear-gradient(135deg, var(--brand-light) 0%, #fff 100%);width:100%;min-height:calc(100vh - 80px);position:relative;overflow:hidden}.hero-slides-container{width:300%;height:100%;transition:transform .8s cubic-bezier(.25,1,.5,1);display:flex}.hero-slide{opacity:.5;align-items:center;width:33.3333%;min-height:calc(100vh - 80px);padding:0 4rem;transition:opacity .8s;display:flex}.hero-slide.active{opacity:1}.cinematic-hero{background:#0f172a}.cinematic-hero .hero-slide{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-start;padding:0 10%;position:relative}.cinematic-hero .hero-slide.active{animation:20s ease-out infinite alternate slideZoom}@keyframes slideZoom{0%{background-size:100%}to{background-size:115%}}.hero-content-premium{z-index:10;color:#fff;max-width:800px;animation:1s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.premium-badge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #fff3;margin-bottom:1.5rem;box-shadow:0 4px 15px #0003;color:#fff!important;background:#ffffff1a!important}.premium-title{color:#fff;text-shadow:0 4px 20px #00000080;margin-bottom:1.5rem;font-size:5rem;font-weight:800;line-height:1.1}.premium-title span{color:var(--brand-accent);-webkit-text-fill-color:var(--brand-accent);background:0 0}.premium-subtitle{color:#ffffffe6;text-shadow:0 2px 10px #00000080;max-width:700px;margin-bottom:2.5rem;font-size:1.3rem;line-height:1.6}.hero-actions-premium{gap:1.5rem;display:flex}.btn-premium{text-align:center;background:var(--brand-accent);color:#fff;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block;box-shadow:0 10px 30px #f59e0b66}.btn-premium:hover{color:#fff;transform:translateY(-3px);box-shadow:0 15px 40px #f59e0b99}.btn-outline-premium{text-align:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#ffffff1a;border:2px solid #fff;border-radius:50px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.btn-outline-premium:hover{color:var(--brand-main);background:#fff}.premium-controls{bottom:3rem}.premium-controls .hero-nav-btn{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#ffffff1a;border:1px solid #fff3}.premium-controls .hero-nav-btn:hover{color:var(--brand-main);background:#fff}.premium-controls .hero-dot{background:#fff6}.premium-controls .hero-dot.active{background:#fff}.hero-slider-controls{z-index:20;align-items:center;gap:2rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero-nav-btn{cursor:pointer;width:40px;height:40px;color:var(--brand-main);background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex;box-shadow:0 4px 10px #0000001a}.hero-nav-btn:hover{background:var(--brand-main);color:#fff}.hero-dots{gap:.8rem;display:flex}.hero-dot{cursor:pointer;background:#1a593c4d;border-radius:50%;width:12px;height:12px;transition:all .3s}.hero-dot.active{background:var(--brand-main);transform:scale(1.3)}.hero-content{z-index:10;flex:1;min-width:45%;max-width:650px}.badge{color:var(--brand-main);text-transform:uppercase;letter-spacing:1px;background:#1a593c1a;border-radius:50px;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.875rem;font-weight:700;display:inline-block}.hero-slide h1,.premium-title{margin-bottom:1.5rem;font-size:clamp(2rem,6vw,4rem);line-height:1.15}.hero-slide h1 span{background:linear-gradient(to right, var(--brand-main), #3b82f6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.subtitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.25rem;font-weight:500}.description{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1rem}.hero-actions{gap:1rem;display:flex}.hero-illustration{flex:1;justify-content:center;align-items:center;min-width:400px;height:600px;display:flex;position:relative}.hero-image-box{border:4px solid #fff;border-radius:1.5rem;width:100%;max-width:500px;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.hero-image-box img{object-fit:cover;width:100%;height:auto;transition:transform .7s;display:block}.hero-image-box:hover img{transform:scale(1.05)}.hero-image-overlay{pointer-events:none;background:linear-gradient(#0000,#0009);position:absolute;inset:0}.hero-image-text{color:#fff;position:absolute;bottom:1.5rem;left:1.5rem}.title{margin-bottom:.25rem;font-size:1.25rem;font-weight:700}.subtitle-sm{opacity:.9;font-size:.875rem}.reveal-element{opacity:0;transition:all 1s cubic-bezier(.16,1,.3,1);transform:translateY(30px)}.reveal-element.visible{opacity:1;transform:translateY(0)}.section-header{text-align:center;max-width:800px;margin:0 auto 4rem}.section-header h2{margin-bottom:1rem;font-size:2.8rem;display:inline-block;position:relative}.section-header h2:after{content:"";background-color:var(--brand-accent);border-radius:4px;width:60px;height:4px;position:absolute;bottom:-5px;left:50%;transform:translate(-50%)}.section-header p{color:var(--text-secondary);margin-top:1.5rem;font-size:1.1rem}.trust-stats{background-color:var(--bg-white);border-bottom:1px solid #0000000d;padding:3rem 0}.stats-grid{text-align:center;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;display:grid}.stat-item i{color:var(--brand-main);margin-bottom:1rem;font-size:2.5rem}.stat-item h3{margin-bottom:.25rem;font-size:1.5rem}.stat-item p{color:var(--text-secondary);text-transform:uppercase;letter-spacing:1px;font-size:.85rem;font-weight:600}.products-section{background-color:var(--bg-gray)}.border-b{border-bottom:2px solid #00000008;padding-bottom:6rem}.view-all-link{color:var(--brand-main);transition:var(--transition-fast);align-items:center;gap:.5rem;font-weight:700;display:flex}.view-all-link:hover{color:var(--brand-accent);transform:translate(5px)}.slider-container{padding:1rem 0;position:relative}.product-slider{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:2rem;margin-bottom:2rem;padding:2rem 1rem 3rem;display:flex;overflow-x:auto}.hide-scrollbar::-webkit-scrollbar{display:none}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.slider-btn{width:3.5rem;height:3.5rem;color:var(--brand-dark);cursor:pointer;z-index:100;opacity:.8;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:45%;transform:translateY(-50%);box-shadow:0 10px 25px #0000001a}.slider-container:hover .slider-btn{opacity:1}.slider-btn i{font-size:1.25rem}.slider-btn.prev{left:-1.75rem}.slider-btn.next{right:-1.75rem}.slider-btn:hover{background:var(--brand-main);color:#fff;scale:1.1;box-shadow:0 15px 30px #1a593c4d}.product-slider .product-card{scroll-snap-align:start;background:#fff;border:1px solid #0000000a;border-radius:2rem;flex:0 0 calc(33.333% - 1.333rem);min-width:320px;transition:all .5s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 10px 30px -5px #0000000d,0 5px 15px -3px #00000005}.product-slider .product-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px -12px #0000001f,0 18px 36px -18px #00000014}.product-badge{z-index:10;text-transform:uppercase;letter-spacing:1px;-webkit-backdrop-filter:blur(8px);border:1px solid #ffffff4d;border-radius:50px;padding:.5rem 1rem;font-size:.75rem;font-weight:700;position:absolute;top:1.25rem;left:1.25rem}.bg-red{color:#fff;background:#ef4444d9}.bg-main{color:#fff;background:#1a593cd9}.bg-accent{color:#fff;background:#f59e0bd9}.product-img-container{background:#fdfdfd;justify-content:center;align-items:center;height:240px;padding:2.5rem;transition:background .3s;display:flex;overflow:hidden}.product-card:hover .product-img-container{background:#f8fafc}.product-img-container img{object-fit:contain;mix-blend-mode:multiply;width:auto;height:100%;transition:all .6s cubic-bezier(.16,1,.3,1)}.product-card:hover .product-img-container img{transform:scale(1.1)rotate(2deg)}.p-content{flex-direction:column;flex-grow:1;padding:2rem;display:flex}.p-content h3{color:var(--brand-dark);margin-bottom:.35rem;font-size:1.25rem;font-weight:800}.product-subtitle{color:var(--brand-main);margin-bottom:.75rem;font-size:.85rem;font-weight:700}.product-reviews{align-items:center;gap:.6rem;margin-bottom:1.25rem;display:flex}.product-reviews span{color:var(--text-secondary);font-size:.8rem}.stars{color:#fbbf24;font-size:.8rem}.product-desc{color:var(--text-secondary);opacity:.9;margin-bottom:2rem;font-size:.9rem;line-height:1.5}.product-footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:flex-end;padding-top:1.25rem;display:flex}.product-price-container{flex-direction:column;gap:.4rem;display:flex}.price-row{align-items:baseline;gap:.5rem;display:flex}.product-price{color:var(--brand-dark);font-size:1.8rem;font-weight:800;line-height:1}.product-price small{margin-right:1px;font-size:1rem}.old-price{color:#94a3b8;font-size:.95rem;font-weight:500;text-decoration:line-through}.discount-tag{color:#10b981;text-transform:uppercase;background:#ecfdf5;border-radius:4px;width:fit-content;padding:.25rem .6rem;font-size:.7rem;font-weight:800;display:inline-block}.product-actions{align-items:center;gap:.5rem;display:flex}.btn-card{color:#fff;text-transform:uppercase;letter-spacing:.5px;cursor:pointer;background:#0f3a26;border:none;border-radius:50px;justify-content:center;align-items:center;padding:.65rem 1.1rem;font-size:.75rem;font-weight:800;line-height:1;transition:all .3s;display:flex}.btn-add-cart-alt{background:#f59e0b}.btn-card:hover{transform:scale(1.05);box-shadow:0 4px 15px #0000001a}.btn-add-cart-alt:hover{background:#d97706;box-shadow:0 4px 15px #f59e0b4d}.slider-bullets{justify-content:center;gap:.5rem;margin-top:1rem;display:flex}.bullet{background:#0000001a;border-radius:2px;width:30px;height:4px;transition:all .3s}.bullet.active{background:var(--brand-main);width:60px}.why-products{background:linear-gradient(135deg, var(--brand-dark), var(--brand-main));color:#fff;text-align:center;border-radius:2rem;padding:4rem 3rem;box-shadow:0 20px 40px #0f3a2626}.why-products h3{color:#fff;margin-bottom:3rem;font-size:2.5rem}.features-row{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:3rem;display:grid}.feature-item{text-align:left;align-items:flex-start;gap:1.25rem;display:flex}.feature-icon{color:var(--brand-accent);font-size:2.5rem}.feature-text h4{color:#fff;margin-bottom:.5rem;font-size:1.25rem}.feature-text p{color:#fffc;font-size:.95rem;line-height:1.5}.about-section{background-color:var(--bg-white)}.flex-container{flex-wrap:wrap;align-items:center;gap:4rem;display:flex}.about-image-wrapper{flex:1;min-width:320px}.image-inner{border-radius:1.5rem;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #00000040}.image-inner img{object-fit:cover;width:100%;height:450px;display:block}.floating-quote{background:var(--brand-main);color:#fff;border:4px solid var(--bg-white);border-radius:1rem;max-width:280px;padding:1.5rem;position:absolute;bottom:-2rem;right:-2rem;box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.floating-quote i{color:var(--brand-accent);margin-bottom:.5rem;font-size:2rem}.floating-quote p{font-size:.9rem;font-style:italic;font-weight:500}.about-content{flex:1;min-width:320px}.about-content h2{margin-bottom:1.5rem;font-size:2.5rem;line-height:1.2}.divider{background-color:var(--brand-accent);border-radius:2px;width:3rem;height:4px;margin-bottom:1.5rem}.about-content p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem}.check-list{margin-top:2rem}.check-item{align-items:flex-start;gap:1rem;display:flex}.check-item i{color:var(--brand-main);margin-top:.2rem;font-size:1.5rem}.check-item h4{margin-bottom:.25rem;font-size:1.15rem}.check-item p{margin-bottom:0;font-size:.95rem}.wellness-section{background-color:var(--brand-light)}.wellness-container{flex-wrap:wrap;align-items:center;gap:5rem;display:flex}.wellness-text{flex:1;min-width:300px}.wellness-text h2{margin-bottom:1.5rem;font-size:3rem}.wellness-text .highlight{color:var(--brand-main);border-left:4px solid var(--brand-main);margin-bottom:2rem;padding-left:1rem;font-size:1.25rem;font-weight:600}.stats{margin-bottom:2rem}.stat-box{background:#fff;border-radius:1rem;align-items:center;gap:1.25rem;padding:1.25rem 2rem;display:inline-flex;box-shadow:0 10px 30px #0000000d}.stat-number{color:var(--brand-main);font-family:Outfit;font-size:3rem;font-weight:800;line-height:1}.stat-label{color:var(--brand-dark);font-size:1.1rem;font-weight:600;line-height:1.2}.wellness-desc{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem}.wellness-why{background:#fff;border-radius:2rem;flex:1;min-width:320px;padding:3.5rem;box-shadow:0 25px 50px #0000000d}.wellness-why h3{margin-bottom:2rem;font-size:2.2rem}.why-list{flex-direction:column;gap:1.8rem;list-style:none;display:flex}.why-list li{align-items:center;gap:1.25rem;display:flex}.icon-circle{background-color:var(--brand-light);width:60px;height:60px;color:var(--brand-main);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.5rem;display:flex}.list-text{flex-direction:column;display:flex}.list-text strong{color:var(--brand-dark);margin-bottom:.2rem;font-family:Outfit;font-size:1.15rem}.list-text span{color:var(--text-secondary);font-size:.95rem}.pathology-section{color:#fff;text-align:center;background:linear-gradient(#0f3a26f0,#0f3a26f0),url(https://images.unsplash.com/photo-1579154204601-01588f351e67?auto=format&fit=crop&w=1920&q=80) 50%/cover fixed}.container-center{flex-direction:column;align-items:center;display:flex}.pathology-content{max-width:1000px}.pathology-content h2{color:#fff;margin-bottom:1rem;font-size:3rem}.pathology-content .lead{color:#ffffffe6;margin-bottom:4rem;font-size:1.3rem}.highlights-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;display:grid}.highlight-card{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);transition:var(--transition-medium);background:#ffffff1a;border:1px solid #ffffff26;border-radius:1.5rem;padding:3rem 2rem}.highlight-card:hover{background:#ffffff2e;border-color:#ffffff4d;transform:translateY(-8px)}.highlight-accent{background:#f59e0b26;border-color:#f59e0b4d}.highlight-accent:hover{background:#f59e0b40;border-color:#f59e0b80}.highlight-card i{color:#ffffffe6;margin-bottom:1.5rem;font-size:3rem}.highlight-accent i{color:var(--brand-accent)}.highlight-card h4{color:#fff;font-size:1.2rem;font-weight:500}.certifications{background-color:var(--bg-white)}.cert-subtitle{color:var(--text-secondary);margin-bottom:3rem;font-size:1.1rem}.cert-grid{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.cert-item{flex-direction:column;align-items:center;width:200px;display:flex}.cert-icon{background:var(--bg-gray);border:4px solid;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;margin-bottom:1rem;display:flex;box-shadow:0 4px 10px #0000000d}.cert-icon i{font-size:2.5rem}.border-gray{border-color:#cbd5e1}.text-gray{color:#475569}.border-blue{border-color:#93c5fd}.text-blue{color:#3b82f6}.border-red{border-color:#fca5a5}.text-red{color:#ef4444}.border-green{border-color:#86efac}.text-green{color:#22c55e}.cert-item h4{margin-bottom:.25rem;font-size:1.1rem}.cert-item p{color:var(--text-secondary);font-size:.85rem}.bg-gray{background-color:var(--bg-gray)}.max-w-800{max-width:800px;margin:0 auto}.faq-container{flex-direction:column;gap:1rem;display:flex}.faq-item{background-color:var(--bg-white);transition:var(--transition-fast);border:1px solid #0000000d;border-radius:.75rem;overflow:hidden;box-shadow:0 2px 10px #00000005}.faq-item:hover{box-shadow:0 5px 15px #0000000d}.faq-item summary{color:var(--brand-dark);cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem;font-size:1.1rem;font-weight:700;list-style:none;display:flex}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"";color:var(--brand-main);font-family:"Font Awesome 6 Free";font-weight:900;transition:transform .3s}.faq-item[open] summary:after{transform:rotate(180deg)}.faq-content{padding:0 1.5rem 1.5rem}.faq-content p{color:var(--text-secondary);border-top:1px solid #0000000d;padding-top:1rem;font-size:1rem}footer{color:#fff;background:#0a2518;padding:5rem 0 2rem}.footer-grid{border-bottom:1px solid #ffffff1a;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:3rem;margin-bottom:2rem;padding-bottom:3rem;display:grid}.footer-logo img{background:#fff;border-radius:4px;height:48px;padding:5px}.contact-list{margin-top:1.5rem;list-style:none}.contact-list li{color:#e2e8f0;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:.9rem;display:flex}.contact-list i{color:var(--brand-accent);margin-top:.25rem}.footer-col h4{color:#fff;margin-bottom:1.5rem;font-size:1.25rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.75rem}.footer-col a{color:#cbd5e1;transition:var(--transition-fast);font-size:.95rem}.footer-col a:hover{color:#fff;text-decoration:underline}.footer-bottom{color:#9ca3af;flex-wrap:wrap;justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.legal-links{gap:1.5rem;display:flex}.legal-links a:hover{color:#fff}.testimonials-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.testimonial-card{background:#fff;border:1px solid #f1f5f9;border-radius:1.5rem;padding:2.5rem;transition:transform .3s;position:relative;box-shadow:0 10px 30px #0000000d}.testimonial-card:hover{transform:translateY(-5px)}.testimonial-card .quote-icon{color:var(--brand-main);opacity:.1;font-size:2rem;position:absolute;top:1.5rem;right:2rem}.testimonial-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.testimonial-info h4{margin:0;font-size:1.1rem}.testimonial-info span{color:var(--text-secondary);font-size:.85rem}.testimonial-rating{color:var(--brand-accent);margin-bottom:1rem;font-size:.9rem}.testimonial-text{color:var(--text-primary);margin-bottom:1.5rem;font-style:italic;line-height:1.7}.testimonial-product{color:var(--brand-main);background:var(--brand-light);border-radius:50px;padding:.3rem .8rem;font-size:.75rem;font-weight:700;display:inline-block}@media (width<=1100px){.hero{text-align:center;flex-direction:column;padding:8rem 2rem 4rem}.hero-actions{justify-content:center}.hero-illustration{width:100%;min-width:unset;height:450px;margin-top:4rem}.wellness-why{padding:2.5rem}.desktop-only{display:none}}@media (width<=768px){.nav-links{background:#fff;flex-direction:column;width:250px;height:100vh;padding:5rem 2rem;transition:all .3s ease-in-out;position:fixed;top:0;right:-100%;box-shadow:-5px 0 15px #0000001a}.nav-links.active{right:0}.hamburger{z-index:1001;display:block}.hero h1{font-size:2.8rem}.hero-illustration{height:400px}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.5rem}.section-padding{padding:4rem 0}.why-products{padding:3rem 1.5rem}.flex-container{gap:2rem}.about-content{text-align:center}.divider{margin:0 auto 1.5rem}.floating-quote{border-radius:0 0 1.5rem 1.5rem;width:100%;position:relative;bottom:0;right:0}.wellness-text h2{font-size:2.3rem}.stat-number{font-size:2.2rem}.stat-label{font-size:.9rem}.footer-bottom{text-align:center;flex-direction:column;gap:1rem}}.cert-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:3rem;display:grid}.cert-card{text-align:center;background:var(--bg-gray);transition:var(--transition-medium);border:1px solid #0000;border-radius:1.5rem;padding:2rem}.cert-card:hover{border-color:var(--brand-main);background:#fff;transform:translateY(-10px);box-shadow:0 20px 40px #0000000d}.cert-preview{background:#fff;border-radius:1rem;justify-content:center;align-items:center;height:150px;margin-bottom:1.5rem;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 10px #0000000d}.cert-preview img{object-fit:contain;border:1px solid #ddd;max-width:90%;max-height:90%;box-shadow:0 4px 10px #0000001a}.cert-preview i{color:var(--brand-main);font-size:4rem}.cert-overlay{opacity:0;width:100%;height:100%;transition:var(--transition-fast);background:#1a593ce6;justify-content:center;align-items:center;display:flex;position:absolute;top:0;left:0}.cert-card:hover .cert-overlay{opacity:1}.btn-cert{color:var(--brand-main);background:#fff;border-radius:50px;padding:.5rem 1rem;font-size:.85rem;font-weight:700}.cert-card h3{margin-bottom:.5rem;font-size:1.2rem}.cert-card p{color:var(--text-secondary);font-size:.9rem}.pathology-section{color:#fff;background-color:#0000;background-image:linear-gradient(#0f172ae6,#0f172ae6),url(https://images.unsplash.com/photo-1581093588401-fbb62a02f120?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box}.pathology-section h2{text-shadow:0 2px 10px #00000080;font-size:3.5rem;color:#fff!important}.pathology-section p{color:#fffc!important}.lab-summary-card{transition:var(--transition-medium);background:#fff;border-radius:1.5rem;height:100%;overflow:hidden;box-shadow:0 10px 30px #0003}.lab-summary-card:hover{transform:translateY(-10px);box-shadow:0 20px 50px #0000004d}.lab-summary-card img{object-fit:cover;width:100%;height:220px}.lab-card-content{color:var(--text-main);padding:2rem}.lab-location-badge{color:#4f46e5;text-transform:uppercase;letter-spacing:1px;margin-bottom:.5rem;font-size:.75rem;font-weight:700;display:block}.btn-lab{text-align:center;background:#4f46e5;border-radius:50px;width:100%;margin-top:1.5rem;padding:.8rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s;display:inline-block;color:#fff!important}.btn-lab:hover{background:#4338ca;transform:scale(1.02)}button,a.btn,.filter-btn,.cart-qty-btn,.faq-question,.nav-link,.mobile-nav-item,.hero-nav-btn{justify-content:center;align-items:center;min-width:44px;min-height:44px;display:inline-flex}@media (width<=1100px){.container{padding:0 1.5rem}}@media (width<=900px){.hero-content{padding:3rem 1.5rem}.about-flex{flex-direction:column}.wellness-dual{grid-template-columns:1fr}.product-detail-hero{flex-direction:column}.product-detail-image{width:100%;max-width:400px;margin:0 auto}}@media (width<=768px){body{font-size:15px}.container{padding:0 1rem}.section-padding{padding:3rem 0}.navbar{height:70px!important;padding:.75rem 1.25rem!important}.logo img{height:38px!important}.nav-actions{gap:.75rem!important}.hero-slider-wrapper{height:auto;min-height:90vh;margin-top:-1px;padding-top:0}.hero-slide{text-align:center;flex-direction:column;position:relative;overflow:hidden;background-position:50%!important;justify-content:center!important;min-height:90vh!important;padding:6rem 1.5rem 4rem!important}.hero-slide:after{content:"";z-index:1;background:#0f172abf;position:absolute;inset:0}.hero-content-premium{z-index:5;text-align:center;flex-direction:column;align-items:center;max-width:100%;margin:0 auto;padding:0;display:flex;position:relative}.premium-title{width:100%;max-width:320px;margin-left:auto;margin-right:auto;margin-bottom:1.25rem!important;font-size:1.85rem!important;line-height:1.25!important}.premium-subtitle{opacity:.95;max-width:100%;margin-bottom:2.5rem!important;font-size:.95rem!important;line-height:1.6!important}.hero-actions-premium{flex-direction:column;align-items:center;gap:1rem;width:100%;margin-top:1rem}.hero-actions-premium a,.hero-actions-premium .btn{text-align:center;justify-content:center;align-items:center;width:100%;max-width:260px;display:flex;padding:1rem 1.5rem!important;font-size:1rem!important}.hero-slider-controls{justify-content:space-between;width:100%;padding:0 1rem;bottom:1.5rem!important}.premium-badge{margin-bottom:.75rem!important;padding:.3rem .8rem!important;font-size:.7rem!important}.trust-stats{padding:2rem 0}.stats-grid{flex-wrap:wrap;grid-template-columns:1fr 1fr;gap:1rem}.stat-item{padding:1rem}.products-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}.product-card{padding:1rem}.product-card img{height:140px}.clinics-grid,.labs-grid,.doctors-grid{grid-template-columns:1fr}.faq-question{padding:1rem;font-size:.95rem}.section-header h2{font-size:1.75rem}.section-header p{font-size:.9rem}}@media (width<=480px){.hero-slider-wrapper{min-height:80vh;padding:2rem 0}.subtitle{font-size:.9rem}.stats-grid{grid-template-columns:1fr 1fr}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card img{height:120px}.filter-container{flex-wrap:wrap;gap:.5rem}.filter-btn{padding:.4rem .85rem;font-size:.8rem}.section-header h2{font-size:1.5rem}}@media (width<=375px){body{font-size:14px}.container{padding:0 .75rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:.6rem}.product-card{border-radius:.75rem;padding:.75rem}.product-card img{height:110px}.logo img{height:32px}.badge{font-size:.7rem}.section-header h2{font-size:1.3rem}.hero-dots{display:none}}@media (width<=320px){.products-grid,.stats-grid{grid-template-columns:1fr}}.cart-overlay{z-index:1999;opacity:0;visibility:hidden;background:#00000080;transition:all .3s;position:fixed;inset:0}.cart-overlay.show{opacity:1;visibility:visible}.cart-drawer{z-index:2000;background:#fff;flex-direction:column;width:100%;max-width:450px;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-450px;box-shadow:-10px 0 30px #0000001a}.cart-drawer.open{right:0}.cart-header{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.cart-header h2{align-items:center;gap:.5rem;margin:0;font-size:1.5rem;display:flex}.cart-close{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;font-size:1.5rem;transition:all .2s}.cart-close:hover{color:var(--brand-dark);transform:scale(1.1)}.cart-items-container{flex:1;padding:1.5rem 2rem;overflow-y:auto}.cart-item{border-bottom:1px solid #0000000d;gap:1rem;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.cart-item-img{object-fit:contain;background:var(--bg-gray);border-radius:.5rem;width:80px;height:80px;padding:.5rem}.cart-item-details{flex:1}.cart-item-title{color:var(--brand-dark);margin-bottom:.25rem;font-size:1rem;font-weight:700}.cart-item-price{color:var(--brand-main);margin-bottom:.5rem;font-weight:600}.cart-item-actions{justify-content:space-between;align-items:center;display:flex}.qty-controls{background:var(--bg-gray);border-radius:50px;align-items:center;gap:.5rem;padding:.2rem .5rem;display:flex}.qty-btn{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;transition:all .2s;display:flex}.qty-btn:hover{color:var(--brand-main)}.cart-item-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-size:.9rem;transition:all .2s;display:flex}.cart-item-remove:hover{color:#dc2626;text-decoration:underline}.cart-footer{background:var(--bg-gray);border-top:1px solid #0000000d;padding:1.5rem 2rem}.cart-total-row{color:var(--brand-dark);justify-content:space-between;align-items:center;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800;display:flex}.cart-checkout-btn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.cart-checkout-btn:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 10px 20px #25d3664d}.empty-cart-msg{text-align:center;color:var(--text-secondary);margin-top:3rem}.empty-cart-msg i{color:#cbd5e1;margin-bottom:1rem;font-size:3rem}.cart-icon-btn{color:var(--brand-dark);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;font-size:1.5rem;transition:all .2s;display:flex;position:relative}.cart-icon-btn:hover{color:var(--brand-accent)}.cart-badge{background:var(--brand-accent);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:700;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:absolute;top:-5px;right:-8px}.cart-badge.hidden{display:none}.cart-badge.pulse{transform:scale(1.3)}.cart-toast{background:var(--brand-dark);color:#fff;opacity:0;z-index:3000;border-radius:1rem;align-items:center;gap:.75rem;padding:1rem 1.5rem;font-weight:500;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;bottom:2rem;right:2rem;transform:translateY(100px);box-shadow:0 10px 30px #0003}.cart-toast.show{opacity:1;transform:translateY(0)}.cart-toast i{color:#4ade80;font-size:1.2rem}@media (width<=480px){.cart-drawer{border-radius:0;width:100vw;max-width:100vw}.cart-item{flex-wrap:wrap}.cart-item-details{flex:1;min-width:0}.cart-item-title{white-space:nowrap;text-overflow:ellipsis;font-size:.85rem;overflow:hidden}.cart-footer{padding:1rem}.cart-checkout-btn{width:100%;padding:.85rem;font-size:1rem}}
