{"id":4152,"date":"2026-08-03T07:38:37","date_gmt":"2026-08-03T07:38:37","guid":{"rendered":"https:\/\/ycpcbs.com\/?page_id=4152"},"modified":"2026-08-10T02:21:30","modified_gmt":"2026-08-10T02:21:30","slug":"pcb-factory-2","status":"publish","type":"page","link":"https:\/\/ycpcbs.com\/pt\/pcb-factory-2\/","title":{"rendered":"PCB Factory"},"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:#dbe5ee;\n  --dark:#03190f;\n  --white:#ffffff;\n  --radius:28px;\n  --shadow:0 24px 70px rgba(15,23,42,.12);\n}\n\n*{\n  box-sizing:border-box;\n}\n\nhtml{\n  scroll-behavior:smooth;\n}\n\nbody{\n  margin:0;\n  background:#fff;\n  color:var(--ink);\n  font-family:'Inter',sans-serif;\n}\n\nimg{\n  display:block;\n  max-width:100%;\n}\n\na{\n  color:inherit;\n  text-decoration:none;\n}\n\n.factory-page{\n  overflow:hidden;\n  background:#fff;\n}\n\n.container{\n  width:min(1180px,100%);\n  margin:0 auto;\n}\n\n.section{\n  padding:92px 20px;\n}\n\n.section.tight{\n  padding:60px 20px;\n}\n\n.section.light{\n  background:#f8fafc;\n}\n\n.section.green-soft{\n  background:linear-gradient(180deg,#f0fdf4,#fff);\n}\n\n.section.dark{\n  background:\n    radial-gradient(\n      circle at top left,\n      rgba(52,199,89,.22),\n      transparent 36%\n    ),\n    linear-gradient(\n      135deg,\n      #07131f,\n      #042114 65%,\n      #020617\n    );\n  color:#f8fafc;\n}\n\nh1,\nh2,\nh3,\n.eyebrow,\n.btn,\n.stat-num,\n.label,\n.toc-title,\n.timeline-num{\n  font-family:'Lexend',sans-serif;\n}\n\nh1{\n  font-size:clamp(42px,5vw,68px);\n  line-height:1.05;\n  letter-spacing:-.025em;\n  margin:0 0 22px;\n  color:#0f172a;\n}\n\nh2{\n  font-size:clamp(30px,3.2vw,46px);\n  line-height:1.12;\n  letter-spacing:-.02em;\n  margin:0;\n  color:#0f172a;\n}\n\nh3{\n  font-size:21px;\n  line-height:1.25;\n  letter-spacing:-.012em;\n  margin:0;\n  color:#0f172a;\n}\n\np{\n  font-size:16px;\n  line-height:1.75;\n  color:#475569;\n  margin:0;\n}\n\n.lead{\n  font-size:18px;\n  line-height:1.78;\n  color:#475569;\n  max-width:740px;\n  margin-top:18px;\n}\n\n.section.dark h2,\n.section.dark .section-head h2{\n  color:#f8fafc!important;\n}\n\n.section.dark .lead,\n.section.dark .section-head .lead{\n  color:#d1fae5!important;\n}\n\n.eyebrow{\n  display:inline-flex;\n  align-items:center;\n  gap:9px;\n  padding:8px 14px;\n  border-radius:999px;\n  background:#eaf9ee;\n  color:#137333;\n  font-size:13px;\n  font-weight:800;\n  margin-bottom:18px;\n  box-shadow:inset 0 0 0 1px rgba(52,199,89,.18);\n}\n\n.section.dark .eyebrow{\n  background:rgba(52,199,89,.12);\n  color:#bbf7d0;\n  border:1px solid rgba(187,247,208,.35);\n  box-shadow:none;\n}\n\n.dot{\n  width:10px;\n  height:10px;\n  border-radius:50%;\n  background:var(--primary);\n  box-shadow:0 0 0 6px rgba(52,199,89,.18);\n}\n\n\/* Hero *\/\n\n.hero{\n  padding:88px 20px 92px;\n  background:\n    radial-gradient(\n      circle at 18% 0%,\n      rgba(52,199,89,.18),\n      transparent 35%\n    ),\n    radial-gradient(\n      circle at 86% 18%,\n      rgba(187,247,208,.36),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #ffffff,\n      #f0fdf4 58%,\n      #ffffff\n    );\n}\n\n.hero-grid{\n  display:grid;\n  grid-template-columns:1.02fr .98fr;\n  gap:54px;\n  align-items:center;\n}\n\n.hero p{\n  color:#475569;\n  font-size:18px;\n  line-height:1.8;\n  max-width:720px;\n}\n\n.keyword-row{\n  display:flex;\n  flex-wrap:wrap;\n  gap:10px;\n  margin:26px 0 34px;\n}\n\n.keyword-row span{\n  display:inline-flex;\n  padding:9px 12px;\n  border:1px solid rgba(52,199,89,.28);\n  background:#fff;\n  color:#166534;\n  border-radius:999px;\n  font-size:13px;\n  font-weight:800;\n  box-shadow:0 8px 20px rgba(15,23,42,.04);\n}\n\n.actions{\n  display:flex;\n  flex-wrap:wrap;\n  gap:14px;\n  margin-top:28px;\n}\n\n.btn{\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:10px;\n  min-height:56px;\n  padding:0 24px;\n  border-radius:999px;\n  font-weight:800;\n  font-size:15px;\n  border:1px solid transparent;\n  transition:.2s ease;\n}\n\n.btn.primary{\n  background:#34C759;\n  color:#052e16!important;\n  box-shadow:0 16px 34px rgba(52,199,89,.28);\n}\n\n.btn.primary:hover{\n  background:#2eb94f;\n  transform:translateY(-2px);\n}\n\n.btn.secondary{\n  background:#fff;\n  color:#0f172a!important;\n  border-color:#e2e8f0;\n}\n\n.btn.secondary:hover{\n  transform:translateY(-2px);\n  box-shadow:0 14px 30px rgba(15,23,42,.12);\n}\n\n.hero-card,\n.photo-card,\n.white-card,\n.toc,\n.table-wrap,\n.audit-card,\n.timeline-card{\n  background:#fff;\n  border:1px solid #dbe5ee;\n  border-radius:var(--radius);\n  box-shadow:var(--shadow);\n  overflow:hidden;\n}\n\n.hero-card{\n  padding:18px;\n}\n\n.image-frame{\n  background:#fff;\n  border-radius:22px;\n  overflow:hidden;\n  border:1px solid #e2e8f0;\n}\n\n.image-frame img{\n  width:100%;\n  height:100%;\n  object-fit:cover;\n  object-position:center;\n  background:#fff;\n}\n\n.hero-card .image-frame{\n  height:390px;\n}\n\n.hero-proof{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:12px;\n  margin-top:16px;\n}\n\n.proof-item{\n  padding:16px;\n  border-radius:18px;\n  background:#f8fafc;\n  border:1px solid #e2e8f0;\n}\n\n.proof-item strong{\n  display:block;\n  font-family:'Lexend',sans-serif;\n  color:#0f172a;\n  font-size:16px;\n  margin-bottom:6px;\n}\n\n.proof-item span{\n  font-size:13px;\n  color:#64748b;\n  line-height:1.5;\n}\n\n\/* Statistics *\/\n\n.stats{\n  display:grid;\n  grid-template-columns:repeat(4,1fr);\n  gap:16px;\n}\n\n.stat{\n  padding:24px;\n  border-radius:24px;\n  background:#fff;\n  border:1px solid #e2e8f0;\n  box-shadow:0 14px 36px rgba(15,23,42,.06);\n}\n\n.stat-num{\n  font-size:30px;\n  font-weight:800;\n  color:#0f172a;\n  margin-bottom:5px;\n}\n\n.stat p{\n  font-size:14px;\n  line-height:1.5;\n  color:#64748b;\n}\n\n\/* Page navigation *\/\n\n.toc{\n  padding:24px;\n  margin-bottom:28px;\n  box-shadow:0 18px 46px rgba(15,23,42,.07);\n}\n\n.toc-title{\n  font-weight:800;\n  margin-bottom:14px;\n  color:#0f172a;\n}\n\n.toc-grid{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  gap:12px;\n}\n\n.toc a{\n  display:block;\n  padding:12px 14px;\n  border-radius:16px;\n  background:#f8fafc;\n  border:1px solid #e2e8f0;\n  color:#166534;\n  font-weight:800;\n  font-size:13px;\n  transition:.2s ease;\n}\n\n.toc a:hover{\n  background:#f0fdf4;\n  border-color:rgba(52,199,89,.5);\n  transform:translateY(-2px);\n}\n\n\/* General grids *\/\n\n.section-head{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n  gap:28px;\n  margin-bottom:42px;\n}\n\n.section-head .lead{\n  margin:0;\n  max-width:620px;\n}\n\n.split{\n  display:grid;\n  grid-template-columns:.92fr 1.08fr;\n  gap:30px;\n  align-items:center;\n}\n\n.grid-2{\n  display:grid;\n  grid-template-columns:repeat(2,1fr);\n  gap:24px;\n}\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.card{\n  background:#fff;\n  border:1px solid #e2e8f0;\n  border-radius:24px;\n  padding:26px;\n  box-shadow:0 14px 34px rgba(15,23,42,.06);\n}\n\n.card h3{\n  margin-bottom:10px;\n}\n\n.card:hover,\n.photo-card:hover{\n  border-color:rgba(52,199,89,.45);\n  transform:translateY(-2px);\n  transition:.2s ease;\n}\n\n.icon{\n  width:46px;\n  height:46px;\n  border-radius:16px;\n  display:grid;\n  place-items:center;\n  background:#dcfce7;\n  color:#14532d;\n  font-weight:900;\n  margin-bottom:18px;\n  font-family:'Lexend';\n}\n\n\/* Image cards *\/\n\n.photo-card .image-frame{\n  height:212px;\n  border:0;\n  border-radius:0;\n  border-bottom:1px solid #e2e8f0;\n}\n\n.photo-body{\n  padding:22px;\n}\n\n.photo-body p{\n  margin-top:10px;\n  font-size:15px;\n  line-height:1.65;\n}\n\n.label{\n  display:inline-flex;\n  align-items:center;\n  gap:8px;\n  padding:7px 10px;\n  border-radius:999px;\n  background:#f0fdf4;\n  color:#166534;\n  font-size:12px;\n  font-weight:800;\n  margin-bottom:12px;\n}\n\n.gallery-group{\n  margin-top:34px;\n}\n\n.gallery-group:first-child{\n  margin-top:0;\n}\n\n.group-title{\n  display:flex;\n  align-items:flex-end;\n  justify-content:space-between;\n  gap:24px;\n  margin-bottom:18px;\n}\n\n.group-title p{\n  max-width:580px;\n  font-size:15px;\n}\n\n.section.dark .card,\n.section.dark .photo-card,\n.section.dark .audit-card,\n.section.dark .timeline-card{\n  background:#fff;\n  color:#0f172a;\n}\n\n.section.dark .card h3,\n.section.dark .photo-card h3,\n.section.dark .audit-card h3,\n.section.dark .timeline-card h3{\n  color:#0f172a!important;\n}\n\n.section.dark .card p,\n.section.dark .photo-card p,\n.section.dark .audit-card p,\n.section.dark .timeline-card p{\n  color:#475569!important;\n}\n\n\/* Production flow *\/\n\n.timeline{\n  display:grid;\n  grid-template-columns:repeat(5,1fr);\n  gap:14px;\n}\n\n.timeline-card{\n  padding:22px;\n  border-radius:22px;\n  box-shadow:0 14px 34px rgba(15,23,42,.06);\n}\n\n.timeline-num{\n  display:inline-flex;\n  width:40px;\n  height:40px;\n  border-radius:14px;\n  align-items:center;\n  justify-content:center;\n  background:#0f172a;\n  color:#fff;\n  font-weight:800;\n  margin-bottom:14px;\n}\n\n.timeline-card h3{\n  font-size:18px;\n  margin-bottom:8px;\n}\n\n.timeline-card p{\n  font-size:14px;\n  line-height:1.6;\n}\n\n\/* Tables *\/\n\n.table-wrap{\n  box-shadow:0 14px 34px rgba(15,23,42,.06);\n}\n\ntable{\n  width:100%;\n  border-collapse:collapse;\n  table-layout:fixed;\n}\n\nth,\ntd{\n  padding:18px 20px;\n  border-bottom:1px solid #e2e8f0;\n  text-align:left;\n  vertical-align:top;\n  overflow-wrap:anywhere;\n  line-height:1.55;\n}\n\nth{\n  background:#f8fafc;\n  color:#0f172a;\n  font-family:'Lexend';\n  font-size:14px;\n}\n\ntd{\n  color:#475569;\n  font-size:15px;\n}\n\ntr:last-child td{\n  border-bottom:0;\n}\n\n\/* Audit checklist *\/\n\n.audit-grid{\n  display:grid;\n  grid-template-columns:repeat(3,1fr);\n  gap:20px;\n}\n\n.audit-card{\n  padding:26px;\n  box-shadow:0 14px 34px rgba(15,23,42,.06);\n}\n\n.audit-card ul{\n  margin:16px 0 0;\n  padding:0;\n  list-style:none;\n  display:grid;\n  gap:10px;\n}\n\n.audit-card li{\n  position:relative;\n  padding-left:22px;\n  color:#475569;\n  font-size:15px;\n  line-height:1.55;\n}\n\n.audit-card li:before{\n  content:'';\n  position:absolute;\n  left:0;\n  top:9px;\n  width:8px;\n  height:8px;\n  border-radius:50%;\n  background:#34C759;\n}\n\n\/* Factory overview *\/\n\n.overview-layout{\n  grid-template-columns:1.08fr .92fr;\n  align-items:stretch;\n}\n\n.overview-copy{\n  display:flex;\n  flex-direction:column;\n  justify-content:center;\n}\n\n.overview-card-wrap{\n  display:grid;\n  grid-template-columns:repeat(2,minmax(0,1fr));\n  gap:16px;\n  margin-top:30px;\n}\n\n.overview-card{\n  display:flex;\n  gap:14px;\n  align-items:flex-start;\n  padding:18px;\n  border-radius:22px;\n  background:linear-gradient(180deg,#ffffff,#fbfffc);\n  border:1px solid #dbe5ee;\n  box-shadow:0 12px 28px rgba(15,23,42,.055);\n}\n\n.overview-card:hover{\n  border-color:rgba(52,199,89,.45);\n  transform:translateY(-2px);\n  transition:.2s ease;\n}\n\n.overview-icon{\n  flex:0 0 42px;\n  width:42px;\n  height:42px;\n  border-radius:15px;\n  background:#dcfce7;\n  color:#166534;\n  display:grid;\n  place-items:center;\n  font-weight:900;\n  font-family:'Lexend';\n}\n\n.overview-card h3{\n  font-size:17px;\n  line-height:1.25;\n  margin:0 0 7px;\n  color:#0f172a;\n}\n\n.overview-card p{\n  font-size:14px;\n  line-height:1.58;\n  color:#475569;\n  margin:0;\n}\n\n.overview-photo{\n  height:100%;\n}\n\n.overview-photo .image-frame{\n  height:330px;\n}\n\n.overview-photo .photo-body{\n  padding:26px;\n}\n\n\/* FAQ *\/\n\n.faq{\n  display:grid;\n  gap:14px;\n}\n\ndetails{\n  background:#fff;\n  border:1px solid #e2e8f0;\n  border-radius:18px;\n  padding:18px 20px;\n}\n\nsummary{\n  cursor:pointer;\n  font-weight:900;\n  color:#0f172a;\n  font-family:'Lexend';\n}\n\ndetails p{\n  margin-top:12px;\n}\n\n\/* Final CTA *\/\n\n.final-cta{\n  padding:84px 20px;\n  background:\n    radial-gradient(\n      circle at top left,\n      rgba(52,199,89,.22),\n      transparent 36%\n    ),\n    linear-gradient(\n      135deg,\n      #07131f,\n      #042114 65%,\n      #020617\n    );\n  color:#fff;\n}\n\n.final-grid{\n  display:grid;\n  grid-template-columns:1fr .82fr;\n  gap:42px;\n  align-items:center;\n}\n\n.final-cta h2{\n  color:#f8fafc!important;\n}\n\n.final-cta p{\n  color:#d1fae5!important;\n}\n\n.final-card{\n  background:#fff;\n  border-radius:30px;\n  overflow:hidden;\n  box-shadow:var(--shadow);\n}\n\n.final-card .image-frame{\n  height:270px;\n  border:0;\n  border-radius:0;\n  border-bottom:1px solid #e2e8f0;\n}\n\n.final-card-body{\n  padding:26px;\n}\n\n.final-card-body h3{\n  color:#0f172a!important;\n}\n\n.final-card-body p{\n  color:#475569!important;\n  margin-top:10px;\n}\n\n\/* Responsive *\/\n\n@media(max-width:1100px){\n  .timeline{\n    grid-template-columns:repeat(3,1fr);\n  }\n\n  .toc-grid{\n    grid-template-columns:repeat(3,1fr);\n  }\n}\n\n@media(max-width:980px){\n  .hero-grid,\n  .split,\n  .overview-layout,\n  .final-grid{\n    grid-template-columns:1fr;\n  }\n\n  .grid-3,\n  .grid-4,\n  .audit-grid,\n  .overview-card-wrap{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .stats{\n    grid-template-columns:repeat(2,1fr);\n  }\n\n  .section-head,\n  .group-title{\n    display:block;\n  }\n\n  .section-head .lead,\n  .group-title p{\n    margin-top:14px;\n  }\n\n  .hero-card .image-frame{\n    height:330px;\n  }\n}\n\n@media(max-width:640px){\n  .section,\n  .hero{\n    padding:64px 16px;\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-2,\n  .grid-3,\n  .grid-4,\n  .stats,\n  .hero-proof,\n  .audit-grid,\n  .overview-card-wrap,\n  .timeline,\n  .toc-grid{\n    grid-template-columns:1fr;\n  }\n\n  .btn{\n    width:100%;\n  }\n\n  .hero-card .image-frame{\n    height:260px;\n  }\n\n  .photo-card .image-frame{\n    height:210px;\n  }\n\n  .overview-photo .image-frame{\n    height:240px;\n  }\n\n  th,\n  td{\n    padding:14px 12px;\n    font-size:14px;\n  }\n}\n\n\/* <a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">YC PCB<\/a> Zeroy contact popup *\/\n\n.ycpcbs-contact-float{\n  position:fixed;\n  right:22px;\n  bottom:22px;\n  z-index:9990;\n  display:inline-flex;\n  align-items:center;\n  justify-content:center;\n  gap:9px;\n  min-height:52px;\n  padding:0 20px;\n  border-radius:999px;\n  background:#34C759;\n  color:#052e16!important;\n  font-family:'Lexend',sans-serif;\n  font-size:14px;\n  font-weight:800;\n  box-shadow:0 16px 38px rgba(15,23,42,.22);\n  transition:transform .2s ease,box-shadow .2s ease,background .2s ease;\n}\n\n.ycpcbs-contact-float:hover{\n  background:#2eb94f;\n  transform:translateY(-2px);\n  box-shadow:0 20px 46px rgba(15,23,42,.28);\n}\n\n.ycpcbs-contact-popup{\n  display:none;\n  position:fixed;\n  inset:0;\n  z-index:10000;\n  align-items:center;\n  justify-content:center;\n  padding:20px;\n}\n\n.ycpcbs-contact-popup:target{\n  display:flex;\n}\n\n.ycpcbs-contact-popup-backdrop{\n  position:absolute;\n  inset:0;\n  background:rgba(2,6,23,.72);\n  backdrop-filter:blur(6px);\n}\n\n.ycpcbs-contact-dialog{\n  position:relative;\n  z-index:1;\n  width:min(620px,100%);\n  max-height:calc(100vh - 40px);\n  overflow:auto;\n  padding:34px;\n  border:1px solid rgba(255,255,255,.7);\n  border-radius:28px;\n  background:#fff;\n  box-shadow:0 30px 90px rgba(2,6,23,.36);\n}\n\n.ycpcbs-contact-close{\n  position:absolute;\n  top:16px;\n  right:16px;\n  width:40px;\n  height:40px;\n  display:grid;\n  place-items:center;\n  border-radius:50%;\n  background:#f1f5f9;\n  color:#0f172a!important;\n  font-size:25px;\n  line-height:1;\n  font-weight:500;\n}\n\n.ycpcbs-contact-close:hover{\n  background:#e2e8f0;\n}\n\n.ycpcbs-contact-dialog .eyebrow{\n  margin-right:48px;\n}\n\n.ycpcbs-contact-dialog h2{\n  margin:0 48px 12px 0;\n  font-size:clamp(28px,4vw,38px);\n}\n\n.ycpcbs-contact-dialog > p{\n  margin-bottom:24px;\n  color:#64748b;\n}\n\n.<a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">ycpcb<\/a>s-contact-form{\n  display:grid;\n  gap:16px;\n}\n\n.ycpcbs-form-group{\n  display:grid;\n  gap:8px;\n}\n\n.ycpcbs-form-group label{\n  color:#0f172a;\n  font-family:'Lexend',sans-serif;\n  font-size:14px;\n  font-weight:700;\n}\n\n.ycpcbs-contact-popup input,\n.ycpcbs-contact-popup textarea{\n  width:100%!important;\n  margin:0!important;\n  border:1px solid #cbd5e1!important;\n  border-radius:14px!important;\n  background:#fff!important;\n  color:#0f172a!important;\n  padding:13px 15px!important;\n  font-family:'Inter',sans-serif!important;\n  font-size:16px!important;\n  font-weight:400!important;\n  line-height:1.5!important;\n  box-shadow:none!important;\n  outline:none!important;\n  box-sizing:border-box!important;\n}\n\n.ycpcbs-contact-popup textarea{\n  min-height:150px!important;\n  resize:vertical!important;\n}\n\n.ycpcbs-contact-popup input::placeholder,\n.ycpcbs-contact-popup textarea::placeholder{\n  color:#94a3b8!important;\n  opacity:1!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,.14)!important;\n}\n\n.ycpcbs-contact-submit{\n  width:100%;\n  min-height:54px;\n  border:0;\n  border-radius:999px;\n  background:#34C759;\n  color:#052e16;\n  font-family:'Lexend',sans-serif;\n  font-size:15px;\n  font-weight:800;\n  cursor:pointer;\n  box-shadow:0 16px 34px rgba(52,199,89,.22);\n}\n\n.ycpcbs-contact-submit:hover{\n  background:#2eb94f;\n}\n\n.ycpcbs-contact-submit:disabled{\n  cursor:not-allowed;\n  opacity:.65;\n}\n\n.ycpcbs-form-status{\n  min-height:22px;\n  color:#475569;\n  font-size:14px;\n  line-height:1.5;\n}\n\n.ycpcbs-form-status.is-error{\n  color:#b91c1c;\n}\n\n.ycpcbs-form-status.is-success{\n  color:#166534;\n}\n\n.ycpcbs-honeypot{\n  display:none!important;\n}\n\n@media(max-width:640px){\n  .ycpcbs-contact-float{\n    right:14px;\n    bottom:14px;\n    min-height:48px;\n    padding:0 17px;\n    font-size:13px;\n  }\n\n  .ycpcbs-contact-popup{\n    padding:12px;\n    align-items:flex-end;\n  }\n\n  .ycpcbs-contact-dialog{\n    width:100%;\n    max-height:calc(100vh - 24px);\n    padding:28px 20px 22px;\n    border-radius:24px 24px 18px 18px;\n  }\n\n  .ycpcbs-contact-dialog h2{\n    margin-right:42px;\n  }\n}\n\n<\/style>\n<main class=\"factory-page\">\n<!-- Hero -->\n<section class=\"hero\" id=\"factory-top\">\n<div class=\"container hero-grid\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n          PCB Factory &amp; Production Line\n        <\/div>\n<h1>PCB Factory &amp; Manufacturing Capabilities<\/h1>\n<p>Source your PCB and PCBA projects from a manufacturing team that controls each critical stage\u2014from incoming material and circuit imaging to drilling, lamination, solder mask, routing, AOI, electrical testing and assembly verification. Review our production equipment, quality checkpoints and order workflow before sending your project files.<\/p>\n<div class=\"keyword-row\">\n<span>pcb factory<\/span>\n<span>pcb production<\/span>\n<span>pcb production line<\/span>\n<\/div>\n<div class=\"actions\">\n<a class=\"btn primary\" href=\"#factory-flow\">\n            View Production Flow\n          <\/a>\n<a class=\"btn secondary\" href=\"#factory-gallery\">\n            See Factory Equipment\n          <\/a>\n<\/div>\n<\/div>\n<div class=\"hero-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"YC PCB SMT workshop and PCB assembly production line inside the factory\" loading=\"eager\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/13CNC-machine2-scaled.jpg\"\/>\n<\/div>\n<div class=\"hero-proof\">\n<div class=\"proof-item\">\n<strong>Manufacturing Areas<\/strong>\n<span>Dedicated areas support bare PCB fabrication and PCBA assembly.<\/span>\n<\/div>\n<div class=\"proof-item\">\n<strong>Process Control<\/strong>\n<span>Controlled material, imaging, drilling, routing and testing processes.<\/span>\n<\/div>\n<div class=\"proof-item\">\n<strong>Quality Verification<\/strong>\n<span>AOI, electrical testing and project-specific inspection options.<\/span>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Page guide and statistics -->\n<section class=\"section tight green-soft\">\n<div class=\"container\">\n<div class=\"toc\">\n<div class=\"toc-title\">Explore Our Manufacturing Capabilities<\/div>\n<div class=\"toc-grid\">\n<a href=\"#factory-overview\">Factory Overview<\/a>\n<a href=\"#factory-gallery\">Equipment Gallery<\/a>\n<a href=\"#factory-flow\">Production Flow<\/a>\n<a href=\"#quality-control\">Quality Control<\/a>\n<a href=\"#audit-checklist\">Supplier Qualification<\/a>\n<\/div>\n<\/div>\n<div class=\"stats\">\n<div class=\"stat\">\n<div class=\"stat-num\">20+<\/div>\n<p>Years of PCB and PCBA manufacturing experience<\/p>\n<\/div>\n<div class=\"stat\">\n<div class=\"stat-num\">300+<\/div>\n<p>Engineering, production and quality support team members<\/p>\n<\/div>\n<div class=\"stat\">\n<div class=\"stat-num\">100,000+ m\u00b2<\/div>\n<p>\n            Monthly PCB manufacturing capacity for <a href=\"\/quick-turn-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">prototype<\/a> and batch projects\n          <\/p>\n<\/div>\n<div class=\"stat\">\n<div class=\"stat-num\">40L<\/div>\n<p>High-layer-count PCB projects reviewed by stack-up and design files<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Factory overview -->\n<section class=\"section\" id=\"factory-overview\">\n<div class=\"container split overview-layout\">\n<div class=\"overview-copy\">\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n          Factory Overview\n        <\/div>\n<h2>PCB Manufacturing Capabilities for Reliable Project Delivery<\/h2>\n<p class=\"lead\">Your project is supported by a complete manufacturing route covering material preparation, image transfer, copper processing, multilayer lamination, drilling, routing, inspection and PCBA verification. Each stage is matched to your Gerber files, stack-up, quantity and quality requirements.<\/p>\n<div class=\"overview-card-wrap\">\n<div class=\"overview-card\">\n<div class=\"overview-icon\">01<\/div>\n<div>\n<h3>Material Control<\/h3>\n<p>Laminate type, board thickness, copper weight and material batch information are checked before production begins.<\/p>\n<\/div>\n<\/div>\n<div class=\"overview-card\">\n<div class=\"overview-icon\">02<\/div>\n<div>\n<h3>Controlled Production Route<\/h3>\n<p>Your boards move through a defined route covering cutting, imaging, etching, lamination, drilling, routing and surface processing.<\/p>\n<\/div>\n<\/div>\n<div class=\"overview-card\">\n<div class=\"overview-icon\">03<\/div>\n<div>\n<h3>Quality Gates<\/h3>\n<p>AOI, electrical testing and PCBA verification are arranged at key quality checkpoints before shipment.<\/p>\n<\/div>\n<\/div>\n<div class=\"overview-card\">\n<div class=\"overview-icon\">04<\/div>\n<div>\n<h3>Flexible Order Support<\/h3>\n<p>Prototype, pilot-run and batch orders are reviewed according to your drawings, quantity, technical requirements and delivery plan.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div class=\"photo-card overview-photo\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"YC PCB factory workshop showing PCB SMT manufacturing and production equipment\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/07\/14V-cut-machine-scaled.jpg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Workshop View<\/span>\n<h3>Organized PCB and PCBA Production Areas<\/h3>\n<p>Organized production areas, visible manufacturing equipment and defined inspection routes help us support consistent PCB fabrication and assembly from prototype verification to repeat orders.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Factory gallery -->\n<section class=\"section light\" id=\"factory-gallery\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n            Equipment Gallery\n          <\/div>\n<h2>PCB Production Line by Manufacturing Stage<\/h2>\n<\/div>\n<p class=\"lead\">Review the equipment used across material preparation, circuit formation, multilayer processing, mechanical finishing, testing and assembly. These processes help us match your design files with the correct manufacturing route.<\/p>\n<\/div>\n<!-- Material preparation -->\n<div class=\"gallery-group\">\n<div class=\"group-title\">\n<h3>Material Preparation<\/h3>\n<p>Controlled material preparation helps maintain correct panel dimensions, clean surfaces and stable material conditions before circuit processing begins.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"Raw material area for PCB factory production control\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/1%EF%BC%8Craw-materials--1024x734.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Incoming Material<\/span>\n<h3>Raw Material Area<\/h3>\n<p>Laminate and copper-clad materials are prepared by project specification, including material type, thickness, copper requirement and production batch.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB cutting machine used for panel preparation in the YC PCB production line\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/2%EF%BC%8Ccutting-machine-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Panel Preparation<\/span>\n<h3>Cutting Machine<\/h3>\n<p>Accurate panel cutting prepares the required production size and supports alignment through imaging, drilling and final routing.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB grinding machine for panel surface preparation in the YC PCB factory\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/3%EF%BC%8CGrinding-machine--scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Surface Preparation<\/span>\n<h3>Grinding Machine<\/h3>\n<p>Panel grinding and surface preparation remove contamination and improve consistency for imaging, etching and later copper processing.<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<!-- Circuit pattern formation -->\n<div class=\"gallery-group\">\n<div class=\"group-title\">\n<h3>Circuit Pattern Formation<\/h3>\n<p>Exposure, etching and AOI work together to form the required copper pattern and identify circuit defects before additional processing adds cost and lead time.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB exposure machine for circuit image transfer and registration control\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/4%EF%BC%8CExposure-machine-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Imaging<\/span>\n<h3>Exposure Machine<\/h3>\n<p>Controlled exposure transfers your circuit pattern to the panel and supports trace definition, spacing accuracy and layer registration.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB exposure production area for repeatable circuit pattern formation\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/5%EF%BC%8CExposure-machine-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Image Control<\/span>\n<h3>Exposure Process Area<\/h3>\n<p>Repeatable exposure control supports different board dimensions, circuit densities and production quantities.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB etching machine forming copper circuit patterns in production\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/6%EF%BC%8CEtching-Machine-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Copper Process<\/span>\n<h3>Etching Machine<\/h3>\n<p>Etching removes unwanted copper to create the required traces, pads and circuit features from your production files.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"AOI inspection equipment checking PCB copper patterns for opens and shorts\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/8%EF%BC%8CAOI--scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Pattern Inspection<\/span>\n<h3>AOI Inspection<\/h3>\n<p>AOI checks for opens, shorts, missing copper and pattern deviations before the board enters later manufacturing stages.<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<!-- Multilayer and mechanical processing -->\n<div class=\"gallery-group\">\n<div class=\"group-title\">\n<h3>Multilayer and Mechanical Processing<\/h3>\n<p>Controlled lamination, drilling and profile processing support layer registration, via reliability and accurate mechanical fit in your final assembly.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB laminating machine for multilayer stack-up bonding\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/12%EF%BC%8CLaminating-machine-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Layer Build-Up<\/span>\n<h3>Laminating Machine<\/h3>\n<p>Multilayer lamination bonds the reviewed stack-up under controlled conditions to support structural stability, registration and long-term board reliability.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB drilling machine for via and through hole processing\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/20%EF%BC%8Cdrilling-machine-1024x768.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Hole Formation<\/span>\n<h3>Drilling Machine<\/h3>\n<p>Precision drilling supports plated <a href=\"\/pcb-assembly\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">through-hole<\/a>s, vias, component holes and alignment across multilayer structures.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"CNC machine for PCB routing and board outline processing\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/18%EF%BC%8CCNC-machine--1024x768.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Outline Processing<\/span>\n<h3>CNC Machine<\/h3>\n<p>CNC routing produces the required board outline, slots, cutouts and mechanical features for accurate installation in your product.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"V cut machine for PCB panel separation\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/15%EF%BC%8CV-cut-machine--1024x768.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Panel Separation<\/span>\n<h3>V-Cut Machine<\/h3>\n<p>V-cut processing supports efficient panel handling and controlled board separation during your assembly process.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB die punching machine for repeatable mechanical board processing\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/13%EF%BC%8CDie-punching-machine-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Mechanical Route<\/span>\n<h3>Die Punching Machine<\/h3>\n<p>Die punching provides repeatable profile processing for suitable board shapes and higher-volume production requirements.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB mold and tooling area for repeatable manufacturing\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/21%EF%BC%8Cmold--1024x768.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Tooling<\/span>\n<h3>Mold and Tooling Area<\/h3>\n<p>Dedicated tooling helps maintain consistent board shape, hole position and mechanical features across repeat production batches.<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<!-- Surface finish and testing -->\n<div class=\"gallery-group\">\n<div class=\"group-title\">\n<h3>Surface Finish, Marking and Final Board Test<\/h3>\n<p>Solder mask, marking and final testing support solderability, board identification, assembly accuracy and electrical acceptance before shipment.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB solder mask production equipment inside the YC PCB factory\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/9%EF%BC%8Csolder-mask-scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Solder Mask<\/span>\n<h3>Solder Mask Line<\/h3>\n<p>Solder mask protects copper circuitry, defines solderable areas and supports cleaner, more reliable PCB assembly.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"Automatic PCB silkscreen machine for legends and component markings\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/%E8%87%AA%E5%8A%A8%E4%B8%9D%E5%8D%B0%E6%9C%BAsilkscreen.jpeg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Marking<\/span>\n<h3>Silkscreen Process<\/h3>\n<p>Silkscreen can include component references, polarity marks, logos, revision information and assembly instructions according to your files.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"Automatic PCB production support machine in the factory workshop\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/11%EF%BC%8CAutomatic-shooting-machine--scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Process Support<\/span>\n<h3>Automatic Shooting Machine<\/h3>\n<p>Automated process equipment helps improve handling consistency and maintain a stable production flow for repeat orders.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"Automatic electrical testing machine for PCB production\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/22%EF%BC%8CAutomatic-testing-machine--1024x768.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Final Board Test<\/span>\n<h3>Automatic Testing Machine<\/h3>\n<p>Electrical testing verifies circuit continuity and isolation before shipment, helping reduce the risk of open and short circuits in assembly.<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Production flow -->\n<section class=\"section\" id=\"factory-flow\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n            Production Flow\n          <\/div>\n<h2>From PCB Files to Tested Boards<\/h2>\n<\/div>\n<p class=\"lead\">Your files move through a defined production and inspection route, making it easier to control manufacturability, quality checkpoints and delivery requirements from quotation to shipment.<\/p>\n<\/div>\n<div class=\"timeline\">\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">01<\/div>\n<h3>File Review<\/h3>\n<p>Gerber files, drill data, stack-up and special notes are reviewed before production to identify manufacturability risks and confirm the correct process route.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">02<\/div>\n<h3>Material Prep<\/h3>\n<p>Laminate and copper materials are selected according to your board thickness, copper weight, stack-up and application requirements.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">03<\/div>\n<h3>Cutting &amp; Cleaning<\/h3>\n<p>Panels are cut, cleaned and prepared to support stable registration through imaging, drilling and routing.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">04<\/div>\n<h3>Imaging &amp; Etching<\/h3>\n<p>Circuit patterns are transferred, etched and inspected to confirm traces, pads, spacing and copper features.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">05<\/div>\n<h3>AOI Gate<\/h3>\n<p>AOI identifies circuit-pattern defects early, reducing the risk of defective panels moving into later production stages.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">06<\/div>\n<h3>Lamination<\/h3>\n<p>Multilayer boards are laminated according to the approved stack-up, material system and production parameters.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">07<\/div>\n<h3>Drilling<\/h3>\n<p>Vias, plated through-holes and component holes are drilled according to your drill files and tolerance requirements.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">08<\/div>\n<h3>Solder Mask<\/h3>\n<p>Solder mask and surface preparation protect the circuitry and prepare the board for reliable component assembly.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">09<\/div>\n<h3>Routing<\/h3>\n<p>CNC routing, V-cut or dedicated tooling produces the final board outline and mechanical features specified in your drawings.<\/p>\n<\/div>\n<div class=\"timeline-card\">\n<div class=\"timeline-num\">10<\/div>\n<h3>Testing<\/h3>\n<p>Electrical testing, visual inspection, quantity confirmation and packing review are completed before shipment.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- Quality control -->\n<section class=\"section dark\" id=\"quality-control\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n            Quality Control\n          <\/div>\n<h2>Inspection Points Across PCB Production<\/h2>\n<\/div>\n<p class=\"lead\">Quality control is integrated into material preparation, circuit formation, final bare-board testing and PCBA inspection. The inspection route can be matched to your board type, package selection and application risk.<\/p>\n<\/div>\n<div class=\"grid-4\">\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB factory material inspection before production\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/1%EF%BC%8Craw-materials--1024x734.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Before Production<\/span>\n<h3>Incoming Material Check<\/h3>\n<p>Material type, board thickness, copper weight and production requirements are checked before panels enter manufacturing.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"AOI inspection equipment for PCB in-process quality control\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/8%EF%BC%8CAOI--scaled.webp\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">In Process<\/span>\n<h3>AOI Pattern Inspection<\/h3>\n<p>AOI identifies open circuits, shorts, missing copper and pattern deviations before additional processing.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB high voltage withstand testing before shipment\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/PCB%E8%80%90%E9%AB%98%E5%8E%8B%E6%B5%8B%E8%AF%95.jpg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Final Board<\/span>\n<h3>High-Voltage Testing<\/h3>\n<p>Withstand-voltage testing can be arranged for applicable projects to verify insulation performance and reduce electrical failure risk before shipment.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"X-ray inspection for hidden solder joints in PCB assembly production\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/X-%E5%B0%84%E7%BA%BF%E6%A3%80%E6%B5%8B.jpg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Hidden Joint Check<\/span>\n<h3>X-Ray Inspection<\/h3>\n<p>X-ray inspection can verify hidden solder joints beneath BGA, QFN and similar packages that cannot be fully assessed through visual inspection alone.<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<!-- PCBA line -->\n<section class=\"section light\" id=\"pcba-line\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n            Assembly &amp; Verification\n          <\/div>\n<h2>Integrated PCB Assembly and Verification Capabilities<\/h2>\n<\/div>\n<p class=\"lead\">Choose bare PCB fabrication or extend the project to component sourcing, SMT, DIP, programming, functional testing and full product assembly. An integrated route reduces supplier handoffs and helps keep fabrication and assembly requirements aligned.<\/p>\n<\/div>\n<div class=\"grid-3\">\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"YC PCB SMT production workshop with automated placement and assembly equipment\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/08\/SMT-PCB.jpg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">SMT Line<\/span>\n<h3>SMT Production Workshop<\/h3>\n<p>Our SMT workshop supports solder paste printing, automated placement, reflow soldering and inspection for prototype, pilot-run and batch PCBA orders.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"Automatic SMT placement machine for PCB assembly production\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/SMT%E8%B4%B4%E7%89%87%E6%9C%BA%E7%BB%BF%E8%89%B2.jpeg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Placement<\/span>\n<h3>SMT Placement Machine<\/h3>\n<p>Automated placement equipment supports repeatable component positioning after BOM review, feeder setup and program verification.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB reflow soldering equipment for SMT assembly\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/PCB%E5%9B%9E%E6%B5%81%E7%84%8A.jpeg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Reflow<\/span>\n<h3>Reflow Soldering<\/h3>\n<p>Controlled reflow profiles support consistent SMT solder joints and can be adjusted for temperature-sensitive components and mixed package requirements.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"PCB DIP through-hole component insertion process\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/PCB-dip%E6%8F%92%E4%BB%B6.jpeg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Through-Hole<\/span>\n<h3>DIP Component Insertion<\/h3>\n<p>DIP insertion supports connectors, transformers and larger components that require mechanical strength or mixed SMT and through-hole assembly.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"Wave soldering equipment for through-hole PCB assembly\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/%E6%B3%A2%E5%B3%B0%E7%84%8A.jpeg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Wave Soldering<\/span>\n<h3>Wave Soldering Line<\/h3>\n<p>Wave soldering supports efficient through-hole assembly after component orientation, masking and soldering parameters are confirmed.<\/p>\n<\/div>\n<\/article>\n<article class=\"photo-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"X-ray inspection for BGA QFN and hidden PCB assembly solder joints\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/X-%E5%B0%84%E7%BA%BF%E6%A3%80%E6%B5%8B.jpg\"\/>\n<\/div>\n<div class=\"photo-body\">\n<span class=\"label\">Inspection<\/span>\n<h3>X-Ray Verification<\/h3>\n<p>X-ray verification helps inspect hidden joints in complex packages and supports quality control for demanding PCBA projects.<\/p>\n<\/div>\n<\/article>\n<\/div>\n<\/div>\n<\/section>\n<!-- Audit checklist -->\n<section class=\"section\" id=\"audit-checklist\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>Supplier Qualification<\/div>\n<h2>Why Procurement Teams Work with YC PCB<\/h2>\n<\/div>\n<p class=\"lead\">Qualify your PCB supplier based on visible production resources, controlled manufacturing processes and inspection readiness\u2014not quotation price alone. YC PCB supports technical review from files and materials through testing, packing and shipment.<\/p>\n<\/div>\n<div class=\"audit-grid\">\n<div class=\"audit-card\">\n<div class=\"icon\">A<\/div>\n<h3>Visible Manufacturing Resources<\/h3>\n<ul>\n<li>Actual production equipment and workshop areas can be reviewed.<\/li>\n<li>Key fabrication, assembly and inspection areas follow defined process stages.<\/li>\n<li>Factory equipment and process photos can support capability confirmation.<\/li>\n<li>Prototype, pilot-run and batch orders follow a project-specific production route.<\/li>\n<\/ul>\n<\/div>\n<div class=\"audit-card\">\n<div class=\"icon\">B<\/div>\n<h3>Process Control<\/h3>\n<ul>\n<li>Material, cutting, imaging, drilling and routing requirements are reviewed before production.<\/li>\n<li>Multilayer stack-ups are checked against project files before lamination.<\/li>\n<li>Slots, V-cuts, cutouts and board outlines are produced according to mechanical drawings.<\/li>\n<li>Special materials, tolerances, testing and packing requirements can be confirmed before production.<\/li>\n<\/ul>\n<\/div>\n<div class=\"audit-card\">\n<div class=\"icon\">C<\/div>\n<h3>Inspection and Shipment Control<\/h3>\n<ul>\n<li>AOI is used to identify circuit-pattern defects during production.<\/li>\n<li>Electrical testing is completed before bare PCB shipment.<\/li>\n<li>PCBA inspection and functional testing can be planned according to project requirements.<\/li>\n<li>Packing, labels, quantity and shipping requirements are confirmed before delivery.<\/li>\n<\/ul>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<!-- FAQ -->\n<section class=\"section light\" id=\"factory-faq\">\n<div class=\"container\">\n<div class=\"section-head\">\n<div>\n<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n            FAQ\n          <\/div>\n<h2>PCB Factory and Production FAQ<\/h2>\n<\/div>\n<p class=\"lead\">Review the information below before sending your files. It explains what we need to confirm materials, production route, inspection requirements and delivery planning.<\/p>\n<\/div>\n<div class=\"faq\">\n<details open=\"\">\n<summary>What manufacturing information can YC PCB provide before an order?<\/summary>\n<p>We can provide information on production equipment, manufacturing flow, inspection methods and available project evidence so your procurement and engineering teams can evaluate the production route before ordering.<\/p>\n<\/details>\n<details>\n<summary>What files and specifications should I send for review?<\/summary>\n<p>Please send Gerber files, drill files, stack-up, copper weight, board thickness, surface finish, quantity, tolerance notes and any assembly or testing requirements. A BOM and pick-and-place file are also needed for PCBA projects.<\/p>\n<\/details>\n<details>\n<summary>How is PCB quality controlled during production?<\/summary>\n<p>Quality is controlled through material verification, imaging, etching, lamination, drilling, solder mask, routing, AOI and electrical testing. For PCBA projects, BOM control, component placement, soldering and functional testing are added to the inspection route.<\/p>\n<\/details>\n<details>\n<summary>Can YC PCB support prototypes and repeat production?<\/summary>\n<p>Yes. We support prototype, pilot-run and batch production, with the process route reviewed according to your files, quantity, delivery needs and manufacturing requirements.<\/p>\n<\/details>\n<details>\n<summary>Can I request production and inspection records?<\/summary>\n<p>Production photos, order-status updates, packing photos and applicable test records can be discussed according to the order type and your documentation requirements.<\/p>\n<\/details>\n<details>\n<summary>Can YC PCB review both bare PCB and PCBA requirements?<\/summary>\n<p>Yes. We can review bare PCB fabrication, component sourcing, SMT and DIP assembly, programming, inspection, functional testing and packing requirements as part of one project.<\/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<div class=\"eyebrow\">\n<span class=\"dot\"><\/span>\n          Factory Capability Review\n        <\/div>\n<h2>Send Your PCB Files for a Manufacturing Review<\/h2>\n<p class=\"lead\">Send your Gerber files, stack-up, quantity and target application for a manufacturing review. Our team will check the proposed production route, material requirements, inspection needs and PCBA scope before preparing the quotation.<\/p>\n<div class=\"actions\">\n<a class=\"btn primary\" href=\"#ycpcbs-contact-popup\">\n            Send Project Requirements\n          <\/a>\n<a class=\"btn secondary\" href=\"#factory-top\">\n            Back to Factory Overview\n          <\/a>\n<\/div>\n<\/div>\n<div class=\"final-card\">\n<div class=\"image-frame\">\n<img decoding=\"async\" alt=\"X-ray inspection evidence for PCB assembly quality review before shipment\" loading=\"lazy\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/X-%E5%B0%84%E7%BA%BF%E6%A3%80%E6%B5%8B.jpg\"\/>\n<\/div>\n<div class=\"final-card-body\">\n<h3>Project-Specific Inspection Before Shipment<\/h3>\n<p>Your project can be linked to defined production checkpoints, electrical testing, X-ray inspection for applicable assemblies, packing confirmation and shipment records.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/section>\n<\/main>\n\n<!-- YC PCB floating contact button -->\n<a class=\"ycpcbs-contact-float\" href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\" aria-label=\"Open contact form\">\n  <span aria-hidden=\"true\"><\/span>\n  <span>Contact Us<\/span>\n<\/a>\n\n<!-- YC PCB Zeroy contact popup -->\n<div class=\"ycpcbs-contact-popup\" id=\"ycpcbs-contact-popup\" role=\"dialog\" aria-modal=\"true\" aria-labelledby=\"ycpcbs-contact-title\">\n  <a class=\"ycpcbs-contact-popup-backdrop\" href=\"#\" aria-label=\"Close contact form\"><\/a>\n\n  <div class=\"ycpcbs-contact-dialog\">\n    <a class=\"ycpcbs-contact-close\" href=\"#\" aria-label=\"Close contact form\">\u00d7<\/a>\n\n    <div class=\"eyebrow\">\n      <span class=\"dot\"><\/span>\n      PCB Project Review\n    <\/div>\n\n    <h2 id=\"ycpcbs-contact-title\">Send Your PCB Requirements<\/h2>\n    <p>Share your contact details and project requirements. You may include the PCB type, layer count, quantity, material, surface finish, testing needs and target delivery time.<\/p>\n\n    <form\n      class=\"ycpcbs-contact-form\"\n      id=\"ycpcbs-contact-form\"\n      data-endpoint=\"https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions\"\n    >\n      <div class=\"ycpcbs-form-group\">\n        <label for=\"ycpcbs-name\">Name<\/label>\n        <input\n          id=\"ycpcbs-name\"\n          name=\"name\"\n          type=\"text\"\n          autocomplete=\"name\"\n          placeholder=\"Your name\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-form-group\">\n        <label for=\"ycpcbs-phone\">Email \/ WhatsApp \/ Phone<\/label>\n        <input\n          id=\"ycpcbs-phone\"\n          name=\"phone\"\n          type=\"text\"\n          autocomplete=\"tel\"\n          placeholder=\"Your email, WhatsApp or phone number\"\n          required\n        \/>\n      <\/div>\n\n      <div class=\"ycpcbs-form-group\">\n        <label for=\"ycpcbs-message\">Project Requirements<\/label>\n        <textarea\n          id=\"ycpcbs-message\"\n          name=\"message\"\n          placeholder=\"PCB type, layers, material, quantity, surface finish, testing requirements and delivery schedule\"\n          required\n        ><\/textarea>\n      <\/div>\n\n      <input class=\"ycpcbs-honeypot\" type=\"text\" name=\"_zeroy_hp\" value=\"\" tabindex=\"-1\" autocomplete=\"off\" aria-hidden=\"true\"\/>\n      <input type=\"hidden\" name=\"_zeroy_redirect\" value=\"https:\/\/ycpcbs.com\/\"\/>\n\n      <button class=\"ycpcbs-contact-submit\" type=\"submit\">Send Project Requirements<\/button>\n      <div class=\"ycpcbs-form-status\" id=\"ycpcbs-form-status\" role=\"status\" aria-live=\"polite\"><\/div>\n    <\/form>\n  <\/div>\n<\/div>\n\n\n<script>\ndocument.addEventListener('DOMContentLoaded', function () {\n  const form = document.getElementById('ycpcbs-contact-form');\n\n  if (!form) {\n    return;\n  }\n\n  const submitButton = form.querySelector('button[type=\"submit\"]');\n  const statusBox = document.getElementById('ycpcbs-form-status');\n  const endpoint =\n    form.dataset.endpoint ||\n    'https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions';\n\n  form.addEventListener('submit', async function (event) {\n    event.preventDefault();\n\n    const originalButtonText = submitButton\n      ? submitButton.textContent\n      : 'Send Project Requirements';\n\n    if (statusBox) {\n      statusBox.textContent = '';\n      statusBox.className = 'ycpcbs-form-status';\n    }\n\n    if (submitButton) {\n      submitButton.disabled = true;\n      submitButton.textContent = 'Sending...';\n    }\n\n    try {\n      const response = await fetch(endpoint, {\n        method: 'POST',\n        body: new FormData(form),\n        headers: {\n          'Accept': 'application\/json'\n        }\n      });\n\n      const result = await response.json();\n\n      if (result && result.success === true) {\n        if (statusBox) {\n          statusBox.textContent = 'Submitted successfully. Redirecting...';\n          statusBox.className = 'ycpcbs-form-status is-success';\n        }\n\n        window.location.href = 'https:\/\/ycpcbs.com\/';\n        return;\n      }\n\n      const errorMessage =\n        result?.data?.message ||\n        result?.message ||\n        'Submission failed. Please check your information and try again.';\n\n      throw new Error(errorMessage);\n    } catch (error) {\n      console.error('Zeroy submission error:', error);\n\n      if (statusBox) {\n        statusBox.textContent =\n          error.message ||\n          'Submission failed. Please check your information and try again.';\n        statusBox.className = 'ycpcbs-form-status is-error';\n      }\n\n      if (submitButton) {\n        submitButton.disabled = false;\n        submitButton.textContent = originalButtonText;\n      }\n    }\n  });\n});\n<\/script>","protected":false},"excerpt":{"rendered":"<p>PCB Factory &amp; Production Line PCB Factory &amp; Manufacturing Capabilities Source your PCB and PCBA projects from a manufacturing team that controls each critical stage\u2014from incoming material and circuit imaging to drilling, lamination, solder mask, routing, AOI, electrical testing and assembly verification. Review our production equipment, quality checkpoints and order workflow before sending your project [&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":"","_seopress_titles_desc":"","_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 03:28:21","footnotes":""},"class_list":["post-4152","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages\/4152","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/comments?post=4152"}],"version-history":[{"count":3,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages\/4152\/revisions"}],"predecessor-version":[{"id":4221,"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/pages\/4152\/revisions\/4221"}],"wp:attachment":[{"href":"https:\/\/ycpcbs.com\/pt\/wp-json\/wp\/v2\/media?parent=4152"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}