Explorar el Código

Simplify legal pages and align privacy and terms with the actual app.

Remove navigation links, contact details, and inaccurate claims so the policies reflect App AI for Reddit's real data practices and features.

Co-authored-by: Cursor <cursoragent@cursor.com>
AhtashamShahzad1 hace 3 semanas
padre
commit
6944de573c
Se han modificado 2 ficheros con 314 adiciones y 573 borrados
  1. 164 272
      website/privacy/index.html
  2. 150 301
      website/terms/index.html

+ 164 - 272
website/privacy/index.html

@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta name="description" content="Privacy Policy for App AI for Reddit — how we collect, use, and protect your information.">
+  <meta name="description" content="Privacy Policy for App AI for Reddit.">
   <title>Privacy Policy — App AI for Reddit</title>
   <link rel="icon" type="image/png" href="../assets/favicon.png">
   <link rel="apple-touch-icon" href="../assets/app-logo.png">
@@ -13,7 +13,6 @@
   <style>
     :root {
       --purple: #5833c7;
-      --purple-light: #6b46e5;
       --purple-soft: #f3f0ff;
       --bg: #fafafa;
       --surface: #ffffff;
@@ -21,14 +20,11 @@
       --text-secondary: #4b5563;
       --text-muted: #9ca3af;
       --border: #e5e7eb;
-      --shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.05);
       --radius: 12px;
-      --radius-sm: 8px;
-      --max-width: 1120px;
+      --max-width: 720px;
       --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     }
     *, *::before, *::after { box-sizing: border-box; }
-    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
     body {
       margin: 0;
       font-family: var(--font);
@@ -38,305 +34,201 @@
       background: var(--bg);
       -webkit-font-smoothing: antialiased;
     }
-    a { color: var(--purple); text-decoration: none; transition: color 0.15s ease; }
-    a:hover { color: var(--purple-light); text-decoration: underline; }
     .page-hero {
       background: linear-gradient(180deg, var(--purple-soft) 0%, var(--bg) 100%);
-      border-bottom: 1px solid var(--border); padding: 48px 24px 40px;
-    }
-    .page-hero__inner { max-width: var(--max-width); margin: 0 auto; }
-    .page-hero__eyebrow {
-      display: inline-flex; align-items: center; margin: 0 0 12px;
-      padding: 4px 10px; border-radius: 999px; background: rgba(88, 51, 199, 0.1);
-      color: var(--purple); font-size: 0.75rem; font-weight: 600;
-      letter-spacing: 0.04em; text-transform: uppercase;
+      border-bottom: 1px solid var(--border);
+      padding: 48px 24px 40px;
+      text-align: center;
     }
     .page-hero h1 {
-      margin: 0 0 12px; font-size: clamp(2rem, 4vw, 2.75rem);
-      font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
+      margin: 0 0 12px;
+      font-size: clamp(2rem, 4vw, 2.5rem);
+      font-weight: 800;
+      letter-spacing: -0.03em;
     }
     .page-hero__meta { margin: 0; color: var(--text-secondary); font-size: 0.95rem; }
-    .page-layout {
-      max-width: var(--max-width); margin: 0 auto; padding: 40px 24px 80px;
-      display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start;
-    }
-    .toc {
-      position: sticky; top: 24px; padding: 20px;
-      background: var(--surface); border: 1px solid var(--border);
-      border-radius: var(--radius); box-shadow: var(--shadow-sm);
-    }
-    .toc__title {
-      margin: 0 0 12px; font-size: 0.7rem; font-weight: 700;
-      letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted);
-    }
-    .toc ol { margin: 0; padding: 0; list-style: none; }
-    .toc li + li { margin-top: 2px; }
-    .toc a {
-      display: block; padding: 6px 8px; border-radius: 6px;
-      font-size: 0.85rem; font-weight: 500; color: var(--text-secondary);
-      text-decoration: none; line-height: 1.4;
+    .page-content {
+      max-width: var(--max-width);
+      margin: 0 auto;
+      padding: 40px 24px 80px;
     }
-    .toc a:hover { color: var(--purple); background: var(--purple-soft); text-decoration: none; }
-    .legal-content { min-width: 0; }
     .legal-card {
-      background: var(--surface); border: 1px solid var(--border);
-      border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 40px 44px;
+      background: var(--surface);
+      border: 1px solid var(--border);
+      border-radius: var(--radius);
+      padding: 40px 44px;
     }
     .legal-intro {
-      margin: 0 0 36px; padding-bottom: 28px; border-bottom: 1px solid var(--border);
-      font-size: 1.05rem; color: var(--text-secondary);
+      margin: 0 0 32px;
+      padding-bottom: 24px;
+      border-bottom: 1px solid var(--border);
+      color: var(--text-secondary);
     }
-    .legal-section { scroll-margin-top: 20px; }
     .legal-section + .legal-section {
-      margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--border);
+      margin-top: 32px;
+      padding-top: 32px;
+      border-top: 1px solid var(--border);
     }
     .legal-section h2 {
-      margin: 0 0 16px; font-size: 1.35rem; font-weight: 700;
-      letter-spacing: -0.02em; line-height: 1.3; color: var(--text);
+      margin: 0 0 12px;
+      font-size: 1.2rem;
+      font-weight: 700;
+      letter-spacing: -0.02em;
+    }
+    .legal-section h3 {
+      margin: 20px 0 8px;
+      font-size: 1rem;
+      font-weight: 600;
+      color: var(--text);
     }
