// Bilingual copy dictionary for the whole site
const COPY = {
  nav: {
    pl: { product: 'Produkt', howItWorks: 'Jak działa', features: 'Funkcje', pricing: 'Cennik', api: 'API', faq: 'FAQ', contact: 'Kontakt', cta: 'Umów demo', login: 'Zaloguj' },
    en: { product: 'Product', howItWorks: 'How it works', features: 'Features', pricing: 'Pricing', api: 'API', faq: 'FAQ', contact: 'Contact', cta: 'Book a demo', login: 'Log in' },
  },
  hero: {
    pl: {
      badge: '🚀 Pilot Q3 2026 · rekrutujemy pierwszych klientów',
      title1: 'Twój handlowiec rozmawia.',
      title2: 'Zamówienie samo trafia do ERP.',
      sub: 'Tonniqa słucha rozmowy telefonicznej, rozpoznaje co zamawia klient — i buduje gotowy koszyk na ekranie handlowca. W czasie rzeczywistym, bez przerywania rozmowy.',
      cta1: 'Umów demo', cta2: 'Zobacz jak działa',
      ctx: 'Kontekst klienta · przed odebraniem telefonu',
      live: 'NA ŻYWO · transkrypcja', mustHave: 'MUST HAVE',
      s1: 'Transkrypcja live w czasie rzeczywistym',
      s2: 'Dopasowanie do ERP · 1 klik',
      s3: 'Integracja: REST API i serwer MCP',
    },
    en: {
      badge: '🚀 Pilot Q3 2026 · recruiting first customers',
      title1: 'Your rep talks.',
      title2: 'The order lands in your ERP.',
      sub: 'Tonniqa listens to the sales call, recognises what the customer is ordering — and builds a ready-to-submit cart on the rep\'s screen. In real time, without interrupting the conversation.',
      cta1: 'Book a demo', cta2: 'See how it works',
      ctx: 'Customer context · before you pick up',
      live: 'LIVE · transcript', mustHave: 'MUST HAVE',
      s1: 'Real-time live transcription',
      s2: 'ERP match · 1 click',
      s3: 'Integration: REST API & MCP server',
    }
  },
  stats: {
    pl: [
      { v: '−70%', l: 'czas obsługi zamówienia' },
      { v: '+18%', l: 'wartość koszyka' },
      { v: '−95%', l: 'błędy w zamówieniu' },
      { v: '56 h', l: 'odzyskane na handlowca / mies.' },
    ],
    en: [
      { v: '−70%', l: 'order handling time' },
      { v: '+18%', l: 'basket size' },
      { v: '−95%', l: 'order errors' },
      { v: '56 h', l: 'reclaimed per rep / month' },
    ],
  },
  section: {
    pl: {
      how: { tag: 'JAK TO DZIAŁA', title: 'Tosia rozmawia. System pracuje w tle.' },
      channels: { tag: 'KANAŁY WEJŚCIA', title: 'Dziś telefon — mail, SMS i pismo odręczne wkrótce', sub: 'Żaden klient nie będzie musiał zmieniać nawyków. System zbuduje ten sam koszyk niezależnie od kanału.' },
      intel: { tag: 'INTELIGENCJA KLIENTA', title: 'AI wie więcej niż handlowiec pamięta', sub: 'Każda rozmowa i każde zamówienie budują profil klienta. System wykorzystuje tę wiedzę zanim handlowiec skończy zdanie.' },
      bot: { tag: 'BOT · WKRÓTCE', title: 'Backup handlowca, nie zastępstwo', sub: 'Bot wchodzi wtedy, gdy Tosia nie może odebrać. Klientka nadal dzwoni na jej numer — relacja zostaje.' },
      routes: { tag: 'TRASÓWKI', title: 'Tosia wie do kogo jedzie, zanim wyjedzie', sub: 'Plan dnia, kontekst klienta i sesja zamówienia w jednym miejscu — czy to wizyta, czy telefon.' },
      roi: { tag: 'ROI', title: 'Ile to oszczędza — na jednym handlowcu', sub: 'Założenia: 20 telefonów dziennie, 3 min każdy. Koszt pracy handlowca ~10 920 zł brutto/mies.' },
      erp: { tag: 'INTEGRACJE', title: 'Działa z Waszym ERP-em', sub: 'Integracja przez REST API i serwer MCP. Dedykowany konektor do Waszego ERP — opcjonalne, płatne wdrożenie.' },
      pricing: { tag: 'CENNIK', title: 'Per handlowiec / miesiąc', sub: 'Wliczone minuty telefonii i transkrypcji. Każdy plan z 30-dniowym trialem bez zobowiązań.', note: 'Cennik poglądowy — nie stanowi oferty handlowej. Ostateczne warunki po pilocie.' },
      faq: { tag: 'FAQ', title: 'Najczęstsze pytania' },
      contact: { tag: 'KONTAKT', title: 'Porozmawiajmy o Waszym zespole', sub: 'Umów demo albo zostaw kontakt — odezwiemy się w ciągu 24 godzin roboczych.' },
    },
    en: {
      how: { tag: 'HOW IT WORKS', title: 'Tosia talks. The system works in the background.' },
      channels: { tag: 'INPUT CHANNELS', title: 'Phone today — email, SMS & handwriting soon', sub: 'No customer will have to change their habits. The system will build the same cart regardless of channel.' },
      intel: { tag: 'CUSTOMER INTELLIGENCE', title: 'AI knows more than a rep remembers', sub: 'Every call and every order builds the customer profile. The system uses that knowledge before the rep finishes the sentence.' },
      bot: { tag: 'BOT · COMING SOON', title: 'A backup, not a replacement', sub: 'The bot picks up only when Tosia can\'t. Customers still call her number — the relationship stays.' },
      routes: { tag: 'FIELD ROUTES', title: 'Tosia knows who she\'s visiting before she leaves', sub: 'Day plan, customer context and order session in one place — visit or phone, same flow.' },
      roi: { tag: 'ROI', title: 'What it saves — per rep', sub: 'Assumptions: 20 calls/day, 3 min each. Loaded rep cost ~10,920 PLN/month.' },
      erp: { tag: 'INTEGRATIONS', title: 'Works with your ERP', sub: 'Integration via REST API and MCP server. A dedicated connector to your ERP is an optional, paid implementation.' },
      pricing: { tag: 'PRICING', title: 'Per rep / month', sub: 'Includes telephony and transcription minutes. Every plan starts with a 30-day no-commit trial.', note: 'Indicative pricing — not a commercial offer. Final terms after the pilot.' },
      faq: { tag: 'FAQ', title: 'Frequently asked questions' },
      contact: { tag: 'CONTACT', title: 'Let\'s talk about your team', sub: 'Book a demo or leave your details — we\'ll reach out within 24 business hours.' },
    }
  }
};

window.COPY = COPY;
