<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OLA VITORIA LTDA | OLA VITORIA | SAO PAULO - SP</title>
<script src="https://cdn.tailwindcss.com"></script>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<style>
  * { font-family: 'Inter', sans-serif; }
  body { background: #0a0a0a; color: #fafafa; }
  .card { background: #111111; border: 1px solid #1f1f1f; border-radius: 16px; }
  .btn-accent { background: #facc15; color: #0a0a0a; font-weight: 700; border-radius: 12px; transition: all .2s; }
  .btn-accent:hover { background: #eab308; transform: translateY(-1px); }
  .btn-wa { background: #22c55e; color: #fff; font-weight: 700; border-radius: 12px; transition: all .2s; }
  .btn-wa:hover { background: #16a34a; transform: translateY(-1px); }
  .text-muted { color: #a1a1aa; }
</style>
</head>
<body class="antialiased">
<header class="sticky top-0 z-50 bg-[#0a0a0a]/90 backdrop-blur border-b border-[#1f1f1f]">
  <div class="max-w-7xl mx-auto px-4 md:px-6 h-[72px] flex items-center justify-between">
    <div class="flex items-center gap-3">
      <div class="w-10 h-10 rounded-xl bg-[#facc15] text-black font-black flex items-center justify-center text-[14px]">OV</div>
      <div class="leading-tight">
        <div class="font-bold text-[13px] md:text-[14px] tracking-tight">OLA VITORIA LTDA</div>
        <div class="text-[11px] text-muted flex gap-2"><span>53.261.975/0001-30</span><span>•</span><span>SAO PAULO/SP</span><span class="hidden md:inline">• OLA VITORIA</span></div>
      </div>
    </div>
    <nav class="hidden md:flex items-center gap-6 text-[13px] font-medium text-muted">
      <a href="#sobre" class="hover:text-white transition">Sobre</a>
      <a href="#servicos" class="hover:text-white transition">Serviços</a>
      <a href="#registro" class="hover:text-white transition">Registro</a>
      <a href="#contato" class="hover:text-white transition">Contato</a>
    </nav>
    <a href="https://wa.me/5511912123609" target="_blank" class="btn-wa px-4 py-2.5 text-[13px]">Agendar no WhatsApp</a>
  </div>
</header>

<section class="max-w-7xl mx-auto px-4 md:px-6 pt-12 md:pt-20 pb-12 grid md:grid-cols-[1.2fr_.8fr] gap-8 items-start">
  <div>
    <div class="inline-flex items-center gap-2 card px-3 py-1 text-[11px] text-muted mb-4"><span class="w-2 h-2 rounded-full bg-green-500"></span> SITUAÇÃO CADASTRAL: ATIVA • DESDE 19/12/2023</div>
    <h1 class="text-[32px] md:text-[48px] font-black leading-[0.95] tracking-tight">Qualidade e confiança em <span class="text-[#facc15]">artigos do vestuário e acessórios</span></h1>
    <p class="mt-5 text-[15px] leading-relaxed text-muted max-w-[560px]">Atendimento profissional, transparente e comprometido com a satisfação do cliente. OLA VITORIA LTDA é referência em SAO PAULO e região, oferecendo soluções completas em vestuário e acessórios com qualidade garantida.</p>
    <div class="mt-8 flex flex-wrap gap-3">
      <a href="https://wa.me/5511912123609" target="_blank" class="btn-wa px-6 py-3 text-[14px]">💬 Falar no WhatsApp</a>
      <a href="#servicos" class="btn-accent px-6 py-3 text-[14px]">Ver Serviços</a>
    </div>
    <div class="mt-10 grid grid-cols-3 gap-3 max-w-[520px]">
      <div class="card p-4"><div class="text-[11px] text-muted">RAZÃO SOCIAL</div><div class="text-[12px] font-semibold mt-1 leading-tight">OLA VITORIA LTDA</div></div>
      <div class="card p-4"><div class="text-[11px] text-muted">NOME FANTASIA</div><div class="text-[12px] font-semibold mt-1">OLA VITORIA</div></div>
      <div class="card p-4"><div class="text-[11px] text-muted">PORTE / ABERTURA</div><div class="text-[12px] font-semibold mt-1">EPP • 19/12/2023</div></div>
    </div>
  </div>
  <div class="card p-5 md:p-6">
    <div class="flex items-center justify-between mb-4"><h3 class="font-bold text-[15px]">Agende seu horário</h3><span class="text-[11px] card px-2 py-1">SAO PAULO - SP</span></div>
    <div class="rounded-xl bg-[#0a0a0a] border border-[#1f1f1f] p-4"><div class="text-[12px] text-muted">WhatsApp Comercial</div><div class="font-bold text-[18px] mt-1">(11) 91212-3609</div><div class="text-[12px] text-muted mt-2 leading-snug">R DOUTOR ORNELAS, 231 - LOJA 22 ANDAR 2<br>CANINDE - SAO PAULO - SP - 03.029-030</div></div>
    <a href="https://wa.me/5511912123609" target="_blank" class="btn-wa w-full mt-4 py-3 text-center block text-[14px]">Solicite seu Horário no WhatsApp</a>
    <div class="mt-3 text-[11px] text-muted text-center">Atendimento rápido • Resposta em poucos minutos</div>
    <div class="mt-6 grid grid-cols-2 gap-3 text-[11px]"><div class="card p-3"><div class="text-muted">CNPJ</div><div class="font-semibold mt-1">53.261.975/0001-30</div></div><div class="card p-3"><div class="text-muted">SITUAÇÃO</div><div class="font-semibold mt-1 text-green-400">ATIVA</div></div></div>
  </div>
</section>

<section id="sobre" class="max-w-7xl mx-auto px-4 md:px-6 py-12">
  <div class="card p-6 md:p-8">
    <div class="flex flex-wrap items-center gap-3 mb-6"><span class="w-8 h-8 rounded-lg bg-[#facc15] text-black font-bold flex items-center justify-center text-[12px]">OV</span><h2 class="text-[20px] font-bold">Sobre a OLA VITORIA LTDA — OLA VITORIA</h2><span class="text-[11px] text-muted">• Fundada em 19/12/2023</span></div>
    <p class="text-[14px] leading-relaxed text-muted">Fundada em 19/12/2023, a empresa OLA VITORIA LTDA — OLA VITORIA atua no segmento de artigos do vestuário e acessórios, com sede em SAO PAULO - SP.</p>
    <div class="mt-8 grid md:grid-cols-4 gap-4">
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">RAZÃO SOCIAL</div><div class="font-semibold text-[13px] mt-1">OLA VITORIA LTDA</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">NOME FANTASIA</div><div class="font-semibold text-[13px] mt-1">OLA VITORIA</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">PORTE</div><div class="font-semibold text-[13px] mt-1">EPP</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">ATIVIDADE PRINCIPAL</div><div class="font-semibold text-[12px] mt-1 leading-tight">47.81-4-00 - Comércio varejista de artigos do vestuário e acessórios</div></div>
    </div>
  </div>
</section>

<section id="servicos" class="max-w-7xl mx-auto px-4 md:px-6 py-12">
  <div class="flex items-end justify-between mb-6"><div><h2 class="text-[22px] font-black">Nossos Serviços</h2><p class="text-[13px] text-muted mt-1">CNAEs registrados • atendimento em SAO PAULO e região</p></div><span class="hidden md:block text-[11px] card px-3 py-1">21 ATIVIDADES</span></div>
  <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-4">
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">PRINCIPAL</span><span class="text-[10px] card px-2 py-1 bg-[#facc15]/10 text-[#facc15] border-[#facc15]/20">47.81-4-00</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de artigos do vestuário e acessórios</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Moda completa em vestuário e acessórios com qualidade, variedade e atendimento que valoriza seu estilo.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">14.12-6-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Confecção de peças de vestuário, exceto roupas íntimas e as confeccionadas sob medida</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Confecção própria de peças de vestuário com corte, acabamento e qualidade para revenda e varejo.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">46.41-9-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio atacadista de tecidos</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Tecidos em atacado com variedade de estampas e qualidade para confecção e revenda.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">46.43-5-02</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio atacadista de bolsas, malas e artigos de viagem</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Bolsas, malas e artigos de viagem no atacado com design e durabilidade.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">46.49-4-06</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio atacadista de lustres, luminárias e abajures</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Lustres, luminárias e abajures em atacado para iluminar e decorar com sofisticação.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.13-0-02</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Lojas de variedades, exceto lojas de departamentos ou magazines</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Loja de variedades com mix completo de produtos para o dia a dia da família.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.44-0-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de ferragens e ferramentas</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Ferragens e ferramentas para construção, reforma e uso profissional.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.51-2-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista especializado de equipamentos e suprimentos de informática</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Equipamentos e suprimentos de informática com tecnologia e garantia.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.52-1-00</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista especializado de equipamentos de telefonia e comunicação</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Telefonia e comunicação com celulares, acessórios e soluções completas.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.53-9-00</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista especializado de eletrodomésticos e equipamentos de áudio e vídeo</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Eletrodomésticos e áudio e vídeo com as melhores marcas e condições.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.54-7-03</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de artigos de iluminação</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Artigos de iluminação para deixar seu ambiente mais bonito e funcional.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.55-5-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de tecidos</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Tecidos no varejo com variedade para artesanato, decoração e confecção.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.55-5-02</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comercio varejista de artigos de armarinho</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Artigos de armarinho com aviamentos, linhas e acessórios para costura.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.61-0-03</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de artigos de papelaria</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Artigos de papelaria para escritório, escola e uso pessoal.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.63-6-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de brinquedos e artigos recreativos</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Brinquedos e artigos recreativos para diversão de todas as idades.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.72-5-00</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de cosméticos, produtos de perfumaria e de higiene pessoal</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Cosméticos, perfumaria e higiene pessoal com marcas de qualidade.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.74-1-00</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de artigos de óptica</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Artigos de óptica com óculos, armações e atendimento especializado.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.82-2-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de calçados</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Calçados com conforto, estilo e variedade para toda a família.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.82-2-02</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de artigos de viagem</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Artigos de viagem com malas, mochilas e acessórios para seu passeio.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.83-1-02</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de artigos de relojoaria</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Artigos de relojoaria com relógios e acessórios com design e precisão.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
    <div class="card p-5"><div class="flex items-center justify-between"><span class="text-[10px] tracking-widest text-muted">SECUNDÁRIO</span><span class="text-[10px] card px-2 py-1 ">47.89-0-01</span></div><h3 class="font-bold text-[15px] mt-3 leading-tight">Comércio varejista de suvenires, bijuterias e artesanatos</h3><p class="text-[12px] text-muted mt-2 leading-relaxed">Suvenires, bijuterias e artesanatos para presentear com personalidade.</p><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa mt-4 inline-block px-4 py-2 text-[12px]">Agendar no WhatsApp</a></div>
  </div>
</section>

<section id="registro" class="max-w-7xl mx-auto px-4 md:px-6 py-12">
  <div class="card p-6 md:p-8">
    <h2 class="text-[18px] font-bold mb-6">Dados de Registro Oficial</h2>
    <div class="grid md:grid-cols-3 gap-4 text-[13px]">
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">RAZÃO SOCIAL</div><div class="font-semibold mt-1">OLA VITORIA LTDA</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">NOME FANTASIA</div><div class="font-semibold mt-1">OLA VITORIA</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">CNPJ</div><div class="font-semibold mt-1">53.261.975/0001-30</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">SITUAÇÃO CADASTRAL</div><div class="font-semibold mt-1 text-green-400">ATIVA - 19/12/2023</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">NATUREZA JURÍDICA</div><div class="font-semibold mt-1">206-2 - Sociedade Empresária Limitada</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">PORTE</div><div class="font-semibold mt-1">EPP</div></div>
      <div class="card p-4 bg-[#0a0a0a] md:col-span-2"><div class="text-[11px] text-muted">ENDEREÇO COMPLETO</div><div class="font-semibold mt-1">R DOUTOR ORNELAS, 231, LOJA 22 ANDAR 2 - CANINDE, SAO PAULO - SP</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">CEP</div><div class="font-semibold mt-1">03.029-030</div></div>
      <div class="card p-4 bg-[#0a0a0a]"><div class="text-[11px] text-muted">TELEFONE</div><div class="font-semibold mt-1">(11) 91212-3609</div></div>
      <div class="card p-4 bg-[#0a0a0a] md:col-span-2"><div class="text-[11px] text-muted">E-MAIL</div><div class="font-semibold mt-1">531839687@QQ.COM</div></div>
    </div>
  </div>
</section>

<section id="contato" class="max-w-7xl mx-auto px-4 md:px-6 py-12 pb-20">
  <div class="card p-6 md:p-10 bg-gradient-to-b from-[#111] to-[#0a0a0a] border-[#facc15]/20">
    <div class="grid md:grid-cols-2 gap-8 items-center">
      <div><h2 class="text-[28px] font-black leading-tight">Fale com a <span class="text-[#facc15]">OLA VITORIA</span></h2><p class="text-[14px] text-muted mt-3 leading-relaxed">Atendimento rápido no WhatsApp. Tire dúvidas, confira novidades e agende seu horário.</p><div class="mt-6 card p-4 bg-[#0a0a0a] inline-flex flex-col gap-2"><div class="text-[11px] text-muted">WHATSAPP OFICIAL</div><a href="https://wa.me/5511912123609" class="text-[20px] font-bold hover:text-[#22c55e] transition">(11) 91212-3609</a><div class="text-[12px] text-muted">SAO PAULO - SP • CANINDE</div></div></div>
      <div class="flex flex-col gap-3"><a href="https://wa.me/5511912123609" target="_blank" class="btn-wa w-full py-4 text-center text-[16px]">💬 Solicite seu Horário no WhatsApp</a><a href="mailto:531839687@QQ.COM" class="card w-full py-3 text-center text-[13px] font-medium hover:bg-[#1a1a1a] transition">Enviar E-mail</a><div class="text-[11px] text-muted text-center mt-2">R DOUTOR ORNELAS, 231, LOJA 22 ANDAR 2 - CANINDE, SAO PAULO - SP, 03.029-030</div></div>
    </div>
  </div>
</section>

<footer class="border-t border-[#1f1f1f] py-8 text-center"><div class="text-[12px] text-muted">© 2026 OLA VITORIA LTDA • 53.261.975/0001-30 • SAO PAULO - OLA VITORIA</div><div class="text-[11px] text-muted mt-2">R DOUTOR ORNELAS, 231, LOJA 22 ANDAR 2 - CANINDE - SAO PAULO/SP - 03.029-030 • (11) 91212-3609</div></footer>
</body>
</html>