{"product_id":"vednaro-moringa-tablets-60","title":"Moringa Tablets 60 pcs","description":"\u003c!-- \n  VEDNARO MORINGA TABLETS LANDING PAGE - GREEN LUXURY EDITION FOR SHOPIFY DESCRIPTION EDITOR\n  Instructions: Click the \"\u003c\/\u003e\" button in the Shopify Description Editor, paste this entire block, and save.\n  All styles and scripts are self-contained and scoped under #vm-landing-page to protect your store theme.\n  NO sticky buttons, NO header, NO footer — designed purely for product description embedding.\n--\u003e\n\n\u003cdiv id=\"vm-landing-page\"\u003e\n\n  \u003c!-- Language Selector Bar (Top, Not Sticky) --\u003e\n  \u003cdiv class=\"vm-lang-bar\" id=\"vm-lang-bar\"\u003e\n    \u003cdiv class=\"vm-lang-bar-inner\"\u003e\n      \u003cspan class=\"vm-lang-bar-label\"\u003e🌐 Language:\u003c\/span\u003e\n      \u003ca href=\"javascript:void(0)\" class=\"vm-lang-btn active\" data-lang=\"en\" onclick=\"if(window.vmSetLang){window.vmSetLang('en');}return false;\"\u003eEnglish\u003c\/a\u003e\n      \u003cspan class=\"vm-lang-sep\"\u003e|\u003c\/span\u003e\n      \u003ca href=\"javascript:void(0)\" class=\"vm-lang-btn\" data-lang=\"hi\" onclick=\"if(window.vmSetLang){window.vmSetLang('hi');}return false;\"\u003eहिन्दी\u003c\/a\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- Embedded CSS Styles (Scoped to prevent global styles bleeding) --\u003e\n  \u003cstyle\u003e\n    #vm-landing-page {\n      --moringa-green: #2D6A4F;\n      --accent-green: #40916C;\n      --light-green: #95D5B2;\n      --pale-green: #D8F3DC;\n      --warm-bg: #F7FBF7;\n      --warm-card: #EDF6EC;\n      --pure-white: #FFFFFF;\n      --text-dark: #1B4332;\n      --text-light: #F7FBF7;\n      --text-muted: #6E6E73;\n      --border-green: rgba(45, 106, 79, 0.25);\n\n      --font-serif: 'Playfair Display', Georgia, serif;\n      --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif;\n\n      --transition-smooth: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n      --border-radius-sm: 8px;\n      --border-radius-md: 12px;\n      --border-radius-lg: 20px;\n\n      --shadow-premium: 0 8px 24px rgba(45, 106, 79, 0.08);\n      --max-width: 1200px;\n\n      font-family: var(--font-sans);\n      background-color: var(--warm-bg);\n      color: var(--text-dark);\n      line-height: 1.5;\n      width: 100%;\n      box-sizing: border-box;\n    }\n\n    #vm-landing-page *,\n    #vm-landing-page *::before,\n    #vm-landing-page *::after {\n      box-sizing: border-box;\n      margin: 0;\n      padding: 0;\n    }\n\n    #vm-landing-page h1,\n    #vm-landing-page h2,\n    #vm-landing-page h3,\n    #vm-landing-page h4,\n    #vm-landing-page h5,\n    #vm-landing-page h6 {\n      font-family: var(--font-serif);\n      font-weight: 600;\n      line-height: 1.2;\n      color: var(--text-dark);\n    }\n\n    #vm-landing-page p {\n      font-weight: 400;\n      color: var(--text-muted);\n    }\n\n    #vm-landing-page a {\n      text-decoration: none;\n      color: inherit;\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page img {\n      max-width: 100%;\n      height: auto;\n      display: block;\n    }\n\n    \/* Layout Utilities *\/\n    #vm-landing-page .vm-container {\n      width: 100%;\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 0 20px;\n    }\n\n    #vm-landing-page .vm-section-padding {\n      padding: 45px 0;\n    }\n\n    #vm-landing-page .vm-dark-section {\n      background-color: var(--warm-card);\n      color: var(--text-dark);\n      border-top: 1px solid var(--border-green);\n      border-bottom: 1px solid var(--border-green);\n    }\n\n    #vm-landing-page .vm-text-center {\n      text-align: center;\n    }\n\n    #vm-landing-page .vm-accent-text {\n      color: var(--accent-green);\n      font-family: var(--font-serif);\n      font-style: italic;\n    }\n\n    #vm-landing-page .vm-section-header {\n      max-width: 650px;\n      margin: 0 auto 30px auto;\n    }\n\n    #vm-landing-page .vm-section-header h2 {\n      font-size: 2.3rem;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-section-header p {\n      font-size: 1rem;\n      color: var(--text-muted);\n    }\n\n    \/* Buttons *\/\n    #vm-landing-page .vm-btn {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      padding: 12px 24px;\n      font-family: var(--font-sans);\n      font-weight: 600;\n      font-size: 0.9rem;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n      border-radius: var(--border-radius-sm);\n      cursor: pointer;\n      transition: var(--transition-smooth);\n      border: none;\n    }\n\n    #vm-landing-page .vm-btn-primary {\n      background-color: var(--moringa-green);\n      color: var(--pure-white);\n      border: 1px solid var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-btn-primary:hover {\n      background-color: var(--accent-green);\n      border-color: var(--accent-green);\n      transform: translateY(-2px);\n      box-shadow: 0 6px 15px rgba(45, 106, 79, 0.2);\n    }\n\n    #vm-landing-page .vm-btn-secondary {\n      background-color: transparent;\n      color: var(--accent-green);\n      border: 1px solid var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-btn-secondary:hover {\n      background-color: rgba(45, 106, 79, 0.05);\n      transform: translateY(-2px);\n    }\n\n    \/* ============================\n       LANGUAGE BAR\n       ============================ *\/\n    #vm-landing-page .vm-lang-bar {\n      background: #1B4332;\n      border-bottom: 1px solid rgba(45, 106, 79, 0.4);\n      padding: 7px 0;\n      position: relative;\n      z-index: 9999;\n      pointer-events: auto !important;\n    }\n\n    #vm-landing-page .vm-lang-bar-inner {\n      display: flex;\n      align-items: center;\n      justify-content: flex-end;\n      gap: 10px;\n      max-width: var(--max-width);\n      margin: 0 auto;\n      padding: 0 20px;\n      position: relative;\n      z-index: 10000;\n    }\n\n    #vm-landing-page .vm-lang-bar-label {\n      font-size: 0.72rem;\n      color: rgba(255,255,255,0.45);\n      font-weight: 500;\n    }\n\n    #vm-landing-page .vm-lang-btn {\n      background: transparent;\n      border: 1px solid rgba(45, 106, 79, 0.5);\n      color: rgba(255,255,255,0.6);\n      font-size: 0.72rem;\n      font-weight: 700;\n      padding: 4px 12px;\n      border-radius: 4px;\n      cursor: pointer !important;\n      transition: var(--transition-smooth);\n      font-family: var(--font-sans);\n      display: inline-block;\n      text-decoration: none !important;\n      line-height: 1.3;\n      user-select: none;\n      position: relative;\n      z-index: 10001;\n      pointer-events: auto !important;\n    }\n\n    #vm-landing-page .vm-lang-btn:hover {\n      border-color: var(--accent-green);\n      color: var(--light-green);\n    }\n\n    #vm-landing-page .vm-lang-btn.active {\n      background: var(--moringa-green) !important;\n      border-color: var(--accent-green) !important;\n      color: #ffffff !important;\n      box-shadow: 0 2px 6px rgba(0,0,0,0.2);\n    }\n\n    #vm-landing-page .vm-lang-sep {\n      color: rgba(255,255,255,0.2);\n      font-size: 0.7rem;\n    }\n\n    \/* ============================\n       1. HERO SECTION\n       ============================ *\/\n    #vm-landing-page .vm-hero {\n      position: relative;\n      padding-top: 40px;\n      padding-bottom: 40px;\n      overflow: hidden;\n    }\n\n    \/* ============================\n       1. HERO SECTION (CENTER BOTTLE + 300 PROBLEMS)\n       ============================ *\/\n    #vm-landing-page .vm-hero {\n      padding: 40px 0 50px 0;\n      position: relative;\n      overflow: hidden;\n      background: radial-gradient(circle at 50% 65%, rgba(45, 106, 79, 0.08) 0%, rgba(247, 251, 247, 0) 70%);\n    }\n\n    #vm-landing-page .vm-hero-top {\n      text-align: center;\n      max-width: 880px;\n      margin: 0 auto 32px auto;\n    }\n\n    #vm-landing-page .vm-hero-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background-color: rgba(45, 106, 79, 0.1);\n      border: 1px solid rgba(45, 106, 79, 0.25);\n      padding: 6px 16px;\n      border-radius: 50px;\n      color: var(--accent-green);\n      font-size: 0.82rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.06em;\n      margin-bottom: 16px;\n    }\n\n    #vm-landing-page .vm-hero-title {\n      font-size: 3.3rem;\n      line-height: 1.15;\n      margin-bottom: 14px;\n      font-weight: 800;\n      color: var(--text-dark);\n    }\n\n    #vm-landing-page .vm-hero-subheadline {\n      font-size: 1.1rem;\n      color: var(--text-muted);\n      margin: 0 auto 24px auto;\n      max-width: 680px;\n      line-height: 1.6;\n    }\n\n    #vm-landing-page .vm-hero-actions {\n      display: flex;\n      justify-content: center;\n      gap: 14px;\n      margin-bottom: 20px;\n    }\n\n    #vm-landing-page .vm-hero-trust {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 10px;\n    }\n\n    #vm-landing-page .vm-stars {\n      color: var(--moringa-green);\n      font-size: 1.05rem;\n    }\n\n    #vm-landing-page .vm-hero-trust-text {\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      font-weight: 500;\n    }\n\n    \/* 3-Column Showcase: Left Problems - Center Bottle - Right Problems *\/\n    #vm-landing-page .vm-hero-showcase {\n      display: grid;\n      grid-template-columns: 1fr auto 1fr;\n      gap: 20px;\n      align-items: center;\n      max-width: 1200px;\n      margin: 32px auto 0 auto;\n    }\n\n    #vm-landing-page .vm-problem-tags-col {\n      display: flex;\n      flex-direction: column;\n      gap: 12px;\n    }\n\n    #vm-landing-page .vm-problem-tags-col.vm-col-left {\n      align-items: flex-end;\n    }\n\n    #vm-landing-page .vm-problem-tags-col.vm-col-right {\n      align-items: flex-start;\n    }\n\n    #vm-landing-page .vm-hero-prob-tag {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--pure-white);\n      border: 1.5px solid rgba(45, 106, 79, 0.25);\n      border-radius: 50px;\n      padding: 10px 18px;\n      box-shadow: 0 4px 14px rgba(45, 106, 79, 0.08);\n      transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);\n      cursor: default;\n    }\n\n    #vm-landing-page .vm-hero-prob-tag:hover {\n      transform: translateY(-2px);\n      border-color: var(--moringa-green);\n      box-shadow: 0 6px 20px rgba(45, 106, 79, 0.18);\n      background: #f7faf7;\n    }\n\n    #vm-landing-page .vm-hpt-icon {\n      font-size: 1.15rem;\n      flex-shrink: 0;\n      line-height: 1;\n    }\n\n    #vm-landing-page .vm-hpt-text {\n      font-size: 0.88rem;\n      font-weight: 700;\n      color: #1B4332;\n      line-height: 1.25;\n      white-space: nowrap;\n    }\n\n    \/* Center Bottle Showcase *\/\n    #vm-landing-page .vm-hero-center-stage {\n      position: relative;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      width: 360px;\n      flex-shrink: 0;\n    }\n\n    #vm-landing-page .vm-center-bottle-glow {\n      position: absolute;\n      width: 380px;\n      height: 380px;\n      border-radius: 50%;\n      background: radial-gradient(circle, rgba(149, 213, 178, 0.38) 0%, rgba(45, 106, 79, 0.14) 50%, transparent 70%);\n      top: 45%;\n      left: 50%;\n      transform: translate(-50%, -50%);\n      z-index: 0;\n      pointer-events: none;\n      filter: blur(14px);\n    }\n\n    #vm-landing-page .vm-center-stage-pill {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: var(--moringa-green);\n      color: #fff;\n      font-size: 0.76rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      padding: 6px 16px;\n      border-radius: 50px;\n      margin-bottom: 12px;\n      box-shadow: 0 4px 12px rgba(45, 106, 79, 0.3);\n      position: relative;\n      z-index: 2;\n    }\n\n    #vm-landing-page .vm-hero-center-bottle {\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      max-width: 320px;\n      height: auto;\n      filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.2)) drop-shadow(0 0 25px rgba(149, 213, 178, 0.3));\n      transition: transform 0.4s ease;\n    }\n\n    #vm-landing-page .vm-hero-center-stage:hover .vm-hero-center-bottle {\n      transform: scale(1.03);\n    }\n\n    \/* Trust badges anchored under center bottle *\/\n    #vm-landing-page .vm-hero-center-stage .vm-trust-badges-row {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 8px;\n      margin-top: 18px;\n      flex-wrap: wrap;\n      position: relative;\n      z-index: 2;\n    }\n\n    #vm-landing-page .vm-trust-badge-item {\n      display: inline-flex;\n      align-items: center;\n      gap: 8px;\n      background: var(--pure-white);\n      border: 1px solid var(--border-green);\n      border-radius: 50px;\n      padding: 5px 14px 5px 6px;\n      box-shadow: 0 2px 8px rgba(45, 106, 79, 0.06);\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-trust-badge-item:hover {\n      transform: translateY(-2px);\n      border-color: var(--moringa-green);\n      box-shadow: 0 4px 12px rgba(45, 106, 79, 0.12);\n    }\n\n    #vm-landing-page .vm-trust-badge-img {\n      width: 32px;\n      height: 32px;\n      object-fit: contain;\n      border-radius: 50%;\n      display: block;\n      flex-shrink: 0;\n    }\n\n    #vm-landing-page .vm-trust-badge-label {\n      font-size: 0.78rem;\n      font-weight: 700;\n      color: var(--moringa-green);\n      letter-spacing: 0.02em;\n      white-space: nowrap;\n    }\n\n    \/* Interactive Problem Tag Styling *\/\n    #vm-landing-page .vm-hero-prob-tag {\n      display: inline-flex;\n      align-items: center;\n      gap: 10px;\n      background: var(--pure-white);\n      border: 1.5px solid rgba(45, 106, 79, 0.25);\n      border-radius: 50px;\n      padding: 9px 16px;\n      box-shadow: 0 4px 14px rgba(45, 106, 79, 0.08);\n      transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);\n      cursor: pointer;\n      user-select: none;\n      position: relative;\n    }\n\n    #vm-landing-page .vm-hero-prob-tag:hover {\n      transform: translateY(-2px);\n      border-color: var(--moringa-green);\n      box-shadow: 0 6px 20px rgba(45, 106, 79, 0.2);\n      background: #f7faf7;\n    }\n\n    #vm-landing-page .vm-hpt-icon {\n      font-size: 1.1rem;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      line-height: 1;\n      width: 24px;\n      height: 24px;\n      flex-shrink: 0;\n    }\n\n    #vm-landing-page .vm-hpt-badge {\n      font-size: 0.65rem;\n      font-weight: 800;\n      color: #2D6A4F;\n      background: rgba(45, 106, 79, 0.12);\n      padding: 3px 8px;\n      border-radius: 50px;\n      letter-spacing: 0.04em;\n      white-space: nowrap;\n      flex-shrink: 0;\n      text-transform: uppercase;\n    }\n\n    \/* Scientific Reason Popup Modal *\/\n    .vm-modal-overlay,\n    #vm-landing-page .vm-modal-overlay {\n      position: fixed !important;\n      top: 0 !important;\n      left: 0 !important;\n      right: 0 !important;\n      bottom: 0 !important;\n      width: 100vw !important;\n      width: 100% !important;\n      height: 100vh !important;\n      height: 100% !important;\n      background: rgba(10, 30, 20, 0.8) !important;\n      backdrop-filter: blur(8px) !important;\n      -webkit-backdrop-filter: blur(8px) !important;\n      z-index: 2147483647 !important;\n      display: none !important;\n      align-items: center !important;\n      justify-content: center !important;\n      padding: 16px !important;\n      box-sizing: border-box !important;\n    }\n\n    .vm-modal-overlay.vm-modal-open,\n    #vm-landing-page .vm-modal-overlay.vm-modal-open {\n      display: flex !important;\n      opacity: 1 !important;\n      visibility: visible !important;\n    }\n\n    .vm-modal-card,\n    #vm-landing-page .vm-modal-card {\n      background: #FFFFFF !important;\n      border-radius: 20px !important;\n      padding: 28px 24px !important;\n      max-width: 480px !important;\n      width: 100% !important;\n      position: relative !important;\n      box-shadow: 0 25px 60px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(45, 106, 79, 0.2) !important;\n      text-align: left !important;\n      box-sizing: border-box !important;\n      max-height: 90vh !important;\n      overflow-y: auto !important;\n      transform: scale(1) !important;\n      z-index: 2147483647 !important;\n    }\n\n    .vm-modal-close,\n    #vm-landing-page .vm-modal-close {\n      position: absolute !important;\n      top: 14px !important;\n      right: 14px !important;\n      width: 36px !important;\n      height: 36px !important;\n      border-radius: 50% !important;\n      border: 1px solid rgba(45, 106, 79, 0.2) !important;\n      background: #f7faf7 !important;\n      color: #1B4332 !important;\n      font-size: 1.2rem !important;\n      font-weight: 700 !important;\n      cursor: pointer !important;\n      display: flex !important;\n      align-items: center !important;\n      justify-content: center !important;\n      transition: all 0.2s !important;\n      line-height: 1 !important;\n      z-index: 10 !important;\n    }\n\n    .vm-modal-close:hover,\n    #vm-landing-page .vm-modal-close:hover {\n      background: #2D6A4F !important;\n      color: #FFFFFF !important;\n    }\n\n    .vm-modal-badge,\n    #vm-landing-page .vm-modal-badge {\n      display: inline-flex !important;\n      align-items: center !important;\n      gap: 6px !important;\n      background: rgba(45, 106, 79, 0.1) !important;\n      color: #2D6A4F !important;\n      font-size: 0.74rem !important;\n      font-weight: 800 !important;\n      text-transform: uppercase !important;\n      letter-spacing: 0.06em !important;\n      padding: 4px 12px !important;\n      border-radius: 50px !important;\n      margin-bottom: 12px !important;\n    }\n\n    .vm-modal-header,\n    #vm-landing-page .vm-modal-header {\n      display: flex !important;\n      align-items: center !important;\n      gap: 12px !important;\n      margin-bottom: 14px !important;\n    }\n\n    .vm-modal-problem-icon,\n    #vm-landing-page .vm-modal-problem-icon {\n      width: 44px !important;\n      height: 44px !important;\n      border-radius: 12px !important;\n      background: #EDF6EC !important;\n      display: flex !important;\n      align-items: center !important;\n      justify-content: center !important;\n      font-size: 1.5rem !important;\n      flex-shrink: 0 !important;\n    }\n\n    .vm-modal-problem-title,\n    #vm-landing-page .vm-modal-problem-title {\n      font-size: 1.25rem !important;\n      font-weight: 800 !important;\n      color: #1B4332 !important;\n      line-height: 1.25 !important;\n      margin: 0 !important;\n    }\n\n    .vm-modal-divider,\n    #vm-landing-page .vm-modal-divider {\n      height: 1px !important;\n      background: #e2ede2 !important;\n      margin-bottom: 14px !important;\n    }\n\n    .vm-modal-section-label,\n    #vm-landing-page .vm-modal-section-label {\n      font-size: 0.72rem !important;\n      font-weight: 800 !important;\n      color: #40916C !important;\n      letter-spacing: 0.08em !important;\n      margin-bottom: 8px !important;\n    }\n\n    .vm-modal-desc,\n    #vm-landing-page .vm-modal-desc {\n      font-size: 0.95rem !important;\n      line-height: 1.65 !important;\n      color: #2D4036 !important;\n      margin: 0 0 20px 0 !important;\n    }\n\n    .vm-modal-cta-btn,\n    #vm-landing-page .vm-modal-cta-btn {\n      display: block !important;\n      width: 100% !important;\n      text-align: center !important;\n      background: #2D6A4F !important;\n      color: #FFFFFF !important;\n      font-weight: 700 !important;\n      font-size: 0.92rem !important;\n      padding: 12px 20px !important;\n      border-radius: 50px !important;\n      text-decoration: none !important;\n      box-shadow: 0 6px 18px rgba(45, 106, 79, 0.25) !important;\n      transition: all 0.2s ease !important;\n      box-sizing: border-box !important;\n    }\n\n    .vm-modal-cta-btn:hover,\n    #vm-landing-page .vm-modal-cta-btn:hover {\n      background: #1B4332 !important;\n      transform: translateY(-2px) !important;\n    }\n\n    \/* ============================\n       3. RESULTS TIMELINE\n       ============================ *\/\n    #vm-landing-page .vm-results-timeline-section {\n      background: var(--warm-bg);\n      border-top: 1px solid var(--border-green);\n      border-bottom: 1px solid var(--border-green);\n    }\n\n    #vm-landing-page .vm-results-timeline-header {\n      text-align: center;\n      max-width: 680px;\n      margin: 0 auto 36px auto;\n    }\n\n    #vm-landing-page .vm-results-timeline-header .vm-rt-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: rgba(45,106,79,0.08);\n      border: 1px solid rgba(45,106,79,0.25);\n      color: var(--accent-green);\n      font-size: 0.72rem;\n      font-weight: 700;\n      text-transform: uppercase;\n      letter-spacing: 0.1em;\n      padding: 4px 12px;\n      border-radius: 50px;\n      margin-bottom: 14px;\n    }\n\n    #vm-landing-page .vm-results-timeline-header h2 {\n      font-size: 2.2rem;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-results-timeline-header p {\n      font-size: 0.95rem;\n      color: var(--text-muted);\n    }\n\n    #vm-landing-page .vm-rt-track {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 0;\n      position: relative;\n    }\n\n    #vm-landing-page .vm-rt-track::before {\n      content: \"\";\n      position: absolute;\n      top: 36px;\n      left: 12.5%;\n      right: 12.5%;\n      height: 2px;\n      background: linear-gradient(90deg, var(--moringa-green) 0%, var(--accent-green) 100%);\n      z-index: 0;\n    }\n\n    #vm-landing-page .vm-rt-step {\n      position: relative;\n      z-index: 1;\n      display: flex;\n      flex-direction: column;\n      align-items: center;\n      text-align: center;\n      padding: 0 12px;\n    }\n\n    #vm-landing-page .vm-rt-dot {\n      width: 72px;\n      height: 72px;\n      border-radius: 50%;\n      background: var(--pure-white);\n      border: 2px solid var(--border-green);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 18px;\n      font-size: 1.6rem;\n      box-shadow: 0 4px 16px rgba(45,106,79,0.1);\n      transition: var(--transition-smooth);\n      position: relative;\n    }\n\n    #vm-landing-page .vm-rt-dot::after {\n      content: \"\";\n      position: absolute;\n      inset: -5px;\n      border-radius: 50%;\n      border: 1px dashed rgba(45,106,79,0.3);\n    }\n\n    #vm-landing-page .vm-rt-step:hover .vm-rt-dot {\n      border-color: var(--moringa-green);\n      background: rgba(45,106,79,0.06);\n      transform: scale(1.08);\n    }\n\n    #vm-landing-page .vm-rt-step.vm-highlighted .vm-rt-dot {\n      background: var(--moringa-green);\n      border-color: var(--moringa-green);\n      box-shadow: 0 6px 24px rgba(45,106,79,0.35);\n    }\n\n    #vm-landing-page .vm-rt-step.vm-highlighted .vm-rt-dot::after {\n      border-color: rgba(45,106,79,0.5);\n    }\n\n    #vm-landing-page .vm-rt-period {\n      display: inline-block;\n      background: var(--moringa-green);\n      color: #fff;\n      font-size: 0.68rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      padding: 3px 10px;\n      border-radius: 3px;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-rt-step.vm-highlighted .vm-rt-period {\n      background: #0b2218;\n      color: var(--light-green);\n      border: 1px solid var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-rt-step h4 {\n      font-size: 1.05rem;\n      color: var(--text-dark);\n      margin-bottom: 8px;\n      font-family: var(--font-sans);\n      font-weight: 700;\n    }\n\n    #vm-landing-page .vm-rt-step p {\n      font-size: 0.82rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    #vm-landing-page .vm-rt-step.vm-highlighted h4 {\n      color: var(--accent-green);\n    }\n\n    #vm-landing-page .vm-rt-cta-note {\n      text-align: center;\n      margin-top: 36px;\n      padding: 20px 28px;\n      background: linear-gradient(135deg, #0b2218, #1B4332);\n      border-radius: var(--border-radius-md);\n      border: 1px solid rgba(45,106,79,0.4);\n      max-width: 640px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    #vm-landing-page .vm-rt-cta-note p {\n      color: rgba(255,255,255,0.8);\n      font-size: 0.95rem;\n      line-height: 1.6;\n      margin: 0;\n    }\n\n    #vm-landing-page .vm-rt-cta-note strong {\n      color: var(--light-green);\n    }\n\n    \/* ============================\n       3B. REAL CUSTOMER BEFORE \u0026 AFTER TRANSFORMATIONS\n       ============================ *\/\n    #vm-landing-page .vm-ba-section {\n      background: #F4F9F5;\n      border-bottom: 1px solid var(--border-green);\n      position: relative;\n    }\n\n    #vm-landing-page .vm-ba-header {\n      text-align: center;\n      max-width: 680px;\n      margin: 0 auto 36px auto;\n    }\n\n    #vm-landing-page .vm-ba-eyebrow {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      background: rgba(45, 106, 79, 0.1);\n      color: #2D6A4F;\n      font-size: 0.76rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      padding: 5px 14px;\n      border-radius: 50px;\n      margin-bottom: 12px;\n    }\n\n    #vm-landing-page .vm-ba-header h2 {\n      font-size: 2.1rem;\n      font-weight: 800;\n      color: #1B4332;\n      line-height: 1.25;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-ba-header p {\n      font-size: 0.96rem;\n      color: #4B6354;\n      line-height: 1.5;\n      margin: 0;\n    }\n\n    #vm-landing-page .vm-ba-grid {\n      display: grid;\n      grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));\n      gap: 20px;\n      justify-content: center;\n    }\n\n    #vm-landing-page .vm-ba-card {\n      background: #FFFFFF;\n      border: 1px solid rgba(45, 106, 79, 0.14);\n      border-radius: 16px;\n      padding: 16px;\n      box-shadow: 0 4px 16px rgba(45, 106, 79, 0.06);\n      display: flex;\n      flex-direction: column;\n      box-sizing: border-box;\n      transition: transform 0.2s ease, box-shadow 0.2s ease;\n    }\n\n    #vm-landing-page .vm-ba-card:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 8px 24px rgba(45, 106, 79, 0.12);\n    }\n\n    \/* Pair Images Row - Large, High-Def, Responsive *\/\n    #vm-landing-page .vm-ba-images-row {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      gap: 12px;\n      margin-bottom: 14px;\n      width: 100%;\n    }\n\n    #vm-landing-page .vm-ba-img-box {\n      position: relative;\n      flex: 1 1 0;\n      width: 100%;\n      height: 175px;\n      border-radius: 12px;\n      overflow: hidden;\n      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);\n      background: #eef3ee;\n    }\n\n    #vm-landing-page .vm-ba-img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      transition: transform 0.3s ease;\n    }\n\n    #vm-landing-page .vm-ba-card:hover .vm-ba-img {\n      transform: scale(1.04);\n    }\n\n    #vm-landing-page .vm-ba-tag {\n      position: absolute;\n      bottom: 8px;\n      left: 8px;\n      font-size: 0.68rem;\n      font-weight: 800;\n      letter-spacing: 0.05em;\n      text-transform: uppercase;\n      padding: 3px 8px;\n      border-radius: 6px;\n      line-height: 1.2;\n      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);\n      z-index: 2;\n    }\n\n    #vm-landing-page .vm-ba-tag-before {\n      background: rgba(30, 30, 30, 0.82);\n      color: #FFFFFF;\n    }\n\n    #vm-landing-page .vm-ba-tag-after {\n      background: #2D6A4F;\n      color: #FFFFFF;\n    }\n\n    \/* Meta \u0026 Rating *\/\n    #vm-landing-page .vm-ba-meta-row {\n      display: flex;\n      align-items: center;\n      justify-content: space-between;\n      margin-bottom: 6px;\n    }\n\n    #vm-landing-page .vm-ba-stars {\n      color: #F59E0B;\n      font-size: 0.95rem;\n      letter-spacing: 1px;\n    }\n\n    #vm-landing-page .vm-ba-verified {\n      font-size: 0.7rem;\n      font-weight: 700;\n      color: #2D6A4F;\n      display: inline-flex;\n      align-items: center;\n      gap: 3px;\n      background: #EDF6EC;\n      padding: 2px 7px;\n      border-radius: 20px;\n    }\n\n    #vm-landing-page .vm-ba-topic {\n      font-size: 0.74rem;\n      font-weight: 800;\n      color: #40916C;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n      margin-bottom: 6px;\n    }\n\n    #vm-landing-page .vm-ba-quote {\n      font-size: 0.85rem;\n      line-height: 1.45;\n      color: #2D4036;\n      margin: 0 0 10px 0;\n      flex: 1;\n    }\n\n    #vm-landing-page .vm-ba-author {\n      font-size: 0.76rem;\n      font-weight: 700;\n      color: #1B4332;\n      border-top: 1px solid #edf2ed;\n      padding-top: 8px;\n      margin-top: auto;\n    }\n\n    #vm-landing-page .vm-ba-author span {\n      font-weight: 400;\n      color: #718879;\n    }\n\n    \/* ============================\n       4. PROBLEM SECTION\n       ============================ *\/\n    #vm-landing-page .vm-problem-grid {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 20px;\n      margin-top: 20px;\n    }\n\n    #vm-landing-page .vm-problem-card {\n      background-color: var(--pure-white);\n      border: 1px solid rgba(45, 106, 79, 0.15);\n      border-radius: var(--border-radius-md);\n      overflow: hidden;\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-problem-card:hover {\n      transform: translateY(-4px);\n      border-color: var(--moringa-green);\n      box-shadow: var(--shadow-premium);\n    }\n\n    #vm-landing-page .vm-problem-img-wrapper {\n      position: relative;\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      overflow: hidden;\n    }\n\n    #vm-landing-page .vm-problem-img {\n      position: absolute;\n      top: 0;\n      left: 0;\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-problem-info {\n      padding: 16px;\n    }\n\n    #vm-landing-page .vm-problem-info h3 {\n      font-size: 1.25rem;\n      color: var(--text-dark);\n      margin-bottom: 8px;\n    }\n\n    #vm-landing-page .vm-problem-info p {\n      font-size: 0.85rem;\n      color: var(--text-muted);\n    }\n\n    \/* ============================\n       5. SCIENCE SECTION (COMPACT 2-COLUMN GRID)\n       ============================ *\/\n    #vm-landing-page .vm-science-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 24px;\n      max-width: 1040px;\n      margin: 0 auto;\n    }\n\n    #vm-landing-page .vm-science-card {\n      background-color: var(--pure-white);\n      border: 1px solid var(--border-green);\n      border-radius: var(--border-radius-lg);\n      padding: 0;\n      box-shadow: var(--shadow-sm);\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-science-card:hover {\n      transform: translateY(-3px);\n      box-shadow: var(--shadow-premium);\n      border-color: var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-science-img-wrap {\n      position: relative;\n      height: 220px;\n      overflow: hidden;\n      background: #081c15;\n    }\n\n    #vm-landing-page .vm-science-img {\n      width: 100%;\n      height: 100%;\n      object-fit: cover;\n      display: block;\n      transition: transform 0.4s ease;\n    }\n\n    #vm-landing-page .vm-science-card:hover .vm-science-img {\n      transform: scale(1.04);\n    }\n\n    #vm-landing-page .vm-science-badge-corner {\n      position: absolute;\n      top: 12px;\n      left: 12px;\n      background: var(--moringa-green);\n      color: #ffffff;\n      font-size: 0.68rem;\n      font-weight: 800;\n      text-transform: uppercase;\n      letter-spacing: 0.08em;\n      padding: 4px 10px;\n      border-radius: 20px;\n      box-shadow: 0 2px 8px rgba(0,0,0,0.3);\n      z-index: 2;\n    }\n\n    #vm-landing-page .vm-science-body {\n      padding: 22px 24px;\n      flex-grow: 1;\n      display: flex;\n      flex-direction: column;\n    }\n\n    #vm-landing-page .vm-science-body h3 {\n      font-size: 1.25rem;\n      font-weight: 800;\n      line-height: 1.3;\n      margin-bottom: 10px;\n      color: var(--text-dark);\n    }\n\n    #vm-landing-page .vm-science-body p {\n      font-size: 0.88rem;\n      color: var(--text-muted);\n      line-height: 1.55;\n      margin-bottom: 14px;\n    }\n\n    #vm-landing-page .vm-science-badges {\n      display: flex;\n      gap: 8px;\n      flex-wrap: wrap;\n      margin-top: auto;\n    }\n\n    #vm-landing-page .vm-science-badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 5px;\n      font-size: 0.72rem;\n      font-weight: 700;\n      color: var(--moringa-green);\n      background-color: rgba(45,106,79,0.08);\n      padding: 3px 8px;\n      border-radius: 4px;\n      border: 1px solid rgba(45,106,79,0.2);\n    }\n\n    #vm-landing-page .vm-science-badge::before {\n      content: \"\";\n      display: block;\n      width: 4px;\n      height: 4px;\n      background-color: var(--moringa-green);\n      border-radius: 50%;\n    }\n\n    \/* ============================\n       6. BENEFITS SECTION\n       ============================ *\/\n    #vm-landing-page .vm-benefits-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    #vm-landing-page .vm-benefit-card {\n      background-color: var(--pure-white);\n      border-radius: var(--border-radius-md);\n      border: 1px solid var(--border-green);\n      overflow: hidden;\n      box-shadow: var(--shadow-premium);\n      transition: var(--transition-smooth);\n      cursor: pointer;\n      position: relative;\n    }\n\n    #vm-landing-page .vm-benefit-card:hover {\n      transform: translateY(-4px);\n      border-color: var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-benefit-icon-wrap {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      padding: 24px;\n      background: var(--warm-card);\n      border-bottom: 1px solid var(--border-green);\n    }\n\n    #vm-landing-page .vm-benefit-icon-img {\n      width: 80px;\n      height: 80px;\n      object-fit: contain;\n    }\n\n    #vm-landing-page .vm-benefit-body {\n      padding: 20px;\n    }\n\n    #vm-landing-page .vm-benefit-body h3 {\n      font-size: 1.15rem;\n      color: var(--text-dark);\n      margin-bottom: 8px;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n    }\n\n    #vm-landing-page .vm-benefit-body h3::after {\n      content: \"➔\";\n      font-size: 0.85rem;\n      color: var(--accent-green);\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-benefit-body p {\n      font-size: 0.85rem;\n      color: var(--text-muted);\n      line-height: 1.5;\n    }\n\n    #vm-landing-page .vm-mech-tag {\n      display: inline-block;\n      margin-top: 10px;\n      font-size: 0.72rem;\n      font-weight: 700;\n      color: var(--accent-green);\n      background: rgba(45,106,79,0.08);\n      border: 1px solid rgba(45,106,79,0.2);\n      padding: 3px 10px;\n      border-radius: 50px;\n      text-transform: uppercase;\n      letter-spacing: 0.05em;\n    }\n\n    \/* ============================\n       7. VS COMPARISON\n       ============================ *\/\n    #vm-landing-page .vm-vs-table {\n      background-color: var(--pure-white);\n      border-radius: var(--border-radius-lg);\n      padding: 40px;\n      border: 1px solid var(--border-green);\n      box-shadow: var(--shadow-premium);\n      max-width: 1000px;\n      margin: 0 auto;\n    }\n\n    #vm-landing-page .vm-vs-header-row {\n      display: grid;\n      grid-template-columns: 220px 1fr 1fr;\n      align-items: flex-end;\n      border-bottom: 2px solid var(--moringa-green);\n      padding-bottom: 20px;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-vs-header-col-label {\n      font-family: var(--font-serif);\n      font-size: 1.5rem;\n      font-weight: 700;\n      color: var(--text-dark);\n      text-align: center;\n    }\n\n    #vm-landing-page .vm-vs-header-col-vednaro {\n      color: var(--accent-green);\n      border-left: 1px solid var(--border-green);\n      padding-left: 20px;\n    }\n\n    #vm-landing-page .vm-vs-header-col-others {\n      color: var(--text-muted);\n      border-left: 1px solid var(--border-green);\n      padding-left: 20px;\n    }\n\n    #vm-landing-page .vm-vs-product-img {\n      width: 90px;\n      height: 90px;\n      object-fit: contain;\n      display: block;\n      margin: 0 auto 10px auto;\n    }\n\n    #vm-landing-page .vm-vs-table-row {\n      display: grid;\n      grid-template-columns: 220px 1fr 1fr;\n      align-items: center;\n      border-bottom: 1px solid rgba(45, 106, 79, 0.15);\n      padding: 24px 0;\n    }\n\n    #vm-landing-page .vm-vs-table-row:last-child {\n      border-bottom: none;\n    }\n\n    #vm-landing-page .vm-vs-feature-label {\n      font-weight: 700;\n      font-size: 1.05rem;\n      color: var(--text-dark);\n      font-family: var(--font-sans);\n    }\n\n    #vm-landing-page .vm-vs-row-cols {\n      display: contents;\n    }\n\n    #vm-landing-page .vm-vs-col-vednaro,\n    #vm-landing-page .vm-vs-col-others {\n      display: flex;\n      align-items: flex-start;\n      gap: 14px;\n      border-left: 1px solid var(--border-green);\n      padding-left: 20px;\n    }\n\n    #vm-landing-page .vm-vs-icon-wrapper {\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      width: 28px;\n      height: 28px;\n      border-radius: 50%;\n      font-size: 0.9rem;\n      font-weight: 700;\n      flex-shrink: 0;\n    }\n\n    #vm-landing-page .vm-vs-icon-wrapper.vm-check {\n      background-color: rgba(46, 125, 50, 0.12);\n      color: #2e7d32;\n    }\n\n    #vm-landing-page .vm-vs-icon-wrapper.vm-cross {\n      background-color: rgba(198, 40, 40, 0.1);\n      color: #c62828;\n    }\n\n    #vm-landing-page .vm-vs-text-block h4 {\n      font-size: 1.1rem;\n      font-weight: 600;\n      color: var(--text-dark);\n      margin-bottom: 4px;\n      font-family: var(--font-sans);\n    }\n\n    #vm-landing-page .vm-vs-text-block p {\n      font-size: 0.9rem;\n      color: var(--text-muted);\n    }\n\n    \/* ============================\n       8. WHY VEDNARO\n       ============================ *\/\n    #vm-landing-page .vm-why-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 20px;\n    }\n\n    #vm-landing-page .vm-why-card {\n      background-color: var(--pure-white);\n      border: 1px solid var(--border-green);\n      padding: 24px;\n      border-radius: var(--border-radius-md);\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-why-card:hover {\n      transform: translateY(-4px);\n      border-color: var(--moringa-green);\n      box-shadow: var(--shadow-premium);\n    }\n\n    #vm-landing-page .vm-why-icon {\n      width: 50px;\n      height: 50px;\n      background-color: rgba(45, 106, 79, 0.06);\n      border: 1px solid var(--border-green);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin-bottom: 16px;\n      color: var(--accent-green);\n      font-size: 1.5rem;\n    }\n\n    #vm-landing-page .vm-why-card h3 {\n      font-size: 1.25rem;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-why-card p {\n      font-size: 0.85rem;\n      color: var(--text-muted);\n    }\n\n    \/* ============================\n       9. HOW TO USE\n       ============================ *\/\n    #vm-landing-page .vm-steps-grid {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 30px;\n      position: relative;\n    }\n\n    #vm-landing-page .vm-steps-grid::before {\n      content: \"\";\n      position: absolute;\n      top: 35px;\n      left: 10%;\n      right: 10%;\n      height: 2px;\n      background-color: rgba(45, 106, 79, 0.15);\n      z-index: 1;\n    }\n\n    #vm-landing-page .vm-step-card {\n      position: relative;\n      z-index: 2;\n      text-align: center;\n    }\n\n    #vm-landing-page .vm-step-number {\n      width: 70px;\n      height: 70px;\n      background-color: var(--pure-white);\n      border: 2px solid var(--moringa-green);\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      margin: 0 auto 16px auto;\n      font-family: var(--font-serif);\n      font-size: 1.6rem;\n      font-weight: 700;\n      color: var(--moringa-green);\n      box-shadow: var(--shadow-premium);\n      transition: var(--transition-smooth);\n    }\n\n    #vm-landing-page .vm-step-card:hover .vm-step-number {\n      background-color: var(--moringa-green);\n      color: var(--pure-white);\n      transform: scale(1.06);\n    }\n\n    #vm-landing-page .vm-step-card h3 {\n      font-size: 1.25rem;\n      margin-bottom: 10px;\n    }\n\n    #vm-landing-page .vm-step-card p {\n      font-size: 0.85rem;\n      color: var(--text-muted);\n      max-width: 240px;\n      margin: 0 auto;\n    }\n\n    \/* ============================\n       11. FAQ\n       ============================ *\/\n    #vm-landing-page .vm-faq-wrapper {\n      max-width: 750px;\n      margin: 0 auto;\n    }\n\n    #vm-landing-page .vm-faq-item {\n      border-bottom: 1px solid rgba(45, 106, 79, 0.15);\n      padding: 6px 0;\n    }\n\n    #vm-landing-page .vm-faq-header {\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      padding: 14px 0;\n      cursor: pointer;\n    }\n\n    #vm-landing-page .vm-faq-header h3 {\n      font-family: var(--font-sans);\n      font-size: 1.05rem;\n      font-weight: 600;\n    }\n\n    #vm-landing-page .vm-faq-icon-box {\n      width: 20px;\n      height: 20px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      border: 1px solid rgba(45, 106, 79, 0.3);\n      color: var(--moringa-green);\n      transition: var(--transition-smooth);\n      flex-shrink: 0;\n    }\n\n    #vm-landing-page .vm-faq-icon-box::before {\n      content: \"+\";\n      font-weight: 600;\n      font-size: 1rem;\n    }\n\n    #vm-landing-page .vm-faq-item.vm-active .vm-faq-icon-box {\n      transform: rotate(45deg);\n      background-color: var(--moringa-green);\n      color: var(--pure-white);\n      border-color: var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-faq-body {\n      max-height: 0;\n      overflow: hidden;\n      transition: max-height 0.3s ease-out, padding 0.3s ease;\n      padding: 0;\n    }\n\n    #vm-landing-page .vm-faq-item.vm-active .vm-faq-body {\n      max-height: 500px;\n      padding-bottom: 14px;\n    }\n\n    #vm-landing-page .vm-faq-body p {\n      font-size: 0.9rem;\n      color: var(--text-muted);\n    }\n\n    \/* ============================\n       12. FINAL CTA\n       ============================ *\/\n    #vm-landing-page .vm-final-cta {\n      position: relative;\n      background-color: var(--warm-bg);\n      overflow: hidden;\n    }\n\n    #vm-landing-page .vm-final-cta-bg-glow {\n      position: absolute;\n      width: 500px;\n      height: 500px;\n      background: radial-gradient(circle, rgba(45, 106, 79, 0.1) 0%, rgba(247, 251, 247, 0) 80%);\n      bottom: -250px;\n      left: 50%;\n      transform: translateX(-50%);\n      z-index: 1;\n    }\n\n    #vm-landing-page .vm-final-cta-card {\n      position: relative;\n      z-index: 2;\n      max-width: 850px;\n      margin: 0 auto;\n      border: 1px solid var(--border-green);\n      border-radius: var(--border-radius-lg);\n      padding: 50px 30px;\n      background-color: var(--pure-white);\n      box-shadow: var(--shadow-premium);\n      text-align: center;\n    }\n\n    #vm-landing-page .vm-final-cta-card h2 {\n      font-size: 2.6rem;\n      margin-bottom: 16px;\n    }\n\n    #vm-landing-page .vm-final-cta-card p {\n      font-size: 1.05rem;\n      color: var(--text-muted);\n      margin-bottom: 30px;\n      max-width: 600px;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    #vm-landing-page .vm-cta-bullets {\n      display: flex;\n      justify-content: center;\n      gap: 20px;\n      margin-bottom: 36px;\n      list-style: none;\n    }\n\n    #vm-landing-page .vm-cta-bullets li {\n      display: inline-flex;\n      align-items: center;\n      gap: 6px;\n      font-size: 0.9rem;\n      font-weight: 500;\n    }\n\n    #vm-landing-page .vm-cta-bullets li::before {\n      content: \"✔\";\n      color: var(--moringa-green);\n    }\n\n    #vm-landing-page .vm-cta-box-image {\n      max-width: 220px;\n      margin: 30px auto 0 auto;\n      display: block;\n      filter: drop-shadow(0 15px 30px rgba(45, 106, 79, 0.15));\n    }\n\n    \/* Disclaimer *\/\n    #vm-landing-page .vm-disclaimer-tag {\n      display: block;\n      font-size: 0.72rem;\n      color: var(--text-muted);\n      text-align: center;\n      margin-top: 16px;\n      font-style: italic;\n    }\n\n    \/* Scroll Animation *\/\n    #vm-landing-page .vm-animate {\n      opacity: 0;\n      transform: translateY(20px);\n      transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n    }\n\n    #vm-landing-page .vm-animate.vm-animated {\n      opacity: 1;\n      transform: translateY(0);\n    }\n\n    \/* ============================\n       RESPONSIVE DESIGN\n       ============================ *\/\n    @media (max-width: 1024px) {\n      #vm-landing-page .vm-hero-title {\n        font-size: 2.6rem;\n      }\n      #vm-landing-page .vm-hero-showcase {\n        grid-template-columns: 1fr;\n        gap: 24px;\n      }\n      #vm-landing-page .vm-hero-center-stage {\n        order: -1;\n        width: 100%;\n        max-width: 320px;\n        margin: 0 auto;\n      }\n      #vm-landing-page .vm-problem-tags-col {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 10px;\n      }\n      #vm-landing-page .vm-problem-tags-col.vm-col-left,\n      #vm-landing-page .vm-problem-tags-col.vm-col-right {\n        align-items: stretch;\n      }\n      #vm-landing-page .vm-hero-prob-tag {\n        justify-content: flex-start;\n      }\n      #vm-landing-page .vm-problem-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n      }\n      #vm-landing-page .vm-why-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n      }\n      #vm-landing-page .vm-benefits-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 16px;\n      }\n    }\n\n    @media (max-width: 768px) {\n      \/* Mobile Smooth \u0026 Lite Performance Optimizations *\/\n      #vm-landing-page * {\n        -webkit-tap-highlight-color: rgba(45, 106, 79, 0.15);\n      }\n      #vm-landing-page .vm-animate {\n        opacity: 1 !important;\n        transform: none !important;\n        transition: none !important;\n      }\n      .vm-modal-overlay,\n      #vm-landing-page .vm-modal-overlay {\n        backdrop-filter: none !important;\n        -webkit-backdrop-filter: none !important;\n        background: rgba(10, 30, 20, 0.88) !important;\n      }\n      .vm-modal-card,\n      #vm-landing-page .vm-modal-card {\n        max-width: calc(100% - 28px) !important;\n        padding: 22px 18px !important;\n        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45) !important;\n      }\n      .vm-modal-problem-title,\n      #vm-landing-page .vm-modal-problem-title {\n        font-size: 1.15rem !important;\n      }\n      .vm-modal-desc,\n      #vm-landing-page .vm-modal-desc {\n        font-size: 0.88rem !important;\n        line-height: 1.55 !important;\n        margin-bottom: 16px !important;\n      }\n      #vm-landing-page .vm-hero-prob-tag {\n        touch-action: manipulation;\n      }\n      #vm-landing-page .vm-section-padding {\n        padding: 24px 0;\n      }\n      #vm-landing-page .vm-section-header h2 {\n        font-size: 1.75rem;\n      }\n      #vm-landing-page .vm-hero {\n        padding-top: 18px;\n        padding-bottom: 22px;\n      }\n      #vm-landing-page .vm-hero-title {\n        font-size: 1.85rem;\n        line-height: 1.2;\n      }\n      #vm-landing-page .vm-hero-subheadline {\n        font-size: 0.9rem;\n        margin-bottom: 14px;\n      }\n      #vm-landing-page .vm-hero-actions {\n        justify-content: center;\n        gap: 10px;\n      }\n      #vm-landing-page .vm-hero-actions .vm-btn {\n        padding: 10px 18px;\n        font-size: 0.86rem;\n      }\n      #vm-landing-page .vm-hero-trust {\n        justify-content: center;\n      }\n      #vm-landing-page .vm-hero-showcase {\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        gap: 12px;\n        width: 100%;\n        margin-top: 14px;\n      }\n      #vm-landing-page .vm-hero-center-stage {\n        order: 1;\n        width: 100%;\n        max-width: 320px;\n        margin: 0 auto;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n      }\n      #vm-landing-page .vm-hero-center-bottle {\n        max-width: 260px;\n        width: 100%;\n        height: auto;\n      }\n      \/* Clean 1-Row Trust Badges under Bottle *\/\n      #vm-landing-page .vm-hero-center-stage .vm-trust-badges-row {\n        display: flex !important;\n        flex-direction: row !important;\n        flex-wrap: nowrap !important;\n        justify-content: center !important;\n        align-items: center !important;\n        gap: 6px !important;\n        margin-top: 10px !important;\n        width: 100% !important;\n      }\n      #vm-landing-page .vm-trust-badge-item {\n        display: inline-flex !important;\n        align-items: center !important;\n        gap: 5px !important;\n        padding: 4px 9px !important;\n        border-radius: 50px !important;\n        background: #FFFFFF !important;\n        border: 1px solid rgba(45, 106, 79, 0.2) !important;\n        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) !important;\n        white-space: nowrap !important;\n        flex: 0 1 auto !important;\n      }\n      #vm-landing-page .vm-trust-badge-img {\n        width: 18px !important;\n        height: 18px !important;\n      }\n      #vm-landing-page .vm-trust-badge-label {\n        font-size: 0.68rem !important;\n        font-weight: 700 !important;\n        color: #1B4332 !important;\n      }\n      #vm-landing-page .vm-problem-tags-col {\n        order: 2;\n        width: 100%;\n        display: flex;\n        flex-direction: column;\n        gap: 8px;\n      }\n      #vm-landing-page .vm-problem-tags-col.vm-col-left,\n      #vm-landing-page .vm-problem-tags-col.vm-col-right {\n        align-items: stretch;\n      }\n      #vm-landing-page .vm-hero-prob-tag {\n        width: 100%;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n        padding: 9px 12px;\n        border-radius: 14px;\n        box-sizing: border-box;\n        transition: transform 0.15s ease, background 0.15s ease;\n      }\n      #vm-landing-page .vm-hero-prob-tag:active {\n        transform: scale(0.98);\n        background: #EDF6EC !important;\n      }\n      #vm-landing-page .vm-hpt-text {\n        white-space: normal;\n        text-align: left;\n        font-size: 0.86rem;\n        font-weight: 600;\n        line-height: 1.35;\n        flex: 1;\n        margin: 0 8px;\n        color: #1B4332;\n      }\n      #vm-landing-page .vm-hpt-badge {\n        font-size: 0.62rem;\n        font-weight: 700;\n        padding: 3px 7px;\n        border-radius: 12px;\n        background: rgba(45, 106, 79, 0.08);\n        color: #2D6A4F;\n        border: 1px solid rgba(45, 106, 79, 0.15);\n        white-space: nowrap;\n        flex-shrink: 0;\n      }\n\n      \/* Timeline mobile *\/\n      #vm-landing-page .vm-rt-track {\n        grid-template-columns: 1fr 1fr;\n        gap: 24px;\n      }\n      #vm-landing-page .vm-rt-track::before {\n        display: none;\n      }\n\n      \/* Before \u0026 After mobile *\/\n      #vm-landing-page .vm-ba-section {\n        padding: 28px 0;\n      }\n      #vm-landing-page .vm-ba-header h2 {\n        font-size: 1.65rem;\n      }\n      #vm-landing-page .vm-ba-grid {\n        grid-template-columns: 1fr;\n        gap: 14px;\n      }\n      #vm-landing-page .vm-ba-card {\n        padding: 14px 12px;\n      }\n      #vm-landing-page .vm-ba-images-row {\n        gap: 10px;\n        width: 100%;\n      }\n      #vm-landing-page .vm-ba-img-box {\n        flex: 1 1 0;\n        width: 100%;\n        height: 140px;\n      }\n      #vm-landing-page .vm-ba-img {\n        width: 100%;\n        height: 100%;\n      }\n\n      \/* Problem mobile *\/\n      #vm-landing-page .vm-problem-grid {\n        grid-template-columns: repeat(2, 1fr);\n        gap: 10px;\n      }\n      #vm-landing-page .vm-problem-info {\n        padding: 10px;\n      }\n      #vm-landing-page .vm-problem-info h3 {\n        font-size: 0.95rem;\n      }\n      #vm-landing-page .vm-problem-info p {\n        font-size: 0.75rem;\n      }\n\n      \/* Science mobile *\/\n      #vm-landing-page .vm-science-grid {\n        grid-template-columns: 1fr;\n        gap: 16px;\n      }\n      #vm-landing-page .vm-science-img-wrap {\n        height: 170px;\n      }\n      #vm-landing-page .vm-science-body {\n        padding: 16px 18px;\n      }\n      #vm-landing-page .vm-science-body h3 {\n        font-size: 1.15rem;\n      }\n\n      \/* Benefits mobile - Redesigned Clean Full-Width Row Cards *\/\n      #vm-landing-page .vm-benefits-grid {\n        display: flex;\n        flex-direction: column;\n        gap: 12px;\n      }\n      #vm-landing-page .vm-benefit-card {\n        display: flex;\n        flex-direction: row;\n        align-items: flex-start;\n        padding: 14px;\n        border-radius: 14px;\n        background: #FFFFFF;\n        border: 1px solid rgba(45, 106, 79, 0.14);\n        box-shadow: 0 3px 12px rgba(45, 106, 79, 0.05);\n        gap: 12px;\n        box-sizing: border-box;\n        width: 100%;\n      }\n      #vm-landing-page .vm-benefit-icon-wrap {\n        width: 52px;\n        height: 52px;\n        min-width: 52px;\n        border-radius: 12px;\n        background: #EDF6EC;\n        border: 1px solid rgba(45, 106, 79, 0.12);\n        padding: 0;\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        flex-shrink: 0;\n        margin-top: 2px;\n      }\n      #vm-landing-page .vm-benefit-icon-img {\n        width: 34px;\n        height: 34px;\n        object-fit: contain;\n      }\n      #vm-landing-page .vm-benefit-body {\n        padding: 0;\n        flex: 1;\n        text-align: left;\n      }\n      #vm-landing-page .vm-benefit-body h3 {\n        font-size: 1rem;\n        font-weight: 700;\n        color: #1B4332;\n        margin-bottom: 4px;\n        line-height: 1.3;\n        display: flex;\n        align-items: center;\n        justify-content: space-between;\n      }\n      #vm-landing-page .vm-benefit-body h3::after {\n        content: \"›\";\n        font-size: 1.25rem;\n        font-weight: 700;\n        color: #2D6A4F;\n        margin-left: 6px;\n        line-height: 1;\n      }\n      #vm-landing-page .vm-benefit-body p {\n        font-size: 0.82rem;\n        line-height: 1.45;\n        color: #4B6354;\n        margin-bottom: 6px;\n      }\n      #vm-landing-page .vm-mech-tag {\n        display: inline-block;\n        font-size: 0.65rem;\n        font-weight: 700;\n        color: #2D6A4F;\n        background: rgba(45, 106, 79, 0.08);\n        padding: 2px 8px;\n        border-radius: 20px;\n        border: 1px solid rgba(45, 106, 79, 0.12);\n        margin-top: 2px;\n      }\n\n      \/* Why grid mobile *\/\n      #vm-landing-page .vm-why-grid {\n        display: grid;\n        grid-template-columns: repeat(3, 1fr);\n        gap: 8px;\n      }\n      #vm-landing-page .vm-why-card {\n        padding: 12px 6px;\n        text-align: center;\n        border-radius: var(--border-radius-sm);\n      }\n      #vm-landing-page .vm-why-card p {\n        display: none;\n      }\n      #vm-landing-page .vm-why-icon {\n        width: 38px;\n        height: 38px;\n        margin: 0 auto 8px auto;\n        font-size: 1.1rem;\n      }\n      #vm-landing-page .vm-why-card h3 {\n        font-size: 0.72rem;\n        line-height: 1.2;\n        margin-bottom: 0;\n        word-break: break-word;\n      }\n\n      \/* VS table mobile *\/\n      #vm-landing-page .vm-vs-table {\n        padding: 20px 12px;\n      }\n      #vm-landing-page .vm-vs-header-row {\n        grid-template-columns: 1fr 1fr;\n        padding-bottom: 12px;\n      }\n      #vm-landing-page .vm-vs-header-col-label {\n        font-size: 1.2rem;\n      }\n      #vm-landing-page .vm-vs-header-col-label.vm-feature-label-col {\n        display: none;\n      }\n      #vm-landing-page .vm-vs-table-row {\n        grid-template-columns: 1fr;\n        gap: 12px;\n        padding: 16px 4px;\n      }\n      #vm-landing-page .vm-vs-feature-label {\n        text-align: center;\n        font-size: 0.95rem;\n        text-transform: uppercase;\n        letter-spacing: 0.05em;\n        color: var(--accent-green);\n        background-color: var(--warm-card);\n        padding: 6px;\n        border-radius: var(--border-radius-sm);\n        margin-bottom: 4px;\n      }\n      #vm-landing-page .vm-vs-row-cols {\n        display: grid;\n        grid-template-columns: 1fr 1fr;\n        gap: 12px;\n      }\n      #vm-landing-page .vm-vs-col-vednaro,\n      #vm-landing-page .vm-vs-col-others {\n        border-left: none;\n        padding-left: 0;\n        flex-direction: column;\n        align-items: center;\n        text-align: center;\n      }\n      #vm-landing-page .vm-vs-icon-wrapper {\n        margin-bottom: 6px;\n      }\n      #vm-landing-page .vm-vs-text-block h4 {\n        font-size: 0.95rem;\n      }\n      #vm-landing-page .vm-vs-text-block p {\n        font-size: 0.8rem;\n      }\n\n      \/* Steps mobile *\/\n      #vm-landing-page .vm-steps-grid {\n        grid-template-columns: 1fr;\n        gap: 30px;\n      }\n      #vm-landing-page .vm-steps-grid::before {\n        display: none;\n      }\n\n      \/* CTA mobile *\/\n      #vm-landing-page .vm-final-cta-card h2 {\n        font-size: 1.8rem;\n      }\n      #vm-landing-page .vm-cta-bullets {\n        flex-direction: column;\n        gap: 8px;\n        align-items: center;\n      }\n    }\n  \u003c\/style\u003e\n\n  \u003c!-- Google Fonts --\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\"\u003e\n  \u003clink rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin\u003e\n  \u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700\u0026amp;family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\n\n  \u003c!-- Structured Schema Markup (SEO) --\u003e\n  \u003cscript type=\"application\/ld+json\"\u003e\n  {\n    \"@context\": \"https:\/\/schema.org\/\",\n    \"@type\": \"Product\",\n    \"name\": \"Vednaro Moringa Tablets\",\n    \"image\": [\n      \"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Vednaro_Moringa_Tablet_Bottle_with_Green_Tablets_1000x1000_px_comparions_converted.webp\",\n      \"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/final_cta_product_box_1000x1000px_converted.webp\"\n    ],\n    \"description\": \"Premium Moringa Tablets made from pure Moringa Oleifera extract and leaf powder. Natural multivitamin for energy, joint comfort, blood sugar balance, and immunity support.\"\n  }\n  \u003c\/script\u003e\n\n  \u003c!-- ========== 1. HERO SECTION (300+ PROBLEMS \u0026 CENTER BOTTLE) ========== --\u003e\n  \u003csection id=\"vm-hero\" class=\"vm-hero\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003c!-- Concise, Punchy Top Header --\u003e\n      \u003cdiv class=\"vm-hero-top vm-animate\"\u003e\n        \u003cdiv class=\"vm-hero-badge\"\u003e\n          \u003cspan\u003e🌿\u003c\/span\u003e 100% Natural Moringa Extract + Powder\n        \u003c\/div\u003e\n        \u003ch1 class=\"vm-hero-title\"\u003e300+ Health Problems.\u003cbr\u003e\u003cspan class=\"vm-accent-text\"\u003eOne Pure Natural Solution.\u003c\/span\u003e\n\u003c\/h1\u003e\n        \u003cp class=\"vm-hero-subheadline\"\u003ePure Moringa Oleifera Extract + Whole Leaf Powder with 92+ Active Nutrients. Real results in 1 week.\u003c\/p\u003e\n        \u003cdiv class=\"vm-hero-actions\"\u003e\n          \u003ca href=\"#vm-buy-section\" class=\"vm-btn vm-btn-primary\"\u003eBuy Now\u003c\/a\u003e\n          \u003ca href=\"#vm-science\" class=\"vm-btn vm-btn-secondary\"\u003eLearn More\u003c\/a\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-hero-trust\"\u003e\n          \u003cdiv class=\"vm-stars\"\u003e★★★★★\u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-trust-text\"\u003e4.8\/5 Rating from 800+ verified wellness enthusiasts\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- 3-Column Showcase: Left Problems - Center Bottle - Right Problems --\u003e\n      \u003cdiv class=\"vm-hero-showcase vm-animate\"\u003e\n        \u003c!-- Left 5 Problem Tags --\u003e\n        \u003cdiv class=\"vm-problem-tags-col vm-col-left\"\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"1\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(1); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e⚡\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-1\"\u003eAfternoon Fatigue (3 PM Crash)\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"2\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(2); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e💇\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-2\"\u003eHeavy Hair Fall\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"3\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(3); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e🩸\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-3\"\u003ePost-Meal Sugar Spikes\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"4\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(4); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e🩺\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-4\"\u003eLow Blood Count \/ Low Iron\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"5\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(5); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e🍃\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-5\"\u003eDaily Bloating \u0026amp; Constipation\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Center Bottle Showcase --\u003e\n        \u003cdiv class=\"vm-hero-center-stage\"\u003e\n          \u003cdiv class=\"vm-center-bottle-glow\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"vm-center-stage-pill\"\u003e🌱 2 Daily Tablet Solves All\u003c\/div\u003e\n          \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Vednaro_Moringa_Tablet_Bottle_with_Green_Tablets_1000x1000_px_comparions_converted.webp\" alt=\"Vednaro Moringa Tablets Bottle\" class=\"vm-hero-center-bottle\" width=\"1000\" height=\"1000\"\u003e\n          \n          \u003c!-- Trust Badges Anchored Under Bottle --\u003e\n          \u003cdiv class=\"vm-trust-badges-row\"\u003e\n            \u003cdiv class=\"vm-trust-badge-item\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/trust_badge_organic_1__converted.webp\" alt=\"Organic Certified\" class=\"vm-trust-badge-img\" width=\"32\" height=\"32\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-trust-badge-label\"\u003e100% Organic\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-trust-badge-item\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/trust_badge_fssai_converted.webp\" alt=\"FSSAI Approved\" class=\"vm-trust-badge-img\" width=\"32\" height=\"32\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-trust-badge-label\"\u003eFSSAI Approved\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-trust-badge-item\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/trust_badge_gmp_converted.webp\" alt=\"GMP Certified\" class=\"vm-trust-badge-img\" width=\"32\" height=\"32\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-trust-badge-label\"\u003eGMP Certified\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Right 5 Problem Tags --\u003e\n        \u003cdiv class=\"vm-problem-tags-col vm-col-right\"\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"6\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(6); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e🦴\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-6\"\u003eKnee Pain \u0026amp; Stiff Joints\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"7\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(7); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e\n              \u003c!-- Inline Crisp SVG Shield Icon with Cross --\u003e\n              \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D6A4F\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 22s8-4 8-10V5l-8-3-8 3v7c0 6 8 10 8 10z\"\u003e\u003c\/path\u003e\u003cline x1=\"12\" y1=\"8\" x2=\"12\" y2=\"14\"\u003e\u003c\/line\u003e\u003cline x1=\"9\" y1=\"11\" x2=\"15\" y2=\"11\"\u003e\u003c\/line\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-7\"\u003eCatching Colds \u0026amp; Flu Easily\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"8\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(8); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e🌸\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-8\"\u003eNew Mom Weakness\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"9\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(9); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e\n              \u003c!-- Inline Crisp SVG Respiratory\/Lungs Icon --\u003e\n              \u003csvg width=\"20\" height=\"20\" viewbox=\"0 0 24 24\" fill=\"none\" stroke=\"#2D6A4F\" stroke-width=\"2.2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\u003e\u003cpath d=\"M12 4v7\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 11c-2-2-5-2-7 1s-1 7 2 8c2.5.8 4.5-1.5 5-4\"\u003e\u003c\/path\u003e\u003cpath d=\"M12 11c2-2 5-2 7 1s1 7-2 8c-2.5.8-4.5-1.5-5-4\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-9\"\u003ePollution Cough\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-hero-prob-tag\" data-prob=\"10\" role=\"button\" tabindex=\"0\" style=\"cursor: pointer;\" onclick=\"window.vmOpenProb(10); return false;\" title=\"Click to view scientific proof\"\u003e\n            \u003cspan class=\"vm-hpt-icon\"\u003e📋\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-text\" data-key=\"vm-prob-tag-10\"\u003eBad Blood Test Reports\u003c\/span\u003e\n            \u003cspan class=\"vm-hpt-badge\"\u003e🔬 Science\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Interactive Scientific Reason Popup Modal --\u003e\n  \u003cdiv id=\"vm-sci-modal\" class=\"vm-modal-overlay\"\u003e\n    \u003cdiv class=\"vm-modal-card\" role=\"dialog\" aria-modal=\"true\"\u003e\n      \u003cbutton type=\"button\" class=\"vm-modal-close\" data-action=\"close-modal\" aria-label=\"Close\"\u003e✕\u003c\/button\u003e\n      \u003cdiv class=\"vm-modal-badge\"\u003e\n        \u003cspan\u003e🔬\u003c\/span\u003e\n        \u003cspan data-key=\"vm-modal-badge-text\"\u003eScientific Mechanism\u003c\/span\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vm-modal-header\"\u003e\n        \u003cdiv class=\"vm-modal-problem-icon\" id=\"vm-modal-p-icon\"\u003e⚡\u003c\/div\u003e\n        \u003ch3 class=\"vm-modal-problem-title\" id=\"vm-modal-p-title\"\u003eAfternoon Fatigue (3 PM Crash)\u003c\/h3\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vm-modal-divider\"\u003e\u003c\/div\u003e\n      \u003cdiv class=\"vm-modal-content\"\u003e\n        \u003cdiv class=\"vm-modal-section-label\" data-key=\"vm-modal-sec-label\"\u003e🌿 HOW MORINGA SOLVES THIS:\u003c\/div\u003e\n        \u003cp class=\"vm-modal-desc\" id=\"vm-modal-desc\"\u003e\u003c\/p\u003e\n      \u003c\/div\u003e\n      \u003cdiv class=\"vm-modal-footer\"\u003e\n        \u003ca href=\"#vm-buy-section\" class=\"vm-modal-cta-btn\" data-action=\"close-modal\" onclick=\"window.vmCloseModal();\" data-key=\"vm-modal-cta\"\u003eGet 100% Pure Moringa Now →\u003c\/a\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/div\u003e\n\n  \u003c!-- ========== 3. RESULTS TIMELINE ========== --\u003e\n  \u003csection class=\"vm-section-padding vm-results-timeline-section\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-results-timeline-header vm-animate\"\u003e\n        \u003cdiv class=\"vm-rt-eyebrow\"\u003e⏳ Results You Can Feel Fast\u003c\/div\u003e\n        \u003ch2\u003eVisible Results \u003cspan class=\"vm-accent-text\"\u003eIn Just 1 Week\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eVednaro Moringa works rapidly because of its dual-action formula — pure extract for fast absorption + whole leaf powder for sustained nutrition.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-rt-track\"\u003e\n        \u003c!-- Step 1 --\u003e\n        \u003cdiv class=\"vm-rt-step vm-animate\"\u003e\n          \u003cdiv class=\"vm-rt-dot\"\u003e🌱\u003c\/div\u003e\n          \u003cspan class=\"vm-rt-period\"\u003eDay 1–3\u003c\/span\u003e\n          \u003ch4\u003eBody Absorbs\u003c\/h4\u003e\n          \u003cp\u003eVitamins and minerals begin replenishing your depleted reserves. Sleep quality improves noticeably.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Step 2 — Highlighted --\u003e\n        \u003cdiv class=\"vm-rt-step vm-highlighted vm-animate\"\u003e\n          \u003cdiv class=\"vm-rt-dot\"\u003e⚡\u003c\/div\u003e\n          \u003cspan class=\"vm-rt-period\"\u003eWeek 1\u003c\/span\u003e\n          \u003ch4\u003eEnergy Surges\u003c\/h4\u003e\n          \u003cp\u003eMorning fatigue disappears. Joint stiffness eases. You feel energetic and light throughout the day. This is where most users feel the real difference.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Step 3 --\u003e\n        \u003cdiv class=\"vm-rt-step vm-animate\"\u003e\n          \u003cdiv class=\"vm-rt-dot\"\u003e💪\u003c\/div\u003e\n          \u003cspan class=\"vm-rt-period\"\u003eWeek 2–4\u003c\/span\u003e\n          \u003ch4\u003eDeep Benefits\u003c\/h4\u003e\n          \u003cp\u003eBlood sugar stabilises. Cholesterol markers improve. Immunity strengthens. Skin and hair show visible glow.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003c!-- Step 4 --\u003e\n        \u003cdiv class=\"vm-rt-step vm-animate\"\u003e\n          \u003cdiv class=\"vm-rt-dot\"\u003e🏆\u003c\/div\u003e\n          \u003cspan class=\"vm-rt-period\"\u003eMonth 2+\u003c\/span\u003e\n          \u003ch4\u003eTotal Wellness\u003c\/h4\u003e\n          \u003cp\u003eComplete nutritional balance achieved. Sustained daily energy, strong joints, balanced blood markers, and peak immunity.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n\n      \u003c!-- Bottom note --\u003e\n      \u003cdiv class=\"vm-rt-cta-note vm-animate\"\u003e\n        \u003cp\u003e🌿 \u003cstrong\u003eWhy so fast?\u003c\/strong\u003e Unlike synthetic supplements, Moringa delivers \u003cstrong\u003e92+ bio-available nutrients\u003c\/strong\u003e your body instantly recognises. Most users report \u003cstrong\u003edramatic energy and pain relief within the first 7 days\u003c\/strong\u003e of daily use.\u003c\/p\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 3B. REAL CUSTOMER BEFORE \u0026 AFTER TRANSFORMATIONS ========== --\u003e\n  \u003csection class=\"vm-section-padding vm-ba-section\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-ba-header vm-animate\"\u003e\n        \u003cdiv class=\"vm-ba-eyebrow\" data-key=\"vm-ba-eyebrow\"\u003e📸 REAL TRANSFORMATIONS\u003c\/div\u003e\n        \u003ch2 data-key=\"vm-ba-title\"\u003eReal Customers. \u003cspan class=\"vm-accent-text\"\u003eReal Before \u0026amp; After Results.\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp data-key=\"vm-ba-sub\"\u003eSee how 2 daily tablets helped real people overcome daily health struggles in just weeks.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-ba-grid\"\u003e\n        \u003c!-- Review 1: Knee \u0026 Joint Pain (5 Stars) --\u003e\n        \u003cdiv class=\"vm-ba-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-ba-images-row\"\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Indian_Woman_Holding_Her_Knee_in_Pain_150x100_px_1_before.webp\" alt=\"Severe Knee Pain Before Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-before\" data-key=\"vm-ba-tag-before\"\u003eBefore\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Smiling_Woman_on_a_Sunlit_Staircase_150_x_100_px_1_after.webp\" alt=\"Pain-Free Stair Climbing After Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-after\" data-key=\"vm-ba-tag-after\"\u003e6 Weeks\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-meta-row\"\u003e\n            \u003cdiv class=\"vm-ba-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cspan class=\"vm-ba-verified\" data-key=\"vm-ba-verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-topic\" data-key=\"vm-ba-topic-1\"\u003e🦵 Knee \u0026amp; Joint Pain\u003c\/div\u003e\n          \u003cp class=\"vm-ba-quote\" data-key=\"vm-ba-quote-1\"\u003e\"Severe knee stiffness made climbing stairs agonizing for months. I took Vednaro Moringa daily, and within 6 weeks the swelling vanished. Now I walk freely without knee pain!\"\u003c\/p\u003e\n          \u003cdiv class=\"vm-ba-author\"\u003eSunita Sharma, 49 \u003cspan\u003e• Delhi\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Review 2: Blood Sugar Spikes (5 Stars) --\u003e\n        \u003cdiv class=\"vm-ba-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-ba-images-row\"\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Man_Checking_Blood_Glucose_at_Home_150x100_px_2_before.webp\" alt=\"High Blood Sugar Check Before Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-before\" data-key=\"vm-ba-tag-before\"\u003eBefore\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Smiling_Glucose_Check_at_Home_150x100_px_2_after.webp\" alt=\"Normal Blood Sugar Reading After Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-after\" data-key=\"vm-ba-tag-after\"\u003e5 Weeks\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-meta-row\"\u003e\n            \u003cdiv class=\"vm-ba-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cspan class=\"vm-ba-verified\" data-key=\"vm-ba-verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-topic\" data-key=\"vm-ba-topic-2\"\u003e🩸 Post-Meal Sugar Spikes\u003c\/div\u003e\n          \u003cp class=\"vm-ba-quote\" data-key=\"vm-ba-quote-2\"\u003e\"My fasting glucose and post-meal spikes were constantly worrying me. After 5 weeks on Moringa, my morning sugar stabilised down to 108 mg\/dL. Doctor was very pleased!\"\u003c\/p\u003e\n          \u003cdiv class=\"vm-ba-author\"\u003eRajesh Patel, 53 \u003cspan\u003e• Ahmedabad\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Review 3: Heart \u0026 Cholesterol Reports (5 Stars) --\u003e\n        \u003cdiv class=\"vm-ba-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-ba-images-row\"\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Elderly_Man_Experiencing_Chest_Pain_150x_100_px_3_before.webp?v=1788089673\" alt=\"Chest Unease and High Cholesterol Before\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-before\" data-key=\"vm-ba-tag-before\"\u003eBefore\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Good_Cholesterol_News_at_Home_150x100_px_3_after.webp?v=1788089672\" alt=\"Healthy Blood Test Report After Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-after\" data-key=\"vm-ba-tag-after\"\u003e8 Weeks\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-meta-row\"\u003e\n            \u003cdiv class=\"vm-ba-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cspan class=\"vm-ba-verified\" data-key=\"vm-ba-verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-topic\" data-key=\"vm-ba-topic-3\"\u003e❤️ Cholesterol \u0026amp; Blood Reports\u003c\/div\u003e\n          \u003cp class=\"vm-ba-quote\" data-key=\"vm-ba-quote-3\"\u003e\"My lipid test showed high LDL cholesterol and I felt constant heaviness. Adding Moringa extract improved my lipid profile noticeably on my 60-day re-test. Relief is real!\"\u003c\/p\u003e\n          \u003cdiv class=\"vm-ba-author\"\u003eAshok Verma, 61 \u003cspan\u003e• Lucknow\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Review 4: Office Fatigue \u0026 Immunity (4 Stars) --\u003e\n        \u003cdiv class=\"vm-ba-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-ba-images-row\"\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Sick_Day_at_the_Office_150x100_px_4_before.webp?v=1788089762\" alt=\"Sick Day and Low Energy Before Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-before\" data-key=\"vm-ba-tag-before\"\u003eBefore\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Smiling_Cafe_Coworker_with_Coffee_150_x100_px_4_after.webp?v=1788089762\" alt=\"Active and Energized After Moringa\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-after\" data-key=\"vm-ba-tag-after\"\u003e4 Weeks\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-meta-row\"\u003e\n            \u003cdiv class=\"vm-ba-stars\"\u003e★★★★☆\u003c\/div\u003e\n            \u003cspan class=\"vm-ba-verified\" data-key=\"vm-ba-verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-topic\" data-key=\"vm-ba-topic-4\"\u003e⚡ 3 PM Fatigue \u0026amp; Immunity\u003c\/div\u003e\n          \u003cp class=\"vm-ba-quote\" data-key=\"vm-ba-quote-4\"\u003e\"Suffered from awful 3 PM energy crashes and caught colds easily. Moringa gave me steady all-day stamina. Deducted 1 star only because delivery took 4 days, but product is 10\/10.\"\u003c\/p\u003e\n          \u003cdiv class=\"vm-ba-author\"\u003ePriya Nair, 32 \u003cspan\u003e• Bengaluru\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Review 5: Bloating \u0026 Healthy Weight (5 Stars) --\u003e\n        \u003cdiv class=\"vm-ba-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-ba-images-row\"\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Worried_Woman_Checking_Weight_at_Home_150x100_px_5_before.webp\" alt=\"Bloated Stomach and Weight Anxiety Before\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-before\" data-key=\"vm-ba-tag-before\"\u003eBefore\u003c\/span\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-ba-img-box\"\u003e\n              \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Joyful_Milestone_on_the_Scale_150_x_100_px_5_after.webp\" alt=\"Joyful Scale Milestone and Light Body After\" class=\"vm-ba-img\" width=\"600\" height=\"400\" loading=\"lazy\"\u003e\n              \u003cspan class=\"vm-ba-tag vm-ba-tag-after\" data-key=\"vm-ba-tag-after\"\u003e6 Weeks\u003c\/span\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-meta-row\"\u003e\n            \u003cdiv class=\"vm-ba-stars\"\u003e★★★★★\u003c\/div\u003e\n            \u003cspan class=\"vm-ba-verified\" data-key=\"vm-ba-verified\"\u003e✓ Verified Buyer\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-ba-topic\" data-key=\"vm-ba-topic-5\"\u003e🍃 Gut Bloating \u0026amp; Sluggish Weight\u003c\/div\u003e\n          \u003cp class=\"vm-ba-quote\" data-key=\"vm-ba-quote-5\"\u003e\"Waking up with heavy bloating every day made me dread the scale. 1 tablet each morning restored my gut health, completely removed bloating, and helped me feel light and active!\"\u003c\/p\u003e\n          \u003cdiv class=\"vm-ba-author\"\u003eAnanya Sen, 37 \u003cspan\u003e• Pune\u003c\/span\u003e\n\u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 4. PROBLEM SECTION ========== --\u003e\n  \u003csection class=\"vm-section-padding vm-dark-section\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003eAre These Silent Problems Holding You Back?\u003c\/h2\u003e\n        \u003cp\u003ePoor nutrition, processed foods, and a stressful lifestyle rob your body of essential vitamins and minerals every day. Recognize the signs?\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-problem-grid\"\u003e\n        \u003cdiv class=\"vm-problem-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-problem-img-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/problem_joint_pain_800x600_PX_converted.webp\" alt=\"Joint Pain \u0026amp; Stiffness\" class=\"vm-problem-img\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-problem-info\"\u003e\n            \u003ch3\u003eJoint Pain\u003c\/h3\u003e\n            \u003cp\u003eStiff knees, aching shoulders, and painful joints that make every movement a struggle — especially in monsoon and winter.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-problem-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-problem-img-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/problem_fatigue_immunity_800x600_PX_converted.webp\" alt=\"Fatigue \u0026amp; Low Immunity\" class=\"vm-problem-img\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-problem-info\"\u003e\n            \u003ch3\u003eFatigue \u0026amp; Low Immunity\u003c\/h3\u003e\n            \u003cp\u003eConstant tiredness, frequent colds, and feeling physically drained by afternoon despite a full night's sleep.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-problem-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-problem-img-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/problem_high_blood_sugar_800x600_PX_converted.webp\" alt=\"High Blood Sugar\" class=\"vm-problem-img\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-problem-info\"\u003e\n            \u003ch3\u003eHigh Blood Sugar\u003c\/h3\u003e\n            \u003cp\u003eUnstable glucose levels causing energy spikes and crashes, sugar cravings, and long-term health anxiety.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-problem-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-problem-img-wrapper\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/problem_high_cholesterol_800x600_PX_converted.webp\" alt=\"High Cholesterol\" class=\"vm-problem-img\" width=\"800\" height=\"600\" loading=\"lazy\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-problem-info\"\u003e\n            \u003ch3\u003eHigh Cholesterol\u003c\/h3\u003e\n            \u003cp\u003eElevated lipid levels silently damaging your heart health, with doctors recommending heavy medication as the only option.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 5. SCIENCE SECTION (COMPACT 2-COLUMN GRID) ========== --\u003e\n  \u003csection id=\"vm-science\" class=\"vm-section-padding\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003eThe Science Behind \u003cspan class=\"vm-accent-text\"\u003eMoringa Oleifera\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eCalled the \"Miracle Tree\" by scientists — Moringa is one of the most nutrient-dense plants ever studied.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-science-grid\"\u003e\n        \u003c!-- Card 1: Nature's Pharmacy --\u003e\n        \u003cdiv class=\"vm-science-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-science-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/science_moringa_leaves_1600x100px_converted.webp\" alt=\"Moringa Oleifera Leaves — Nature's Superfood\" class=\"vm-science-img\" width=\"1600\" height=\"1000\" loading=\"lazy\"\u003e\n            \u003cspan class=\"vm-science-badge-corner\"\u003eNutrient Peak\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-science-body\"\u003e\n            \u003ch3\u003eWhy Moringa Is Called \u003cspan class=\"vm-accent-text\"\u003eNature's Pharmacy\u003c\/span\u003e\n\u003c\/h3\u003e\n            \u003cp\u003eMoringa leaves contain \u003cstrong\u003e92+ verified nutrients\u003c\/strong\u003e including 7x the Vitamin C of oranges, 4x calcium of milk, and 2x protein of yoghurt. Natural antioxidants fight cellular oxidative stress.\u003c\/p\u003e\n            \u003cdiv class=\"vm-science-badges\"\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003e92+ Nutrients\u003c\/div\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003e46 Antioxidants\u003c\/div\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003eAnti-Inflammatory\u003c\/div\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003ePlant-Based\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Card 2: Extraction Process --\u003e\n        \u003cdiv class=\"vm-science-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-science-img-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Science_Purification_process_1600x1000px_converted.webp\" alt=\"Vednaro Moringa Purification Process\" class=\"vm-science-img\" width=\"1600\" height=\"1000\" loading=\"lazy\"\u003e\n            \u003cspan class=\"vm-science-badge-corner\"\u003ePurification\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-science-body\"\u003e\n            \u003ch3\u003eOur \u003cspan class=\"vm-accent-text\"\u003ePremium Extraction\u003c\/span\u003e Process\u003c\/h3\u003e\n            \u003cp\u003eWe combine \u003cstrong\u003econcentrated extract\u003c\/strong\u003e (for rapid absorption) with \u003cstrong\u003ewhole leaf powder\u003c\/strong\u003e (for sustained nutrition). Cold-processed with zero fillers, binders, or artificial additives.\u003c\/p\u003e\n            \u003cdiv class=\"vm-science-badges\"\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003eCold-Processed\u003c\/div\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003eNo Fillers\u003c\/div\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003eLab Tested\u003c\/div\u003e\n              \u003cdiv class=\"vm-science-badge\"\u003eFSSAI Approved\u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 6. BENEFITS SECTION ========== --\u003e\n  \u003csection id=\"vm-benefits\" class=\"vm-section-padding\" style=\"background-color: var(--warm-card);\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003e5 Powerful Benefits You'll Feel\u003c\/h2\u003e\n        \u003cp\u003eEach benefit is backed by the specific bioactive compounds found in Moringa Oleifera leaf.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-benefits-grid\"\u003e\n        \u003c!-- Benefit 1: Glucose Control --\u003e\n        \u003cdiv class=\"vm-benefit-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-benefit-icon-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/benefit_glucose_control_converted.webp\" alt=\"Blood Sugar Balance\" class=\"vm-benefit-icon-img\" loading=\"lazy\" width=\"80\" height=\"80\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-benefit-body\"\u003e\n            \u003ch3\u003eBlood Sugar Balance\u003c\/h3\u003e\n            \u003cp\u003eMoringa's isothiocyanates and chlorogenic acid naturally regulate glucose metabolism, reducing post-meal sugar spikes and improving insulin sensitivity.\u003c\/p\u003e\n            \u003cspan class=\"vm-mech-tag\"\u003eIsothiocyanates + Chlorogenic Acid\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Benefit 2: Lipid Balance --\u003e\n        \u003cdiv class=\"vm-benefit-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-benefit-icon-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/benefit_lipid_balance_converted.webp\" alt=\"Cholesterol Management\" class=\"vm-benefit-icon-img\" loading=\"lazy\" width=\"80\" height=\"80\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-benefit-body\"\u003e\n            \u003ch3\u003eCholesterol Management\u003c\/h3\u003e\n            \u003cp\u003eBeta-sitosterol and bioactive compounds in Moringa help reduce LDL (bad cholesterol) levels while supporting healthy HDL, protecting your heart naturally.\u003c\/p\u003e\n            \u003cspan class=\"vm-mech-tag\"\u003eBeta-Sitosterol + Phytosterols\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Benefit 3: Natural Multivitamin --\u003e\n        \u003cdiv class=\"vm-benefit-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-benefit-icon-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/benefit_natural_multivitamin_converted.webp\" alt=\"Natural Multivitamin\" class=\"vm-benefit-icon-img\" loading=\"lazy\" width=\"80\" height=\"80\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-benefit-body\"\u003e\n            \u003ch3\u003eNatural Multivitamin\u003c\/h3\u003e\n            \u003cp\u003eA single source of Vitamin A, C, E, K, B-complex, Iron, Calcium, Magnesium, and Zinc. Replaces your entire synthetic supplement stack with one plant-based tablet.\u003c\/p\u003e\n            \u003cspan class=\"vm-mech-tag\"\u003e92+ Bio-Available Nutrients\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Benefit 4: Joint Comfort --\u003e\n        \u003cdiv class=\"vm-benefit-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-benefit-icon-wrap\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/joint_pain_converted.webp\" alt=\"Joint Pain Relief\" class=\"vm-benefit-icon-img\" loading=\"lazy\" width=\"80\" height=\"80\"\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-benefit-body\"\u003e\n            \u003ch3\u003eJoint Comfort\u003c\/h3\u003e\n            \u003cp\u003eMoringa's powerful anti-inflammatory phenols and flavonoids reduce joint swelling, ease stiffness, and provide natural pain relief — especially in monsoon and winter.\u003c\/p\u003e\n            \u003cspan class=\"vm-mech-tag\"\u003ePhenols + Flavonoids\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Benefit 5: Energy \u0026 Immunity --\u003e\n        \u003cdiv class=\"vm-benefit-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-benefit-icon-wrap\" style=\"position:relative;\"\u003e\n            \u003cspan style=\"font-size:3rem;\"\u003e⚡\u003c\/span\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-benefit-body\"\u003e\n            \u003ch3\u003eEnergy \u0026amp; Immunity\u003c\/h3\u003e\n            \u003cp\u003eIron for oxygen transport, Vitamin C for immune defence, and B-vitamins for cellular energy production. Feel energised from morning to night without any caffeine crashes.\u003c\/p\u003e\n            \u003cspan class=\"vm-mech-tag\"\u003eIron + Vitamin C + B-Complex\u003c\/span\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n      \u003cspan class=\"vm-disclaimer-tag\"\u003eDisclaimer: Results may vary by individual depending on baseline diet, routine, and lifestyle.\u003c\/span\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 7. VS COMPARISON ========== --\u003e\n  \u003csection class=\"vm-section-padding\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003eWhy Choose Vednaro Moringa?\u003c\/h2\u003e\n        \u003cp\u003ePremium Quality. Real Results. No Compromises.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-vs-table vm-animate\"\u003e\n        \u003c!-- Header Row --\u003e\n        \u003cdiv class=\"vm-vs-header-row\"\u003e\n          \u003cdiv class=\"vm-vs-header-col-label vm-feature-label-col\"\u003e\u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-header-col-label vm-vs-header-col-vednaro\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/Vednaro_Moringa_Tablet_Bottle_with_Green_Tablets_1000x1000_px_comparions_converted.webp\" alt=\"Vednaro Moringa\" class=\"vm-vs-product-img\" width=\"90\" height=\"90\"\u003e\n            Vednaro Premium\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-header-col-label vm-vs-header-col-others\"\u003e\n            \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/GenaricMoringa_Tablet_Bottle_with_Green_Tablets_1000x1000_px_comparions_converted.webp\" alt=\"Generic Moringa\" class=\"vm-vs-product-img\" width=\"90\" height=\"90\"\u003e\n            Other Moringa\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Row 1: Formulation --\u003e\n        \u003cdiv class=\"vm-vs-table-row\"\u003e\n          \u003cdiv class=\"vm-vs-feature-label\"\u003eFormulation\u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-row-cols\"\u003e\n            \u003cdiv class=\"vm-vs-col-vednaro\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eExtract + Powder\u003c\/h4\u003e\n                \u003cp\u003eDual-action for fast \u0026amp; sustained results\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-vs-col-others\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-cross\"\u003e✗\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003ePowder Only\u003c\/h4\u003e\n                \u003cp\u003eSlow absorption, weaker potency\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Row 2: Purity --\u003e\n        \u003cdiv class=\"vm-vs-table-row\"\u003e\n          \u003cdiv class=\"vm-vs-feature-label\"\u003ePurity\u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-row-cols\"\u003e\n            \u003cdiv class=\"vm-vs-col-vednaro\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003e100% Pure, No Fillers\u003c\/h4\u003e\n                \u003cp\u003eZero binders, zero artificial additives\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-vs-col-others\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-cross\"\u003e✗\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eContains Fillers\u003c\/h4\u003e\n                \u003cp\u003eBinders and additives reduce efficacy\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Row 3: Lab Testing --\u003e\n        \u003cdiv class=\"vm-vs-table-row\"\u003e\n          \u003cdiv class=\"vm-vs-feature-label\"\u003eLab Testing\u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-row-cols\"\u003e\n            \u003cdiv class=\"vm-vs-col-vednaro\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eThird-Party Tested\u003c\/h4\u003e\n                \u003cp\u003eEvery batch verified for purity and potency\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-vs-col-others\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-cross\"\u003e✗\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eNo Lab Reports\u003c\/h4\u003e\n                \u003cp\u003eUnverified quality and potency claims\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Row 4: Certifications --\u003e\n        \u003cdiv class=\"vm-vs-table-row\"\u003e\n          \u003cdiv class=\"vm-vs-feature-label\"\u003eCertifications\u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-row-cols\"\u003e\n            \u003cdiv class=\"vm-vs-col-vednaro\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eOrganic + FSSAI + GMP\u003c\/h4\u003e\n                \u003cp\u003eFully certified and compliant\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-vs-col-others\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-cross\"\u003e✗\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eLimited Certification\u003c\/h4\u003e\n                \u003cp\u003eOften missing key safety approvals\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Row 5: Results --\u003e\n        \u003cdiv class=\"vm-vs-table-row\"\u003e\n          \u003cdiv class=\"vm-vs-feature-label\"\u003eVisible Results\u003c\/div\u003e\n          \u003cdiv class=\"vm-vs-row-cols\"\u003e\n            \u003cdiv class=\"vm-vs-col-vednaro\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-check\"\u003e✓\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eResults in 1 Week\u003c\/h4\u003e\n                \u003cp\u003eFast energy, joint relief, full vitality\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"vm-vs-col-others\"\u003e\n              \u003cspan class=\"vm-vs-icon-wrapper vm-cross\"\u003e✗\u003c\/span\u003e\n              \u003cdiv class=\"vm-vs-text-block\"\u003e\n                \u003ch4\u003eWeeks to Months\u003c\/h4\u003e\n                \u003cp\u003eSlow or minimal noticeable improvement\u003c\/p\u003e\n              \u003c\/div\u003e\n            \u003c\/div\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 8. WHY VEDNARO ========== --\u003e\n  \u003csection id=\"vm-why-vednaro\" class=\"vm-section-padding vm-dark-section\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003eWhy Thousands Trust \u003cspan class=\"vm-accent-text\"\u003eVednaro\u003c\/span\u003e\n\u003c\/h2\u003e\n        \u003cp\u003eFrom sourcing to your doorstep — we guarantee absolute purity and real results at every step.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-why-grid\"\u003e\n        \u003cdiv class=\"vm-why-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-why-icon\"\u003e🌿\u003c\/div\u003e\n          \u003ch3\u003eOrganic Sourced\u003c\/h3\u003e\n          \u003cp\u003eMoringa leaves harvested from certified organic farms, free from pesticides and chemical fertilisers.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-why-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-why-icon\"\u003e🧪\u003c\/div\u003e\n          \u003ch3\u003eDual-Action Formula\u003c\/h3\u003e\n          \u003cp\u003eThe only brand combining pure extract + whole leaf powder for both rapid absorption and sustained nutrition.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-why-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-why-icon\"\u003e📋\u003c\/div\u003e\n          \u003ch3\u003eLab Tested\u003c\/h3\u003e\n          \u003cp\u003eEvery batch undergoes rigorous third-party testing to verify nutrient content, purity, and heavy metal safety.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-why-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-why-icon\"\u003e🛡\u003c\/div\u003e\n          \u003ch3\u003eFSSAI \u0026amp; GMP\u003c\/h3\u003e\n          \u003cp\u003eFully compliant with Indian food safety standards and manufactured in GMP-certified facilities.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-why-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-why-icon\"\u003e💊\u003c\/div\u003e\n          \u003ch3\u003eEasy Tablet Form\u003c\/h3\u003e\n          \u003cp\u003eNo bitter taste, no mixing. Just swallow 2 tablets daily with water. Simple, clean, and convenient.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-why-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-why-icon\"\u003e✨\u003c\/div\u003e\n          \u003ch3\u003eZero Additives\u003c\/h3\u003e\n          \u003cp\u003eNo fillers, no binders, no artificial colours or preservatives. 100% pure Moringa in every tablet.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 9. HOW TO USE ========== --\u003e\n  \u003csection id=\"vm-how-to-use\" class=\"vm-section-padding\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003eSimple Daily Ritual\u003c\/h2\u003e\n        \u003cp\u003eAdd Vednaro Moringa to your daily routine in three effortless steps.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-steps-grid\"\u003e\n        \u003cdiv class=\"vm-step-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-step-number\"\u003e01\u003c\/div\u003e\n          \u003ch3\u003eTake 2 Tablets\u003c\/h3\u003e\n          \u003cp\u003eTake 2 Moringa tablets from the bottle. Each tablet is precisely dosed for optimal daily nutrition.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-step-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-step-number\"\u003e02\u003c\/div\u003e\n          \u003ch3\u003eWith Warm Water\u003c\/h3\u003e\n          \u003cp\u003eSwallow with a glass of warm water, preferably in the morning after breakfast for best absorption.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-step-card vm-animate\"\u003e\n          \u003cdiv class=\"vm-step-number\"\u003e03\u003c\/div\u003e\n          \u003ch3\u003eDaily Consistency\u003c\/h3\u003e\n          \u003cp\u003eTake daily without gaps. Most users feel visible energy and pain relief within the first 7 days.\u003c\/p\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 11. FAQ SECTION ========== --\u003e\n  \u003csection id=\"vm-faq\" class=\"vm-section-padding\"\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-section-header vm-text-center vm-animate\"\u003e\n        \u003ch2\u003eFrequently Asked Questions\u003c\/h2\u003e\n        \u003cp\u003eEverything you need to know about Vednaro Moringa Tablets.\u003c\/p\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"vm-faq-wrapper vm-animate\"\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eWhat are Vednaro Moringa Tablets made from?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eVednaro Moringa Tablets are made from a unique dual-action formula combining concentrated Moringa Oleifera leaf extract (for fast absorption) with whole Moringa leaf powder (for sustained nutrition). No fillers, binders, or artificial ingredients are used.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eHow quickly will I see results?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eMost users report noticeable improvement in energy levels, reduced joint pain, and better overall vitality within just 5–7 days of consistent daily use. Deeper benefits like blood sugar and cholesterol improvement typically show within 2–4 weeks.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eHow many tablets should I take daily?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eTake 2 tablets daily with warm water, preferably after breakfast. For best results, maintain daily consistency without skipping doses.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eIs it safe for daily long-term use?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eYes, Moringa has been consumed for thousands of years in traditional medicine. Vednaro Moringa Tablets are 100% natural, FSSAI approved, and safe for long-term daily supplementation. However, pregnant or nursing women and those on medication should consult their doctor first.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eCan it help with joint pain?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eAbsolutely. Moringa contains powerful anti-inflammatory compounds — phenols, flavonoids, and isothiocyanates — that actively reduce joint inflammation and stiffness. Many users report significant relief within the first week.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eDoes it help with blood sugar and cholesterol?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eYes. Clinical studies show that Moringa leaf contains chlorogenic acid (which helps regulate post-meal blood sugar) and beta-sitosterol (which helps reduce LDL cholesterol). Vednaro Moringa provides both compounds in concentrated form.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eCan both men and women take it?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eYes, Vednaro Moringa Tablets are equally beneficial for men and women of all ages. It supports energy, immunity, joint health, skin glow, and overall nutritional balance for everyone.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"vm-faq-item\"\u003e\n          \u003cdiv class=\"vm-faq-header\"\u003e\n            \u003ch3\u003eIs Vednaro Moringa lab tested and certified?\u003c\/h3\u003e\n            \u003cdiv class=\"vm-faq-icon-box\"\u003e\u003c\/div\u003e\n          \u003c\/div\u003e\n          \u003cdiv class=\"vm-faq-body\"\u003e\n            \u003cp\u003eYes. Every batch is independently lab tested for purity, nutrient content, and heavy metal safety. Vednaro is certified Organic, FSSAI approved, and manufactured in GMP-certified facilities.\u003c\/p\u003e\n          \u003c\/div\u003e\n        \u003c\/div\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- ========== 12. FINAL CTA ========== --\u003e\n  \u003csection id=\"vm-buy-section\" class=\"vm-section-padding vm-final-cta\"\u003e\n    \u003cdiv class=\"vm-final-cta-bg-glow\"\u003e\u003c\/div\u003e\n    \u003cdiv class=\"vm-container\"\u003e\n      \u003cdiv class=\"vm-final-cta-card vm-animate\"\u003e\n        \u003cdiv class=\"vm-hero-badge\"\u003e🌿 Start Your Wellness Journey\u003c\/div\u003e\n        \u003ch2\u003eExperience The Power Of Pure Moringa\u003c\/h2\u003e\n        \u003cp\u003eNature's most complete multivitamin — in one simple tablet. Feel the energy, lose the pain, and reclaim your vitality within just 1 week.\u003c\/p\u003e\n\n        \u003cul class=\"vm-cta-bullets\"\u003e\n          \u003cli\u003eFree Shipping\u003c\/li\u003e\n          \u003cli\u003e100% Natural \u0026amp; Organic\u003c\/li\u003e\n          \u003cli\u003eFSSAI \u0026amp; GMP Certified\u003c\/li\u003e\n        \u003c\/ul\u003e\n\n        \u003cimg src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/final_cta_product_box_1000x1000px_converted.webp\" alt=\"Vednaro Moringa Tablets Packaging\" class=\"vm-cta-box-image\" width=\"1000\" height=\"1000\" loading=\"lazy\"\u003e\n      \u003c\/div\u003e\n    \u003c\/div\u003e\n  \u003c\/section\u003e\n\n  \u003c!-- Scoped JavaScript --\u003e\n  \u003cscript\u003e\n    (function() {\n      const vmInit = () =\u003e {\n        const root = document.querySelector('#vm-landing-page');\n        if (!root) return;\n\n        \/\/ --- Scroll Animations via Intersection Observer ---\n        const scrollItems = root.querySelectorAll('.vm-animate');\n        const scrollObserver = new IntersectionObserver((entries) =\u003e {\n          entries.forEach(entry =\u003e {\n            if (entry.isIntersecting) {\n              entry.target.classList.add('vm-animated');\n              scrollObserver.unobserve(entry.target);\n            }\n          });\n        }, {\n          threshold: 0.1,\n          rootMargin: '0px 0px -30px 0px'\n        });\n        scrollItems.forEach(item =\u003e scrollObserver.observe(item));\n\n        \/\/ --- FAQ Accordion Logic ---\n        const faqHeaders = root.querySelectorAll('.vm-faq-header');\n        faqHeaders.forEach(header =\u003e {\n          header.addEventListener('click', () =\u003e {\n            const currentItem = header.parentElement;\n            const isActive = currentItem.classList.contains('vm-active');\n\n            root.querySelectorAll('.vm-faq-item').forEach(item =\u003e {\n              item.classList.remove('vm-active');\n            });\n\n            if (!isActive) {\n              currentItem.classList.add('vm-active');\n            }\n          });\n        });\n      };\n\n      if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', vmInit);\n      } else {\n        vmInit();\n      }\n    })();\n\n    \/* ============================\n       LANGUAGE SWITCHER \u0026 SCIENTIFIC POPUP LOGIC\n       ============================ *\/\n    (function() {\n      window.vmCurrentLang = 'en';\n\n      window.vmSciData = {\n        1: {\n          icon: '⚡',\n          title: { en: 'Afternoon Fatigue (3 PM Crash)', hi: 'दोपहर की थकान (3 बजे एनर्जी क्रैश)' },\n          reason: {\n            en: 'Moringa leaves contain 3x more bio-available iron than spinach and a complete spectrum of Vitamin B-complex. Iron rapidly restores red blood cell oxygen carrying capacity, while B1, B2, and B6 activate mitochondrial ATP energy cycles — providing steady all-day stamina without caffeine jitters or sugar crashes.',\n            hi: 'मोरिंगा में पालक से 3 गुना अधिक प्राकृतिक आयरन और संपूर्ण B-कॉम्प्लेक्स विटामिन्स होते हैं। आयरन लाल रक्त कोशिकाओं में ऑक्सीजन का प्रवाह बढ़ाता है और माइटोकॉन्ड्रिया में कोशिकीय ऊर्जा (ATP) बनाता है, जिससे बिना किसी कैफीन क्रैश के दिनभर चुस्ती-फुर्ती बनी रहती है।'\n          }\n        },\n        2: {\n          icon: '💇',\n          title: { en: 'Heavy Hair Fall', hi: 'भारी हेयर फॉल व बालों का झड़ना' },\n          reason: {\n            en: 'Moringa is naturally dense in Zinc, Vitamin A, Vitamin E, and essential amino acids (Methionine and Cysteine) required for structural keratin synthesis. These bio-nutrients nourish dormant follicles, improve scalp micro-circulation, and prevent follicle shrinkage from oxidative stress.',\n            hi: 'मोरिंगा प्राकृतिक जिंक, विटामिन A, E और केराटिन निर्माण के लिए आवश्यक सल्फर युक्त अमीनो एसिड्स से भरपूर है। यह बालों की कमजोर जड़ों को पोषण देता है, स्कैल्प में रक्त संचार बढ़ाता है और बालों का झड़ना रोककर नए बाल उगाने में मदद करता है।'\n          }\n        },\n        3: {\n          icon: '🩸',\n          title: { en: 'Post-Meal Sugar Spikes', hi: 'भोजन के बाद ब्लड शुगर स्पाइक' },\n          reason: {\n            en: 'Moringa leaves contain potent chlorogenic acid and isothiocyanates. Clinical studies show chlorogenic acid slows the enzymatic breakdown and absorption of carbohydrates in the small intestine, while isothiocyanates enhance cellular insulin sensitivity and glucose uptake.',\n            hi: 'मोरिंगा में क्लोरोजेनिक एसिड और आइसोथियोसाइनेट्स जैसे सक्रिय तत्व होते हैं। ये भोजन के बाद आंतों में ग्लूकोज के अवशोषण को धीमा करते हैं और कोशिकाओं में इंसुलिन संवेदनशीलता को बढ़ाकर ब्लड शुगर स्पाइक्स को तुरंत स्थिर करते हैं।'\n          }\n        },\n        4: {\n          icon: '🩺',\n          title: { en: 'Low Blood Count \/ Low Iron', hi: 'खून व हीमोग्लोबिन की कमी (लो आयरन)' },\n          reason: {\n            en: 'Unlike synthetic iron tablets that cause constipation, Moringa delivers rich non-heme plant iron paired natively with 7x the Vitamin C of oranges. Vitamin C naturally converts dietary iron into an ultra-soluble form, boosting intestinal iron absorption by up to 300% to restore hemoglobin.',\n            hi: 'सिंथेटिक आयरन गोलियों की तुलना में जो कब्ज करती हैं, मोरिंगा में प्राकृतिक आयरन के साथ संतरे से 7 गुना अधिक विटामिन C होता है। विटामिन C आयरन के अवशोषण को 300% तक बढ़ा देता है, जिससे हीमोग्लोबिन और RBC काउंट तेज़ी से बढ़ता है।'\n          }\n        },\n        5: {\n          icon: '🍃',\n          title: { en: 'Daily Bloating \u0026 Constipation', hi: 'पेट फूलना व रोज़ाना कब्ज' },\n          reason: {\n            en: 'Moringa contains high levels of soluble and insoluble dietary fiber along with glucosinolates. This dual-fiber profile adds gentle bulk to stool, cleanses mucosal buildup in the colon, and feeds beneficial gut microflora to completely eliminate chronic bloating and hard stools.',\n            hi: 'मोरिंगा में घुलनशील व अघुलनशील प्रीबायोटिक फाइबर और ग्लूकोसिनोलेट्स होते हैं। यह आंतों की अंदरूनी सूजन को शांत करता है, पेट में गैस व भारीपन को खत्म करता है और पाचन तंत्र को सुधारकर रोज़ाना पेट आसानी से साफ करता है।'\n          }\n        },\n        6: {\n          icon: '🦴',\n          title: { en: 'Knee Pain \u0026 Stiff Joints', hi: 'घुटनों का दर्द व जोड़ों की अकड़न' },\n          reason: {\n            en: 'Moringa is a rich source of isothiocyanates, quercetin, and kaempferol — powerful natural anti-inflammatory bioflavonoids that actively suppress COX-2 and TNF-alpha inflammatory pathways, reducing joint swelling, friction, and stiffness in just 5–7 days.',\n            hi: 'मोरिंगा में मौजूद आइसोथियोसाइनेट्स, क्वेरसेटिन और फ्लेवोनोइड्स जोड़ों की सूजन पैदा करने वाले COX-2 और साइटोकाइन्स एंजाइम को रोकते हैं। यह जोड़ों के घर्षण और अकड़न को कम करके मात्र 5 से 7 दिनों में दर्द से स्पष्ट राहत दिलाते हैं।'\n          }\n        },\n        7: {\n          icon: '🛡',\n          title: { en: 'Catching Colds \u0026 Flu Easily', hi: 'बार-बार सर्दी-जुकाम व कमजोर इम्यूनिटी' },\n          reason: {\n            en: 'Packed with 7x more Vitamin C than oranges and over 40 protective antioxidants, Moringa fortifies respiratory mucosal barriers and dramatically stimulates leukocyte (white blood cell) production, helping your immune system neutralize seasonal viral threats before illness takes hold.',\n            hi: 'संतरे से 7 गुना अधिक विटामिन C और 40 से अधिक शक्तिशाली एंटीऑक्सीडेंट्स से युक्त, मोरिंगा श्वेत रक्त कोशिकाओं (WBC) की संख्या बढ़ाता है। यह रोग प्रतिरोधक क्षमता को इतना मजबूत कर देता है कि मौसम बदलते ही होने वाले सर्दी-जुकाम से बचाव होता है।'\n          }\n        },\n        8: {\n          icon: '🌸',\n          title: { en: 'New Mom Weakness', hi: 'डिलीवरी के बाद शरीर में कमजोरी' },\n          reason: {\n            en: 'Traditional Ayurveda has used Moringa (Sahjan) for centuries as a vital postpartum tonic. It delivers 4x the calcium of milk, rich plant magnesium, iron, and natural galactagogues to replenish maternal bone density, combat postpartum fatigue, and promote wholesome lactation.',\n            hi: 'आयुर्वेद में सदियों से मोरिंगा (सहजन) को प्रसव के बाद की कमजोरी दूर करने के लिए सर्वोत्तम माना गया है। यह दूध से 4 गुना अधिक कैल्शियम, मैग्नीशियम और प्राकृतिक पोषक तत्व देकर नई माताओं की हड्डियों को मजबूत करता है और शारीरिक शक्ति लौटाता है।'\n          }\n        },\n        9: {\n          icon: '🫁',\n          title: { en: 'Pollution Cough \u0026 Airway Irritation', hi: 'प्रदूषण व धूल-धुएं से खांसी' },\n          reason: {\n            en: 'Bioactive polyphenols in Moringa act as natural antihistamines and bronchodilators. They clear toxic particulate matter and soot irritation from bronchial passages, soothe inflamed lung tissue, and eliminate persistent throat tickling caused by urban smog and smoke.',\n            hi: 'मोरिंगा के प्राकृतिक पॉलीफेनॉल्स एंटी-एलर्जिक और ब्रोन्कोडाइलेटर की तरह काम करते हैं। यह सांस की नली और फेफड़ों से प्रदूषण व धूल के कणों से होने वाली जलन को शांत करते हैं और पुरानी सूखी खांसी में तुरंत आराम देते हैं।'\n          }\n        },\n        10: {\n          icon: '📋',\n          title: { en: 'Bad Blood Test Reports', hi: 'खराब ब्लड टेस्ट रिपोर्ट्स (लिपिड व शुगर)' },\n          reason: {\n            en: 'Moringa contains plant beta-sitosterol, a compound structurally similar to cholesterol that actively blocks LDL (bad cholesterol) absorption in the gut. Combined with powerful hepatic antioxidants, it assists the liver in metabolizing triglycerides and rebalancing total lipid profiles.',\n            hi: 'मोरिंगा में प्राकृतिक बीटा-सिटोस्टेरॉल होता है जो आंतों में खराब कोलेस्ट्रॉल (LDL) को सोखने से रोकता है। यह लिवर की कार्यक्षमता बढ़ाकर ट्राइग्लिसराइड्स और ब्लड शुगर दोनों को प्राकृतिक रूप से संतुलित करता है और ब्लड रिपोर्ट्स को सामान्य बनाता है।'\n          }\n        }\n      };\n\n      \/\/ Scientific Reason Modal Functions with Mobile Ghost-Click Protection\n      var vmLastModalOpen = 0;\n\n      window.vmOpenProb = function(id) {\n        id = parseInt(id, 10);\n        var item = window.vmSciData \u0026\u0026 window.vmSciData[id];\n        if (!item) return;\n        var lang = window.vmCurrentLang || 'en';\n        var modal = document.getElementById('vm-sci-modal');\n        if (!modal) return;\n\n        \/\/ Move modal to body if not already on body to escape any parent overflow:hidden \/ transform\n        if (modal.parentElement !== document.body) {\n          document.body.appendChild(modal);\n        }\n\n        var pIcon = document.getElementById('vm-modal-p-icon');\n        var pTitle = document.getElementById('vm-modal-p-title');\n        var pDesc = document.getElementById('vm-modal-desc');\n\n        if (pIcon) pIcon.innerHTML = item.icon;\n        if (pTitle) pTitle.innerHTML = (item.title \u0026\u0026 item.title[lang]) || item.title['en'] || '';\n        if (pDesc) pDesc.innerHTML = (item.reason \u0026\u0026 item.reason[lang]) || item.reason['en'] || '';\n\n        vmLastModalOpen = Date.now();\n        modal.style.display = 'flex';\n        modal.classList.add('vm-modal-open');\n        document.body.style.overflow = 'hidden';\n      };\n\n      \/\/ Immediate close for close button (✕) or CTA button\n      window.vmForceCloseModal = function() {\n        var modal = document.getElementById('vm-sci-modal');\n        if (modal) {\n          modal.classList.remove('vm-modal-open');\n          modal.style.display = 'none';\n        }\n        document.body.style.overflow = '';\n      };\n\n      \/\/ Backdrop close (protected with 500ms safety window against mobile ghost clicks)\n      window.vmCloseModal = function() {\n        if (Date.now() - vmLastModalOpen \u003c 500) {\n          return; \/\/ Ignore ghost click right after opening\n        }\n        window.vmForceCloseModal();\n      };\n\n      \/\/ Document-level capture listener for Problem Tags \u0026 Modal Clicks\n      document.addEventListener('click', function(e) {\n        \/\/ 1. Tag Click -\u003e Open modal\n        var tag = e.target \u0026\u0026 e.target.closest \u0026\u0026 e.target.closest('.vm-hero-prob-tag');\n        if (tag) {\n          e.preventDefault();\n          e.stopPropagation();\n          var probId = tag.getAttribute('data-prob');\n          if (probId \u0026\u0026 window.vmOpenProb) {\n            window.vmOpenProb(probId);\n          }\n          return;\n        }\n\n        \/\/ 2. Explicit Close Button or CTA Click -\u003e Force close immediately\n        if (e.target \u0026\u0026 e.target.closest) {\n          var closeBtn = e.target.closest('.vm-modal-close') || e.target.closest('[data-action=\"close-modal\"]');\n          if (closeBtn) {\n            e.preventDefault();\n            window.vmForceCloseModal();\n            return;\n          }\n        }\n\n        \/\/ 3. Backdrop Click -\u003e Close only if tap is outside card and not a ghost click\n        if (e.target \u0026\u0026 (e.target.id === 'vm-sci-modal' || e.target.classList.contains('vm-modal-overlay'))) {\n          if (!e.target.closest('.vm-modal-card')) {\n            window.vmCloseModal();\n          }\n        }\n      }, true);\n\n      \/\/ Escape key listener for modal\n      document.addEventListener('keydown', function(e) {\n        if (e.key === 'Escape') {\n          window.vmForceCloseModal();\n        }\n      });\n\n      const vmTranslations = {\n        en: {\n          'vm-lang-label': '🌐 Language:',\n          'vm-hero-badge': '🌿 100% Natural Moringa Extract + Powder',\n          'vm-hero-title': '300+ Health Problems.\u003cbr\u003e\u003cspan class=\"vm-accent-text\"\u003eOne Pure Natural Solution.\u003c\/span\u003e',\n          'vm-hero-sub': 'Pure Moringa Oleifera Extract + Whole Leaf Powder with 92+ Active Nutrients. Real results in 1 week.',\n          'vm-hero-btn-buy': 'Buy Now',\n          'vm-hero-btn-learn': 'Learn More',\n          'vm-hero-trust': '4.8\/5 Rating from 800+ verified wellness enthusiasts',\n          'vm-center-pill': '🌱 2 Daily Tablet Solves All',\n          'vm-prob-tag-1': 'Afternoon Fatigue (3 PM Crash)',\n          'vm-prob-tag-2': 'Heavy Hair Fall',\n          'vm-prob-tag-3': 'Post-Meal Sugar Spikes',\n          'vm-prob-tag-4': 'Low Blood Count \/ Low Iron',\n          'vm-prob-tag-5': 'Daily Bloating \u0026amp; Constipation',\n          'vm-prob-tag-6': 'Knee Pain \u0026amp; Stiff Joints',\n          'vm-prob-tag-7': 'Catching Colds \u0026amp; Flu Easily',\n          'vm-prob-tag-8': 'New Mom Weakness',\n          'vm-prob-tag-9': 'Pollution Cough',\n          'vm-prob-tag-10': 'Bad Blood Test Reports',\n          'vm-modal-badge-text': 'Scientific Mechanism',\n          'vm-modal-sec-label': '🌿 HOW MORINGA SOLVES THIS:',\n          'vm-modal-cta': 'Get 100% Pure Moringa Now →',\n          'vm-hero-b1': '100% Organic',\n          'vm-hero-b2': 'FSSAI Approved',\n          'vm-hero-b3': 'GMP Certified',\n          'vm-rt-eyebrow': '⏳ Results You Can Feel Fast',\n          'vm-rt-h2': 'Visible Results \u003cspan class=\"vm-accent-text\"\u003eIn Just 1 Week\u003c\/span\u003e',\n          'vm-rt-intro': 'Vednaro Moringa works rapidly because of its dual-action formula — pure extract for fast absorption + whole leaf powder for sustained nutrition.',\n          'vm-rt-p1-period': 'Day 1–3', 'vm-rt-p1-h4': 'Body Absorbs',\n          'vm-rt-p1-desc': 'Vitamins and minerals begin replenishing your depleted reserves. Sleep quality improves noticeably.',\n          'vm-rt-p2-period': 'Week 1', 'vm-rt-p2-h4': 'Energy Surges',\n          'vm-rt-p2-desc': 'Morning fatigue disappears. Joint stiffness eases. You feel energetic and light throughout the day. This is where most users feel the real difference.',\n          'vm-rt-p3-period': 'Week 2–4', 'vm-rt-p3-h4': 'Deep Benefits',\n          'vm-rt-p3-desc': 'Blood sugar stabilises. Cholesterol markers improve. Immunity strengthens. Skin and hair show visible glow.',\n          'vm-rt-p4-period': 'Month 2+', 'vm-rt-p4-h4': 'Total Wellness',\n          'vm-rt-p4-desc': 'Complete nutritional balance achieved. Sustained daily energy, strong joints, balanced blood markers, and peak immunity.',\n          'vm-rt-note': '🌿 \u003cstrong\u003eWhy so fast?\u003c\/strong\u003e Unlike synthetic supplements, Moringa delivers \u003cstrong\u003e92+ bio-available nutrients\u003c\/strong\u003e your body instantly recognises. Most users report \u003cstrong\u003edramatic energy and pain relief within the first 7 days\u003c\/strong\u003e of daily use.',\n          'vm-ba-eyebrow': '📸 REAL TRANSFORMATIONS',\n          'vm-ba-title': 'Real Customers. \u003cspan class=\"vm-accent-text\"\u003eReal Before \u0026amp; After Results.\u003c\/span\u003e',\n          'vm-ba-sub': 'See how 2 daily tablets helped real people overcome daily health struggles in just weeks.',\n          'vm-ba-tag-before': 'Before',\n          'vm-ba-tag-after': '6 Weeks',\n          'vm-ba-verified': '✓ Verified Buyer',\n          'vm-ba-topic-1': '🦵 Knee \u0026amp; Joint Pain',\n          'vm-ba-quote-1': '\"Severe knee stiffness made climbing stairs agonizing for months. I took Vednaro Moringa daily, and within 6 weeks the swelling vanished. Now I walk freely without knee pain!\"',\n          'vm-ba-topic-2': '🩸 Post-Meal Sugar Spikes',\n          'vm-ba-quote-2': '\"My fasting glucose and post-meal spikes were constantly worrying me. After 5 weeks on Moringa, my morning sugar stabilised down to 108 mg\/dL. Doctor was very pleased!\"',\n          'vm-ba-topic-3': '❤️ Cholesterol \u0026amp; Blood Reports',\n          'vm-ba-quote-3': '\"My lipid test showed high LDL cholesterol and I felt constant heaviness. Adding Moringa extract improved my lipid profile noticeably on my 60-day re-test. Relief is real!\"',\n          'vm-ba-topic-4': '⚡ 3 PM Fatigue \u0026amp; Immunity',\n          'vm-ba-quote-4': '\"Suffered from awful 3 PM energy crashes and caught colds easily. Moringa gave me steady all-day stamina. Deducted 1 star only because delivery took 4 days, but product is 10\/10.\"',\n          'vm-ba-topic-5': '🍃 Gut Bloating \u0026amp; Sluggish Weight',\n          'vm-ba-quote-5': '\"Waking up with heavy bloating every day made me dread the scale. 1 tablet each morning restored my gut health, completely removed bloating, and helped me feel light and active!\"',\n          'vm-prob-h2': 'Are These Silent Problems Holding You Back?',\n          'vm-prob-intro': 'Poor nutrition, processed foods, and a stressful lifestyle rob your body of essential vitamins and minerals every day. Recognize the signs?',\n          'vm-prob1-h3': 'Joint Pain', 'vm-prob1-p': 'Stiff knees, aching shoulders, and painful joints that make every movement a struggle — especially in monsoon and winter.',\n          'vm-prob2-h3': 'Fatigue \u0026amp; Low Immunity', 'vm-prob2-p': 'Constant tiredness, frequent colds, and feeling physically drained by afternoon despite a full night\\'s sleep.',\n          'vm-prob3-h3': 'High Blood Sugar', 'vm-prob3-p': 'Unstable glucose levels causing energy spikes and crashes, sugar cravings, and long-term health anxiety.',\n          'vm-prob4-h3': 'High Cholesterol', 'vm-prob4-p': 'Elevated lipid levels silently damaging your heart health, with doctors recommending heavy medication as the only option.',\n          'vm-sci-h2': 'The Science Behind \u003cspan class=\"vm-accent-text\"\u003eMoringa Oleifera\u003c\/span\u003e',\n          'vm-sci-intro': 'Called the \"Miracle Tree\" by scientists — Moringa is one of the most nutrient-dense plants ever studied.',\n          'vm-sci1-h3': 'Why Moringa Is Called \u003cspan class=\"vm-accent-text\"\u003eNature\\'s Pharmacy\u003c\/span\u003e',\n          'vm-sci1-p': 'Moringa leaves contain \u003cstrong\u003e92+ verified nutrients\u003c\/strong\u003e including 7x the Vitamin C of oranges, 4x calcium of milk, and 2x protein of yoghurt. Natural antioxidants fight cellular oxidative stress.',\n          'vm-sci2-h3': 'Our \u003cspan class=\"vm-accent-text\"\u003ePremium Extraction\u003c\/span\u003e Process',\n          'vm-sci2-p': 'We combine \u003cstrong\u003econcentrated extract\u003c\/strong\u003e (for rapid absorption) with \u003cstrong\u003ewhole leaf powder\u003c\/strong\u003e (for sustained nutrition). Cold-processed with zero fillers, binders, or artificial additives.',\n          'vm-ben-h2': '5 Powerful Benefits You\\'ll Feel',\n          'vm-ben-intro': 'Each benefit is backed by the specific bioactive compounds found in Moringa Oleifera leaf.',\n          'vm-ben1-h3': 'Blood Sugar Balance',\n          'vm-ben1-p': 'Moringa\\'s isothiocyanates and chlorogenic acid naturally regulate glucose metabolism, reducing post-meal sugar spikes and improving insulin sensitivity.',\n          'vm-ben2-h3': 'Cholesterol Management',\n          'vm-ben2-p': 'Beta-sitosterol and bioactive compounds in Moringa help reduce LDL (bad cholesterol) levels while supporting healthy HDL, protecting your heart naturally.',\n          'vm-ben3-h3': 'Natural Multivitamin',\n          'vm-ben3-p': 'A single source of Vitamin A, C, E, K, B-complex, Iron, Calcium, Magnesium, and Zinc. Replaces your entire synthetic supplement stack with one plant-based tablet.',\n          'vm-ben4-h3': 'Joint Comfort',\n          'vm-ben4-p': 'Moringa\\'s powerful anti-inflammatory phenols and flavonoids reduce joint swelling, ease stiffness, and provide natural pain relief — especially in monsoon and winter.',\n          'vm-ben5-h3': 'Energy \u0026amp; Immunity',\n          'vm-ben5-p': 'Rich in Iron, Vitamin C, and B-vitamins that restore depleted nutritional reserves, eliminating afternoon fatigue and building robust disease resistance.',\n          'vm-vs-h2': 'Why Choose Vednaro Moringa Tablets?',\n          'vm-vs-intro': 'Compare our authentic extraction process with ordinary mass-market alternatives.',\n          'vm-vs-head-v': 'Vednaro Premium',\n          'vm-vs-head-o': 'Other Brands',\n          'vm-vs-feat1': 'Active Ingredients',\n          'vm-vs-v1-h4': 'Extract + Whole Leaf Powder',\n          'vm-vs-v1-p': 'Dual-action formula with 92+ verified bio-active nutrients for rapid absorption \u0026amp; sustained relief.',\n          'vm-vs-o1-h4': 'Crude Leaf Powder Only',\n          'vm-vs-o1-p': 'Low potency, requires 6-8 bulky tablets daily to get minimal nutritional benefit.',\n          'vm-vs-feat2': 'Processing Method',\n          'vm-vs-v2-h4': 'Cold-Processed \u0026amp; Shade-Dried',\n          'vm-vs-v2-p': 'Preserves 100% heat-sensitive vitamins, chlorophyll, active enzymes, and flavonoids.',\n          'vm-vs-o2-h4': 'High-Heat Machine Dried',\n          'vm-vs-o2-p': 'Destroys up to 60% of delicate Vitamin C, Vitamin A, and antioxidant enzymes.',\n          'vm-vs-feat3': 'Fillers \u0026amp; Binders',\n          'vm-vs-v3-h4': 'Zero Fillers or Chemicals',\n          'vm-vs-v3-p': '100% pure plant formulation — no magnesium stearate, talc, artificial colours, or preservatives.',\n          'vm-vs-o3-h4': 'Heavy Binders \u0026amp; Additives',\n          'vm-vs-o3-p': 'Often contains up to 40% synthetic binders, starch, flow agents, and artificial preservatives.',\n          'vm-vs-feat4': 'Bioavailability',\n          'vm-vs-v4-h4': 'Rapid \u0026amp; Sustained Absorption',\n          'vm-vs-v4-p': 'Concentrated extract is immediately absorbed while whole leaf powder provides lasting nutrition.',\n          'vm-vs-o4-h4': 'Poor Gut Absorption',\n          'vm-vs-o4-p': 'Most active compounds pass through undigested due to coarse, unstandardized milling.',\n          'vm-vs-feat5': 'Certifications',\n          'vm-vs-v5-h4': 'Triple Certified \u0026amp; Lab Tested',\n          'vm-vs-v5-p': 'FSSAI approved, GMP certified facility, every batch tested for heavy metals and purity.',\n          'vm-vs-o5-h4': 'Unverified Quality',\n          'vm-vs-o5-p': 'Rarely third-party tested, risk of heavy metal contamination and inconsistent potency.',\n          'vm-why-h2': 'Why Our Customers Trust Vednaro',\n          'vm-why-intro': 'Every bottle is crafted with uncompromising standards of purity, potency, and Ayurvedic authenticity.',\n          'vm-why1-h3': '92+ Active Nutrients', 'vm-why1-p': 'One of nature\\'s most complete nutrient sources with 46 antioxidants, 36 anti-inflammatories, and 18 amino acids.',\n          'vm-why2-h3': 'Dual-Action Formula', 'vm-why2-p': 'Extract for rapid cellular absorption + whole leaf powder for sustained daily nourishment.',\n          'vm-why3-h3': '100% Cold-Processed', 'vm-why3-p': 'Never exposed to high heat — retaining maximum enzyme activity, chlorophyll, and vital nutrients.',\n          'vm-why4-h3': 'Zero Additives', 'vm-why4-p': 'No fillers, binders, artificial colours, starch, or preservatives. Just pure, potent Moringa Oleifera.',\n          'vm-why5-h3': 'FSSAI \u0026amp; GMP Certified', 'vm-why5-p': 'Manufactured in state-of-the-art facilities following stringent pharmaceutical-grade quality controls.',\n          'vm-why6-h3': 'Visible 1-Week Results', 'vm-why6-p': 'Over 85% of users report noticeable energy improvement, joint comfort, and vitality within just 7 days.',\n          'vm-htu-h2': 'How to Use Vednaro Moringa',\n          'vm-htu-intro': 'Simple daily ritual for maximum absorption and lasting wellness results.',\n          'vm-htu1-h3': 'Take 2 Tablets Daily', 'vm-htu1-p': 'Take 2 tablets in the morning with a full glass of warm water, preferably after breakfast.',\n          'vm-htu2-h3': 'Stay Well Hydrated', 'vm-htu2-p': 'Drink 2–3 litres of water daily to help your body absorb and distribute the concentrated nutrients efficiently.',\n          'vm-htu3-h3': 'Maintain Consistency', 'vm-htu3-p': 'Take daily for 30–60 days to experience deep, transformative wellness benefits for joints, sugar, and vitality.',\n          'vm-faq-h2': 'Frequently Asked Questions',\n          'vm-faq-intro': 'Everything you need to know about Vednaro Moringa Tablets.',\n          'vm-faq1-q': 'What are Vednaro Moringa Tablets made from?',\n          'vm-faq1-a': 'Vednaro Moringa Tablets are made from a unique dual-action formula combining concentrated Moringa Oleifera leaf extract (for fast absorption) with whole Moringa leaf powder (for sustained nutrition). No fillers, binders, or artificial ingredients are used.',\n          'vm-faq2-q': 'How quickly will I see results?',\n          'vm-faq2-a': 'Most users report noticeable improvement in energy levels, reduced joint pain, and better overall vitality within just 5–7 days of consistent daily use. Deeper benefits like blood sugar and cholesterol improvement typically show within 2–4 weeks.',\n          'vm-faq3-q': 'How many tablets should I take daily?',\n          'vm-faq3-a': 'Take 2 tablets daily with warm water, preferably after breakfast. For best results, maintain daily consistency without skipping doses.',\n          'vm-faq4-q': 'Is it safe for daily long-term use?',\n          'vm-faq4-a': 'Yes, Moringa has been consumed for thousands of years in traditional medicine. Vednaro Moringa Tablets are 100% natural, FSSAI approved, and safe for long-term daily supplementation. However, pregnant or nursing women and those on medication should consult their doctor first.',\n          'vm-faq5-q': 'Can diabetics take Vednaro Moringa?',\n          'vm-faq5-a': 'Yes! Moringa naturally supports healthy glucose metabolism and insulin sensitivity through chlorogenic acid and isothiocyanates. However, monitor your blood sugar regularly and inform your physician if you are on diabetes medication.',\n          'vm-faq6-q': 'Does it cause any stomach upset or acidity?',\n          'vm-faq6-a': 'No. Vednaro Moringa Tablets are 100% natural, cold-processed, and free from harsh chemicals. We recommend taking them with or after food with warm water for gentle, optimal digestion.',\n          'vm-faq7-q': 'How is this different from cheap Moringa powder?',\n          'vm-faq7-a': 'Raw Moringa powder is often bitter, gritty, and poorly absorbed by the gut. Vednaro combines concentrated extract with fine leaf powder in easy-to-swallow tablets, providing standardized potency and far superior bioavailability.',\n          'vm-faq8-q': 'What is the shelf life and storage recommendation?',\n          'vm-faq8-a': 'Vednaro Moringa Tablets have a shelf life of 24 months from manufacture date. Store in a cool, dry place away from direct sunlight. Always close the cap tightly after each use.',\n          'vm-cta-badge': '🌿 Special Online Offer',\n          'vm-cta-h2': 'Start Your Moringa Wellness Journey Today',\n          'vm-cta-p': 'Experience the proven benefits of 92+ bio-active nutrients. Feel lighter, more energetic, and free from daily pain in just 1 week.',\n          'vm-cta-b1': 'Free Delivery Across India',\n          'vm-cta-b2': '100% Natural \u0026amp; Organic',\n          'vm-cta-b3': 'FSSAI \u0026amp; GMP Certified',\n        },\n        hi: {\n          'vm-lang-label': '🌐 भाषा:',\n          'vm-hero-badge': '🌿 100% प्राकृतिक मोरिंगा अर्क + पाउडर',\n          'vm-hero-title': '300+ शारीरिक समस्याएं।\u003cbr\u003e\u003cspan class=\"vm-accent-text\"\u003eएक शुद्ध प्राकृतिक समाधान।\u003c\/span\u003e',\n          'vm-hero-sub': 'शुद्ध मोरिंगा अर्क + संपूर्ण पत्ती पाउडर। 92+ प्राकृतिक पोषक तत्व। मात्र 1 सप्ताह में दिखने वाले परिणाम।',\n          'vm-hero-btn-buy': 'अभी खरीदें',\n          'vm-hero-btn-learn': 'और जानें',\n          'vm-hero-trust': '800+ सत्यापित स्वास्थ्य उत्साहियों द्वारा 4.8\/5 रेटिंग',\n          'vm-center-pill': '🌱 रोज़ाना 2 गोलियां, हर समस्या का समाधान',\n          'vm-prob-tag-1': 'दोपहर की थकान (3 बजे एनर्जी क्रैश)',\n          'vm-prob-tag-2': 'भारी हेयर फॉल व बालों का झड़ना',\n          'vm-prob-tag-3': 'भोजन के बाद ब्लड शुगर स्पाइक',\n          'vm-prob-tag-4': 'खून व हीमोग्लोबिन की कमी (लो आयरन)',\n          'vm-prob-tag-5': 'पेट फूलना व रोज़ाना कब्ज',\n          'vm-prob-tag-6': 'घुटनों का दर्द व जोड़ों की अकड़न',\n          'vm-prob-tag-7': 'बार-बार सर्दी-जुकाम व कमजोर इम्यूनिटी',\n          'vm-prob-tag-8': 'डिलीवरी के बाद शरीर में कमजोरी',\n          'vm-prob-tag-9': 'प्रदूषण व धूल-धुएं से खांसी',\n          'vm-prob-tag-10': 'खराब ब्लड टेस्ट रिपोर्ट्स (लिपिड व शुगर)',\n          'vm-modal-badge-text': 'वैज्ञानिक आधार',\n          'vm-modal-sec-label': '🌿 मोरिंगा इसे कैसे ठीक करता है:',\n          'vm-modal-cta': '100% शुद्ध मोरिंगा अभी ऑर्डर करें →',\n          'vm-hero-b1': '100% जैविक',\n          'vm-hero-b2': 'FSSAI प्रमाणित',\n          'vm-hero-b3': 'GMP सर्टिफाइड',\n          'vm-rt-eyebrow': '⏳ तेज़ परिणाम जो महसूस हों',\n          'vm-rt-h2': 'सिर्फ 1 सप्ताह में \u003cspan class=\"vm-accent-text\"\u003eदिखने वाले परिणाम\u003c\/span\u003e',\n          'vm-rt-intro': 'वेदनारो मोरिंगा अपनी दोहरी-क्रिया फॉर्मूला के कारण तेज़ी से असर करता है — तेज़ अवशोषण के लिए शुद्ध अर्क + निरंतर पोषण के लिए पत्ती पाउडर।',\n          'vm-rt-p1-period': 'दिन 1–3', 'vm-rt-p1-h4': 'शरीर में अवशोषण',\n          'vm-rt-p1-desc': 'विटामिन और मिनरल्स आपके खाली पोषण भंडार को भरना शुरू करते हैं। नींद की गुणवत्ता में सुधार होता है।',\n          'vm-rt-p2-period': 'सप्ताह 1', 'vm-rt-p2-h4': 'ऊर्जा में भारी उछाल',\n          'vm-rt-p2-desc': 'सुबह की सुस्ती दूर होती है। जोड़ों की अकड़न कम होती है। पूरे दिन चुस्ती और फुर्ती महसूस होती है।',\n          'vm-rt-p3-period': 'सप्ताह 2–4', 'vm-rt-p3-h4': 'गहरे शारीरिक लाभ',\n          'vm-rt-p3-desc': 'ब्लड शुगर स्थिर होता है। कोलेस्ट्रॉल में सुधार होता है। इम्यूनिटी बढ़ती है और त्वचा व बालों में चमक दिखती है।',\n          'vm-rt-p4-period': 'माह 2+', 'vm-rt-p4-h4': 'संपूर्ण स्वास्थ्य',\n          'vm-rt-p4-desc': 'पूर्ण पोषण संतुलन। दिनभर निरंतर ऊर्जा, मजबूत जोड़, संतुलित स्वास्थ्य और बेहतरीन जीवनशैली।',\n          'vm-rt-note': '🌿 \u003cstrong\u003eइतनी जल्दी असर क्यों?\u003c\/strong\u003e सिंथेटिक सप्लीमेंट्स के विपरीत, मोरिंगा में \u003cstrong\u003e92+ प्राकृतिक पोषक तत्व\u003c\/strong\u003e होते हैं जिन्हें शरीर तुरंत ग्रहण करता है। अधिकांश लोगों को \u003cstrong\u003eपहले 7 दिनों में ही ऊर्जा और दर्द से स्पष्ट राहत\u003c\/strong\u003e मिलती है।',\n          'vm-ba-eyebrow': '📸 वास्तविक परिणाम',\n          'vm-ba-title': 'सच्चे ग्राहक। \u003cspan class=\"vm-accent-text\"\u003eवास्तविक बिफोर और आफ्टर परिणाम।\u003c\/span\u003e',\n          'vm-ba-sub': 'देखें कैसे रोज़ाना 2 गोलियों ने लोगों को हफ्तों में पुरानी स्वास्थ्य समस्याओं से राहत दिलाई।',\n          'vm-ba-tag-before': 'पहले',\n          'vm-ba-tag-after': 'बाद में',\n          'vm-ba-verified': '✓ सत्यापित खरीदार',\n          'vm-ba-topic-1': '🦵 घुटनों व जोड़ों का दर्द',\n          'vm-ba-quote-1': '\"घुटनों के दर्द की वजह से सीढ़ियां चढ़ना महीनों से बहुत मुश्किल हो गया था। रोज़ाना मोरिंगा लेने के 6 हफ्तों में दर्द और सूजन खत्म हो गई। अब मैं बिना किसी परेशानी के आराम से चलती हूँ!\"',\n          'vm-ba-topic-2': '🩸 भोजन के बाद शुगर स्पाइक्स',\n          'vm-ba-quote-2': '\"फास्टिंग शुगर और खाने के बाद का ग्लूकोज लेवल हमेशा बढ़ा रहता था। 5 हफ्ते मोरिंगा लेने के बाद सुबह की शुगर 108 mg\/dL पर स्थिर हो गई। डॉक्टर भी रिपोर्ट्स देखकर बहुत खुश हुए!\"',\n          'vm-ba-topic-3': '❤️ कोलेस्ट्रॉल व ब्लड रिपोर्ट्स',\n          'vm-ba-quote-3': '\"लिपिड प्रोफाइल में खराब LDL कोलेस्ट्रॉल बढ़ा हुआ था और सीने में भारीपन रहता था। 60 दिन मोरिंगा अर्क लेने के बाद दोबारा टेस्ट कराया तो रिपोर्ट्स सामान्य आईं। बहुत राहत मिली!\"',\n          'vm-ba-topic-4': '⚡ दोपहर की थकान व कमजोर इम्यूनिटी',\n          'vm-ba-quote-4': '\"दोपहर 3 बजे बहुत सुस्ती आती थी और मौसम बदलते ही सर्दी-जुकाम हो जाता था। मोरिंगा से दिनभर चुस्ती बनी रहती है। 1 स्टार सिर्फ इसलिए कम दिया क्योंकि डिलीवरी में 4 दिन लगे, लेकिन प्रोडक्ट 10\/10 है।\"',\n          'vm-ba-topic-5': '🍃 पेट का भारीपन व रोज़ाना ब्लोटिंग',\n          'vm-ba-quote-5': '\"हर सुबह पेट फूला रहता था और वज़न को लेकर तनाव रहता था। रोज़ सुबह 1 गोली लेने से पाचन सुधरा, पेट की गैस और भारीपन पूरी तरह खत्म हुआ और शरीर बहुत हल्का महसूस होता है!\"',\n          'vm-prob-h2': 'क्या ये अनदेखी समस्याएं आपको रोक रही हैं?',\n          'vm-prob-intro': 'खराब खानपान, तनाव और प्रोसेस्ड फूड हर दिन आपके शरीर से ज़रूरी पोषक तत्व छीन रहे हैं। क्या आप भी ये महसूस करते हैं?',\n          'vm-prob1-h3': 'जोड़ों का दर्द', 'vm-prob1-p': 'घुटनों में अकड़न, कंधों में दर्द और चलने-फिरने में तकलीफ — खासकर मौसम बदलते ही बढ़ जाने वाला दर्द।',\n          'vm-prob2-h3': 'थकान और कमजोर इम्यूनिटी', 'vm-prob2-p': 'पूरी नींद के बाद भी दिनभर सुस्ती, दोपहर तक भारी थकान और बार-बार मौसमी बीमार पड़ना।',\n          'vm-prob3-h3': 'हाई ब्लड शुगर', 'vm-prob3-p': 'ग्लूकोज के उतार-चढ़ाव से बार-बार मीठा खाने का मन होना और दिनभर कमजोरी महसूस होना।',\n          'vm-prob4-h3': 'हाई कोलेस्ट्रॉल', 'vm-prob4-p': 'बढ़े हुए लिपिड लेवल जो चुपचाप दिल की सेहत पर असर डालते हैं, जिससे सेहत की चिंता बनी रहती है।',\n          'vm-sci-h2': '\u003cspan class=\"vm-accent-text\"\u003eमोरिंगा ओलीफेरा\u003c\/span\u003e का वैज्ञानिक आधार',\n          'vm-sci-intro': 'वैज्ञानिकों द्वारा \"चमत्कारी वृक्ष\" माना गया — मोरिंगा धरती के सबसे पोषक-सघन पौधों में से एक है।',\n          'vm-sci1-h3': 'मोरिंगा को \u003cspan class=\"vm-accent-text\"\u003eप्रकृति की फार्मेसी\u003c\/span\u003e क्यों कहते हैं',\n          'vm-sci1-p': 'मोरिंगा की पत्तियों में \u003cstrong\u003e92+ पोषक तत्व\u003c\/strong\u003e होते हैं — संतरों से 7 गुना विटामिन C, दूध से 4 गुना कैल्शियम और दही से 2 गुना प्रोटीन। प्राकृतिक एंटीऑक्सीडेंट्स सूजन से लड़ते हैं।',\n          'vm-sci2-h3': 'हमारा \u003cspan class=\"vm-accent-text\"\u003eप्रीमियम निष्कर्षण\u003c\/span\u003e प्रोसेस',\n          'vm-sci2-p': 'हम \u003cstrong\u003eशुद्ध अर्क\u003c\/strong\u003e (तेज़ असर) और \u003cstrong\u003eहोल लीफ पाउडर\u003c\/strong\u003e (निरंतर पोषण) का संगम करते हैं। बिना किसी केमिकल, बाइंडर या फिलर के कोल्ड-प्रोसेस्ड।',\n          'vm-ben-h2': '5 शक्तिशाली फायदे जो आप महसूस करेंगे',\n          'vm-ben-intro': 'प्रत्येक लाभ मोरिंगा ओलीफेरा पत्ती में मौजूद प्राकृतिक बायोएक्टिव तत्वों पर आधारित है।',\n          'vm-ben1-h3': 'ब्लड शुगर नियंत्रण',\n          'vm-ben1-p': 'मोरिंगा के आइसोथियोसाइनेट्स और क्लोरोजेनिक एसिड भोजन के बाद शुगर स्पाइक्स को नियंत्रित करने में मदद करते हैं।',\n          'vm-ben2-h3': 'कोलेस्ट्रॉल का संतुलन',\n          'vm-ben2-p': 'बीटा-सिटोस्टेरॉल खराब कोलेस्ट्रॉल (LDL) को कम करने और दिल को स्वस्थ रखने में मदद करता है।',\n          'vm-ben3-h3': 'प्राकृतिक मल्टीविटामिन',\n          'vm-ben3-p': 'विटामिन A, C, E, K, B-कॉम्प्लेक्स, आयरन, कैल्शियम और जिंक का प्राकृतिक स्रोत। सिंथेटिक गोलियों की जगह एक प्राकृतिक विकल्प।',\n          'vm-ben4-h3': 'जोड़ों के दर्द में राहत',\n          'vm-ben4-p': 'शक्तिशाली एंटी-इंफ्लेमेटरी तत्व जोड़ों की सूजन और अकड़न को कम करके दर्द में प्राकृतिक राहत देते हैं।',\n          'vm-ben5-h3': 'दिनभर ऊर्जा और इम्यूनिटी',\n          'vm-ben5-p': 'आयरन, विटामिन C और B-विटामिन्स का संगम जो बिना किसी कैफीन क्रैश के सुबह से शाम तक ताज़गी और चुस्ती बनाए रखता है।',\n          'vm-vs-h2': 'वेदनारो मोरिंगा ही क्यों चुनें?',\n          'vm-vs-intro': 'प्रीमियम गुणवत्ता। वास्तविक परिणाम। कोई समझौता नहीं।',\n          'vm-vs-head-v': 'वेदनारो प्रीमियम',\n          'vm-vs-head-o': 'अन्य साधारण ब्रांड्स',\n          'vm-vs-feat1': 'सक्रिय तत्व',\n          'vm-vs-v1-h4': 'अर्क + होल लीफ पाउडर',\n          'vm-vs-v1-p': '92+ बायोएक्टिव तत्वों का संगम जो शरीर में तुरंत घुलनशील है और लंबे समय तक असरदार रहता है।',\n          'vm-vs-o1-h4': 'केवल कच्चा पत्ती पाउडर',\n          'vm-vs-o1-p': 'अत्यधिक कम क्षमता, न्यूनतम असर के लिए भी रोज़ 6-8 गोलियां खानी पड़ती हैं।',\n          'vm-vs-feat2': 'प्रोसेसिंग तकनीक',\n          'vm-vs-v2-h4': 'कोल्ड-प्रोसेस्ड और छांव में सुखाया',\n          'vm-vs-v2-p': 'विटामिन्स, क्लोरोफिल, एंजाइम्स और फ्लेवोनोइड्स 100% सुरक्षित रहते हैं।',\n          'vm-vs-o2-h4': 'मशीनों में तेज़ गर्मी पर सुखाया',\n          'vm-vs-o2-p': 'तेज़ गर्मी से 60% तक नाज़ुक विटामिन C, विटामिन A और एंजाइम्स नष्ट हो जाते हैं।',\n          'vm-vs-feat3': 'फिलर्स और बाइंडर्स',\n          'vm-vs-v3-h4': 'शून्य केमिकल व फिलर्स',\n          'vm-vs-v3-p': '100% शुद्ध वनस्पति फॉर्मूला — कोई रंग, स्टार्च या प्रिजर्वेटिव नहीं।',\n          'vm-vs-o3-h4': 'हानिकारक केमिकल्स',\n          'vm-vs-o3-p': 'गोलियों को जोड़ने के लिए 40% तक केमिकल, टैलकम और स्टार्च मिलाया जाता है।',\n          'vm-vs-feat4': 'शरीर में अवशोषण',\n          'vm-vs-v4-h4': 'तेज़ और संपूर्ण अवशोषण',\n          'vm-vs-v4-p': 'शुद्ध अर्क शरीर की कोशिकाओं में तुरंत पहुंचता है और पत्ती पाउडर दिनभर पोषण देता है।',\n          'vm-vs-o4-h4': 'कमज़ोर पाचन व अवशोषण',\n          'vm-vs-o4-p': 'मोटे पाउडर के कारण शरीर इसे पूरी तरह पचाए बिना बाहर निकाल देता है।',\n          'vm-vs-feat5': 'प्रमाणीकरण',\n          'vm-vs-v5-h4': 'तिहरा प्रमाणित व लैब टेस्टेड',\n          'vm-vs-v5-p': 'FSSAI मान्यता प्राप्त, GMP सर्टिफाइड लैब और भारी धातुओं की सख्त जांच।',\n          'vm-vs-o5-h4': 'अपुष्ट गुणवत्ता',\n          'vm-vs-o5-p': 'बिना किसी लैब टेस्टिंग के निर्मित, शुद्धता और असर की कोई गारंटी नहीं।',\n          'vm-why-h2': 'ग्राहक वेदनारो पर भरोसा क्यों करते हैं?',\n          'vm-why-intro': 'प्रत्येक बॉटल शुद्धता, क्षमता और प्रामाणिकता के उच्चतम मानकों से तैयार होती है।',\n          'vm-why1-h3': '92+ प्राकृतिक पोषक तत्व', 'vm-why1-p': '46 एंटीऑक्सीडेंट्स, 36 एंटी-इंफ्लेमेटरी और 18 अमीनो एसिड्स का कुदरती भंडार।',\n          'vm-why2-h3': 'दोहरी-क्रिया फॉर्मूला', 'vm-why2-p': 'तेज़ असर के लिए शुद्ध अर्क + दिनभर पोषण के लिए संपूर्ण पत्ती पाउडर।',\n          'vm-why3-h3': '100% कोल्ड प्रोसेस्ड', 'vm-why3-p': 'बिना किसी गर्मी के तैयार, जिससे सभी एंजाइम्स और विटामिन्स पूरी तरह सुरक्षित रहते हैं।',\n          'vm-why4-h3': 'शून्य मिलावट', 'vm-why4-p': 'कोई फिलर, बाइंडर, कृत्रिम रंग या केमिकल नहीं — केवल शुद्ध मोरिंगा ओलीफेरा।',\n          'vm-why5-h3': 'FSSAI और GMP प्रमाणित', 'vm-why5-p': 'फार्मास्युटिकल ग्रेड की अत्याधुनिक लैब में सख्त गुणवत्ता नियंत्रण के तहत निर्मित।',\n          'vm-why6-h3': '1 सप्ताह में असरदार', 'vm-why6-p': '85% से अधिक ग्राहकों को मात्र 7 दिनों में ऊर्जा और दर्द से स्पष्ट राहत महसूस होती है।',\n          'vm-htu-h2': 'उपयोग करने का सही तरीका',\n          'vm-htu-intro': 'उत्तम परिणामों के लिए सरल और प्रभावी दैनिक नियम।',\n          'vm-htu1-h3': 'रोज़ाना 2 टैबलेट लें', 'vm-htu1-p': 'सुबह नाश्ते के बाद 2 टैबलेट एक गिलास गुनगुने पानी के साथ लें।',\n          'vm-htu2-h3': 'पर्याप्त पानी पिएं', 'vm-htu2-p': 'दिनभर में 2 से 3 लीटर पानी पिएं ताकि शरीर पोषक तत्वों को पूरी तरह सोख सके।',\n          'vm-htu3-h3': 'नियमितता बनाए रखें', 'vm-htu3-p': 'बेहतरीन और स्थायी स्वास्थ्य लाभ के लिए लगातार 30 से 60 दिनों तक सेवन करें।',\n          'vm-faq-h2': 'अक्सर पूछे जाने वाले सवाल',\n          'vm-faq-intro': 'वेदनारो मोरिंगा टैबलेट्स के बारे में आपके सभी सवालों के जवाब।',\n          'vm-faq1-q': 'वेदनारो मोरिंगा टैबलेट्स किससे बनी हैं?',\n          'vm-faq1-a': 'ये शुद्ध मोरिंगा अर्क और पत्ती पाउडर के शक्तिशाली मिश्रण से बनी हैं। इसमें कोई केमिकल या कृत्रिम पदार्थ नहीं मिलाया गया है।',\n          'vm-faq2-q': 'परिणाम कितने दिनों में दिखने लगते हैं?',\n          'vm-faq2-a': 'अधिकांश लोगों को नियमित सेवन के मात्र 5 से 7 दिनों में ऊर्जा में बढ़ोतरी और जोड़ों के दर्द में स्पष्ट आराम महसूस होने लगता है।',\n          'vm-faq3-q': 'प्रतिदिन कितनी गोलियां खानी चाहिए?',\n          'vm-faq3-a': 'रोज़ाना 2 गोलियां सुबह नाश्ते के बाद गुनगुने पानी के साथ लें। सर्वोत्तम परिणामों के लिए नियमितता बनाए रखें।',\n          'vm-faq4-q': 'क्या इसे लंबे समय तक लेना सुरक्षित है?',\n          'vm-faq4-a': 'हां, यह 100% प्राकृतिक और FSSAI प्रमाणित है। दैनिक पोषण के लिए इसे लंबे समय तक सुरक्षित रूप से लिया जा सकता है।',\n          'vm-faq5-q': 'क्या डायबिटीज के मरीज़ इसे ले सकते हैं?',\n          'vm-faq5-a': 'बिल्कुल! मोरिंगा प्राकृतिक रूप से ब्लड शुगर और इंसुलिन को संतुलित करने में सहायक है।',\n          'vm-faq6-q': 'क्या इससे पेट खराब या गैस की समस्या हो सकती है?',\n          'vm-faq6-a': 'नहीं, यह पूरी तरह प्राकृतिक और सौम्य है। भोजन के बाद गुनगुने पानी से लेने पर यह पाचन को और बेहतर बनाता है।',\n          'vm-faq7-q': 'यह बाज़ार के सस्ते मोरिंगा पाउडर से बेहतर क्यों है?',\n          'vm-faq7-a': 'साधारण पाउडर कड़वा होता है और शरीर उसे ठीक से नहीं सोख पाता। वेदनारो में शुद्ध अर्क है जो शरीर में तुरंत असर करता है।',\n          'vm-faq8-q': 'इसकी शेल्फ लाइफ कितनी है?',\n          'vm-faq8-a': 'इसकी शेल्फ लाइफ निर्माण तिथि से 24 महीने है। इसे सूखी और ठंडी जगह पर रखें और ढक्कन हमेशा कसकर बंद रखें।',\n          'vm-cta-badge': '🌿 विशेष ऑनलाइन ऑफर',\n          'vm-cta-h2': 'आज ही शुरू करें अपना स्वस्थ जीवन',\n          'vm-cta-p': '92+ प्राकृतिक पोषक तत्वों की शक्ति का अनुभव करें। सिर्फ 1 सप्ताह में हल्कापन, ऊर्जा और दर्द से आज़ादी महसूस करें।',\n          'vm-cta-b1': 'पूरे भारत में मुफ़्त डिलीवरी',\n          'vm-cta-b2': '100% प्राकृतिक और जैविक',\n          'vm-cta-b3': 'FSSAI और GMP प्रमाणित',\n        }\n      };\n\n      const vmSelMap = [\n        ['vm-lang-label',       '.vm-lang-bar-label'],\n        ['vm-hero-badge',       '#vm-hero .vm-hero-badge'],\n        ['vm-hero-title',       '#vm-hero .vm-hero-title'],\n        ['vm-hero-sub',         '#vm-hero .vm-hero-subheadline'],\n        ['vm-hero-btn-buy',     '#vm-hero .vm-btn-primary'],\n        ['vm-hero-btn-learn',   '#vm-hero .vm-btn-secondary'],\n        ['vm-hero-trust',       '#vm-hero .vm-hero-trust-text'],\n        ['vm-center-pill',      '.vm-center-stage-pill'],\n        ['vm-prob-tag-1',       '[data-key=\"vm-prob-tag-1\"]'],\n        ['vm-prob-tag-2',       '[data-key=\"vm-prob-tag-2\"]'],\n        ['vm-prob-tag-3',       '[data-key=\"vm-prob-tag-3\"]'],\n        ['vm-prob-tag-4',       '[data-key=\"vm-prob-tag-4\"]'],\n        ['vm-prob-tag-5',       '[data-key=\"vm-prob-tag-5\"]'],\n        ['vm-prob-tag-6',       '[data-key=\"vm-prob-tag-6\"]'],\n        ['vm-prob-tag-7',       '[data-key=\"vm-prob-tag-7\"]'],\n        ['vm-prob-tag-8',       '[data-key=\"vm-prob-tag-8\"]'],\n        ['vm-prob-tag-9',       '[data-key=\"vm-prob-tag-9\"]'],\n        ['vm-prob-tag-10',      '[data-key=\"vm-prob-tag-10\"]'],\n        ['vm-modal-badge-text', '[data-key=\"vm-modal-badge-text\"]'],\n        ['vm-modal-sec-label',  '[data-key=\"vm-modal-sec-label\"]'],\n        ['vm-modal-cta',        '[data-key=\"vm-modal-cta\"]'],\n        ['vm-hero-b1',          '.vm-trust-badge-item:nth-child(1) .vm-trust-badge-label'],\n        ['vm-hero-b2',          '.vm-trust-badge-item:nth-child(2) .vm-trust-badge-label'],\n        ['vm-hero-b3',          '.vm-trust-badge-item:nth-child(3) .vm-trust-badge-label'],\n        ['vm-transform-headline','.vm-transform-headline'],\n        ['vm-transform-pname',  '.vm-transform-product-label .vm-pname'],\n        ['vm-transform-sublabel','.vm-transform-sub-label'],\n        ['vm-pill1',            '.vm-icon-pill:nth-child(1) .vm-pill-text'],\n        ['vm-pill2',            '.vm-icon-pill:nth-child(2) .vm-pill-text'],\n        ['vm-pill3',            '.vm-icon-pill:nth-child(3) .vm-pill-text'],\n        ['vm-rt-eyebrow',       '.vm-results-timeline-header .vm-rt-eyebrow'],\n        ['vm-rt-h2',            '.vm-results-timeline-header h2'],\n        ['vm-rt-intro',         '.vm-results-timeline-header p'],\n        ['vm-rt-p1-period',     '.vm-rt-step:nth-child(1) .vm-rt-period'],\n        ['vm-rt-p1-h4',         '.vm-rt-step:nth-child(1) h4'],\n        ['vm-rt-p1-desc',       '.vm-rt-step:nth-child(1) p'],\n        ['vm-rt-p2-period',     '.vm-rt-step:nth-child(2) .vm-rt-period'],\n        ['vm-rt-p2-h4',         '.vm-rt-step:nth-child(2) h4'],\n        ['vm-rt-p2-desc',       '.vm-rt-step:nth-child(2) p'],\n        ['vm-rt-p3-period',     '.vm-rt-step:nth-child(3) .vm-rt-period'],\n        ['vm-rt-p3-h4',         '.vm-rt-step:nth-child(3) h4'],\n        ['vm-rt-p3-desc',       '.vm-rt-step:nth-child(3) p'],\n        ['vm-rt-p4-period',     '.vm-rt-step:nth-child(4) .vm-rt-period'],\n        ['vm-rt-p4-h4',         '.vm-rt-step:nth-child(4) h4'],\n        ['vm-rt-p4-desc',       '.vm-rt-step:nth-child(4) p'],\n        ['vm-rt-note',          '.vm-rt-cta-note p'],\n        ['vm-prob-h2',          '.vm-problem-grid ~ .vm-section-header h2, #vm-problems .vm-section-header h2'],\n        ['vm-prob-intro',       '.vm-problem-grid ~ .vm-section-header p, #vm-problems .vm-section-header p'],\n        ['vm-prob1-h3',         '.vm-problem-card:nth-child(1) .vm-problem-info h3'],\n        ['vm-prob1-p',          '.vm-problem-card:nth-child(1) .vm-problem-info p'],\n        ['vm-prob2-h3',         '.vm-problem-card:nth-child(2) .vm-problem-info h3'],\n        ['vm-prob2-p',          '.vm-problem-card:nth-child(2) .vm-problem-info p'],\n        ['vm-prob3-h3',         '.vm-problem-card:nth-child(3) .vm-problem-info h3'],\n        ['vm-prob3-p',          '.vm-problem-card:nth-child(3) .vm-problem-info p'],\n        ['vm-prob4-h3',         '.vm-problem-card:nth-child(4) .vm-problem-info h3'],\n        ['vm-prob4-p',          '.vm-problem-card:nth-child(4) .vm-problem-info p'],\n        ['vm-sci-h2',           '#vm-science .vm-section-header h2'],\n        ['vm-sci-intro',        '#vm-science .vm-section-header p'],\n        ['vm-sci1-h3',          '.vm-science-card:nth-child(1) .vm-science-body h3'],\n        ['vm-sci1-p',           '.vm-science-card:nth-child(1) .vm-science-body p'],\n        ['vm-sci2-h3',          '.vm-science-card:nth-child(2) .vm-science-body h3'],\n        ['vm-sci2-p',           '.vm-science-card:nth-child(2) .vm-science-body p'],\n        ['vm-ben-h2',           '#vm-benefits .vm-section-header h2, .vm-benefits-grid ~ .vm-section-header h2'],\n        ['vm-ben-intro',        '#vm-benefits .vm-section-header p, .vm-benefits-grid ~ .vm-section-header p'],\n        ['vm-ben1-h3',          '.vm-benefit-card:nth-child(1) .vm-benefit-body h3'],\n        ['vm-ben1-p',           '.vm-benefit-card:nth-child(1) .vm-benefit-body p'],\n        ['vm-ben2-h3',          '.vm-benefit-card:nth-child(2) .vm-benefit-body h3'],\n        ['vm-ben2-p',           '.vm-benefit-card:nth-child(2) .vm-benefit-body p'],\n        ['vm-ben3-h3',          '.vm-benefit-card:nth-child(3) .vm-benefit-body h3'],\n        ['vm-ben3-p',           '.vm-benefit-card:nth-child(3) .vm-benefit-body p'],\n        ['vm-ben4-h3',          '.vm-benefit-card:nth-child(4) .vm-benefit-body h3'],\n        ['vm-ben4-p',           '.vm-benefit-card:nth-child(4) .vm-benefit-body p'],\n        ['vm-ben5-h3',          '.vm-benefit-card:nth-child(5) .vm-benefit-body h3'],\n        ['vm-ben5-p',           '.vm-benefit-card:nth-child(5) .vm-benefit-body p'],\n        ['vm-vs-h2',            '.vm-vs-table ~ .vm-section-header h2, .vm-section-padding:has(.vm-vs-table) .vm-section-header h2'],\n        ['vm-vs-intro',         '.vm-vs-table ~ .vm-section-header p, .vm-section-padding:has(.vm-vs-table) .vm-section-header p'],\n        ['vm-vs-feat1',         '.vm-vs-table-row:nth-child(2) .vm-vs-feature-label'],\n        ['vm-vs-v1-h4',         '.vm-vs-table-row:nth-child(2) .vm-vs-col-vednaro h4'],\n        ['vm-vs-v1-p',          '.vm-vs-table-row:nth-child(2) .vm-vs-col-vednaro p'],\n        ['vm-vs-o1-h4',         '.vm-vs-table-row:nth-child(2) .vm-vs-col-others h4'],\n        ['vm-vs-o1-p',          '.vm-vs-table-row:nth-child(2) .vm-vs-col-others p'],\n        ['vm-vs-feat2',         '.vm-vs-table-row:nth-child(3) .vm-vs-feature-label'],\n        ['vm-vs-v2-h4',         '.vm-vs-table-row:nth-child(3) .vm-vs-col-vednaro h4'],\n        ['vm-vs-v2-p',          '.vm-vs-table-row:nth-child(3) .vm-vs-col-vednaro p'],\n        ['vm-vs-o2-h4',         '.vm-vs-table-row:nth-child(3) .vm-vs-col-others h4'],\n        ['vm-vs-o2-p',          '.vm-vs-table-row:nth-child(3) .vm-vs-col-others p'],\n        ['vm-vs-feat3',         '.vm-vs-table-row:nth-child(4) .vm-vs-feature-label'],\n        ['vm-vs-v3-h4',         '.vm-vs-table-row:nth-child(4) .vm-vs-col-vednaro h4'],\n        ['vm-vs-v3-p',          '.vm-vs-table-row:nth-child(4) .vm-vs-col-vednaro p'],\n        ['vm-vs-o3-h4',         '.vm-vs-table-row:nth-child(4) .vm-vs-col-others h4'],\n        ['vm-vs-o3-p',          '.vm-vs-table-row:nth-child(4) .vm-vs-col-others p'],\n        ['vm-vs-feat4',         '.vm-vs-table-row:nth-child(5) .vm-vs-feature-label'],\n        ['vm-vs-v4-h4',         '.vm-vs-table-row:nth-child(5) .vm-vs-col-vednaro h4'],\n        ['vm-vs-v4-p',          '.vm-vs-table-row:nth-child(5) .vm-vs-col-vednaro p'],\n        ['vm-vs-o4-h4',         '.vm-vs-table-row:nth-child(5) .vm-vs-col-others h4'],\n        ['vm-vs-o4-p',          '.vm-vs-table-row:nth-child(5) .vm-vs-col-others p'],\n        ['vm-vs-feat5',         '.vm-vs-table-row:nth-child(6) .vm-vs-feature-label'],\n        ['vm-vs-v5-h4',         '.vm-vs-table-row:nth-child(6) .vm-vs-col-vednaro h4'],\n        ['vm-vs-v5-p',          '.vm-vs-table-row:nth-child(6) .vm-vs-col-vednaro p'],\n        ['vm-vs-o5-h4',         '.vm-vs-table-row:nth-child(6) .vm-vs-col-others h4'],\n        ['vm-vs-o5-p',          '.vm-vs-table-row:nth-child(6) .vm-vs-col-others p'],\n        ['vm-why-h2',           '#vm-why-vednaro .vm-section-header h2'],\n        ['vm-why-intro',        '#vm-why-vednaro .vm-section-header p'],\n        ['vm-why1-h3',          '.vm-why-card:nth-child(1) h3'],\n        ['vm-why1-p',           '.vm-why-card:nth-child(1) p'],\n        ['vm-why2-h3',          '.vm-why-card:nth-child(2) h3'],\n        ['vm-why2-p',           '.vm-why-card:nth-child(2) p'],\n        ['vm-why3-h3',          '.vm-why-card:nth-child(3) h3'],\n        ['vm-why3-p',           '.vm-why-card:nth-child(3) p'],\n        ['vm-why4-h3',          '.vm-why-card:nth-child(4) h3'],\n        ['vm-why4-p',           '.vm-why-card:nth-child(4) p'],\n        ['vm-why5-h3',          '.vm-why-card:nth-child(5) h3'],\n        ['vm-why5-p',           '.vm-why-card:nth-child(5) p'],\n        ['vm-why6-h3',          '.vm-why-card:nth-child(6) h3'],\n        ['vm-why6-p',           '.vm-why-card:nth-child(6) p'],\n        ['vm-htu-h2',           '#vm-how-to-use .vm-section-header h2'],\n        ['vm-htu-intro',        '#vm-how-to-use .vm-section-header p'],\n        ['vm-htu1-h3',          '.vm-step-card:nth-child(1) h3'],\n        ['vm-htu1-p',           '.vm-step-card:nth-child(1) p'],\n        ['vm-htu2-h3',          '.vm-step-card:nth-child(2) h3'],\n        ['vm-htu2-p',           '.vm-step-card:nth-child(2) p'],\n        ['vm-htu3-h3',          '.vm-step-card:nth-child(3) h3'],\n        ['vm-htu3-p',           '.vm-step-card:nth-child(3) p'],\n        ['vm-faq-h2',           '#vm-faq .vm-section-header h2'],\n        ['vm-faq-intro',        '#vm-faq .vm-section-header p'],\n        ['vm-faq1-q',           '.vm-faq-item:nth-child(1) .vm-faq-header h3'],\n        ['vm-faq1-a',           '.vm-faq-item:nth-child(1) .vm-faq-body p'],\n        ['vm-faq2-q',           '.vm-faq-item:nth-child(2) .vm-faq-header h3'],\n        ['vm-faq2-a',           '.vm-faq-item:nth-child(2) .vm-faq-body p'],\n        ['vm-faq3-q',           '.vm-faq-item:nth-child(3) .vm-faq-header h3'],\n        ['vm-faq3-a',           '.vm-faq-item:nth-child(3) .vm-faq-body p'],\n        ['vm-faq4-q',           '.vm-faq-item:nth-child(4) .vm-faq-header h3'],\n        ['vm-faq4-a',           '.vm-faq-item:nth-child(4) .vm-faq-body p'],\n        ['vm-faq5-q',           '.vm-faq-item:nth-child(5) .vm-faq-header h3'],\n        ['vm-faq5-a',           '.vm-faq-item:nth-child(5) .vm-faq-body p'],\n        ['vm-faq6-q',           '.vm-faq-item:nth-child(6) .vm-faq-header h3'],\n        ['vm-faq6-a',           '.vm-faq-item:nth-child(6) .vm-faq-body p'],\n        ['vm-faq7-q',           '.vm-faq-item:nth-child(7) .vm-faq-header h3'],\n        ['vm-faq7-a',           '.vm-faq-item:nth-child(7) .vm-faq-body p'],\n        ['vm-faq8-q',           '.vm-faq-item:nth-child(8) .vm-faq-header h3'],\n        ['vm-faq8-a',           '.vm-faq-item:nth-child(8) .vm-faq-body p'],\n        ['vm-cta-badge',        '#vm-buy-section .vm-hero-badge'],\n        ['vm-cta-h2',           '#vm-buy-section .vm-final-cta-card h2'],\n        ['vm-cta-p',            '#vm-buy-section .vm-final-cta-card \u003e p'],\n        ['vm-cta-b1',           '.vm-cta-bullets li:nth-child(1)'],\n        ['vm-cta-b2',           '.vm-cta-bullets li:nth-child(2)'],\n        ['vm-cta-b3',           '.vm-cta-bullets li:nth-child(3)'],\n      ];\n\n      function vmApplyLang(lang) {\n        window.vmCurrentLang = lang;\n        const root = document.querySelector('#vm-landing-page') || document.body;\n        if (!root) return;\n        const t = vmTranslations[lang];\n        if (!t) return;\n\n        vmSelMap.forEach(([key, sel]) =\u003e {\n          try {\n            const el = root.querySelector(sel);\n            if (el \u0026\u0026 t[key] !== undefined) {\n              el.innerHTML = t[key];\n            }\n          } catch(e) {}\n        });\n\n        \/\/ Also translate any element with data-key attribute\n        root.querySelectorAll('[data-key]').forEach(el =\u003e {\n          try {\n            const key = el.getAttribute('data-key');\n            if (key \u0026\u0026 t[key] !== undefined) {\n              el.innerHTML = t[key];\n            }\n          } catch(e) {}\n        });\n\n        root.querySelectorAll('.vm-lang-btn').forEach(btn =\u003e {\n          btn.classList.toggle('active', btn.getAttribute('data-lang') === lang);\n        });\n\n        try { localStorage.setItem('vm_lang', lang); } catch(e) {}\n      }\n\n      \/\/ Expose globally so inline onclick on \u003ca\u003e tags executes immediately\n      window.vmSetLang = vmApplyLang;\n\n      \/\/ Document-level capture listener\n      document.addEventListener('click', function(e) {\n        const btn = e.target \u0026\u0026 e.target.closest \u0026\u0026 e.target.closest('.vm-lang-btn');\n        if (btn) {\n          e.preventDefault();\n          const targetLang = btn.getAttribute('data-lang');\n          if (targetLang) {\n            vmApplyLang(targetLang);\n          }\n        }\n      }, true);\n\n      function vmInitLang() {\n        const saved = (() =\u003e { try { return localStorage.getItem('vm_lang'); } catch(e) { return null; } })();\n        const lang = (saved === 'hi') ? 'hi' : 'en';\n        if (lang !== 'en') {\n          vmApplyLang(lang);\n        }\n      }\n\n      if (document.readyState === 'loading') {\n        document.addEventListener('DOMContentLoaded', vmInitLang);\n      } else {\n        vmInitLang();\n      }\n    })();\n  \u003c\/script\u003e\n\n\u003c\/div\u003e\n","brand":"Vednaro","offers":[{"title":"1 X 60 Tablets( 1 Tablet \/ 10.81 Rs )","offer_id":45062234603617,"sku":"VED-MOR-TAB-60","price":649.0,"currency_code":"INR","in_stock":true},{"title":"2 X 60 Tablets( 1 Tablet \/ 9.15 Rs )","offer_id":46286460158049,"sku":null,"price":1099.0,"currency_code":"INR","in_stock":true},{"title":"3 X 60 Tablets( 1 Tablet \/ 8.60 Rs )","offer_id":46331633664097,"sku":null,"price":1549.0,"currency_code":"INR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0636\/1114\/2241\/files\/vednarotablet60pcsmain.webp?v=1786116081","url":"https:\/\/vednaro.com\/products\/vednaro-moringa-tablets-60","provider":"Vednaro","version":"1.0","type":"link"}