{"id":15,"date":"2025-12-10T15:08:23","date_gmt":"2025-12-10T15:08:23","guid":{"rendered":"https:\/\/powdercoatlinekt.com\/?page_id=15"},"modified":"2026-05-09T06:29:42","modified_gmt":"2026-05-09T06:29:42","slug":"powder-coating-line","status":"publish","type":"page","link":"https:\/\/www.powdercoatlinekt.com\/de\/powder-coating-line\/","title":{"rendered":"Pulverbeschichtungsanlage Fabrik"},"content":{"rendered":"<script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\n<link rel=\"preconnect\" href=\"https:\/\/fonts.googleapis.com\" \/>\n  <link rel=\"preconnect\" href=\"https:\/\/fonts.gstatic.com\" crossorigin \/>\n  <link href=\"https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap\" rel=\"stylesheet\" \/>\n\n  <script>\n    tailwind.config = {\n      theme: {\n        extend: {\n          colors: {\n            primary: '#A008FC',\n            secondary: '#6366F1',\n            accent: '#EC4899'\n          },\n          fontFamily: {\n            sans: ['Inter', 'system-ui', 'sans-serif']\n          }\n        }\n      }\n    }\n  <\/script>\n\n  <style>\n    html { scroll-behavior: smooth; }\n\n    body {\n      font-family: Inter, system-ui, sans-serif;\n      background: #ffffff;\n      color: #262626;\n      overflow-x: hidden;\n    }\n\n    .container {\n      max-width: 1280px;\n    }\n\n    \/* Contact Popup + Floating Buttons *\/\n    :root {\n      --kt-primary: #A008FC;\n      --kt-secondary: #6366F1;\n      --kt-accent: #EC4899;\n      --kt-dark: #171717;\n      --kt-border: rgba(160, 8, 252, 0.18);\n      --kt-light: #FAF5FF;\n    }\n\n    .kt-contact-float {\n      position: fixed;\n      right: 28px;\n      bottom: 28px;\n      z-index: 9998;\n      display: flex;\n      flex-direction: column;\n      align-items: flex-end;\n      gap: 12px;\n      font-family: Inter, system-ui, sans-serif;\n    }\n\n    .kt-float-main,\n    .kt-float-whatsapp {\n      text-decoration: none !important;\n    }\n\n    .kt-float-main {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 56px;\n      padding: 14px 24px;\n      border-radius: 999px;\n      background: linear-gradient(135deg, var(--kt-primary), var(--kt-accent));\n      color: #fff !important;\n      font-size: 15px;\n      font-weight: 900;\n      box-shadow: 0 22px 54px rgba(160, 8, 252, 0.36);\n      transition: all 0.22s ease;\n    }\n\n    .kt-float-main:hover {\n      transform: translateY(-3px);\n      box-shadow: 0 28px 70px rgba(160, 8, 252, 0.48);\n    }\n\n    .kt-float-whatsapp {\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      min-height: 44px;\n      padding: 11px 18px;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.96);\n      color: var(--kt-primary) !important;\n      font-size: 13px;\n      font-weight: 900;\n      border: 1px solid var(--kt-border);\n      box-shadow: 0 14px 36px rgba(23, 23, 23, 0.12);\n      backdrop-filter: blur(14px);\n      transition: all 0.22s ease;\n    }\n\n    .kt-float-whatsapp:hover {\n      background: var(--kt-light);\n      transform: translateY(-2px);\n    }\n\n    .kt-mobile-contact-bar {\n      position: fixed;\n      left: 12px;\n      right: 12px;\n      bottom: 12px;\n      z-index: 9998;\n      display: none;\n      grid-template-columns: 1fr 1fr;\n      gap: 10px;\n      padding: 10px;\n      border-radius: 22px;\n      background: rgba(255, 255, 255, 0.94);\n      border: 1px solid var(--kt-border);\n      box-shadow: 0 20px 55px rgba(160, 8, 252, 0.25);\n      backdrop-filter: blur(16px);\n    }\n\n    .kt-mobile-contact-btn {\n      display: flex;\n      min-height: 48px;\n      align-items: center;\n      justify-content: center;\n      border-radius: 16px;\n      font-size: 14px;\n      font-weight: 900;\n      text-decoration: none !important;\n    }\n\n    .kt-mobile-primary {\n      background: linear-gradient(135deg, var(--kt-primary), var(--kt-accent));\n      color: #fff !important;\n    }\n\n    .kt-mobile-secondary {\n      background: var(--kt-light);\n      color: var(--kt-primary) !important;\n      border: 1px solid var(--kt-border);\n    }\n\n    .kt-popup {\n      position: fixed;\n      inset: 0;\n      z-index: 9999;\n      display: none;\n      align-items: center;\n      justify-content: center;\n      padding: 18px;\n      background: rgba(23, 23, 23, 0.72);\n      backdrop-filter: blur(10px);\n    }\n\n    .kt-popup:target {\n      display: flex;\n    }\n\n    .kt-popup-box {\n      position: relative;\n      width: min(980px, 100%);\n      max-height: 92vh;\n      overflow: hidden;\n      border-radius: 32px;\n      background: #fff;\n      border: 1px solid var(--kt-border);\n      box-shadow: 0 38px 100px rgba(23, 23, 23, 0.34);\n      animation: ktPopupIn 0.22s ease both;\n    }\n\n    @keyframes ktPopupIn {\n      from {\n        opacity: 0;\n        transform: translateY(18px) scale(0.98);\n      }\n      to {\n        opacity: 1;\n        transform: translateY(0) scale(1);\n      }\n    }\n\n    .kt-popup-close {\n      position: absolute;\n      top: 16px;\n      right: 16px;\n      z-index: 4;\n      display: flex;\n      width: 40px;\n      height: 40px;\n      align-items: center;\n      justify-content: center;\n      border-radius: 999px;\n      background: var(--kt-light);\n      color: var(--kt-primary) !important;\n      border: 1px solid var(--kt-border);\n      text-decoration: none !important;\n      font-size: 20px;\n      font-weight: 900;\n    }\n\n    .kt-popup-grid {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      min-height: 620px;\n    }\n\n    .kt-popup-left {\n      padding: 40px;\n      color: #fff;\n      background:\n        radial-gradient(circle at top right, rgba(255,255,255,.20), transparent 34%),\n        radial-gradient(circle at bottom left, rgba(236,72,153,.30), transparent 44%),\n        linear-gradient(135deg, #171717 0%, #581c87 46%, #A008FC 100%);\n      display: flex;\n      flex-direction: column;\n      justify-content: space-between;\n      gap: 28px;\n    }\n\n    .kt-popup-logo {\n      display: flex;\n      width: 64px;\n      height: 64px;\n      align-items: center;\n      justify-content: center;\n      border-radius: 22px;\n      background: rgba(255,255,255,.16);\n      border: 1px solid rgba(255,255,255,.24);\n      font-size: 22px;\n      font-weight: 900;\n    }\n\n    .kt-popup-left h3 {\n      margin: 24px 0 14px;\n      font-size: 36px;\n      line-height: 1.12;\n      font-weight: 900;\n      letter-spacing: -0.04em;\n    }\n\n    .kt-popup-left p {\n      margin: 0;\n      color: rgba(255,255,255,.82);\n      font-size: 15px;\n      line-height: 1.75;\n    }\n\n    .kt-proof-list {\n      display: grid;\n      gap: 12px;\n    }\n\n    .kt-proof-item {\n      display: flex;\n      gap: 12px;\n      align-items: flex-start;\n      padding: 14px;\n      border-radius: 18px;\n      background: rgba(255,255,255,.12);\n      border: 1px solid rgba(255,255,255,.15);\n    }\n\n    .kt-proof-num {\n      flex: 0 0 28px;\n      display: flex;\n      width: 28px;\n      height: 28px;\n      align-items: center;\n      justify-content: center;\n      border-radius: 999px;\n      background: rgba(255,255,255,.18);\n      color: #fff;\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .kt-proof-item strong {\n      display: block;\n      margin-bottom: 4px;\n      color: #fff;\n      font-size: 14px;\n    }\n\n    .kt-proof-item span {\n      display: block;\n      color: rgba(255,255,255,.76);\n      font-size: 12px;\n      line-height: 1.55;\n    }\n\n    .kt-popup-right {\n      padding: 40px;\n      overflow-y: auto;\n    }\n\n    .kt-popup-title {\n      margin: 0 48px 10px 0;\n      color: #171717;\n      font-size: 30px;\n      line-height: 1.2;\n      font-weight: 900;\n      letter-spacing: -0.03em;\n    }\n\n    .kt-popup-subtitle {\n      margin: 0 0 22px;\n      color: #737373;\n      font-size: 14px;\n      line-height: 1.7;\n    }\n\n    .kt-form-tags {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 8px;\n      margin-bottom: 22px;\n    }\n\n    .kt-form-tag {\n      display: inline-flex;\n      padding: 8px 12px;\n      border-radius: 999px;\n      background: var(--kt-light);\n      color: var(--kt-primary);\n      border: 1px solid var(--kt-border);\n      font-size: 12px;\n      font-weight: 900;\n    }\n\n    .kt-form-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 12px;\n    }\n\n    .kt-label {\n      display: block;\n      margin-bottom: 7px;\n      color: #404040;\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .kt-field {\n      display: block !important;\n      width: 100% !important;\n      padding: 13px 14px !important;\n      border: 1.5px solid rgba(160, 8, 252, 0.22) !important;\n      border-radius: 14px !important;\n      background: #fff !important;\n      color: #171717 !important;\n      font-family: Inter, system-ui, sans-serif !important;\n      font-size: 14px !important;\n      outline: none !important;\n      box-sizing: border-box !important;\n      margin: 0 !important;\n      box-shadow: none !important;\n      -webkit-appearance: none !important;\n      transition: all .2s ease !important;\n    }\n\n    .kt-field::placeholder {\n      color: #a3a3a3 !important;\n    }\n\n    .kt-field:focus {\n      border-color: var(--kt-primary) !important;\n      background: var(--kt-light) !important;\n      box-shadow: 0 0 0 4px rgba(160, 8, 252, 0.14) !important;\n    }\n\n    .kt-submit {\n      width: 100%;\n      min-height: 56px;\n      border: 0;\n      border-radius: 16px;\n      background: linear-gradient(135deg, var(--kt-primary), var(--kt-accent));\n      color: #fff;\n      font-size: 15px;\n      font-weight: 900;\n      cursor: pointer;\n      box-shadow: 0 20px 44px rgba(160, 8, 252, 0.30);\n      transition: all .2s ease;\n    }\n\n    .kt-submit:hover {\n      transform: translateY(-1px);\n      box-shadow: 0 24px 58px rgba(160, 8, 252, 0.40);\n    }\n\n    .kt-submit:disabled {\n      opacity: .62;\n      cursor: not-allowed;\n      transform: none;\n    }\n\n    .kt-error {\n      display: none;\n      margin: 0;\n      color: #dc2626;\n      font-size: 12px;\n      text-align: center;\n    }\n\n    .kt-note {\n      margin-top: 14px;\n      padding: 14px;\n      border-radius: 16px;\n      background: var(--kt-light);\n      border: 1px solid var(--kt-border);\n      color: #737373;\n      font-size: 12px;\n      line-height: 1.65;\n    }\n\n    @media (max-width: 860px) {\n      .kt-popup-box {\n        width: min(540px, 100%);\n        overflow-y: auto;\n      }\n\n      .kt-popup-grid {\n        grid-template-columns: 1fr;\n        min-height: 0;\n      }\n\n      .kt-popup-left {\n        padding: 30px;\n      }\n\n      .kt-popup-left h3 {\n        font-size: 30px;\n      }\n\n      .kt-popup-right {\n        padding: 30px;\n      }\n    }\n\n    @media (max-width: 640px) {\n      body {\n        padding-bottom: 82px;\n      }\n\n      .kt-contact-float {\n        display: none;\n      }\n\n      .kt-mobile-contact-bar {\n        display: grid;\n      }\n\n      .kt-popup {\n        align-items: flex-end;\n        padding: 10px;\n      }\n\n      .kt-popup-box {\n        max-height: 94vh;\n        border-radius: 26px 26px 18px 18px;\n      }\n\n      .kt-popup-left {\n        display: none;\n      }\n\n      .kt-popup-right {\n        padding: 26px 20px 22px;\n      }\n\n      .kt-popup-title {\n        margin-right: 44px;\n        font-size: 24px;\n      }\n\n      .kt-form-row {\n        grid-template-columns: 1fr;\n      }\n    }\n  <\/style>\n<main class=\"bg-white text-neutral-800\">\n\n  <!-- Hero Section -->\n  <section class=\"relative py-20 bg-gradient-to-br from-primary\/5 via-white to-secondary\/5 overflow-hidden\">\n    <div class=\"absolute inset-0 opacity-40 pointer-events-none\">\n      <div class=\"absolute -top-24 -left-24 w-80 h-80 bg-primary\/15 rounded-full blur-3xl\"><\/div>\n      <div class=\"absolute -bottom-32 -right-24 w-96 h-96 bg-accent\/15 rounded-full blur-3xl\"><\/div>\n    <\/div>\n\n    <div class=\"relative z-10 container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto grid lg:grid-cols-2 gap-16 items-center\">\n        <div class=\"space-y-8\">\n          <div class=\"inline-flex items-center px-4 py-2 bg-primary\/10 text-primary rounded-full text-sm font-medium\">\n            <span class=\"w-2 h-2 bg-primary rounded-full mr-2 animate-pulse\"><\/span>\n            Engineering Powder Coating Lines That Really Run\n          <\/div>\n\n          <div class=\"space-y-4\">\n            <h1 class=\"text-4xl lg:text-5xl font-bold leading-tight\">\n              <span class=\"bg-gradient-to-r from-primary via-accent to-secondary bg-clip-text text-transparent\">\n                Powder Coating Lines\n              <\/span>\n              <br \/>\n              <span class=\"text-neutral-900\">for Real Industrial Production<\/span>\n            <\/h1>\n            <p class=\"text-lg text-neutral-600 leading-relaxed\">\n              Ketu designs and manufactures complete electrostatic powder coating lines for metal furniture,\n              electrical cabinets and <a href=\"\/aluminum-profile-powder-coating-line\/\" style=\"font-weight:bold;color:#7c3aed;text-decoration:underline;\">aluminum profile<\/a>s. From layout and conveyor to booth and curing oven,\n              every line is engineered around your products, takt time and workshop space.\n            <\/p>\n          <\/div>\n\n          <div class=\"grid sm:grid-cols-2 gap-4\">\n            <div class=\"flex items-start space-x-3\">\n              <div class=\"w-8 h-8 rounded-xl bg-primary\/10 flex items-center justify-center\">\n                <span class=\"w-3 h-3 rounded-full bg-primary\"><\/span>\n              <\/div>\n              <div>\n                <p class=\"font-semibold text-neutral-800\">Complete Line Solutions<\/p>\n                <p class=\"text-sm text-neutral-600\">Pretreatment, spraying, curing and conveyor as one integrated system.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"flex items-start space-x-3\">\n              <div class=\"w-8 h-8 rounded-xl bg-secondary\/10 flex items-center justify-center\">\n                <span class=\"w-3 h-3 rounded-full bg-secondary\"><\/span>\n              <\/div>\n              <div>\n                <p class=\"font-semibold text-neutral-800\">Application-Specific Design<\/p>\n                <p class=\"text-sm text-neutral-600\">Lines tailored for furniture, cabinets and aluminum profiles.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"flex items-start space-x-3\">\n              <div class=\"w-8 h-8 rounded-xl bg-accent\/10 flex items-center justify-center\">\n                <span class=\"w-3 h-3 rounded-full bg-accent\"><\/span>\n              <\/div>\n              <div>\n                <p class=\"font-semibold text-neutral-800\">Balanced Investment & Capacity<\/p>\n                <p class=\"text-sm text-neutral-600\">Manual, semi-automatic or fully automatic configurations.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"flex items-start space-x-3\">\n              <div class=\"w-8 h-8 rounded-xl bg-primary\/10 flex items-center justify-center\">\n                <span class=\"w-3 h-3 rounded-full bg-primary\"><\/span>\n              <\/div>\n              <div>\n                <p class=\"font-semibold text-neutral-800\">Energy & Quality Focused<\/p>\n                <p class=\"text-sm text-neutral-600\">Optimized ovens and recipes for consistent coating quality.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"flex flex-wrap gap-4 pt-2\">\n            <a href=\"#kt-contact-popup\" class=\"px-8 py-3 rounded-full bg-gradient-to-r from-primary to-accent text-white font-semibold shadow-lg shadow-primary\/30 hover:shadow-xl hover:-translate-y-0.5 transition-all\">\n              Request Line Proposal\n            <\/a>\n            <a href=\"#cases\" class=\"px-8 py-3 rounded-full border border-neutral-200 text-neutral-800 font-semibold hover:border-primary hover:text-primary transition-all\">\n              View Reference Projects\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"relative\">\n          <div class=\"bg-white rounded-3xl shadow-2xl border border-neutral-100 overflow-hidden\">\n            <img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/production-line2-170.webp\"\n              alt=\"Ketu powder coating line overview\"\n              class=\"w-full h-full object-cover\"\n            \/>\n          <\/div>\n\n          <div class=\"absolute -top-8 -left-6 w-40 bg-white rounded-2xl shadow-lg border border-neutral-100 overflow-hidden\">\n            <a href=\"\/pretreatment-system-for-powder-coating\/\"><img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-223904.png\"\n              alt=\"Spray pretreatment tunnel\"\n              class=\"w-full h-full object-cover\"\n            \/><\/a>\n            <div class=\"px-3 py-2\">\n              <p class=\"text-xs font-medium text-neutral-700\">Spray Pretreatment<\/p>\n              <p class=\"text-[11px] text-neutral-500\">Multi-stage tunnel for cleaning & conversion.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"absolute top-24 -right-10 w-44 bg-white rounded-2xl shadow-lg border border-neutral-100 overflow-hidden\">\n            <a href=\"\/powder-coating-booth\/\"><img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/powder-booth3-jpg.webp\"\n              alt=\"Powder spray booth\"\n              class=\"w-full h-full object-cover\"\n            \/><\/a>\n            <div class=\"px-3 py-2\">\n              <p class=\"text-xs font-medium text-neutral-700\">Powder Spray Booth<\/p>\n              <p class=\"text-[11px] text-neutral-500\">Automatic & manual guns with recovery system.<\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"absolute -bottom-10 left-10 w-52 bg-white rounded-2xl shadow-lg border border-neutral-100 overflow-hidden\">\n            <a href=\"\/curing-oven\/\"><img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-234243.png\"\n              alt=\"Curing oven\"\n              class=\"w-full h-full object-cover\"\n            \/><\/a>\n            <div class=\"px-4 py-3 flex items-center justify-between\">\n              <div>\n                <p class=\"text-xs font-medium text-neutral-700\">Curing Oven<\/p>\n                <p class=\"text-[11px] text-neutral-500\">Gas \/ electric heating with temperature profiling.<\/p>\n              <\/div>\n              <div class=\"text-right\">\n                <p class=\"text-xs font-semibold text-primary\">Energy focused<\/p>\n                <p class=\"text-[11px] text-neutral-500\">Optimized insulation<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Section: What is a Powder Coating Line -->\n  <section class=\"py-20 bg-neutral-50\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto grid lg:grid-cols-2 gap-12 items-start\">\n        <div class=\"space-y-6\">\n          <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900\">\n            More Than a Booth and an Oven\n          <\/h2>\n          <p class=\"text-neutral-600 text-lg leading-relaxed\">\n            In Ketu\u2019s definition, a powder coating line is a complete material-flow system. It connects pretreatment,\n            drying, powder coating and curing with conveyor, hangers and operators to form one stable process that runs\n            every day on your factory floor.\n          <\/p>\n          <ul class=\"space-y-3 text-neutral-700\">\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <p>Designed from your real products, takt time and plant layout \u2013 not just catalog drawings.<\/p>\n            <\/li>\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <p>Each module (pretreatment, booth, oven, conveyor) is sized and matched as one system.<\/p>\n            <\/li>\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <p>Energy consumption, manpower and quality are all visible and controllable.<\/p>\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"space-y-5\">\n          <div class=\"bg-white rounded-2xl shadow-lg border border-neutral-100 overflow-hidden\">\n            <img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-26-160529.png\"\n              alt=\"Powder coating line layout drawing\"\n              class=\"w-full h-full object-cover\"\n            \/>\n          <\/div>\n          <div class=\"grid sm:grid-cols-2 gap-4\">\n            <div class=\"bg-white rounded-2xl shadow border border-neutral-100 overflow-hidden\">\n              <img decoding=\"async\"\n                src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-230550.png\"\n                alt=\"Hanger and loading concept\"\n                class=\"w-full h-full object-cover\"\n              \/>\n              <div class=\"px-4 py-3\">\n                <p class=\"text-sm font-semibold text-neutral-800\">Hanger & Loading Concept<\/p>\n                <p class=\"text-xs text-neutral-500\">Optimized for weight, shape and nesting.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"bg-white rounded-2xl shadow border border-neutral-100 overflow-hidden\">\n              <a href=\"\/conveyor-system-for-powder-coating\/\"><img decoding=\"async\"\n                src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-231640.png\"\n                alt=\"Conveyor and flow\"\n                class=\"w-full h-full object-cover\"\n              \/><\/a>\n              <div class=\"px-4 py-3\">\n                <p class=\"text-sm font-semibold text-neutral-800\">Conveyor & Flow<\/p>\n                <p class=\"text-xs text-neutral-500\">Line speed and pitch set by takt time.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Section: Who We Build Lines For -->\n  <section class=\"py-20 bg-white\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto mb-12 text-center\">\n        <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900 mb-4\">\n          Powder Coating Lines for Your Industry\n        <\/h2>\n        <p class=\"text-lg text-neutral-600 max-w-3xl mx-auto\">\n          Our powder coating lines are engineered for real factories \u2013 metal furniture, electrical cabinets,\n          aluminum profiles and general metal fabrication.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid lg:grid-cols-3 gap-8\">\n        <div class=\"bg-neutral-50 rounded-3xl p-6 border border-neutral-100 shadow-sm\">\n          <div class=\"mb-4\">\n            <a href=\"\/metal-furniture-powder-coating-line\/\"><img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-234202.png\"\n              alt=\"Metal furniture powder coating line\"\n              class=\"w-full h-40 object-cover rounded-2xl mb-4\"\n            \/><\/a>\n            <h3 class=\"text-xl font-semibold text-neutral-900\">Metal Furniture Factories<\/h3>\n          <\/div>\n          <p class=\"text-sm text-neutral-600 mb-4\">\n            Outdoor sets, garden furniture, shelves and frames with high appearance and weathering requirements,\n            often with frequent color changes.\n          <\/p>\n          <ul class=\"text-sm text-neutral-700 space-y-2\">\n            <li>Quick color change systems<\/li>\n            <li>Multi-color production per shift<\/li>\n            <li>Stable film thickness and gloss<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"bg-neutral-50 rounded-3xl p-6 border border-neutral-100 shadow-sm\">\n          <div class=\"mb-4\">\n            <img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/2-jpg.webp\"\n              alt=\"Electrical cabinet powder coating line\"\n              class=\"w-full h-40 object-cover rounded-2xl mb-4\"\n            \/>\n            <h3 class=\"text-xl font-semibold text-neutral-900\">Electrical Cabinets & Enclosures<\/h3>\n          <\/div>\n          <p class=\"text-sm text-neutral-600 mb-4\">\n            Switchgear cabinets, telecom enclosures and control panels requiring strong corrosion protection and\n            reliable electrical performance.\n          <\/p>\n          <ul class=\"text-sm text-neutral-700 space-y-2\">\n            <li>Heavy-duty conveyor for large bodies<\/li>\n            <li>Enhanced pretreatment for corrosion resistance<\/li>\n            <li>Oven design for thick steel panels<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"bg-neutral-50 rounded-3xl p-6 border border-neutral-100 shadow-sm\">\n          <div class=\"mb-4\">\n            <a href=\"\/aluminum-profile-powder-coating-line\/\"><img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-234139.png\"\n              alt=\"Aluminum profile powder coating line\"\n              class=\"w-full h-40 object-cover rounded-2xl mb-4\"\n            \/><\/a>\n            <h3 class=\"text-xl font-semibold text-neutral-900\">Aluminum Profile Producers<\/h3>\n          <\/div>\n          <p class=\"text-sm text-neutral-600 mb-4\">\n            Architectural and industrial profiles for doors, windows, curtain walls and exports to demanding markets.\n          <\/p>\n          <ul class=\"text-sm text-neutral-700 space-y-2\">\n            <li>Solve shielding on edges and corners<\/li>\n            <li>Uniform film thickness on long profiles<\/li>\n            <li>Line concepts for 6\u20137 m or longer pieces<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Section: Types of Lines -->\n  <section class=\"py-20 bg-neutral-50\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto mb-10 text-center\">\n        <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900 mb-4\">\n          Choose the Right Line Configuration\n        <\/h2>\n        <p class=\"text-lg text-neutral-600 max-w-3xl mx-auto\">\n          From manual to fully <a href=\"\/automatic-powder-coating-line\/\" style=\"font-weight:bold;color:#7c3aed;text-decoration:underline;\">automatic powder coating<\/a> lines, we match the technology level with your output, labor and product mix.\n        <\/p>\n      <\/div>\n\n      <div class=\"max-w-6xl mx-auto grid lg:grid-cols-2 gap-8 mb-10 items-center\">\n        <div class=\"space-y-4\">\n          <h3 class=\"text-xl font-semibold text-neutral-900\">\n            One Concept \u2013 Four Configurations\n          <\/h3>\n          <p class=\"text-sm text-neutral-600 leading-relaxed\">\n            All four line configurations follow the same core logic: stable material flow, matched modules and clear takt time.\n            The difference is automation level, investment and required manpower.\n          <\/p>\n          <ul class=\"space-y-2 text-sm text-neutral-700\">\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <span>Manual lines \u2013 flexible, low investment, ideal for small batches and many colors.<\/span>\n            <\/li>\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <span>Semi-automatic lines \u2013 add conveyor and basic automation while keeping flexibility.<\/span>\n            <\/li>\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <span>Fully automatic lines \u2013 for stable, high-volume series and minimum labor per part.<\/span>\n            <\/li>\n            <li class=\"flex items-start\">\n              <span class=\"w-2 h-2 rounded-full bg-primary mr-3 mt-2\"><\/span>\n              <span>Hybrid solutions \u2013 combine automatic zones with manual stations for complex parts.<\/span>\n            <\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl shadow-lg border border-neutral-100 overflow-hidden\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-26-161037.png\"\n            alt=\"Different powder coating line configurations\"\n            class=\"h-full object-cover w-full\"\n          \/>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid lg:grid-cols-4 gap-6 max-w-6xl mx-auto\">\n        <div class=\"bg-white rounded-3xl border border-neutral-200 shadow-sm flex flex-col overflow-hidden\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-232015.png\"\n            alt=\"Manual powder coating line\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-lg font-semibold text-neutral-900 mb-2\">Manual Lines<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              Ideal for small batches, many colors and flexible product mix in job shops or start-up factories.\n            <\/p>\n            <ul class=\"text-xs text-neutral-700 space-y-1.5 mb-4\">\n              <li>Manual spray booth with recovery<\/li>\n              <li>Batch or short-loop conveyor<\/li>\n              <li>Compact curing oven<\/li>\n            <\/ul>\n            <div class=\"mt-auto text-[11px] text-neutral-500\">\n              Best when output is limited but product variety is high.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl border border-neutral-200 shadow-sm flex flex-col overflow-hidden\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-224810.png\"\n            alt=\"Semi automatic powder coating line\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-lg font-semibold text-neutral-900 mb-2\">Semi-Automatic Lines<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              For factories upgrading from purely manual coating while keeping investment under control.\n            <\/p>\n            <ul class=\"text-xs text-neutral-700 space-y-1.5 mb-4\">\n              <li>Continuous overhead conveyor<\/li>\n              <li>Manual + automatic guns<\/li>\n              <li>Integrated oven and basic pretreatment<\/li>\n            <\/ul>\n            <div class=\"mt-auto text-[11px] text-neutral-500\">\n              A balanced step between manual operations and full automation.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl border border-primary\/50 shadow-sm flex flex-col overflow-hidden relative\">\n          <span class=\"absolute top-3 right-3 px-2 py-1 text-[10px] rounded-full bg-primary\/10 text-primary font-medium\">\n            Most Popular\n          <\/span>\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/production-line2.webp\"\n            alt=\"Fully automatic powder coating line\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-lg font-semibold text-neutral-900 mb-2\">Fully Automatic Lines<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              For high-volume, stable product series where output, consistency and low labor cost are critical.\n            <\/p>\n            <ul class=\"text-xs text-neutral-700 space-y-1.5 mb-4\">\n              <li>Continuous conveyor or power & free<\/li>\n              <li>Multi-stage spray pretreatment<\/li>\n              <li>Automatic guns and recipe control<\/li>\n              <li>Gas or electric curing oven<\/li>\n            <\/ul>\n            <div class=\"mt-auto text-[11px] text-neutral-500\">\n              Designed as long-term production assets in core factories.\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-white rounded-3xl border border-neutral-200 shadow-sm flex flex-col overflow-hidden\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/3-jpg-1-190.webp\"\n            alt=\"Hybrid powder coating line\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-lg font-semibold text-neutral-900 mb-2\">Hybrid Solutions<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              Combine automatic zones for main products with manual stations for complex or low-volume parts.\n            <\/p>\n            <ul class=\"text-xs text-neutral-700 space-y-1.5 mb-4\">\n              <li>Automatic sections for repeat parts<\/li>\n              <li>Manual touch-up \/ special racks<\/li>\n              <li>Reuse of existing equipment possible<\/li>\n            <\/ul>\n            <div class=\"mt-auto text-[11px] text-neutral-500\">\n              Ideal for factories with mixed product families and changing orders.\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Section: Process Modules -->\n  <section class=\"py-20 bg-white\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto mb-12 text-center\">\n        <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900 mb-4\">\n          Key Process Modules in a Ketu Line\n        <\/h2>\n        <p class=\"text-lg text-neutral-600 max-w-3xl mx-auto\">\n          Each module is designed and sized to match your parts, capacity and plant utilities.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid lg:grid-cols-4 gap-6 max-w-6xl mx-auto\">\n        <div class=\"bg-neutral-50 rounded-3xl border border-neutral-100 overflow-hidden flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-223904.png\"\n            alt=\"Spray pretreatment tunnel\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-base font-semibold text-neutral-900 mb-2\">Spray Pretreatment<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              Multi-stage tunnel or manual system matched with powder and corrosion requirements.\n            <\/p>\n            <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n              <li>Degreasing & rinsing<\/li>\n              <li>Conversion coating<\/li>\n              <li>Drying options where needed<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-neutral-50 rounded-3xl border border-neutral-100 overflow-hidden flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/powder-booth.webp\"\n            alt=\"Powder spray booth\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-base font-semibold text-neutral-900 mb-2\">Powder Spray Booth<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              High-efficiency booth with recovery and optional quick color change for multi-color production.\n            <\/p>\n            <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n              <li>Manual or automatic guns<\/li>\n              <li>Cartridge \/ cyclone recovery<\/li>\n              <li>Recipe-based controls<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-neutral-50 rounded-3xl border border-neutral-100 overflow-hidden flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-234243.png\"\n            alt=\"Curing oven\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-base font-semibold text-neutral-900 mb-2\">Curing Oven<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              Gas or electric oven with insulation and airflow designed for your steel thickness and powder curves.\n            <\/p>\n            <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n              <li>Tunnel or batch type<\/li>\n              <li>Temperature zoning possible<\/li>\n              <li>Energy-focused design<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n\n        <div class=\"bg-neutral-50 rounded-3xl border border-neutral-100 overflow-hidden flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-225404.png\"\n            alt=\"Conveyor and hangers\"\n            class=\"w-full h-32 object-cover\"\n          \/>\n          <div class=\"p-5 flex-1 flex flex-col\">\n            <h3 class=\"text-base font-semibold text-neutral-900 mb-2\">Conveyor & Hangers<\/h3>\n            <p class=\"text-sm text-neutral-600 mb-3\">\n              Overhead or power & free conveyor matched with your heaviest parts and required line speed.\n            <\/p>\n            <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n              <li>Safe loading height<\/li>\n              <li>Optimized hanger patterns<\/li>\n              <li>Future expansion considered<\/li>\n            <\/ul>\n          <\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"mt-12 text-center\">\n        <a href=\"#kt-contact-popup\" class=\"inline-flex items-center justify-center px-8 py-3 rounded-full bg-gradient-to-r from-primary to-accent text-white font-semibold shadow-lg shadow-primary\/30 hover:shadow-xl transition-all\">\n          Ask for Module Selection Advice\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Section: Project Workflow -->\n  <section class=\"py-20 bg-neutral-50\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto grid lg:grid-cols-2 gap-12 items-center\">\n        <div class=\"space-y-6\">\n          <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900\">\n            How We Build Your Powder Coating Line\n          <\/h2>\n          <p class=\"text-neutral-600 text-lg\">\n            We use a clear step-by-step process to move from first discussion to stable line running in your plant.\n          <\/p>\n          <ol class=\"space-y-3 text-neutral-700 text-sm\">\n            <li><span class=\"font-semibold text-primary\">1. Initial consultation:<\/span> products, output, layout and utilities.<\/li>\n            <li><span class=\"font-semibold text-primary\">2. Concept & budget:<\/span> 1\u20132 layouts with budget range for internal decision.<\/li>\n            <li><span class=\"font-semibold text-primary\">3. Layout optimization:<\/span> refine flow with your production and engineering teams.<\/li>\n            <li><span class=\"font-semibold text-primary\">4. Detailed design:<\/span> mechanical, electrical and interface drawings.<\/li>\n            <li><span class=\"font-semibold text-primary\">5. Manufacturing & pre-assembly:<\/span> modules built and tested at Ketu.<\/li>\n            <li><span class=\"font-semibold text-primary\">6. Installation & commissioning:<\/span> supervised installation on site.<\/li>\n            <li><span class=\"font-semibold text-primary\">7. Trial production & training:<\/span> run your real parts and train operators.<\/li>\n            <li><span class=\"font-semibold text-primary\">8. After-sales support:<\/span> remote and on-site service plus spare parts.<\/li>\n          <\/ol>\n        <\/div>\n\n        <div class=\"space-y-5\">\n          <div class=\"bg-white rounded-3xl shadow-lg border border-neutral-100 overflow-hidden\">\n            <img decoding=\"async\"\n              src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-230658.png\"\n              alt=\"Ketu engineering team discussion\"\n              class=\"aspect-video object-cover w-full\"\n            \/>\n            <div class=\"px-6 py-4 flex items-center justify-between\">\n              <div>\n                <p class=\"text-sm font-semibold text-neutral-900\">Engineering Review<\/p>\n                <p class=\"text-xs text-neutral-500\">Checking product sizes, line speed and space limitations.<\/p>\n              <\/div>\n              <span class=\"text-xs px-3 py-1 rounded-full bg-primary\/10 text-primary font-medium\">\n                Concept Stage\n              <\/span>\n            <\/div>\n          <\/div>\n\n          <div class=\"grid sm:grid-cols-2 gap-4\">\n            <div class=\"bg-white rounded-2xl shadow border border-neutral-100 overflow-hidden\">\n              <img decoding=\"async\"\n                src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-232128.png\"\n                alt=\"Factory pre assembly\"\n                class=\"w-full h-48 object-cover\"\n              \/>\n              <div class=\"px-4 py-3\">\n                <p class=\"text-sm font-semibold text-neutral-900\">Factory Pre-Assembly<\/p>\n                <p class=\"text-xs text-neutral-500\">Key modules tested before shipment.<\/p>\n              <\/div>\n            <\/div>\n            <div class=\"bg-white rounded-2xl shadow border border-neutral-100 overflow-hidden\">\n              <img decoding=\"async\"\n                src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-232034.png\"\n                alt=\"On-site commissioning\"\n                class=\"w-full h-48 object-cover\"\n              \/>\n              <div class=\"px-4 py-3\">\n                <p class=\"text-sm font-semibold text-neutral-900\">On-site Commissioning<\/p>\n                <p class=\"text-xs text-neutral-500\">Trial production with your real products.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Section: Case Snapshots -->\n  <section id=\"cases\" class=\"py-20 bg-white\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-6xl mx-auto mb-12 text-center\">\n        <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900 mb-4\">\n          Reference Projects \u2013 Short Snapshots\n        <\/h2>\n        <p class=\"text-lg text-neutral-600 max-w-3xl mx-auto\">\n          A few examples where Ketu powder coating lines helped customers upgrade capacity, quality and energy use.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid lg:grid-cols-3 gap-8 max-w-6xl mx-auto\">\n        <div class=\"bg-neutral-50 border border-neutral-100 rounded-3xl p-6 flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/image-2025-12-25-225852.png\"\n            alt=\"Outdoor furniture powder coating line\"\n            class=\"w-full h-40 object-cover rounded-2xl mb-4\"\n          \/>\n          <h3 class=\"text-lg font-semibold text-neutral-900 mb-1\">\n            Outdoor Furniture Line \u2013 Southeast Asia\n          <\/h3>\n          <p class=\"text-xs text-neutral-500 mb-3\">Metal furniture factory, multi-color production.<\/p>\n          <p class=\"text-sm text-neutral-700 mb-3\">\n            Upgrading from an unstable line with long color change time to a new automatic line with quick color change booth and optimized hangers.\n          <\/p>\n          <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n            <li>Approx. 30% capacity increase<\/li>\n            <li>Color change downtime clearly reduced<\/li>\n            <li>More stable coating quality for export orders<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"bg-neutral-50 border border-neutral-100 rounded-3xl p-6 flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/jpg-156.webp\"\n            alt=\"Electrical cabinet powder coating line\"\n            class=\"w-full h-40 object-cover rounded-2xl mb-4\"\n          \/>\n          <h3 class=\"text-lg font-semibold text-neutral-900 mb-1\">\n            Electrical Cabinet Line \u2013 North Africa\n          <\/h3>\n          <p class=\"text-xs text-neutral-500 mb-3\">Professional switchgear and control cabinet manufacturer.<\/p>\n          <p class=\"text-sm text-neutral-700 mb-3\">\n            Heavy-duty conveyor and reinforced curing oven design to handle large cabinet bodies while meeting local energy and quality requirements.\n          <\/p>\n          <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n            <li>Safer handling of heavy cabinets<\/li>\n            <li>Lower gas consumption per piece<\/li>\n            <li>Easier to pass end-customer audits<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"bg-neutral-50 border border-neutral-100 rounded-3xl p-6 flex flex-col\">\n          <img decoding=\"async\"\n            src=\"https:\/\/www.powdercoatlinekt.com\/wp-content\/uploads\/2025\/12\/3-jpg-1-190.webp\"\n            alt=\"Aluminum profile powder coating line\"\n            class=\"w-full h-40 object-cover rounded-2xl mb-4\"\n          \/>\n          <h3 class=\"text-lg font-semibold text-neutral-900 mb-1\">\n            Aluminum Profile Line \u2013 Export to Japan\n          <\/h3>\n          <p class=\"text-xs text-neutral-500 mb-3\">Architectural profile producer.<\/p>\n          <p class=\"text-sm text-neutral-700 mb-3\">\n            Specialized hanger design, gun positioning and oven profiling to solve shielding and uneven film thickness on complex profiles.\n          <\/p>\n          <ul class=\"text-xs text-neutral-600 space-y-1 mt-auto\">\n            <li>Stable appearance and weathering performance<\/li>\n            <li>Reduced rework rate<\/li>\n            <li>Consistent quality for Japanese customers<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"py-20 bg-neutral-50\">\n    <div class=\"container mx-auto px-6\">\n      <div class=\"max-w-4xl mx-auto mb-10 text-center\">\n        <h2 class=\"text-3xl lg:text-4xl font-bold text-neutral-900 mb-4\">\n          FAQ About Powder Coating Lines\n        <\/h2>\n        <p class=\"text-lg text-neutral-600\">\n          Some of the most common questions engineering and purchasing teams ask when planning a new line.\n        <\/p>\n      <\/div>\n\n      <div class=\"max-w-4xl mx-auto space-y-4\">\n        <details class=\"group bg-white rounded-2xl border border-neutral-200 px-5 py-4\">\n          <summary class=\"flex items-center justify-between cursor-pointer\">\n            <span class=\"font-semibold text-neutral-900 text-sm\">\n              How do we choose between manual, semi-automatic and fully automatic lines?\n            <\/span>\n            <span class=\"ml-3 text-primary group-open:rotate-90 transition-transform\">\u2192<\/span>\n          <\/summary>\n          <div class=\"mt-3 text-sm text-neutral-700 leading-relaxed\">\n            We look at your target output, labor availability and product mix. Many colors and small batches often point\n            to manual or semi-automatic lines. Stable, high-volume series with limited color changes usually benefit\n            from fully automatic lines.\n          <\/div>\n        <\/details>\n\n        <details class=\"group bg-white rounded-2xl border border-neutral-200 px-5 py-4\">\n          <summary class=\"flex items-center justify-between cursor-pointer\">\n            <span class=\"font-semibold text-neutral-900 text-sm\">\n              Can you reuse part of our existing powder coating line?\n            <\/span>\n            <span class=\"ml-3 text-primary group-open:rotate-90 transition-transform\">\u2192<\/span>\n          <\/summary>\n          <div class=\"mt-3 text-sm text-neutral-700 leading-relaxed\">\n            In many projects, yes. After seeing photos and basic data we can evaluate whether it is meaningful to keep\n            your existing conveyor, oven or booths and upgrade only specific modules, or whether a new line is more\n            economical in the long term.\n          <\/div>\n        <\/details>\n\n        <details class=\"group bg-white rounded-2xl border border-neutral-200 px-5 py-4\">\n          <summary class=\"flex items-center justify-between cursor-pointer\">\n            <span class=\"font-semibold text-neutral-900 text-sm\">\n              What information do you need for a detailed proposal?\n            <\/span>\n            <span class=\"ml-3 text-primary group-open:rotate-90 transition-transform\">\u2192<\/span>\n          <\/summary>\n          <div class=\"mt-3 text-sm text-neutral-700 leading-relaxed\">\n            At minimum: product photos or drawings, max\/min size and weight, target output per day or shift, plant\n            layout with columns and clear height, and your local energy situation such as gas, electricity, or steam.\n          <\/div>\n        <\/details>\n\n        <details class=\"group bg-white rounded-2xl border border-neutral-200 px-5 py-4\">\n          <summary class=\"flex items-center justify-between cursor-pointer\">\n            <span class=\"font-semibold text-neutral-900 text-sm\">\n              How long does installation and commissioning normally take?\n            <\/span>\n            <span class=\"ml-3 text-primary group-open:rotate-90 transition-transform\">\u2192<\/span>\n          <\/summary>\n          <div class=\"mt-3 text-sm text-neutral-700 leading-relaxed\">\n            For standard projects, installation and commissioning usually take several weeks after equipment arrival,\n            depending on line size and civil work readiness. We will provide a project schedule together with the quotation.\n          <\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section id=\"contact\" class=\"py-20 bg-gradient-to-r from-primary\/90 via-accent\/90 to-secondary\/90 text-white relative overflow-hidden\">\n    <div class=\"absolute inset-0 opacity-20 pointer-events-none\">\n      <div class=\"absolute -top-24 -left-10 w-72 h-72 border border-white\/40 rounded-full\"><\/div>\n      <div class=\"absolute bottom-0 right-0 w-60 h-60 border border-white\/20 rounded-3xl rotate-6\"><\/div>\n    <\/div>\n\n    <div class=\"relative container mx-auto px-6\">\n      <div class=\"max-w-4xl mx-auto text-center space-y-6\">\n        <div class=\"inline-flex items-center px-4 py-2 bg-white\/15 rounded-full text-sm font-semibold\">\n          <span class=\"w-2 h-2 bg-white rounded-full mr-2 animate-pulse\"><\/span>\n          Free Engineering Evaluation\n        <\/div>\n\n        <h2 class=\"text-3xl lg:text-4xl font-bold\">\n          Plan Your Next Powder Coating Line with Real Data\n        <\/h2>\n        <p class=\"text-lg text-white\/85 max-w-2xl mx-auto\">\n          Send us your product drawings, size range, target output and a simple plant layout. Our engineering team will\n          prepare a first concept and budget range for your internal discussion.\n        <\/p>\n\n        <div class=\"flex flex-wrap justify-center gap-4 pt-2\">\n          <a\n            href=\"#kt-contact-popup\"\n            class=\"px-8 py-3 rounded-full bg-white text-primary font-semibold shadow-lg hover:bg-neutral-950 hover:text-white transition-all\"\n          >\n            Open Inquiry Form\n          <\/a>\n\n          <a\n            href=\"https:\/\/wa.me\/+8618925987762?text=Hi%20KT%20Machinery%2C%20I%20want%20to%20discuss%20a%20powder%20coating%20line%20project.\"\n            target=\"_blank\"\n            rel=\"noopener noreferrer\"\n            class=\"px-8 py-3 rounded-full border border-white\/60 text-white font-semibold hover:bg-white\/10 transition-all\"\n          >\n            Talk to Engineer on WhatsApp\n          <\/a>\n        <\/div>\n\n        <p class=\"text-sm text-white\/70\">\n          Recommended data: product photos, max size, material, output target, color quantity, workshop layout.\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/main>\n\n<!-- Floating Contact Buttons -->\n<div class=\"kt-contact-float\">\n  <a\n    class=\"kt-float-whatsapp\"\n    href=\"https:\/\/wa.me\/+8618925987762?text=Hi%20KT%20Machinery%2C%20I%20want%20to%20discuss%20a%20powder%20coating%20line%20project.\"\n    target=\"_blank\"\n    rel=\"noopener noreferrer\"\n  >\n    WhatsApp Engineer\n  <\/a>\n\n  <a class=\"kt-float-main\" href=\"#kt-contact-popup\">\n    Get Line Proposal\n  <\/a>\n<\/div>\n\n<!-- Mobile Bottom Contact Bar -->\n<div class=\"kt-mobile-contact-bar\">\n  <a class=\"kt-mobile-contact-btn kt-mobile-primary\" href=\"#kt-contact-popup\">\n    Get Proposal\n  <\/a>\n\n  <a\n    class=\"kt-mobile-contact-btn kt-mobile-secondary\"\n    href=\"https:\/\/wa.me\/+8618925987762?text=Hi%20KT%20Machinery%2C%20I%20want%20to%20discuss%20a%20powder%20coating%20line%20project.\"\n    target=\"_blank\"\n    rel=\"noopener noreferrer\"\n  >\n    WhatsApp\n  <\/a>\n<\/div>\n\n<!-- Popup Inquiry Form -->\n<div id=\"kt-contact-popup\" class=\"kt-popup\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"ktPopupTitle\">\n  <div class=\"kt-popup-box\">\n    <a href=\"#\" class=\"kt-popup-close\" aria-label=\"Close inquiry form\">&times;<\/a>\n\n    <div class=\"kt-popup-grid\">\n      <aside class=\"kt-popup-left\">\n        <div>\n          <div class=\"kt-popup-logo\">KT<\/div>\n\n          <h3>Get Your Powder Coating Line Plan<\/h3>\n\n          <p>\n            Send your product data and workshop layout. KT Machinery will help evaluate the right pretreatment system, powder booth, curing oven, conveyor and control system.\n          <\/p>\n        <\/div>\n\n        <div class=\"kt-proof-list\">\n          <div class=\"kt-proof-item\">\n            <div class=\"kt-proof-num\">1<\/div>\n            <div>\n              <strong>Line configuration<\/strong>\n              <span>Manual, semi-automatic, fully automatic or hybrid solution based on output and product mix.<\/span>\n            <\/div>\n          <\/div>\n\n          <div class=\"kt-proof-item\">\n            <div class=\"kt-proof-num\">2<\/div>\n            <div>\n              <strong>Process module selection<\/strong>\n              <span>Pretreatment, spray booth, <a href=\"\/powder-recovery-system\/\" style=\"font-weight:bold;color:#7c3aed;text-decoration:underline;\">powder recovery<\/a>, curing oven, conveyor and hanger concept.<\/span>\n            <\/div>\n          <\/div>\n\n          <div class=\"kt-proof-item\">\n            <div class=\"kt-proof-num\">3<\/div>\n            <div>\n              <strong>Engineering reply<\/strong>\n              <span>Clear project data helps us prepare a faster and more accurate proposal.<\/span>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/aside>\n\n      <main class=\"kt-popup-right\">\n        <h3 id=\"ktPopupTitle\" class=\"kt-popup-title\">\n          Request a Powder Coating Line Proposal\n        <\/h3>\n\n        <p class=\"kt-popup-subtitle\">\n          Fill in your contact information and basic project requirements. The more details you provide, the faster our engineering team can evaluate your line.\n        <\/p>\n\n        <div class=\"kt-form-tags\">\n          <span class=\"kt-form-tag\">Metal Furniture<\/span>\n          <span class=\"kt-form-tag\">Electrical Cabinet<\/span>\n          <span class=\"kt-form-tag\">Aluminum Profile<\/span>\n          <span class=\"kt-form-tag\">Pretreatment<\/span>\n          <span class=\"kt-form-tag\">Curing Oven<\/span>\n          <span class=\"kt-form-tag\">Powder Booth<\/span>\n        <\/div>\n\n        <form id=\"ktZeroyContactForm\" style=\"display:flex;flex-direction:column;gap:14px;\">\n          <div class=\"kt-form-row\">\n            <div>\n              <label class=\"kt-label\" for=\"kt-name\">Your Name<\/label>\n              <input id=\"kt-name\" name=\"name\" type=\"text\" placeholder=\"Your name\" class=\"kt-field\" \/>\n            <\/div>\n\n            <div>\n              <label class=\"kt-label\" for=\"kt-phone\">Email or WhatsApp *<\/label>\n              <input id=\"kt-phone\" name=\"phone\" type=\"text\" placeholder=\"Email or WhatsApp\" class=\"kt-field\" required \/>\n            <\/div>\n          <\/div>\n\n          <div>\n            <label class=\"kt-label\" for=\"kt-message\">Project Requirements<\/label>\n            <textarea\n              id=\"kt-message\"\n              name=\"message\"\n              rows=\"7\"\n              class=\"kt-field\"\n              style=\"resize:none!important;\"\n              placeholder=\"Example: We need a powder coating line for metal furniture. Max part size 1800 x 800 x 600 mm, output 500 pcs\/day, 4 colors, gas heating, need pretreatment, powder booth, curing oven and conveyor...\"\n            ><\/textarea>\n          <\/div>\n\n          <input type=\"text\" name=\"_zeroy_hp\" style=\"position:absolute!important;left:-9999px!important;\" tabindex=\"-1\" aria-hidden=\"true\" autocomplete=\"off\" value=\"\" \/>\n          <input type=\"hidden\" name=\"_zeroy_redirect\" value=\"https:\/\/www.powdercoatlinekt.com\/\" \/>\n\n          <button type=\"submit\" id=\"kt-submit\" class=\"kt-submit\">\n            Send Inquiry\n          <\/button>\n\n          <p id=\"kt-error\" class=\"kt-error\"><\/p>\n        <\/form>\n\n        <div class=\"kt-note\">\n          <strong style=\"color:#A008FC;\">Recommended information:<\/strong>\n          product photos, max\/min size, weight, material, target output, color quantity, color-change frequency, workshop layout and heating energy.\n        <\/div>\n      <\/main>\n    <\/div>\n  <\/div>\n<\/div>\n\n<script>\n  (function () {\n    var endpoint = 'https:\/\/www.powdercoatlinekt.com\/wp-json\/zeroy\/v1\/submissions';\n    var redirectUrl = 'https:\/\/www.powdercoatlinekt.com\/';\n    var popup = document.getElementById('kt-contact-popup');\n    var form = document.getElementById('ktZeroyContactForm');\n\n    function closePopup() {\n      if (window.location.hash === '#kt-contact-popup') {\n        history.pushState('', document.title, window.location.pathname + window.location.search);\n      }\n    }\n\n    if (popup) {\n      popup.addEventListener('click', function (event) {\n        if (event.target === popup) {\n          closePopup();\n        }\n      });\n    }\n\n    document.addEventListener('keydown', function (event) {\n      if (event.key === 'Escape') {\n        closePopup();\n      }\n    });\n\n    if (!form) return;\n\n    form.addEventListener('submit', async function (event) {\n      event.preventDefault();\n\n      var submitBtn = document.getElementById('kt-submit');\n      var errorBox = document.getElementById('kt-error');\n      var name = document.getElementById('kt-name').value.trim();\n      var phone = document.getElementById('kt-phone').value.trim();\n      var message = document.getElementById('kt-message').value.trim();\n\n      if (!phone) {\n        errorBox.textContent = 'Please enter your Email or WhatsApp.';\n        errorBox.style.display = 'block';\n        return;\n      }\n\n      submitBtn.textContent = 'Sending...';\n      submitBtn.disabled = true;\n      errorBox.style.display = 'none';\n\n      var formData = new FormData();\n      formData.append('name', name);\n      formData.append('phone', phone);\n      formData.append('message', message);\n      formData.append('_zeroy_hp', '');\n      formData.append('_zeroy_redirect', redirectUrl);\n\n      try {\n        var response = await fetch(endpoint, {\n          method: 'POST',\n          body: formData\n        });\n\n        var result = null;\n\n        try {\n          result = await response.json();\n        } catch (jsonError) {}\n\n        if (response.ok && result && result.success === true) {\n          window.location.href = redirectUrl;\n          return;\n        }\n\n        submitBtn.textContent = 'Send Inquiry';\n        submitBtn.disabled = false;\n        errorBox.textContent = 'Failed to submit. Please try again or contact us on WhatsApp.';\n        errorBox.style.display = 'block';\n      } catch (error) {\n        submitBtn.textContent = 'Send Inquiry';\n        submitBtn.disabled = false;\n        errorBox.textContent = 'Network error. Please try again or contact us on WhatsApp.';\n        errorBox.style.display = 'block';\n      }\n    });\n  })();\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Engineering Powder Coating Lines That Really Run Powder Coating Lines for Real Industrial Production Ketu designs and manufactures complete electrostatic powder coating lines for metal furniture, electrical cabinets and aluminum profiles. From layout and conveyor to booth and curing oven, every line is engineered around your products, takt time and workshop space. Complete Line Solutions [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":830,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"_seopress_robots_primary_cat":"","_seopress_titles_title":"","_seopress_titles_desc":"KETU powder coating line factory \u2014 turnkey powder coating systems engineered and built in Foshan, China. 20+ years manufacturing coating lines for global customers. Visit our factory.","_seopress_robots_index":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-05-09 06:29:42","footnotes":""},"class_list":["post-15","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages\/15","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/comments?post=15"}],"version-history":[{"count":4,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages\/15\/revisions"}],"predecessor-version":[{"id":3328,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/pages\/15\/revisions\/3328"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/media\/830"}],"wp:attachment":[{"href":"https:\/\/www.powdercoatlinekt.com\/de\/wp-json\/wp\/v2\/media?parent=15"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}