import type { Metadata } from "next";
import Link from "next/link";
import { Shield, ArrowLeft } from "lucide-react";

export const metadata: Metadata = {
  title: "Privacy Policy — DriveHub",
  description:
    "DriveHub's privacy policy. Learn how we collect, use, and protect your personal information.",
  robots: { index: true, follow: true },
};

const SITE_URL = process.env.NEXT_PUBLIC_SITE_URL ?? "https://drivehub.in";
const LAST_UPDATED = "June 2026";

function Section({ title, children }: { title: string; children: React.ReactNode }) {
  return (
    <section className="mb-8">
      <h2 className="text-lg font-black text-gray-900 mb-3">{title}</h2>
      <div className="text-gray-600 leading-relaxed space-y-3">{children}</div>
    </section>
  );
}

export default function PrivacyPage() {
  return (
    <div className="min-h-screen bg-[#f6f8fc]">
      {/* Hero */}
      <div className="bg-gradient-to-br from-[#0f172a] via-[#172554] to-[#0f766e] py-14">
        <div className="max-w-3xl mx-auto px-4 text-center">
          <div className="w-14 h-14 rounded-2xl bg-white/10 border border-white/20 flex items-center justify-center mx-auto mb-4">
            <Shield className="w-7 h-7 text-cyan-300" />
          </div>
          <h1 className="text-3xl md:text-4xl font-black text-white mb-2">
            Privacy Policy
          </h1>
          <p className="text-blue-200 text-sm">Last updated: {LAST_UPDATED}</p>
        </div>
      </div>

      {/* Content */}
      <div className="max-w-3xl mx-auto px-4 py-12">
        <div className="bg-white rounded-[28px] shadow-sm border border-gray-100 p-8 md:p-10">
          <Section title="1. Introduction">
            <p>
              DriveHub (&ldquo;we&rdquo;, &ldquo;our&rdquo;, &ldquo;us&rdquo;) is
              committed to protecting your privacy. This Privacy Policy explains how
              we collect, use, disclose, and safeguard your information when you
              visit{" "}
              <a href={SITE_URL} className="text-blue-600 hover:underline">
                {SITE_URL}
              </a>{" "}
              and use our services.
            </p>
            <p>
              Please read this policy carefully. By using DriveHub you agree to the
              practices described here.
            </p>
          </Section>

          <Section title="2. Information We Collect">
            <p>We may collect the following information:</p>
            <ul className="list-disc pl-5 space-y-1.5 text-sm">
              <li>
                <strong>Contact information</strong> — name, email address, and
                mobile number when you submit an enquiry for on-road pricing or a
                test drive.
              </li>
              <li>
                <strong>Location data</strong> — city name you provide for pricing
                enquiries.
              </li>
              <li>
                <strong>Usage data</strong> — pages visited, cars viewed, filters
                applied, and search queries (collected anonymously).
              </li>
              <li>
                <strong>Device data</strong> — browser type, operating system, and
                IP address for security and analytics.
              </li>
              <li>
                <strong>Cookies and local storage</strong> — used for wishlist,
                comparison list, and recently viewed cars (stored on your device).
              </li>
            </ul>
          </Section>

          <Section title="3. How We Use Your Information">
            <ul className="list-disc pl-5 space-y-1.5 text-sm">
              <li>To respond to pricing and dealer enquiries you submit</li>
              <li>To connect you with authorised dealerships in your city</li>
              <li>
                To improve the website, content, and car recommendations
              </li>
              <li>To send transactional communications relating to your enquiry</li>
              <li>To comply with legal and regulatory obligations</li>
            </ul>
            <p>
              We do <strong>not</strong> sell your personal information to third
              parties.
            </p>
          </Section>

          <Section title="4. Data Sharing">
            <p>We may share your information with:</p>
            <ul className="list-disc pl-5 space-y-1.5 text-sm">
              <li>
                <strong>Authorised car dealerships</strong> — solely to fulfil your
                pricing or test-drive enquiry.
              </li>
              <li>
                <strong>Service providers</strong> — hosting, analytics, and email
                infrastructure who process data on our behalf under strict
                confidentiality agreements.
              </li>
              <li>
                <strong>Legal authorities</strong> — where required by law or to
                protect our rights.
              </li>
            </ul>
          </Section>

          <Section title="5. Cookies">
            <p>
              We use cookies and similar technologies to store your preferences
              (wishlist, compare list) and to collect anonymous usage analytics.
              See our{" "}
              <Link href="/cookies" className="text-blue-600 hover:underline">
                Cookie Policy
              </Link>{" "}
              for full details.
            </p>
          </Section>

          <Section title="6. Data Retention">
            <p>
              Enquiry data is retained for up to 12 months to allow follow-up and
              analytics. Anonymous usage data may be retained indefinitely in
              aggregated form. You may request deletion at any time.
            </p>
          </Section>

          <Section title="7. Your Rights">
            <p>You have the right to:</p>
            <ul className="list-disc pl-5 space-y-1.5 text-sm">
              <li>Access the personal data we hold about you</li>
              <li>Request correction of inaccurate data</li>
              <li>Request deletion of your data</li>
              <li>Withdraw consent for marketing communications</li>
            </ul>
            <p>
              To exercise these rights, email us at{" "}
              <a
                href="mailto:privacy@drivehub.in"
                className="text-blue-600 hover:underline"
              >
                privacy@drivehub.in
              </a>
              .
            </p>
          </Section>

          <Section title="8. Security">
            <p>
              We implement industry-standard security measures including HTTPS
              encryption, access controls, and regular security reviews to protect
              your data. No method of transmission over the internet is 100% secure,
              however, and we cannot guarantee absolute security.
            </p>
          </Section>

          <Section title="9. Third-Party Links">
            <p>
              DriveHub may contain links to third-party websites. We are not
              responsible for the privacy practices of those sites and encourage you
              to review their policies separately.
            </p>
          </Section>

          <Section title="10. Changes to This Policy">
            <p>
              We may update this Privacy Policy periodically. Changes will be posted
              on this page with an updated date. Continued use of DriveHub after
              changes constitutes acceptance of the revised policy.
            </p>
          </Section>

          <Section title="11. Contact">
            <p>
              For any privacy-related queries, contact us at{" "}
              <a
                href="mailto:privacy@drivehub.in"
                className="text-blue-600 hover:underline"
              >
                privacy@drivehub.in
              </a>
              .
            </p>
          </Section>
        </div>

        {/* Back link */}
        <div className="mt-8 text-center">
          <Link
            href="/"
            className="inline-flex items-center gap-2 text-sm text-gray-500 hover:text-blue-600 transition-colors"
          >
            <ArrowLeft className="w-4 h-4" />
            Back to DriveHub
          </Link>
        </div>

        {/* Related */}
        <div className="mt-6 flex flex-wrap justify-center gap-4 text-xs text-gray-400">
          <Link href="/terms" className="hover:text-blue-600 transition-colors">
            Terms of Service
          </Link>
          <Link href="/cookies" className="hover:text-blue-600 transition-colors">
            Cookie Policy
          </Link>
          <Link href="/disclaimer" className="hover:text-blue-600 transition-colors">
            Disclaimer
          </Link>
        </div>
      </div>
    </div>
  );
}
