<!DOCTYPE html>

<html lang="en">

<head>

  <meta charset="UTF-8" />

  <meta name="viewport" content="width=device-width, initial-scale=1.0" />

  <meta name="description" content="Expertly drafted UN administrative appeals—just add your case facts." />

  <title>UN Appeal Drafting | Digital Consultation</title>

  <!-- Tailwind CSS CDN -->

  <script src="https://cdn.tailwindcss.com"></script>

  <!-- Lucide Icons -->

  <script type="module" src="https://unpkg.com/lucide@latest"></script>

  <!-- Fonts -->

  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />

  <style>

    body { font-family: 'Inter', sans-serif; }

    .clip-hero { clip-path: polygon(0 0,100% 0,100% 85%,0 100%); }

  </style>

</head>

<body class="bg-gray-50 text-slate-800">

  <!-- Hero -->

  <header class="bg-gradient-to-br from-indigo-600 to-purple-600 text-white clip-hero">

    <div class="max-w-6xl mx-auto px-6 pt-24 pb-40 relative">

      <h1 class="text-4xl md:text-6xl font-extrabold leading-tight mb-6">Transform Your UN Appeal in Minutes</h1>

      <p class="text-lg md:text-2xl mb-8 max-w-2xl">From facts to professionally drafted pleadings—our digital consultation turns your case into a winning submission without the usual hassle.</p>

      <a href="#pricing" class="inline-block bg-white text-indigo-700 font-semibold px-8 py-4 rounded-2xl shadow-lg hover:shadow-xl transition">Get Started – It’s Free to Explore</a>

      <!-- Decorative blob -->

      <div class="absolute -bottom-20 right-10 w-72 h-72 bg-white/10 rounded-full blur-3xl"></div>

    </div>

  </header>


  <!-- Side‑by‑Side Demo -->

  <section class="max-w-6xl mx-auto px-6 -mt-24">

    <div class="bg-white shadow-2xl rounded-3xl p-8 md:p-12 grid md:grid-cols-2 gap-8 relative">

      <div>

        <h2 class="text-2xl font-bold mb-4">From idea to polished draft</h2>

        <p class="mb-6">Simply tell us the basic facts. Our experts craft a clear, persuasive appeal ready for official submission.</p>

        <ul class="space-y-3">

          <li class="flex items-start"><i data-lucide="check-circle" class="w-5 h-5 text-indigo-600 mr-2"></i> Reduce drafting time by 90%</li>

          <li class="flex items-start"><i data-lucide="check-circle" class="w-5 h-5 text-indigo-600 mr-2"></i> Proven compliance with UNDT/UNAT standards</li>

          <li class="flex items-start"><i data-lucide="check-circle" class="w-5 h-5 text-indigo-600 mr-2"></i> Confidential & GDPR‑ready workflow</li>

        </ul>

      </div>


      <div class="relative flex flex-col">

        <label class="text-sm font-medium mb-1" for="inputRaw">Raw facts</label>

        <textarea id="inputRaw" class="flex-1 resize-none rounded-xl border border-slate-300 p-4 mb-4" placeholder="e.g. I received a non‑selection decision on 15 Mar 2025…"></textarea>


        <label class="text-sm font-medium mb-1" for="outputDraft">Polished draft</label>

        <textarea id="outputDraft" class="flex-1 resize-none rounded-xl border border-indigo-600 bg-indigo-50/40 p-4" placeholder="Your professionally formatted appeal will appear here…" readonly></textarea>


        <button id="demoBtn" class="absolute -bottom-6 right-4 bg-indigo-600 text-white px-4 py-2 rounded-xl shadow hover:bg-indigo-700">See Demo</button>

      </div>

    </div>

  </section>


  <!-- Features -->

  <section class="max-w-6xl mx-auto px-6 mt-28">

    <h2 class="text-center text-3xl font-extrabold mb-12">Why UN Staff Choose Us</h2>

    <div class="grid md:grid-cols-3 gap-10">

      <div class="bg-white p-8 rounded-2xl shadow hover:shadow-lg transition">

        <i data-lucide="shield-check" class="w-8 h-8 text-indigo-600 mb-4"></i>

        <h3 class="font-semibold text-xl mb-3">UN‑Specific Expertise</h3>

        <p>Our drafting team has decades of collective experience with UNDT &amp; UNAT jurisprudence.</p>

      </div>

      <div class="bg-white p-8 rounded-2xl shadow hover:shadow-lg transition">

        <i data-lucide="clock" class="w-8 h-8 text-indigo-600 mb-4"></i>

        <h3 class="font-semibold text-xl mb-3">Lightning‑Fast Turnaround</h3>

        <p>Receive a submission‑ready document within 48 hours—often same‑day.</p>

      </div>

      <div class="bg-white p-8 rounded-2xl shadow hover:shadow-lg transition">

        <i data-lucide="file-text" class="w-8 h-8 text-indigo-600 mb-4"></i>

        <h3 class="font-semibold text-xl mb-3">Template Quality Assurance</h3>

        <p>Every appeal passes a 30‑point compliance checklist before delivery.</p>

      </div>

    </div>

  </section>


  <!-- Testimonials -->

  <section class="bg-slate-100 mt-28 py-20">

    <div class="max-w-6xl mx-auto px-6">

      <h2 class="text-center text-3xl font-extrabold mb-12">Success Stories</h2>

      <div class="grid md:grid-cols-3 gap-8">

        <div class="bg-white p-8 rounded-2xl shadow">

          <p class="italic mb-4">“I submitted my facts at lunch and had a flawless draft before I left the office.”</p>

          <p class="font-semibold">— Maria L., UNICEF Finance Officer</p>

        </div>

        <div class="bg-white p-8 rounded-2xl shadow">

          <p class="italic mb-4">“Their expertise in UN jurisprudence is obvious; my case was accepted without a single edit.”</p>

          <p class="font-semibold">— Ahmed S., UNHCR Programme Manager</p>

        </div>

        <div class="bg-white p-8 rounded-2xl shadow">

          <p class="italic mb-4">“A lifesaver during the 60‑day filing crunch—highly recommend to any colleague.”</p>

          <p class="font-semibold">— Grace K., UNDP HR Specialist</p>

        </div>

      </div>

    </div>

  </section>


  <!-- Pricing -->

  <section id="pricing" class="max-w-6xl mx-auto px-6 mt-28">

    <h2 class="text-center text-3xl font-extrabold mb-12">Simple, Transparent Pricing</h2>

    <div class="grid md:grid-cols-3 gap-8">

      <!-- Tier 1 -->

      <div class="bg-white p-10 rounded-3xl shadow-lg border border-slate-200 flex flex-col">

        <h3 class="font-semibold text-xl mb-2">Essential</h3>

        <p class="text-slate-500 mb-6">DIY draft with expert template</p>

        <p class="text-4xl font-bold mb-6">$199</p>

        <ul class="space-y-3 mb-8 flex-1">

          <li>✓ Guided questionnaire</li>

          <li>✓ Automated compliance checks</li>

          <li>✓ 24h email support</li>

        </ul>

        <a href="#" class="mt-auto bg-indigo-600 text-white w-full text-center py-3 rounded-2xl hover:bg-indigo-700">Start Free Trial</a>

      </div>

      <!-- Tier 2 -->

      <div class="bg-indigo-600 text-white p-10 rounded-3xl shadow-2xl transform md:-translate-y-6 flex flex-col">

        <h3 class="font-semibold text-xl mb-2">Professional</h3>

        <p class="text-indigo-100 mb-6">Expert‑drafted appeal + 1 revision</p>

        <p class="text-4xl font-bold mb-6">$699</p>

        <ul class="space-y-3 mb-8 flex-1">

          <li>✓ Dedicated UN appeal drafter</li>

          <li>✓ 48h turnaround</li>

          <li>✓ One‑to‑one consultation call</li>

        </ul>

        <a href="#" class="mt-auto bg-white text-indigo-700 w-full text-center py-3 rounded-2xl hover:bg-indigo-50">Choose Professional</a>

      </div>

      <!-- Tier 3 -->

      <div class="bg-white p-10 rounded-3xl shadow-lg border border-slate-200 flex flex-col">

        <h3 class="font-semibold text-xl mb-2">Premium</h3>

        <p class="text-slate-500 mb-6">Full representation package</p>

        <p class="text-4xl font-bold mb-6">$1,299</p>

        <ul class="space-y-3 mb-8 flex-1">

          <li>✓ Senior counsel drafting</li>

          <li>✓ Unlimited revisions</li>

          <li>✓ Hearing preparation support</li>

        </ul>

        <a href="#" class="mt-auto bg-indigo-600 text-white w-full text-center py-3 rounded-2xl hover:bg-indigo-700">Book Premium</a>

      </div>

    </div>

  </section>


  <!-- CTA -->

  <section class="mt-28 bg-indigo-700 text-white py-20">

    <div class="max-w-4xl mx-auto px-6 text-center">

      <h2 class="text-3xl md:text-4xl font-extrabold mb-6">Ready to Secure Your Rights?</h2>

      <p class="text-lg md:text-xl mb-8">Beat the 60‑day deadline. Get your appeal drafted today.</p>

      <a href="#" class="inline-block bg-white text-indigo-700 font-semibold px-10 py-4 rounded-2xl shadow hover:shadow-lg">Create My Draft →</a>

    </div>

  </section>


  <!-- Footer -->

  <footer class="bg-slate-900 text-slate-400 py-12 text-sm">

    <div class="max-w-6xl mx-auto px-6 flex flex-col md:flex-row md:justify-between gap-6">

      <p>© 2025 AppealDraft.ai — Not affiliated with the United Nations. All trademarks belong to their respective owners.</p>

      <a href="#" class="hover:text-white">Privacy Policy</a>

    </div>

  </footer>


  <!-- Scripts -->

  <script>

    lucide.createIcons();

    const demoBtn = document.getElementById('demoBtn');

    demoBtn.addEventListener('click', () => {

      document.getElementById('inputRaw').value = `I received a decision on 15 March 2025 denying my promotion despite exceeding performance targets. The vacancy was filled by a junior colleague without transparency.`;

      document.getElementById('outputDraft').value = `I. Introduction\n1. I respectfully contest the decision of 15 March 2025 whereby the Administration failed to promote me to P‑4, Job Opening 12345, in breach of ST/AI/2010/3.\n\nII. Facts\n2. I have served as a P‑3 Programme Officer since 2018; my last two e‑PAS ratings were “Exceeds Expectations.”\n3. The selected candidate possesses only three years of relevant experience, contrary to the five‑year requirement.\n\nIII. Legal Grounds\n4. The decision was tainted by procedural error and unequal treatment, violating Staff Regulation 4.3(a).\n5. The panel did not document comparative evaluation, contravening UNDT Judgment No. 2024/012.\n\nIV. Relief Requested\n6. Rescind the impugned decision.\n7. Award compensation equivalent to one year’s net base salary.\n\nV. Request for Management Evaluation\n8. Pursuant to ST/SGB/2010/9, I seek management evaluation and interim relief within 14 days.`;

    });

  </script>

</body>

</html>