import type { Metadata } from "next";
import { PageFrame } from "../components/site-shell";
import { createMetadata } from "../lib/seo";
export const metadata:Metadata=createMetadata({title:"Privacy Policy | NIOSUS",description:"How NIOSUS handles website inquiries, submitted files, live chat data and privacy choices.",path:"/privacy-policy"});

export default function Privacy(){
  return <PageFrame><article className="legal-page" id="page-content"><div className="container legal-grid">
    <aside><span className="eyebrow">Legal / Privacy</span><h1>Privacy Policy</h1><p>Last reviewed: 25 July 2026</p></aside>
    <div className="legal-copy">
      <section><h2>Our approach</h2><p>NIOSUS aims to collect only the information needed to respond to inquiries, deliver agreed services and operate its digital properties responsibly.</p></section>
      <section><h2>Inquiry information</h2><p>The secure inquiry form may collect your name, company, contact details, country, project requirements, timing, budget range, preferred contact method and an optional attachment. Required information is used to assess and respond to the inquiry. Do not submit passwords, secret keys, identity documents, health records or other sensitive information.</p></section>
      <section><h2>Email delivery</h2><p>Inquiry details are transmitted to NIOSUS and a confirmation is sent to the visitor through a specialist transactional email provider acting as a service provider. Delivery credentials remain on the server and are never included in website code sent to the browser.</p></section>
      <section><h2>Attachments and security</h2><p>Attachments are optional, limited by file type and size, and delivered with the inquiry email. Automated controls validate submissions, restrict files and reduce duplicate or automated delivery. No online system can eliminate every risk, so confidential access information should be shared only through an agreed secure channel.</p></section>
      <section><h2>How information is used</h2><p>Information may be used to respond to requests, evaluate potential engagements, provide contracted services, maintain security and improve the website experience. NIOSUS does not sell personal information.</p></section>
      <section><h2>Sharing and retention</h2><p>Information may be handled by service providers supporting hosting and communication, subject to appropriate safeguards. Inquiry information is retained only for operational, contractual and legal needs, then deleted or anonymised when it is no longer required.</p></section>
      <section><h2>Your choices</h2><p>You may request access, correction or deletion of information you have provided, subject to applicable obligations.</p></section>
      <section><h2>Contact</h2><p>Privacy questions can be directed to <a href="mailto:hello@niosus.com">hello@niosus.com</a>.</p></section>
    </div>
  </div></article></PageFrame>
}
