function TermsPage() {
  return (
    <LegalLayout title="Terms of Service" effective="1 March 2026" current="/terms">
      <LegalSection title="Agreement" anchor="agreement">
        <p>By creating an account or using IssuesId, you agree to these terms. If you\'re using IssuesId on behalf of an organisation, you confirm you have authority to bind that organisation.</p>
      </LegalSection>
      <LegalSection title="Your account" anchor="account">
        <p>You\'re responsible for your login credentials, the data you put in, and the accounts you invite. Keep passwords strong. Enable SSO where available.</p>
      </LegalSection>
      <LegalSection title="Acceptable use" anchor="use">
        <p>Don\'t use IssuesId for anything illegal, fraudulent, or outside the scope of defect management. Don\'t attempt to reverse-engineer or overload the platform.</p>
      </LegalSection>
      <LegalSection title="Fees & billing" anchor="fees">
        <p>Monthly plans bill monthly. Yearly plans bill annually. All fees are in AUD unless otherwise specified. Refunds for unused periods are available within 30 days of renewal.</p>
      </LegalSection>
      <LegalSection title="Service levels" anchor="sla">
        <p>Enterprise customers receive a 99.9% uptime SLA with service credits. All other tiers are provided on a best-efforts basis. See status.issuesid.com for live uptime.</p>
      </LegalSection>
      <LegalSection title="Liability" anchor="liability">
        <p>Liability is limited to the fees paid in the prior 12 months. We are not liable for indirect or consequential losses. This does not limit liability for fraud, death, or personal injury.</p>
      </LegalSection>
      <LegalSection title="Termination" anchor="termination">
        <p>You can cancel any time from account settings. We may suspend accounts for breach of these terms after written notice. On termination, you have 90 days to export data.</p>
      </LegalSection>
      <LegalSection title="Governing law" anchor="law">
        <p>These terms are governed by the laws of New South Wales, Australia. Disputes are subject to the exclusive jurisdiction of NSW courts.</p>
      </LegalSection>
    </LegalLayout>
  );
}

window.TermsPage = TermsPage;
