## Role
You are a WordPress developer building a service page for hiveaidetector.com, matching its existing design system exactly.
## Design system (must match exactly — do not invent new tokens)
CSS prefix: had-
Fonts: Source Serif 4 (headings/body) + Space Mono (data/labels/mono elements) — both via , no @import
Colors:
–had-paper: #FBFAF7 (background)
–had-paper-dim: #F3F1EA (alt background)
–had-ink: #1B1D1F (text)
–had-ink-soft: #5B5D57 (muted text)
–had-line: #D8D4C9 (hairline dividers)
–had-signal: #2F5D50 (deep forest-teal)
–had-alert: #A63D2F (muted brick red — use for the AI Detection Disclaimer callout, this is the one place alert red is appropriate)
–had-radius: 3px
Design language: forensic/lab-instrument aesthetic — typographic, line-based, hairline dividers, no icon cards or gradients.
## Page to build
Page: /terms-of-service/
H1: “Terms of Service”
Last updated: July 2026 line under H1, in Space Mono, uppercase, small
## Content requirements — sections in this order
1. Acceptance of Terms — using the tool means agreeing to these terms
2. Description of Service — a free web tool that scans submitted text and returns an AI-probability estimate and a likely-engine guess; no account required for basic use
3. **AI Detection Disclaimer** (this is the most important section — give it a visually distinct bordered callout using –had-alert as the accent color, not just a paragraph): Results are probabilistic estimates based on writing-pattern analysis, NOT definitive proof that content was or was not AI-generated. No AI detector, including this one, is 100% accurate. Results must not be used as the sole basis for academic, disciplinary, employment, or legal decisions against any individual. False positives and false negatives are both possible, especially on short samples or heavily edited text.
4. Acceptable Use — prohibited uses: do not use the tool to harass, falsely accuse, or build an automated scraping/bulk-query system against the service; do not attempt to reverse-engineer or overload the scanning endpoint
5. Intellectual Property — the tool, design, and underlying detection logic belong to the site operator; user-submitted text remains the user’s own content and is not claimed by the site
6. No Warranty / Limitation of Liability — service provided “as is,” no guarantee of uninterrupted availability or of any particular accuracy level; site operator not liable for decisions made based on scan results
7. Changes to These Terms — how updates are communicated
8. Governing Law — generic placeholder language (state that applicable law depends on jurisdiction, keep generic rather than naming a specific country/state)
9. Contact block — [email protected]
## Output rules
– Single self-contained HTML file, WordPress-ready wp:html block, no DOCTYPE/html/head/body
– Font tags included at top
– All CSS scoped under #had-terms, classes prefixed had-
– No JS needed — do not add a