import type { Locale } from "@/config/i18nRoutes";

/**
 * FR/EN/ES navigation, footer and sticky-CTA copy dictionary.
 *
 * EXTRACTION, not translation: every EN/ES string below is copied VERBATIM from
 * the already-localized Vite maquette components:
 *   - FR  : src/components/{Navbar,Footer,StickyMobileCTA}.tsx
 *   - EN  : src/components/en/{NavbarEN,FooterEN,StickyMobileCTAEN}.tsx
 *   - ES  : src/components/es/{NavbarES,FooterES,StickyMobileCTAES}.tsx
 *
 * Internal hrefs follow the canonical FR -> EN -> ES path mapping.
 */

export interface NavProduct {
  name: string;
  tag: string;
  need: string;
  href: string;
}

export interface NavLink {
  name: string;
  href: string;
  badge?: string;
}

export interface FooterColumn {
  titre: string;
  links: NavLink[];
}

export interface NavDict {
  ui: {
    solutions: string;
    youAre: string;
    company: string;
    cta: string;
    ranges: string;
    byRoofType: string;
    allSolutions: string;
    reassurance: string;
  };
  /** Barre utilitaire fine au-dessus de la navbar (accès applicateur). */
  topBar: {
    devenir: NavLink;
    espace: NavLink;
  };
  products: NavProduct[];
  roofTypes: NavLink[];
  sectors: NavLink[];
  company: NavLink[];
  footer: { columns: FooterColumn[]; legal?: string; tagline?: string };
  stickyCta: { label: string; href: string };
}

