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

export default function Refund() {
  return (
    <>
      <SEO
        title="Refund Policy | MFA Tools Net — 7-Day Money Back & Replacement Guarantee"
        description="7-day money-back guarantee on all digital tools. Replacement Guarantee & Warranty Claim available. If we can't fix it in 24 hours, you get a full refund. No questions asked."
        keywords={pageKeywords.refund}
      />
      <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">Refund 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">Our Promise: 7-Day Money-Back Guarantee</h2>
              <p>We get it — sometimes things don't work out. Maybe the tool isn't what you expected. Maybe you changed your mind. Whatever the reason, we've got your back. Every single product on our site comes with a 7-day money-back guarantee. No tricks, no fine print, no guilt trips.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">When Are You Eligible?</h2>
              <p>You're eligible for a full refund if:</p>
              <ul className="list-disc list-inside mt-2 space-y-1">
                <li>You request it within 7 days of your purchase</li>
                <li>The product isn't working as described and we can't fix it within 24 hours</li>
                <li>You never received your delivery (and we can confirm it)</li>
                <li>You accidentally bought the wrong thing and haven't used it yet</li>
              </ul>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">How to Request a Refund</h2>
              <p>Super simple. Just message us on WhatsApp at <a href="https://wa.me/917035146526" className="text-whatsapp hover:underline">+91 70351 46526</a> or Telegram <a href="https://t.me/mfatools" className="text-telegram hover:underline">@mfatool</a> with your order details. Tell us what went wrong — we're genuinely interested in fixing problems, not just processing refunds.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">Processing Time</h2>
              <p>Once approved, refunds are processed within 24-48 hours. UPI refunds hit your account almost instantly. Card refunds might take 5-7 business days depending on your bank. We'll keep you updated throughout the process.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">Exceptions (The Honest Truth)</h2>
              <p>Look, we try to be fair. We might not be able to refund if:</p>
              <ul className="list-disc list-inside mt-2 space-y-1">
                <li>It's been more than 7 days since your purchase</li>
                <li>You've actively used the product for a significant period and now want to return it</li>
                <li>You shared your license with others and it got flagged</li>
              </ul>
              <p className="mt-2">Even in these cases, message us. We're human — we'll listen and do what's fair.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">Our 24-Hour Fix Guarantee</h2>
              <p>Before we issue a refund, we always try to fix the problem first. Most issues are resolved within a couple of hours. If we can't fix it in 24 hours, the refund is automatic. You don't even have to ask twice.</p>
            </div>

            <div className="bg-bg-secondary border border-bg-border rounded-2xl p-5">
              <p className="text-text-secondary">Still have questions about refunds? Just WhatsApp us. We're not here to make your life harder — we're here to help. <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>
    </>
  );
}
