Claymont, DE 19703, United States
(function(){ function injectTrustBar(){ if(document.querySelector('.rev-trust-strip'))return; var strip=document.createElement('div'); strip.className='rev-trust-strip'; strip.style.cssText='background:#ecfdf5;border-bottom:1px solid #d1fae5;padding:8px 16px;display:flex;justify-content:center;gap:24px;flex-wrap:wrap;font-size:13px;color:#065f46;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;'; var items=[ {check:true,text:'HIPAA Compliant'}, {check:true,text:'15+ Years Experience'}, {check:true,text:'All 50 States'}, {check:true,text:'24-48hr Claim Turnaround'}, {check:true,text:'US-Based Account Managers'}, {icon:'✉',text:'inquiry@revenantcare.com',contact:true}, {icon:'☎',text:'+1 (855) 997-9989',contact:true} ]; items.forEach(function(it){ var sp=document.createElement('span'); sp.style.cssText='display:inline-flex;align-items:center;gap:6px;'; if(it.check){ var c=document.createElement('span'); c.style.cssText='color:#10b981;font-weight:700;'; c.textContent='✓'; sp.appendChild(c); }else if(it.icon){ sp.appendChild(document.createTextNode(it.icon+' ')); } sp.appendChild(document.createTextNode(it.text)); strip.appendChild(sp); }); document.body.insertBefore(strip,document.body.firstChild); } function injectTopCTA(){ if(document.querySelector('.rev-phone-cta'))return; var header=document.querySelector('header,.site-header,.main-header'); if(!header)return; var cta=document.createElement('a'); cta.className='rev-phone-cta main-button'; cta.href='tel:+18559979989'; cta.style.cssText='position:absolute;top:50%;right:24px;transform:translateY(-50%);background:linear-gradient(135deg,#0e7490,#22d3ee);color:#fff;padding:12px 24px;border-radius:999px;text-decoration:none;font-weight:600;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;display:inline-flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(14,116,144,.3);z-index:100;'; cta.innerHTML='☎ Call +1 (855) 997-9989'; if(getComputedStyle(header).position==='static')header.style.position='relative'; header.appendChild(cta); } function run(){ try{injectTrustBar();}catch(e){} try{injectTopCTA();}catch(e){} } if(document.readyState==='loading'){ document.addEventListener('DOMContentLoaded',run); }else{ run(); } setTimeout(run,500); setTimeout(run,2000); })();