<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Digital Reach Partners | Premium Publisher Network for Link Building</title>
    <meta name="description" content="Access 500+ vetted publishers across 50 industries. Get quality backlinks and sponsored content placements. Trusted by 200+ agencies worldwide.">
    <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
    <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'><text y='.9em' font-size='90'>🔗</text></svg>">
    <style>
        * { margin: 0; padding: 0; box-sizing: border-box; }
        
        body {
            font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
            color: #1a1a2e;
            line-height: 1.6;
            background: #fff;
        }
        
        /* Header */
        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
            z-index: 1000;
            border-bottom: 1px solid #eee;
        }
        
        nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 1rem 2rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        
        .logo {
            font-weight: 800;
            font-size: 1.4rem;
            color: #4f46e5;
            text-decoration: none;
        }
        
        .logo span { color: #1a1a2e; }
        
        .nav-links {
            display: flex;
            gap: 2rem;
            list-style: none;
        }
        
        .nav-links a {
            text-decoration: none;
            color: #666;
            font-weight: 500;
            transition: color 0.2s;
        }
        
        .nav-links a:hover { color: #4f46e5; }
        
        .btn {
            display: inline-block;
            padding: 0.75rem 1.5rem;
            border-radius: 8px;
            font-weight: 600;
            text-decoration: none;
            transition: all 0.2s;
            cursor: pointer;
            border: none;
            font-size: 1rem;
        }
        
        .btn-primary {
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            color: white;
        }
        
        .btn-primary:hover {
            transform: translateY(-2px);
            box-shadow: 0 10px 40px rgba(79, 70, 229, 0.3);
        }
        
        .btn-outline {
            border: 2px solid #4f46e5;
            color: #4f46e5;
            background: transparent;
        }
        
        .btn-outline:hover {
            background: #4f46e5;
            color: white;
        }
        
        /* Hero */
        .hero {
            padding: 10rem 2rem 6rem;
            background: linear-gradient(135deg, #0f0f1a 0%, #1a1a3e 100%);
            position: relative;
            overflow: hidden;
        }
        
        .hero::before {
            content: '';
            position: absolute;
            top: -30%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, rgba(79, 70, 229, 0.3) 0%, transparent 70%);
            border-radius: 50%;
        }
        
        .hero-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        
        .hero h1 {
            font-size: 3.2rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            color: #fff;
        }
        
        .hero h1 span {
            background: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        
        .hero p {
            font-size: 1.2rem;
            color: #a0a0b0;
            margin-bottom: 2rem;
        }
        
        .hero-buttons {
            display: flex;
            gap: 1rem;
            margin-bottom: 3rem;
        }
        
        .hero-image img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.4);
        }
        
        .trust-badges {
            display: flex;
            gap: 2rem;
            align-items: center;
            padding-top: 2rem;
            border-top: 1px solid rgba(255,255,255,0.1);
        }
        
        .trust-badge {
            text-align: center;
        }
        
        .trust-badge .number {
            font-size: 2rem;
            font-weight: 800;
            color: #818cf8;
        }
        
        .trust-badge .label {
            font-size: 0.85rem;
            color: #666;
        }
        
        /* How it works */
        .how-it-works {
            padding: 6rem 2rem;
            background: #fff;
        }
        
        .section-header {
            text-align: center;
            max-width: 600px;
            margin: 0 auto 4rem;
        }
        
        .section-header h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }
        
        .section-header p {
            color: #666;
            font-size: 1.1rem;
        }
        
        .steps {
            max-width: 1000px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        
        .step {
            text-align: center;
            padding: 2rem;
        }
        
        .step-number {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-weight: 700;
            font-size: 1.2rem;
            margin: 0 auto 1.5rem;
        }
        
        .step h3 {
            font-size: 1.2rem;
            margin-bottom: 0.75rem;
        }
        
        .step p {
            color: #666;
            font-size: 0.95rem;
        }
        
        /* Services */
        .services {
            padding: 6rem 2rem;
            background: #f8fafc;
        }
        
        .services-grid {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 2rem;
        }
        
        .service-card {
            padding: 2rem;
            border-radius: 16px;
            background: #fff;
            border: 1px solid #e5e7eb;
            transition: all 0.3s;
        }
        
        .service-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.08);
            border-color: #4f46e5;
        }
        
        .service-icon {
            width: 50px;
            height: 50px;
            background: linear-gradient(135deg, #eef2ff 0%, #e0e7ff 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 1.5rem;
            font-size: 1.5rem;
        }
        
        .service-card h3 {
            font-size: 1.2rem;
            margin-bottom: 0.75rem;
        }
        
        .service-card p {
            color: #666;
            font-size: 0.95rem;
        }
        
        /* Publisher CTA */
        .publisher-cta {
            padding: 6rem 2rem;
            background: #fff;
        }
        
        .publisher-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 4rem;
            align-items: center;
        }
        
        .publisher-text h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
        }
        
        .publisher-text p {
            color: #666;
            margin-bottom: 1.5rem;
            font-size: 1.1rem;
        }
        
        .publisher-benefits {
            list-style: none;
            margin-bottom: 2rem;
        }
        
        .publisher-benefits li {
            padding: 0.5rem 0;
            padding-left: 2rem;
            position: relative;
            color: #444;
        }
        
        .publisher-benefits li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #4f46e5;
            font-weight: bold;
        }
        
        .publisher-image img {
            width: 100%;
            border-radius: 16px;
            box-shadow: 0 30px 60px rgba(0,0,0,0.1);
        }
        
        /* Final CTA */
        .final-cta {
            padding: 6rem 2rem;
            background: linear-gradient(135deg, #4f46e5 0%, #7c3aed 100%);
            text-align: center;
            color: white;
        }
        
        .final-cta h2 {
            font-size: 2.5rem;
            font-weight: 800;
            margin-bottom: 1rem;
        }
        
        .final-cta p {
            font-size: 1.2rem;
            opacity: 0.9;
            margin-bottom: 2rem;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }
        
        .final-cta .btn-primary {
            background: white;
            color: #4f46e5;
            padding: 1rem 2rem;
            font-size: 1.1rem;
        }
        
        .final-cta .btn-primary:hover {
            box-shadow: 0 10px 40px rgba(0,0,0,0.2);
        }
        
        /* Footer */
        footer {
            background: #0f0f1a;
            color: #fff;
            padding: 4rem 2rem 2rem;
        }
        
        .footer-content {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr 1fr;
            gap: 3rem;
        }
        
        .footer-brand p {
            color: #888;
            margin-top: 1rem;
            font-size: 0.9rem;
        }
        
        .footer-links h4 {
            margin-bottom: 1rem;
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #888;
        }
        
        .footer-links ul { list-style: none; }
        
        .footer-links a {
            color: #ccc;
            text-decoration: none;
            font-size: 0.95rem;
            display: block;
            padding: 0.3rem 0;
            transition: color 0.2s;
        }
        
        .footer-links a:hover { color: #818cf8; }
        
        .footer-bottom {
            max-width: 1200px;
            margin: 3rem auto 0;
            padding-top: 2rem;
            border-top: 1px solid #222;
            text-align: center;
            color: #666;
            font-size: 0.9rem;
        }
        
        /* Responsive */
        @media (max-width: 968px) {
            .hero-content, .publisher-content { grid-template-columns: 1fr; text-align: center; }
            .hero h1 { font-size: 2.5rem; }
            .hero-buttons { justify-content: center; }
            .trust-badges { justify-content: center; flex-wrap: wrap; }
            .steps, .services-grid { grid-template-columns: 1fr; }
            .footer-content { grid-template-columns: 1fr 1fr; }
            .nav-links { display: none; }
        }
    </style>
</head>
<body>
    <header>
        <nav>
            <a href="/" class="logo">Digital<span>Reach</span></a>
            <ul class="nav-links">
                <li><a href="#how-it-works">How It Works</a></li>
                <li><a href="#services">Services</a></li>
                <li><a href="/publishers.html">For Publishers</a></li>
                <li><a href="/contact.html">Contact</a></li>
            </ul>
            <a href="/publishers.html" class="btn btn-primary">Join as Publisher →</a>
        </nav>
    </header>

    <section class="hero">
        <div class="hero-content">
            <div class="hero-text">
                <h1>Get <span>Quality Backlinks</span> from Real Publishers</h1>
                <p>Skip the outreach grind. Access our network of 500+ vetted publishers across 50 industries. Pay only for placements that get published.</p>
                <div class="hero-buttons">
                    <a href="/contact.html" class="btn btn-primary">Get Started Free →</a>
                    <a href="#how-it-works" class="btn btn-outline" style="border-color: #fff; color: #fff;">See How It Works</a>
                </div>
                <div class="trust-badges">
                    <div class="trust-badge">
                        <div class="number">500+</div>
                        <div class="label">Active Publishers</div>
                    </div>
                    <div class="trust-badge">
                        <div class="number">15K+</div>
                        <div class="label">Links Placed</div>
                    </div>
                    <div class="trust-badge">
                        <div class="number">200+</div>
                        <div class="label">Agency Partners</div>
                    </div>
                </div>
            </div>
            <div class="hero-image">
                <img src="https://imagedelivery.net/ThCUuRdIBfF317Jr4_mDfQ/outreach-hero-dashboard-v2/public" alt="Publisher network dashboard showing sites, domain authority and placements">
            </div>
        </div>
    </section>

    <section class="how-it-works" id="how-it-works">
        <div class="section-header">
            <h2>How It Works</h2>
            <p>From brief to published article in 3 simple steps. No cold emails, no negotiations, no wasted time.</p>
        </div>
        <div class="steps">
            <div class="step">
                <div class="step-number">1</div>
                <h3>Submit Your Brief</h3>
                <p>Tell us your niche, target DR range, and anchor preferences. We'll match you with relevant publishers.</p>
            </div>
            <div class="step">
                <div class="step-number">2</div>
                <h3>Review & Approve</h3>
                <p>Browse matched sites with full metrics (DR, traffic, price). Approve only the placements you want.</p>
            </div>
            <div class="step">
                <div class="step-number">3</div>
                <h3>Get Published</h3>
                <p>We handle content creation and publisher coordination. You receive live links within 7-14 days.</p>
            </div>
        </div>
    </section>

    <section class="services" id="services">
        <div class="section-header">
            <h2>What We Offer</h2>
            <p>Everything you need to build a natural, diverse backlink profile</p>
        </div>
        <div class="services-grid">
            <div class="service-card">
                <div class="service-icon">📝</div>
                <h3>Guest Posts</h3>
                <p>Full articles on relevant sites with contextual backlinks. Content written by native speakers in your niche.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">🔗</div>
                <h3>Link Insertions</h3>
                <p>Add your links to existing high-traffic articles. Faster, cheaper, and looks more natural.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">📰</div>
                <h3>Press Releases</h3>
                <p>Distribute news to 100+ news sites simultaneously. Great for brand mentions and authority.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">🎯</div>
                <h3>Niche Edits</h3>
                <p>Strategic link placement in aged, indexed content. Maximum SEO impact from day one.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">📊</div>
                <h3>Managed Campaigns</h3>
                <p>Let us handle your entire link building strategy. Monthly reporting and optimization included.</p>
            </div>
            <div class="service-card">
                <div class="service-icon">🌍</div>
                <h3>Multi-Language</h3>
                <p>Publishers in 15+ languages. Perfect for international SEO and geo-targeted campaigns.</p>
            </div>
        </div>
    </section>

    <section class="publisher-cta" id="publishers">
        <div class="publisher-content">
            <div class="publisher-image">
                <img src="https://imagedelivery.net/ThCUuRdIBfF317Jr4_mDfQ/outreach-network-3d-v2/public" alt="Global publisher network visualization">
            </div>
            <div class="publisher-text">
                <h2>Own a Website? Monetize Your Traffic</h2>
                <p>Join 500+ publishers earning passive income from sponsored content. We send you qualified advertisers—you keep full editorial control.</p>
                <ul class="publisher-benefits">
                    <li>Set your own prices and terms</li>
                    <li>Reject any content that doesn't fit</li>
                    <li>Get paid within 30 days of publication</li>
                    <li>No exclusivity—work with anyone</li>
                    <li>Dedicated account manager</li>
                </ul>
                <a href="/publishers.html" class="btn btn-primary">Apply as Publisher →</a>
            </div>
        </div>
    </section>

    <section class="final-cta">
        <h2>Ready to Scale Your Link Building?</h2>
        <p>Join 200+ agencies and in-house teams who trust Digital Reach Partners for quality placements.</p>
        <a href="/contact.html" class="btn btn-primary">Get Your Free Quote →</a>
    </section>

    <footer>
        <div class="footer-content">
            <div class="footer-brand">
                <a href="/" class="logo" style="color: #818cf8;">Digital<span style="color: #fff;">Reach</span></a>
                <p>Premium publisher network for SEO agencies and brands. Quality backlinks without the outreach headaches.</p>
            </div>
            <div class="footer-links">
                <h4>Services</h4>
                <ul>
                    <li><a href="#services">Guest Posts</a></li>
                    <li><a href="#services">Link Insertions</a></li>
                    <li><a href="#services">Press Releases</a></li>
                </ul>
            </div>
            <div class="footer-links">
                <h4>Company</h4>
                <ul>
                    <li><a href="#how-it-works">How It Works</a></li>
                    <li><a href="/publishers.html">For Publishers</a></li>
                    <li><a href="/contact.html">Contact</a></li>
                </ul>
            </div>
            <div class="footer-links">
                <h4>Legal</h4>
                <ul>
                    <li><a href="/privacy.html">Privacy Policy</a></li>
                    <li><a href="/terms.html">Terms of Service</a></li>
                </ul>
            </div>
        </div>
        <div class="footer-bottom">
            <p>© 2026 Digital Reach Partners. All rights reserved.</p>
        </div>
    </footer>
</body>
</html>
