<!DOCTYPE html>
<html lang="pt-BR">
<head>
  <meta charset="UTF-8">
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  <title>LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA | JOAQUIM TAVORA - PR</title>
  <script src="https://cdn.tailwindcss.com"></script>
  <link rel="preconnect" href="https://fonts.googleapis.com">
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
  <style>
    body { font-family: Inter, sans-serif; background:#0a0a0a; }
    .btn-accent { background:#facc15; color:#0a0a0a; }
    .btn-wa { background:#22c55e; color:#0a0a0a; }
  </style>
</head>
<body class="bg-[#0a0a0a] text-gray-200">
  <header class="border-b border-[#1f1f1f] bg-[#0a0a0a]">
    <div class="mx-auto flex max-w-7xl flex-wrap items-center justify-between gap-5 px-6 py-5">
      <div>
        <div class="flex items-center gap-3">
          <div class="flex h-11 w-11 items-center justify-center rounded-xl bg-yellow-400 font-black text-black">LF</div>
          <div>
            <div class="font-bold text-white">LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA</div>
            <div class="text-sm text-gray-500">CNPJ 65.129.941/0001-75 · JOAQUIM TAVORA/PR</div>
          </div>
        </div>
        <div class="mt-2 text-sm text-gray-400">Nome fantasia: Não informado</div>
      </div>
      <nav class="flex flex-wrap items-center gap-5 text-sm text-gray-300">
        <a href="#sobre" class="hover:text-yellow-400">Sobre</a>
        <a href="#servicos" class="hover:text-yellow-400">Serviços</a>
        <a href="#registro" class="hover:text-yellow-400">Registro</a>
        <a href="#contato" class="hover:text-yellow-400">Contato</a>
        <a href="#contato" class="btn-accent rounded-xl px-5 py-3 font-bold">Agendar</a>
      </nav>
    </div>
  </header>

  <main>
    <section class="border-b border-[#1f1f1f]">
      <div class="mx-auto grid max-w-7xl gap-10 px-6 py-20 lg:grid-cols-2 lg:items-center">
        <div>
          <p class="mb-4 text-sm font-bold uppercase tracking-widest text-yellow-400">JOAQUIM TAVORA · PR</p>
          <h1 class="text-4xl font-black leading-tight text-white md:text-6xl">Qualidade e confiança em transporte rodoviário de carga</h1>
          <p class="mt-6 max-w-2xl text-lg leading-8 text-gray-400">A LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA atua com transporte rodoviário de cargas, comércio atacadista de insumos agropecuários e serviços de limpeza, oferecendo atendimento profissional em JOAQUIM TAVORA e região.</p>
          <div class="mt-8 flex flex-wrap gap-4">
            <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="btn-wa rounded-xl px-6 py-4 font-bold">Falar no WhatsApp</a>
            <a href="#servicos" class="rounded-xl border border-[#1f1f1f] bg-[#111] px-6 py-4 font-semibold text-white">Conhecer serviços</a>
          </div>
        </div>
        <div class="rounded-3xl border border-[#1f1f1f] bg-[#111] p-8">
          <p class="text-sm font-semibold uppercase tracking-widest text-gray-500">Atendimento</p>
          <h2 class="mt-3 text-2xl font-bold text-white">Solicite seu horário</h2>
          <p class="mt-3 text-gray-400">Entre em contato pelo WhatsApp para informações e agendamento.</p>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="btn-wa mt-6 block rounded-xl px-5 py-4 text-center font-bold">(11) 96344-8283</a>
        </div>
      </div>
    </section>

    <section id="sobre" class="mx-auto max-w-7xl px-6 py-20">
      <div class="max-w-3xl">
        <p class="text-sm font-bold uppercase tracking-widest text-yellow-400">Sobre</p>
        <h2 class="mt-3 text-3xl font-bold text-white">Informações da empresa</h2>
        <p class="mt-5 text-lg leading-8 text-gray-400">Fundada em 13/02/2026, a empresa LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA — Não informado atua no segmento de Transporte rodoviário de carga, exceto produtos perigosos e mudanças, intermunicipal, interestadual e internacional, com sede em JOAQUIM TAVORA - PR.</p>
      </div>
      <div class="mt-10 grid gap-4 sm:grid-cols-2 lg:grid-cols-4">
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Razão social</p><p class="mt-2 font-semibold text-white">LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Fantasia</p><p class="mt-2 font-semibold text-white">Não informado</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Porte</p><p class="mt-2 font-semibold text-white">ME</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Atividade principal</p><p class="mt-2 font-semibold text-white">49.30-2-02 - Transporte rodoviário de carga, exceto produtos perigosos e mudanças, intermunicipal, interestadual e internacional</p></div>
      </div>
    </section>

    <section id="servicos" class="border-y border-[#1f1f1f] bg-[#0d0d0d]">
      <div class="mx-auto max-w-7xl px-6 py-20">
        <p class="text-sm font-bold uppercase tracking-widest text-yellow-400">Serviços</p>
        <h2 class="mt-3 text-3xl font-bold text-white">Atividades econômicas</h2>
        <div class="mt-10 grid gap-5 md:grid-cols-2 lg:grid-cols-3">
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">49.30-2-02</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Transporte rodoviário de carga, exceto produtos perigosos e mudanças, intermunicipal, interestadual e internacional</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">46.23-1-09</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Comércio atacadista de alimentos para animais</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">46.83-4-00</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Comércio atacadista de defensivos agrícolas, adubos, fertilizantes e corretivos do solo</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">46.92-3-00</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Comércio atacadista de mercadorias em geral, com predominância de insumos agropecuários</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">49.30-2-01</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Transporte rodoviário de carga, exceto produtos perigosos e mudanças, municipal.</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">81.21-4-00</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Limpeza em prédios e em domicílios</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        <article class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6">
          <span class="text-sm font-semibold text-yellow-400">81.29-0-00</span>
          <h3 class="mt-3 text-lg font-semibold text-white">Atividades de limpeza não especificadas anteriormente</h3>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="mt-6 inline-flex rounded-xl bg-green-500 px-5 py-3 font-semibold text-black transition hover:opacity-90">Agendar</a>
        </article>
        </div>
      </div>
    </section>

    <section id="registro" class="mx-auto max-w-7xl px-6 py-20">
      <p class="text-sm font-bold uppercase tracking-widest text-yellow-400">Registro</p>
      <h2 class="mt-3 text-3xl font-bold text-white">Dados cadastrais</h2>
      <div class="mt-10 grid gap-4 md:grid-cols-2">
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Razão social</p><p class="mt-2 font-semibold text-white">LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Nome fantasia</p><p class="mt-2 font-semibold text-white">Não informado</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">CNPJ</p><p class="mt-2 font-semibold text-white">65.129.941/0001-75</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Situação</p><p class="mt-2 font-semibold text-white">ATIVA</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Natureza jurídica</p><p class="mt-2 font-semibold text-white">206-2 - Sociedade Empresária Limitada</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Endereço</p><p class="mt-2 font-semibold text-white">ROD PR 092, S/N, SALA A, COLONIA SÃO MIGUEL, JOAQUIM TAVORA - PR, CEP 86.455-000</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">CEP</p><p class="mt-2 font-semibold text-white">86.455-000</p></div>
        <div class="rounded-2xl border border-[#1f1f1f] bg-[#111] p-6"><p class="text-sm text-gray-500">Telefone</p><p class="mt-2 font-semibold text-white">(11) 96344-8283</p></div>
      </div>
    </section>

    <section id="contato" class="border-t border-[#1f1f1f]">
      <div class="mx-auto max-w-7xl px-6 py-20">
        <div class="rounded-3xl border border-[#1f1f1f] bg-[#111] p-8 text-center md:p-12">
          <p class="text-sm font-bold uppercase tracking-widest text-yellow-400">Contato</p>
          <h2 class="mt-3 text-3xl font-bold text-white">Solicite seu Horário</h2>
          <p class="mx-auto mt-4 max-w-2xl text-gray-400">Fale diretamente com a empresa pelo WhatsApp.</p>
          <a href="https://wa.me/5511963448283" target="_blank" rel="noopener" class="btn-wa mt-8 inline-flex rounded-xl px-8 py-4 font-bold">WhatsApp · (11) 96344-8283</a>
        </div>
      </div>
    </section>
  </main>

  <footer class="border-t border-[#1f1f1f]">
    <div class="mx-auto max-w-7xl px-6 py-8 text-sm text-gray-500">
      © 2026 LUIZ FERNANDO DA SILVA AGRO & TRANSPORTES LTDA · CNPJ 65.129.941/0001-75 · JOAQUIM TAVORA/PR · Não informado
    </div>
  </footer>
</body>
</html>