:root{--bg-forest-green:#214728;--bg-dark-green:#17381d;--bg-light-gray:#f4f6f5;--bg-light-teal:#e8f4f1;--bg-white:#fff;--text-white:#fff;--text-yellow:#ffeb3b;--text-dark:#111827;--text-gray:#4b5563;--text-blue:#0284c7;--btn-orange-start:#ff7e5f;--btn-orange-end:#feb47b;--btn-orange-hover:#f96644;--badge-red:#e11d48;--whatsapp-green:#25d366;--font-heading:"Poppins", "Teko", "Hind", sans-serif;--font-body:"Hind", system-ui, -apple-system, sans-serif;--shadow-card:0 10px 30px #00000040;--shadow-btn:0 6px 20px #ff7e5f66}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background-color:var(--bg-white);color:var(--text-dark);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{width:100%;max-width:1140px;margin:0 auto;padding:0 1.25rem}.text-center{text-align:center}.margin-top-30{margin-top:1.875rem}.margin-top-40{margin-top:2.5rem}.margin-bottom-30{margin-bottom:1.875rem}.btn-cta{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:var(--text-white);background:linear-gradient(135deg, var(--btn-orange-start), var(--btn-orange-end));cursor:pointer;box-shadow:var(--shadow-btn);border:none;border-radius:50px;justify-content:center;align-items:center;width:100%;padding:1rem 2.5rem;font-size:1.35rem;font-weight:700;transition:transform .2s,box-shadow .2s,background .2s;display:inline-flex}.btn-cta:hover{background:linear-gradient(135deg,#f96644,#ff9950);transform:translateY(-3px)scale(1.02);box-shadow:0 10px 25px #ff7e5f80}.inline-btn{width:auto;min-width:280px}.whatsapp-float-btn{background-color:var(--whatsapp-green);cursor:pointer;z-index:999;border:none;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:fixed;bottom:25px;right:25px;box-shadow:0 6px 20px #25d36680}.whatsapp-float-btn:hover{transform:scale(1.15)rotate(10deg)}.modal-overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:10000;opacity:0;visibility:hidden;background-color:#000000bf;justify-content:center;align-items:center;width:100vw;height:100vh;padding:1rem;transition:opacity .3s,visibility .3s;display:flex;position:fixed;top:0;left:0}.modal-overlay.active{opacity:1;visibility:visible}.modal-card{background-color:var(--bg-forest-green);color:var(--text-white);width:100%;max-width:480px;box-shadow:var(--shadow-card);text-align:center;border:2px solid #ffffff26;border-radius:20px;padding:2.5rem 2rem;transition:transform .3s;position:relative;transform:scale(.9)}.modal-overlay.active .modal-card{transform:scale(1)}.modal-close-btn{color:var(--text-white);cursor:pointer;background:0 0;border:none;font-size:2rem;line-height:1;position:absolute;top:15px;right:18px}.modal-subtext{color:var(--text-yellow);margin-top:.75rem;font-size:.95rem;font-weight:600}.section-hero{background-color:var(--bg-forest-green);color:var(--text-white);padding:60px 0}.hero-layout{grid-template-columns:1.2fr .8fr;align-items:center;gap:2.5rem;display:grid}.brand-title{font-family:var(--font-heading);color:var(--text-white);margin-bottom:.5rem;font-size:3rem;font-weight:800;line-height:1;display:block}.main-heading{color:var(--text-yellow);letter-spacing:1px;font-family:Teko,sans-serif;font-size:4.5rem;line-height:.9}.sub-heading{color:#ff9800;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.section-subtitle{margin-bottom:1.5rem;font-size:1.25rem;font-weight:500}.check-list{margin-bottom:2rem;list-style:none}.check-list li{align-items:center;gap:.75rem;margin-bottom:.75rem;font-size:1.15rem;font-weight:500;display:flex}.check-icon{color:#4ade80;font-size:1.3rem;font-weight:800}.centered-checklist{text-align:left;display:inline-block}.hero-product-box{max-width:380px;margin-top:1.5rem;position:relative}.product-img{border-radius:12px;width:100%}.badge-discount{background-color:var(--badge-red);width:65px;height:65px;color:var(--text-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;font-weight:800;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 4px 12px #e11d4880}.hero-form-card{background-color:var(--bg-white);color:var(--text-dark);box-shadow:var(--shadow-card);text-align:center;border-radius:16px;padding:2.5rem 1.8rem;position:relative}.sale-sticker{color:var(--text-white);text-transform:uppercase;background-color:#15803d;border-radius:4px;margin-bottom:1rem;padding:.3rem .8rem;font-size:.85rem;font-weight:700;display:inline-block}.form-card-title{margin-bottom:1.25rem;font-size:1.15rem;font-weight:700;line-height:1.4}.price-container{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.old-price{color:#9ca3af;font-size:1.3rem;font-weight:600;text-decoration:line-through}.down-arrow{color:#ef4444;font-size:1.4rem;font-weight:800}.new-price{color:#d97706;font-size:2.2rem;font-weight:800}.order-form-element{flex-direction:column;gap:1rem;display:flex}.input-wrapper{width:100%;position:relative}.order-input{width:100%;font-family:var(--font-body);border:1.5px solid #d1d5db;border-radius:8px;outline:none;padding:.9rem 1.2rem;font-size:1rem;transition:border-color .2s}.order-input:focus{border-color:#2563eb}.phone-wrapper{border:1.5px solid #d1d5db;border-radius:8px;align-items:center;display:flex;overflow:hidden}.phone-prefix{color:#374151;background-color:#f3f4f6;border-right:1.5px solid #d1d5db;align-items:center;gap:.3rem;padding:0 .75rem;font-weight:700;display:flex}.phone-input{border:none!important;border-radius:0!important}.stock-counter{color:#16a34a;margin-top:1.25rem;font-size:.95rem;font-weight:600}.highlight-count{color:#dc2626;font-weight:800}.section-natural{padding:80px 0}.bg-light-gray{background-color:var(--bg-light-gray)}.natural-header{justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.green-heart-icon{font-size:2rem}.natural-title{font-family:var(--font-heading);color:#1e3a8a;font-size:2.2rem;font-weight:800}.stats-text{color:#312e81;margin-bottom:.5rem;font-size:1.3rem;font-weight:600}.question-title{color:#111827;margin-bottom:2rem;font-size:1.5rem;font-weight:800}.doctor-illustration-box{border-radius:16px;max-width:600px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #00000014}.section-complications{background-color:var(--bg-white);padding:80px 0}.complications-section-title{color:#111827;margin-top:1rem;font-size:2.4rem;font-weight:800}.complications-box{background-color:var(--bg-forest-green);color:var(--text-white);box-shadow:var(--shadow-card);border-radius:20px;padding:3rem 2rem}.complications-intro-text{text-align:center;margin-bottom:2.5rem;font-size:1.3rem;font-weight:600}.complications-list{flex-direction:column;gap:1.8rem;display:flex}.complication-item{background-color:#ffffff1f;border:1px solid #ffffff40;border-radius:12px;align-items:center;gap:1.5rem;padding:1.25rem 1.5rem;transition:transform .2s,background-color .2s;display:flex}.complication-item:hover{background-color:#ffffff2e;transform:translateY(-2px)}.comp-img-wrapper{border:2px solid #ef4444;border-radius:12px;flex-shrink:0;width:90px;height:90px;overflow:hidden;box-shadow:0 4px 10px #0000004d}.comp-img{object-fit:cover;width:100%;height:100%}.comp-content{text-align:left}.comp-title{color:#ffeb3b;text-shadow:0 1px 3px #0009;margin-bottom:.35rem;font-size:1.45rem;font-weight:700}.comp-subtext{color:#fff;font-size:1.05rem;font-weight:500;line-height:1.55}.underline-orange{border-bottom:2px solid #ff7e5f}.section-natural .complications-box{text-align:left;background:linear-gradient(135deg,#17381d 0%,#214728 100%);border:1px solid #ffffff26;box-shadow:0 10px 30px #00000040}.section-natural .comp-title{text-shadow:0 1px 3px #0009;font-size:1.45rem;font-weight:700;color:#ffeb3b!important}.section-natural .comp-subtext{font-size:1.05rem;font-weight:500;line-height:1.55;color:#fff!important}.section-natural .complication-item:not(.complications-box .complication-item),.bg-light-gray .complication-item:not(.complications-box .complication-item){background-color:#fff;border:1px solid #d1d5db;box-shadow:0 4px 15px #00000014}.section-natural .complication-item:not(.complications-box .complication-item) .comp-title,.bg-light-gray .complication-item:not(.complications-box .complication-item) .comp-title{text-shadow:none;color:#166534!important}.section-natural .complication-item:not(.complications-box .complication-item) .comp-subtext,.bg-light-gray .complication-item:not(.complications-box .complication-item) .comp-subtext{color:#1f2937!important}.section-support{background-color:var(--bg-forest-green);color:var(--text-white);padding:80px 0}.support-heading{color:var(--text-yellow);margin-bottom:2rem;font-size:2.4rem;font-weight:800}.recent-purchase-counter{color:#ffffffd9;margin-top:1rem;font-size:1.05rem;font-weight:600}.section-dosage{padding:80px 0}.dosage-heading{color:#111827;margin-bottom:3rem;font-size:2.4rem;font-weight:800}.dosage-grid{grid-template-columns:.9fr 1.1fr;align-items:center;gap:3rem;display:grid}.product-badge-wrapper{max-width:420px;margin:0 auto;position:relative}.product-img-lg{border-radius:16px;width:100%}.badge-discount-lg{background-color:var(--badge-red);width:80px;height:80px;color:var(--text-white);border-radius:50%;justify-content:center;align-items:center;font-size:1.5rem;font-weight:800;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 6px 16px #e11d4880}.numbered-list{flex-direction:column;gap:1.25rem;list-style:none;display:flex}.numbered-list li{background-color:var(--bg-white);border-radius:12px;align-items:center;gap:1.25rem;padding:1rem 1.5rem;display:flex;box-shadow:0 2px 10px #0000000d}.num-badge{width:42px;height:42px;color:var(--text-white);background-color:#16a34a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.25rem;font-weight:800;display:flex}.num-text{color:#1f2937;font-size:1.15rem;font-weight:600}.link-blue{color:var(--text-blue);text-decoration:underline}.dosage-subnote{color:#4b5563;margin-top:.75rem;font-size:1.05rem;font-weight:600}.section-reviews{padding:80px 0}.bg-teal{background-color:var(--bg-light-teal)}.reviews-heading{color:#064e3b;margin-bottom:3rem;font-size:2.2rem;font-weight:800}.reviews-grid{flex-direction:column;gap:2rem;display:flex}.review-card{background-color:var(--bg-white);border-radius:16px;padding:2rem;box-shadow:0 4px 15px #0000000f}.review-header{align-items:center;gap:1.25rem;margin-bottom:1.25rem;display:flex}.review-avatar{border:2px solid var(--btn-orange-start);border-radius:50%;width:70px;height:70px;overflow:hidden}.avatar-img{object-fit:cover;width:100%;height:100%}.reviewer-name{color:#111827;border-bottom:2px solid var(--btn-orange-start);padding-bottom:.2rem;font-size:1.25rem;font-weight:800}.reviewer-name .age{color:#6b7280;font-weight:500}.review-body{color:#374151;font-size:1.05rem;line-height:1.7}.live-viewers-count{color:#047857;margin-top:1rem;font-size:1.05rem;font-weight:600}.site-footer{background-color:var(--bg-dark-green);color:#fffc;padding:3rem 0;font-size:.9rem}.company-address{margin-bottom:1rem;font-weight:500}.privacy-link{color:var(--text-yellow);cursor:pointer;font-weight:600;text-decoration:underline}.privacy-content-box{text-align:left;background-color:#0000004d;border-radius:8px;max-width:800px;margin:1.5rem auto 0;padding:1.25rem;line-height:1.6;display:none}.privacy-content-box.active{display:block}@media (width<=992px){.hero-layout,.dosage-grid{grid-template-columns:1fr}.main-heading{font-size:3.5rem}.sub-heading{font-size:1.8rem}.complication-item{text-align:center;flex-direction:column}}@media (width<=600px){.main-heading{font-size:2.8rem}.btn-cta{padding:.9rem 1.8rem;font-size:1.15rem}}
