import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "2257 Compliance - AdultWorld",
  description:
    "18 U.S.C. 2257 Record-Keeping Requirements Compliance Statement for AdultWorld.ai",
};

export default function Page2257() {
  return (
    <div className="max-w-3xl mx-auto space-y-6">
      <h1 className="text-2xl font-bold text-text">
        18 U.S.C. &sect; 2257 Record-Keeping Requirements Compliance Statement
      </h1>

      <div className="bg-surface rounded-lg p-6 space-y-4 text-text-muted text-sm leading-relaxed">
        <p>
          All persons who appear in any visual depiction of actual or simulated sexually
          explicit conduct appearing or otherwise contained on this website were over the
          age of eighteen (18) years at the time of the creation of such depictions.
        </p>

        <h2 className="text-lg font-semibold text-text">Exemption Statement</h2>
        <p>
          AdultWorld.ai is not a producer (primary or secondary) of any content found on
          this website. With respect to the records as per 18 U.S.C. &sect; 2257 for any
          content found on this site, please direct your request to the site for which the
          content was produced.
        </p>
        <p>
          AdultWorld.ai is a platform that allows user-generated content. Users are solely
          responsible for ensuring that all content they upload complies with all applicable
          laws, including 18 U.S.C. &sect; 2257, and that appropriate records are maintained
          by the original producers.
        </p>

        <h2 className="text-lg font-semibold text-text">Custodian of Records</h2>
        <p>
          The custodian of records required by 18 U.S.C. &sect; 2257 relating to content
          produced by users is each individual user or the producer of such content. The
          operator of this website is not the custodian of records for user-generated content.
        </p>
        <p>
          For any content where AdultWorld.ai acts as a secondary producer, the records
          required pursuant to 18 U.S.C. &sect; 2257 and C.F.R. 75 are kept by the
          following Custodian of Records:
        </p>
        <div className="bg-background rounded-lg p-4 border border-surface-light">
          <p className="text-text font-medium">Custodian of Records</p>
          <p>AdultWorld.ai</p>
          <p>
            Contact:{" "}
            <a href="mailto:legal@adultworld.ai" className="text-primary underline">
              legal@adultworld.ai
            </a>
          </p>
        </div>

        <h2 className="text-lg font-semibold text-text">User Obligations</h2>
        <p>
          All users who upload content to this platform represent and warrant that they are in
          compliance with 18 U.S.C. &sect; 2257 and all other applicable laws. Users must
          maintain their own records in accordance with the law, and by uploading content to
          this platform, they certify that all individuals depicted are of legal age.
        </p>

        <h2 className="text-lg font-semibold text-text">Reporting</h2>
        <p>
          If you believe that any content on this website violates 18 U.S.C. &sect; 2257 or
          any other applicable law, please contact us immediately at{" "}
          <a href="mailto:legal@adultworld.ai" className="text-primary underline">
            legal@adultworld.ai
          </a>{" "}
          or via our{" "}
          <a href="/contact" className="text-primary underline">
            contact page
          </a>
          .
        </p>
      </div>
    </div>
  );
}
