Help
RSS
API
Feed
Maltego
Contact
Domain > empaact-dev.com
×
More information on this domain is in
AlienVault OTX
Is this malicious?
Yes
No
DNS Resolutions
Date
IP Address
2025-06-26
3.171.171.71
(
ClassC
)
2026-01-23
18.161.6.8
(
ClassC
)
Port 80
HTTP/1.1 301 Moved PermanentlyServer: CloudFrontDate: Fri, 23 Jan 2026 10:24:54 GMTContent-Type: text/htmlContent-Length: 167Connection: keep-aliveLocation: https://empaact-dev.com/X-Cache: Redirect from cloudfrontVia: 1.1 ee32c7a76e2727d565413cc6c352ef48.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: TQnagpHjstNodbP4cMQbc9kOqPMXIsT3CZL_FJ3XbTK03WYhu-LP9Q html>head>title>301 Moved Permanently/title>/head>body>center>h1>301 Moved Permanently/h1>/center>hr>center>CloudFront/center>/body>/html>
Port 443
HTTP/1.1 200 OKContent-Type: text/htmlContent-Length: 45917Connection: keep-aliveDate: Fri, 23 Jan 2026 10:24:55 GMTLast-Modified: Sun, 22 Jun 2025 22:27:00 GMTETag: bd77c0ce470e0abce87d552c0106cbf8x-amz-server-side-encryption: AES256Accept-Ranges: bytesServer: AmazonS3X-Cache: Miss from cloudfrontVia: 1.1 6af36c6902a46beec743522a9bbb3ab0.cloudfront.net (CloudFront)X-Amz-Cf-Pop: HIO52-P1X-Amz-Cf-Id: cGaVT99uTpDNolSTipNm027G4Im9-ypwiRMSKA9FsFl5BpYJoRIrgw !DOCTYPE html>html langen>head> meta charsetUTF-8> meta nameviewport contentwidthdevice-width, initial-scale1.0> title>EMPAACT - Breaking Down Clinical Trial Barriers/title> style> * { margin: 0; padding: 0; box-sizing: border-box; } body { font-family: Inter, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif; line-height: 1.6; color: #0f172a; background: #ffffff; overflow-x: hidden; } /* Smooth scrolling */ html { scroll-behavior: smooth; } /* Header */ .header { background: rgba(255, 255, 255, 0.95); backdrop-filter: blur(20px); border-bottom: 1px solid rgba(148, 163, 184, 0.1); position: fixed; top: 0; left: 0; right: 0; z-index: 1000; padding: 1rem 0; transition: all 0.3s ease; } .header.scrolled { box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); } .nav-container { max-width: 1400px; margin: 0 auto; padding: 0 2rem; display: flex; justify-content: space-between; align-items: center; } .logo-nav { display: flex; align-items: center; gap: 1rem; } .logo-nav svg { width: 45px; height: 30px; } .logo-text { font-size: 1.75rem; font-weight: 700; color: #0f172a; letter-spacing: -0.025em; } .nav-links { display: flex; gap: 2.5rem; list-style: none; } .nav-links a { text-decoration: none; color: #64748b; font-weight: 500; font-size: 0.95rem; transition: all 0.3s ease; position: relative; } .nav-links a:hover { color: #2563eb; } .nav-links a::after { content: ; position: absolute; bottom: -4px; left: 0; width: 0; height: 2px; background: linear-gradient(135deg, #2563eb, #1d4ed8); transition: width 0.3s ease; } .nav-links a:hover::after { width: 100%; } .cta-button { background: linear-gradient(135deg, #2563eb, #1d4ed8); color: white; padding: 0.875rem 1.75rem; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 0.95rem; transition: all 0.3s ease; border: none; cursor: pointer; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); } .cta-button:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4); } /* Hero Section - Enhanced */ .hero { padding: 10rem 2rem 8rem; background: radial-gradient(circle at 20% 50%, rgba(37, 99, 235, 0.05) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.05) 0%, transparent 50%), radial-gradient(circle at 40% 80%, rgba(139, 92, 246, 0.05) 0%, transparent 50%), linear-gradient(135deg, #fefefe 0%, #f8fafc 100%); text-align: center; margin-top: 90px; position: relative; } .hero::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: url(data:image/svg+xml,svg xmlnshttp://www.w3.org/2000/svg viewBox0 0 100 100>defs>pattern idgrid width10 height10 patternUnitsuserSpaceOnUse>path dM 10 0 L 0 0 0 10 fillnone stroke%23e2e8f0 stroke-width0.5 opacity0.3/>/pattern>/defs>rect width100 height100 fillurl(%23grid)/>/svg>); opacity: 0.4; } .hero-container { max-width: 1400px; margin: 0 auto; position: relative; z-index: 2; } .hero-badge-wrapper { text-align: center; margin-bottom: 3rem; } .hero-main { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; } .hero-content { max-width: 600px; text-align: left; } .hero-visual { position: relative; display: flex; flex-direction: column; gap: 2rem; } .platform-preview { background: white; border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1); border: 1px solid #e2e8f0; overflow: hidden; position: relative; transition: all 0.3s ease; } .platform-preview:hover { transform: translateY(-5px); box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15); } /* Temporary placeholder indicators */ .hero-visual { border: 3px dashed #3b82f6 !important; background: rgba(59, 130, 246, 0.05) !important; } .platform-preview { border: 3px solid #10b981 !important; } .process-flow { border: 3px solid #8b5cf6 !important; } .platform-header { background: linear-gradient(135deg, #f8fafc, #e2e8f0); padding: 1rem 1.5rem; border-bottom: 1px solid #e2e8f0; display: flex; align-items: center; gap: 1rem; } .platform-dots { display: flex; gap: 0.5rem; } .dot { width: 12px; height: 12px; border-radius: 50%; } .dot.red { background: #ef4444; } .dot.yellow { background: #f59e0b; } .dot.green { background: #10b981; } .platform-title { font-size: 0.875rem; font-weight: 600; color: #64748b; } .platform-body { padding: 2rem; } .matching-interface { display: grid; grid-template-columns: 1fr auto 1fr; gap: 1.5rem; align-items: center; margin-bottom: 2rem; } .patient-card, .partner-card { background: #f8fafc; border: 2px solid #e2e8f0; border-radius: 12px; padding: 1.5rem; text-align: center; } .patient-card { border-color: #3b82f6; background: rgba(59, 130, 246, 0.05); } .partner-card { border-color: #10b981; background: rgba(16, 185, 129, 0.05); } .card-avatar { width: 50px; height: 50px; border-radius: 50%; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; font-weight: 700; color: white; font-size: 1.25rem; } .patient-avatar { background: linear-gradient(135deg, #3b82f6, #1d4ed8); } .partner-avatar { background: linear-gradient(135deg, #10b981, #047857); } .card-name { font-weight: 600; color: #0f172a; margin-bottom: 0.25rem; font-size: 0.875rem; } .card-details { color: #64748b; font-size: 0.75rem; } .ai-connector { display: flex; flex-direction: column; align-items: center; gap: 0.5rem; } .ai-brain { width: 60px; height: 60px; background: linear-gradient(135deg, #8b5cf6, #6d28d9); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: white; font-size: 1.5rem; animation: pulse 2s infinite; } .ai-label { font-size: 0.75rem; font-weight: 600; color: #8b5cf6; } .match-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; } .stat-item { text-align: center; padding: 1rem; background: #f8fafc; border-radius: 8px; border: 1px solid #e2e8f0; } .stat-value { font-size: 1.5rem; font-weight: 700; color: #2563eb; margin-bottom: 0.25rem; } .stat-text { font-size: 0.75rem; color: #64748b; } .process-flow { background: white; border-radius: 16px; box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08); border: 1px solid #e2e8f0; padding: 2rem; margin-top: 1rem; } .process-title { text-align: center; font-weight: 600; color: #0f172a; margin-bottom: 1.5rem; font-size: 0.875rem; } .process-steps-visual { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.5rem; align-items: center; } .process-step-mini { text-align: center; } .step-icon { width: 40px; height: 40px; border-radius: 50%; margin: 0 auto 0.5rem; display: flex; align-items: center; justify-content: center; color: white; font-size: 1rem; font-weight: 600; } .step-1 { background: linear-gradient(135deg, #3b82f6, #1d4ed8); } .step-2 { background: linear-gradient(135deg, #8b5cf6, #6d28d9); } .step-3 { background: linear-gradient(135deg, #10b981, #047857); } .step-4 { background: linear-gradient(135deg, #f59e0b, #d97706); } .step-label { font-size: 0.625rem; color: #64748b; font-weight: 500; } .step-arrow { color: #cbd5e1; font-size: 1.25rem; display: flex; justify-content: center; } .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(37, 99, 235, 0.1); border: 1px solid rgba(37, 99, 235, 0.2); color: #2563eb; padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; margin-bottom: 2rem; animation: fadeInUp 0.6s ease; } .hero h1 { font-size: 4rem; font-weight: 800; margin-bottom: 1.5rem; background: linear-gradient(135deg, #0f172a 0%, #334155 50%, #475569 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; line-height: 1.1; letter-spacing: -0.02em; animation: fadeInUp 0.6s ease 0.2s both; } .hero-subtitle { font-size: 1.375rem; color: #475569; margin-bottom: 2rem; font-weight: 400; max-width: 700px; margin-left: auto; margin-right: auto; animation: fadeInUp 0.6s ease 0.4s both; } .hero-cta { display: flex; gap: 1rem; justify-content: center; align-items: center; margin-bottom: 4rem; flex-wrap: wrap; animation: fadeInUp 0.6s ease 0.6s both; } .btn-primary { background: linear-gradient(135deg, #2563eb, #1d4ed8); color: white; padding: 1rem 2rem; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); border: none; cursor: pointer; } .btn-secondary { background: transparent; color: #475569; padding: 1rem 2rem; border: 2px solid #e2e8f0; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 1.05rem; transition: all 0.3s ease; display: flex; align-items: center; gap: 0.5rem; } .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(37, 99, 235, 0.4); } .btn-secondary:hover { background: #f8fafc; border-color: #cbd5e1; transform: translateY(-1px); } .trust-indicators { animation: fadeInUp 0.6s ease 0.8s both; } .trust-text { color: #64748b; font-size: 0.875rem; margin-bottom: 1.5rem; font-weight: 500; } .hero-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1.5rem; margin: 2rem 0; max-width: 800px; margin-left: auto; margin-right: auto; } .stat-card { background: rgba(255, 255, 255, 0.8); backdrop-filter: blur(10px); padding: 1.5rem; border-radius: 16px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); border: 1px solid rgba(226, 232, 240, 0.8); transition: all 0.3s ease; } .stat-card:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12); } .stat-number { font-size: 2rem; font-weight: 800; color: #2563eb; margin-bottom: 0.5rem; display: block; } .stat-label { color: #64748b; font-size: 0.875rem; font-weight: 500; } /* Social Proof Section - New */ .social-proof { padding: 4rem 2rem; background: white; border-bottom: 1px solid #f1f5f9; } .social-proof-container { max-width: 1200px; margin: 0 auto; text-align: center; } .testimonial { max-width: 800px; margin: 0 auto 3rem; } .testimonial-quote { font-size: 1.5rem; color: #334155; font-style: italic; margin-bottom: 2rem; line-height: 1.6; } .testimonial-author { display: flex; align-items: center; justify-content: center; gap: 1rem; } .author-avatar { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, #e2e8f0, #cbd5e1); display: flex; align-items: center; justify-content: center; font-weight: 700; color: #475569; font-size: 1.25rem; } .author-info h4 { color: #0f172a; font-weight: 600; margin-bottom: 0.25rem; } .author-info p { color: #64748b; font-size: 0.875rem; } /* Problem Section - Enhanced */ .problem-section { padding: 8rem 2rem; background: linear-gradient(135deg, #fafafa 0%, #f8fafc 100%); } .section-container { max-width: 1200px; margin: 0 auto; } .section-header { text-align: center; margin-bottom: 4rem; } .section-badge { display: inline-block; background: rgba(239, 68, 68, 0.1); color: #dc2626; padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; margin-bottom: 1rem; } .section-title { font-size: 3rem; font-weight: 700; margin-bottom: 1.5rem; color: #0f172a; letter-spacing: -0.02em; } .section-subtitle { font-size: 1.25rem; color: #64748b; max-width: 700px; margin: 0 auto; line-height: 1.6; } .problem-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(350px, 1fr)); gap: 2rem; margin-top: 4rem; } .problem-card { background: white; padding: 2.5rem; border-radius: 20px; border: 1px solid #f1f5f9; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05); transition: all 0.3s ease; position: relative; overflow: hidden; } .problem-card::before { content: ; position: absolute; top: 0; left: 0; width: 4px; height: 100%; background: linear-gradient(135deg, #ef4444, #dc2626); } .problem-card:hover { transform: translateY(-4px); box-shadow: 0 12px 30px rgba(0, 0, 0, 0.1); } .problem-icon { width: 60px; height: 60px; background: linear-gradient(135deg, #fef2f2, #fee2e2); border-radius: 16px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.5rem; font-size: 1.5rem; } .problem-card h3 { color: #0f172a; margin-bottom: 1rem; font-size: 1.375rem; font-weight: 600; } .problem-card p { color: #64748b; line-height: 1.6; } /* More Information Section */ .more-info-section { padding: 4rem 2rem; background: white; text-align: center; } .more-info-container { max-width: 1200px; margin: 0 auto; } .btn-more-info { background: linear-gradient(135deg, #10b981, #047857); color: white; padding: 1.25rem 3rem; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3); border: none; cursor: pointer; display: inline-block; width: auto; min-width: 300px; } .btn-more-info:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(16, 185, 129, 0.4); background: linear-gradient(135deg, #059669, #065f46); } /* Solution Section - Enhanced */ .solution-section { padding: 8rem 2rem; background: white; } .solution-header { text-align: center; margin-bottom: 5rem; } .solution-badge { display: inline-block; background: rgba(37, 99, 235, 0.1); color: #2563eb; padding: 0.5rem 1rem; border-radius: 50px; font-size: 0.875rem; font-weight: 600; margin-bottom: 1rem; } .pillars-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2.5rem; margin-top: 4rem; } .pillar-card { background: linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(248, 250, 252, 0.9)); backdrop-filter: blur(10px); padding: 3rem; border-radius: 24px; box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08); text-align: center; transition: all 0.4s ease; border: 1px solid rgba(226, 232, 240, 0.8); position: relative; overflow: hidden; } .pillar-card::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: linear-gradient(135deg, transparent, rgba(255, 255, 255, 0.1)); opacity: 0; transition: opacity 0.3s ease; } .pillar-card:hover { transform: translateY(-8px); box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12); } .pillar-card:hover::before { opacity: 1; } .pillar-icon { width: 80px; height: 80px; margin: 0 auto 2rem; border-radius: 20px; display: flex; align-items: center; justify-content: center; font-size: 2rem; font-weight: 800; color: white; position: relative; z-index: 2; } .patient-icon { background: linear-gradient(135deg, #3b82f6, #1d4ed8); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3); } .partner-icon { background: linear-gradient(135deg, #10b981, #047857); box-shadow: 0 8px 25px rgba(16, 185, 129, 0.3); } .platform-icon { background: linear-gradient(135deg, #8b5cf6, #6d28d9); box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3); } .pillar-card h3 { font-size: 1.5rem; margin-bottom: 1rem; color: #0f172a; font-weight: 700; } .pillar-card p { color: #64748b; line-height: 1.7; font-size: 1.05rem; } /* How It Works Section - New */ .how-it-works { padding: 8rem 2rem; background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%); } .process-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-top: 4rem; max-width: 1000px; margin-left: auto; margin-right: auto; } .process-step { text-align: center; position: relative; } .process-step:not(:last-child)::after { content: ; position: absolute; top: 50px; right: -1.5rem; width: 3rem; height: 2px; background: linear-gradient(135deg, #cbd5e1, #94a3b8); z-index: 1; } .step-number { width: 60px; height: 60px; background: linear-gradient(135deg, #2563eb, #1d4ed8); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.25rem; margin: 0 auto 1.5rem; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.3); } .process-step h3 { font-size: 1.25rem; color: #0f172a; margin-bottom: 1rem; font-weight: 600; } .process-step p { color: #64748b; line-height: 1.6; } /* CTA Section - Enhanced */ .cta-section { padding: 8rem 2rem; background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%); color: white; text-align: center; position: relative; overflow: hidden; } .cta-section::before { content: ; position: absolute; top: 0; left: 0; right: 0; bottom: 0; background: radial-gradient(circle at 20% 50%, rgba(37, 99, 235, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(16, 185, 129, 0.1) 0%, transparent 50%); } .cta-container { max-width: 800px; margin: 0 auto; position: relative; z-index: 2; } .cta-section h2 { font-size: 3rem; margin-bottom: 1.5rem; font-weight: 700; letter-spacing: -0.02em; } .cta-section p { font-size: 1.25rem; margin-bottom: 3rem; opacity: 0.9; line-height: 1.6; } .cta-buttons { display: flex; gap: 1.5rem; justify-content: center; flex-wrap: wrap; } .btn-cta-primary { background: linear-gradient(135deg, #3b82f6, #1d4ed8); color: white; padding: 1.25rem 2.5rem; border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4); } .btn-cta-secondary { background: transparent; color: white; padding: 1.25rem 2.5rem; border: 2px solid rgba(255, 255, 255, 0.3); border-radius: 12px; text-decoration: none; font-weight: 600; font-size: 1.1rem; transition: all 0.3s ease; backdrop-filter: blur(10px); } .btn-cta-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5); } .btn-cta-secondary:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.5); transform: translateY(-2px); } /* Footer - Enhanced */ .footer { background: #0f172a; padding: 4rem 2rem 2rem; color: white; } .footer-container { max-width: 1200px; margin: 0 auto; } .footer-content { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 3rem; margin-bottom: 3rem; } .footer-brand { grid-column: 1 / -1; text-align: center; margin-bottom: 2rem; } .footer-logo { display: flex; align-items: center; justify-content: center; gap: 1rem; margin-bottom: 1.5rem; } .footer-logo svg { width: 40px; height: 26px; } .footer-brand h3 { font-size: 1.5rem; font-weight: 700; margin-bottom: 1rem; text-align: center; } .footer-brand p { color: #94a3b8; line-height: 1.6; max-width: 600px; margin: 0 auto; text-align: center; } .footer-section h4 { font-weight: 600; margin-bottom: 1.5rem; color: white; } .footer-links { list-style: none; } .footer-links li { margin-bottom: 0.75rem; } .footer-links a { color: #94a3b8; text-decoration: none; transition: color 0.3s ease; } .footer-links a:hover { color: #3b82f6; } .footer-bottom { border-top: 1px solid #334155; padding-top: 2rem; text-align: center; } .footer-bottom p { color: #64748b; } @keyframes pulse { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } } /* Responsive Design */ @media (max-width: 1024px) { .hero-main { grid-template-columns: 1fr; text-align: center; gap: 3rem; } .hero-content { max-width: none; } .hero h1 { font-size: 3.5rem; } .section-title { font-size: 2.5rem; } .process-step:not(:last-child)::after { display: none; } .process-steps-visual { grid-template-columns: repeat(2, 1fr); gap: 1rem; } .step-arrow { display: none; } } @media (max-width: 768px) { .nav-links { display: none; } .hero { padding: 8rem 1rem 6rem; } .hero-main { grid-template-columns: 1fr; text-align: center; } .hero h1 { font-size: 2.5rem; } .hero-subtitle { font-size: 1.125rem; } .hero-cta { flex-direction: column; align-items: stretch; } .hero-stats { grid-template-columns: 1fr; } .platform-preview { margin: 0 -1rem; } .matching-interface { grid-template-columns: 1fr; gap: 1rem; } .ai-connector { order: -1; } .process-steps-visual { grid-template-columns: 1fr; gap: 1rem; } .section-title { font-size: 2rem; } .problem-grid, .pillars-grid { grid-template-columns: 1fr; } .cta-buttons { flex-direction: column; align-items: stretch; } .cta-section h2 { font-size: 2rem; } .footer-content { grid-template-columns: 1fr; } } @media (max-width: 480px) { .nav-container { padding: 0 1rem; } .hero h1 { font-size: 2rem; } .section-container { padding: 0 1rem; } } /style>/head>body> !-- Header --> header classheader idheader> nav classnav-container> div classlogo-nav> svg width45 height30 viewBox0 0 120 80> path dM15 35 Q35 25, 55 35 Q75 45, 95 35 stroke#2563eb stroke-width4 fillnone opacity0.9/> path dM15 40 Q35 50, 55 40 Q75 30, 95 40 stroke#059669 stroke-width4 fillnone opacity0.9/> path dM15 45 Q35 35, 55 45 Q75 55, 95 45 stroke#7c3aed stroke-width4 fillnone opacity0.9/> /svg> span classlogo-text>EMPAACT/span> /div> ul classnav-links> li>a href#problem>The Problem/a>/li> li>a href#solution>Our Solution/a>/li> li>a href#how-it-works>How It Works/a>/li> li>a href#contact>Contact/a>/li> /ul> a hrefempaact-join-network-page.html classcta-button>Join Our Network/a> /nav> /header> !-- Hero Section --> section classhero> div classhero-container> div classhero-badge> 🤖 AI-Powered Mental Health Trial Access /div> h1>Break Down Study Partner Barriers/h1> p classhero-subtitle> Connect eligible patients with professional healthcare study partners through our regulatory-grade platform. 27% of patients no longer need to be excluded from life-changing clinical trials. /p> div classhero-cta> a href#register-project classbtn-primary>Register Project/a> a hrefempaact-join-network-page.html classbtn-secondary>Join Our Network/a> /a> /div> div classtrust-indicators> p classtrust-text>Trusted by leading pharmaceutical companies and CROs/p> div classhero-stats> div classstat-card> span classstat-number>27%/span> span classstat-label>of patients lack study partners for enrollment/span> /div> div classstat-card> span classstat-number>85%/span> span classstat-label>of trials struggle with recruitment/span> /div> div classstat-card> span classstat-number>$8M/span> span classstat-label>average cost of enrollment delays/span> /div> /div> /div> /div> /section> !-- More Information CTA --> section classmore-info-section> div classmore-info-container> a hrefempaact-more-information.html classbtn-more-info>More Information/a> /div> /section> !-- Social Proof Section --> section classsocial-proof> div classsocial-proof-container> div classtestimonial> p classtestimonial-quote> EMPAACT eliminated our biggest enrollment bottleneck. Were seeing 40% faster recruitment and can finally include patients who were previously excluded. /p> div classtestimonial-author> div classauthor-avatar>DR/div> div classauthor-info> h4>Dr. Sarah Rodriguez/h4> p>Principal Investigator, MindCare Clinical Research/p> /div> /div> /div> /div> /section> !-- Problem Section --> section classproblem-section idproblem> div classsection-container> div classsection-header> div classsection-badge>The Challenge/div> h2 classsection-title>The Study Partner Barrier/h2> p classsection-subtitle> Mental health clinical trials require patients to have study partners—but what happens when they dont have someone available? Critical research stalls, and patients miss life-changing opportunities. /p> /div> div classproblem-grid> div classproblem-card> div classproblem-icon>👥/div> h3>Patient Exclusion Crisis/h3> p>Eligible patients are systematically excluded from potentially life-changing treatments simply because they lack a study partner, creating an equity barrier in clinical research./p> /div> div classproblem-card> div classproblem-icon>⏱️/div> h3>Costly Enrollment Delays/h3> p>Sponsors face extended timelines and millions in increased costs as studies struggle to meet recruitment targets, delaying breakthrough treatments from reaching the market./p> /div> div classproblem-card> div classproblem-icon>🚫/div> h3>Diversity Gap/h3> p>Vulnerable populations without strong social networks are systematically excluded from research, limiting the generalizability of clinical trial results./p> /div> /div> /div> /section> !-- Solution Section --> section classsolution-section idsolution> div classsection-container> div classsolution-header> div classsolution-badge>Our Solution/div> h2 classsection-title>Three Pillars of Success/h2> p classsection-subtitle> EMPAACT connects patients with professional healthcare study partners through our comprehensive, regulatory-compliant platform designed for clinical trial excellence. /p> /div> div classpillars-grid> div classpillar-card> div classpillar-icon patient-icon>P/div> h3>Patient Access/h3> p>Empowering every eligible patient to access clinical trials regardless of their personal support network, ensuring equitable participation in breakthrough research and removing social barriers to medical advancement./p> /div> div classpillar-card> div classpillar-icon partner-icon>P/div> h3>Professional Partners/h3> p>Vetted healthcare professionals from our curated network provide reliable, trained support throughout the clinical trial journey, ensuring compliance and patient safety at every step./p> /div> div classpillar-card> div classpillar-icon platform-icon>P/div> h3>Regulatory Platform/h3> p>Enterprise-grade technology capturing all interactions, managing complex logistics, and generating audit-ready datasets that sponsors and CROs need for regulatory submissions./p> /div> /div> /div> /section> !-- How It Works Section --> section classhow-it-works idhow-it-works> div classsection-container> div classsection-header> div classsection-badge>Process/div> h2 classsection-title>How EMPAACT Works/h2> p classsection-subtitle> Simple, secure, and compliant integration that transforms your enrollment process in four straightforward steps. /p> /div> div classprocess-steps> div classprocess-step> div classstep-number>1/div> h3>Patient Referral/h3> p>Sites refer patients who need study partners through our secure portal, maintaining full HIPAA compliance and audit trails./p> /div> div classprocess-step> div classstep-number>2/div> h3>Partner Matching/h3> p>Our algorithm matches patients with qualified healthcare professionals based on location, availability, and clinical expertise./p> /div> div classprocess-step> div classstep-number>3/div> h3>Study Support/h3> p>Professional partners accompany patients to all required visits, providing consistent support throughout the trial duration./p> /div> div classprocess-step> div classstep-number>4/div> h3>Data & Insights/h3> p>Generate comprehensive reports and datasets that enhance your submission quality and provide valuable enrollment insights./p> /div> /div> /div> /section> !-- CTA Section --> section classcta-section idcontact> div classcta-container> h2>Ready to Eliminate Enrollment Barriers?/h2> p>Join the pharmaceutical companies and CROs already using EMPAACT to accelerate trial timelines, reduce costs, and ensure equitable access to breakthrough treatments./p> div classcta-buttons> a href#register-project classbtn-cta-primary>Register Your Project/a> a hrefempaact-join-network-page.html classbtn-cta-secondary>Join Our Network/a> /div> /div> /section> !-- Footer --> footer classfooter> div classfooter-container> div classfooter-content> div classfooter-brand> div classfooter-logo> svg width40 height26 viewBox0 0 120 80> path dM15 35 Q35 25, 55 35 Q75 45, 95 35 stroke#2563eb stroke-width4 fillnone opacity0.9/> path dM15 40 Q35 50, 55 40 Q75 30, 95 40 stroke#059669 stroke-width4 fillnone opacity0.9/> path dM15 45 Q35 35, 55 45 Q75 55, 95 45 stroke#7c3aed stroke-width4 fillnone opacity0.9/> /svg> span classlogo-text>EMPAACT/span> /div> h3>Patient, Partner, and Platform/h3> p>Breaking down clinical trial barriers through professional study partner connections. Ensuring equitable access to breakthrough treatments for all eligible patients./p> /div> div classfooter-section> h4>Platform/h4> ul classfooter-links> li>a href#features>Features/a>/li> li>a href#integrations>Integrations/a>/li> li>a href#security>Security/a>/li> li>a href#compliance>Compliance/a>/li> /ul> /div> div classfooter-section> h4>Resources/h4> ul classfooter-links> li>a href#case-studies>Case Studies/a>/li> li>a href#research>Research/a>/li> li>a href#blog>Blog/a>/li> li>a href#support>Support Center/a>/li> /ul> /div> div classfooter-section> h4>Company/h4> ul classfooter-links> li>a href#about>About Us/a>/li> li>a href#careers>Careers/a>/li> li>a href#news>News/a>/li> li>a href#contact>Contact/a>/li> /ul> /div> /div> div classfooter-bottom> p>© 2025 EMPAACT. All rights reserved. | a href#privacy stylecolor: #64748b;>Privacy Policy/a> | a href#terms stylecolor: #64748b;>Terms of Service/a>/p> /div> /div> /footer> script> // Header scroll effect window.addEventListener(scroll, function() { const header document.getElementById(header); if (window.scrollY > 50) { header.classList.add(scrolled); } else { header.classList.remove(scrolled); } }); // Smooth scroll for navigation links document.querySelectorAll(ahref^#).forEach(anchor > { anchor.addEventListener(click, function (e) { e.preventDefault(); const target document.querySelector(this.getAttribute(href)); if (target) { target.scrollIntoView({ behavior: smooth, block: start }); } }); }); // Intersection Observer for animations const observerOptions { threshold: 0.1, rootMargin: 0px 0px -50px 0px }; const observer new IntersectionObserver(function(entries) { entries.forEach(entry > { if (entry.isIntersecting) { entry.target.style.opacity 1; entry.target.style.transform translateY(0); } }); }, observerOptions); // Observe elements for animation document.querySelectorAll(.problem-card, .pillar-card, .process-step).forEach(el > { el.style.opacity 0; el.style.transform translateY(30px); el.style.transition opacity 0.6s ease, transform 0.6s ease; observer.observe(el); }); /script>/body>/html>
View on OTX
|
View on ThreatMiner
Please enable JavaScript to view the
comments powered by Disqus.
Data with thanks to
AlienVault OTX
,
VirusTotal
,
Malwr
and
others
. [
Sitemap
]