export const I18N_NAV: Record<Locale, NavDict> = {
  fr: {
    ui: {
      solutions: "Solutions",
      youAre: "Vous êtes",
      company: "Covalba",
      cta: "Demander un devis",
      ranges: "Nos gammes",
      byRoofType: "Par type de toiture",
      allSolutions: "Toutes les solutions",
      reassurance: "SRI 118–119 · Fabrication française · 20 ans de garantie",
    },
    topBar: {
      devenir: { name: "Devenir applicateur", href: "/devenir-applicateur" },
      espace: { name: "Espace applicateur", href: "https://partners.covalba.com/users/sign_in" },
    },
    products: [
      {
        name: "CovaTherm",
        tag: "Peinture cool roof",
        need: "Votre toiture est en bon état et vous voulez réduire la chaleur et la facture énergétique.",
        href: "/peinture-reflective-covatherm",
      },
      {
        name: "CovaSeal 20",
        tag: "Toiture fissurée ou poreuse",
        need: "Votre toiture présente des microfissures ou des infiltrations. Cool roof + étanchéité en une seule application.",
        href: "/covaseal",
      },
      {
        name: "CovaMetal 20",
        tag: "Bac acier / toiture métallique",
        need: "Votre toiture est en métal, elle rouille ou se déforme. 3 en 1 : cool roof, anticorrosion et étanchéité.",
        href: "/covametal",
      },
      {
        name: "CovaTherm Light",
        tag: "Lanterneaux translucides",
        need: "Vous avez des surfaces en polycarbonate ou polyester. Bloque la chaleur tout en conservant la lumière naturelle.",
        href: "/laque-solaire-covatherm-light",
      },
    ],
    roofTypes: [
      { name: "Membrane bitumineuse", href: "/toitures/membrane-bitumineuse" },
      { name: "Bac acier", href: "/toitures/bac-acier" },
      { name: "Toiture plate", href: "/toitures/toiture-plate" },
      { name: "Fibrociment", href: "/toitures/fibrociment" },
      { name: "Tuiles ciment", href: "/toitures/tuiles-ciment" },
    ],
    sectors: [
      { name: "Industrie", href: "/industrie" },
      { name: "Distribution", href: "/distribution" },
      { name: "Logistique", href: "/logistique" },
      { name: "Collectivité", href: "/collectivité" },
      { name: "Tertiaire", href: "/tertiaire" },
      { name: "Agricole", href: "/industries/agricole" },
      { name: "ERP", href: "/industries/erp" },
      { name: "Applicateur", href: "/devenir-applicateur", badge: "Pro" },
    ],
    company: [
      { name: "Qui sommes-nous ?", href: "/qui-sommes-nous" },
      { name: "Contact", href: "/contact" },
      { name: "Nos réalisations", href: "/references" },
      { name: "Prime CEE", href: "/bat-en-112" },
      { name: "Guides", href: "/guides" },
    ],
    footer: {
      tagline:
        "Covalba, fabricant français de revêtements réfléchissants pour toitures professionnelles. Faites des économies d'énergie dès le premier été.",
      legal: "Mentions légales",
      columns: [
        {
          titre: "Gammes",
          links: [
            { name: "CovaTherm", href: "/peinture-reflective-covatherm" },
            { name: "CovaSeal", href: "/covaseal" },
            { name: "CovaMetal", href: "/covametal" },
            { name: "Laque solaire", href: "/laque-solaire-covatherm-light" },
          ],
        },
        {
          titre: "Secteurs",
          links: [
            { name: "Industrie", href: "/industrie" },
            { name: "Distribution", href: "/distribution" },
            { name: "Logistique", href: "/logistique" },
            { name: "Tertiaire", href: "/tertiaire" },
            { name: "Collectivités", href: "/collectivité" },
            { name: "Agricole", href: "/industries/agricole" },
            { name: "ERP", href: "/industries/erp" },
          ],
        },
        {
          titre: "Covalba",
          links: [
            { name: "Qui sommes-nous", href: "/qui-sommes-nous" },
            { name: "Réalisations", href: "/references" },
            { name: "Devenir applicateur", href: "/devenir-applicateur" },
            { name: "Contact", href: "/contact" },
          ],
        },
        {
          titre: "Ressources",
          links: [
            { name: "Cool roof à Roissy-en-France", href: "/cool-roof-roissy" },
            { name: "FAQ", href: "/faq" },
            { name: "Guides", href: "/guides" },
            { name: "Livre blanc", href: "/guide-cool-roof" },
            { name: "Simulateur ROI", href: "/simulateur-economie-energie" },
            { name: "Estimation budget travaux", href: "/estimation" },
            { name: "Primes CEE", href: "/bat-en-112" },
          ],
        },
      ],
    },
    stickyCta: { label: "Estimer mon budget", href: "#contact" },
  },

  en: {
    ui: {
      solutions: "Solutions",
      youAre: "You are",
      company: "Covalba",
      cta: "Request a quote",
      ranges: "Our ranges",
      byRoofType: "By roof type",
      allSolutions: "All solutions",
      reassurance: "SRI 118–119 · 20-year anti-UV topcoat · 20-year warranty",
    },
    topBar: {
      devenir: { name: "Become an applicator", href: "/devenir-applicateur" },
      espace: { name: "Applicator portal", href: "https://partners.covalba.com/users/sign_in" },
    },
    products: [
      {
        name: "CovaTherm",
        tag: "Reflective roof coating",
        need: "Your roof is in good shape and you want to cut the building's heat gain and energy bills.",
        href: "/en/solutions/covatherm",
      },
      {
        name: "CovaSeal 20",
        tag: "Cracked or porous roof",
        need: "Your roof has microcracks or leaks. Reflective coating plus waterproofing in a single application.",
        href: "/en/solutions/covaseal-20",
      },
      {
        name: "CovaMetal 20",
        tag: "Steel deck / metal roof",
        need: "Your metal roof is rusting or warping. 3-in-1: reflective coating, rust protection and waterproofing.",
        href: "/en/solutions/covametal-20",
      },
      {
        name: "CovaTherm Light",
        tag: "Translucent skylights",
        need: "You have polycarbonate or polyester surfaces. Blocks heat while letting natural light through.",
        href: "/en/solutions/covatherm-light",
      },
    ],
    roofTypes: [
      { name: "Bituminous membrane", href: "/en/roofs/bitumen-membrane" },
      { name: "Steel deck", href: "/en/roofs/steel-deck" },
      { name: "Flat roof", href: "/en/roofs/flat-roof" },
      { name: "Fiber cement", href: "/en/roofs/fiber-cement" },
      { name: "Cement tiles", href: "/en/roofs/concrete-tiles" },
    ],
    // NOTE: the EN maquette nav (NavbarEN.tsx) has NO applicator sector and NO "Pro" badge.
    // To preserve the FR structure (sectors x8 incl. the Pro item), the 8th entry below
    // ("Distributors & partners", badge "Pro") is taken from the EN `company` list — it is
    // the EN equivalent of FR "Applicateur". The maquette renders it under "Covalba", not
    // under sectors; this dictionary surfaces it here for structural parity with FR.
    sectors: [
      { name: "Industry", href: "/en/industry" },
      { name: "Retail", href: "/en/industries/retail" },
      { name: "Logistics", href: "/en/industries/logistics" },
      { name: "Public sector", href: "/en/industries/public-sector" },
      { name: "Commercial", href: "/en/industries/commercial" },
      { name: "Agriculture", href: "/en/industries/agriculture" },
      { name: "Public venues", href: "/en/industries/public-venues" },
      { name: "Distributors & partners", href: "/en/become-a-partner", badge: "Pro" },
    ],
    // NOTE: FR company[3] is "Prime CEE" (/bat-en-112); the EN maquette replaces it with
    // "Distributors & partners" (/en). Kept verbatim from NavbarEN.tsx.
    company: [
      { name: "Who we are", href: "/en/about-us" },
      { name: "Contact", href: "/en/contact" },
      { name: "Our projects", href: "/en/case-studies" },
      { name: "Distributors & partners", href: "/en/become-a-partner" },
    ],
    footer: {
      tagline:
        "Covalba manufactures reflective roof coatings for industrial and commercial buildings. Cut heat and energy costs starting the very first summer.",
      legal: "Legal notice",
      columns: [
        {
          titre: "Ranges",
          links: [
            { name: "CovaTherm", href: "/en/solutions/covatherm" },
            { name: "CovaSeal", href: "/en/solutions/covaseal-20" },
            { name: "CovaMetal", href: "/en/solutions/covametal-20" },
            { name: "CovaTherm Light", href: "/en/solutions/covatherm-light" },
          ],
        },
        {
          titre: "Sectors",
          links: [
            { name: "Industry", href: "/en/industry" },
            { name: "Retail", href: "/en/industries/retail" },
            { name: "Logistics", href: "/en/industries/logistics" },
            { name: "Commercial", href: "/en/industries/commercial" },
            { name: "Public sector", href: "/en/industries/public-sector" },
            { name: "Agriculture", href: "/en/industries/agriculture" },
            { name: "Public venues", href: "/en/industries/public-venues" },
          ],
        },
        {
          titre: "Covalba",
          links: [
            { name: "Who we are", href: "/en/about-us" },
            { name: "Projects", href: "/en/case-studies" },
            { name: "Distributors & partners", href: "/en/become-a-partner" },
            { name: "Contact", href: "/en/contact" },
          ],
        },
        {
          titre: "Resources",
          links: [
            { name: "FAQ", href: "/en" },
            { name: "White paper", href: "/en/cool-roof-guide" },
            { name: "ROI calculator", href: "/en" },
            { name: "Project budget estimate", href: "/en" },
          ],
        },
      ],
    },
    stickyCta: { label: "Request a quote", href: "/en" },
  },

  es: {
    ui: {
      solutions: "Soluciones",
      youAre: "Usted es",
      company: "Covalba",
      cta: "Solicitar presupuesto",
      ranges: "Nuestras gamas",
      byRoofType: "Por tipo de cubierta",
      allSolutions: "Todas las soluciones",
      reassurance:
        "Pintura reflectante (cool roof) · SRI 118–119 · Rendimiento duradero",
    },
    topBar: {
      devenir: { name: "Conviértete en aplicador", href: "/devenir-applicateur" },
      espace: { name: "Espacio aplicador", href: "https://partners.covalba.com/users/sign_in" },
    },
    products: [
      {
        name: "CovaTherm",
        tag: "Pintura reflectante",
        need: "Su cubierta está en buen estado y quiere reducir el calor y la factura energética.",
        href: "/es/soluciones/covatherm",
      },
      {
        name: "CovaSeal 20",
        tag: "Pintura reflectante + impermeabilizante",
        need: "Su cubierta presenta microfisuras o filtraciones. Reflectancia solar e impermeabilización en una sola aplicación.",
        href: "/es/soluciones/covaseal-20",
      },
      {
        name: "CovaMetal 20",
        tag: "Pintura reflectante para metal",
        need: "Su cubierta es metálica, se oxida o se deforma. 3 en 1: efecto reflectante, anticorrosión e impermeabilización.",
        href: "/es/soluciones/covametal-20",
      },
      {
        name: "CovaTherm Light",
        tag: "Pintura reflectante para lucernarios",
        need: "Tiene superficies de policarbonato o poliéster. Bloquea el calor y conserva la luz natural.",
        href: "/es/soluciones/covatherm-light",
      },
    ],
    roofTypes: [
      { name: "Membrana bituminosa", href: "/es/cubiertas/membrana-bituminosa" },
      { name: "Cubierta metálica", href: "/es/cubiertas/chapa-de-acero" },
      { name: "Cubierta plana", href: "/es/cubiertas/cubierta-plana" },
      { name: "Fibrocemento", href: "/es/cubiertas/fibrocemento" },
      { name: "Tejas de cemento", href: "/es/cubiertas/tejas-de-cemento" },
    ],
    sectors: [
      { name: "Industria", href: "/es/industria" },
      { name: "Distribución", href: "/es/industrias/distribucion" },
      { name: "Logística", href: "/es/industrias/logistica" },
      { name: "Sector público", href: "/es/industrias/sector-publico" },
      { name: "Sector terciario", href: "/es/industrias/comercial" },
      { name: "Sector agrícola", href: "/es/industrias/agricola" },
      { name: "Pública concurrencia", href: "/es/industrias/publica-concurrencia" },
      { name: "Distribuidores y socios", href: "/es/conviertete-en-aplicador", badge: "Pro" },
    ],
    // NOTE: FR company[3] is "Prime CEE" (/bat-en-112); the ES maquette replaces it with
    // "Distribuidores y socios" (/es). Kept verbatim from NavbarES.tsx.
    company: [
      { name: "¿Quiénes somos?", href: "/es/quienes-somos" },
      { name: "Contacto", href: "/es/contacto" },
      { name: "Nuestras realizaciones", href: "/es/casos-de-exito" },
      { name: "Distribuidores y socios", href: "/es/conviertete-en-aplicador" },
    ],
    footer: {
      tagline:
        "Covalba, especialista en pinturas reflectantes (cool roof) para cubiertas profesionales. Ahorre energía desde el primer verano.",
      legal: "Aviso legal",
      columns: [
        {
          titre: "Gamas",
          links: [
            { name: "CovaTherm", href: "/es/soluciones/covatherm" },
            { name: "CovaSeal 20", href: "/es/soluciones/covaseal-20" },
            { name: "CovaMetal 20", href: "/es/soluciones/covametal-20" },
            { name: "CovaTherm Light", href: "/es/soluciones/covatherm-light" },
          ],
        },
        {
          titre: "Sectores",
          links: [
            { name: "Industria", href: "/es/industria" },
            { name: "Distribución", href: "/es/industrias/distribucion" },
            { name: "Logística", href: "/es/industrias/logistica" },
            { name: "Sector terciario", href: "/es/industrias/comercial" },
            { name: "Sector público", href: "/es/industrias/sector-publico" },
            { name: "Sector agrícola", href: "/es/industrias/agricola" },
            {
              name: "Establecimientos de pública concurrencia",
              href: "/es/industrias/publica-concurrencia",
            },
          ],
        },
        {
          titre: "Covalba",
          links: [
            { name: "Quiénes somos", href: "/es/quienes-somos" },
            { name: "Realizaciones", href: "/es/casos-de-exito" },
            { name: "Distribuidores y socios", href: "/es/conviertete-en-aplicador" },
            { name: "Contacto", href: "/es/contacto" },
          ],
        },
        {
          titre: "Recursos",
          links: [
            { name: "FAQ", href: "/es" },
            { name: "Guía pintura reflectante (cool roof)", href: "/es/guia-cool-roof" },
            { name: "Libro blanco", href: "/es" },
            { name: "Simulador de ROI", href: "/es" },
            { name: "Estimación del coste de obra", href: "/es" },
          ],
        },
      ],
    },
    stickyCta: { label: "Solicitar presupuesto", href: "/es" },
  },
};
