<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Terms of Service - neurOS</title>
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif; background: #0D0D0F; color: #fff; line-height: 1.6; padding: 2rem; max-width: 800px; margin: 0 auto; }
h1, h2 { color: #6C5CE7; margin: 2rem 0 1rem; }
h1 { font-size: 2.5rem; }
a { color: #00D2D3; }
.back { margin-bottom: 2rem; }
.back a { font-size: 1.1rem; }
</style>
</head>
<body>
<a href="index.html" class="back">< Back to neurOS</a>
<h1>Terms of Service</h1>
<p><strong>Effective Date: March 7, 2026</strong></p>
<p>By using neurOS (the "App"), you agree to these Terms.</p>
<h2>1. Not Medical Advice</h2>
<p>The App is for informational purposes only and is not a substitute for professional medical advice, diagnosis, or treatment.</p>
<h2>2. Subscriptions</h2>
<p>neurOS offers the following subscription plans:</p>
<ul>
<li><strong>Monthly:</strong> $19.99/month</li>
<li><strong>Annual:</strong> $99.99/year (save ~44%)</li>
</ul>
<p>All new subscribers receive a 7-day free trial. You will not be charged until the free trial period ends. Subscriptions are billed through Apple's App Store or Google Play, depending on your device. Payment is charged to your App Store or Google Play account at confirmation of purchase. Subscriptions automatically renew unless auto-renew is turned off at least 24 hours before the end of the current period. Your account will be charged for renewal within 24 hours prior to the end of the current period at the rate of your selected plan. You can manage and cancel your subscription at any time through your device's App Store or Google Play subscription settings. Any unused portion of a free trial period, if offered, will be forfeited when you purchase a subscription.</p>
<h2>3. Account Termination</h2>
<p>You may terminate your account anytime. We reserve the right to suspend/terminate for violations.</p>
<h2>4. Limitation of Liability</h2>
<p>We are not liable for any indirect, incidental, or consequential damages arising from App use.</p>
<h2>5. Changes</h2>
<p>We may update these Terms. Continued use constitutes acceptance.</p>
<h2>6. Contact</h2>
<p>support@getneuros.app</p>
</body>
</html>