<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Exploring Digital | Digital &amp; Social Business Strategy Consulting</title>
    <meta name="description" content="Exploring Digital helps organizations create digital and social business strategies to position themselves for growth in the digital economy.">
    <link rel="stylesheet" href="css/styles.css">
    <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@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
    <header class="site-header">
        <nav class="nav-container">
            <a href="index.html" class="logo">
                <span class="logo-exploring">Exploring</span><span class="logo-digital">Digital</span>
            </a>
            <button class="mobile-menu-toggle" aria-label="Toggle navigation menu">
                <span></span>
                <span></span>
                <span></span>
            </button>
            <ul class="nav-links">
                <li><a href="index.html" class="active">Home</a></li>
                <li><a href="about.html">About Us</a></li>
                <li><a href="work.html">Our Work</a></li>
                <li><a href="contact.html">Contact</a></li>
            </ul>
        </nav>
    </header>

    <main>
        <section class="hero">
            <div class="hero-content">
                <h1>Navigate the Digital Economy with Confidence</h1>
                <p>We help organizations build digital and social business strategies that drive meaningful growth and lasting transformation.</p>
                <div class="hero-cta">
                    <a href="contact.html" class="btn btn-primary">Start a Conversation</a>
                    <a href="work.html" class="btn btn-secondary">See Our Work</a>
                </div>
            </div>
            <div class="hero-visual">
                <div class="hero-graphic">
                    <div class="circle circle-1"></div>
                    <div class="circle circle-2"></div>
                    <div class="circle circle-3"></div>
                    <div class="node node-1"></div>
                    <div class="node node-2"></div>
                    <div class="node node-3"></div>
                    <div class="node node-4"></div>
                    <div class="node node-5"></div>
                </div>
            </div>
        </section>

        <section class="services">
            <div class="container">
                <h2 class="section-title">What We Do</h2>
                <p class="section-subtitle">We partner with organizations to unlock the potential of digital transformation.</p>
                <div class="services-grid">
                    <div class="service-card">
                        <div class="service-icon">
                            <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M24 4L6 14v20l18 10 18-10V14L24 4z" stroke="currentColor" stroke-width="2" fill="none"/>
                                <path d="M6 14l18 10m0 0l18-10m-18 10v20" stroke="currentColor" stroke-width="2"/>
                            </svg>
                        </div>
                        <h3>Digital Strategy</h3>
                        <p>Comprehensive digital roadmaps that align technology initiatives with your business objectives and market opportunities.</p>
                    </div>
                    <div class="service-card">
                        <div class="service-icon">
                            <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <circle cx="24" cy="16" r="8" stroke="currentColor" stroke-width="2" fill="none"/>
                                <circle cx="12" cy="34" r="6" stroke="currentColor" stroke-width="2" fill="none"/>
                                <circle cx="36" cy="34" r="6" stroke="currentColor" stroke-width="2" fill="none"/>
                                <path d="M20 22l-4 8m12-8l4 8" stroke="currentColor" stroke-width="2"/>
                            </svg>
                        </div>
                        <h3>Social Business</h3>
                        <p>Strategies that leverage social platforms and collaborative technologies to build stronger customer and employee engagement.</p>
                    </div>
                    <div class="service-card">
                        <div class="service-icon">
                            <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <rect x="6" y="6" width="16" height="16" rx="2" stroke="currentColor" stroke-width="2" fill="none"/>
                                <rect x="26" y="6" width="16" height="16" rx="2" stroke="currentColor" stroke-width="2" fill="none"/>
                                <rect x="6" y="26" width="16" height="16" rx="2" stroke="currentColor" stroke-width="2" fill="none"/>
                                <rect x="26" y="26" width="16" height="16" rx="2" stroke="currentColor" stroke-width="2" fill="none"/>
                            </svg>
                        </div>
                        <h3>Digital Transformation</h3>
                        <p>End-to-end guidance for organizations transitioning to digital-first operations, culture, and customer experiences.</p>
                    </div>
                    <div class="service-card">
                        <div class="service-icon">
                            <svg viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
                                <path d="M8 38V20l8-8h16l8 8v18" stroke="currentColor" stroke-width="2" fill="none"/>
                                <path d="M4 38h40M18 38V28h12v10" stroke="currentColor" stroke-width="2"/>
                                <circle cx="24" cy="18" r="4" stroke="currentColor" stroke-width="2" fill="none"/>
                            </svg>
                        </div>
                        <h3>Growth Consulting</h3>
                        <p>Data-informed growth strategies that identify new digital revenue streams and optimize your market positioning.</p>
                    </div>
                </div>
            </div>
        </section>

        <section class="why-us">
            <div class="container">
                <div class="why-us-content">
                    <h2>Why Organizations Choose Us</h2>
                    <p>In a rapidly evolving digital landscape, having the right strategic partner makes all the difference. We bring clarity to complexity and turn digital ambition into measurable results.</p>
                    <ul class="why-us-list">
                        <li>
                            <strong>Strategic Focus</strong>
                            <span>We go beyond technology to address the business model, culture, and customer experience shifts that drive digital success.</span>
                        </li>
                        <li>
                            <strong>Proven Frameworks</strong>
                            <span>Our methodologies are refined through years of helping organizations across industries navigate digital change.</span>
                        </li>
                        <li>
                            <strong>Measurable Impact</strong>
                            <span>Every engagement is designed to deliver tangible outcomes tied to your growth objectives.</span>
                        </li>
                    </ul>
                    <a href="about.html" class="btn btn-primary">Learn More About Us</a>
                </div>
                <div class="why-us-stats">
                    <div class="stat">
                        <span class="stat-number" data-target="50">0</span><span class="stat-suffix">+</span>
                        <span class="stat-label">Clients Served</span>
                    </div>
                    <div class="stat">
                        <span class="stat-number" data-target="120">0</span><span class="stat-suffix">+</span>
                        <span class="stat-label">Projects Delivered</span>
                    </div>
                    <div class="stat">
                        <span class="stat-number" data-target="15">0</span><span class="stat-suffix">+</span>
                        <span class="stat-label">Industries</span>
                    </div>
                    <div class="stat">
                        <span class="stat-number" data-target="95">0</span><span class="stat-suffix">%</span>
                        <span class="stat-label">Client Retention</span>
                    </div>
                </div>
            </div>
        </section>

        <section class="cta-section">
            <div class="container">
                <h2>Ready to Accelerate Your Digital Growth?</h2>
                <p>Let's explore how a focused digital strategy can position your organization for what's next.</p>
                <a href="contact.html" class="btn btn-primary btn-large">Get in Touch</a>
            </div>
        </section>
    </main>

    <footer class="site-footer">
        <div class="container">
            <div class="footer-grid">
                <div class="footer-brand">
                    <a href="index.html" class="logo">
                        <span class="logo-exploring">Exploring</span><span class="logo-digital">Digital</span>
                    </a>
                    <p>Helping organizations navigate the digital economy with clarity and confidence.</p>
                </div>
                <div class="footer-nav">
                    <h4>Navigation</h4>
                    <ul>
                        <li><a href="index.html">Home</a></li>
                        <li><a href="about.html">About Us</a></li>
                        <li><a href="work.html">Our Work</a></li>
                        <li><a href="contact.html">Contact</a></li>
                    </ul>
                </div>
                <div class="footer-services">
                    <h4>Services</h4>
                    <ul>
                        <li>Digital Strategy</li>
                        <li>Social Business</li>
                        <li>Digital Transformation</li>
                        <li>Growth Consulting</li>
                    </ul>
                </div>
                <div class="footer-contact">
                    <h4>Get in Touch</h4>
                    <ul>
                        <li>info@exploringdigital.com</li>
                    </ul>
                </div>
            </div>
            <div class="footer-bottom">
                <p>&copy; 2026 Exploring Digital. All rights reserved.</p>
            </div>
        </div>
    </footer>

    <script src="js/main.js"></script>
</body>
</html>
