index.html 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta name="description" content="Grammar Pro Terms and Conditions — rules and guidelines for using our macOS app.">
  7. <title>Terms and Conditions — Grammar Pro</title>
  8. <link rel="preconnect" href="https://fonts.googleapis.com">
  9. <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  10. <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet">
  11. <style>
  12. :root {
  13. --teal: #00a67e; --teal-dark: #008c6b; --teal-light: #e6f7f2;
  14. --gradient-start: #009e78; --gradient-end: #33c799;
  15. --bg: #f8fafb; --surface: #ffffff; --text-primary: #1a2438;
  16. --text-secondary: #475569; --text-muted: #6b7280; --border: #c7d2de;
  17. --shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  18. --radius-sm: 10px; --max-width: 1120px;
  19. --font: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  20. }
  21. *, *::before, *::after { box-sizing: border-box; }
  22. body { margin: 0; font-family: var(--font); font-size: 16px; line-height: 1.6; color: var(--text-primary); background: var(--bg); -webkit-font-smoothing: antialiased; }
  23. a { color: var(--teal); text-decoration: none; transition: color 0.2s ease; }
  24. a:hover { color: var(--teal-dark); }
  25. .container { width: min(100% - 2rem, var(--max-width)); margin-inline: auto; }
  26. .legal-hero { padding: 3.5rem 0 2rem; border-bottom: 1px solid var(--border); background: var(--surface); }
  27. .legal-hero h1 { font-size: clamp(2rem, 4vw, 2.75rem); font-weight: 800; letter-spacing: -0.02em; margin: 0 0 0.75rem; }
  28. .legal-meta { color: var(--text-muted); font-size: 0.9375rem; }
  29. .legal-content { padding: 3rem 0 5rem; }
  30. .legal-content .container { max-width: 760px; }
  31. .legal-content h2 { font-size: 1.375rem; font-weight: 700; margin: 2.5rem 0 0.75rem; color: var(--text-primary); }
  32. .legal-content h2:first-child { margin-top: 0; }
  33. .legal-content h3 { font-size: 1.0625rem; font-weight: 600; margin: 1.5rem 0 0.5rem; }
  34. .legal-content p, .legal-content li { color: var(--text-secondary); font-size: 0.975rem; }
  35. .legal-content ul, .legal-content ol { padding-left: 1.25rem; margin: 0.75rem 0; }
  36. .legal-content li { margin-bottom: 0.4rem; }
  37. .legal-content a { word-break: break-word; }
  38. </style>
  39. </head>
  40. <body>
  41. <main>
  42. <section class="legal-hero">
  43. <div class="container">
  44. <h1>Terms and Conditions</h1>
  45. <p class="legal-meta">Last updated: June 18, 2026</p>
  46. </div>
  47. </section>
  48. <section class="legal-content">
  49. <div class="container">
  50. <p>
  51. These Terms and Conditions ("Terms") govern your access to and use of the Grammar Pro macOS
  52. application and related services (collectively, the "Service") provided by Grammar Pro
  53. ("we," "our," or "us"). Please read these Terms carefully before using the Service.
  54. </p>
  55. <p>
  56. By downloading, installing, or using Grammar Pro, you agree to be bound by these Terms. If you
  57. do not agree, do not use the Service.
  58. </p>
  59. <h2>1. Description of Service</h2>
  60. <p>
  61. Grammar Pro is an AI-powered writing assistant for macOS that provides tools including grammar
  62. checking, paraphrasing, spelling correction, translation, summarization, dictionary lookup,
  63. email writing, and related features. The Service may be offered in free and premium tiers.
  64. </p>
  65. <h2>2. Eligibility</h2>
  66. <p>
  67. You must be at least 13 years of age (or the minimum age required in your jurisdiction) to
  68. use the Service. By using Grammar Pro, you represent that you meet this requirement and have the
  69. legal capacity to enter into these Terms.
  70. </p>
  71. <h2>3. Account and Subscriptions</h2>
  72. <h3>3.1 Free and Premium Access</h3>
  73. <p>
  74. Certain features of Grammar Pro are available for free. Premium features require an active
  75. subscription or one-time purchase. Feature availability may change at our discretion.
  76. </p>
  77. <h3>3.2 Billing</h3>
  78. <p>
  79. All purchases and subscriptions are processed through the Apple App Store. Payment terms,
  80. billing cycles, free trials, and refunds are governed by Apple's terms and policies. We do
  81. not directly process payments.
  82. </p>
  83. <h3>3.3 Auto-Renewal</h3>
  84. <p>
  85. Subscriptions automatically renew unless cancelled at least 24 hours before the end of the
  86. current billing period. You can manage or cancel your subscription through your Apple ID
  87. account settings.
  88. </p>
  89. <h3>3.4 Free Trials</h3>
  90. <p>
  91. If a free trial is offered, you will be charged the applicable subscription fee when the
  92. trial period ends unless you cancel before the trial expires. Trial eligibility and duration
  93. are determined at our discretion.
  94. </p>
  95. <h2>4. Acceptable Use</h2>
  96. <p>You agree not to use the Service to:</p>
  97. <ul>
  98. <li>Violate any applicable law, regulation, or third-party rights</li>
  99. <li>Submit content that is unlawful, harmful, threatening, abusive, or defamatory</li>
  100. <li>Generate spam, malware, or deceptive content</li>
  101. <li>Attempt to reverse engineer, decompile, or extract source code from the app</li>
  102. <li>Circumvent usage limits, access controls, or subscription restrictions</li>
  103. <li>Use automated systems to abuse or overload the Service</li>
  104. <li>Impersonate any person or entity or misrepresent your affiliation</li>
  105. </ul>
  106. <p>
  107. We reserve the right to suspend or terminate access for violations of these Terms.
  108. </p>
  109. <h2>5. User Content</h2>
  110. <p>
  111. You retain ownership of the text and content you submit to Grammar Pro ("User Content"). By
  112. submitting User Content, you grant us a limited, non-exclusive license to process it solely
  113. for the purpose of providing the Service.
  114. </p>
  115. <p>
  116. You are solely responsible for your User Content and for ensuring you have the necessary
  117. rights to submit it. Do not submit confidential, proprietary, or sensitive personal
  118. information unless you understand and accept the risks described in our
  119. <a href="https://sites.google.com/view/grammar-pro-ai-writing-app/privacy-policy">Privacy Policy</a>.
  120. </p>
  121. <h2>6. AI-Generated Output</h2>
  122. <p>
  123. Grammar Pro uses artificial intelligence to generate suggestions, corrections, translations,
  124. and other outputs. AI-generated content may contain errors, inaccuracies, or biases. You
  125. are responsible for reviewing and verifying all output before relying on it for academic,
  126. professional, legal, medical, or other important purposes.
  127. </p>
  128. <p>
  129. We do not guarantee the accuracy, completeness, or suitability of any AI-generated output.
  130. The Service is provided as a writing aid, not as a substitute for professional judgment.
  131. </p>
  132. <h2>7. Intellectual Property</h2>
  133. <p>
  134. The Service, including its design, code, trademarks, logos, and documentation, is owned by
  135. Grammar Pro and protected by intellectual property laws. These Terms do not grant you any right
  136. to use our branding or materials without prior written consent.
  137. </p>
  138. <p>
  139. Subject to these Terms, we grant you a limited, non-exclusive, non-transferable, revocable
  140. license to use the Grammar Pro app on your personal Mac for lawful purposes.
  141. </p>
  142. <h2>8. Disclaimer of Warranties</h2>
  143. <p>
  144. THE SERVICE IS PROVIDED "AS IS" AND "AS AVAILABLE" WITHOUT WARRANTIES OF ANY KIND, WHETHER
  145. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO IMPLIED WARRANTIES OF MERCHANTABILITY,
  146. FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
  147. </p>
  148. <p>
  149. We do not warrant that the Service will be uninterrupted, error-free, or secure, or that
  150. any defects will be corrected.
  151. </p>
  152. <h2>9. Limitation of Liability</h2>
  153. <p>
  154. TO THE MAXIMUM EXTENT PERMITTED BY LAW, GRAMMAR PRO AND ITS OFFICERS, DIRECTORS, EMPLOYEES, AND
  155. AGENTS SHALL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE
  156. DAMAGES, OR ANY LOSS OF PROFITS, DATA, OR GOODWILL, ARISING FROM YOUR USE OF THE SERVICE.
  157. </p>
  158. <p>
  159. OUR TOTAL LIABILITY FOR ANY CLAIM ARISING OUT OF OR RELATING TO THESE TERMS OR THE SERVICE
  160. SHALL NOT EXCEED THE AMOUNT YOU PAID TO US (OR THROUGH APPLE) FOR THE SERVICE IN THE TWELVE
  161. (12) MONTHS PRECEDING THE CLAIM.
  162. </p>
  163. <h2>10. Indemnification</h2>
  164. <p>
  165. You agree to indemnify and hold harmless Grammar Pro from any claims, damages, losses, or
  166. expenses (including reasonable legal fees) arising from your use of the Service, your User
  167. Content, or your violation of these Terms.
  168. </p>
  169. <h2>11. Termination</h2>
  170. <p>
  171. We may suspend or terminate your access to the Service at any time, with or without notice,
  172. for conduct that we believe violates these Terms or is harmful to other users or the Service.
  173. You may stop using the Service at any time by uninstalling the app and cancelling any active
  174. subscriptions through Apple.
  175. </p>
  176. <p>
  177. Provisions that by their nature should survive termination (including intellectual property,
  178. disclaimers, limitation of liability, and indemnification) will survive.
  179. </p>
  180. <h2>12. Changes to Terms</h2>
  181. <p>
  182. We may modify these Terms at any time. Material changes will be posted on this page with an
  183. updated "Last updated" date. Your continued use of the Service after changes take effect
  184. constitutes acceptance of the revised Terms.
  185. </p>
  186. <h2>13. Governing Law</h2>
  187. <p>
  188. These Terms shall be governed by and construed in accordance with the laws of the United
  189. States, without regard to conflict-of-law principles. Any dispute arising out of or relating
  190. to these Terms or the Service shall be brought in the state or federal courts located in the
  191. United States, except where mandatory consumer protection laws in your country of residence
  192. require a different forum or governing law.
  193. </p>
  194. <h2>14. Apple-Specific Terms</h2>
  195. <p>
  196. If you obtained Grammar Pro through the Apple App Store, you acknowledge that:
  197. </p>
  198. <ul>
  199. <li>These Terms are between you and Grammar Pro, not Apple</li>
  200. <li>Apple has no obligation to provide maintenance or support for the app</li>
  201. <li>Apple is not responsible for any product claims, intellectual property claims, or third-party claims related to the app</li>
  202. <li>Apple and its subsidiaries are third-party beneficiaries of these Terms and may enforce them against you</li>
  203. </ul>
  204. </div>
  205. </section>
  206. </main>
  207. </body>
  208. </html>