<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Terms of Service – Solara Technologies LLC / Posture Pro+</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
background: #020617;
color: #e5e7eb;
margin: 0;
padding: 24px 16px 40px;
}
.page {
max-width: 800px;
margin: 0 auto;
}
h1 {
font-size: 24px;
margin-bottom: 8px;
}
h2 {
font-size: 18px;
margin-top: 20px;
margin-bottom: 6px;
}
p, li {
font-size: 14px;
line-height: 1.5;
color: #cbd5e1;
}
ul {
padding-left: 18px;
}
a {
color: #22d3ee;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.back-link {
margin-bottom: 16px;
font-size: 13px;
}
</style>
</head>
<body>
<div class="page">
<div class="back-link">
<a href="index.html">← Back to Solara Technologies</a>
</div>
<h1>Terms of Service</h1>
<p><strong>Last updated:</strong> <span id="date"></span></p>
<h2>1. Acceptance of terms</h2>
<p>
By downloading, installing, or using the Posture Pro+ application (the
"App"), you agree to be bound by these Terms of Service ("Terms"). If you
do not agree to these Terms, do not use the App.
</p>
<h2>2. License to use the App</h2>
<p>
Solara Technologies LLC grants you a limited, non-transferable,
non-exclusive license to use the App for personal, non-commercial
purposes, subject to these Terms and the rules of the app store platform
from which you obtained the App.
</p>
<h2>3. General wellness and no medical advice</h2>
<p>
The App is intended for general wellness, posture awareness, and basic
movement guidance. It does not provide medical advice, diagnosis, or
treatment. The App is not a substitute for in-person evaluation by a
licensed healthcare professional. Always seek the advice of a physician or
other qualified provider with any questions regarding a medical condition.
</p>
<h2>4. User responsibilities</h2>
<ul>
<li>
You are responsible for using the App in a safe environment and within
your physical limits.
</li>
<li>
If you experience pain, dizziness, shortness of breath, or other
concerning symptoms while using the App, you should stop and seek
medical attention.
</li>
<li>
You agree not to misuse the App, attempt to reverse engineer it, or use
it in violation of applicable laws.
</li>
</ul>
<h2>5. Subscriptions and billing</h2>
<p>
If you subscribe to Posture Pro+ through an app store platform, the
subscription and billing are managed by that platform (e.g., Apple App
Store or Google Play Store). Pricing, renewal, cancellation, and refunds
are governed by the terms of the respective platform.
</p>
<h2>6. Intellectual property</h2>
<p>
The App, including its content, design, text, graphics, and underlying
code, is owned by Solara Technologies LLC and is protected by applicable
intellectual property laws. You may not copy, modify, distribute, or
create derivative works based on the App except as expressly permitted by
these Terms.
</p>
<h2>7. Disclaimer of warranties</h2>
<p>
The App is provided on an "as is" and "as available" basis, without
warranties of any kind, whether express or implied. Solara Technologies
LLC does not guarantee that the App will be uninterrupted, error-free, or
suitable for every individual.
</p>
<h2>8. Limitation of liability</h2>
<p>
To the fullest extent permitted by law, Solara Technologies LLC shall not
be liable for any indirect, incidental, consequential, or special damages,
or for any loss of data, loss of profits, or injury arising out of or in
connection with your use of the App.
</p>
<h2>9. Changes to the App and Terms</h2>
<p>
We may update the App and these Terms from time to time. Continued use of
the App after changes are posted constitutes your acceptance of the
updated Terms.
</p>
<h2>10. Contact</h2>
<p>
If you have questions about these Terms or the App, please contact:
</p>
<p><strong>Email:</strong> solaraapps@gmail.com</p>
</div>
<script>
const d = new Date();
document.getElementById("date").textContent = d.toLocaleDateString();
</script>
</body>
</html>