{"id":4109,"date":"2026-08-05T09:39:25","date_gmt":"2026-08-05T09:39:25","guid":{"rendered":"https:\/\/ycpcbs.com\/?page_id=4109"},"modified":"2026-08-10T02:21:30","modified_gmt":"2026-08-10T02:21:30","slug":"flexible-pcb-fpc-rigid-flex","status":"publish","type":"page","link":"https:\/\/ycpcbs.com\/it\/flexible-pcb-fpc-rigid-flex\/","title":{"rendered":"Flexible PCB (FPC) &#038; Rigid-Flex"},"content":{"rendered":"<style>\n    :root {\n      --primary:#34C759;\n      --primary-dark:#28a745;\n      --primary-light:#eaf9ee;\n      --ink:#0f172a;\n      --muted:#475569;\n      --soft:#f8fafc;\n      --line:#e2e8f0;\n      --dark:#06140f;\n      --dark-2:#0b1f18;\n      --white:#ffffff;\n      --amber:#fef3c7;\n      --shadow:0 22px 58px rgba(15,23,42,.12);\n    }\n\n    * {\n      box-sizing:border-box;\n    }\n\n    html {\n      scroll-behavior:smooth;\n    }\n\n    body {\n      margin:0;\n      font-family:'Inter', sans-serif;\n      color:var(--ink);\n      background:#ffffff;\n      line-height:1.65;\n    }\n\n    img {\n      max-width:100%;\n      display:block;\n    }\n\n    figure {\n      margin:0;\n    }\n\n    a {\n      color:inherit;\n      text-decoration:none;\n    }\n\n    h1,\n    h2,\n    h3,\n    .section-title,\n    .card-title,\n    .hero-title {\n      font-family:'Lexend', sans-serif;\n      letter-spacing:-.02em;\n      margin:0;\n      color:var(--ink);\n    }\n\n    h1 {\n      font-size:clamp(42px,5vw,70px);\n      line-height:1.05;\n      letter-spacing:-.025em;\n    }\n\n    h2 {\n      font-size:clamp(30px,3.2vw,46px);\n      line-height:1.12;\n    }\n\n    h3 {\n      font-size:20px;\n      line-height:1.25;\n    }\n\n    p {\n      margin:0;\n    }\n\n    .page {\n      overflow:hidden;\n      background:\n        linear-gradient(\n          180deg,\n          #ffffff 0%,\n          #f8fafc 48%,\n          #ffffff 100%\n        );\n    }\n\n    .section {\n      padding:92px 20px;\n    }\n\n    .container {\n      max-width:1180px;\n      margin:0 auto;\n    }\n\n    .section-head {\n      max-width:820px;\n      margin:0 auto 44px;\n      text-align:center;\n    }\n\n    .eyebrow {\n      display:inline-flex;\n      align-items:center;\n      gap:8px;\n      padding:8px 14px;\n      border-radius:999px;\n      background:var(--primary-light);\n      color:#067a38;\n      font-weight:800;\n      font-size:13px;\n      margin-bottom:18px;\n      box-shadow:\n        inset 0 0 0 1px rgba(52,199,89,.18);\n    }\n\n    .eyebrow::before {\n      content:\"\";\n      width:10px;\n      height:10px;\n      border-radius:999px;\n      background:var(--primary);\n      box-shadow:\n        0 0 0 6px rgba(52,199,89,.16);\n    }\n\n    .lead {\n      color:var(--muted);\n      font-size:18px;\n      max-width:760px;\n      margin:18px auto 0;\n    }\n\n    \/* Hero *\/\n\n    .hero {\n      padding:84px 20px 70px;\n      background:\n        radial-gradient(\n          circle at 18% 8%,\n          rgba(52,199,89,.14),\n          transparent 34%\n        ),\n        linear-gradient(\n          135deg,\n          #ffffff 0%,\n          #f7fff9 56%,\n          #eefbf2 100%\n        );\n    }\n\n    .hero-grid {\n      display:grid;\n      grid-template-columns:1.02fr .98fr;\n      gap:48px;\n      align-items:center;\n    }\n\n    .hero p {\n      font-size:18px;\n      color:var(--muted);\n      max-width:660px;\n      margin:22px 0 0;\n    }\n\n    .keyword-row {\n      display:flex;\n      gap:10px;\n      flex-wrap:wrap;\n      margin:26px 0 0;\n    }\n\n    .keyword-row span {\n      padding:8px 12px;\n      border-radius:999px;\n      background:#fff;\n      border:1px solid #dbeee2;\n      color:#14532d;\n      font-weight:700;\n      font-size:13px;\n    }\n\n    .hero-actions,\n    .cta-actions {\n      display:flex;\n      gap:14px;\n      flex-wrap:wrap;\n      margin-top:30px;\n    }\n\n    .btn {\n      display:inline-flex;\n      align-items:center;\n      justify-content:center;\n      min-height:54px;\n      padding:0 24px;\n      border-radius:999px;\n      font-weight:850;\n      transition:.2s ease;\n      border:1px solid transparent;\n    }\n\n    .btn-primary {\n      background:var(--primary);\n      color:#052e16!important;\n      box-shadow:\n        0 16px 38px rgba(52,199,89,.28);\n    }\n\n    .btn-primary:hover {\n      background:var(--primary-dark);\n      color:#ffffff!important;\n      transform:translateY(-2px);\n    }\n\n    .btn-secondary {\n      background:#ffffff;\n      color:#0f172a!important;\n      border-color:#cbd5e1;\n      box-shadow:\n        0 12px 32px rgba(15,23,42,.08);\n    }\n\n    .btn-secondary:hover {\n      border-color:var(--primary);\n      transform:translateY(-2px);\n    }\n\n    \/* Shared cards *\/\n\n    .hero-card,\n    .visual-card,\n    .info-card,\n    .product-card,\n    .form-card {\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius:30px;\n      overflow:hidden;\n      box-shadow:var(--shadow);\n    }\n\n    \/* Images *\/\n\n    .image-slot {\n      background:#fff;\n      min-height:230px;\n      display:flex;\n      align-items:center;\n      justify-content:center;\n      border-bottom:1px solid #e5f6ec;\n    }\n\n    .image-slot img {\n      width:100%;\n      height:100%;\n      min-height:230px;\n      object-fit:contain;\n      object-position:center;\n      background:#fff;\n      padding:8px;\n      transition:transform .25s ease;\n    }\n\n    .product-card:hover .image-slot img,\n    .application-card:hover .image-slot img,\n    .visual-card:hover .image-slot img {\n      transform:scale(1.025);\n    }\n\n    .visual-body {\n      padding:24px;\n    }\n\n    .visual-body h3 {\n      color:#0f172a!important;\n    }\n\n    .visual-body p {\n      color:#475569!important;\n      margin-top:10px;\n      font-size:15px;\n    }\n\n    \/* Proof cards *\/\n\n    .proof-grid {\n      display:grid;\n      grid-template-columns:repeat(4,1fr);\n      gap:16px;\n      margin-top:34px;\n    }\n\n    .proof {\n      background:rgba(255,255,255,.84);\n      border:1px solid #dbeee2;\n      border-radius:22px;\n      padding:20px;\n    }\n\n    .proof strong {\n      display:block;\n      color:#0f172a;\n      font-family:'Lexend';\n      font-size:24px;\n      line-height:1;\n    }\n\n    .proof span {\n      display:block;\n      color:#475569;\n      font-size:13px;\n      font-weight:700;\n      margin-top:8px;\n    }\n\n    \/* Grids *\/\n\n    .grid-3 {\n      display:grid;\n      grid-template-columns:repeat(3,1fr);\n      gap:22px;\n    }\n\n    .grid-4 {\n      display:grid;\n      grid-template-columns:repeat(4,1fr);\n      gap:18px;\n    }\n\n    .grid-2 {\n      display:grid;\n      grid-template-columns:repeat(2,1fr);\n      gap:26px;\n    }\n\n    \/* Product cards *\/\n\n    .product-card {\n      position:relative;\n      display:flex;\n      flex-direction:column;\n    }\n\n    .product-card .visual-body {\n      flex:1;\n      display:flex;\n      flex-direction:column;\n    }\n\n    .product-card ul,\n    .check-list {\n      list-style:none;\n      padding:0;\n      margin:18px 0 0;\n      display:grid;\n      gap:10px;\n    }\n\n    .product-card li,\n    .check-list li {\n      position:relative;\n      padding-left:25px;\n      color:#475569;\n      font-size:14px;\n    }\n\n    .product-card li::before,\n    .check-list li::before {\n      content:\"\";\n      position:absolute;\n      left:0;\n      top:.62em;\n      width:9px;\n      height:9px;\n      border-radius:50%;\n      background:var(--primary);\n      box-shadow:\n        0 0 0 5px rgba(52,199,89,.12);\n    }\n\n    .card-link {\n      margin-top:auto;\n      padding-top:22px;\n      color:#067a38;\n      font-weight:850;\n      display:inline-flex;\n    }\n\n    \/* Backgrounds *\/\n\n    .soft {\n      background:#f8fafc;\n    }\n\n    .dark {\n      background:\n        radial-gradient(\n          circle at 18% 16%,\n          rgba(52,199,89,.18),\n          transparent 32%\n        ),\n        linear-gradient(\n          135deg,\n          #07120f 0%,\n          #0b1f18 100%\n        );\n      color:#f8fafc;\n    }\n\n    .section.dark h2,\n    .section.dark .section-title {\n      color:#f8fafc!important;\n    }\n\n    .section.dark .lead {\n      color:#d1fae5!important;\n    }\n\n    .section.dark .eyebrow {\n      background:rgba(52,199,89,.12);\n      color:#bbf7d0;\n      box-shadow:\n        inset 0 0 0 1px rgba(52,199,89,.32);\n    }\n\n    .section.dark .info-card {\n      background:rgba(255,255,255,.08);\n      border-color:rgba(255,255,255,.14);\n      box-shadow:none;\n    }\n\n    .section.dark .info-card h3 {\n      color:#ffffff!important;\n    }\n\n    .section.dark .info-card p,\n    .section.dark .info-card li {\n      color:#d1fae5!important;\n    }\n\n    .section.dark .visual-card h3,\n    .section.dark .visual-card .visual-body h3,\n    .section.dark .form-card label {\n      color:#0f172a!important;\n    }\n\n    .section.dark .visual-card p,\n    .section.dark .visual-card .visual-body p,\n    .section.dark .form-card input,\n    .section.dark .form-card textarea,\n    .section.dark .form-card select {\n      color:#475569!important;\n    }\n\n    \/* Comparison table *\/\n\n    .comparison {\n      overflow:hidden;\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius:28px;\n      box-shadow:var(--shadow);\n    }\n\n    table {\n      width:100%;\n      border-collapse:collapse;\n      table-layout:fixed;\n    }\n\n    th,\n    td {\n      padding:18px;\n      border-bottom:1px solid #e2e8f0;\n      text-align:left;\n      vertical-align:top;\n      overflow-wrap:anywhere;\n    }\n\n    th {\n      background:#f0fdf4;\n      color:#14532d;\n      font-weight:850;\n    }\n\n    td {\n      color:#475569;\n    }\n\n    tr:last-child td {\n      border-bottom:0;\n    }\n\n    \/* Split layout *\/\n\n    .split {\n      display:grid;\n      grid-template-columns:.92fr 1.08fr;\n      gap:34px;\n      align-items:start;\n    }\n\n    .info-card {\n      padding:28px;\n      box-shadow:none;\n    }\n\n    .info-card h3 {\n      margin-bottom:12px;\n    }\n\n    .info-card p {\n      color:#475569;\n    }\n\n    \/* Steps *\/\n\n    .step-list {\n      display:grid;\n      gap:16px;\n      counter-reset:step;\n    }\n\n    .step {\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius:24px;\n      padding:22px;\n      display:grid;\n      grid-template-columns:58px 1fr;\n      gap:16px;\n      align-items:start;\n    }\n\n    .step::before {\n      counter-increment:step;\n      content:counter(step, decimal-leading-zero);\n      width:54px;\n      height:54px;\n      border-radius:18px;\n      background:var(--primary-light);\n      color:#067a38;\n      display:grid;\n      place-items:center;\n      font-weight:900;\n      font-family:'Lexend';\n    }\n\n    .step h3 {\n      margin-bottom:8px;\n    }\n\n    .step p {\n      color:#475569;\n    }\n\n    \/* Application cards *\/\n\n    .application-card {\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius:24px;\n      overflow:hidden;\n      box-shadow:\n        0 14px 36px rgba(15,23,42,.07);\n    }\n\n    .application-card .image-slot {\n      min-height:170px;\n    }\n\n    .application-card .image-slot img {\n      min-height:170px;\n    }\n\n    .application-card div:last-child {\n      padding:18px;\n    }\n\n    .application-card h3 {\n      font-size:17px;\n    }\n\n    .application-card p {\n      color:#475569;\n      font-size:14px;\n      margin-top:8px;\n    }\n\n    \/* Quote form *\/\n\n    .quote-wrap {\n      display:grid;\n      grid-template-columns:.9fr 1.1fr;\n      gap:32px;\n      align-items:stretch;\n    }\n\n    .form-card {\n      padding:28px;\n      box-shadow:\n        0 20px 56px rgba(15,23,42,.16);\n    }\n\n    .form-grid {\n      display:grid;\n      grid-template-columns:repeat(2,1fr);\n      gap:18px;\n    }\n\n    label {\n      font-weight:800;\n      color:#0f172a;\n      font-size:14px;\n      display:grid;\n      gap:8px;\n    }\n\n    input,\n    select,\n    textarea {\n      width:100%;\n      border:1px solid #cbd5e1;\n      border-radius:16px;\n      min-height:48px;\n      padding:12px 14px;\n      font:inherit;\n      background:#fff;\n      color:#0f172a!important;\n      outline:none;\n    }\n\n    input:focus,\n    select:focus,\n    textarea:focus {\n      border-color:var(--primary);\n      box-shadow:\n        0 0 0 4px rgba(52,199,89,.12);\n    }\n\n    textarea {\n      min-height:120px;\n      resize:vertical;\n      grid-column:1\/-1;\n    }\n\n    input::placeholder,\n    textarea::placeholder {\n      color:#64748b;\n      opacity:1;\n    }\n\n    .form-submit {\n      width:100%;\n      min-height:56px;\n      border:0;\n      border-radius:999px;\n      background:#020617;\n      color:#fff!important;\n      font-weight:900;\n      font-family:'Inter';\n      margin-top:22px;\n      cursor:pointer;\n    }\n\n    \/* FAQ *\/\n\n    .faq {\n      display:grid;\n      gap:14px;\n      max-width:920px;\n      margin:0 auto;\n    }\n\n    details {\n      background:#fff;\n      border:1px solid var(--line);\n      border-radius:20px;\n      padding:20px 22px;\n    }\n\n    summary {\n      cursor:pointer;\n      font-weight:850;\n      color:#0f172a;\n      font-family:'Lexend';\n    }\n\n    details p {\n      color:#475569;\n      margin-top:12px;\n    }\n\n    \/* Final CTA *\/\n\n    .final-cta {\n      background:\n        linear-gradient(\n          135deg,\n          #06140f 0%,\n          #0b2a1d 100%\n        );\n      padding:86px 20px;\n      color:#f8fafc;\n    }\n\n    .final-cta h2 {\n      color:#f8fafc!important;\n    }\n\n    .final-cta .lead {\n      color:#d1fae5!important;\n      margin-left:0;\n      margin-right:0;\n    }\n\n    .final-grid {\n      display:grid;\n      grid-template-columns:1fr .82fr;\n      gap:40px;\n      align-items:center;\n    }\n\n    .final-card {\n      background:#fff;\n      border-radius:30px;\n      overflow:hidden;\n      box-shadow:\n        0 25px 70px rgba(0,0,0,.25);\n    }\n\n    .final-card h3 {\n      color:#0f172a!important;\n    }\n\n    .final-card p {\n      color:#475569!important;\n    }\n\n    \/* Responsive *\/\n\n    @media (max-width:980px) {\n      .hero-grid,\n      .split,\n      .quote-wrap,\n      .final-grid {\n        grid-template-columns:1fr;\n      }\n\n      .grid-3,\n      .grid-4,\n      .proof-grid {\n        grid-template-columns:repeat(2,1fr);\n      }\n    }\n\n    @media (max-width:640px) {\n      .section {\n        padding:68px 16px;\n      }\n\n      .hero {\n        padding:64px 16px 58px;\n      }\n\n      h1 {\n        font-size:38px;\n      }\n\n      h2 {\n        font-size:30px;\n      }\n\n      h3 {\n        font-size:20px;\n      }\n\n      .grid-3,\n      .grid-4,\n      .grid-2,\n      .proof-grid,\n      .form-grid {\n        grid-template-columns:1fr;\n      }\n\n      textarea {\n        grid-column:auto;\n      }\n\n      .comparison {\n        overflow-x:auto;\n      }\n\n      table {\n        min-width:760px;\n      }\n\n      th,\n      td {\n        padding:14px 12px;\n        font-size:14px;\n      }\n\n      .image-slot,\n      .image-slot img {\n        min-height:210px;\n      }\n\n      .application-card .image-slot,\n      .application-card .image-slot img {\n        min-height:190px;\n      }\n\n      .btn {\n        width:100%;\n      }\n    }\n\n\n\/* <a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">YC PCB<\/a> Contact Popup *\/\n\n.ycpcbs-contact-popup {\n  display:none;\n  position:fixed;\n  inset:0;\n  z-index:99999;\n  align-items:center;\n  justify-content:center;\n  padding:20px;\n  background:rgba(2,6,23,.72);\n  backdrop-filter:blur(8px);\n  -webkit-backdrop-filter:blur(8px);\n}\n\n.ycpcbs-contact-popup:target {\n  display:flex;\n}\n\n.ycpcbs-popup-dialog {\n  position:relative;\n  width:min(560px,100%);\n  max-height:calc(100vh - 40px);\n  overflow:auto;\n  background:#fff;\n  border:1px solid #dbe5ee;\n  border-radius:28px;\n  box-shadow:0 28px 80px rgba(2,6,23,.28);\n  padding:30px;\n}\n\n.ycpcbs-popup-close {\n  position:absolute;\n  top:16px;\n  right:18px;\n  width:38px;\n  height:38px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:#f8fafc;\n  border:1px solid #e2e8f0;\n  color:#0f172a!important;\n  font-size:24px;\n  line-height:1;\n  font-weight:700;\n}\n\n.ycpcbs-popup-close:hover {\n  background:#f1f5f9;\n}\n\n.ycpcbs-popup-head {\n  padding-right:44px;\n  margin-bottom:22px;\n}\n\n.ycpcbs-popup-head h3 {\n  font-size:28px;\n  line-height:1.18;\n  color:#0f172a!important;\n}\n\n.ycpcbs-popup-head p {\n  margin-top:10px;\n  color:#64748b!important;\n  font-size:15px;\n  line-height:1.65;\n}\n\n.ycpcbs-contact-popup label {\n  display:block;\n  margin:0 0 8px;\n  color:#0f172a!important;\n  font-weight:800!important;\n  font-size:14px!important;\n}\n\n.ycpcbs-contact-popup input,\n.ycpcbs-contact-popup textarea {\n  width:100%!important;\n  border:1px solid #cbd5e1!important;\n  background:#ffffff!important;\n  color:#0f172a!important;\n  border-radius:14px!important;\n  padding:13px 14px!important;\n  font-family:'Inter',sans-serif!important;\n  font-size:15px!important;\n  line-height:1.5!important;\n  outline:none!important;\n  box-shadow:none!important;\n  box-sizing:border-box!important;\n}\n\n.ycpcbs-contact-popup input:focus,\n.ycpcbs-contact-popup textarea:focus {\n  border-color:#34C759!important;\n  box-shadow:0 0 0 4px rgba(52,199,89,.12)!important;\n}\n\n.ycpcbs-contact-popup textarea {\n  min-height:135px!important;\n  resize:vertical!important;\n}\n\n.ycpcbs-popup-field {\n  margin-bottom:16px;\n}\n\n.ycpcbs-popup-submit {\n  width:100%;\n  min-height:54px;\n  border:0;\n  border-radius:999px;\n  background:#34C759;\n  color:#052e16!important;\n  font-family:'Lexend',sans-serif;\n  font-weight:800;\n  font-size:15px;\n  cursor:pointer;\n  box-shadow:0 16px 34px rgba(52,199,89,.24);\n}\n\n.ycpcbs-popup-submit:hover {\n  background:#2eb94f;\n}\n\n.ycpcbs-popup-submit:disabled {\n  opacity:.65;\n  cursor:not-allowed;\n}\n\n.ycpcbs-popup-note {\n  margin-top:14px;\n  text-align:center;\n  font-size:13px;\n  line-height:1.55;\n  color:#64748b!important;\n}\n\n.ycpcbs-popup-note a {\n  color:#166534!important;\n  font-weight:800;\n}\n\n@media(max-width:640px) {\n  .ycpcbs-contact-popup {\n    padding:12px;\n    align-items:flex-end;\n  }\n\n  .ycpcbs-popup-dialog {\n    width:100%;\n    max-height:88vh;\n    border-radius:24px 24px 18px 18px;\n    padding:24px 18px 20px;\n  }\n\n  .ycpcbs-popup-head h3 {\n    font-size:24px;\n  }\n}\n\n<\/style>\n<main class=\"page\">\n<!-- Hero -->\n<section class=\"hero\">\n<div class=\"container hero-grid\">\n<div>\n<span class=\"eyebrow\">Flexible PCB &amp; Rigid-Flex Manufacturing<\/span>\n<h1>Flexible PCB &amp; Rigid-Flex PCB Manufacturing<\/h1>\n<p>Source flexible PCB, FPC and rigid-flex PCB from one manufacturing partner for compact products, lightweight modules and assemblies with limited installation space. YC PCB supports custom outlines, bend zones, stiffeners, coverlay openings, electrical testing and optional component assembly from prototype through repeat production.<\/p>\n<div aria-label=\"Flexible PCB product categories\" class=\"keyword-row\">\n<span>Flexible PCB \/ FPC<\/span>\n<span>Rigid-Flex PCB<\/span>\n<span>Custom Bend Areas<\/span>\n<span>Stiffener &amp; Coverlay<\/span>\n<span>Prototype to Production<\/span>\n<\/div>\n<div class=\"hero-actions\">\n<a class=\"btn btn-primary\" href=\"#ycpcbs-contact-popup\">Request a Flex PCB Quote<\/a>\n<a class=\"btn btn-secondary\" href=\"#products\">Compare PCB Structures<\/a>\n<\/div>\n<div class=\"proof-grid\">\n<div class=\"proof\">\n<strong>20+<\/strong>\n<span>Years PCB Experience<\/span>\n<\/div>\n<div class=\"proof\">\n<strong>40L<\/strong>\n<span>Advanced PCB Capability<\/span>\n<\/div>\n<div class=\"proof\">\n<strong>No MOQ<\/strong>\n<span>Prototype to Production<\/span>\n<\/div>\n<div class=\"proof\">\n<strong>AOI + E-Test<\/strong>\n<span>Inspection Before Shipment<\/span>\n<\/div>\n<\/div>\n<\/div>\n<figure class=\"hero-card\">\n<div class=\"image-slot\">\n<img alt=\"Flexible PCB and rigid-flex PCB manufacturing capability for bendable circuit and compact electronic assemblies\" decoding=\"async\" fetchpriority=\"high\" loading=\"eager\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/2\uff0cLED-FPC-Flexible-printed-circuit-board-scaled.webp\"\/>\n<\/div>\n<figcaption class=\"visual-body\">\n<h3>Built Around Your Final Assembly<\/h3>\n<p>Bend areas, rigid support zones, connector positions, stiffeners and assembly requirements are confirmed before the production process is released.<\/p>\n<\/figcaption>\n<\/figure>\n<\/div>\n<\/section>\n<!-- Product routes -->\n<section class=\"section\" id=\"products\">\n<div class=\"container\">\n<div class=\"section-head\">\n<span class=\"eyebrow\">Product Options<\/span>\n<h2>Flexible PCB and Rigid-Flex Structures for Different Products<\/h2>\n<p class=\"lead\">Select the structure according to routing density, static or dynamic bending, component mounting areas, connector design and the way the board will be installed in your finished product.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<article class=\"product-card\">\n<div class=\"image-slot\">\n<img alt=\"Double-layer flexible PCB and FPC board with bendable circuit routing\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/1%EF%BC%8CDouble-Layer-Flexble-PCB-scaled.webp\"\/>\n<\/div>\n<div class=\"visual-body\">\n<h3>Flexible PCB \/ FPC Board<\/h3>\n<p>Flexible interconnects for compact products that require low weight, custom outlines and controlled bending during installation or use.<\/p>\n<ul>\n<li>Double-layer construction available by file requirement<\/li>\n<li>Custom outline, connector, gold finger and stiffener areas<\/li>\n<li>Suitable for cameras, sensors, wearables and smart devices<\/li>\n<\/ul>\n<a class=\"card-link\" href=\"\/products\/flexible-pcb\/fpc\/\">Request Flexible PCB Pricing \u2192<\/a>\n<\/div>\n<\/article>\n<article class=\"product-card\">\n<div class=\"image-slot\">\n<img alt=\"4-layer flexible PCB for compact electronics and high-density flexible circuit routing\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3%EF%BC%8C4-Layer-Flex-PCB-Custom-Flex-Circuits-scaled.webp\"\/>\n<\/div>\n<div class=\"visual-body\">\n<h3>4-Layer Flex PCB<\/h3>\n<p>A multilayer flexible circuit for products that need more signal and power routing within a thin, bendable interconnect.<\/p>\n<ul>\n<li>Higher routing density than standard double-layer FPC<\/li>\n<li>Stack-up and bend-zone planning for compact electronics<\/li>\n<li>Suitable for designs with complex signal interconnection<\/li>\n<\/ul>\n<a class=\"card-link\" href=\"\/products\/flexible-pcb\/fpc\/\">Request 4-Layer Flex PCB Pricing \u2192<\/a>\n<\/div>\n<\/article>\n<article class=\"product-card\">\n<div class=\"image-slot\">\n<img alt=\"Double-sided rigid-flex PCB with rigid mounting areas and flexible interconnect section\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/4%EF%BC%8CDouble-Sided-Fast-Turn-Rigid-Flex-PCB-scaled.webp\"\/>\n<\/div>\n<div class=\"visual-body\">\n<h3>Rigid-Flex PCB<\/h3>\n<p>Rigid and flexible sections are integrated into one board to reduce separate cables and connectors while simplifying compact product assembly.<\/p>\n<ul>\n<li>Rigid component areas with integrated flexible interconnects<\/li>\n<li>Custom transition zones and mechanical layouts<\/li>\n<li>Suitable for compact modules requiring fewer connections<\/li>\n<\/ul>\n<a class=\"card-link\" href=\"\/products\/flexible-pcb\/rigid-flex\/\">Request Rigid-Flex PCB Pricing \u2192<\/a>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<!-- Flexible PCB explanation -->\n<section class=\"section soft\">\n<div class=\"container split\">\n<div>\n<span class=\"eyebrow\">Structure Selection<\/span>\n<h2>Choose the Structure That Fits Your Assembly<\/h2>\n<p class=\"lead\" style=\"margin-left:0;margin-right:0;\">Flexible PCB replaces bulky wiring with a thin circuit that can fold into narrow spaces. Rigid-flex PCB adds stable rigid areas for components while keeping integrated flexible sections between mounting zones.<\/p>\n<ul class=\"check-list\">\n<li>Choose flexible PCB when the product needs lightweight routing, a custom outline or installation inside a narrow space.<\/li>\n<li>Choose rigid-flex PCB when components need rigid mounting areas and the product also requires flexible interconnection between them.<\/li>\n<li>Provide the bend radius, routing direction, connector position, stiffener and coverlay requirements so the manufacturing structure can be quoted correctly.<\/li>\n<\/ul>\n<\/div>\n<figure class=\"visual-card\">\n<div class=\"image-slot\">\n<img alt=\"Flexible printed circuit structure with copper traces, PI film, coverlay and stiffener areas\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Flex-PCB1.jpg\"\/>\n<\/div>\n<figcaption class=\"visual-body\">\n<h3>Structure Matched to Installation<\/h3>\n<p>PI film, copper routing, coverlay openings, stiffener zones and connector areas are coordinated with the way the circuit will be installed and handled.<\/p>\n<\/figcaption>\n<\/figure>\n<\/div>\n<\/section>\n<!-- Design risk -->\n<section class=\"section dark\">\n<div class=\"container\">\n<div class=\"section-head\">\n<span class=\"eyebrow\">Reliability Requirements<\/span>\n<h2>Critical Flex PCB Details to Confirm<\/h2>\n<p class=\"lead\">Bend areas, copper direction, total thickness and component locations directly affect product life and manufacturing cost. Confirming these details early helps avoid cracking, delamination and assembly changes after samples are built.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<article class=\"info-card\">\n<h3>Static or Dynamic Bending<\/h3>\n<p>State whether the circuit is folded once during installation or moves repeatedly in service. This determines bend-zone routing, copper structure and keepout requirements.<\/p>\n<\/article>\n<article class=\"info-card\">\n<h3>Stack-Up and Finished Thickness<\/h3>\n<p>Layer count, PI thickness, copper weight, adhesive construction and rigid support areas are coordinated with flexibility, current load and connector fit.<\/p>\n<\/article>\n<article class=\"info-card\">\n<h3>Connector and Stiffener Areas<\/h3>\n<p>Connector positions, contact fingers, stiffener materials and insertion direction must match the mating connector and final assembly process.<\/p>\n<\/article>\n<\/div>\n<div class=\"grid-2\" style=\"margin-top:26px;\">\n<figure class=\"visual-card\">\n<div class=\"image-slot\">\n<img alt=\"Flexible PCB bend area and bend radius route for static-fold and dynamic-flex designs\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/2%EF%BC%8CLED-FPC-Flexible-printed-circuit-board-scaled.webp\"\/>\n<\/div>\n<figcaption class=\"visual-body\">\n<h3>Bend Radius and Protected Zones<\/h3>\n<p>Smooth routing and clear keepout zones reduce copper stress. Specify the minimum bend radius and expected number of flex cycles.<\/p>\n<\/figcaption>\n<\/figure>\n<figure class=\"visual-card\">\n<div class=\"image-slot\">\n<img alt=\"FPC and rigid-flex PCB inspection with AOI and electrical testing\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/AOI-E-Test.png\"\/>\n<\/div>\n<figcaption class=\"visual-body\">\n<h3>Inspection Before Shipment<\/h3>\n<p>Electrical testing, AOI, visual inspection and dimensional checks are selected according to the circuit structure and acceptance requirements.<\/p>\n<\/figcaption>\n<\/figure>\n<\/div>\n<\/div>\n<\/section>\n<!-- Comparison -->\n<section class=\"section\">\n<div class=\"container\">\n<div class=\"section-head\">\n<span class=\"eyebrow\">Procurement Comparison<\/span>\n<h2>Flexible PCB vs. Rigid-Flex PCB<\/h2>\n<p class=\"lead\">Compare product structure, assembly method and required quotation files before deciding between a standalone flexible circuit and an integrated rigid-flex board.<\/p>\n<\/div>\n<div class=\"comparison\">\n<table>\n<thead>\n<tr>\n<th>Route<\/th>\n<th>Best For<\/th>\n<th>Procurement Priorities<\/th>\n<th>Quotation Files<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>\n<strong>Flexible PCB \/ FPC<\/strong>\n<\/td>\n<td>\n                Camera modules, sensors, wearables, compact electronics,\n                smart devices.\n              <\/td>\n<td>\n                Bend radius, custom outline, connector area, stiffener,\n                coverlay opening.\n              <\/td>\n<td>\n                Gerber, drill file, board outline, bend notes, panel request.\n              <\/td>\n<\/tr>\n<tr>\n<td>\n<strong>4-Layer Flex PCB<\/strong>\n<\/td>\n<td>\n                Complex electronics and high-density flexible circuit board\n                projects.\n              <\/td>\n<td>\n                Layer stack-up, impedance notes if any, copper routing density,\n                stiffener area.\n              <\/td>\n<td>\n                Gerber, stack-up, drawing, controlled features and testing\n                requirement.\n              <\/td>\n<\/tr>\n<tr>\n<td>\n<strong>Rigid-Flex PCB<\/strong>\n<\/td>\n<td>\n                Compact control modules, communication devices, sensors and\n                high-reliability assemblies.\n              <\/td>\n<td>\n                Rigid area thickness, flex transition zone, bend location,\n                component keepout, assembly protection.\n              <\/td>\n<td>\n                Gerber, stack-up, 3D\/mechanical drawing, BOM if PCBA is needed.\n              <\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<\/div>\n<\/div>\n<\/section>\n<!-- Manufacturing -->\n<style>\n  .fpc-capability-card {\n    width: 100%;\n    background: #ffffff;\n    border: 1px solid rgba(15, 23, 42, 0.1);\n    border-radius: 18px;\n    overflow: hidden;\n    box-shadow: 0 12px 34px rgba(15, 23, 42, 0.08);\n  }\n\n  .fpc-capability-header {\n    padding: 24px 26px 20px;\n    background: linear-gradient(135deg, #0f3154 0%, #164d78 100%);\n  }\n\n  .fpc-capability-header .eyebrow {\n    display: inline-block;\n    margin-bottom: 8px;\n    color: rgba(255, 255, 255, 0.72);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .fpc-capability-header h3 {\n    margin: 0;\n    color: #ffffff;\n    font-size: 24px;\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .fpc-capability-header p {\n    margin: 10px 0 0;\n    color: rgba(255, 255, 255, 0.8);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .fpc-table-wrap {\n    width: 100%;\n    overflow-x: auto;\n  }\n\n  .fpc-capability-table {\n    width: 100%;\n    min-width: 620px;\n    border-collapse: collapse;\n    table-layout: fixed;\n  }\n\n  .fpc-capability-table thead th {\n    padding: 14px 18px;\n    background: #eef5fa;\n    color: #16324c;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.5;\n    text-align: left;\n    border-bottom: 1px solid #d8e4ec;\n  }\n\n  .fpc-capability-table thead th:first-child {\n    width: 36%;\n  }\n\n  .fpc-capability-table tbody th,\n  .fpc-capability-table tbody td {\n    padding: 12px 18px;\n    font-size: 13px;\n    line-height: 1.65;\n    vertical-align: top;\n    border-bottom: 1px solid #e8eef3;\n  }\n\n  .fpc-capability-table tbody th {\n    color: #17324d;\n    font-weight: 700;\n    text-align: left;\n    background: #f8fafc;\n  }\n\n  .fpc-capability-table tbody td {\n    color: #52616f;\n    font-weight: 400;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table tbody tr:last-child th,\n  .fpc-capability-table tbody tr:last-child td {\n    border-bottom: none;\n  }\n\n  .fpc-capability-table tbody tr:hover th,\n  .fpc-capability-table tbody tr:hover td {\n    background: #f2f7fa;\n  }\n\n  @media (max-width: 1024px) {\n    .container.split {\n      grid-template-columns: 1fr;\n    }\n\n    .fpc-capability-card {\n      margin-bottom: 20px;\n    }\n  }\n\n  @media (max-width: 768px) {\n    .fpc-capability-header {\n      padding: 20px;\n    }\n\n    .fpc-capability-header h3 {\n      font-size: 21px;\n    }\n\n    .fpc-capability-table thead th,\n    .fpc-capability-table tbody th,\n    .fpc-capability-table tbody td {\n      padding: 11px 14px;\n    }\n  }\n<\/style>\n\n<style>\n  \/* ================================\n     FPC Capability Section\n  ================================= *\/\n\n  .fpc-capability-section {\n    padding: 90px 20px;\n    background: #f5f8fb;\n  }\n\n  .fpc-capability-container {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n  }\n\n  \/* Section heading *\/\n\n  .fpc-section-heading {\n    max-width: 820px;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .fpc-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    color: #17689a;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .fpc-eyebrow::before,\n  .fpc-eyebrow::after {\n    width: 28px;\n    height: 1px;\n    margin: 0 10px;\n    background: #7ba9c4;\n    content: \"\";\n  }\n\n  .fpc-section-heading h2 {\n    margin: 0;\n    color: #102f49;\n    font-size: clamp(30px, 4vw, 46px);\n    font-weight: 700;\n    line-height: 1.16;\n    letter-spacing: -0.025em;\n  }\n\n  .fpc-section-heading p {\n    max-width: 720px;\n    margin: 18px auto 0;\n    color: #5d6d7b;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* Capability card *\/\n\n  .fpc-capability-card {\n    width: 100%;\n    margin-bottom: 62px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dce5eb;\n    border-radius: 20px;\n    box-shadow: 0 18px 50px rgba(16, 47, 73, 0.08);\n  }\n\n  .fpc-capability-card-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 30px;\n    padding: 28px 32px;\n    background:\n      linear-gradient(\n        135deg,\n        #0e3150 0%,\n        #124a73 60%,\n        #176c9c 100%\n      );\n  }\n\n  .fpc-capability-card-title {\n    max-width: 760px;\n  }\n\n  .fpc-capability-card-title span {\n    display: block;\n    margin-bottom: 8px;\n    color: rgba(255, 255, 255, 0.7);\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .fpc-capability-card-title h3 {\n    margin: 0;\n    color: #ffffff;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .fpc-capability-card-title p {\n    margin: 10px 0 0;\n    color: rgba(255, 255, 255, 0.8);\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .fpc-capability-badge {\n    flex: 0 0 auto;\n    padding: 9px 14px;\n    color: #ffffff;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.06em;\n    white-space: nowrap;\n    text-transform: uppercase;\n    background: rgba(255, 255, 255, 0.13);\n    border: 1px solid rgba(255, 255, 255, 0.24);\n    border-radius: 999px;\n  }\n\n  \/* Table *\/\n\n  .fpc-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n  }\n\n  .fpc-capability-table thead th {\n    position: sticky;\n    top: 0;\n    z-index: 2;\n    padding: 16px 24px;\n    color: #123b5a;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.5;\n    text-align: left;\n    background: #eaf2f7;\n    border-bottom: 1px solid #d3e0e8;\n  }\n\n  .fpc-capability-table thead th:first-child {\n    width: 31%;\n  }\n\n  .fpc-capability-table tbody th,\n  .fpc-capability-table tbody td {\n    padding: 14px 24px;\n    font-size: 14px;\n    line-height: 1.65;\n    vertical-align: top;\n    border-bottom: 1px solid #e6edf2;\n  }\n\n  .fpc-capability-table tbody th {\n    color: #183d59;\n    font-weight: 700;\n    text-align: left;\n    background: #f8fafc;\n    border-right: 1px solid #e6edf2;\n  }\n\n  .fpc-capability-table tbody td {\n    color: #526574;\n    font-weight: 400;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table tbody tr:nth-child(even) th {\n    background: #f3f7fa;\n  }\n\n  .fpc-capability-table tbody tr:nth-child(even) td {\n    background: #fbfcfd;\n  }\n\n  .fpc-capability-table tbody tr:hover th,\n  .fpc-capability-table tbody tr:hover td {\n    background: #edf5f9;\n  }\n\n  .fpc-capability-table tbody tr:last-child th,\n  .fpc-capability-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* Process area *\/\n\n  .fpc-process-header {\n    display: grid;\n    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n    align-items: end;\n    gap: 50px;\n    margin-bottom: 30px;\n  }\n\n  .fpc-process-title .fpc-process-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: #17689a;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .fpc-process-title h2 {\n    margin: 0;\n    color: #102f49;\n    font-size: clamp(27px, 3.5vw, 38px);\n    font-weight: 700;\n    line-height: 1.22;\n    letter-spacing: -0.02em;\n  }\n\n  .fpc-process-intro {\n    margin: 0;\n    color: #60717f;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* Process cards *\/\n\n  .fpc-process-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .fpc-process-step {\n    position: relative;\n    display: grid;\n    grid-template-columns: 58px minmax(0, 1fr);\n    gap: 20px;\n    min-height: 190px;\n    padding: 28px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dce5eb;\n    border-radius: 18px;\n    box-shadow: 0 12px 34px rgba(16, 47, 73, 0.055);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .fpc-process-step::after {\n    position: absolute;\n    right: -38px;\n    bottom: -48px;\n    width: 130px;\n    height: 130px;\n    background: rgba(23, 104, 154, 0.055);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .fpc-process-step:hover {\n    transform: translateY(-4px);\n    border-color: #aec9da;\n    box-shadow: 0 18px 42px rgba(16, 47, 73, 0.1);\n  }\n\n  .fpc-step-number {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 58px;\n    color: #ffffff;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1;\n    background: linear-gradient(135deg, #123f61, #1974a8);\n    border-radius: 15px;\n    box-shadow: 0 8px 20px rgba(18, 75, 111, 0.2);\n  }\n\n  .fpc-step-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .fpc-step-content h3 {\n    margin: 2px 0 10px;\n    color: #153b57;\n    font-size: 19px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .fpc-step-content p {\n    margin: 0;\n    color: #61717e;\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* Bottom note *\/\n\n  .fpc-capability-note {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-top: 28px;\n    padding: 17px 20px;\n    color: #526776;\n    font-size: 13px;\n    line-height: 1.7;\n    background: #eaf2f7;\n    border-left: 4px solid #1974a8;\n    border-radius: 8px;\n  }\n\n  .fpc-capability-note strong {\n    color: #153b57;\n  }\n\n  \/* Responsive *\/\n\n  @media (max-width: 900px) {\n    .fpc-capability-section {\n      padding: 72px 18px;\n    }\n\n    .fpc-capability-card-header {\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .fpc-process-header {\n      grid-template-columns: 1fr;\n      gap: 16px;\n    }\n\n    .fpc-process-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .fpc-capability-section {\n      padding: 56px 14px;\n    }\n\n    .fpc-section-heading {\n      margin-bottom: 30px;\n      text-align: left;\n    }\n\n    .fpc-eyebrow {\n      justify-content: flex-start;\n    }\n\n    .fpc-eyebrow::before {\n      display: none;\n    }\n\n    .fpc-eyebrow::after {\n      width: 24px;\n      margin-left: 9px;\n    }\n\n    .fpc-section-heading h2 {\n      font-size: 29px;\n    }\n\n    .fpc-section-heading p {\n      font-size: 15px;\n    }\n\n    .fpc-capability-card {\n      margin-bottom: 48px;\n      border-radius: 15px;\n    }\n\n    .fpc-capability-card-header {\n      padding: 23px 20px;\n    }\n\n    .fpc-capability-badge {\n      white-space: normal;\n    }\n\n    .fpc-capability-table {\n      min-width: 680px;\n    }\n\n    .fpc-capability-table thead th,\n    .fpc-capability-table tbody th,\n    .fpc-capability-table tbody td {\n      padding: 12px 16px;\n      font-size: 13px;\n    }\n\n    .fpc-process-step {\n      grid-template-columns: 48px minmax(0, 1fr);\n      gap: 15px;\n      min-height: auto;\n      padding: 22px 18px;\n    }\n\n    .fpc-step-number {\n      width: 48px;\n      height: 48px;\n      border-radius: 12px;\n    }\n\n    .fpc-step-content h3 {\n      font-size: 17px;\n    }\n  }\n<\/style>\n\n<style>\n  \/* ================================\n     FPC Capability Section\n     Light Green Theme\n  ================================= *\/\n\n  .fpc-capability-section {\n    padding: 90px 20px;\n    background:\n      linear-gradient(\n        180deg,\n        #f1f8f3 0%,\n        #f7fbf8 52%,\n        #edf6f0 100%\n      );\n  }\n\n  .fpc-capability-container {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n  }\n\n  \/* Section heading *\/\n\n  .fpc-section-heading {\n    max-width: 820px;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .fpc-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    color: #3d7a58;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .fpc-eyebrow::before,\n  .fpc-eyebrow::after {\n    width: 28px;\n    height: 1px;\n    margin: 0 10px;\n    background: #8eb89b;\n    content: \"\";\n  }\n\n  .fpc-section-heading h2 {\n    margin: 0;\n    color: #234c35;\n    font-size: clamp(30px, 4vw, 46px);\n    font-weight: 700;\n    line-height: 1.16;\n    letter-spacing: -0.025em;\n  }\n\n  .fpc-section-heading p {\n    max-width: 720px;\n    margin: 18px auto 0;\n    color: #617568;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* Capability card *\/\n\n  .fpc-capability-card {\n    width: 100%;\n    margin-bottom: 62px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #d5e7db;\n    border-radius: 20px;\n    box-shadow: 0 18px 50px rgba(50, 94, 66, 0.09);\n  }\n\n  .fpc-capability-card-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 30px;\n    padding: 28px 32px;\n    background:\n      linear-gradient(\n        135deg,\n        #dcefe2 0%,\n        #cce7d4 52%,\n        #b9dcc5 100%\n      );\n    border-bottom: 1px solid #bcd8c5;\n  }\n\n  .fpc-capability-card-title {\n    max-width: 760px;\n  }\n\n  .fpc-capability-card-title span {\n    display: block;\n    margin-bottom: 8px;\n    color: #50735d;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .fpc-capability-card-title h3 {\n    margin: 0;\n    color: #234c35;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .fpc-capability-card-title p {\n    margin: 10px 0 0;\n    color: #587062;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .fpc-capability-badge {\n    flex: 0 0 auto;\n    padding: 9px 14px;\n    color: #315d42;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.06em;\n    white-space: nowrap;\n    text-transform: uppercase;\n    background: rgba(255, 255, 255, 0.58);\n    border: 1px solid rgba(67, 116, 83, 0.2);\n    border-radius: 999px;\n  }\n\n  \/* Table *\/\n\n  .fpc-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n  }\n\n  .fpc-capability-table thead th {\n    position: sticky;\n    top: 0;\n    z-index: 2;\n    padding: 16px 24px;\n    color: #2f5f42;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.5;\n    text-align: left;\n    background: #e7f3ea;\n    border-bottom: 1px solid #c9dfcf;\n  }\n\n  .fpc-capability-table thead th:first-child {\n    width: 31%;\n  }\n\n  .fpc-capability-table tbody th,\n  .fpc-capability-table tbody td {\n    padding: 14px 24px;\n    font-size: 14px;\n    line-height: 1.65;\n    vertical-align: top;\n    border-bottom: 1px solid #e2eee6;\n  }\n\n  .fpc-capability-table tbody th {\n    color: #315b40;\n    font-weight: 700;\n    text-align: left;\n    background: #f5faf6;\n    border-right: 1px solid #e0ece4;\n  }\n\n  .fpc-capability-table tbody td {\n    color: #5c6f62;\n    font-weight: 400;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table tbody tr:nth-child(even) th {\n    background: #edf6f0;\n  }\n\n  .fpc-capability-table tbody tr:nth-child(even) td {\n    background: #fafdfb;\n  }\n\n  .fpc-capability-table tbody tr:hover th,\n  .fpc-capability-table tbody tr:hover td {\n    background: #e7f3ea;\n  }\n\n  .fpc-capability-table tbody tr:last-child th,\n  .fpc-capability-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* Process area *\/\n\n  .fpc-process-header {\n    display: grid;\n    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n    align-items: end;\n    gap: 50px;\n    margin-bottom: 30px;\n  }\n\n  .fpc-process-title .fpc-process-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: #3d7a58;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .fpc-process-title h2 {\n    margin: 0;\n    color: #234c35;\n    font-size: clamp(27px, 3.5vw, 38px);\n    font-weight: 700;\n    line-height: 1.22;\n    letter-spacing: -0.02em;\n  }\n\n  .fpc-process-intro {\n    margin: 0;\n    color: #617568;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* Process cards *\/\n\n  .fpc-process-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .fpc-process-step {\n    position: relative;\n    display: grid;\n    grid-template-columns: 58px minmax(0, 1fr);\n    gap: 20px;\n    min-height: 190px;\n    padding: 28px;\n    overflow: hidden;\n    background:\n      linear-gradient(\n        145deg,\n        #ffffff 0%,\n        #f7fbf8 100%\n      );\n    border: 1px solid #d5e7db;\n    border-radius: 18px;\n    box-shadow: 0 12px 34px rgba(50, 94, 66, 0.06);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .fpc-process-step::after {\n    position: absolute;\n    right: -38px;\n    bottom: -48px;\n    width: 130px;\n    height: 130px;\n    background: rgba(89, 146, 106, 0.07);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .fpc-process-step:hover {\n    transform: translateY(-4px);\n    border-color: #a9cdb4;\n    box-shadow: 0 18px 42px rgba(50, 94, 66, 0.11);\n  }\n\n  .fpc-step-number {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 58px;\n    color: #ffffff;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1;\n    background:\n      linear-gradient(\n        135deg,\n        #4f8a63 0%,\n        #72a985 100%\n      );\n    border-radius: 15px;\n    box-shadow: 0 8px 20px rgba(67, 116, 83, 0.2);\n  }\n\n  .fpc-step-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .fpc-step-content h3 {\n    margin: 2px 0 10px;\n    color: #2b563b;\n    font-size: 19px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .fpc-step-content p {\n    margin: 0;\n    color: #627469;\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* Bottom note *\/\n\n  .fpc-capability-note {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-top: 28px;\n    padding: 17px 20px;\n    color: #566b5c;\n    font-size: 13px;\n    line-height: 1.7;\n    background: #e5f2e9;\n    border: 1px solid #cce1d2;\n    border-left: 4px solid #5e966f;\n    border-radius: 8px;\n  }\n\n  .fpc-capability-note strong {\n    color: #2b563b;\n  }\n\n  \/* Responsive *\/\n\n  @media (max-width: 900px) {\n    .fpc-capability-section {\n      padding: 72px 18px;\n    }\n\n    .fpc-capability-card-header {\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .fpc-process-header {\n      grid-template-columns: 1fr;\n      gap: 16px;\n    }\n\n    .fpc-process-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .fpc-capability-section {\n      padding: 56px 14px;\n    }\n\n    .fpc-section-heading {\n      margin-bottom: 30px;\n      text-align: left;\n    }\n\n    .fpc-eyebrow {\n      justify-content: flex-start;\n    }\n\n    .fpc-eyebrow::before {\n      display: none;\n    }\n\n    .fpc-eyebrow::after {\n      width: 24px;\n      margin-left: 9px;\n    }\n\n    .fpc-section-heading h2 {\n      font-size: 29px;\n    }\n\n    .fpc-section-heading p {\n      font-size: 15px;\n    }\n\n    .fpc-capability-card {\n      margin-bottom: 48px;\n      border-radius: 15px;\n    }\n\n    .fpc-capability-card-header {\n      padding: 23px 20px;\n    }\n\n    .fpc-capability-badge {\n      white-space: normal;\n    }\n\n    .fpc-capability-table {\n      min-width: 680px;\n    }\n\n    .fpc-capability-table thead th,\n    .fpc-capability-table tbody th,\n    .fpc-capability-table tbody td {\n      padding: 12px 16px;\n      font-size: 13px;\n    }\n\n    .fpc-process-step {\n      grid-template-columns: 48px minmax(0, 1fr);\n      gap: 15px;\n      min-height: auto;\n      padding: 22px 18px;\n    }\n\n    .fpc-step-number {\n      width: 48px;\n      height: 48px;\n      border-radius: 12px;\n    }\n\n    .fpc-step-content h3 {\n      font-size: 17px;\n    }\n  }\n<\/style>\n\n<style>\n  \/* ================================\n     FPC Capability Section\n     White Background + Light Green Accent\n  ================================= *\/\n\n  .fpc-capability-section {\n    padding: 90px 20px;\n    background: #ffffff;\n  }\n\n  .fpc-capability-container {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n  }\n\n  \/* Section heading *\/\n\n  .fpc-section-heading {\n    max-width: 820px;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .fpc-eyebrow {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    margin-bottom: 14px;\n    color: #3f6b52;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .fpc-eyebrow::before,\n  .fpc-eyebrow::after {\n    width: 28px;\n    height: 1px;\n    margin: 0 10px;\n    background: #b7d7c2;\n    content: \"\";\n  }\n\n  .fpc-section-heading h2 {\n    margin: 0;\n    color: #1f3b2d;\n    font-size: clamp(30px, 4vw, 46px);\n    font-weight: 700;\n    line-height: 1.16;\n    letter-spacing: -0.025em;\n  }\n\n  .fpc-section-heading p {\n    max-width: 720px;\n    margin: 18px auto 0;\n    color: #61756a;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* Capability card *\/\n\n  .fpc-capability-card {\n    width: 100%;\n    margin-bottom: 62px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dceee3;\n    border-radius: 20px;\n    box-shadow: 0 14px 40px rgba(34, 68, 49, 0.06);\n  }\n\n  .fpc-capability-card-header {\n    display: flex;\n    align-items: flex-start;\n    justify-content: space-between;\n    gap: 30px;\n    padding: 28px 32px;\n    background: #f0fdf4;\n    border-bottom: 1px solid #dceee3;\n  }\n\n  .fpc-capability-card-title {\n    max-width: 760px;\n  }\n\n  .fpc-capability-card-title span {\n    display: block;\n    margin-bottom: 8px;\n    color: #567561;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .fpc-capability-card-title h3 {\n    margin: 0;\n    color: #234332;\n    font-size: clamp(22px, 3vw, 30px);\n    font-weight: 700;\n    line-height: 1.3;\n  }\n\n  .fpc-capability-card-title p {\n    margin: 10px 0 0;\n    color: #61756a;\n    font-size: 14px;\n    line-height: 1.7;\n  }\n\n  .fpc-capability-badge {\n    flex: 0 0 auto;\n    padding: 9px 14px;\n    color: #355440;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.06em;\n    white-space: nowrap;\n    text-transform: uppercase;\n    background: #ffffff;\n    border: 1px solid #cfe5d7;\n    border-radius: 999px;\n  }\n\n  \/* Table *\/\n\n  .fpc-table-wrapper {\n    width: 100%;\n    overflow-x: auto;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table {\n    width: 100%;\n    min-width: 760px;\n    border-collapse: separate;\n    border-spacing: 0;\n    table-layout: fixed;\n  }\n\n  .fpc-capability-table thead th {\n    position: sticky;\n    top: 0;\n    z-index: 2;\n    padding: 16px 24px;\n    color: #2c5540;\n    font-size: 14px;\n    font-weight: 700;\n    line-height: 1.5;\n    text-align: left;\n    background: #f0fdf4;\n    border-bottom: 1px solid #dceee3;\n  }\n\n  .fpc-capability-table thead th:first-child {\n    width: 31%;\n  }\n\n  .fpc-capability-table tbody th,\n  .fpc-capability-table tbody td {\n    padding: 14px 24px;\n    font-size: 14px;\n    line-height: 1.65;\n    vertical-align: top;\n    border-bottom: 1px solid #e8f2ec;\n  }\n\n  .fpc-capability-table tbody th {\n    color: #315440;\n    font-weight: 700;\n    text-align: left;\n    background: #f8fcf9;\n    border-right: 1px solid #e3eee7;\n  }\n\n  .fpc-capability-table tbody td {\n    color: #5d6f64;\n    font-weight: 400;\n    background: #ffffff;\n  }\n\n  .fpc-capability-table tbody tr:nth-child(even) th {\n    background: #f3fbf5;\n  }\n\n  .fpc-capability-table tbody tr:nth-child(even) td {\n    background: #fcfefd;\n  }\n\n  .fpc-capability-table tbody tr:hover th,\n  .fpc-capability-table tbody tr:hover td {\n    background: #f0fdf4;\n  }\n\n  .fpc-capability-table tbody tr:last-child th,\n  .fpc-capability-table tbody tr:last-child td {\n    border-bottom: 0;\n  }\n\n  \/* Process area *\/\n\n  .fpc-process-header {\n    display: grid;\n    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);\n    align-items: end;\n    gap: 50px;\n    margin-bottom: 30px;\n  }\n\n  .fpc-process-title .fpc-process-eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: #3f6b52;\n    font-size: 12px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.13em;\n    text-transform: uppercase;\n  }\n\n  .fpc-process-title h2 {\n    margin: 0;\n    color: #1f3b2d;\n    font-size: clamp(27px, 3.5vw, 38px);\n    font-weight: 700;\n    line-height: 1.22;\n    letter-spacing: -0.02em;\n  }\n\n  .fpc-process-intro {\n    margin: 0;\n    color: #61756a;\n    font-size: 15px;\n    line-height: 1.8;\n  }\n\n  \/* Process cards *\/\n\n  .fpc-process-grid {\n    display: grid;\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n    gap: 22px;\n  }\n\n  .fpc-process-step {\n    position: relative;\n    display: grid;\n    grid-template-columns: 58px minmax(0, 1fr);\n    gap: 20px;\n    min-height: 190px;\n    padding: 28px;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dceee3;\n    border-radius: 18px;\n    box-shadow: 0 10px 30px rgba(34, 68, 49, 0.05);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .fpc-process-step::after {\n    position: absolute;\n    right: -38px;\n    bottom: -48px;\n    width: 130px;\n    height: 130px;\n    background: rgba(240, 253, 244, 0.9);\n    border-radius: 50%;\n    content: \"\";\n  }\n\n  .fpc-process-step:hover {\n    transform: translateY(-4px);\n    border-color: #c9e3d2;\n    box-shadow: 0 16px 36px rgba(34, 68, 49, 0.09);\n  }\n\n  .fpc-step-number {\n    position: relative;\n    z-index: 1;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n    width: 58px;\n    height: 58px;\n    color: #2b4d38;\n    font-size: 17px;\n    font-weight: 700;\n    line-height: 1;\n    background: #f0fdf4;\n    border: 1px solid #cfe5d7;\n    border-radius: 15px;\n    box-shadow: 0 6px 14px rgba(80, 120, 94, 0.08);\n  }\n\n  .fpc-step-content {\n    position: relative;\n    z-index: 1;\n  }\n\n  .fpc-step-content h3 {\n    margin: 2px 0 10px;\n    color: #294736;\n    font-size: 19px;\n    font-weight: 700;\n    line-height: 1.4;\n  }\n\n  .fpc-step-content p {\n    margin: 0;\n    color: #627469;\n    font-size: 14px;\n    line-height: 1.75;\n  }\n\n  \/* Bottom note *\/\n\n  .fpc-capability-note {\n    display: flex;\n    align-items: flex-start;\n    gap: 12px;\n    margin-top: 28px;\n    padding: 17px 20px;\n    color: #586c60;\n    font-size: 13px;\n    line-height: 1.7;\n    background: #f0fdf4;\n    border: 1px solid #dceee3;\n    border-left: 4px solid #9fcfb0;\n    border-radius: 8px;\n  }\n\n  .fpc-capability-note strong {\n    color: #294736;\n  }\n\n  \/* Responsive *\/\n\n  @media (max-width: 900px) {\n    .fpc-capability-section {\n      padding: 72px 18px;\n    }\n\n    .fpc-capability-card-header {\n      flex-direction: column;\n      gap: 18px;\n    }\n\n    .fpc-process-header {\n      grid-template-columns: 1fr;\n      gap: 16px;\n    }\n\n    .fpc-process-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  @media (max-width: 600px) {\n    .fpc-capability-section {\n      padding: 56px 14px;\n    }\n\n    .fpc-section-heading {\n      margin-bottom: 30px;\n      text-align: left;\n    }\n\n    .fpc-eyebrow {\n      justify-content: flex-start;\n    }\n\n    .fpc-eyebrow::before {\n      display: none;\n    }\n\n    .fpc-eyebrow::after {\n      width: 24px;\n      margin-left: 9px;\n    }\n\n    .fpc-section-heading h2 {\n      font-size: 29px;\n    }\n\n    .fpc-section-heading p {\n      font-size: 15px;\n    }\n\n    .fpc-capability-card {\n      margin-bottom: 48px;\n      border-radius: 15px;\n    }\n\n    .fpc-capability-card-header {\n      padding: 23px 20px;\n    }\n\n    .fpc-capability-badge {\n      white-space: normal;\n    }\n\n    .fpc-capability-table {\n      min-width: 680px;\n    }\n\n    .fpc-capability-table thead th,\n    .fpc-capability-table tbody th,\n    .fpc-capability-table tbody td {\n      padding: 12px 16px;\n      font-size: 13px;\n    }\n\n    .fpc-process-step {\n      grid-template-columns: 48px minmax(0, 1fr);\n      gap: 15px;\n      min-height: auto;\n      padding: 22px 18px;\n    }\n\n    .fpc-step-number {\n      width: 48px;\n      height: 48px;\n      border-radius: 12px;\n    }\n\n    .fpc-step-content h3 {\n      font-size: 17px;\n    }\n  }\n<\/style>\n\n<section class=\"fpc-capability-section\">\n  <div class=\"fpc-capability-container\">\n\n    <style>\n  .fpc-section-heading .fpc-eyebrow,\n  .fpc-section-heading h2,\n  .fpc-section-heading p {\n    color: #000000;\n  }\n\n  .fpc-section-heading .fpc-eyebrow::before,\n  .fpc-section-heading .fpc-eyebrow::after {\n    background: #000000;\n  }\n<\/style>\n\n<div class=\"fpc-section-heading\">\n  <span class=\"fpc-eyebrow\">Flexible PCB Manufacturing<\/span>\n\n  <h2>Flexible PCB Manufacturing Capabilities<\/h2>\n\n  <p>\n    Flexible circuit manufacturing capabilities covering product\n    structures, materials, dimensions, via technologies, surface finishes,\n    inspection and electrical testing.\n  <\/p>\n<\/div>\n\n    <div class=\"fpc-capability-card\">\n\n      <div class=\"fpc-capability-card-header\">\n        <div class=\"fpc-capability-card-title\">\n          <span>Technical Capability Overview<\/span>\n          <h3>Flexible PCB (FPC) Manufacturing Capabilities<\/h3>\n          <p>\n            Manufacturing parameters are evaluated according to the approved\n            design, material structure and application requirements.\n          <\/p>\n        <\/div>\n\n        <div class=\"fpc-capability-badge\">\n          1\u20134 Layer Standard Capability\n        <\/div>\n      <\/div>\n\n      <div class=\"fpc-table-wrapper\">\n        <table class=\"fpc-capability-table\">\n          <thead>\n            <tr>\n              <th scope=\"col\">Item<\/th>\n              <th scope=\"col\">Capability<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <th scope=\"row\">Product Type<\/th>\n              <td>Single-sided FPC, <a href=\"\/double-sided-fr4-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">Double-sided<\/a> FPC, Multilayer FPC, Rigid-Flex PCB<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Layer Count<\/th>\n              <td>1\u20134 Layers (standard)<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Base Material<\/th>\n              <td>Polyimide (PI), PET available for specific applications<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Copper Thickness<\/th>\n              <td>1\/3 oz \u2013 2 oz<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Board Thickness<\/th>\n              <td>0.05 mm \u2013 0.30 mm<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Minimum Line Width \/ Spacing<\/th>\n              <td>0.10 mm \/ 0.10 mm (4 mil \/ 4 mil)<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Minimum Mechanical Drill Size<\/th>\n              <td>0.20 mm<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Minimum Laser Via Size<\/th>\n              <td>0.075 mm, depending on design requirements<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Via Type<\/th>\n              <td>Through Via, Blind Via available according to design<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Coverlay Material<\/th>\n              <td>Polyimide Coverlay<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Coverlay Thickness<\/th>\n              <td>0.025 mm \u2013 0.075 mm<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Stiffener Material<\/th>\n              <td>FR4, PI, Stainless Steel, Aluminum<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Surface Finish<\/th>\n              <td>ENIG, OSP, Immersion Tin, Hard Gold<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Solder Mask<\/th>\n              <td>Flexible Solder Mask \/ Coverlay Process<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Silkscreen<\/th>\n              <td>White \/ Black Legend Printing<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Impedance Control<\/th>\n              <td>Controlled Impedance Available<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Bending Type<\/th>\n              <td>Static Bending, Dynamic Bending<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Bending Radius<\/th>\n              <td>According to the material structure and customer design requirements<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Panelization Method<\/th>\n              <td>Tab Routing, Punching, Laser Cutting<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Electrical Testing<\/th>\n              <td>Flying Probe Test, Electrical Test<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Inspection<\/th>\n              <td>AOI Inspection, Visual Inspection, Microsection Analysis<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Quality Standard<\/th>\n              <td>IPC-A-600 \/ IPC-6013<\/td>\n            <\/tr>\n            <tr>\n              <th scope=\"row\">Certification<\/th>\n              <td>ISO 9001, UL available according to factory certification<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n    <\/div>\n\n    <style>\n  .fpc-process-header .fpc-process-eyebrow,\n  .fpc-process-header h2,\n  .fpc-process-header .fpc-process-intro {\n    color: #000000;\n  }\n<\/style>\n\n<div class=\"fpc-process-header\">\n  <div class=\"fpc-process-title\">\n    <span class=\"fpc-process-eyebrow\">\n      Manufacturing Process\n    <\/span>\n\n    <h2>\n      From Approved Files to Tested Flexible Circuits\n    <\/h2>\n  <\/div>\n\n  <p class=\"fpc-process-intro\">\n    Each project is reviewed according to its layer structure, bending\n    requirements, materials, dimensions and end-use conditions before\n    production begins.\n  <\/p>\n<\/div>\n\n    <div class=\"fpc-process-grid\">\n      <article class=\"fpc-process-step\">\n        <div class=\"fpc-step-number\">01<\/div>\n        <div class=\"fpc-step-content\">\n          <h3>File and Structure Confirmation<\/h3>\n          <p>\n            Gerber data, drill files, outline, bend direction, layer count,\n            materials and stiffener requirements are confirmed before production.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"fpc-process-step\">\n        <div class=\"fpc-step-number\">02<\/div>\n        <div class=\"fpc-step-content\">\n          <h3>Material and Circuit Formation<\/h3>\n          <p>\n            Flexible base materials are prepared, circuits are imaged and etched,\n            and coverlay openings are processed according to the approved design.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"fpc-process-step\">\n        <div class=\"fpc-step-number\">03<\/div>\n        <div class=\"fpc-step-content\">\n          <h3>Lamination and Mechanical Processing<\/h3>\n          <p>\n            Flex and rigid sections are bonded where required, followed by outline\n            cutting, connector processing, stiffener installation and mounting-feature processing.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <article class=\"fpc-process-step\">\n        <div class=\"fpc-step-number\">04<\/div>\n        <div class=\"fpc-step-content\">\n          <h3>Testing, Inspection and Packing<\/h3>\n          <p>\n            Electrical testing, AOI, dimensional inspection, visual checks and\n            protective packing are completed before shipment.\n          <\/p>\n        <\/div>\n      <\/article>\n    <\/div>\n\n    <div class=\"fpc-capability-note\">\n      <div>\n        <strong>Technical note:<\/strong>\n        Final manufacturing capability depends on the layer structure,\n        material selection, bend area, copper distribution, impedance\n        requirements and approved production files.\n      <\/div>\n    <\/div>\n\n  <\/div>\n<\/section>\n<!-- Applications -->\n<style>\n  \/* =================================\n     Typical FPC Applications\n  ================================= *\/\n\n  .fpc-applications-section {\n    padding: 88px 20px;\n    background: #ffffff;\n  }\n\n  .fpc-applications-container {\n    width: 100%;\n    max-width: 1240px;\n    margin: 0 auto;\n  }\n\n  \/* Heading *\/\n\n  .fpc-applications-head {\n    max-width: 760px;\n    margin: 0 auto 42px;\n    text-align: center;\n  }\n\n  .fpc-applications-head .eyebrow {\n    display: block;\n    margin-bottom: 12px;\n    color: #000000;\n    font-size: 13px;\n    font-weight: 700;\n    line-height: 1.4;\n    letter-spacing: 0.12em;\n    text-transform: uppercase;\n  }\n\n  .fpc-applications-head h2 {\n    margin: 0;\n    color: #000000;\n    font-size: clamp(30px, 4vw, 44px);\n    font-weight: 700;\n    line-height: 1.2;\n    letter-spacing: -0.02em;\n  }\n\n  .fpc-applications-head .lead {\n    margin: 17px auto 0;\n    color: #000000;\n    font-size: 16px;\n    line-height: 1.75;\n  }\n\n  \/* Grid *\/\n\n  .fpc-applications-grid {\n    display: grid;\n    grid-template-columns: repeat(3, minmax(0, 1fr));\n    gap: 24px;\n  }\n\n  \/* Card *\/\n\n  .fpc-application-card {\n    min-width: 0;\n    overflow: hidden;\n    background: #ffffff;\n    border: 1px solid #dceee3;\n    border-radius: 20px;\n    box-shadow: 0 12px 32px rgba(32, 67, 46, 0.07);\n    transition:\n      transform 0.25s ease,\n      box-shadow 0.25s ease,\n      border-color 0.25s ease;\n  }\n\n  .fpc-application-card:hover {\n    transform: translateY(-5px);\n    border-color: #bddbc7;\n    box-shadow: 0 18px 40px rgba(32, 67, 46, 0.11);\n  }\n\n  \/* Image *\/\n\n  .fpc-application-card .image-slot {\n    width: 100%;\n    height: 235px;\n    overflow: hidden;\n    background: #f0fdf4;\n    border-bottom: 1px solid #dceee3;\n  }\n\n  .fpc-application-card .image-slot img {\n    width: 100%;\n    height: 100%;\n    display: block;\n    object-fit: cover;\n    object-position: center;\n    transition: transform 0.4s ease;\n  }\n\n  .fpc-application-card:hover .image-slot img {\n    transform: scale(1.04);\n  }\n\n  \/* Card text *\/\n\n  .fpc-application-body {\n    min-height: 170px;\n    padding: 25px 24px 27px;\n  }\n\n  .fpc-application-body h3 {\n    margin: 0 0 12px;\n    color: #000000;\n    font-size: 21px;\n    font-weight: 700;\n    line-height: 1.35;\n  }\n\n  .fpc-application-body p {\n    margin: 0;\n    color: #000000;\n    font-size: 15px;\n    line-height: 1.75;\n  }\n\n  \/* Tablet *\/\n\n  @media (max-width: 1000px) {\n    .fpc-applications-grid {\n      grid-template-columns: repeat(2, minmax(0, 1fr));\n    }\n  }\n\n  \/* Mobile *\/\n\n  @media (max-width: 680px) {\n    .fpc-applications-section {\n      padding: 58px 14px;\n    }\n\n    .fpc-applications-head {\n      margin-bottom: 30px;\n      text-align: left;\n    }\n\n    .fpc-applications-head h2 {\n      font-size: 30px;\n    }\n\n    .fpc-applications-head .lead {\n      font-size: 15px;\n    }\n\n    .fpc-applications-grid {\n      grid-template-columns: 1fr;\n      gap: 18px;\n    }\n\n    .fpc-application-card .image-slot {\n      height: 220px;\n    }\n\n    .fpc-application-body {\n      min-height: auto;\n      padding: 22px 20px 24px;\n    }\n\n    .fpc-application-body h3 {\n      font-size: 19px;\n    }\n  }\n<\/style>\n\n<section class=\"fpc-applications-section\">\n  <div class=\"fpc-applications-container\">\n\n    <!-- Section Heading -->\n    <div class=\"fpc-applications-head\">\n      <span class=\"eyebrow\">Applications<\/span>\n\n      <h2>Typical FPC Applications<\/h2>\n\n      <p class=\"lead\">\n        Flexible PCB solutions are widely used in LED lighting, consumer\n        electronics, automotive systems, industrial equipment, sensors and\n        compact medical electronic devices.\n      <\/p>\n    <\/div>\n\n    <!-- Application Cards -->\n    <div class=\"fpc-applications-grid\">\n\n      <!-- 01 LED Lighting -->\n      <article class=\"fpc-application-card\">\n        <div class=\"image-slot\">\n          <img\n            src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/LED-strips.jpg\"\n            alt=\"Flexible LED PCB and LED light strip applications\"\n            decoding=\"async\"\n            loading=\"lazy\"\n            onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\"\n          \/>\n        <\/div>\n\n        <div class=\"fpc-application-body\">\n          <h3>LED Lighting<\/h3>\n\n          <p>\n            Flexible LED PCB and LED light strips for compact, curved and\n            space-limited lighting designs.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <!-- 02 Consumer Electronics -->\n      <article class=\"fpc-application-card\">\n        <div class=\"image-slot\">\n          <img\n            src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/06\/Compact-Wearable-Rigid-Flex-PCBA.png\"\n            alt=\"Flexible PCB for wearable devices and smart consumer products\"\n            decoding=\"async\"\n            loading=\"lazy\"\n            onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\"\n          \/>\n        <\/div>\n\n        <div class=\"fpc-application-body\">\n          <h3>Consumer Electronics<\/h3>\n\n          <p>\n            Flexible circuit solutions for wearable devices, smart products\n            and compact consumer electronic assemblies.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <!-- 03 Automotive Electronics -->\n      <article class=\"fpc-application-card\">\n        <div class=\"image-slot\">\n          <img\n            src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Automotive-Electronics-PCBA.jpeg\"\n            alt=\"Flexible PCB for automotive lighting systems sensors and control modules\"\n            decoding=\"async\"\n            loading=\"lazy\"\n            onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\"\n          \/>\n        <\/div>\n\n        <div class=\"fpc-application-body\">\n          <h3>Automotive Electronics<\/h3>\n\n          <p>\n            Flexible circuits for vehicle lighting systems, electronic control\n            modules and compact automotive assemblies.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <!-- 04 Industrial Equipment -->\n      <article class=\"fpc-application-card\">\n        <div class=\"image-slot\">\n          <img\n            src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Industrial-Control.png\"\n            alt=\"Flexible connection circuits for industrial equipment and control systems\"\n            decoding=\"async\"\n            loading=\"lazy\"\n            onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\"\n          \/>\n        <\/div>\n\n        <div class=\"fpc-application-body\">\n          <h3>Industrial Equipment<\/h3>\n\n          <p>\n            Flexible connection circuits for industrial equipment, automation\n            devices and compact control systems.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <!-- 05 Medical Electronics -->\n      <article class=\"fpc-application-card\">\n        <div class=\"image-slot\">\n          <img\n            src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Medical-Devices.jpeg\"\n            alt=\"Compact flexible PCB for medical electronic devices\"\n            decoding=\"async\"\n            loading=\"lazy\"\n            onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\"\n          \/>\n        <\/div>\n\n        <div class=\"fpc-application-body\">\n          <h3>Medical Electronics<\/h3>\n\n          <p>\n            Compact flexible circuit solutions for portable, lightweight and\n            space-limited medical electronic devices.\n          <\/p>\n        <\/div>\n      <\/article>\n\n      <!-- 06 Sensors -->\n      <article class=\"fpc-application-card\">\n        <div class=\"image-slot\">\n          <img\n            src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/06\/Automotive-Sensor-Rigid-Flex-Interconnect.png\"\n            alt=\"Automotive sensor rigid-flex interconnect for sensors connector boards and narrow installation zones\"\n            decoding=\"async\"\n            loading=\"lazy\"\n            onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\"\n          \/>\n        <\/div>\n\n        <div class=\"fpc-application-body\">\n          <h3>Sensors<\/h3>\n\n          <p>\n            Flexible interconnects for sensors, connector boards and narrow\n            installation zones.\n          <\/p>\n        <\/div>\n      <\/article>\n\n    <\/div>\n  <\/div>\n<\/section>\n<!-- RFQ -->\n<section class=\"section dark\" id=\"rfq\">\n<div class=\"container quote-wrap\">\n<div>\n<span class=\"eyebrow\">Quotation Checklist<\/span>\n<h2>Prepare These Files for an Accurate Flex PCB Quote<\/h2>\n<p class=\"lead\" style=\"margin-left:0;margin-right:0;\">A complete package allows YC PCB to confirm the bend structure, rigid-flex transition, coverlay openings, stiffeners, connector areas, testing scope and optional assembly requirements.<\/p>\n<ul class=\"check-list\" style=\"margin-top:28px;\">\n<li>Gerber files and Excellon drill file<\/li>\n<li>\n            Stack-up notes for FPC or rigid-flex PCB\n          <\/li>\n<li>\n            Board outline drawing with bend direction and bend radius\n          <\/li>\n<li>\n            Stiffener, coverlay opening, connector and gold finger notes\n          <\/li>\n<li>\n            BOM and placement file if flex PCB assembly is needed\n          <\/li>\n<\/ul>\n<\/div>\n\n<div class=\"form-card flex-rfq-card\">\n  <span class=\"eyebrow\">Project Submission<\/span>\n\n  <h3>Send Your Flexible PCB Requirements<\/h3>\n\n  <p style=\"margin-top:12px;color:#475569;\">\n    Submit your contact details and project requirements through our quick inquiry form.\n    For Gerber files, drill data, stack-up, bend notes, BOM, drawings or other attachments,\n    email them directly to our engineering team.\n  <\/p>\n\n  <div class=\"cta-actions\" style=\"margin-top:22px;\">\n    <a class=\"btn btn-primary\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">\n      Send Project Requirements\n    <\/a>\n\n    <a class=\"btn btn-secondary\" href=\"mailto:sales@ycelectronic.com\">\n      Email PCB Files\n    <\/a>\n  <\/div>\n\n  <p style=\"margin-top:14px;font-size:14px;color:#64748b;\">\n    Email: sales@ycelectronic.com\n  <\/p>\n<\/div>\n<\/div>\n<\/section>\n<!-- Quality control -->\n<section class=\"section\">\n<div class=\"container\">\n<div class=\"section-head\">\n<span class=\"eyebrow\">Quality Assurance<\/span>\n<h2>Quality Checks Before Shipment<\/h2>\n<p class=\"lead\">Flexible circuits require control at bend zones, transition areas and connectors because these locations directly affect assembly fit and service life.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<article class=\"info-card\">\n<h3>Electrical Testing<\/h3>\n<p>Open- and short-circuit testing confirms that the finished flexible circuit matches the approved netlist before shipment.<\/p>\n<\/article>\n<article class=\"info-card\">\n<h3>AOI and Visual Inspection<\/h3>\n<p>Copper routing, coverlay openings, pads, surface finish and visible workmanship are checked against the production data.<\/p>\n<\/article>\n<article class=\"info-card\">\n<h3>Dimensions and Bend-Zone Check<\/h3>\n<p>Board outline, stiffener locations, transition areas and protected bend zones are checked before packing.<\/p>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<!-- FAQ -->\n<section class=\"section soft\">\n<div class=\"container\">\n<div class=\"section-head\">\n<span class=\"eyebrow\">FAQ<\/span>\n<h2>Flexible PCB FAQ<\/h2>\n<\/div>\n<div class=\"faq\">\n<details open=\"\">\n<summary>\n            What is the difference between flexible PCB and rigid-flex PCB?\n          <\/summary>\n<p>\n            A flexible PCB is mainly a bendable circuit board. A rigid-flex PCB\n            combines rigid PCB sections and flexible circuit sections in one\n            structure, helping reduce connectors and cable assemblies in\n            compact products.\n          <\/p>\n<\/details>\n<details>\n<summary>\n            What files should I send for an FPC board quotation?\n          <\/summary>\n<p>\n            Please send Gerber files, drill file, board outline drawing,\n            stack-up notes, bend direction, bend radius, stiffener and coverlay\n            requirements. If assembly is needed, also send BOM and placement\n            files.\n          <\/p>\n<\/details>\n<details>\n<summary>\n            Can YC PCB support 4-layer flex PCB?\n          <\/summary>\n<p>\n            Yes. Four-layer flexible PCB is available for compact designs with greater routing density. Final feasibility and construction are confirmed from the Gerber data, stack-up and bend requirements.\n          <\/p>\n<\/details>\n<details>\n<summary>\n            When should I choose rigid-flex PCB?\n          <\/summary>\n<p>\n            Choose rigid-flex PCB when your product needs rigid component\n            mounting areas and flexible interconnect sections in a small space,\n            especially when cable connections may reduce reliability or\n            increase assembly complexity.\n          <\/p>\n<\/details>\n<details>\n<summary>\n            Can you provide flexible PCB assembly?\n          <\/summary>\n<p>Yes. Flexible PCB assembly can include SMD, <a href=\"\/pcb-assembly\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">through-hole<\/a>, BGA or mixed assembly according to the product design. Send the BOM, placement file and assembly drawing with your quotation package.<\/p>\n<\/details>\n<\/div>\n<\/div>\n<\/section>\n<!-- Final CTA -->\n<section class=\"final-cta\">\n<div class=\"container final-grid\">\n<div>\n<span class=\"eyebrow\">Flexible PCB Quotation<\/span>\n<h2>Request Pricing for Flexible PCB or Rigid-Flex PCB<\/h2>\n<p class=\"lead\">Send your Gerber data, stack-up, bend notes and quantity. YC PCB will confirm the material structure, bend areas, stiffeners, coverlay, testing scope and optional assembly requirements for your quotation.<\/p>\n<div class=\"cta-actions\">\n<a class=\"btn btn-primary\" href=\"#ycpcbs-contact-popup\">Request Flexible PCB Pricing<\/a>\n<a class=\"btn btn-secondary\" href=\"mailto:sales@ycelectronic.com\">\n            Email Engineering Team\n          <\/a>\n<\/div>\n<\/div>\n<figure class=\"final-card\">\n<div class=\"image-slot\">\n<img alt=\"Flexible PCB and rigid-flex PCB functional testing before packing and delivery\" decoding=\"async\" loading=\"lazy\" onerror=\"this.onerror=null;this.src='https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/Rigid-Flex-PCB-Capability.png';\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/05\/Functional-Test.png\"\/>\n<\/div>\n<figcaption class=\"visual-body\">\n<h3>From Bare FPC to Tested Assembly<\/h3>\n<p>Flexible PCB and rigid-flex manufacturing, electrical testing, inspection and optional component assembly from one supplier.<\/p>\n<\/figcaption>\n<\/figure>\n<\/div>\n<\/section>\n<\/main>\n\n<!-- YC PCB Contact Popup -->\n<div class=\"ycpcbs-contact-popup\" id=\"ycpcbs-contact-popup\">\n  <div\n    class=\"ycpcbs-popup-dialog\"\n    role=\"dialog\"\n    aria-modal=\"true\"\n    aria-labelledby=\"ycpcbs-popup-title\"\n  >\n\n    <a class=\"ycpcbs-popup-close\" href=\"#\" aria-label=\"Close contact form\">\u00d7<\/a>\n\n    <div class=\"ycpcbs-popup-head\">\n      <span class=\"eyebrow\">Quick Project Inquiry<\/span>\n\n      <h3 id=\"ycpcbs-popup-title\">Send Your Flexible PCB Requirements<\/h3>\n\n      <p>\n        Tell us what you need. For Gerber files, drill data, stack-up, bend notes,\n        BOM, drawings or other attachments, email them directly to\n        sales@ycelectronic.com after submitting this form.\n      <\/p>\n    <\/div>\n\n    <form\n      id=\"ycpcbs-contact-form\"\n      data-endpoint=\"https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions\"\n    >\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-name\">Name<\/label>\n        <input\n          id=\"ycpcbs-name\"\n          name=\"name\"\n          type=\"text\"\n          placeholder=\"Your name\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-phone\">Email \/ WhatsApp \/ Phone<\/label>\n        <input\n          id=\"ycpcbs-phone\"\n          name=\"phone\"\n          type=\"text\"\n          placeholder=\"Email, WhatsApp or phone number\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-popup-field\">\n        <label for=\"ycpcbs-message\">Project Requirements<\/label>\n        <textarea\n          id=\"ycpcbs-message\"\n          name=\"message\"\n          placeholder=\"Please include flex PCB type, layer count, bend area, bend radius, stiffener, coverlay, quantity, assembly needs, testing requirements and target delivery time.\"\n          required\n        ><\/textarea>\n      <\/div>\n\n      <input\n        type=\"text\"\n        name=\"_zeroy_hp\"\n        value=\"\"\n        tabindex=\"-1\"\n        autocomplete=\"off\"\n        aria-hidden=\"true\"\n        style=\"display:none !important;\"\n      \/>\n\n      <input\n        type=\"hidden\"\n        name=\"_zeroy_redirect\"\n        value=\"https:\/\/ycpcbs.com\/\"\n      \/>\n\n      <button class=\"ycpcbs-popup-submit\" type=\"submit\">\n        Send Project Requirements\n      <\/button>\n\n      <div class=\"ycpcbs-popup-note\">\n        Need to send Gerber, BOM or drawings?\n        <a href=\"mailto:sales@ycelectronic.com\">sales@ycelectronic.com<\/a>\n      <\/div>\n    <\/form>\n\n  <\/div>\n<\/div>\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const form = document.getElementById('<a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">ycpcb<\/a>s-contact-form');\n\n  if (!form) return;\n\n  form.addEventListener('submit', async function (event) {\n    event.preventDefault();\n\n    const submitButton = form.querySelector('[type=\"submit\"]');\n    const originalButtonText = submitButton ? submitButton.textContent : '';\n\n    if (submitButton) {\n      submitButton.disabled = true;\n      submitButton.textContent = 'Sending...';\n    }\n\n    try {\n      const endpoint =\n        form.dataset.endpoint ||\n        'https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions';\n\n      const formData = new FormData(form);\n\n      const response = await fetch(endpoint, {\n        method: 'POST',\n        body: formData\n      });\n\n      let result = null;\n\n      try {\n        result = await response.json();\n      } catch (jsonError) {\n        throw new Error('Invalid response from the submission service.');\n      }\n\n      if (result && result.success === true) {\n        window.location.href = 'https:\/\/ycpcbs.com\/';\n        return;\n      }\n\n      throw new Error(\n        (result && result.data && result.data.message) ||\n        (result && result.message) ||\n        'Submission failed.'\n      );\n\n    } catch (error) {\n      console.error('Zeroy submission error:', error);\n\n      alert(\n        'Submission failed. Please try again or email your project to sales@ycelectronic.com.'\n      );\n\n      if (submitButton) {\n        submitButton.disabled = false;\n        submitButton.textContent = originalButtonText;\n      }\n    }\n  });\n});\n<\/script>","protected":false},"excerpt":{"rendered":"<p>Flexible PCB &amp; Rigid-Flex Manufacturing Flexible PCB &amp; Rigid-Flex PCB Manufacturing Source flexible PCB, FPC and rigid-flex PCB from one manufacturing partner for compact products, lightweight modules and assemblies with limited installation space. YC PCB supports custom outlines, bend zones, stiffeners, coverlay openings, electrical testing and optional component assembly from prototype through repeat production. Flexible [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_seopress_titles_title":"Flexible PCB (FPC) & Rigid-Flex Manufacturer \u2013 YC PCB","_seopress_titles_desc":"Custom flexible PCB and rigid-flex PCB manufacturer. Single\/double-sided FPC, multi-layer rigid-flex. Polyimide and FR4 hybrid. Ideal for automotive, medical, and consumer electronics.","_seopress_robots_index":"","_seopress_robots_follow":"","_seopress_robots_imageindex":"","_seopress_robots_snippet":"","_seopress_robots_primary_cat":"","_seopress_robots_breadcrumbs":"","_seopress_robots_freeze_modified_date":"","_seopress_robots_custom_modified_date":"","_seopress_robots_canonical":"","_seopress_social_fb_title":"","_seopress_social_fb_desc":"","_seopress_social_fb_img":"","_seopress_social_fb_img_attachment_id":0,"_seopress_social_fb_img_width":0,"_seopress_social_fb_img_height":0,"_seopress_social_twitter_title":"","_seopress_social_twitter_desc":"","_seopress_social_twitter_img":"","_seopress_social_twitter_img_attachment_id":0,"_seopress_social_twitter_img_width":0,"_seopress_social_twitter_img_height":0,"_seopress_redirections_value":"","_seopress_redirections_enabled":"","_seopress_redirections_enabled_regex":"","_seopress_redirections_logged_status":"both","_seopress_redirections_param":"","_seopress_redirections_type":301,"_seopress_analysis_target_kw":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-08-07 08:29:42","footnotes":""},"class_list":["post-4109","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/pages\/4109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/comments?post=4109"}],"version-history":[{"count":3,"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/pages\/4109\/revisions"}],"predecessor-version":[{"id":4233,"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/pages\/4109\/revisions\/4233"}],"wp:attachment":[{"href":"https:\/\/ycpcbs.com\/it\/wp-json\/wp\/v2\/media?parent=4109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}