<!doctype html>
<html lang="es-CL">
  <head>
    <meta charset="UTF-8" />
    <link rel="icon" type="image/x-icon" href="/favicon.ico" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <!-- Google tag (gtag.js) -->
    <script async src="https://www.googletagmanager.com/gtag/js?id=G-58R0T7XGBQ"></script>
    <script>
      window.dataLayer = window.dataLayer || [];
      function gtag(){dataLayer.push(arguments);}
      gtag('js', new Date());

      gtag('config', 'G-58R0T7XGBQ');
    </script>

    <!-- Primary SEO — per-route values are rewritten by scripts/prerender.mjs from src/seo/routes.ts -->
    <title>Software de Gestión para PYMEs en Chile: POS y CRM | Akipo</title>
    <meta name="description" content="Software de gestión para PYMEs en Chile: punto de venta, tienda online, CRM e inventario en tiempo real en una sola plataforma. Implementación en días." />
    <meta name="author" content="Akipo" />
    <meta name="robots" content="index, follow" />
    <link rel="canonical" href="https://akipo.cl/" />
    <meta name="theme-color" content="#111018" />
    <link rel="apple-touch-icon" href="/apple-touch-icon.png" />

    <!-- Open Graph -->
    <meta property="og:type" content="website" />
    <meta property="og:url" content="https://akipo.cl/" />
    <meta property="og:title" content="Software de Gestión para PYMEs en Chile: POS y CRM | Akipo" />
    <meta property="og:description" content="Software de gestión para PYMEs en Chile: punto de venta, tienda online, CRM e inventario en tiempo real en una sola plataforma. Implementación en días." />
    <meta property="og:image" content="https://akipo.cl/og-image.jpg" />
    <meta property="og:image:width" content="1200" />
    <meta property="og:image:height" content="630" />
    <meta property="og:image:alt" content="Akipo: tu negocio completo, en una sola plataforma" />
    <meta property="og:locale" content="es_CL" />
    <meta property="og:site_name" content="Akipo" />

    <!-- Twitter Card -->
    <meta name="twitter:card" content="summary_large_image" />
    <meta name="twitter:title" content="Software de Gestión para PYMEs en Chile: POS y CRM | Akipo" />
    <meta name="twitter:description" content="Software de gestión para PYMEs en Chile: punto de venta, tienda online, CRM e inventario en tiempo real en una sola plataforma. Implementación en días." />
    <meta name="twitter:image" content="https://akipo.cl/og-image.jpg" />

    <!-- Fonts: text fonts load without blocking render (display=swap); the icon font CSS is
         tiny (subset via icon_names, filled in by the materialIconNames plugin in vite.config.ts)
         and stays blocking so icon ligatures never flash as plain text. -->
    <link rel="preconnect" href="https://fonts.googleapis.com" />
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
    <link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=Manrope:wght@400..800&family=Plus+Jakarta+Sans:wght@400..800&display=swap" onload="this.onload=null;this.rel='stylesheet'" />
    <noscript><link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Manrope:wght@400..800&family=Plus+Jakarta+Sans:wght@400..800&display=swap" /></noscript>
    <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=account_balance,aceptacion,active,ahora,animejs,apps,arrow_back,arrow_forward,auto_awesome,automation,banner,bar_chart,barcode_scanner,block,bolt,button,cafeterias,calculate,call,cambios,cancel,canonical,canvas,carrusel,center,change,chaos,chat,check_circle,checkroom,chevron_left,chevron_right,clickwrap,coffee,confidencialidad,contact,contacto,contextmenu,cookies,cuenta,cuentas,dashboard,definiciones,derechos,description,distribuidoras,edit_note,email,escena,event,event_available,expand_more,faq,feed,flex,fog_fragment,fog_pars_fragment,fog_pars_vertex,fog_vertex,forum,functionalities,garantias,generales,grid_view,group,groups,growth,handshake,hero,history,home,home_repair_service,hourglass_top,hub,in,indemnizacion,industries,info,insights,inventory,inventory_2,justify,language,lazy,left,ley,libre,lights,limitacion,link,load,local_cafe,local_shipping,mail,mascot,menores,message,meta,minimarkets,minoristas,modificaciones,monitoring,monthly,mousedown,mouseleave,mousemove,mouseout,mouseup,name,no,none,normal,nosotros,object,ocupada,off,offboarding,ogl,out,pause,paused,payments,pensaban,play_arrow,point_of_sale,pointermove,polite,postprocessing,primary,property,quiz,range,react,receipt_long,region,relative,resize,responsable,restaurant,restaurantes,retencion,reverse,right,robots,root,round,running,schedule,script,scroll,secondary,seguridad,sell,services,servicio,settings,share,sharing,shopping_bag,shopping_basket,shopping_cart,sla,smartphone,smooth,stopped,store,storefront,string,submit,support_agent,suscripciones,suspension,sync,table_restaurant,terceros,text,three,title,touchcancel,touchend,touchstart,transferencias,trending_up,true,undefined,unfold_more,update,view_kanban,visibilitychange,visible,warehouse,water_drop,weekly,whatsapp,yearly&display=block" />

    <!-- Site-wide structured data; per-route blocks (FAQPage, BreadcrumbList) are added by the prerender -->
    <script type="application/ld+json">
    {
      "@context": "https://schema.org",
      "@graph": [
        {
          "@type": "Organization",
          "@id": "https://akipo.cl/#organization",
          "name": "Akipo",
          "url": "https://akipo.cl/",
          "logo": "https://akipo.cl/logo.png",
          "email": "contacto@akipo.cl",
          "telephone": "+56951623588",
          "areaServed": { "@type": "Country", "name": "Chile" },
          "contactPoint": {
            "@type": "ContactPoint",
            "telephone": "+56951623588",
            "email": "contacto@akipo.cl",
            "contactType": "sales",
            "areaServed": "CL",
            "availableLanguage": "Spanish"
          }
        },
        {
          "@type": "WebSite",
          "@id": "https://akipo.cl/#website",
          "url": "https://akipo.cl/",
          "name": "Akipo",
          "inLanguage": "es-CL",
          "publisher": { "@id": "https://akipo.cl/#organization" }
        },
        {
          "@type": "SoftwareApplication",
          "name": "Akipo",
          "description": "Plataforma todo en uno para gestión empresarial: e-commerce, POS, CRM, inventario, helpdesk con IA y automatización de ventas para PYMEs en Chile.",
          "applicationCategory": "BusinessApplication",
          "operatingSystem": "Web",
          "inLanguage": "es-CL",
          "publisher": { "@id": "https://akipo.cl/#organization" }
        }
      ]
    }
    </script>
    <script type="module" crossorigin src="/assets/index-CJNJ3zHJ.js"></script>
    <link rel="modulepreload" crossorigin href="/assets/vendor-Bzgz95E1.js">
    <link rel="modulepreload" crossorigin href="/assets/components-hero-1RXwJ4I8.js">
    <link rel="modulepreload" crossorigin href="/assets/animations-CTggJmxt.js">
    <link rel="modulepreload" crossorigin href="/assets/components-ui-RRD9b-LX.js">
    <link rel="stylesheet" crossorigin href="/assets/components-ui-D8XcLJbY.css">
    <link rel="stylesheet" crossorigin href="/assets/index-DZ-f_9-f.css">
      <script type="application/ld+json" data-route-jsonld>{"@context":"https://schema.org","@type":"FAQPage","mainEntity":[{"@type":"Question","name":"¿Akipo es un ERP?","acceptedAnswer":{"@type":"Answer","text":"Sí. Akipo es una plataforma de gestión empresarial basada en Odoo que reúne ERP, punto de venta (POS), tienda online, CRM, inventario y helpdesk en un solo sistema. Está pensada para PYMEs que necesitan una solución completa sin la complejidad de una implementación enterprise."}},{"@type":"Question","name":"¿Cuánto tiempo toma implementar Akipo?","acceptedAnswer":{"@type":"Answer","text":"Para la mayoría de las PYMEs chilenas la implementación inicial toma menos de 2 semanas. Incluye la configuración de los módulos que necesitas, migración básica de datos y capacitación para tu equipo, sin detener tu operación."}},{"@type":"Question","name":"¿Puedo migrar desde Excel o desde otro sistema de caja?","acceptedAnswer":{"@type":"Answer","text":"Sí. Migramos tus productos, clientes y stock desde planillas Excel u otro POS. Tu equipo parte trabajando con la información que ya tienes, sin volver a digitar el catálogo."}},{"@type":"Question","name":"¿Akipo cobra comisión por cada venta?","acceptedAnswer":{"@type":"Answer","text":"No. Akipo no cobra comisión por transacción en tu tienda online ni en tu local. El modelo es una suscripción mensual según los módulos que uses, y no exige permanencia mínima."}},{"@type":"Question","name":"¿Sirve si tengo local físico y tienda online?","acceptedAnswer":{"@type":"Answer","text":"Sí. El punto de venta y la tienda online comparten el mismo inventario en tiempo real y se administran desde el mismo panel. También puedes vender por WhatsApp sin llevar el stock por separado."}},{"@type":"Question","name":"¿Qué diferencia a Akipo de un Odoo estándar?","acceptedAnswer":{"@type":"Answer","text":"Akipo adapta Odoo a la realidad chilena: documentos tributarios electrónicos (DTE / SII), medios de pago locales y soporte en español. El soporte está incluido en todos los planes."}}]}</script>
  </head>
  <body class="bg-background text-on-background font-body antialiased pb-24 md:pb-0">
    <div id="root"><link rel="preload" as="image" href="/assets/akipo-DZ5M5AHZ.svg"/><header style="padding:1rem 1rem 0" class="fixed top-0 w-full z-50 transition-all duration-300 bg-transparent"><div class="flex justify-between items-center max-w-7xl mx-auto transition-all duration-300 px-5 md:px-6 py-3 rounded-2xl bg-[#1a1922]/70 backdrop-blur-xl border border-white/10 shadow-[0_10px_40px_-15px_rgba(0,0,0,0.6)]"><a class="flex items-center gap-2 header-logo" href="/"><img src="/assets/akipo-DZ5M5AHZ.svg" alt="Akipo" width="160" height="40" class="h-8 md:h-10 w-auto transition-[filter] duration-300 brightness-0 invert"/></a><nav class="hidden md:flex items-center gap-8 font-headline text-sm font-semibold tracking-tight"><a class="text-white font-bold transition-all duration-300 nav-item" href="/">Inicio</a><a class="text-white/75 hover:text-white transition-all duration-300 cursor-pointer nav-item">Soluciones</a><a class="text-white/75 hover:text-white transition-all duration-300 nav-item" href="/industries">Industrias</a><a class="text-white/75 hover:text-white transition-all duration-300 cursor-pointer nav-item">Contacto</a></nav><div class="flex items-center gap-4"><a href="https://auth.akipo.cl/login/continue?response_type=token&amp;client_id=60rlmnionfqmv9afqcihr7blu5&amp;redirect_uri=https%3A%2F%2Fmanager.akipo.cl%2Fauth_oauth%2Fsignin&amp;scope=openid+profile+email&amp;state=%7B%22d%22%3A+%22platform%22%2C+%22p%22%3A+4%2C+%22r%22%3A+%22http%253A%252F%252Fmanager.akipo.cl%252Fweb%22%7D&amp;lang=es" target="_blank" rel="noopener noreferrer" class="inline-block !px-5 !py-2 rounded-lg font-bold text-sm transition-all nav-item bg-white/10 text-white border border-white/15 hover:bg-white/20">Ingresar</a></div></div></header><main class="pt-20"><section id="hero" class="relative !-mt-20 !py-0 min-h-[100svh] lg:min-h-[680px] lg:h-[100svh] lg:max-h-[920px] flex items-start lg:items-center overflow-hidden bg-hero-bg text-white"><div class="pointer-events-none absolute inset-0 z-0"><div class="absolute inset-0 bg-[radial-gradient(ellipse_at_50%_18%,#2a2640_0%,#111018_55%)] lg:bg-[radial-gradient(ellipse_at_72%_45%,#2a2640_0%,#111018_60%)]"></div><div class="absolute inset-x-0 bottom-0 h-32 bg-gradient-to-t from-hero-bg to-transparent"></div></div><div class="pointer-events-none absolute inset-0 z-[5]"><div class="relative mx-auto h-full max-w-7xl"></div></div><div class="pointer-events-none relative z-10 w-full max-w-7xl mx-auto px-6 md:px-8 pt-[23rem] sm:pt-[24.5rem] pb-28 lg:pt-20 lg:pb-0"><div class="pointer-events-auto max-w-xl lg:max-w-[30rem] xl:max-w-xl"><p class="font-label text-[10px] font-bold uppercase tracking-widest text-tertiary-fixed-dim mb-4">Software de gestión para PYMEs en Chile</p><h1 class="font-headline font-semibold tracking-[-0.035em] leading-[1.02] mb-5 !text-[2.75rem] sm:!text-6xl lg:!text-[3.5rem] xl:!text-[4.5rem]">Tu negocio completo,<!-- --> <span class="text-transparent bg-clip-text bg-gradient-to-r from-white via-white to-tertiary-fixed-dim">en una sola plataforma.</span></h1><p class="font-body text-base md:text-lg text-white/60 font-medium leading-relaxed mb-8 max-w-md">Vende más, opera mejor y atiende sin fricción. De caos operativo a máquina de crecimiento: en semanas, no en meses.</p><div class="flex flex-wrap gap-3 mb-8"><button class="relative bg-primary text-white px-7 py-3.5 rounded-[10px] font-semibold text-sm shadow-[inset_0_1px_0_rgba(255,255,255,0.25),0_10px_30px_-10px_rgba(0,83,204,0.8)] hover:brightness-110 transition-all duration-300 active:scale-95 cursor-pointer">Avancemos hacia el Éxito</button><a href="https://demo.akipo.cl" target="_blank" rel="noopener noreferrer" class="bg-white/[0.06] backdrop-blur-md text-white px-7 py-3.5 rounded-[10px] font-semibold text-sm border border-white/10 hover:bg-white/[0.12] transition-all duration-300 active:scale-95 cursor-pointer">Ver una Demo</a></div><p class="font-label text-xs text-white/40 font-medium tracking-wide">✓ Implementación en días  ·  ✓ Soporte incluido  ·  ✓ Sin permanencia mínima</p></div></div></section><section id="services" class="bg-slate-950 py-24"><div class="max-w-6xl mx-auto px-6"><div class="text-center mb-16"><span class="inline-block font-label text-[10px] font-bold uppercase tracking-widest text-blue-300 bg-blue-500/15 px-4 py-1.5 rounded-full mb-5">La plataforma</span><h2 class="font-headline text-4xl md:text-5xl font-black text-white tracking-tighter leading-tight mb-4">La plataforma todo en uno para escalar,<!-- --> <br/><span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-violet-400">sin pagar por cuatro herramientas</span></h2><p class="text-white/40 text-lg max-w-xl mx-auto">Software empresarial para PYMEs chilenas. Un solo login, una sola factura — todo integrado desde el primer día.</p></div><div class="grid md:grid-cols-3 gap-5"><div class="group relative bg-white/5 border border-white/10 hover:border-blue-500/30 rounded-3xl overflow-hidden hover:bg-white/[0.07] hover:shadow-2xl hover:shadow-blue-900/40 transition-all duration-300 flex flex-col"><div class="h-[2px] bg-gradient-to-r from-blue-400 via-blue-500 to-blue-600 opacity-60 group-hover:opacity-100 transition-opacity duration-300"></div><div class="p-7 flex-1 flex flex-col"><div class="w-12 h-12 rounded-2xl bg-blue-500/20 flex items-center justify-center mb-6 group-hover:scale-105 transition-transform duration-200"><span class="material-symbols-outlined text-[22px] text-blue-400">storefront</span></div><span class="inline-block font-label text-[9px] font-bold uppercase tracking-widest px-3 py-1 rounded-full mb-4 w-fit text-blue-300 bg-blue-500/15">E-Commerce &amp; POS</span><h3 class="font-headline text-xl font-black text-white tracking-tight leading-tight mb-2">Vende más en todos tus canales</h3><p class="text-white/40 text-sm leading-relaxed mb-6">Tienda online, punto de venta y WhatsApp sincronizados en un solo panel. Sin comisiones por venta.</p><div class="bg-white/5 border border-white/8 rounded-2xl px-4 py-3 mb-7 flex items-center gap-3"><p class="font-headline text-2xl font-black tracking-tight text-blue-300">+32%</p><p class="text-white/35 text-xs leading-snug">incremento en ventas · clientes activos Akipo</p></div><div class="grid grid-cols-2 gap-x-3 gap-y-3 mt-auto"><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">language</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Tienda online B2B/B2C</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">point_of_sale</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Sistema POS</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">payments</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Pagos integrados</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">sync</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Inventario sincronizado</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">bar_chart</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Reportes de ventas</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">sell</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Cupones y descuentos</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">shopping_basket</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Carrito inteligente</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-blue-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">restaurant</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Comandas digitales</span></div></div></div></div><div class="group relative bg-white/5 border border-white/10 hover:border-emerald-500/30 rounded-3xl overflow-hidden hover:bg-white/[0.07] hover:shadow-2xl hover:shadow-emerald-900/40 transition-all duration-300 flex flex-col"><div class="h-[2px] bg-gradient-to-r from-emerald-400 via-emerald-500 to-emerald-600 opacity-60 group-hover:opacity-100 transition-opacity duration-300"></div><div class="p-7 flex-1 flex flex-col"><div class="w-12 h-12 rounded-2xl bg-emerald-500/20 flex items-center justify-center mb-6 group-hover:scale-105 transition-transform duration-200"><span class="material-symbols-outlined text-[22px] text-emerald-400">inventory</span></div><span class="inline-block font-label text-[9px] font-bold uppercase tracking-widest px-3 py-1 rounded-full mb-4 w-fit text-emerald-300 bg-emerald-500/15">Operaciones &amp; Logística</span><h3 class="font-headline text-xl font-black text-white tracking-tight leading-tight mb-2">Inventario en tiempo real, sin consultores externos</h3><p class="text-white/40 text-sm leading-relaxed mb-6">Control total de inventario, bodegas y despachos en tiempo real. Toma decisiones con datos reales, no con suposiciones.</p><div class="bg-white/5 border border-white/8 rounded-2xl px-4 py-3 mb-7 flex items-center gap-3"><p class="font-headline text-2xl font-black tracking-tight text-emerald-300">−90%</p><p class="text-white/35 text-xs leading-snug">reducción de errores de inventario · promedio clientes</p></div><div class="grid grid-cols-2 gap-x-3 gap-y-3 mt-auto"><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">inventory</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Gestión de inventario</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">account_balance</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Valorización FIFO/LIFO</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">receipt_long</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Presupuesto y costos</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">history</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Rotación de productos</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">warehouse</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Bodegas y sucursales</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">event_available</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Reservas de stock</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">local_shipping</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Despacho y transportistas</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-emerald-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">edit_note</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Ajustes y conteos</span></div></div></div></div><div class="group relative bg-white/5 border border-white/10 hover:border-violet-500/30 rounded-3xl overflow-hidden hover:bg-white/[0.07] hover:shadow-2xl hover:shadow-violet-900/40 transition-all duration-300 flex flex-col"><div class="h-[2px] bg-gradient-to-r from-violet-400 via-violet-500 to-violet-600 opacity-60 group-hover:opacity-100 transition-opacity duration-300"></div><div class="p-7 flex-1 flex flex-col"><div class="w-12 h-12 rounded-2xl bg-violet-500/20 flex items-center justify-center mb-6 group-hover:scale-105 transition-transform duration-200"><span class="material-symbols-outlined text-[22px] text-violet-400">hub</span></div><span class="inline-block font-label text-[9px] font-bold uppercase tracking-widest px-3 py-1 rounded-full mb-4 w-fit text-violet-300 bg-violet-500/15">CRM &amp; Automatización de Ventas</span><h3 class="font-headline text-xl font-black text-white tracking-tight leading-tight mb-2">Cierra más negocios en menos tiempo</h3><p class="text-white/40 text-sm leading-relaxed mb-6">Automatiza el seguimiento, elimina el trabajo manual y deja que tu equipo comercial se enfoque solo en vender.</p><div class="bg-white/5 border border-white/8 rounded-2xl px-4 py-3 mb-7 flex items-center gap-3"><p class="font-headline text-2xl font-black tracking-tight text-violet-300">3h</p><p class="text-white/35 text-xs leading-snug">ahorradas por vendedor al día · tareas automatizadas</p></div><div class="grid grid-cols-2 gap-x-3 gap-y-3 mt-auto"><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">mail</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Email marketing</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">automation</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Marketing automation</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">view_kanban</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Pipeline visual CRM</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">insights</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Pronóstico de ventas</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">support_agent</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Portal autoservicio cliente</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">share</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Social marketing</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">event</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Eventos y webinars</span></div><div class="flex items-center gap-2 group/item"><span class="material-symbols-outlined text-[14px] text-violet-400 opacity-60 group-hover/item:opacity-100 transition-opacity shrink-0">quiz</span><span class="text-white/45 text-[12px] font-medium group-hover/item:text-white/75 transition-colors truncate">Encuestas NPS</span></div></div></div></div></div><div class="mt-14 pt-10 border-t border-white/8 flex flex-col sm:flex-row items-center justify-between gap-4"><p class="text-white/30 text-sm">Plataforma todo en uno para escalar tu PYME en Chile. Sin permanencia mínima ni costos ocultos.</p><button class="bg-primary text-white px-7 py-3.5 rounded-xl font-bold hover:opacity-90 transition-all active:scale-95 shadow-lg shadow-primary/25 cursor-pointer shrink-0">Hablar con ventas →</button></div></div></section><section class="relative bg-white py-28 overflow-hidden"><div class="absolute inset-y-0 right-0 w-1/2 bg-gradient-to-l from-blue-50/70 to-transparent pointer-events-none"></div><div class="absolute top-16 right-16 w-[500px] h-[500px] rounded-full bg-blue-100/40 blur-3xl pointer-events-none"></div><div class="relative max-w-7xl mx-auto px-6"><div class="grid lg:grid-cols-2 gap-16 xl:gap-28 items-center"><div><span class="inline-flex items-center gap-2 font-label text-[10px] font-bold uppercase tracking-widest text-blue-600 bg-blue-50 border border-blue-100 px-4 py-2 rounded-full mb-7"><span class="w-1.5 h-1.5 rounded-full bg-blue-500 animate-pulse"></span>E-Commerce &amp; POS</span><h2 class="font-headline text-4xl md:text-5xl font-black text-on-background tracking-tighter leading-tight mb-5">Tu tienda online y punto de venta,<!-- --> <span class="text-transparent bg-clip-text bg-gradient-to-r from-primary to-blue-400">listos para vender hoy</span></h2><p class="text-lg text-on-surface-variant leading-relaxed mb-10 max-w-lg">Vende en tu local, en tu web y en WhatsApp desde un solo panel. Sin comisiones por venta. Sin integraciones complicadas.</p><ul class="space-y-5 mb-10"><li class="flex items-start gap-4"><div class="w-8 h-8 rounded-xl bg-blue-50 border border-blue-100 flex items-center justify-center shrink-0 mt-0.5"><span class="material-symbols-outlined text-[16px] text-blue-600">sync</span></div><span class="text-slate-700 leading-relaxed">Sincroniza inventario en tiempo real entre local físico y tienda online — sin errores manuales</span></li><li class="flex items-start gap-4"><div class="w-8 h-8 rounded-xl bg-blue-50 border border-blue-100 flex items-center justify-center shrink-0 mt-0.5"><span class="material-symbols-outlined text-[16px] text-blue-600">payments</span></div><span class="text-slate-700 leading-relaxed">Acepta cualquier medio de pago en segundos: tarjeta, transferencia, link de pago</span></li><li class="flex items-start gap-4"><div class="w-8 h-8 rounded-xl bg-blue-50 border border-blue-100 flex items-center justify-center shrink-0 mt-0.5"><span class="material-symbols-outlined text-[16px] text-blue-600">bar_chart</span></div><span class="text-slate-700 leading-relaxed">Reportes de ventas con un click: qué vendiste, cuánto ganaste, qué producto impulsar</span></li></ul><div class="flex flex-wrap items-center gap-5"><button class="bg-primary text-white px-7 py-3.5 rounded-xl font-bold shadow-lg shadow-primary/25 hover:opacity-90 transition-all active:scale-95 cursor-pointer">Ver demo de la tienda →</button><span class="flex items-center gap-2 text-sm text-slate-500 font-medium"><span class="w-2 h-2 rounded-full bg-emerald-400 animate-pulse"></span>+200 tiendas activas en Chile</span></div></div><div class="relative flex items-center justify-center h-[480px] lg:h-[560px]"><div class="relative w-full max-w-[440px] rotate-[1.5deg] rounded-2xl shadow-2xl border border-slate-200 overflow-hidden bg-white"><img src="/stockimgs/ecommerce.jpg" alt="Dashboard tienda online Akipo — gestión de e-commerce para PYMEs chilenas" class="w-full h-auto block" loading="lazy"/></div><div class="absolute top-0 right-0 lg:-right-6 bg-white rounded-2xl shadow-xl border border-slate-100 p-4 w-44 z-10"><div class="flex items-center justify-between mb-1.5"><span class="font-label text-[9px] uppercase tracking-widest text-slate-400">Ventas hoy</span><span class="text-emerald-500 text-[10px] font-bold flex items-center gap-0.5 leading-none"><span class="material-symbols-outlined text-[12px]">trending_up</span>+32%</span></div><p class="font-headline text-lg font-black text-on-background tracking-tight leading-none mb-2">$1.248.500</p><div class="flex items-end gap-[3px] h-7"><div class="flex-1 rounded-[2px] transition-all bg-blue-100" style="height:30%"></div><div class="flex-1 rounded-[2px] transition-all bg-blue-100" style="height:48%"></div><div class="flex-1 rounded-[2px] transition-all bg-blue-100" style="height:38%"></div><div class="flex-1 rounded-[2px] transition-all bg-blue-100" style="height:70%"></div><div class="flex-1 rounded-[2px] transition-all bg-blue-100" style="height:58%"></div><div class="flex-1 rounded-[2px] transition-all bg-blue-100" style="height:88%"></div><div class="flex-1 rounded-[2px] transition-all bg-primary" style="height:80%"></div></div></div><div class="absolute bottom-10 -left-4 lg:-left-8 bg-white rounded-2xl shadow-xl border border-slate-100 p-3.5 flex items-center gap-3 w-56 z-10"><div class="w-9 h-9 rounded-xl bg-emerald-50 border border-emerald-100 flex items-center justify-center shrink-0"><span class="material-symbols-outlined text-[18px] text-emerald-600">shopping_bag</span></div><div class="min-w-0"><p class="font-bold text-sm text-on-background leading-tight truncate">Pedido #1082</p><p class="text-xs text-slate-400 mt-0.5">Mesa 4 · $12.500 · Ahora</p></div><span class="w-2 h-2 rounded-full bg-emerald-400 animate-pulse shrink-0"></span></div><div class="absolute bottom-6 right-0 lg:-right-4 bg-white rounded-xl shadow-lg border border-slate-100 px-3.5 py-2.5 flex items-center gap-2.5 z-10"><span class="font-label text-[9px] uppercase tracking-widest text-slate-400">Pagos</span><div class="flex items-center gap-1.5"><div class="bg-blue-700 rounded px-1.5 py-[3px] text-white text-[8px] font-black tracking-wider leading-none">VISA</div><div class="flex -space-x-1.5"><div class="w-4 h-4 rounded-full bg-red-500 border border-white"></div><div class="w-4 h-4 rounded-full bg-amber-400 border border-white"></div></div><div class="bg-slate-800 rounded px-1.5 py-[3px] text-white text-[8px] font-bold leading-none">TRF</div></div></div><div class="absolute top-10 -left-2 lg:-left-6 bg-white rounded-xl shadow-lg border border-slate-100 px-3.5 py-2.5 flex items-center gap-2 z-10"><div class="w-6 h-6 rounded-lg bg-blue-50 flex items-center justify-center"><span class="material-symbols-outlined text-[14px] text-blue-600">inventory_2</span></div><div><p class="font-bold text-[11px] text-on-background leading-none">Stock sincronizado</p><p class="text-[10px] text-slate-400 mt-0.5">847 productos · Tiempo real</p></div></div></div></div></div></section><section class="bg-white py-24"><div class="max-w-6xl mx-auto px-6"><div class="text-center mb-16"><span class="inline-block font-label text-[10px] font-bold uppercase tracking-widest text-primary bg-primary/8 px-4 py-1.5 rounded-full mb-5">Cómo funciona</span><h2 class="font-headline text-4xl md:text-5xl font-black text-on-background tracking-tighter leading-tight mb-4">Tu software de gestión,<!-- --> <br/>operativo en tres pasos</h2><p class="text-on-surface-variant text-lg max-w-lg mx-auto">Implementamos tu plataforma sin interrumpir tu operación. Sin dolor de cabeza.</p></div><div class="grid md:grid-cols-3 gap-6"><div class="relative bg-white rounded-3xl p-8 border border-slate-100 shadow-sm hover:shadow-md transition-all duration-200 hover:-translate-y-1"><div class="flex items-start gap-4 mb-5"><span class="font-headline text-6xl font-black text-slate-100 leading-none select-none">01</span><div class="w-10 h-10 rounded-xl flex items-center justify-center shrink-0 mt-1 text-blue-600 bg-blue-50"><span class="material-symbols-outlined text-[20px]">settings</span></div></div><h3 class="font-headline text-xl font-black text-on-background mb-3 tracking-tight">Configura</h3><p class="text-on-surface-variant leading-relaxed text-sm">Elige los módulos que tu negocio necesita. Personalizamos la plataforma a tus procesos y flujos de trabajo reales.</p></div><div class="relative bg-white rounded-3xl p-8 border border-slate-100 shadow-sm hover:shadow-md transition-all duration-200 hover:-translate-y-1"><div class="flex items-start gap-4 mb-5"><span class="font-headline text-6xl font-black text-slate-100 leading-none select-none">02</span><div class="w-10 h-10 rounded-xl flex items-center justify-center shrink-0 mt-1 text-emerald-600 bg-emerald-50"><span class="material-symbols-outlined text-[20px]">sync</span></div></div><h3 class="font-headline text-xl font-black text-on-background mb-3 tracking-tight">Conecta</h3><p class="text-on-surface-variant leading-relaxed text-sm">Migramos tus datos históricos y capacitamos a tu equipo. En menos de 48 horas estás operativo sin perder un día de venta.</p></div><div class="relative bg-white rounded-3xl p-8 border border-slate-100 shadow-sm hover:shadow-md transition-all duration-200 hover:-translate-y-1"><div class="flex items-start gap-4 mb-5"><span class="font-headline text-6xl font-black text-slate-100 leading-none select-none">03</span><div class="w-10 h-10 rounded-xl flex items-center justify-center shrink-0 mt-1 text-violet-600 bg-violet-50"><span class="material-symbols-outlined text-[20px]">trending_up</span></div></div><h3 class="font-headline text-xl font-black text-on-background mb-3 tracking-tight">Escala</h3><p class="text-on-surface-variant leading-relaxed text-sm">Vende más, opera con precisión y crece sin límites. La plataforma escala contigo, sin costos ocultos ni sorpresas.</p></div></div></div></section><!--$--><section class="bg-slate-50 py-24"><div class="max-w-6xl mx-auto px-6"><div class="text-center mb-14"><span class="inline-block font-label text-[10px] font-bold uppercase tracking-widest text-primary bg-primary/8 px-4 py-1.5 rounded-full mb-5">Industrias</span><h2 class="font-headline text-4xl md:text-5xl font-black text-on-background tracking-tighter leading-tight mb-4">Soluciones diseñadas para tu industria,<br/><span class="text-transparent bg-clip-text bg-gradient-to-r from-primary to-tertiary">no para la industria en general</span></h2><p class="text-on-surface-variant text-lg max-w-lg mx-auto">Configurado para tus procesos y flujos reales — no al revés.</p></div><div class="grid grid-cols-2 md:grid-cols-3 gap-4"><a class="group relative bg-white border border-slate-100 rounded-2xl p-6 hover:border-slate-200 hover:shadow-lg hover:shadow-slate-200/60 hover:-translate-y-0.5 transition-all duration-200 flex flex-col gap-4" href="/industries/minoristas"><div class="w-11 h-11 rounded-xl flex items-center justify-center transition-all duration-200 bg-blue-50 text-blue-600 group-hover:bg-blue-600 group-hover:text-white"><span class="material-symbols-outlined text-[22px]">storefront</span></div><div class="flex-1"><h3 class="font-headline font-black text-on-background text-base mb-1 tracking-tight">Retail</h3><p class="text-on-surface-variant text-sm leading-snug">POS, inventario y ventas en un solo sistema</p></div><div class="flex items-center gap-1 text-primary text-xs font-bold">Ver solución<span class="material-symbols-outlined text-[14px] group-hover:translate-x-1 transition-transform duration-150">arrow_forward</span></div></a><a class="group relative bg-white border border-slate-100 rounded-2xl p-6 hover:border-slate-200 hover:shadow-lg hover:shadow-slate-200/60 hover:-translate-y-0.5 transition-all duration-200 flex flex-col gap-4" href="/industries/minimarkets"><div class="w-11 h-11 rounded-xl flex items-center justify-center transition-all duration-200 bg-emerald-50 text-emerald-600 group-hover:bg-emerald-600 group-hover:text-white"><span class="material-symbols-outlined text-[22px]">shopping_cart</span></div><div class="flex-1"><h3 class="font-headline font-black text-on-background text-base mb-1 tracking-tight">Minimarkets</h3><p class="text-on-surface-variant text-sm leading-snug">Control de stock y caja rápida para tiendas de barrio</p></div><div class="flex items-center gap-1 text-primary text-xs font-bold">Ver solución<span class="material-symbols-outlined text-[14px] group-hover:translate-x-1 transition-transform duration-150">arrow_forward</span></div></a><a class="group relative bg-white border border-slate-100 rounded-2xl p-6 hover:border-slate-200 hover:shadow-lg hover:shadow-slate-200/60 hover:-translate-y-0.5 transition-all duration-200 flex flex-col gap-4" href="/industries/restaurantes"><div class="w-11 h-11 rounded-xl flex items-center justify-center transition-all duration-200 bg-orange-50 text-orange-500 group-hover:bg-orange-500 group-hover:text-white"><span class="material-symbols-outlined text-[22px]">restaurant</span></div><div class="flex-1"><h3 class="font-headline font-black text-on-background text-base mb-1 tracking-tight">Restaurantes</h3><p class="text-on-surface-variant text-sm leading-snug">Comandas, mesas y delivery sincronizados en tiempo real</p></div><div class="flex items-center gap-1 text-primary text-xs font-bold">Ver solución<span class="material-symbols-outlined text-[14px] group-hover:translate-x-1 transition-transform duration-150">arrow_forward</span></div></a><a class="group relative bg-white border border-slate-100 rounded-2xl p-6 hover:border-slate-200 hover:shadow-lg hover:shadow-slate-200/60 hover:-translate-y-0.5 transition-all duration-200 flex flex-col gap-4" href="/industries/cafeterias"><div class="w-11 h-11 rounded-xl flex items-center justify-center transition-all duration-200 bg-amber-50 text-amber-600 group-hover:bg-amber-600 group-hover:text-white"><span class="material-symbols-outlined text-[22px]">coffee</span></div><div class="flex-1"><h3 class="font-headline font-black text-on-background text-base mb-1 tracking-tight">Cafeterías</h3><p class="text-on-surface-variant text-sm leading-snug">Caja ágil, menú digital y fidelización de clientes</p></div><div class="flex items-center gap-1 text-primary text-xs font-bold">Ver solución<span class="material-symbols-outlined text-[14px] group-hover:translate-x-1 transition-transform duration-150">arrow_forward</span></div></a><a class="group relative bg-white border border-slate-100 rounded-2xl p-6 hover:border-slate-200 hover:shadow-lg hover:shadow-slate-200/60 hover:-translate-y-0.5 transition-all duration-200 flex flex-col gap-4" href="/industries/distribuidoras"><div class="w-11 h-11 rounded-xl flex items-center justify-center transition-all duration-200 bg-violet-50 text-violet-600 group-hover:bg-violet-600 group-hover:text-white"><span class="material-symbols-outlined text-[22px]">local_shipping</span></div><div class="flex-1"><h3 class="font-headline font-black text-on-background text-base mb-1 tracking-tight">Distribuidoras</h3><p class="text-on-surface-variant text-sm leading-snug">Rutas, pedidos y cobranza desde un solo panel</p></div><div class="flex items-center gap-1 text-primary text-xs font-bold">Ver solución<span class="material-symbols-outlined text-[14px] group-hover:translate-x-1 transition-transform duration-150">arrow_forward</span></div></a><a class="group relative bg-white border border-slate-100 rounded-2xl p-6 hover:border-slate-200 hover:shadow-lg hover:shadow-slate-200/60 hover:-translate-y-0.5 transition-all duration-200 flex flex-col gap-4" href="/industries/servicios-profesionales"><div class="w-11 h-11 rounded-xl flex items-center justify-center transition-all duration-200 bg-rose-50 text-rose-500 group-hover:bg-rose-500 group-hover:text-white"><span class="material-symbols-outlined text-[22px]">home_repair_service</span></div><div class="flex-1"><h3 class="font-headline font-black text-on-background text-base mb-1 tracking-tight">Servicios</h3><p class="text-on-surface-variant text-sm leading-snug">Agenda, cotizaciones y facturación automatizados</p></div><div class="flex items-center gap-1 text-primary text-xs font-bold">Ver solución<span class="material-symbols-outlined text-[14px] group-hover:translate-x-1 transition-transform duration-150">arrow_forward</span></div></a></div></div></section><!--/$--><section id="faq" class="bg-white py-24" aria-labelledby="faq-title"><div class="max-w-3xl mx-auto px-6"><div class="text-center mb-12"><span class="inline-block font-label text-[10px] font-bold uppercase tracking-widest text-primary bg-primary/10 px-4 py-1.5 rounded-full mb-5">Preguntas frecuentes</span><h2 id="faq-title" class="font-headline text-4xl md:text-5xl font-black text-on-background tracking-tighter leading-tight mb-4">Lo que preguntan las PYMEs antes de elegir su software de gestión</h2><p class="text-on-surface-variant text-lg max-w-xl mx-auto">Respuestas directas sobre implementación, costos y cómo funciona la plataforma todo en uno.</p></div><div class="flex flex-col gap-3"><details class="group bg-white border border-slate-100 rounded-2xl shadow-sm open:shadow-md open:border-primary/20 transition-shadow duration-200"><summary class="flex items-center justify-between gap-4 cursor-pointer list-none [&amp;::-webkit-details-marker]:hidden px-6 py-5 min-h-12 rounded-2xl text-on-background hover:text-primary transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"><h3 class="font-headline font-bold !text-base md:!text-lg !leading-snug !mb-0 tracking-tight">¿Akipo es un ERP?</h3><span aria-hidden="true" class="material-symbols-outlined text-[22px] text-on-surface-variant shrink-0 transition-transform duration-200 group-open:rotate-180">expand_more</span></summary><p class="px-6 pb-6 !mb-0 font-body font-medium leading-relaxed text-on-surface-variant max-w-[65ch]">Sí. Akipo es una plataforma de gestión empresarial basada en Odoo que reúne ERP, punto de venta (POS), tienda online, CRM, inventario y helpdesk en un solo sistema. Está pensada para PYMEs que necesitan una solución completa sin la complejidad de una implementación enterprise.</p></details><details class="group bg-white border border-slate-100 rounded-2xl shadow-sm open:shadow-md open:border-primary/20 transition-shadow duration-200"><summary class="flex items-center justify-between gap-4 cursor-pointer list-none [&amp;::-webkit-details-marker]:hidden px-6 py-5 min-h-12 rounded-2xl text-on-background hover:text-primary transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"><h3 class="font-headline font-bold !text-base md:!text-lg !leading-snug !mb-0 tracking-tight">¿Cuánto tiempo toma implementar Akipo?</h3><span aria-hidden="true" class="material-symbols-outlined text-[22px] text-on-surface-variant shrink-0 transition-transform duration-200 group-open:rotate-180">expand_more</span></summary><p class="px-6 pb-6 !mb-0 font-body font-medium leading-relaxed text-on-surface-variant max-w-[65ch]">Para la mayoría de las PYMEs chilenas la implementación inicial toma menos de 2 semanas. Incluye la configuración de los módulos que necesitas, migración básica de datos y capacitación para tu equipo, sin detener tu operación.</p></details><details class="group bg-white border border-slate-100 rounded-2xl shadow-sm open:shadow-md open:border-primary/20 transition-shadow duration-200"><summary class="flex items-center justify-between gap-4 cursor-pointer list-none [&amp;::-webkit-details-marker]:hidden px-6 py-5 min-h-12 rounded-2xl text-on-background hover:text-primary transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"><h3 class="font-headline font-bold !text-base md:!text-lg !leading-snug !mb-0 tracking-tight">¿Puedo migrar desde Excel o desde otro sistema de caja?</h3><span aria-hidden="true" class="material-symbols-outlined text-[22px] text-on-surface-variant shrink-0 transition-transform duration-200 group-open:rotate-180">expand_more</span></summary><p class="px-6 pb-6 !mb-0 font-body font-medium leading-relaxed text-on-surface-variant max-w-[65ch]">Sí. Migramos tus productos, clientes y stock desde planillas Excel u otro POS. Tu equipo parte trabajando con la información que ya tienes, sin volver a digitar el catálogo.</p></details><details class="group bg-white border border-slate-100 rounded-2xl shadow-sm open:shadow-md open:border-primary/20 transition-shadow duration-200"><summary class="flex items-center justify-between gap-4 cursor-pointer list-none [&amp;::-webkit-details-marker]:hidden px-6 py-5 min-h-12 rounded-2xl text-on-background hover:text-primary transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"><h3 class="font-headline font-bold !text-base md:!text-lg !leading-snug !mb-0 tracking-tight">¿Akipo cobra comisión por cada venta?</h3><span aria-hidden="true" class="material-symbols-outlined text-[22px] text-on-surface-variant shrink-0 transition-transform duration-200 group-open:rotate-180">expand_more</span></summary><p class="px-6 pb-6 !mb-0 font-body font-medium leading-relaxed text-on-surface-variant max-w-[65ch]">No. Akipo no cobra comisión por transacción en tu tienda online ni en tu local. El modelo es una suscripción mensual según los módulos que uses, y no exige permanencia mínima.</p></details><details class="group bg-white border border-slate-100 rounded-2xl shadow-sm open:shadow-md open:border-primary/20 transition-shadow duration-200"><summary class="flex items-center justify-between gap-4 cursor-pointer list-none [&amp;::-webkit-details-marker]:hidden px-6 py-5 min-h-12 rounded-2xl text-on-background hover:text-primary transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"><h3 class="font-headline font-bold !text-base md:!text-lg !leading-snug !mb-0 tracking-tight">¿Sirve si tengo local físico y tienda online?</h3><span aria-hidden="true" class="material-symbols-outlined text-[22px] text-on-surface-variant shrink-0 transition-transform duration-200 group-open:rotate-180">expand_more</span></summary><p class="px-6 pb-6 !mb-0 font-body font-medium leading-relaxed text-on-surface-variant max-w-[65ch]">Sí. El punto de venta y la tienda online comparten el mismo inventario en tiempo real y se administran desde el mismo panel. También puedes vender por WhatsApp sin llevar el stock por separado.</p></details><details class="group bg-white border border-slate-100 rounded-2xl shadow-sm open:shadow-md open:border-primary/20 transition-shadow duration-200"><summary class="flex items-center justify-between gap-4 cursor-pointer list-none [&amp;::-webkit-details-marker]:hidden px-6 py-5 min-h-12 rounded-2xl text-on-background hover:text-primary transition-colors duration-150 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-primary focus-visible:ring-offset-2"><h3 class="font-headline font-bold !text-base md:!text-lg !leading-snug !mb-0 tracking-tight">¿Qué diferencia a Akipo de un Odoo estándar?</h3><span aria-hidden="true" class="material-symbols-outlined text-[22px] text-on-surface-variant shrink-0 transition-transform duration-200 group-open:rotate-180">expand_more</span></summary><p class="px-6 pb-6 !mb-0 font-body font-medium leading-relaxed text-on-surface-variant max-w-[65ch]">Akipo adapta Odoo a la realidad chilena: documentos tributarios electrónicos (DTE / SII), medios de pago locales y soporte en español. El soporte está incluido en todos los planes.</p></details></div></div></section><!--$--><section class="bg-slate-950 py-24" id="contact"><div class="max-w-5xl mx-auto px-6"><div class="grid md:grid-cols-2 gap-16 items-center"><div><span class="inline-block font-label text-[10px] font-bold uppercase tracking-widest text-blue-300 bg-blue-500/15 px-3 py-1.5 rounded-full mb-6">Hablemos</span><h2 class="font-headline text-4xl md:text-5xl font-black text-white tracking-tighter leading-tight mb-4">Empieza hoy.<!-- --> <br/><span class="text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-violet-400">Tu competencia no espera.</span></h2><p class="text-white/60 text-lg mb-8 leading-relaxed">Cuéntanos sobre tu negocio y te mostramos cómo Akipo puede transformarlo. Respuesta en menos de 24 horas, sin compromiso.</p><div class="space-y-4"><a href="mailto:contacto@akipo.cl" class="flex items-center gap-4 bg-white/5 border border-white/10 rounded-2xl p-4 hover:bg-white/10 transition-all group"><div class="w-11 h-11 rounded-xl bg-blue-500/20 flex items-center justify-center text-blue-400 group-hover:bg-blue-500/30 transition-colors shrink-0"><span class="material-symbols-outlined text-[20px]">email</span></div><div><p class="font-label text-[10px] font-bold uppercase tracking-widest text-white/40 mb-0.5">Email</p><p class="font-bold text-white group-hover:text-blue-300 transition-colors">contacto@akipo.cl</p></div></a><a href="https://wa.me/+56951623588?text=Hola,%20estoy%20interesado%20en%20las%20soluciones%20Akipo." target="_blank" rel="noopener noreferrer" class="flex items-center gap-4 bg-white/5 border border-white/10 rounded-2xl p-4 hover:bg-white/10 transition-all group"><div class="w-11 h-11 rounded-xl bg-emerald-500/20 flex items-center justify-center text-emerald-400 group-hover:bg-emerald-500/30 transition-colors shrink-0"><span class="material-symbols-outlined text-[20px]">chat</span></div><div><p class="font-label text-[10px] font-bold uppercase tracking-widest text-white/40 mb-0.5">WhatsApp</p><p class="font-bold text-white group-hover:text-emerald-300 transition-colors">+56 9 51623588</p></div></a></div></div><div class="bg-white/5 border border-white/10 p-8 rounded-3xl backdrop-blur-sm min-h-[420px] flex flex-col"><p class="font-headline text-xl font-black text-white mb-6 tracking-tight">Cuéntanos sobre tu negocio</p><form class="space-y-4 flex-1 flex flex-col"><div><label class="block font-label text-[11px] font-bold uppercase tracking-widest text-white/50 mb-2">Nombre completo</label><input class="w-full bg-white/10 border border-white/15 rounded-xl px-4 py-3 text-white placeholder-white/30 focus:ring-2 focus:ring-primary/40 focus:border-primary/40 outline-none transition-all" placeholder="Ej: Juan Pérez" type="text" required="" name="name" value=""/></div><div><label class="block font-label text-[11px] font-bold uppercase tracking-widest text-white/50 mb-2">Correo electrónico</label><input class="w-full bg-white/10 border border-white/15 rounded-xl px-4 py-3 text-white placeholder-white/30 focus:ring-2 focus:ring-primary/40 focus:border-primary/40 outline-none transition-all" placeholder="juan@empresa.cl" type="email" required="" name="email" value=""/></div><div><label class="block font-label text-[11px] font-bold uppercase tracking-widest text-white/50 mb-2">Mensaje</label><textarea class="w-full bg-white/10 border border-white/15 rounded-xl px-4 py-3 text-white placeholder-white/30 focus:ring-2 focus:ring-primary/40 focus:border-primary/40 outline-none transition-all resize-none" placeholder="Cuéntanos sobre tu negocio..." rows="4" name="message" required=""></textarea></div><div class="mt-auto pt-2"><button type="submit" class="w-full bg-primary text-white font-bold py-4 rounded-xl hover:opacity-90 transition-all active:scale-[0.98] shadow-lg shadow-primary/20 cursor-pointer">Enviar mensaje →</button><p class="text-center text-white/30 text-xs mt-3">Respuesta en menos de 24 horas · Sin compromiso</p></div></form></div></div></div></section><!--/$--></main><nav aria-hidden="true" class="md:hidden fixed bottom-0 left-0 w-full flex justify-around items-center px-6 pb-8 pt-4 bg-white/80 backdrop-blur-2xl z-50 rounded-t-[2.5rem] shadow-[0_-10px_40px_rgba(0,0,0,0.05)] transition-[transform,opacity] duration-300 translate-y-full opacity-0 pointer-events-none"><a class="flex flex-col items-center justify-center text-blue-700 px-5 py-2" href="/"><span class="material-symbols-outlined">home</span><span class="font-label text-[10px] font-bold uppercase tracking-widest mt-1">Inicio</span></a><div class="flex flex-col items-center justify-center text-slate-400 px-5 py-2 hover:text-blue-500 transition-colors cursor-pointer"><span class="material-symbols-outlined">grid_view</span><span class="font-label text-[10px] font-bold uppercase tracking-widest mt-1">Soluciones</span></div><div class="flex flex-col items-center justify-center text-slate-400 px-5 py-2 hover:text-blue-500 transition-colors"><span class="material-symbols-outlined">mail</span><span class="font-label text-[10px] font-bold uppercase tracking-widest mt-1">Contacto</span></div></nav><footer class="bg-on-surface text-white/50 py-12 text-center text-sm font-label uppercase tracking-widest border-t border-white/5"><div class="mb-3 text-xl font-black text-white tracking-tighter">AKIPO</div><p class="normal-case tracking-normal font-body font-medium text-sm text-white/70 mb-6 max-w-md mx-auto px-6">Vende más y crece sin caos. Tu negocio completo, en una sola plataforma 🚀</p><div class="flex items-center justify-center gap-4 mb-4 normal-case tracking-normal font-body font-medium text-xs"><a class="hover:text-white transition-colors" href="/terms">Términos y Condiciones</a><span class="text-white/20">·</span><a class="hover:text-white transition-colors" href="/privacy">Política de Privacidad</a></div>© <!-- -->2026<!-- --> AKIPO. Todos los derechos reservados.</footer></div>
  </body>
</html>
