<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="robots" content="noindex, nofollow">
    <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle cx='16' cy='16' r='14' fill='%230a0a0a'/%3E%3Ccircle cx='16' cy='16' r='8' fill='%23ffffff'/%3E%3Ccircle cx='16' cy='16' r='3' fill='%230a0a0a'/%3E%3C/svg%3E">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;
            background: #0a0a0a;
            color: #ffffff;
            line-height: 1.6;
            overflow-x: hidden;
        }

        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 40px;
        }

        /* Header */
        header {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            z-index: 1000;
            background: rgba(10, 10, 10, 0.95);
            backdrop-filter: blur(10px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 20px 40px;
            max-width: 1400px;
            margin: 0 auto;
        }

        .logo {
            display: flex;
            align-items: center;
            gap: 12px;
            font-size: 18px;
            font-weight: 600;
        }

        .logo-icon {
            width: 40px;
            height: 40px;
            background: #fff;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            color: #0a0a0a;
        }

        .nav-links {
            display: flex;
            gap: 40px;
            list-style: none;
        }

        .nav-links a {
            color: #999;
            text-decoration: none;
            transition: color 0.3s;
            font-size: 15px;
        }

        .nav-links a:hover {
            color: #fff;
        }

        .cta-button {
            background: transparent;
            border: 1px solid rgba(255, 255, 255, 0.2);
            color: #fff;
            padding: 10px 24px;
            border-radius: 6px;
            cursor: pointer;
            transition: all 0.3s;
            font-size: 15px;
            text-decoration: none;
            display: inline-block;
        }

        .cta-button:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: rgba(255, 255, 255, 0.4);
        }

        /* Hero Section */
        .hero {
            min-height: 100vh;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 120px 40px 80px;
            background: radial-gradient(ellipse at center, rgba(255, 75, 75, 0.05) 0%, transparent 70%);
        }

        .hero-content h1 {
            font-size: clamp(48px, 7vw, 96px);
            font-weight: 700;
            line-height: 1.1;
            margin-bottom: 32px;
            letter-spacing: -0.02em;
        }

        .gradient-text {
            background: linear-gradient(135deg, #ff4b4b 0%, #ff6b6b 25%, #b84b8f 50%, #7b68ee 75%, #4b9cff 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: inline-block;
        }

        .hero-content p {
            font-size: clamp(18px, 2vw, 24px);
            color: #ccc;
            max-width: 900px;
            margin: 0 auto;
            font-weight: 300;
        }

        /* Section */
        section {
            padding: 120px 40px;
        }

        .section-title {
            font-size: clamp(36px, 5vw, 64px);
            font-weight: 700;
            text-align: center;
            margin-bottom: 24px;
            line-height: 1.2;
        }

        .section-subtitle {
            font-size: clamp(16px, 2vw, 20px);
            color: #999;
            text-align: center;
            max-width: 800px;
            margin: 0 auto 80px;
        }

        /* Connection Section */
        .connection-section {
            background: radial-gradient(ellipse at center, rgba(255, 75, 75, 0.03) 0%, transparent 70%);
        }

        /* Platform Section */
        .platform-section {
            position: relative;
        }

        .platform-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .platform-text {
            max-width: 600px;
        }

        .platform-text h2 {
            font-size: clamp(32px, 4vw, 48px);
            margin-bottom: 32px;
            line-height: 1.2;
        }

        .platform-text p {
            font-size: 18px;
            color: #999;
            line-height: 1.8;
            margin-bottom: 20px;
        }

        .dashboard-preview {
            position: relative;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }

        .dashboard-preview img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Features Section */
        .features-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 32px;
            margin-top: 60px;
        }

        .feature-card {
            background: rgba(255, 255, 255, 0.02);
            border: 1px solid rgba(255, 255, 255, 0.05);
            border-radius: 12px;
            padding: 40px;
            transition: all 0.3s;
        }

        .feature-card:hover {
            background: rgba(255, 255, 255, 0.04);
            border-color: rgba(255, 75, 75, 0.3);
            transform: translateY(-4px);
        }

        .feature-icon {
            width: 48px;
            height: 48px;
            background: linear-gradient(135deg, #ff4b4b, #b84b8f);
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 24px;
            font-size: 24px;
        }

        .feature-card h3 {
            font-size: 22px;
            margin-bottom: 12px;
        }

        .feature-card p {
            color: #999;
            font-size: 16px;
            line-height: 1.6;
        }

        /* Pills */
        .pill {
            display: inline-block;
            padding: 12px 24px;
            border: 1px solid rgba(255, 255, 255, 0.2);
            border-radius: 50px;
            font-size: 15px;
            color: #ccc;
            margin: 20px auto;
        }

        /* Memorial Section */
        .memorial-section {
            background: radial-gradient(ellipse at center, rgba(123, 104, 238, 0.05) 0%, transparent 70%);
            text-align: center;
            padding: 100px 40px;
        }

        .memorial-section h2 {
            font-size: clamp(32px, 4vw, 48px);
            margin-bottom: 24px;
            background: linear-gradient(135deg, #7b68ee, #b84b8f);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }

        .memorial-section p {
            font-size: 18px;
            color: #999;
            max-width: 700px;
            margin: 0 auto;
            line-height: 1.8;
        }

        /* Footer */
        footer {
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding: 60px 40px 40px;
        }

        .footer-content {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1.5fr 1fr;
            gap: 80px;
            margin-bottom: 60px;
        }

        .footer-brand {
            max-width: 400px;
        }

        .footer-brand .logo {
            margin-bottom: 20px;
        }

        .footer-brand p {
            color: #999;
            font-size: 16px;
        }

        .footer-links {
            display: flex;
            gap: 100px;
        }

        .footer-column h4 {
            font-size: 14px;
            margin-bottom: 16px;
            color: #fff;
            font-weight: 600;
        }

        .footer-column ul {
            list-style: none;
        }

        .footer-column ul li {
            margin-bottom: 12px;
        }

        .footer-column ul li a {
            color: #999;
            text-decoration: none;
            font-size: 14px;
            transition: color 0.3s;
        }

        .footer-column ul li a:hover {
            color: #fff;
        }

        .footer-bottom {
            max-width: 1400px;
            margin: 0 auto;
            padding-top: 40px;
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            display: flex;
            justify-content: space-between;
            align-items: center;
            color: #666;
            font-size: 14px;
        }

        .footer-legal {
            display: flex;
            gap: 24px;
        }

        .footer-legal a {
            color: #666;
            text-decoration: none;
            transition: color 0.3s;
        }

        .footer-legal a:hover {
            color: #999;
        }

        .footer-credit {
            color: #666;
        }

        .footer-credit a {
            color: #999;
            text-decoration: none;
            font-weight: 600;
        }

        /* Responsive */
        @media (max-width: 968px) {
            .platform-content {
                grid-template-columns: 1fr;
            }

            .footer-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .footer-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }

            .nav-links {
                display: none;
            }
        }

        @media (max-width: 640px) {
            nav {
                padding: 16px 20px;
            }

            section {
                padding: 80px 20px;
            }

            .hero {
                padding: 100px 20px 60px;
            }
        }
    </style>
</head>
<body>
<header>
    <nav>
        <div class="logo">
            <div class="logo-icon">⚪</div>
            <div>Official<br>Community</div>
        </div>
        <ul class="nav-links">
            <li><a href="#platform">Platform</a></li>
            <li><a href="#clients">Clients</a></li>
            <li><a href="#team">Team</a></li>
            <li><a href="#news">News</a></li>
        </ul>
        <a href="#demo" class="cta-button">Book a Demo</a>
    </nav>
</header>

<main>
    <!-- Hero Section -->
    <section class="hero">
        <div class="hero-content">
            <h1>
                <span class="gradient-text">Transform Your<br>Fans into a Powerful<br>Community.</span>
            </h1>
            <p>Own Your Audience. Amplify Your Revenue. Cultivate True Loyalty.</p>
        </div>
    </section>

    <!-- Connection Section -->
    <section class="connection-section">
        <div class="container">
            <div class="pill">See More</div>
            <h2 class="section-title">
                Your fans crave more than just<br>
                <span style="color: #999;">content</span>—they seek <span class="gradient-text">genuine<br>connection.</span>
            </h2>
            <p class="section-subtitle">
                Official Community equips you with the tools to revolutionize how you engage,<br>
                grow, and monetize your audience.
            </p>
        </div>
    </section>

    <!-- Platform Section -->
    <section class="platform-section" id="platform">
        <div class="container">
            <div class="pill">Keep your fans close, truly engaged, and rewarded.</div>
            <h2 class="section-title" style="margin-bottom: 60px;">
                This isn't another social media platform.<br>
                <span style="font-weight: 400;">It's your unique world, crafted around you and your fans.</span>
            </h2>

            <div class="platform-content" style="margin-top: 80px;">
                <div class="dashboard-preview">
                    <svg viewBox="0 0 800 500" style="background: #0a0a0a;">
                        <rect width="800" height="500" fill="#0f0f0f" rx="8"/>
                        <!-- Dashboard mockup -->
                        <text x="40" y="50" fill="#fff" font-size="20" font-weight="600">Aurora Sky's Dashboard</text>

                        <!-- Stat cards -->
                        <g transform="translate(40, 80)">
                            <rect width="160" height="80" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#999" font-size="11">Subscriptions</text>
                            <text x="12" y="50" fill="#fff" font-size="24" font-weight="700">2,350</text>
                            <text x="12" y="68" fill="#4ade80" font-size="10">↑ +12.5% from last month</text>
                        </g>

                        <g transform="translate(220, 80)">
                            <rect width="160" height="80" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#999" font-size="11">Ticket Sales</text>
                            <text x="12" y="50" fill="#fff" font-size="24" font-weight="700">12,234</text>
                        </g>

                        <g transform="translate(400, 80)">
                            <rect width="160" height="80" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#999" font-size="11">Merch Sales</text>
                            <text x="12" y="50" fill="#fff" font-size="24" font-weight="700">30,121</text>
                        </g>

                        <g transform="translate(580, 80)">
                            <rect width="180" height="80" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#999" font-size="11">Revenue</text>
                            <text x="12" y="50" fill="#fff" font-size="24" font-weight="700">$45,231.89</text>
                        </g>

                        <!-- Chart area -->
                        <g transform="translate(40, 180)">
                            <rect width="500" height="200" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#fff" font-size="13" font-weight="600">Engagement Overview</text>
                            <path d="M 60 160 Q 120 140, 180 100 T 300 120 T 420 140"
                                  stroke="#fff" stroke-width="2" fill="none"/>
                            <path d="M 60 170 Q 120 160, 180 140 T 300 155 T 420 165"
                                  stroke="#ff4b4b" stroke-width="2" fill="none" stroke-dasharray="4,4"/>
                        </g>

                        <!-- Small stat boxes -->
                        <g transform="translate(560, 180)">
                            <rect width="200" height="90" fill="#1a1a1a" rx="8"/>
                            <circle cx="100" cy="50" r="35" fill="none" stroke="#ff4b4b" stroke-width="8"/>
                            <text x="90" y="58" fill="#fff" font-size="20" font-weight="700">78%</text>
                        </g>

                        <g transform="translate(560, 290)">
                            <rect width="95" height="90" fill="#1a1a1a" rx="8"/>
                            <circle cx="47" cy="35" r="15" fill="#4ade80"/>
                            <text x="30" y="65" fill="#fff" font-size="12" font-weight="600">78%</text>
                            <text x="35" y="78" fill="#999" font-size="9">Active</text>
                        </g>

                        <g transform="translate(665, 290)">
                            <rect width="95" height="90" fill="#1a1a1a" rx="8"/>
                            <circle cx="47" cy="35" r="15" fill="#ff4b4b"/>
                            <text x="30" y="65" fill="#fff" font-size="12" font-weight="600">12%</text>
                        </g>

                        <!-- Bottom stat row -->
                        <g transform="translate(40, 400)">
                            <rect width="140" height="70" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#999" font-size="11">Total Views</text>
                            <text x="12" y="48" fill="#fff" font-size="20" font-weight="700">4,832</text>
                        </g>

                        <g transform="translate(200, 400)">
                            <rect width="160" height="70" fill="#1a1a1a" rx="8"/>
                            <text x="12" y="24" fill="#999" font-size="11">Average Session</text>
                            <text x="12" y="48" fill="#fff" font-size="20" font-weight="700">2h 20m</text>
                        </g>
                    </svg>
                </div>

                <div class="platform-text">
                    <h2>Why Artists Choose<br>Official Community</h2>
                    <p>Official Community is designed for creators who demand control, insight, and scalable revenue streams—without the hassle of guesswork, gatekeepers, or pay-to-play feeds.</p>
                    <p>Whether you're on tour, launching new merch, or nurturing your superfans, we empower you to create and expand a community space that you truly own.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Features Section -->
    <section id="clients">
        <div class="container">
            <div class="pill">Launch exclusive experiences that actually convert</div>
            <h2 class="section-title" style="margin-bottom: 80px;">What It Does for You</h2>

            <div class="features-grid">
                <div class="feature-card">
                    <div class="feature-icon">📊</div>
                    <h3>Deep Analytics</h3>
                    <p>Track engagement, revenue, and fan behavior in real-time with comprehensive dashboards.</p>
                </div>

                <div class="feature-card">
                    <div class="feature-icon">💰</div>
                    <h3>Multiple Revenue Streams</h3>
                    <p>From subscriptions to merch sales, create diverse income opportunities all in one platform.</p>
                </div>

                <div class="feature-card">
                    <div class="feature-icon">🎯</div>
                    <h3>Direct Connection</h3>
                    <p>Build genuine relationships with your fans without algorithms or intermediaries getting in the way.</p>
                </div>

                <div class="feature-card">
                    <div class="feature-icon">🚀</div>
                    <h3>Scalable Growth</h3>
                    <p>Tools that grow with you, from emerging artist to established brand.</p>
                </div>

                <div class="feature-card">
                    <div class="feature-icon">🎨</div>
                    <h3>Your Brand, Your Way</h3>
                    <p>Complete customization to match your unique aesthetic and voice.</p>
                </div>

                <div class="feature-card">
                    <div class="feature-icon">🔒</div>
                    <h3>Data Ownership</h3>
                    <p>Your fans, your data, your control. No more dependence on third-party platforms.</p>
                </div>
            </div>
        </div>
    </section>

    <!-- Memorial Section -->
    <section class="memorial-section">
        <div class="container">
            <h2>In Memory of a Vision</h2>
            <p>This page is dedicated to preserving the legacy of Official Community—a platform that dared to reimagine the relationship between creators and their audiences. Though the journey has ended, the vision of empowering artists to own their communities, amplify their voices, and build sustainable creative careers lives on.</p>
            <p style="margin-top: 24px; font-style: italic;">Thank you to everyone who believed in this mission.</p>
        </div>
    </section>
</main>

<footer>
    <div class="footer-content">
        <div class="footer-brand">
            <div class="logo">
                <div class="logo-icon">⚪</div>
                <div>Official<br>Community</div>
            </div>
            <p>Transform Your Fans into a Powerful Community.</p>
        </div>

        <div class="footer-links">
            <div class="footer-column">
                <ul>
                    <li><a href="#home">Home</a></li>
                    <li><a href="#platform">Platform</a></li>
                    <li><a href="#clients">Clients</a></li>
                    <li><a href="#team">Team</a></li>
                    <li><a href="#news">News</a></li>
                </ul>
            </div>
        </div>
    </div>

    <div class="footer-bottom">
        <div class="footer-legal">
            <a href="#">Cookie Policy</a>
            <a href="#">Privacy Policy</a>
            <a href="#">Terms of Use</a>
        </div>
        <div>© The Official Community Corporation 2025. All Rights Reserved.</div>
        <div class="footer-credit">Designed & built by <a href="#">Waldo.</a></div>
    </div>
</footer>
</body>
</html>