"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Sona AI - Communication Made Clearer</title>\n    \n    <!-- SEO Meta Tags -->\n    <meta name=\"description\" content=\"Communication is everything. We're here to make it clearer. Sona helps people write with more clarity, tone, and presence.\">\n    <meta name=\"keywords\" content=\"AI writing assistant, communication, clarity, tone, writing help\">\n    \n    <!-- Open Graph Meta Tags -->\n    <meta property=\"og:title\" content=\"Sona AI - Communication Made Clearer\">\n    <meta property=\"og:description\" content=\"Communication is everything. We're here to make it clearer. Sona helps people write with more clarity, tone, and presence.\">\n    <meta property=\"og:type\" content=\"website\">\n    <meta property=\"og:url\" content=\"https://dev.api.hellosona.ai/.well-known\">\n    <meta property=\"og:image\" content=\"https://dev.api.hellosona.ai/assets/sona-og-image.png\">\n    \n    <!-- Twitter Card Meta Tags -->\n    <meta name=\"twitter:card\" content=\"summary_large_image\">\n    <meta name=\"twitter:title\" content=\"Sona AI - Communication Made Clearer\">\n    <meta name=\"twitter:description\" content=\"Communication is everything. We're here to make it clearer. Sona helps people write with more clarity, tone, and presence.\">\n    <meta name=\"twitter:image\" content=\"https://dev.api.hellosona.ai/assets/sona-twitter-image.png\">\n    \n    <!-- Favicon -->\n    <link rel=\"icon\" type=\"image/svg+xml\" href=\"/assets/favicon.svg\">\n    \n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n        \n        body {\n            font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', sans-serif;\n            line-height: 1.6;\n            color: #333;\n            background: #fff;\n        }\n        \n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n        \n        header {\n            padding: 20px 0;\n            border-bottom: 1px solid #e5e5e5;\n        }\n        \n        .header-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n        }\n        \n        .logo {\n            display: flex;\n            align-items: center;\n            font-size: 24px;\n            font-weight: bold;\n            text-decoration: none;\n            color: #333;\n        }\n        \n        .logo-icon {\n            width: 32px;\n            height: 32px;\n            margin-right: 10px;\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            border-radius: 8px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            color: white;\n            font-weight: bold;\n        }\n        \n        .waitlist-btn {\n            background: #333;\n            color: white;\n            padding: 12px 24px;\n            border: none;\n            border-radius: 8px;\n            font-size: 14px;\n            font-weight: 500;\n            cursor: pointer;\n            text-decoration: none;\n            transition: background-color 0.3s ease;\n        }\n        \n        .waitlist-btn:hover {\n            background: #555;\n        }\n        \n        .hero {\n            text-align: center;\n            padding: 80px 0;\n        }\n        \n        .hero h1 {\n            font-size: 4rem;\n            font-weight: 700;\n            margin-bottom: 30px;\n            line-height: 1.1;\n        }\n        \n        .hero-subtitle {\n            font-size: 1.3rem;\n            color: #666;\n            max-width: 600px;\n            margin: 0 auto 40px;\n            line-height: 1.5;\n        }\n        \n        .cta-button {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 16px 32px;\n            border: none;\n            border-radius: 50px;\n            font-size: 16px;\n            font-weight: 600;\n            cursor: pointer;\n            text-decoration: none;\n            display: inline-block;\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .cta-button:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);\n        }\n        \n        .hiring-section {\n            background: #f8f9fa;\n            padding: 80px 0;\n            text-align: center;\n        }\n        \n        .hiring-section h2 {\n            font-size: 2.5rem;\n            margin-bottom: 30px;\n            font-weight: 600;\n        }\n        \n        .hiring-description {\n            font-size: 1.1rem;\n            color: #666;\n            max-width: 500px;\n            margin: 0 auto 50px;\n            line-height: 1.6;\n        }\n        \n        .job-links {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n        \n        .job-link {\n            background: white;\n            color: #333;\n            padding: 16px 24px;\n            border: 2px solid #e5e5e5;\n            border-radius: 12px;\n            text-decoration: none;\n            font-weight: 500;\n            transition: all 0.3s ease;\n            display: inline-block;\n        }\n        \n        .job-link:hover {\n            border-color: #667eea;\n            color: #667eea;\n            transform: translateY(-2px);\n        }\n        \n        footer {\n            background: #333;\n            color: white;\n            padding: 40px 0;\n            text-align: center;\n        }\n        \n        .footer-content {\n            display: flex;\n            justify-content: space-between;\n            align-items: center;\n            flex-wrap: wrap;\n            gap: 20px;\n        }\n        \n        .footer-links {\n            display: flex;\n            gap: 30px;\n            align-items: center;\n        }\n        \n        .footer-links a {\n            color: #ccc;\n            text-decoration: none;\n            transition: color 0.3s ease;\n        }\n        \n        .footer-links a:hover {\n            color: white;\n        }\n        \n        .copyright {\n            color: #999;\n            font-size: 14px;\n        }\n        \n        /* Dynamic content styles */\n        .dynamic-banner {\n            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);\n            color: white;\n            padding: 15px 0;\n            text-align: center;\n            font-weight: 500;\n        }\n        \n        .dynamic-content {\n            background: #fff3cd;\n            border: 1px solid #ffeaa7;\n            border-radius: 8px;\n            padding: 20px;\n            margin: 30px 0;\n            text-align: center;\n        }\n        \n        @media (max-width: 768px) {\n            .hero h1 {\n                font-size: 2.5rem;\n            }\n            \n            .hero-subtitle {\n                font-size: 1.1rem;\n            }\n            \n            .job-links {\n                flex-direction: column;\n                align-items: center;\n            }\n            \n            .footer-content {\n                flex-direction: column;\n                text-align: center;\n            }\n            \n            .footer-links {\n                flex-direction: column;\n                gap: 15px;\n            }\n        }\n        \n        /* Analytics tracking indicator */\n        .tracking-info {\n            position: fixed;\n            bottom: 20px;\n            right: 20px;\n            background: rgba(0,0,0,0.8);\n            color: white;\n            padding: 10px 15px;\n            border-radius: 5px;\n            font-size: 12px;\n            opacity: 0.7;\n            z-index: 1000;\n        }\n    </style>\n</head>\n<body>\n    \n    \n    <header>\n        <div class=\"container\">\n            <div class=\"header-content\">\n                <a href=\"/\" class=\"logo\">\n                    <div class=\"logo-icon\">S</div>\n                    Sona AI\n                </a>\n                <a href=\"#waitlist\" class=\"waitlist-btn\">Join the waitlist</a>\n            </div>\n        </div>\n    </header>\n    \n    <main>\n        <section class=\"hero\">\n            <div class=\"container\">\n                \n                \n                <h1>Meet Sona.</h1>\n                <p class=\"hero-subtitle\">\n                    Communication is everything. We're here to make it clearer. Sona helps people write with more clarity, tone,\n                    and presence. It adapts your voice to fit the moment, wherever you communicate.\n                </p>\n                <a href=\"#join\" class=\"cta-button\" id=\"joinBtn\">Join Us</a>\n            </div>\n        </section>\n    </main>\n    \n    <footer>\n        <div class=\"container\">\n            <div class=\"footer-content\">\n                <div class=\"copyright\">\n                    Copyright © 2025 Sona LLC. All rights reserved.\n                </div>\n                <div class=\"footer-links\">\n                    <span>Connect</span>\n                    <a href=\"mailto:info@hellosona.ai\">info@hellosona.ai</a>\n                    <span>Follow</span>\n                    <a href=\"https://www.instagram.com/hellosonaai\" target=\"_blank\" rel=\"noopener\">@hellosonaai</a>\n                </div>\n            </div>\n        </div>\n    </footer>\n    \n    \n    \n    <script>\n        // Enhanced analytics and interaction tracking\n        document.addEventListener('DOMContentLoaded', function() {\n            // Track page view\n            const urlParams = new URLSearchParams(window.location.search);\n            const analyticsData = {\n                page: '.well-known',\n                timestamp: new Date().toISOString(),\n                utm_source: urlParams.get('utm_source') || 'direct',\n                utm_medium: urlParams.get('utm_medium') || 'web',\n                utm_campaign: urlParams.get('utm_campaign') || 'landing',\n                target: urlParams.get('target'),\n                action: urlParams.get('action'),\n                userAgent: navigator.userAgent,\n                referrer: document.referrer\n            };\n            \n            console.log('Sona AI Landing Analytics:', analyticsData);\n            \n            // Track CTA button clicks\n            document.getElementById('joinBtn').addEventListener('click', function(e) {\n                e.preventDefault();\n                \n                // Track the click\n                console.log('CTA Click:', {\n                    ...analyticsData,\n                    event: 'cta_click',\n                    button: 'join_us'\n                });\n                \n                // Show join form or redirect\n                const target = urlParams.get('target');\n                const action = urlParams.get('action');\n                \n                if (target === 'signup' || action === 'signup') {\n                    // Redirect to signup with tracking\n                    window.location.href = `https://dev.api.hellosona.ai/auth/signup${window.location.search}`;\n                } else if (target === 'dashboard') {\n                    // Redirect to dashboard\n                    window.location.href = `https://dev.api.hellosona.ai/dashboard${window.location.search}`;\n                } else {\n                    // Default: show alert or redirect to main app\n                    alert('Thank you for your interest! Redirecting to Sona AI...');\n                    window.location.href = `https://dev.api.hellosona.ai${window.location.search}`;\n                }\n            });\n            \n            // Track job link clicks\n            document.querySelectorAll('.job-link').forEach(link => {\n                link.addEventListener('click', function() {\n                    console.log('Job Link Click:', {\n                        ...analyticsData,\n                        event: 'job_click',\n                        position: this.textContent.trim()\n                    });\n                });\n            });\n            \n            // Track email and social clicks\n            document.querySelectorAll('footer a').forEach(link => {\n                link.addEventListener('click', function() {\n                    console.log('Footer Link Click:', {\n                        ...analyticsData,\n                        event: 'footer_click',\n                        link: this.href\n                    });\n                });\n            });\n            \n            // Auto-hide tracking info after 5 seconds\n            const trackingInfo = document.querySelector('.tracking-info');\n            if (trackingInfo) {\n                setTimeout(() => {\n                    trackingInfo.style.opacity = '0';\n                    setTimeout(() => trackingInfo.remove(), 500);\n                }, 5000);\n            }\n        });\n    </script>\n</body>\n</html>"