-    .legal-section h3 { margin: 24px 0 10px; font-size: 1rem; font-weight: 600; color: var(--text); }
-    .legal-section p { margin: 0 0 14px; color: var(--text-secondary); }
-    .legal-section ul, .legal-section ol {
-      margin: 0 0 16px; padding-left: 1.35rem; color: var(--text-secondary);
+    .legal-section p { margin: 0 0 12px; color: var(--text-secondary); }
+    .legal-section ul {
+      margin: 0 0 12px;
+      padding-left: 1.35rem;
+      color: var(--text-secondary);
     }
     .legal-section li { margin-bottom: 8px; }
     .legal-section li strong { color: var(--text); }
-    .legal-section a { font-weight: 500; }
     .callout {
-      margin: 20px 0; padding: 16px 18px; border-radius: var(--radius-sm);
-      border-left: 3px solid var(--purple); background: var(--purple-soft);
-      font-size: 0.95rem; color: var(--text-secondary);
-    }
-    .callout strong { color: var(--text); }
-    .site-footer { border-top: 1px solid var(--border); background: var(--surface); padding: 32px 24px; }
-    .site-footer__inner {
-      max-width: var(--max-width); margin: 0 auto;
-      display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
+      margin: 16px 0;
+      padding: 14px 16px;
+      border-left: 3px solid var(--purple);
+      background: var(--purple-soft);
+      color: var(--text-secondary);
+      font-size: 0.95rem;
+    }
+    .site-footer {
+      border-top: 1px solid var(--border);
+      background: var(--surface);
+      padding: 32px 24px;
+      text-align: center;
     }
     .site-footer__copy { margin: 0; font-size: 0.875rem; color: var(--text-muted); }
-    .site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
-    .site-footer__links a {
-      font-size: 0.875rem; font-weight: 500; color: var(--text-secondary); text-decoration: none;
-    }
-    .site-footer__links a:hover { color: var(--purple); }
-    @media (max-width: 900px) {
-      .page-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
-      .toc { position: static; }
-      .legal-card { padding: 28px 24px; }
-    }
     @media (max-width: 600px) {
       .page-hero { padding: 36px 16px 28px; }
-      .page-layout { padding: 24px 16px 60px; }
+      .page-content { padding: 24px 16px 60px; }
+      .legal-card { padding: 28px 24px; }
     }
   </style>
 </head>
 <body>
 
   <section class="page-hero">
-    <div class="page-hero__inner">
-      <p class="page-hero__eyebrow">Legal</p>
-      <h1>Privacy Policy</h1>
-      <p class="page-hero__meta">Last updated: June 24, 2026</p>
-    </div>
+    <h1>Privacy Policy</h1>
+    <p class="page-hero__meta">Last updated: June 30, 2026</p>
   </section>
 
-  <div class="page-layout">
-    <aside class="toc" aria-label="Table of contents">
-      <p class="toc__title">On this page</p>
-      <ol>
-        <li><a href="#introduction">Introduction</a></li>
-        <li><a href="#information-we-collect">Information We Collect</a></li>
-        <li><a href="#how-we-use">How We Use Information</a></li>
-        <li><a href="#ai-processing">AI Processing</a></li>
-        <li><a href="#reddit-integration">Reddit Integration</a></li>
-        <li><a href="#subscriptions">Subscriptions &amp; Payments</a></li>
-        <li><a href="#data-storage">Data Storage &amp; Retention</a></li>
-        <li><a href="#sharing">How We Share Information</a></li>
-        <li><a href="#your-rights">Your Rights &amp; Choices</a></li>
-        <li><a href="#security">Security</a></li>
-        <li><a href="#children">Children's Privacy</a></li>
-        <li><a href="#international">International Users</a></li>
-        <li><a href="#changes">Changes to This Policy</a></li>
-      </ol>
-    </aside>
-
-    <main class="legal-content">
-      <article class="legal-card">
-        <p class="legal-intro">
-          App AI for Reddit ("we," "us," or "our") respects your privacy. This Privacy Policy explains how we handle information when you use the App AI for Reddit macOS application, our website at <a href="https://reddora.ai">reddora.ai</a>, and related services (collectively, the "Service").
-        </p>
-
-        <section class="legal-section" id="introduction">
-          <h2>1. Introduction</h2>
-          <p>
-            App AI for Reddit provides AI-powered tools to help you draft Reddit posts, optimize titles, and write comments. By using the Service, you agree to the collection and use of information as described in this policy.
-          </p>
-          <div class="callout">
-            <strong>Summary:</strong> We collect only what we need to run the app, process AI requests for premium users, manage subscriptions, and improve the Service. We do not sell your personal information.
-          </div>
-        </section>
-
-        <section class="legal-section" id="information-we-collect">
-          <h2>2. Information We Collect</h2>
-
-          <h3>Information you provide</h3>
-          <ul>
-            <li><strong>AI tool inputs:</strong> Text you enter into Post Generator, Title Optimizer, Comment Writer, and related features (e.g., subreddit names, post titles, draft content, tone preferences).</li>
-            <li><strong>Support communications:</strong> Information you send when contacting us at <a href="mailto:support@reddora.ai">support@reddora.ai</a>.</li>
-          </ul>
-
-          <h3>Information collected automatically</h3>
-          <ul>
-            <li><strong>Device and app data:</strong> macOS version, app version, language settings, and general diagnostic information needed to maintain stability.</li>
-            <li><strong>Usage data:</strong> Feature usage patterns (e.g., which tools are opened) to improve the product experience.</li>
-            <li><strong>Subscription status:</strong> Whether you have an active premium subscription, as verified through Apple's StoreKit.</li>
-          </ul>
-
-          <h3>Information from third parties</h3>
-          <ul>
-            <li><strong>Apple:</strong> Purchase and subscription status when you buy premium access through the Mac App Store.</li>
-            <li><strong>Reddit:</strong> If you sign in to Reddit within the app, session and account information is handled according to Reddit's own policies. We do not receive your Reddit password.</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="how-we-use">
-          <h2>3. How We Use Information</h2>
-          <p>We use the information we collect to:</p>
-          <ul>
-            <li>Provide, operate, and maintain the Service</li>
-            <li>Process AI generation requests for premium subscribers</li>
-            <li>Authenticate and manage your subscription status</li>
-            <li>Store your AI history locally on your device when you use that feature</li>
-            <li>Respond to support requests and communicate with you</li>
-            <li>Detect, prevent, and address technical issues or abuse</li>
-            <li>Improve features, performance, and user experience</li>
-            <li>Comply with legal obligations</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="ai-processing">
-          <h2>4. AI Processing</h2>
-          <p>
-            Premium features use third-party AI services to generate content based on your inputs. When you submit a request, relevant text (such as your draft post, title, or comment context) is transmitted to our AI provider to produce a response.
-          </p>
-          <ul>
-            <li>AI requests are sent only when you actively trigger a generation action.</li>
-            <li>We do not use your content to train our own models unless we explicitly tell you otherwise and obtain your consent.</li>
-            <li>AI providers may process data according to their own terms and privacy policies. We select providers that maintain appropriate data protection standards.</li>
-            <li>Generated responses may be saved in your local AI History on your Mac if you use that feature.</li>
-          </ul>
-          <p>
-            Do not submit sensitive personal information (passwords, financial data, government IDs, health information) into AI tools.
-          </p>
-        </section>
-
-        <section class="legal-section" id="reddit-integration">
-          <h2>5. Reddit Integration</h2>
-          <p>
-            App AI for Reddit includes an embedded Reddit browsing experience and optional Reddit sign-in. When you use these features:
-          </p>
-          <ul>
-            <li>You interact directly with Reddit's website and services, which are governed by <a href="https://www.reddit.com/policies/privacy-policy" target="_blank" rel="noopener noreferrer">Reddit's Privacy Policy</a> and <a href="https://www.reddit.com/policies/user-agreement" target="_blank" rel="noopener noreferrer">User Agreement</a>.</li>
-            <li>We are not affiliated with Reddit, Inc. App AI for Reddit is an independent third-party application.</li>
-            <li>Content you view or post on Reddit is subject to Reddit's rules and policies.</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="subscriptions">
-          <h2>6. Subscriptions &amp; Payments</h2>
-          <p>
-            Premium subscriptions are processed entirely by Apple through the Mac App Store. We do not collect or store your payment card details.
-          </p>
-          <ul>
-            <li>Apple provides us with subscription status information needed to unlock premium features.</li>
-            <li>Refunds and billing disputes are handled by Apple according to their policies.</li>
-            <li>You can manage or cancel subscriptions in your Apple ID account settings.</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="data-storage">
-          <h2>7. Data Storage &amp; Retention</h2>
-          <ul>
-            <li><strong>Local storage:</strong> AI History, app preferences, and similar data are stored on your device. You can clear AI History from within the app.</li>
-            <li><strong>Server processing:</strong> AI request data is retained only as long as needed to fulfill the request and for limited operational purposes (e.g., error logs), unless a longer period is required by law.</li>
-            <li><strong>Support records:</strong> We retain support correspondence for a reasonable period to resolve issues and improve support quality.</li>
-          </ul>
-          <p>
-            When you uninstall the app, locally stored data is removed from your device, subject to macOS system behavior and any backups you maintain.
-          </p>
-        </section>
-
-        <section class="legal-section" id="sharing">
-          <h2>8. How We Share Information</h2>
-          <p>We do not sell your personal information. We may share information only in these circumstances:</p>
-          <ul>
-            <li><strong>Service providers:</strong> With vendors who help us operate the Service (e.g., AI API providers, hosting), under contractual obligations to protect your data.</li>
-            <li><strong>Legal requirements:</strong> When required by law, regulation, legal process, or governmental request.</li>
-            <li><strong>Protection of rights:</strong> To enforce our Terms, protect the safety of users, or address fraud and security issues.</li>
-            <li><strong>Business transfers:</strong> In connection with a merger, acquisition, or sale of assets, with notice where required by law.</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="your-rights">
-          <h2>9. Your Rights &amp; Choices</h2>
-          <p>Depending on where you live, you may have rights to:</p>
-          <ul>
-            <li>Access the personal information we hold about you</li>
-            <li>Request correction or deletion of your information</li>
-            <li>Object to or restrict certain processing</li>
-            <li>Withdraw consent where processing is consent-based</li>
-            <li>Data portability</li>
-            <li>Lodge a complaint with a supervisory authority</li>
-          </ul>
-          <p>
-            To exercise these rights, contact us at <a href="mailto:support@reddora.ai">support@reddora.ai</a>. We will respond within the timeframe required by applicable law.
-          </p>
-          <p>
-            California residents may have additional rights under the CCPA/CPRA. We do not sell personal information as defined under California law.
-          </p>
-        </section>
-
-        <section class="legal-section" id="security">
-          <h2>10. Security</h2>
-          <p>
-            We implement reasonable technical and organizational measures to protect your information, including encryption in transit for network requests. However, no method of transmission or storage is 100% secure, and we cannot guarantee absolute security.
-          </p>
-        </section>
-
-        <section class="legal-section" id="children">
-          <h2>11. Children's Privacy</h2>
-          <p>
-            The Service is not directed to children under 13 (or the minimum age required in your jurisdiction). We do not knowingly collect personal information from children. If you believe a child has provided us information, contact us and we will take steps to delete it.
-          </p>
-        </section>
-
-        <section class="legal-section" id="international">
-          <h2>12. International Users</h2>
-          <p>
-            If you access the Service from outside the country where our servers or service providers operate, your information may be transferred to and processed in other countries. We take steps to ensure appropriate safeguards are in place where required by law.
-          </p>
-        </section>
-
-        <section class="legal-section" id="changes">
-          <h2>13. Changes to This Policy</h2>
-          <p>
-            We may update this Privacy Policy from time to time. We will post the revised policy on this page and update the "Last updated" date. Material changes may also be communicated through the app or by email where appropriate. Continued use of the Service after changes take effect constitutes acceptance of the updated policy.
-          </p>
-        </section>
-      </article>
-    </main>
-  </div>
+  <main class="page-content">
+    <article class="legal-card">
+      <p class="legal-intro">
+        This Privacy Policy explains how App AI for Reddit handles information when you use the macOS application.
+      </p>
+
+      <section class="legal-section">
+        <h2>1. Overview</h2>
+        <p>App AI for Reddit provides AI tools to help you draft Reddit posts, optimize titles, and write comments. We do not sell your personal information.</p>
+        <div class="callout">
+          Most data stays on your Mac. When you use live AI features as a premium subscriber, the text you submit is sent to OpenAI to generate a response.
+        </div>
+      </section>
+
+      <section class="legal-section">
+        <h2>2. Information the App Uses</h2>
+
+        <h3>What you enter</h3>
+        <ul>
+          <li><strong>AI tool inputs:</strong> Text you enter in Post Generator, Title Optimizer, and Comment Writer, such as subreddit names, topics, titles, drafts, and tone preferences.</li>
+        </ul>
+
+        <h3>Stored on your Mac</h3>
+        <ul>
+          <li><strong>AI History:</strong> Past AI prompts and responses saved locally on your device. You can delete individual entries or clear all history in the app.</li>
+          <li><strong>App preferences:</strong> Settings such as appearance mode and cached subscription status.</li>
+        </ul>
+
+        <h3>From Apple</h3>
+        <ul>
+          <li><strong>Subscription status:</strong> The app checks your Mac App Store purchases through StoreKit to unlock premium features. We do not receive your payment card details.</li>
+        </ul>
+
+        <h3>From Reddit</h3>
+        <ul>
+          <li>If you sign in to Reddit inside the app, you interact directly with Reddit&apos;s website. We do not receive your Reddit password.</li>
+        </ul>
+      </section>
+
+      <section class="legal-section">
+        <h2>3. How Information Is Used</h2>
+        <p>The app uses information to:</p>
+        <ul>
+          <li>Provide Post Generator, Title Optimizer, and Comment Writer features</li>
+          <li>Send AI requests to OpenAI when you have premium access and trigger a generation</li>
+          <li>Verify premium subscription status through Apple</li>
+          <li>Save AI History locally on your device</li>
+          <li>Remember your in-app preferences</li>
+        </ul>
+        <p>The app does not include third-party analytics or advertising trackers.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>4. AI Processing</h2>
+        <p>Premium subscribers can use live AI generation powered by OpenAI. When you submit a request, the relevant text from your input is transmitted to OpenAI to produce a response.</p>
+        <ul>
+          <li>AI requests are sent only when you actively trigger a generation.</li>
+          <li>Without premium access, the app uses local sample responses instead of sending data to OpenAI.</li>
+          <li>Generated responses may be saved in AI History on your Mac.</li>
+        </ul>
+        <p>Do not submit sensitive personal information, such as passwords, financial data, government IDs, or health information, into AI tools.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>5. Reddit Integration</h2>
+        <p>App AI for Reddit includes embedded Reddit browsing for premium subscribers. App AI for Reddit is not affiliated with Reddit, Inc.</p>
+        <p>Content you view or post on Reddit is handled by Reddit under its own policies. We are not responsible for Reddit&apos;s data practices.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>6. Subscriptions &amp; Payments</h2>
+        <p>All purchases are processed by Apple through the Mac App Store. We do not collect or store payment card information. Refunds and billing are handled by Apple.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>7. Data Retention</h2>
+        <ul>
+          <li><strong>On your Mac:</strong> AI History, preferences, and subscription cache remain on your device until you delete them or uninstall the app.</li>
+          <li><strong>AI requests:</strong> Text sent to OpenAI is processed to fulfill your request. We do not operate a separate server that stores your AI inputs.</li>
+        </ul>
+      </section>
+
+      <section class="legal-section">
+        <h2>8. Sharing</h2>
+        <p>We do not sell your personal information. Information may be shared only in these cases:</p>
+        <ul>
+          <li><strong>OpenAI:</strong> AI inputs you submit as a premium subscriber when you generate content.</li>
+          <li><strong>Apple:</strong> Subscription verification through the Mac App Store.</li>
+          <li><strong>Legal requirements:</strong> When required by law or to protect rights, safety, and security.</li>
+        </ul>
+      </section>
+
+      <section class="legal-section">
+        <h2>9. Security</h2>
+        <p>Network requests, including AI requests, are sent over encrypted connections where supported by the platform. No method of storage or transmission is completely secure.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>10. Children&apos;s Privacy</h2>
+        <p>The app is not directed to children under 13, or the minimum age required in your jurisdiction. We do not knowingly collect personal information from children.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>11. Changes</h2>
+        <p>We may update this Privacy Policy from time to time. The &quot;Last updated&quot; date at the top of this page will reflect the latest version. Continued use of the app after changes take effect means you accept the updated policy.</p>
+      </section>
+    </article>
+  </main>
 
   <footer class="site-footer">
-    <div class="site-footer__inner">
-      <p class="site-footer__copy">&copy; 2026 App AI for Reddit. All rights reserved.</p>
-      <nav class="site-footer__links" aria-label="Footer">
-        <a href="../">Home</a>
-        <a href="../privacy/">Privacy Policy</a>
-        <a href="../terms/">Terms &amp; Conditions</a>
-        <a href="mailto:support@reddora.ai">Support</a>
-      </nav>
-    </div>
+    <p class="site-footer__copy">&copy; 2026 App AI for Reddit. All rights reserved. Not affiliated with Reddit, Inc.</p>
   </footer>
 
 </body>

+ 150 - 301
website/terms/index.html

@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
-  <meta name="description" content="Terms and Conditions for App AI for Reddit — rules for using our macOS app and services.">
+  <meta name="description" content="Terms and Conditions for App AI for Reddit.">
   <title>Terms &amp; Conditions — App AI for Reddit</title>
   <link rel="icon" type="image/png" href="../assets/favicon.png">
   <link rel="apple-touch-icon" href="../assets/app-logo.png">
@@ -13,7 +13,6 @@
   <style>
     :root {
       --purple: #5833c7;
-      --purple-light: #6b46e5;
       --purple-soft: #f3f0ff;
       --bg: #fafafa;
       --surface: #ffffff;
@@ -21,14 +20,11 @@
       --text-secondary: #4b5563;
       --text-muted: #9ca3af;
       --border: #e5e7eb;
-      --shadow-sm: 0 1px 2px rgba(17, 24, 39, 0.05);
       --radius: 12px;
-      --radius-sm: 8px;
-      --max-width: 1120px;
+      --max-width: 720px;
       --font: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
     }
     *, *::before, *::after { box-sizing: border-box; }
-    html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
     body {
       margin: 0;
       font-family: var(--font);
@@ -38,334 +34,187 @@
       background: var(--bg);
       -webkit-font-smoothing: antialiased;
     }
-    a { color: var(--purple); text-decoration: none; transition: color 0.15s ease; }
-    a:hover { color: var(--purple-light); text-decoration: underline; }
     .page-hero {
       background: linear-gradient(180deg, var(--purple-soft) 0%, var(--bg) 100%);
-      border-bottom: 1px solid var(--border); padding: 48px 24px 40px;
-    }
-    .page-hero__inner { max-width: var(--max-width); margin: 0 auto; }
-    .page-hero__eyebrow {
-      display: inline-flex; align-items: center; margin: 0 0 12px;
-      padding: 4px 10px; border-radius: 999px; background: rgba(88, 51, 199, 0.1);
-      color: var(--purple); font-size: 0.75rem; font-weight: 600;
-      letter-spacing: 0.04em; text-transform: uppercase;
+      border-bottom: 1px solid var(--border);
+      padding: 48px 24px 40px;
+      text-align: center;
     }
     .page-hero h1 {
-      margin: 0 0 12px; font-size: clamp(2rem, 4vw, 2.75rem);
-      font-weight: 800; letter-spacing: -0.03em; line-height: 1.15;
+      margin: 0 0 12px;
+      font-size: clamp(2rem, 4vw, 2.5rem);
+      font-weight: 800;
+      letter-spacing: -0.03em;
     }
     .page-hero__meta { margin: 0; color: var(--text-secondary); font-size: 0.95rem; }
-    .page-layout {
-      max-width: var(--max-width); margin: 0 auto; padding: 40px 24px 80px;
-      display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 48px; align-items: start;
-    }
-    .toc {
-      position: sticky; top: 24px; padding: 20px;
-      background: var(--surface); border: 1px solid var(--border);
-      border-radius: var(--radius); box-shadow: var(--shadow-sm);
-    }
-    .toc__title {
-      margin: 0 0 12px; font-size: 0.7rem; font-weight: 700;
-      letter-spacing: 0.08em; text-transform: uppercase; color: var(--text-muted);
-    }
-    .toc ol { margin: 0; padding: 0; list-style: none; }
-    .toc li + li { margin-top: 2px; }
-    .toc a {
-      display: block; padding: 6px 8px; border-radius: 6px;
-      font-size: 0.85rem; font-weight: 500; color: var(--text-secondary);
-      text-decoration: none; line-height: 1.4;
+    .page-content {
+      max-width: var(--max-width);
+      margin: 0 auto;
+      padding: 40px 24px 80px;
     }
-    .toc a:hover { color: var(--purple); background: var(--purple-soft); text-decoration: none; }
-    .legal-content { min-width: 0; }
     .legal-card {
-      background: var(--surface); border: 1px solid var(--border);
-      border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 40px 44px;
+      background: var(--surface);
+      border: 1px solid var(--border);
+      border-radius: var(--radius);
+      padding: 40px 44px;
     }
     .legal-intro {
-      margin: 0 0 36px; padding-bottom: 28px; border-bottom: 1px solid var(--border);
-      font-size: 1.05rem; color: var(--text-secondary);
+      margin: 0 0 32px;
+      padding-bottom: 24px;
+      border-bottom: 1px solid var(--border);
+      color: var(--text-secondary);
     }
-    .legal-section { scroll-margin-top: 20px; }
     .legal-section + .legal-section {
-      margin-top: 40px; padding-top: 40px; border-top: 1px solid var(--border);
+      margin-top: 32px;
+      padding-top: 32px;
+      border-top: 1px solid var(--border);
     }
     .legal-section h2 {
-      margin: 0 0 16px; font-size: 1.35rem; font-weight: 700;
-      letter-spacing: -0.02em; line-height: 1.3; color: var(--text);
+      margin: 0 0 12px;
+      font-size: 1.2rem;
+      font-weight: 700;
+      letter-spacing: -0.02em;
     }
-    .legal-section h3 { margin: 24px 0 10px; font-size: 1rem; font-weight: 600; color: var(--text); }
-    .legal-section p { margin: 0 0 14px; color: var(--text-secondary); }
-    .legal-section ul, .legal-section ol {
-      margin: 0 0 16px; padding-left: 1.35rem; color: var(--text-secondary);
+    .legal-section p { margin: 0 0 12px; color: var(--text-secondary); }
+    .legal-section ul {
+      margin: 0 0 12px;
+      padding-left: 1.35rem;
+      color: var(--text-secondary);
     }
     .legal-section li { margin-bottom: 8px; }
     .legal-section li strong { color: var(--text); }
-    .legal-section a { font-weight: 500; }
     .callout {
-      margin: 20px 0; padding: 16px 18px; border-radius: var(--radius-sm);
-      border-left: 3px solid var(--purple); background: var(--purple-soft);
-      font-size: 0.95rem; color: var(--text-secondary);
-    }
-    .callout strong { color: var(--text); }
-    .site-footer { border-top: 1px solid var(--border); background: var(--surface); padding: 32px 24px; }
-    .site-footer__inner {
-      max-width: var(--max-width); margin: 0 auto;
-      display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 16px;
+      margin: 16px 0;
+      padding: 14px 16px;
+      border-left: 3px solid var(--purple);
+      background: var(--purple-soft);
+      color: var(--text-secondary);
+      font-size: 0.95rem;
+    }
+    .site-footer {
+      border-top: 1px solid var(--border);
+      background: var(--surface);
+      padding: 32px 24px;
+      text-align: center;
     }
     .site-footer__copy { margin: 0; font-size: 0.875rem; color: var(--text-muted); }
-    .site-footer__links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
-    .site-footer__links a {
-      font-size: 0.875rem; font-weight: 500; color: var(--text-secondary); text-decoration: none;
-    }
-    .site-footer__links a:hover { color: var(--purple); }
-    @media (max-width: 900px) {
-      .page-layout { grid-template-columns: 1fr; gap: 24px; padding-top: 24px; }
-      .toc { position: static; }
-      .legal-card { padding: 28px 24px; }
-    }
     @media (max-width: 600px) {
       .page-hero { padding: 36px 16px 28px; }
-      .page-layout { padding: 24px 16px 60px; }
+      .page-content { padding: 24px 16px 60px; }
+      .legal-card { padding: 28px 24px; }
     }
   </style>
 </head>
 <body>
 
   <section class="page-hero">
-    <div class="page-hero__inner">
-      <p class="page-hero__eyebrow">Legal</p>
-      <h1>Terms &amp; Conditions</h1>
-      <p class="page-hero__meta">Last updated: June 24, 2026</p>
-    </div>
+    <h1>Terms &amp; Conditions</h1>
+    <p class="page-hero__meta">Last updated: June 30, 2026</p>
   </section>
 
-  <div class="page-layout">
-    <aside class="toc" aria-label="Table of contents">
-      <p class="toc__title">On this page</p>
-      <ol>
-        <li><a href="#agreement">Agreement to Terms</a></li>
-        <li><a href="#description">Description of Service</a></li>
-        <li><a href="#eligibility">Eligibility</a></li>
-        <li><a href="#accounts">Accounts &amp; Access</a></li>
-        <li><a href="#subscriptions">Subscriptions &amp; Billing</a></li>
-        <li><a href="#ai-features">AI Features &amp; Content</a></li>
-        <li><a href="#reddit">Reddit &amp; Third-Party Services</a></li>
-        <li><a href="#acceptable-use">Acceptable Use</a></li>
-        <li><a href="#intellectual-property">Intellectual Property</a></li>
-        <li><a href="#disclaimers">Disclaimers</a></li>
-        <li><a href="#limitation">Limitation of Liability</a></li>
-        <li><a href="#indemnification">Indemnification</a></li>
-        <li><a href="#termination">Termination</a></li>
-        <li><a href="#governing-law">Governing Law</a></li>
-        <li><a href="#changes">Changes to Terms</a></li>
-      </ol>
-    </aside>
-
-    <main class="legal-content">
-      <article class="legal-card">
-        <p class="legal-intro">
-          These Terms &amp; Conditions ("Terms") govern your access to and use of the App AI for Reddit macOS application, website at <a href="https://reddora.ai">reddora.ai</a>, and related services (collectively, the "Service") provided by App AI for Reddit ("we," "us," or "our"). Please read them carefully before using the Service.
-        </p>
-
-        <section class="legal-section" id="agreement">
-          <h2>1. Agreement to Terms</h2>
-          <p>
-            By downloading, installing, accessing, or using the Service, you agree to be bound by these Terms and our <a href="../privacy/">Privacy Policy</a>, which is incorporated by reference. If you do not agree, do not use the Service.
-          </p>
-        </section>
-
-        <section class="legal-section" id="description">
-          <h2>2. Description of Service</h2>
-          <p>
-            App AI for Reddit is a macOS application that provides tools to help Reddit users create and refine content, including:
-          </p>
-          <ul>
-            <li><strong>Post Generator</strong> — AI-assisted drafting of Reddit posts</li>
-            <li><strong>Title Optimizer</strong> — suggestions to improve post titles</li>
-            <li><strong>Comment Writer</strong> — AI-assisted comment drafting</li>
-            <li><strong>AI History</strong> — local storage of past AI responses</li>
-            <li><strong>Embedded Reddit browsing</strong> — in-app access to Reddit.com</li>
-          </ul>
-          <p>
-            Some features require an active premium subscription. We may add, modify, or discontinue features at any time.
-          </p>
-        </section>
-
-        <section class="legal-section" id="eligibility">
-          <h2>3. Eligibility</h2>
-          <p>
-            You must be at least 13 years old (or the minimum age required in your jurisdiction) to use the Service. If you use Reddit through our app, you must also comply with Reddit's minimum age requirements and terms.
-          </p>
-          <p>
-            By using the Service, you represent that you meet these requirements and have the legal capacity to enter into these Terms.
-          </p>
-        </section>
-
-        <section class="legal-section" id="accounts">
-          <h2>4. Accounts &amp; Access</h2>
-          <ul>
-            <li>Premium access is tied to your Apple ID and Mac App Store purchases.</li>
-            <li>If you sign in to Reddit within the app, you are responsible for maintaining the security of your Reddit account credentials.</li>
-            <li>You are responsible for all activity that occurs through your use of the Service on your device.</li>
-            <li>You must notify us promptly of any unauthorized use or security breach at <a href="mailto:support@reddora.ai">support@reddora.ai</a>.</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="subscriptions">
-          <h2>5. Subscriptions &amp; Billing</h2>
-
-          <h3>Premium plans</h3>
-          <p>
-            Premium subscriptions are sold through Apple's Mac App Store and are subject to Apple's terms and conditions. Payment, renewal, cancellation, and refunds are handled by Apple, not directly by us.
-          </p>
-
-          <h3>Auto-renewal</h3>
-          <p>
-            Subscriptions automatically renew unless canceled at least 24 hours before the end of the current billing period. You can manage or cancel subscriptions in your Apple ID account settings.
-          </p>
-
-          <h3>Free trials and promotions</h3>
-          <p>
-            If we offer a free trial or promotional pricing, specific terms will be presented at the time of offer. We reserve the right to modify or discontinue promotions at any time.
-          </p>
-
-          <h3>Price changes</h3>
-          <p>
-            Subscription prices may change. Apple will notify you of price changes in accordance with App Store policies before they take effect.
-          </p>
-        </section>
-
-        <section class="legal-section" id="ai-features">
-          <h2>6. AI Features &amp; Content</h2>
-
-          <div class="callout">
-            <strong>Important:</strong> AI-generated content is provided for assistance only. You are solely responsible for reviewing, editing, and deciding whether to publish any content on Reddit or elsewhere.
-          </div>
-
-          <ul>
-            <li>AI outputs may be inaccurate, incomplete, biased, or inappropriate. Do not rely on them without independent review.</li>
-            <li>You retain responsibility for ensuring your Reddit posts and comments comply with subreddit rules, Reddit's Content Policy, and applicable laws.</li>
-            <li>You grant us a limited license to process your inputs solely to provide AI features and operate the Service, as described in our Privacy Policy.</li>
-            <li>We do not guarantee specific results, engagement, upvotes, or moderation outcomes on Reddit.</li>
-            <li>AI features may be unavailable due to maintenance, API limits, network issues, or subscription status.</li>
-          </ul>
-        </section>
-
-        <section class="legal-section" id="reddit">
-          <h2>7. Reddit &amp; Third-Party Services</h2>
-          <p>
-            App AI for Reddit is an independent application and is <strong>not affiliated with, endorsed by, or sponsored by Reddit, Inc.</strong> Reddit is a trademark of Reddit, Inc.
-          </p>
-          <p>
-            Your use of Reddit through or alongside our app is governed by Reddit's own terms and policies. We are not responsible for Reddit's services, moderation decisions, account actions, or availability.
-          </p>
-          <p>
-            The Service may integrate with or link to third-party services (including Apple and AI providers). Your use of those services is subject to their respective terms.
-          </p>
-        </section>
-
-        <section class="legal-section" id="acceptable-use">
-          <h2>8. Acceptable Use</h2>
-          <p>You agree not to:</p>
-          <ul>
-            <li>Use the Service for any unlawful purpose or in violation of any applicable law or regulation</li>
-            <li>Generate or distribute spam, harassment, hate speech, misinformation, or content that violates Reddit's rules</li>
-            <li>Attempt to reverse engineer, decompile, or extract source code from the app except where permitted by law</li>
-            <li>Circumvent subscription, access controls, or usage limits</li>
-            <li>Interfere with or disrupt the Service, servers, or networks</li>
-            <li>Use automated systems to scrape or abuse the Service beyond normal app usage</li>
-            <li>Impersonate any person or entity, or misrepresent your affiliation</li>
-            <li>Submit malicious code, excessive requests, or content designed to exploit AI systems</li>
-          </ul>
-          <p>
-            We may suspend or terminate access if we reasonably believe you have violated these Terms.
-          </p>
-        </section>
-
-        <section class="legal-section" id="intellectual-property">
-          <h2>9. Intellectual Property</h2>
-          <p>
-            The Service, including its design, code, branding, and documentation, is owned by App AI for Reddit and protected by intellectual property laws. These Terms do not grant you any right to use our trademarks, logos, or branding without prior written consent.
-          </p>
-          <p>
-            Subject to these Terms, we grant you a limited, non-exclusive, non-transferable, revocable license to use the app for personal, non-commercial purposes on devices you own or control.
-          </p>
-          <p>
-            You retain ownership of content you create. AI-generated suggestions are provided to assist you; you are responsible for how you use them.
-          </p>
-        </section>
-
-        <section class="legal-section" id="disclaimers">
-          <h2>10. Disclaimers</h2>
-          <p>
-            THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
-          </p>
-          <p>
-            We do not warrant that the Service will be uninterrupted, error-free, secure, or free of harmful components, or that AI outputs will be accurate or suitable for your purposes.
-          </p>
-        </section>
-
-        <section class="legal-section" id="limitation">
-          <h2>11. Limitation of Liability</h2>
-          <p>
-            TO THE MAXIMUM EXTENT PERMITTED BY LAW, APP AI FOR REDDIT AND ITS OFFICERS, DIRECTORS, EMPLOYEES, AND AGENTS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS, DATA, USE, GOODWILL, OR OTHER INTANGIBLE LOSSES, ARISING FROM YOUR USE OF THE SERVICE.
-          </p>
-          <p>
-            OUR TOTAL LIABILITY FOR ANY CLAIM ARISING OUT OF OR RELATING TO THESE TERMS OR THE SERVICE SHALL NOT EXCEED THE GREATER OF (A) THE AMOUNT YOU PAID US FOR THE SERVICE IN THE TWELVE (12) MONTHS BEFORE THE CLAIM, OR (B) FIFTY US DOLLARS (USD $50).
-          </p>
-          <p>
-            Some jurisdictions do not allow certain limitations of liability, so some of the above may not apply to you.
-          </p>
-        </section>
-
-        <section class="legal-section" id="indemnification">
-          <h2>12. Indemnification</h2>
-          <p>
-            You agree to indemnify, defend, and hold harmless App AI for Reddit and its affiliates from any claims, damages, losses, liabilities, and expenses (including reasonable legal fees) arising from your use of the Service, your content, your violation of these Terms, or your violation of any third-party rights, including Reddit's terms or subreddit rules.
-          </p>
-        </section>
-
-        <section class="legal-section" id="termination">
-          <h2>13. Termination</h2>
-          <p>
-            You may stop using the Service at any time by uninstalling the app and canceling any active subscription through Apple.
-          </p>
-          <p>
-            We may suspend or terminate your access to the Service at any time, with or without notice, if we believe you have violated these Terms or if we discontinue the Service. Provisions that by their nature should survive termination will survive, including intellectual property, disclaimers, limitation of liability, and indemnification.
-          </p>
-        </section>
-
-        <section class="legal-section" id="governing-law">
-          <h2>14. Governing Law &amp; Disputes</h2>
-          <p>
-            These Terms are governed by the laws of the jurisdiction in which App AI for Reddit operates, without regard to conflict-of-law principles. Any disputes shall be resolved in the courts of that jurisdiction, unless applicable consumer protection laws require otherwise.
-          </p>
-          <p>
-            If you are a consumer in the European Union or United Kingdom, you may also have mandatory rights under local consumer protection laws that cannot be waived by these Terms.
-          </p>
-        </section>
-
-        <section class="legal-section" id="changes">
-          <h2>15. Changes to Terms</h2>
-          <p>
-            We may update these Terms from time to time. We will post the revised Terms on this page and update the "Last updated" date. Material changes may be communicated through the app or other reasonable means. Your continued use of the Service after changes become effective constitutes acceptance of the updated Terms.
-          </p>
-        </section>
-      </article>
-    </main>
-  </div>
+  <main class="page-content">
+    <article class="legal-card">
+      <p class="legal-intro">
+        These Terms &amp; Conditions govern your use of App AI for Reddit, a macOS application that provides AI-assisted tools for Reddit content. By installing or using the app, you agree to these Terms.
+      </p>
+
+      <section class="legal-section">
+        <h2>1. The App</h2>
+        <p>App AI for Reddit is a native macOS app that includes:</p>
+        <ul>
+          <li><strong>Post Generator</strong> — AI-assisted drafting of Reddit posts</li>
+          <li><strong>Title Optimizer</strong> — suggestions to improve post titles</li>
+          <li><strong>Comment Writer</strong> — AI-assisted comment drafting</li>
+          <li><strong>AI History</strong> — local storage of past AI responses on your Mac</li>
+          <li><strong>Reddit browsing</strong> — in-app access to Reddit for premium subscribers</li>
+        </ul>
+        <p>Live AI generation and Reddit browsing require an active premium subscription. We may add, change, or remove features over time.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>2. Eligibility</h2>
+        <p>You must be at least 13 years old, or the minimum age required in your jurisdiction, to use the app. If you use Reddit through the app, you must also follow Reddit&apos;s age requirements and rules.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>3. Accounts &amp; Access</h2>
+        <ul>
+          <li>Premium access is tied to purchases made with your Apple ID through the Mac App Store.</li>
+          <li>If you sign in to Reddit inside the app, you are responsible for your Reddit account and credentials.</li>
+          <li>You are responsible for activity that occurs through your use of the app on your device.</li>
+        </ul>
+      </section>
+
+      <section class="legal-section">
+        <h2>4. Subscriptions &amp; Billing</h2>
+        <p>Premium plans are sold through Apple&apos;s Mac App Store. Payment, renewal, cancellation, refunds, and subscription management are handled by Apple under its own terms.</p>
+        <p>Available plans may include monthly, yearly, and lifetime options as shown in the app. Subscriptions renew automatically unless canceled before the end of the current billing period through your Apple ID settings.</p>
+        <p>A free trial may be offered for eligible plans. Trial terms are shown at the time of purchase.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>5. AI Features</h2>
+        <div class="callout">
+          AI-generated content is provided for assistance only. You are responsible for reviewing, editing, and deciding whether to publish any content on Reddit or elsewhere.
+        </div>
+        <ul>
+          <li>AI outputs may be inaccurate, incomplete, biased, or inappropriate.</li>
+          <li>You are responsible for complying with subreddit rules, Reddit&apos;s policies, and applicable laws.</li>
+          <li>We do not guarantee specific results, engagement, upvotes, or moderation outcomes.</li>
+          <li>AI features may be unavailable due to maintenance, network issues, API limits, or subscription status.</li>
+        </ul>
+      </section>
+
+      <section class="legal-section">
+        <h2>6. Reddit &amp; Third Parties</h2>
+        <p>App AI for Reddit is <strong>not affiliated with, endorsed by, or sponsored by Reddit, Inc.</strong> Reddit is a trademark of Reddit, Inc.</p>
+        <p>Your use of Reddit through the app is governed by Reddit&apos;s own terms and policies. We are not responsible for Reddit&apos;s services, moderation, account actions, or availability.</p>
+        <p>The app also relies on third-party services such as Apple and OpenAI. Your use of those services is subject to their respective terms.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>7. Acceptable Use</h2>
+        <p>You agree not to:</p>
+        <ul>
+          <li>Use the app for unlawful purposes</li>
+          <li>Generate or publish spam, harassment, hate speech, misinformation, or content that violates Reddit&apos;s rules</li>
+          <li>Reverse engineer or circumvent subscription or access controls, except where permitted by law</li>
+          <li>Interfere with the app, its services, or connected networks</li>
+          <li>Impersonate others or misrepresent your affiliation</li>
+        </ul>
+      </section>
+
+      <section class="legal-section">
+        <h2>8. Intellectual Property</h2>
+        <p>The app, including its design, code, and branding, is owned by App AI for Reddit and protected by applicable intellectual property laws. You receive a limited, non-exclusive, non-transferable, revocable license to use the app for personal purposes on devices you own or control.</p>
+        <p>You retain ownership of content you create. You are responsible for how you use AI-generated suggestions.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>9. Disclaimers</h2>
+        <p>THE APP IS PROVIDED &quot;AS IS&quot; AND &quot;AS AVAILABLE&quot; WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>10. Limitation of Liability</h2>
+        <p>TO THE MAXIMUM EXTENT PERMITTED BY LAW, APP AI FOR REDDIT SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES ARISING FROM YOUR USE OF THE APP.</p>
+        <p>OUR TOTAL LIABILITY FOR ANY CLAIM RELATING TO THESE TERMS OR THE APP SHALL NOT EXCEED THE GREATER OF (A) THE AMOUNT YOU PAID FOR THE APP IN THE TWELVE MONTHS BEFORE THE CLAIM, OR (B) FIFTY US DOLLARS (USD $50).</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>11. Termination</h2>
+        <p>You may stop using the app at any time by uninstalling it and canceling any active subscription through Apple. We may discontinue the app or restrict access if you violate these Terms.</p>
+      </section>
+
+      <section class="legal-section">
+        <h2>12. Changes</h2>
+        <p>We may update these Terms from time to time. The &quot;Last updated&quot; date at the top of this page will reflect the latest version. Continued use of the app after changes take effect means you accept the updated Terms.</p>
+      </section>
+    </article>
+  </main>
 
   <footer class="site-footer">
-    <div class="site-footer__inner">
-      <p class="site-footer__copy">&copy; 2026 App AI for Reddit. All rights reserved.</p>
-      <nav class="site-footer__links" aria-label="Footer">
-        <a href="../">Home</a>
-        <a href="../privacy/">Privacy Policy</a>
-        <a href="../terms/">Terms &amp; Conditions</a>
-        <a href="mailto:support@reddora.ai">Support</a>
-      </nav>
-    </div>
+    <p class="site-footer__copy">&copy; 2026 App AI for Reddit. All rights reserved. Not affiliated with Reddit, Inc.</p>
   </footer>
 
 </body>