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

export default function Terms() {
  return (
    <>
      <SEO
        title="Terms & Conditions | MFA Tools Net"
        description="Read our terms of service before placing an order. Simple, honest terms for buying premium digital tools from MFA Tools Net — an Independent Educational Initiative."
        keywords={pageKeywords.terms}
      />
      <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">Terms & Conditions</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>
              <h2 className="text-white font-semibold text-base mb-2">1. Acceptance of Terms</h2>
              <p>So here's the deal — by using our website or placing an order with MFA Tools Net, you're agreeing to these terms. We try to keep everything straightforward because honestly, nobody likes reading pages of legal jargon. If something here doesn't sit right with you, just reach out on WhatsApp and we'll chat about it.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">2. What We Sell</h2>
              <p>We sell genuine digital tool licenses and subscriptions — things like Kanva Pro, Adobe Creative Cloud, ChatGPT Plus, and a bunch of other premium software. Everything we sell is 100% authentic. We don't do cracks, pirated stuff, or shared passwords. That's not who we are.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">3. Your Responsibilities</h2>
              <p>Look, we give you the license — you gotta use it responsibly. Don't resell it to a hundred people (unless you bought an admin panel, in which case, go nuts within your limit). Don't share login details publicly. And please don't use these tools for anything illegal or shady. We trust you, so don't make us regret that.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">4. Payment</h2>
              <p>We accept UPI (India), PayPal (Global), Binance (Crypto), and BTC/USDT. All payments are processed securely. Once you pay, we start working on your delivery immediately. No hidden fees, no surprise charges — what you see is what you pay.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">5. Delivery</h2>
              <p>Most orders are delivered within 2-10 minutes. Sometimes it might take a bit longer if we're verifying something or if there's a technical hiccup. We'll always keep you posted on WhatsApp. You can read more about this on our <a href="/delivery" className="text-accent-yellow hover:underline">Delivery Policy</a> page.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">6. Refunds</h2>
              <p>We get it — sometimes things don't work out. That's why we offer a 7-day money-back guarantee on everything. If we can't fix your issue within 24 hours, you get your money back. No drama, no hard feelings. Check our <a href="/refund" className="text-accent-yellow hover:underline">Refund Policy</a> for the full scoop.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">7. Limitation of Liability</h2>
              <p>Honestly, we do our absolute best to make sure everything runs smoothly. But we're human, and sometimes things go wrong. We can't be held liable for indirect damages or losses. Our max liability is limited to what you paid for the product. Fair's fair.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">8. Intellectual Property</h2>
              <p>All the brand names, logos, and software we sell belong to their respective owners. We're just the middleman helping you get access at a better price. We don't claim ownership of any third-party tools or software.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">9. Termination</h2>
              <p>We reserve the right to refuse service to anyone being abusive, fraudulent, or otherwise making life difficult for our team. Don't be that person. We're pretty easygoing, but everyone has limits.</p>
            </div>

            <div>
              <h2 className="text-white font-semibold text-base mb-2">10. Governing Law</h2>
              <p>These terms are governed by the laws of India. Any disputes will be handled in good faith, and we genuinely prefer resolving things over a WhatsApp chat rather than getting lawyers involved.</p>
            </div>

            <div className="bg-bg-secondary border border-bg-border rounded-2xl p-5">
              <p className="text-text-secondary">Questions about these terms? Message us on WhatsApp at <a href="https://wa.me/917035146526" className="text-whatsapp hover:underline">+91 70351 46526</a> or email <a href="mailto:mfatoolsnet@gmail.com" className="text-accent-yellow hover:underline">mfatoolsnet@gmail.com</a>.</p>
            </div>
          </div>
        </div>
      </section>
    </>
  );
}
