<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>MissionLogs — Intelligent Client Management for Mission-Driven Organizations</title>
    <link rel="stylesheet" href="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=DM+Serif+Display&family=Source+Sans+3:wght@400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
    <header class="site-header">
        <nav class="nav-container">
            <a href="index.html" class="logo">MissionLogs</a>
            <ul class="nav-links">
                <li><a href="/" class="active">Home</a></li>
                <li><a href="/about">About</a></li>
                <li><a href="/features">Features</a></li>
                <li><a href="/contact">Contact</a></li>
            </ul>
            <button class="nav-toggle" aria-label="Toggle menu">
                <span></span><span></span><span></span>
            </button>
        </nav>
    </header>

    <main>
        <section class="hero">
            <div class="hero-bg"></div>
            <div class="hero-content">
                <h1>Empowering Mission-Driven Organizations Through Intelligent Client Management</h1>
                <p class="hero-subtitle">MissionLogs provides enterprise-grade software that transforms how community organizations serve those in need. Enjoy a secure, simple platform at a fraction of traditional costs.</p>
                <a href="/about" class="btn btn-primary">Discover Our Mission</a>
            </div>
            <div class="hero-visual">
                <div class="hero-card">
                    <span class="hero-card-label">Secure • Simple • Intuitive</span>
                    <p>From spreadsheets to streamlined operations in one platform.</p>
                </div>
            </div>
        </section>

        <section class="section home-overview">
            <div class="container">
                <div class="section-header">
                    <h2>Why MissionLogs?</h2>
                    <p class="section-tagline">The modern standard for mission-driven client management</p>
                </div>
                <div class="content-block">
                    <p>Nonprofits and community services work tirelessly to support families in crisis. Yet, the tools meant to help—like spreadsheets and paper files—often become obstacles. They are insecure, hard to scale, and time-consuming to maintain. Staff spend hours on data entry instead of building relationships and delivering care.</p>
                    <p><strong>MissionLogs changes that.</strong> We provide a professional-grade platform built specifically for mission-driven organizations. Our software centralizes client information, streamlines intake, and keeps sensitive data secure. It's affordable and intuitive, meaning no IT team is required. The result is more time for what matters most: the people you serve.</p>
                </div>
                <div class="card-grid three-col">
                    <a href="/about" class="teaser-card">
                        <h3>About Us</h3>
                        <p>Learn who we are, where we came from, and why we're committed to serving mission-driven organizations.</p>
                        <span class="teaser-link">Learn more →</span>
                    </a>
                    <a href="/features" class="teaser-card">
                        <h3>Our Features</h3>
                        <p>Explore our solutions: from replacing spreadsheets to streamlined check-in and comprehensive client profiles.</p>
                        <span class="teaser-link">Learn more →</span>
                    </a>
                    <a href="/contact" class="teaser-card">
                        <h3>Contact Us</h3>
                        <p>Understand our team and how to get in touch with us. </p>
                        <span class="teaser-link">Learn more →</span>
                    </a>
                </div>
                <div class="content-block centered">
                    <p>MissionLogs partners with local nonprofits at a fraction of the cost of traditional software. Whether you run a community center, shelter, or food bank, we invite you to <a href="/contact">get in touch</a> and discover what's possible when technology serves your mission.</p>
                </div>
            </div>
        </section>
    </main>

    <footer class="site-footer">
        <div class="container">
            <div class="footer-content">
                <p class="footer-logo">MissionLogs</p>
                <p class="footer-tagline">Intelligent client management for mission-driven organizations.</p>
                <p class="footer-copy">&copy; MissionLogs. All rights reserved.</p>
            </div>
        </div>
    </footer>

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