import SEO from '../components/SEO';
import { pageKeywords } from '../data/keywords';
import { OrganizationSchema } from '../components/schemas';

export default function Delivery() {
  return (
    <>
      <SEO
        title="Delivery Policy | MFA Tools Net — Instant 2-Minute Delivery"
        description="Instant digital delivery in 2-10 minutes. Credentials sent to your email & WhatsApp. No shipping, no waiting — just genuine digital tools with 2-Minute Delivery guarantee."
        keywords={pageKeywords.delivery}
      />
      <OrganizationSchema />
      <section className="pt-28 pb-10 lg:pt-32 lg:pb-14">
        <div className="container-main max-w-3xl">
          <h1 className="text-3xl sm:text-4xl font-extrabold text-white tracking-tight mb-4">Delivery Policy</h1>
          <p className="text-text-secondary mb-8">Last updated: January 2025</p>

          <div className="space-y-8 text-text-secondary text-sm leading-relaxed">
            <div className="bg-bg-secondary border border-bg-border rounded-2xl p-6">
              <h2 className="text-white font-semibold text-lg mb-2">Instant Digital Delivery — 2 to 10 Minutes</h2>
              <p>Here's the thing about digital products — there's no shipping trucks involved. Once your payment goes through, we send your license credentials directly to your email and WhatsApp. Most orders are delivered in under 5 minutes. Honestly, the longest we've taken is 10 minutes, and that was during a crazy busy period.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">How It Actually Works</h2>
              <div className="space-y-3 mt-2">
                <div className="flex gap-3">
                  <span className="text-accent-yellow font-bold shrink-0">1.</span>
                  <p><strong className="text-white">You place an order</strong> — Click the WhatsApp or Telegram button on any product, tell us what you want, and we'll send you a payment link.</p>
                </div>
                <div className="flex gap-3">
                  <span className="text-accent-yellow font-bold shrink-0">2.</span>
                  <p><strong className="text-white">You pay</strong> — Pay via UPI, PayPal, Binance, or BTC/USDT — whatever works for you.</p>
                </div>
                <div className="flex gap-3">
                  <span className="text-accent-yellow font-bold shrink-0">3.</span>
                  <p><strong className="text-white">We deliver</strong> — Within 2-10 minutes, your credentials land in your inbox and on WhatsApp. Sometimes it's literally instant.</p>
                </div>
                <div className="flex gap-3">
                  <span className="text-accent-yellow font-bold shrink-0">4.</span>
                  <p><strong className="text-white">You activate</strong> — Follow the simple activation steps we send. Most tools are ready to use in under a minute.</p>
                </div>
              </div>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">What You'll Receive</h2>
              <p>Every delivery includes everything you need:</p>
              <ul className="list-disc list-inside mt-2 space-y-1">
                <li>Your genuine license credentials (login, invite link, or activation key)</li>
                <li>Step-by-step activation instructions</li>
                <li>A direct WhatsApp line for support if you get stuck</li>
                <li>Your receipt and order confirmation</li>
              </ul>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">What If Something Goes Wrong?</h2>
              <p>Honestly, it rarely does. But if your delivery is delayed or you don't receive something, just message us on WhatsApp. We're online pretty much all the time and we'll sort it out immediately. If we can't deliver what you paid for, you get a full refund. Simple as that.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">Delivery Methods</h2>
              <p>We primarily deliver via WhatsApp and email. Why? Because it's fast, reliable, and we can personally walk you through activation if needed. For some products, we might send you an invite link or panel login. Either way, you'll have clear instructions.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">No Physical Shipping</h2>
              <p>Everything we sell is digital, so there's no shipping address needed, no delivery fees, and no waiting for a courier. Whether you're in Mumbai, New York, or Sydney — delivery time is the same: minutes, not days.</p>
            </div>

            <div className="bg-bg-secondary border border-bg-border rounded-2xl p-5">
              <p className="text-text-secondary">Need help with your delivery? We're literally a message away. <a href="https://wa.me/917035146526" className="text-whatsapp hover:underline">+91 70351 46526</a> | <a href="mailto:mfatoolsnet@gmail.com" className="text-accent-yellow hover:underline">mfatoolsnet@gmail.com</a></p>
            </div>
          </div>
        </div>
      </section>
    </>
  );
}
