{"id":4006,"date":"2026-07-02T04:00:31","date_gmt":"2026-07-02T04:00:31","guid":{"rendered":"https:\/\/ycpcbs.com\/?page_id=4006"},"modified":"2026-08-10T02:21:30","modified_gmt":"2026-08-10T02:21:30","slug":"custom-pcb-manufacturer","status":"publish","type":"page","link":"https:\/\/ycpcbs.com\/ru\/custom-pcb-manufacturer\/","title":{"rendered":"Custom PCB manufacturer"},"content":{"rendered":"<style>\n    :root {\n      --primary: #34C759;\n      --primary-dark: #28a745;\n      --primary-light: #eaf9ee;\n      --text-dark: #0a0a0a;\n      --text-main: #1e293b;\n      --text-secondary: #475569;\n      --text-muted: #94a3b8;\n      --bg-light: #f1f5f9;\n      --bg-lightest: #f8fafc;\n      --border: #e2e8f0;\n      --white: #ffffff;\n      --shadow-sm: 0 8px 22px rgba(15, 23, 42, 0.06);\n      --shadow-md: 0 16px 36px rgba(15, 23, 42, 0.10);\n    }\n\n    html,\n    body {\n      overflow-x: hidden;\n      max-width: 100%;\n      margin: 0;\n      padding: 0;\n      scroll-behavior: smooth;\n    }\n\n    * {\n      box-sizing: border-box;\n    }\n\n    body {\n      font-family: Inter, Arial, sans-serif;\n      color: var(--text-secondary);\n      background-color: #ffffff;\n      line-height: 1.6;\n    }\n\n    img,\n    video,\n    iframe,\n    table {\n      max-width: 100%;\n    }\n\n    a {\n      color: inherit;\n    }\n\n    section {\n      padding: 86px 24px;\n    }\n\n    @media (max-width: 768px) {\n      section {\n        padding: 56px 20px;\n      }\n    }\n\n    @media (max-width: 480px) {\n      section {\n        padding: 42px 16px;\n      }\n    }\n\n    .container {\n      max-width: 1280px;\n      margin: 0 auto;\n    }\n\n    .eyebrow {\n      display: inline-flex;\n      align-items: center;\n      width: fit-content;\n      font-size: 12px;\n      font-weight: 800;\n      letter-spacing: 0.12em;\n      text-transform: uppercase;\n      color: var(--primary-dark);\n      background: var(--primary-light);\n      border: 1px solid rgba(52, 199, 89, 0.22);\n      border-radius: 999px;\n      padding: 5px 12px;\n      margin-bottom: 14px;\n    }\n\n    h1,\n    h2,\n    h3,\n    h4 {\n      font-family: Lexend, Inter, Arial, sans-serif;\n      color: var(--text-dark);\n      margin-top: 0;\n    }\n\n    h1 {\n      font-size: clamp(2.15rem, 5vw, 4.2rem);\n      font-weight: 900;\n      line-height: 1.08;\n      letter-spacing: -1.8px;\n      margin-bottom: 24px;\n    }\n\n    h2 {\n      font-size: clamp(1.8rem, 4vw, 2.75rem);\n      font-weight: 850;\n      line-height: 1.16;\n      letter-spacing: -0.04em;\n      margin-bottom: 16px;\n    }\n\n    h3 {\n      font-size: 1.5rem;\n      font-weight: 800;\n      line-height: 1.28;\n      margin-bottom: 12px;\n    }\n\n    h4 {\n      font-size: 1rem;\n      font-weight: 800;\n      margin-bottom: 8px;\n    }\n\n    p {\n      font-size: 1rem;\n      line-height: 1.72;\n      color: var(--text-secondary);\n      margin: 0 0 16px;\n    }\n\n    .section-head {\n      max-width: 760px;\n      margin-bottom: 48px;\n    }\n\n    .section-head.center {\n      text-align: center;\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .section-head.center .eyebrow {\n      margin-left: auto;\n      margin-right: auto;\n    }\n\n    .section-head p {\n      font-size: 1.05rem;\n      margin-bottom: 0;\n    }\n\n    .bg-light {\n      background-color: var(--bg-light);\n    }\n\n    .bg-soft {\n      background:\n        radial-gradient(circle at top left, rgba(52, 199, 89, 0.12), transparent 32%),\n        linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);\n    }\n\n    .bg-dark {\n      background:\n        radial-gradient(circle at top left, rgba(52, 199, 89, 0.18), transparent 30%),\n        linear-gradient(135deg, #020617 0%, #0f172a 100%);\n      color: #ffffff;\n    }\n\n    .bg-dark h2,\n    .bg-dark h3,\n    .bg-dark h4,\n    .bg-dark p {\n      color: #ffffff;\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: 24px;\n    }\n\n    .grid-4 {\n      display: grid;\n      grid-template-columns: repeat(4, 1fr);\n      gap: 24px;\n    }\n\n    @media (max-width: 980px) {\n      .grid-4 {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .grid-3 {\n        grid-template-columns: repeat(2, 1fr);\n      }\n    }\n\n    @media (max-width: 600px) {\n      .grid-4,\n      .grid-3,\n      .grid-2 {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .card {\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 24px;\n      padding: 30px;\n      transition: all 0.28s ease;\n    }\n\n    .card:hover {\n      border-color: rgba(52, 199, 89, 0.36);\n      box-shadow: var(--shadow-md);\n      transform: translateY(-3px);\n    }\n\n    .btn-primary,\n    .btn-secondary,\n    .btn-dark {\n      border-radius: 16px;\n      padding: 14px 28px;\n      font-size: 15px;\n      font-weight: 800;\n      cursor: pointer;\n      text-decoration: none;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      transition: all 0.28s ease;\n      border: none;\n      line-height: 1.25;\n    }\n\n    .btn-primary {\n      background-color: var(--primary);\n      color: #ffffff;\n      box-shadow: 0 8px 24px rgba(52, 199, 89, 0.22);\n    }\n\n    .btn-primary:hover {\n      background-color: var(--primary-dark);\n      box-shadow: 0 12px 32px rgba(52, 199, 89, 0.32);\n      transform: translateY(-2px);\n    }\n\n    .btn-secondary {\n      background-color: #ffffff;\n      color: var(--text-dark);\n      border: 2px solid var(--border);\n    }\n\n    .btn-secondary:hover {\n      border-color: var(--primary);\n      color: var(--primary-dark);\n      transform: translateY(-2px);\n    }\n\n    .btn-dark {\n      background: #0f172a;\n      color: #ffffff;\n    }\n\n    .btn-dark:hover {\n      background: var(--primary-dark);\n      transform: translateY(-2px);\n    }\n\n    .hero-section {\n      position: relative;\n      min-height: 76vh;\n      display: flex;\n      align-items: center;\n      background: url(\"https:\/\/<a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">ycpcb<\/a>s.com\/wp-content\/uploads\/2024\/10\/Factory-big-size2000x1333.jpg\") center \/ cover no-repeat;\n      padding: 0;\n    }\n\n    .hero-overlay {\n      width: 100%;\n      padding: 92px 24px 70px;\n      background:\n        linear-gradient(90deg, rgba(2, 6, 23, 0.82) 0%, rgba(2, 6, 23, 0.58) 52%, rgba(2, 6, 23, 0.32) 100%);\n    }\n\n    .hero-layout {\n      display: grid;\n      grid-template-columns: 1.1fr 0.9fr;\n      gap: 42px;\n      align-items: center;\n    }\n\n    .hero-content {\n      color: #ffffff;\n      max-width: 820px;\n    }\n\n    .hero-content h1 {\n      color: #ffffff;\n    }\n\n    .hero-subtitle {\n      font-size: clamp(1rem, 2.5vw, 1.23rem);\n      color: rgba(255, 255, 255, 0.92);\n      max-width: 720px;\n      margin-bottom: 30px;\n    }\n\n    .hero-cta-group {\n      display: flex;\n      gap: 16px;\n      flex-wrap: wrap;\n      margin-bottom: 30px;\n    }\n\n    .trust-badges {\n      display: flex;\n      gap: 13px;\n      flex-wrap: wrap;\n      color: #ffffff;\n    }\n\n    .trust-badges .badge {\n      display: inline-flex;\n      align-items: center;\n      gap: 7px;\n      padding: 8px 12px;\n      border-radius: 999px;\n      background: rgba(255, 255, 255, 0.12);\n      border: 1px solid rgba(255, 255, 255, 0.16);\n      font-size: 13px;\n      font-weight: 750;\n      backdrop-filter: blur(8px);\n    }\n\n    .hero-side-card {\n      background: rgba(255, 255, 255, 0.12);\n      border: 1px solid rgba(255, 255, 255, 0.18);\n      border-radius: 28px;\n      padding: 28px;\n      color: #ffffff;\n      backdrop-filter: blur(12px);\n      box-shadow: 0 28px 80px rgba(2, 6, 23, 0.22);\n    }\n\n    .hero-side-card h3 {\n      color: #ffffff;\n      font-size: 22px;\n    }\n\n    .hero-mini-grid {\n      display: grid;\n      grid-template-columns: repeat(2, 1fr);\n      gap: 12px;\n      margin-top: 22px;\n    }\n\n    .hero-mini-item {\n      padding: 16px;\n      border-radius: 18px;\n      background: rgba(255, 255, 255, 0.12);\n      border: 1px solid rgba(255, 255, 255, 0.14);\n    }\n\n    .hero-mini-number {\n      display: block;\n      color: var(--primary);\n      font-size: 24px;\n      font-weight: 900;\n      line-height: 1.1;\n    }\n\n    .hero-mini-label {\n      display: block;\n      margin-top: 6px;\n      color: rgba(255, 255, 255, 0.82);\n      font-size: 12px;\n      line-height: 1.45;\n    }\n\n    @media (max-width: 900px) {\n      .hero-layout {\n        grid-template-columns: 1fr;\n      }\n\n      .hero-side-card {\n        max-width: 620px;\n      }\n    }\n\n    .stat-card {\n      text-align: center;\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 24px;\n      padding: 28px 18px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .stat-number {\n      font-size: clamp(2rem, 8vw, 3.55rem);\n      font-weight: 900;\n      color: var(--primary);\n      line-height: 1.1;\n    }\n\n    .stat-label {\n      font-size: 0.9rem;\n      color: var(--text-main);\n      margin-top: 8px;\n      font-weight: 800;\n    }\n\n    .stat-note {\n      font-size: 13px;\n      color: var(--text-muted);\n      margin-top: 6px;\n      line-height: 1.55;\n    }\n\n    .cap-card {\n      position: relative;\n      overflow: hidden;\n      min-height: 230px;\n    }\n\n    .cap-card:before {\n      content: \"\";\n      position: absolute;\n      top: 0;\n      left: 0;\n      right: 0;\n      height: 4px;\n      background: var(--primary);\n    }\n\n    .cap-icon {\n      width: 52px;\n      height: 52px;\n      border-radius: 16px;\n      background: var(--primary-light);\n      color: var(--primary-dark);\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-weight: 900;\n      margin-bottom: 16px;\n    }\n\n    .list-clean {\n      list-style: none;\n      margin: 16px 0 0;\n      padding: 0;\n      color: var(--text-secondary);\n      font-size: 14px;\n      line-height: 1.75;\n    }\n\n    .list-clean li {\n      display: flex;\n      gap: 8px;\n      margin-bottom: 7px;\n    }\n\n    .list-clean li:before {\n      content: \"\u2713\";\n      color: var(--primary-dark);\n      font-weight: 900;\n      flex: 0 0 auto;\n    }\n\n    \/* Product Category Tabs *\/\n    .pcb-category-switch {\n      margin-top: 44px;\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 30px;\n      padding: 24px;\n      box-shadow: var(--shadow-md);\n    }\n\n    .pcb-tab-buttons {\n      display: grid;\n      grid-template-columns: repeat(3, 1fr);\n      gap: 14px;\n      margin-bottom: 28px;\n    }\n\n    .pcb-tab-btn {\n      display: grid;\n      grid-template-columns: 40px 1fr;\n      align-items: center;\n      column-gap: 12px;\n      width: 100%;\n      text-align: left;\n      padding: 16px;\n      border: 1px solid var(--border);\n      border-radius: 18px;\n      background: var(--bg-lightest);\n      cursor: pointer;\n      transition: all 0.25s ease;\n      font-family: inherit;\n    }\n\n    .pcb-tab-btn span {\n      width: 40px;\n      height: 40px;\n      border-radius: 13px;\n      background: var(--primary-light);\n      color: var(--primary-dark);\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 13px;\n      font-weight: 900;\n    }\n\n    .pcb-tab-btn strong {\n      display: block;\n      color: var(--text-dark);\n      font-size: 15px;\n      line-height: 1.2;\n    }\n\n    .pcb-tab-btn em {\n      display: block;\n      margin-top: 4px;\n      color: var(--text-muted);\n      font-size: 12px;\n      font-style: normal;\n      line-height: 1.3;\n    }\n\n    .pcb-tab-btn:hover {\n      border-color: rgba(52, 199, 89, 0.45);\n      transform: translateY(-2px);\n      box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);\n    }\n\n    .pcb-tab-btn.active {\n      background: linear-gradient(135deg, #0f172a 0%, #111827 100%);\n      border-color: rgba(52, 199, 89, 0.75);\n    }\n\n    .pcb-tab-btn.active span {\n      background: var(--primary);\n      color: #ffffff;\n    }\n\n    .pcb-tab-btn.active strong {\n      color: #ffffff;\n    }\n\n    .pcb-tab-btn.active em {\n      color: rgba(255, 255, 255, 0.72);\n    }\n\n    .pcb-tab-panel {\n      display: none;\n      animation: pcbFade 0.24s ease;\n    }\n\n    .pcb-tab-panel.active {\n      display: block;\n    }\n\n    @keyframes pcbFade {\n      from {\n        opacity: 0;\n        transform: translateY(8px);\n      }\n\n      to {\n        opacity: 1;\n        transform: translateY(0);\n      }\n    }\n\n    .pcb-panel-head {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 24px;\n      align-items: end;\n      border-top: 1px solid var(--border);\n      padding: 26px 0 28px;\n    }\n\n    .pcb-panel-head h3,\n    .pcb-panel-head p {\n      margin-bottom: 0;\n    }\n\n    .pcb-product-card {\n      padding: 0;\n      overflow: hidden;\n      display: flex;\n      flex-direction: column;\n    }\n\n    .pcb-product-card img {\n      width: 100%;\n      height: 210px;\n      object-fit: cover;\n      display: block;\n      background: #f8fafc;\n    }\n\n    .pcb-product-body {\n      padding: 22px;\n      display: flex;\n      flex-direction: column;\n      flex: 1;\n    }\n\n    .pcb-product-tag {\n      display: inline-flex;\n      width: fit-content;\n      padding: 5px 10px;\n      border-radius: 999px;\n      background: var(--primary-light);\n      color: var(--primary-dark);\n      font-size: 11px;\n      font-weight: 900;\n      margin-bottom: 10px;\n    }\n\n    .pcb-product-body h3 {\n      font-size: 17px;\n      line-height: 1.35;\n      min-height: 46px;\n    }\n\n    .pcb-product-body p {\n      font-size: 14px;\n      min-height: 74px;\n    }\n\n    .spec-row {\n      display: grid;\n      grid-template-columns: 1fr 1fr;\n      gap: 8px;\n      margin: 4px 0 18px;\n    }\n\n    .spec-pill {\n      padding: 8px 10px;\n      border-radius: 12px;\n      background: var(--bg-lightest);\n      border: 1px solid var(--border);\n      font-size: 12px;\n      color: var(--text-main);\n      font-weight: 700;\n    }\n\n    .pcb-product-body .btn-primary {\n      width: 100%;\n      text-align: center;\n      font-size: 13px;\n      padding: 11px 16px;\n      margin-top: auto;\n    }\n\n    .product-support-grid {\n      display: grid;\n      grid-template-columns: 0.9fr 1.1fr;\n      gap: 24px;\n      margin-top: 40px;\n    }\n\n    .support-box {\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 24px;\n      padding: 28px;\n    }\n\n    .support-table {\n      width: 100%;\n      border-collapse: collapse;\n      overflow: hidden;\n      border-radius: 16px;\n    }\n\n    .support-table th,\n    .support-table td {\n      text-align: left;\n      border-bottom: 1px solid var(--border);\n      padding: 14px 12px;\n      font-size: 14px;\n    }\n\n    .support-table th {\n      color: var(--text-dark);\n      background: var(--bg-lightest);\n      font-weight: 900;\n    }\n\n    .support-table td {\n      color: var(--text-secondary);\n    }\n\n    @media (max-width: 1024px) {\n      .pcb-tab-buttons,\n      .product-support-grid {\n        grid-template-columns: repeat(2, 1fr);\n      }\n\n      .product-support-grid {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    @media (max-width: 640px) {\n      .pcb-category-switch {\n        padding: 16px;\n        border-radius: 22px;\n      }\n\n      .pcb-tab-buttons {\n        grid-template-columns: 1fr;\n      }\n\n      .pcb-panel-head {\n        grid-template-columns: 1fr;\n        gap: 8px;\n      }\n\n      .pcb-product-body h3,\n      .pcb-product-body p {\n        min-height: auto;\n      }\n    }\n\n    .quote-layout {\n      display: grid;\n      grid-template-columns: 0.95fr 1.05fr;\n      gap: 28px;\n      align-items: start;\n    }\n\n    .quote-card {\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 26px;\n      padding: 34px;\n      box-shadow: var(--shadow-sm);\n    }\n\n    .form-group {\n      margin-bottom: 16px;\n    }\n\n    .form-group label {\n      display: block;\n      font-weight: 800;\n      margin-bottom: 6px;\n      color: var(--text-dark);\n      font-size: 14px;\n    }\n\n    .form-group input,\n    .form-group textarea,\n    .form-group select,\n    select {\n      width: 100%;\n      padding: 12px 14px;\n      border: 1px solid var(--border);\n      border-radius: 12px;\n      font-size: 14px;\n      color: var(--text-dark);\n      outline: none;\n      transition: border 0.25s;\n      background: #ffffff;\n      font-family: inherit;\n    }\n\n    .form-group input:focus,\n    .form-group textarea:focus,\n    .form-group select:focus,\n    select:focus {\n      border-color: var(--primary);\n      box-shadow: 0 0 0 3px rgba(52, 199, 89, 0.14);\n    }\n\n    .quote-tips {\n      display: grid;\n      gap: 14px;\n    }\n\n    .tip-item {\n      padding: 18px;\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 18px;\n    }\n\n    .tip-item h4 {\n      margin-bottom: 5px;\n    }\n\n    .tip-item p {\n      font-size: 14px;\n      margin-bottom: 0;\n    }\n\n    @media (max-width: 900px) {\n      .quote-layout {\n        grid-template-columns: 1fr;\n      }\n    }\n\n    .industry-card {\n      padding: 0;\n      overflow: hidden;\n    }\n\n    .industry-card img {\n      width: 100%;\n      aspect-ratio: 4 \/ 3;\n      object-fit: cover;\n      display: block;\n    }\n\n    .industry-body {\n      padding: 24px;\n    }\n\n    .industry-body h3 {\n      font-size: 19px;\n    }\n\n    .industry-body p {\n      font-size: 14px;\n    }\n\n    .compare-wrap {\n      background: #ffffff;\n      border: 1px solid var(--border);\n      border-radius: 24px;\n      padding: 24px;\n      overflow-x: auto;\n      box-shadow: var(--shadow-sm);\n    }\n\n    table {\n      width: 100%;\n      border-collapse: collapse;\n      min-width: 700px;\n    }\n\n    th,\n    td {\n      text-align: left;\n      padding: 14px 12px;\n      border-bottom: 1px solid var(--border);\n      font-size: 14px;\n    }\n\n    th {\n      color: var(--text-dark);\n      background: var(--bg-lightest);\n      font-weight: 900;\n    }\n\n    td {\n      color: var(--text-secondary);\n    }\n\n    .equipment-card {\n      text-align: center;\n    }\n\n    .equipment-card img {\n      width: 100%;\n      aspect-ratio: 1 \/ 1;\n      object-fit: cover;\n      border-radius: 16px;\n      margin-bottom: 12px;\n      display: block;\n    }\n\n    .equipment-card p {\n      margin-bottom: 0;\n      font-weight: 800;\n      font-size: 14px;\n      color: var(--text-dark);\n    }\n\n    .process-timeline {\n      position: relative;\n      padding-left: 48px;\n      margin-top: 48px;\n    }\n\n    .timeline-line {\n      position: absolute;\n      left: 20px;\n      top: 8px;\n      bottom: 8px;\n      width: 2px;\n      background: linear-gradient(to bottom, var(--primary), var(--border));\n    }\n\n    .timeline-step {\n      position: relative;\n      margin-bottom: 40px;\n    }\n\n    .timeline-dot {\n      position: absolute;\n      left: -36px;\n      width: 18px;\n      height: 18px;\n      border-radius: 50%;\n      background: var(--primary);\n      border: 3px solid var(--primary-light);\n      top: 2px;\n    }\n\n    .timeline-step h4 {\n      color: var(--text-dark);\n      font-size: 16px;\n      margin-bottom: 6px;\n    }\n\n    .timeline-step p {\n      margin-bottom: 0;\n    }\n\n    .quality-card {\n      text-align: center;\n    }\n\n    .quality-card img {\n      width: 86px;\n      height: 86px;\n      object-fit: contain;\n      margin: 0 auto 16px;\n      display: block;\n    }\n\n    .testimonial-card {\n      padding: 28px;\n      border-radius: 20px;\n      background: #ffffff;\n      box-shadow: var(--shadow-sm);\n      border: 1px solid var(--border);\n    }\n\n    .quote-mark {\n      font-size: 42px;\n      color: var(--primary);\n      line-height: 1;\n      margin-bottom: 10px;\n    }\n\n    .testimonial-text {\n      color: var(--text-main);\n      line-height: 1.7;\n      margin-bottom: 20px;\n    }\n\n    .testimonial-author {\n      display: flex;\n      align-items: center;\n      gap: 12px;\n    }\n\n    .author-avatar {\n      width: 42px;\n      height: 42px;\n      border-radius: 50%;\n      background: var(--primary-light);\n      flex-shrink: 0;\n    }\n\n    .author-name {\n      font-weight: 900;\n      font-size: 14px;\n      color: var(--text-dark);\n    }\n\n    .author-title {\n      color: var(--text-muted);\n      font-size: 13px;\n    }\n\n    details {\n      border: 1px solid var(--border);\n      border-radius: 14px;\n      margin-bottom: 12px;\n      background: #ffffff;\n      overflow: hidden;\n    }\n\n    summary {\n      padding: 18px 20px;\n      cursor: pointer;\n      font-weight: 850;\n      list-style: none;\n      display: flex;\n      justify-content: space-between;\n      align-items: center;\n      color: var(--text-dark);\n    }\n\n    summary::after {\n      content: \"+\";\n      font-size: 22px;\n      color: var(--text-muted);\n      flex-shrink: 0;\n    }\n\n    details[open] summary::after {\n      content: \"\u2212\";\n    }\n\n    details > div {\n      padding: 0 20px 18px;\n      color: var(--text-secondary);\n      line-height: 1.75;\n      border-top: 1px solid var(--border);\n    }\n\n    details > div p {\n      margin-top: 14px;\n      margin-bottom: 0;\n    }\n\n    .contact-popup {\n      display: none;\n      position: fixed;\n      inset: 0;\n      z-index: 9999;\n      align-items: flex-end;\n      justify-content: center;\n      padding: 0;\n    }\n\n    .contact-popup:target {\n      display: flex;\n    }\n\n    .popup-overlay {\n      position: absolute;\n      inset: 0;\n      background: rgba(15, 23, 42, 0.64);\n      backdrop-filter: blur(4px);\n    }\n\n    .popup-box {\n      position: relative;\n      z-index: 1;\n      width: 100%;\n      max-width: 520px;\n      padding: 30px 32px 32px;\n      border-radius: 22px 22px 0 0;\n      background: #ffffff;\n      color: var(--text-dark);\n      box-shadow: 0 -8px 40px rgba(15, 23, 42, 0.24);\n      max-height: 90vh;\n      overflow-y: auto;\n      margin: 0 auto;\n    }\n\n    .popup-close {\n      position: absolute;\n      top: 12px;\n      right: 16px;\n      width: 34px;\n      height: 34px;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n      border-radius: 50%;\n      background: var(--bg-light);\n      color: var(--text-dark);\n      font-size: 24px;\n      text-decoration: none;\n      font-weight: 900;\n      cursor: pointer;\n      border: none;\n    }\n\n    .popup-close:hover {\n      background: var(--border);\n    }\n\n    .floating-contact {\n      position: fixed;\n      right: 24px;\n      bottom: 24px;\n      z-index: 9998;\n      padding: 14px 22px;\n      border-radius: 999px;\n      background: var(--primary);\n      color: #ffffff;\n      font-size: 15px;\n      font-weight: 900;\n      text-decoration: none;\n      box-shadow: 0 12px 30px rgba(52, 199, 89, 0.35);\n      transition: all 0.25s;\n      display: inline-flex;\n      align-items: center;\n      justify-content: center;\n    }\n\n    .floating-contact:hover {\n      background: var(--primary-dark);\n      transform: translateY(-2px);\n    }\n\n    @media (max-width: 640px) {\n      h1 {\n        font-size: 2rem;\n      }\n\n      h2 {\n        font-size: 1.65rem;\n      }\n\n      h3 {\n        font-size: 1.15rem;\n      }\n\n      .hero-cta-group {\n        flex-direction: column;\n      }\n\n      .btn-primary,\n      .btn-secondary,\n      .btn-dark {\n        width: 100%;\n        text-align: center;\n      }\n\n      .hero-mini-grid {\n        grid-template-columns: 1fr;\n      }\n\n      .process-timeline {\n        padding-left: 32px;\n      }\n\n      .timeline-dot {\n        left: -26px;\n      }\n\n      .floating-contact {\n        right: 16px;\n        bottom: 16px;\n        padding: 12px 18px;\n        font-size: 14px;\n      }\n    }\n  <\/style>\n<!-- Hero Section -->\n  <section class=\"hero-section\">\n    <div class=\"hero-overlay\">\n      <div class=\"container\">\n        <div class=\"hero-layout\">\n          <div class=\"hero-content\">\n            <div class=\"eyebrow\">CUSTOM PCB & PCBA MANUFACTURING<\/div>\n            <h1>Custom PCB Manufacturing That Scales From 1 Piece to Mass Production<\/h1>\n            <p class=\"hero-subtitle\">\n              YC PCB supports fast prototyping, <a href=\"\/fr4-pcb-2\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">FR4 PCB<\/a>, multilayer HDI PCB, aluminum PCB, copper substrate PCB,\n              flexible PCB, rigid-flex PCB and turnkey PCBA assembly for global electronics companies.\n            <\/p>\n            <div class=\"hero-cta-group\">\n              <a href=\"#kt-contact-popup\" onclick=\"setSource('Hero - Get Free DFM Review')\" class=\"btn-primary\">Get Free DFM Review + Quote<\/a>\n              <a href=\"#product-categories\" class=\"btn-secondary\">View PCB Categories<\/a>\n            <\/div>\n            <div class=\"trust-badges\">\n              <div class=\"badge\">\u2713 1\u20133 Days Prototype<\/div>\n              <div class=\"badge\">\u2713 No MOQ Support<\/div>\n              <div class=\"badge\">\u2713 SMT \/ DIP \/ BGA Assembly<\/div>\n              <div class=\"badge\">\u2713 Global Shipping<\/div>\n            <\/div>\n          <\/div>\n\n          <div class=\"hero-side-card\">\n            <h3>What You Can Send First<\/h3>\n            <p style=\"color:rgba(255,255,255,.82);margin-bottom:0;\">\n              Gerber file, BOM, quantity, layer count, material, surface finish, delivery country and testing requirement.\n            <\/p>\n            <div class=\"hero-mini-grid\">\n              <div class=\"hero-mini-item\">\n                <span class=\"hero-mini-number\">20+<\/span>\n                <span class=\"hero-mini-label\">Years PCB manufacturing experience<\/span>\n              <\/div>\n              <div class=\"hero-mini-item\">\n                <span class=\"hero-mini-number\">135+<\/span>\n                <span class=\"hero-mini-label\">Engineering and production staff<\/span>\n              <\/div>\n              <div class=\"hero-mini-item\">\n                <span class=\"hero-mini-number\">100K+<\/span>\n                <span class=\"hero-mini-label\">m\u00b2 monthly production capacity<\/span>\n              <\/div>\n              <div class=\"hero-mini-item\">\n                <span class=\"hero-mini-number\">99%<\/span>\n                <span class=\"hero-mini-label\">Customer satisfaction target<\/span>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Metrics -->\n  <section class=\"bg-light\">\n    <div class=\"container\">\n      <div class=\"section-head center\">\n        <div class=\"eyebrow\">OUR SCALE & EXPERIENCE<\/div>\n        <h2>Reliable PCB Manufacturing Support for Prototype and Batch Orders<\/h2>\n        <p>\n          Clear engineering review, stable production capacity and complete testing support help buyers move from sample validation to mass production.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid-4\">\n        <div class=\"stat-card\">\n          <div class=\"stat-number\">20+<\/div>\n          <div class=\"stat-label\">Years Experience<\/div>\n          <div class=\"stat-note\">PCB fabrication, PCBA assembly and metal substrate PCB manufacturing.<\/div>\n        <\/div>\n        <div class=\"stat-card\">\n          <div class=\"stat-number\">135+<\/div>\n          <div class=\"stat-label\">Expert Team<\/div>\n          <div class=\"stat-note\">Engineering, production, quality and customer service support.<\/div>\n        <\/div>\n        <div class=\"stat-card\">\n          <div class=\"stat-number\">100K+<\/div>\n          <div class=\"stat-label\">m\u00b2 Monthly Capacity<\/div>\n          <div class=\"stat-note\">Flexible capacity for samples, small batches and larger production orders.<\/div>\n        <\/div>\n        <div class=\"stat-card\">\n          <div class=\"stat-number\">1\u20133<\/div>\n          <div class=\"stat-label\">Days Prototype<\/div>\n          <div class=\"stat-note\">Fast sample route available for standard designs after engineering confirmation.<\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Capabilities -->\n  <section>\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">COMPLETE SOLUTIONS<\/div>\n        <h2>PCB & PCBA Manufacturing Capabilities<\/h2>\n        <p>\n          From standard FR4 boards to complex HDI, metal substrate PCB and turnkey PCBA, <a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">YC PCB<\/a> supports the major product routes buyers search for.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid-4\">\n        <div class=\"card cap-card\">\n          <div class=\"cap-icon\">01<\/div>\n          <h3 style=\"font-size:18px;\">PCB Fabrication<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">FR4, aluminum, copper, flexible, rigid-flex, high-frequency and multilayer PCB manufacturing.<\/p>\n          <ul class=\"list-clean\">\n            <li>1\u201340 layer capability<\/li>\n            <li>HASL, ENIG, OSP, immersion gold<\/li>\n            <li>CNC routing, V-cut and panelization<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"card cap-card\">\n          <div class=\"cap-icon\">02<\/div>\n          <h3 style=\"font-size:18px;\">Advanced Structures<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">HDI, impedance control, thick copper and gold finger PCB for high-speed or high-current products.<\/p>\n          <ul class=\"list-clean\">\n            <li>HDI blind \/ buried vias<\/li>\n            <li>Impedance control support<\/li>\n            <li>Gold finger edge connector PCB<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"card cap-card\">\n          <div class=\"cap-icon\">03<\/div>\n          <h3 style=\"font-size:18px;\">PCBA Assembly<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Turnkey <a href=\"\/pcb-assembly\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">PCB assembly<\/a> from component sourcing to SMT, DIP, BGA, programming and final testing.<\/p>\n          <ul class=\"list-clean\">\n            <li>SMT \/ THT \/ mixed assembly<\/li>\n            <li>BOM sourcing support<\/li>\n            <li>ICT \/ FCT \/ X-Ray optional<\/li>\n          <\/ul>\n        <\/div>\n\n        <div class=\"card cap-card\">\n          <div class=\"cap-icon\">04<\/div>\n          <h3 style=\"font-size:18px;\">Quality Control<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Process inspection and project documentation help reduce order risk and support long-term procurement.<\/p>\n          <ul class=\"list-clean\">\n            <li>AOI and electrical testing<\/li>\n            <li>X-Ray for BGA \/ hidden joints<\/li>\n            <li>Packing photos and test records<\/li>\n          <\/ul>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Product Category Switch Section -->\n  <section class=\"bg-soft\" id=\"product-categories\">\n    <div class=\"container\">\n      <div class=\"section-head center\">\n        <div class=\"eyebrow\">PRODUCT CATEGORIES<\/div>\n        <h2>Choose the Right PCB Product Category for Your Project<\/h2>\n        <p>\n          Click each category to view matched products, specifications, typical applications and quotation direction.\n          This product board is designed around how B2B buyers actually choose PCB suppliers.\n        <\/p>\n      <\/div>\n\n      <div class=\"pcb-category-switch\" data-pcb-tabs>\n        <div class=\"pcb-tab-buttons\" role=\"tablist\" aria-label=\"PCB product category tabs\">\n          <button type=\"button\" class=\"pcb-tab-btn active\" data-tab-target=\"standard-fr4\">\n            <span>01<\/span>\n            <div>\n              <strong>Standard FR4 PCB<\/strong>\n              <em>1\u20134 layer prototype boards<\/em>\n            <\/div>\n          <\/button>\n\n          <button type=\"button\" class=\"pcb-tab-btn\" data-tab-target=\"multilayer-hdi\">\n            <span>02<\/span>\n            <div>\n              <strong>Multilayer & HDI PCB<\/strong>\n              <em>6\u201332 layer advanced boards<\/em>\n            <\/div>\n          <\/button>\n\n          <button type=\"button\" class=\"pcb-tab-btn\" data-tab-target=\"aluminum-pcb\">\n            <span>03<\/span>\n            <div>\n              <strong><a href=\"\/aluminum-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">Aluminum PCB<\/a><\/strong>\n              <em>LED thermal management<\/em>\n            <\/div>\n          <\/button>\n\n          <button type=\"button\" class=\"pcb-tab-btn\" data-tab-target=\"copper-substrate\">\n            <span>04<\/span>\n            <div>\n              <strong>Copper Substrate PCB<\/strong>\n              <em>High-power heat dissipation<\/em>\n            <\/div>\n          <\/button>\n\n          <button type=\"button\" class=\"pcb-tab-btn\" data-tab-target=\"pcba-assembly\">\n            <span>05<\/span>\n            <div>\n              <strong>PCB Assembly \/ PCBA<\/strong>\n              <em>SMT, DIP and turnkey assembly<\/em>\n            <\/div>\n          <\/button>\n\n          <button type=\"button\" class=\"pcb-tab-btn\" data-tab-target=\"flex-rigid-flex\">\n            <span>06<\/span>\n            <div>\n              <strong>Flexible & Rigid-Flex PCB<\/strong>\n              <em>Bendable and compact designs<\/em>\n            <\/div>\n          <\/button>\n        <\/div>\n\n        <div class=\"pcb-tab-panels\">\n          <!-- Standard FR4 PCB -->\n          <div class=\"pcb-tab-panel active\" data-tab-panel=\"standard-fr4\">\n            <div class=\"pcb-panel-head\">\n              <h3>Standard FR4 PCB Solutions<\/h3>\n              <p>Cost-effective PCB products for prototypes, LED drivers, industrial control, communication electronics and general PCB production.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/green-pcb-board-1.jpg\" alt=\"Single Layer LED Strip Light FR4 PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Single Layer FR4<\/div>\n                  <h3>Single Layer LED Strip Light FR4 PCB<\/h3>\n                  <p>High-reflective solder mask FR4 board for LED strip lighting and custom long-board lighting applications.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">OSP \/ HASL \/ ENIG<\/div>\n                    <div class=\"spec-pill\">CNC + V-Cut<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Single Layer LED Strip FR4 PCB')\" class=\"btn-primary\">Get FR4 PCB Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/green-pcb-board-5.jpg\" alt=\"Industrial Control Series Double Layer FR4 PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Double Layer FR4<\/div>\n                  <h3>Industrial Control Series Double Layer FR4 PCB<\/h3>\n                  <p>Stable double-sided FR4 PCB for consumer electronics, LED drivers, control boards and power modules.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">2 Layer FR4<\/div>\n                    <div class=\"spec-pill\">Industrial Control<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Industrial Control Double Layer FR4 PCB')\" class=\"btn-primary\">Request DFM Review<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/black-pcb-board1.jpg\" alt=\"Golden Finger Double Layer FR4 PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Gold Finger FR4<\/div>\n                  <h3>Golden Finger Double Layer FR4 PCB<\/h3>\n                  <p>Gold finger edge connector PCB for reliable insertion, communication modules and interface applications.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Gold Finger<\/div>\n                    <div class=\"spec-pill\">Edge Connector<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Golden Finger Double Layer FR4 PCB')\" class=\"btn-primary\">Discuss Gold Finger PCB<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/8-Layer-PCB.png\" alt=\"Communication Series 4 Layer FR4 PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">4 Layer FR4<\/div>\n                  <h3>Communication Series 4-Layer FR4 PCB<\/h3>\n                  <p>4-layer FR4 PCB with stable signal routing for telecom modules, advanced electronics and industrial products.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">4 Layer<\/div>\n                    <div class=\"spec-pill\">ENIG Option<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Communication Series 4 Layer FR4 PCB')\" class=\"btn-primary\">Get 4-Layer PCB Quote<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Multilayer & HDI PCB -->\n          <div class=\"pcb-tab-panel\" data-tab-panel=\"multilayer-hdi\">\n            <div class=\"pcb-panel-head\">\n              <h3>Multilayer & HDI PCB Solutions<\/h3>\n              <p>Advanced multilayer PCB products for telecom, data centers, servers, automotive electronics, aerospace and high-speed electronics.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/8-Layer-PCB.png\" alt=\"OEM ODM ENIG Multilayer PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">6\u201332 Layers \/ ENIG<\/div>\n                  <h3>OEM \/ ODM ENIG Multilayer PCB<\/h3>\n                  <p>Multilayer PCB with ENIG finish for advanced electronics, industrial control and long-term solderability.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">6\u201332 Layers<\/div>\n                    <div class=\"spec-pill\">ENIG Finish<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - OEM ODM ENIG Multilayer PCB')\" class=\"btn-primary\">Get Multilayer Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/8-Layer-PCB.png\" alt=\"HDI PCB FR4 20 Layer PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">20 Layer \/ HDI<\/div>\n                  <h3>HDI PCB FR4-20-Layer PCB<\/h3>\n                  <p>20-layer FR4 HDI PCB with high-density interconnect for telecom, servers and automotive electronics.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">HDI Structure<\/div>\n                    <div class=\"spec-pill\">High Density<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - HDI PCB FR4 20 Layer')\" class=\"btn-primary\">Review HDI Project<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/black-pcb-board1.jpg\" alt=\"Gold Finger 16 Layer PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">16 Layer \/ Gold Finger<\/div>\n                  <h3>Gold Finger-16-Layer PCB<\/h3>\n                  <p>Gold finger PCB with wear-resistant plating for motherboards, data communication and connector applications.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">16 Layers<\/div>\n                    <div class=\"spec-pill\">Gold Plating<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Gold Finger 16 Layer PCB')\" class=\"btn-primary\">Ask About Gold Finger<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Rigid-Flex-PCB1.png\" alt=\"Impedance Control 8oz Copper 30 Layer PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">30 Layer \/ 8oz Copper<\/div>\n                  <h3>Impedance Control 8oz Copper-30-Layer PCB<\/h3>\n                  <p>Heavy copper and impedance control for telecom, power electronics, data centers and high-speed signal products.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">30 Layers<\/div>\n                    <div class=\"spec-pill\">8oz Copper<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Impedance Control 8oz Copper 30 Layer PCB')\" class=\"btn-primary\">Send Stack-Up Requirement<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/black-pcb-board1.jpg\" alt=\"Edge Connector Gold Plated PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Gold-Plated Edge<\/div>\n                  <h3>Edge Connector-Gold-Plated PCB<\/h3>\n                  <p>Gold-plated edge connector PCB for motherboards, memory cards, plug-in devices and communication modules.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Edge Connector<\/div>\n                    <div class=\"spec-pill\">Wear Resistant<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Edge Connector Gold-Plated PCB')\" class=\"btn-primary\">Get Edge PCB Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/8-Layer-PCB.png\" alt=\"Immersion Gold PCB 32 Layer PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">32 Layer \/ Immersion Gold<\/div>\n                  <h3>Immersion Gold PCB-32-Layer PCB<\/h3>\n                  <p>32-layer immersion gold PCB for high-density routing, high-performance electronics and aerospace projects.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">32 Layers<\/div>\n                    <div class=\"spec-pill\">Immersion Gold<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Immersion Gold PCB 32 Layer PCB')\" class=\"btn-primary\">Discuss 32-Layer PCB<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Aluminum PCB -->\n          <div class=\"pcb-tab-panel\" data-tab-panel=\"aluminum-pcb\">\n            <div class=\"pcb-panel-head\">\n              <h3>Aluminum PCB for LED Thermal Management<\/h3>\n              <p>Aluminum substrate PCB products for LED lighting, high bay lights, downlights, ceiling lights, industrial lamps and outdoor lighting.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Aluminum-PCB-1.jpg\" alt=\"Aluminum PCB Board for LED Light\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">LED Lighting<\/div>\n                  <h3>Aluminum PCB Board for LED Light<\/h3>\n                  <p>Aluminum PCB for LED lights with excellent heat dissipation, stable brightness and long lamp lifespan.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">1.5\u20132W\/m\u00b7K<\/div>\n                    <div class=\"spec-pill\">LED Lighting<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Aluminum PCB Board for LED Light')\" class=\"btn-primary\">Get Aluminum PCB Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Aluminum-PCB.jpg\" alt=\"Double Sided Aluminum Substrate\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Double-Sided<\/div>\n                  <h3>Double-Sided Aluminum Substrate<\/h3>\n                  <p>Double-sided aluminum substrate for dual-layer routing, LED lighting and high-power electronics projects.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Dual Routing<\/div>\n                    <div class=\"spec-pill\">Thermal Base<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Double Sided Aluminum Substrate')\" class=\"btn-primary\">Request Thermal Review<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/07\/High-thermal-conductivity-downlight-aluminum-substrate.jpg\" alt=\"High Thermal Conductivity Aluminum Substrate\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">2\u20133W Thermal<\/div>\n                  <h3>High Thermal Conductivity Aluminum Substrate<\/h3>\n                  <p>High thermal conductivity aluminum substrate for demanding LED lighting and industrial applications.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">2\u20133W\/m\u00b7K<\/div>\n                    <div class=\"spec-pill\">High Power LED<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - High Thermal Conductivity Aluminum Substrate')\" class=\"btn-primary\">Send LED PCB Requirement<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/07\/High-thermal-conductivity-downlight-aluminum-substrate.jpg\" alt=\"Superconducting Thermal Aluminum Substrate Board\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">8W Thermal<\/div>\n                  <h3>Superconducting Thermal Aluminum Substrate Board<\/h3>\n                  <p>High-end aluminum substrate for ultra-high-power LED, industrial lighting and demanding heat transfer.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">8W\/m\u00b7K<\/div>\n                    <div class=\"spec-pill\">UFO High Bay<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Superconducting Thermal Aluminum Substrate')\" class=\"btn-primary\">Discuss High-Thermal Board<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Copper Substrate PCB -->\n          <div class=\"pcb-tab-panel\" data-tab-panel=\"copper-substrate\">\n            <div class=\"pcb-panel-head\">\n              <h3>Copper Substrate PCB for High-Power Applications<\/h3>\n              <p>Copper base PCB products for flashlights, projectors, stage lights, mobile lighting and high-power LED modules.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Copper-PCB1.jpg\" alt=\"Copper Substrate Board for Flashlight\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">400W \/ Purple Copper<\/div>\n                  <h3>Copper Substrate Board for Flashlight<\/h3>\n                  <p>Copper substrate board for compact high-power LED flashlight applications with fast heat spreading.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Copper Base<\/div>\n                    <div class=\"spec-pill\">Flashlight LED<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Copper Substrate Board for Flashlight')\" class=\"btn-primary\">Get Copper PCB Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Copper-base-substrate-PCB.png\" alt=\"Copper Substrate Board for Projector\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Projector Lighting<\/div>\n                  <h3>Copper Substrate Board for Projector<\/h3>\n                  <p>Copper base PCB for projector light modules requiring high thermal performance and stable power output.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">400W Thermal<\/div>\n                    <div class=\"spec-pill\">Projector Module<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Copper Substrate Board for Projector')\" class=\"btn-primary\">Discuss Projector PCB<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Copper-base-substrate-PCB.png\" alt=\"Thermoelectric Separation Copper Substrate\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Thermoelectric Separation<\/div>\n                  <h3>Thermoelectric Separation Copper Substrate<\/h3>\n                  <p>Copper substrate with efficient heat dissipation and electrical insulation for high-power LED modules.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Thermal Separation<\/div>\n                    <div class=\"spec-pill\">Power Module<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Thermoelectric Separation Copper Substrate')\" class=\"btn-primary\">Review Copper Structure<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/07\/High-thermal-conductivity-LEDPCBA-aluminum-substrate%E9%AB%98%E5%AF%BC%E7%83%AD-LEDPCBA-%E9%93%9D%E5%9F%BA%E6%9D%BF503-e1758520835692.jpg\" alt=\"Copper Substrate Board for Stage Lights\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Stage Lighting<\/div>\n                  <h3>Copper Substrate Board for Stage Lights<\/h3>\n                  <p>Copper substrate PCB for stage lights, mobile lighting and high-brightness LED modules.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Stage Lights<\/div>\n                    <div class=\"spec-pill\">High Brightness<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Copper Substrate Board for Stage Lights')\" class=\"btn-primary\">Send Lighting Project<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- PCBA -->\n          <div class=\"pcb-tab-panel\" data-tab-panel=\"pcba-assembly\">\n            <div class=\"pcb-panel-head\">\n              <h3>PCB Assembly \/ PCBA Supplier<\/h3>\n              <p>Turnkey PCBA services including PCB fabrication, component sourcing, SMT, DIP, testing and final shipment.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/LED-light.jpg\" alt=\"LED Tube Light SMT PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">SMT LED PCBA<\/div>\n                  <h3>LED Tube Light SMT PCB<\/h3>\n                  <p>SMT aluminum PCB for LED tube lights, residential lighting and commercial lighting applications.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">SMT Assembly<\/div>\n                    <div class=\"spec-pill\">LED Tube<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - LED Tube Light SMT PCB')\" class=\"btn-primary\">Get SMT PCBA Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Aluminum-PCB-1.jpg\" alt=\"High Thermal Conductivity Aluminum Substrate UFO\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">UFO High Bay<\/div>\n                  <h3>High Thermal Conductivity Aluminum Substrate-UFO<\/h3>\n                  <p>High thermal conductivity aluminum substrate for UFO high-bay lights and industrial lighting systems.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">High Bay Light<\/div>\n                    <div class=\"spec-pill\">Thermal PCBA<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - High Thermal Conductivity Aluminum Substrate UFO')\" class=\"btn-primary\">Discuss UFO LED PCB<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Automotive-Electronics-PCBA.jpeg\" alt=\"Automotive PCB Assembly with SMT DIP\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">SMT + DIP<\/div>\n                  <h3>Automotive PCB Assembly with SMT Through-Hole DIP<\/h3>\n                  <p>Automotive PCBA with SMT and DIP for vehicle control, engine systems and reliable electronics.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Automotive PCBA<\/div>\n                    <div class=\"spec-pill\">Vibration Concern<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Automotive PCB Assembly SMT DIP')\" class=\"btn-primary\">Send Automotive PCBA<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n\n          <!-- Flexible & Rigid-Flex -->\n          <div class=\"pcb-tab-panel\" data-tab-panel=\"flex-rigid-flex\">\n            <div class=\"pcb-panel-head\">\n              <h3>Flexible & Rigid-Flex PCB Solutions<\/h3>\n              <p>Flexible PCB and rigid-flex PCB products for camera modules, compact electronics, wearables and high-density applications.<\/p>\n            <\/div>\n\n            <div class=\"grid-3\">\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/02\/rigid-flex-pcb-board-3.jpg\" alt=\"Double Layer Flexible PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Double Layer Flex<\/div>\n                  <h3>Double Layer Flexible PCB<\/h3>\n                  <p>Double-layer flexible PCB, lightweight and bendable for high-density dynamic applications.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">2 Layer FPC<\/div>\n                    <div class=\"spec-pill\">Camera Module<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Double Layer Flexible PCB')\" class=\"btn-primary\">Get Flex PCB Quote<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Rigid-Flex-PCB1.png\" alt=\"4 Layer Flex PCB Custom Flex Circuits\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">4 Layer Flex<\/div>\n                  <h3>4-Layer Flex PCB Custom Flex Circuits<\/h3>\n                  <p>4-layer flex PCB with enhanced routing and electrical performance for complex custom electronics.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">4 Layer Flex<\/div>\n                    <div class=\"spec-pill\">Custom Circuit<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - 4 Layer Flex PCB Custom Circuits')\" class=\"btn-primary\">Review Flex Circuit<\/a>\n                <\/div>\n              <\/div>\n\n              <div class=\"card pcb-product-card\">\n                <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Rigid-Flex-PCB1.png\" alt=\"Double Sided Fast Turn Rigid Flex PCB\" \/>\n                <div class=\"pcb-product-body\">\n                  <div class=\"pcb-product-tag\">Rigid-Flex PCB<\/div>\n                  <h3>Double Sided Fast Turn Rigid Flex PCB<\/h3>\n                  <p>Double-sided rigid-flex PCB combining flexibility and rigidity for space-constrained product designs.<\/p>\n                  <div class=\"spec-row\">\n                    <div class=\"spec-pill\">Rigid + Flex<\/div>\n                    <div class=\"spec-pill\">Compact Product<\/div>\n                  <\/div>\n                  <a href=\"#kt-contact-popup\" onclick=\"setSource('Product - Double Sided Fast Turn Rigid Flex PCB')\" class=\"btn-primary\">Discuss Rigid-Flex<\/a>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"product-support-grid\">\n          <div class=\"support-box\">\n            <h3 style=\"font-size:20px;\">What to Prepare Before Quotation<\/h3>\n            <p style=\"font-size:14px;\">\n              A clear RFQ package helps engineering review faster and reduces repeated communication before sampling.\n            <\/p>\n            <ul class=\"list-clean\">\n              <li>Gerber file, drill file and stack-up if available<\/li>\n              <li>BOM and placement file for PCBA projects<\/li>\n              <li>Material, layer count, copper thickness and finish<\/li>\n              <li>Quantity, testing requirement and delivery country<\/li>\n            <\/ul>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Product Support - RFQ Checklist')\" class=\"btn-dark\" style=\"margin-top:18px;\">Send Project Files<\/a>\n          <\/div>\n\n          <div class=\"support-box\">\n            <h3 style=\"font-size:20px;\">How Buyers Usually Choose<\/h3>\n            <table class=\"support-table\">\n              <thead>\n                <tr>\n                  <th>Buyer Need<\/th>\n                  <th>Suggested Category<\/th>\n                  <th>Main Checkpoint<\/th>\n                <\/tr>\n              <\/thead>\n              <tbody>\n                <tr>\n                  <td>Low-cost prototype<\/td>\n                  <td>Standard FR4 PCB<\/td>\n                  <td>Layer count, finish, panelization<\/td>\n                <\/tr>\n                <tr>\n                  <td>High-density routing<\/td>\n                  <td>Multilayer & HDI PCB<\/td>\n                  <td>Stack-up, impedance, via structure<\/td>\n                <\/tr>\n                <tr>\n                  <td>LED heat dissipation<\/td>\n                  <td>Aluminum \/ Copper PCB<\/td>\n                  <td>Thermal conductivity, LED power<\/td>\n                <\/tr>\n                <tr>\n                  <td>Finished assembled board<\/td>\n                  <td>PCB Assembly \/ PCBA<\/td>\n                  <td>BOM, testing, IC programming<\/td>\n                <\/tr>\n              <\/tbody>\n            <\/table>\n          <\/div>\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Quote Section -->\n  <section id=\"quote\">\n    <div class=\"container\">\n      <div class=\"quote-layout\">\n        <div>\n          <div class=\"eyebrow\">GET YOUR PRICE<\/div>\n          <h2>Send PCB Details and Get a Practical Engineering Quote<\/h2>\n          <p>\n            Instead of a fake calculator, this section is adjusted as a real RFQ entry. Click the button to open the inquiry form and send files or key parameters.\n          <\/p>\n          <div class=\"quote-tips\" style=\"margin-top:24px;\">\n            <div class=\"tip-item\">\n              <h4>For PCB Fabrication<\/h4>\n              <p>Send Gerber, layer count, material, board thickness, copper weight, surface finish, quantity and delivery country.<\/p>\n            <\/div>\n            <div class=\"tip-item\">\n              <h4>For PCBA Assembly<\/h4>\n              <p>Send Gerber, BOM, placement file, testing method, IC programming requirement and packaging preference.<\/p>\n            <\/div>\n            <div class=\"tip-item\">\n              <h4>For Thermal PCB<\/h4>\n              <p>Send LED power, substrate material, thermal conductivity, working temperature and heat sink structure if available.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"quote-card\">\n          <div class=\"form-group\">\n            <label>PCB Type<\/label>\n            <select id=\"pcbType\">\n              <option>FR4 Standard PCB<\/option>\n              <option>Multilayer & HDI PCB<\/option>\n              <option>Aluminum PCB<\/option>\n              <option>Copper Substrate PCB<\/option>\n              <option>PCB Assembly \/ PCBA<\/option>\n              <option>Flexible \/ Rigid-Flex PCB<\/option>\n            <\/select>\n          <\/div>\n          <div class=\"form-group\">\n            <label>Number of Layers<\/label>\n            <input type=\"number\" placeholder=\"e.g. 2, 4, 8, 16, 32, 40\" min=\"1\" max=\"40\" id=\"layers\" \/>\n          <\/div>\n          <div class=\"form-group\">\n            <label>Board Dimensions (mm)<\/label>\n            <input type=\"text\" placeholder=\"Length x Width, e.g. 100x80\" id=\"dimensions\" \/>\n          <\/div>\n          <div class=\"form-group\">\n            <label>Order Quantity<\/label>\n            <select id=\"quantity\">\n              <option>1 piece<\/option>\n              <option>10 pieces<\/option>\n              <option>50 pieces<\/option>\n              <option>100 pieces<\/option>\n              <option>500 pieces<\/option>\n              <option>1000+ pieces<\/option>\n            <\/select>\n          <\/div>\n          <a href=\"#kt-contact-popup\" onclick=\"setSource('Quote Section - Calculate Quote')\" class=\"btn-primary\" style=\"width:100%;margin-top:8px;\">Calculate Quote With Engineer<\/a>\n          <p style=\"font-size:13px;color:var(--text-muted);margin:14px 0 0;\">\n            The quote will be confirmed after engineering review. No hidden setup is added before project confirmation.\n          <\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Industry Solutions -->\n  <section class=\"bg-light\">\n    <div class=\"container\">\n      <div class=\"section-head center\">\n        <div class=\"eyebrow\">APPLICATION SOLUTIONS<\/div>\n        <h2>Industry-Specific PCB Manufacturing Solutions<\/h2>\n        <p>\n          Each application has different requirements for material, thermal performance, reliability, testing and delivery speed.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid-3\">\n        <div class=\"card industry-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/LED-light.jpg\" alt=\"LED lighting PCB assembly\" \/>\n          <div class=\"industry-body\">\n            <h3>LED Lighting<\/h3>\n            <p>Aluminum PCB, copper substrate PCB and LED PCBA for high bay lights, downlights, outdoor lighting and commercial LED products.<\/p>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Industry - LED Lighting')\" class=\"btn-primary\" style=\"font-size:13px;padding:10px 16px;\">Explore LED PCBs<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"card industry-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Automotive-Electronics-PCBA.jpeg\" alt=\"Automotive PCB assembly\" \/>\n          <div class=\"industry-body\">\n            <h3>Automotive Electronics<\/h3>\n            <p>Multilayer PCB, PCBA assembly and testing support for vehicle control, sensor modules and automotive lighting boards.<\/p>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Industry - Automotive Electronics')\" class=\"btn-primary\" style=\"font-size:13px;padding:10px 16px;\">View Automotive<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"card industry-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Medical-Devices.jpeg\" alt=\"Medical device PCB\" \/>\n          <div class=\"industry-body\">\n            <h3>Medical Devices<\/h3>\n            <p>Reliable PCB manufacturing and documentation support for medical electronics, monitoring devices and compact modules.<\/p>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Industry - Medical Devices')\" class=\"btn-primary\" style=\"font-size:13px;padding:10px 16px;\">Medical PCB Support<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"card industry-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Industrial-Automation-Robotic-arm-controller.jpeg\" alt=\"Industrial control PCB\" \/>\n          <div class=\"industry-body\">\n            <h3>Industrial Control<\/h3>\n            <p>Stable FR4 PCB and PCBA for automation, control panels, power drivers, PLC modules and industrial electronics.<\/p>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Industry - Industrial Control')\" class=\"btn-primary\" style=\"font-size:13px;padding:10px 16px;\">Industrial Solutions<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"card industry-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/shutterstock_1827082085.jpg\" alt=\"Communication equipment PCB\" \/>\n          <div class=\"industry-body\">\n            <h3>Communication & Data Center<\/h3>\n            <p>Multilayer HDI PCB, impedance control, gold finger PCB and heavy copper support for communication and server products.<\/p>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Industry - Communication Data Center')\" class=\"btn-primary\" style=\"font-size:13px;padding:10px 16px;\">Telecom Solutions<\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"card industry-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/03\/Smartphone-assembly-pcb.jpeg\" alt=\"Consumer electronics PCB\" \/>\n          <div class=\"industry-body\">\n            <h3>Consumer Electronics<\/h3>\n            <p>Cost-optimized PCB prototypes, flexible PCBs, compact PCBA and fast iteration support for consumer hardware projects.<\/p>\n            <a href=\"#kt-contact-popup\" onclick=\"setSource('Industry - Consumer Electronics')\" class=\"btn-primary\" style=\"font-size:13px;padding:10px 16px;\">Consumer PCBs<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Thermal Management -->\n  <section>\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">THERMAL MANAGEMENT<\/div>\n        <h2>Metal Substrate PCB Thermal Performance Comparison<\/h2>\n        <p>\n          Thermal conductivity should be selected according to LED power, heat sink structure, working environment and product lifespan target.\n        <\/p>\n      <\/div>\n\n      <div class=\"compare-wrap\">\n        <table>\n          <thead>\n            <tr>\n              <th>Material Type<\/th>\n              <th>Thermal Conductivity<\/th>\n              <th>Typical Power Range<\/th>\n              <th>Recommended Application<\/th>\n            <\/tr>\n          <\/thead>\n          <tbody>\n            <tr>\n              <td>Standard FR4<\/td>\n              <td>Approx. 0.3 W\/m\u00b7K<\/td>\n              <td>Low power<\/td>\n              <td>General electronics, control boards, low-power drivers<\/td>\n            <\/tr>\n            <tr>\n              <td>Standard Aluminum PCB<\/td>\n              <td>1.5\u20132 W\/m\u00b7K<\/td>\n              <td>Medium LED power<\/td>\n              <td>LED bulbs, downlights, ceiling lights, lighting modules<\/td>\n            <\/tr>\n            <tr>\n              <td>High-Conductivity Aluminum PCB<\/td>\n              <td>2\u20133 W\/m\u00b7K<\/td>\n              <td>Medium-high LED power<\/td>\n              <td>Industrial lights, outdoor lamps, high bay lights<\/td>\n            <\/tr>\n            <tr>\n              <td><strong>Superconducting Aluminum PCB<\/strong><\/td>\n              <td><strong>8 W\/m\u00b7K<\/strong><\/td>\n              <td><strong>High LED power<\/strong><\/td>\n              <td><strong>UFO lights, professional modules, demanding thermal designs<\/strong><\/td>\n            <\/tr>\n            <tr>\n              <td>Copper Substrate PCB<\/td>\n              <td>400W level copper base<\/td>\n              <td>Very high power<\/td>\n              <td>Projectors, flashlights, stage lighting, power modules<\/td>\n            <\/tr>\n          <\/tbody>\n        <\/table>\n      <\/div>\n\n      <div class=\"grid-3\" style=\"margin-top:36px;\">\n        <div class=\"card\">\n          <h3 style=\"font-size:18px;\">Standard Aluminum PCB<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">A practical option for common LED lighting products where stable heat dissipation and cost control are both important.<\/p>\n        <\/div>\n        <div class=\"card\">\n          <h3 style=\"font-size:18px;\">High Thermal Aluminum PCB<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Recommended when LED power, enclosure temperature or outdoor use requires better heat transfer performance.<\/p>\n        <\/div>\n        <div class=\"card\">\n          <h3 style=\"font-size:18px;\">Copper Substrate PCB<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Used for high-power LED and compact heat sources where aluminum substrate may not remove heat fast enough.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Production Equipment -->\n  <section class=\"bg-light\">\n    <div class=\"container\">\n      <div class=\"section-head center\">\n        <div class=\"eyebrow\">MANUFACTURING EQUIPMENT<\/div>\n        <h2>Production and Quality Control Equipment<\/h2>\n        <p>\n          Equipment photos help buyers understand whether a supplier can support stable production, process control and inspection.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid-4\">\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/2%EF%BC%8Ccutting-machine-scaled.webp\" alt=\"Cutting Machine\" \/>\n          <p>Cutting Machine<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/6%EF%BC%8CEtching-Machine-scaled.webp\" alt=\"Etching Machine\" \/>\n          <p>Etching Machine<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/9%EF%BC%8Csolder-mask-scaled.webp\" alt=\"Solder Mask Equipment\" \/>\n          <p>Solder Mask<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/smt%E8%B4%B4%E7%89%87%E6%9C%BA.jpg\" alt=\"SMT Placement Machine\" \/>\n          <p>SMT Placement<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/8%EF%BC%8CAOI--scaled.webp\" alt=\"AOI Inspection\" \/>\n          <p>AOI Inspection<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/X-%E5%B0%84%E7%BA%BF%E6%A3%80%E6%B5%8B.jpg\" alt=\"X-Ray Inspection\" \/>\n          <p>X-Ray Inspection<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/12%EF%BC%8CLaminating-machine-scaled.webp\" alt=\"Laminating Machine\" \/>\n          <p>Laminating<\/p>\n        <\/div>\n        <div class=\"equipment-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2025\/09\/20%EF%BC%8Cdrilling-machine-scaled.webp\" alt=\"Drilling Machine\" \/>\n          <p>Drilling<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Sample to Production -->\n  <section>\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">FROM DESIGN TO DELIVERY<\/div>\n        <h2>Sample to Production Process<\/h2>\n        <p>\n          A clear engineering route helps avoid repeated review, wrong material selection and inconsistent batch quality.\n        <\/p>\n      <\/div>\n\n      <div class=\"process-timeline\">\n        <div class=\"timeline-line\"><\/div>\n        <div class=\"timeline-step\">\n          <div class=\"timeline-dot\"><\/div>\n          <h4>Step 1: File Submission & Engineering Review<\/h4>\n          <p>Send Gerber, BOM, drawing, stack-up or sample photos. YC PCB checks manufacturability, material route and testing needs.<\/p>\n        <\/div>\n        <div class=\"timeline-step\">\n          <div class=\"timeline-dot\"><\/div>\n          <h4>Step 2: Quotation & Production Plan<\/h4>\n          <p>Confirm PCB type, quantity, surface finish, lead time, assembly route and inspection standard before production.<\/p>\n        <\/div>\n        <div class=\"timeline-step\">\n          <div class=\"timeline-dot\"><\/div>\n          <h4>Step 3: Prototype or Sample Production<\/h4>\n          <p>Samples are produced with confirmed process parameters, with inspection records or photos when required.<\/p>\n        <\/div>\n        <div class=\"timeline-step\">\n          <div class=\"timeline-dot\"><\/div>\n          <h4>Step 4: Batch Production & Shipment<\/h4>\n          <p>After sample approval, production can continue using the confirmed data, reducing repeated review and quality variation.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid-2\" style=\"margin-top:44px;\">\n        <div class=\"card\">\n          <h3 style=\"font-size:18px;\">Common Supplier Risk<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Sample production and batch production are handled separately, creating repeated review, delays and possible inconsistency.<\/p>\n        <\/div>\n        <div class=\"card\" style=\"background:var(--primary-light);border-color:var(--primary);\">\n          <h3 style=\"font-size:18px;\">YC PCB Project Route<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Sample data, confirmed specifications and testing requirements can be transferred into batch production more smoothly.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Quality -->\n  <section class=\"bg-light\">\n    <div class=\"container\">\n      <div class=\"section-head center\">\n        <div class=\"eyebrow\">QUALITY & COMPLIANCE<\/div>\n        <h2>Quality Assurance and Inspection Support<\/h2>\n        <p>\n          For B2B PCB procurement, inspection capability and document support are as important as price and lead time.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid-3\">\n        <div class=\"card quality-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/ipc.png\" alt=\"IPC Standards\" \/>\n          <h3 style=\"font-size:17px;\">IPC Process Awareness<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Supports process control and inspection discussion for different PCB reliability requirements.<\/p>\n        <\/div>\n        <div class=\"card quality-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/rohs.png\" alt=\"RoHS Compliance\" \/>\n          <h3 style=\"font-size:17px;\">RoHS Compliance Support<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Lead-free manufacturing and material compliance support for export electronics projects.<\/p>\n        <\/div>\n        <div class=\"card quality-card\">\n          <img decoding=\"async\" src=\"https:\/\/ycpcbs.com\/wp-content\/uploads\/2026\/04\/ul.png\" alt=\"Industry Application Support\" \/>\n          <h3 style=\"font-size:17px;\">Application Reliability<\/h3>\n          <p style=\"font-size:14px;margin-bottom:0;\">Project route can be adjusted for LED, automotive, medical, industrial and communication applications.<\/p>\n        <\/div>\n      <\/div>\n\n      <div class=\"grid-4\" style=\"margin-top:24px;\">\n        <div class=\"card\" style=\"padding:22px;\">\n          <h4>AOI Inspection<\/h4>\n          <p style=\"font-size:14px;margin-bottom:0;\">Surface defect and assembly inspection support.<\/p>\n        <\/div>\n        <div class=\"card\" style=\"padding:22px;\">\n          <h4>X-Ray Inspection<\/h4>\n          <p style=\"font-size:14px;margin-bottom:0;\">Used for BGA and hidden solder joints.<\/p>\n        <\/div>\n        <div class=\"card\" style=\"padding:22px;\">\n          <h4>Electrical Test<\/h4>\n          <p style=\"font-size:14px;margin-bottom:0;\">Open and short circuit verification.<\/p>\n        <\/div>\n        <div class=\"card\" style=\"padding:22px;\">\n          <h4>Functional Test<\/h4>\n          <p style=\"font-size:14px;margin-bottom:0;\">Project-specific PCBA testing support.<\/p>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Testimonials -->\n  <section>\n    <div class=\"container\">\n      <div class=\"section-head center\">\n        <div class=\"eyebrow\">CUSTOMER SCENARIOS<\/div>\n        <h2>Typical Buyer Situations YC PCB Can Support<\/h2>\n        <p>\n          These scenarios are written for procurement, engineering and product managers who need clear supplier capability before sending files.\n        <\/p>\n      <\/div>\n\n      <div class=\"grid-2\">\n        <div class=\"testimonial-card\">\n          <div class=\"quote-mark\">\u201c<\/div>\n          <p class=\"testimonial-text\">We need fast FR4 samples first, but the same supplier must also support batch production if the product is approved.<\/p>\n          <div class=\"testimonial-author\">\n            <div class=\"author-avatar\"><\/div>\n            <div>\n              <div class=\"author-name\">Prototype Buyer<\/div>\n              <div class=\"author-title\">Consumer Electronics Project<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"testimonial-card\">\n          <div class=\"quote-mark\">\u201c<\/div>\n          <p class=\"testimonial-text\">Our LED module temperature is too high, so we need aluminum or copper substrate recommendations before placing the order.<\/p>\n          <div class=\"testimonial-author\">\n            <div class=\"author-avatar\"><\/div>\n            <div>\n              <div class=\"author-name\">Lighting Engineer<\/div>\n              <div class=\"author-title\">LED Thermal Project<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"testimonial-card\">\n          <div class=\"quote-mark\">\u201c<\/div>\n          <p class=\"testimonial-text\">We are planning a PCBA order and need the supplier to check BOM sourcing, SMT assembly risk and final testing route.<\/p>\n          <div class=\"testimonial-author\">\n            <div class=\"author-avatar\"><\/div>\n            <div>\n              <div class=\"author-name\">Product Manager<\/div>\n              <div class=\"author-title\">Turnkey PCBA Project<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n\n        <div class=\"testimonial-card\">\n          <div class=\"quote-mark\">\u201c<\/div>\n          <p class=\"testimonial-text\">Our multilayer design requires impedance control and stack-up review before production can be safely started.<\/p>\n          <div class=\"testimonial-author\">\n            <div class=\"author-avatar\"><\/div>\n            <div>\n              <div class=\"author-name\">Hardware Engineer<\/div>\n              <div class=\"author-title\">Communication Module Project<\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"bg-light\">\n    <div class=\"container\">\n      <div class=\"section-head\">\n        <div class=\"eyebrow\">COMMON QUESTIONS<\/div>\n        <h2>Frequently Asked Questions<\/h2>\n        <p>\n          These questions help buyers confirm whether YC PCB is suitable before sending Gerber files or BOM.\n        <\/p>\n      <\/div>\n\n      <div style=\"max-width:900px;\">\n        <details>\n          <summary>What files do I need to provide for PCB fabrication?<\/summary>\n          <div>\n            <p>Please send Gerber files, drill files, board thickness, copper thickness, surface finish, solder mask color, quantity and delivery requirement. If stack-up or impedance is required, include the stack-up drawing or target impedance table.<\/p>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>What files are needed for PCBA assembly?<\/summary>\n          <div>\n            <p>Please provide Gerber files, BOM, pick-and-place file, assembly drawing, testing requirement and any programming file if IC programming is needed.<\/p>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>Can you help choose aluminum PCB or copper substrate PCB?<\/summary>\n          <div>\n            <p>Yes. Send LED power, working temperature, product structure and heat sink information. The engineering team can suggest aluminum, high thermal aluminum or copper substrate route according to thermal demand.<\/p>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>Can you support HDI, multilayer and impedance control PCB?<\/summary>\n          <div>\n            <p>YC PCB supports multilayer PCB, HDI, impedance control, gold finger, heavy copper and high-density projects. Final feasibility depends on your actual Gerber and stack-up requirements.<\/p>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>Do you have MOQ for prototype orders?<\/summary>\n          <div>\n            <p>Small quantity and prototype orders are supported. For mass production, price and lead time will be confirmed according to panel utilization, testing method and production complexity.<\/p>\n          <\/div>\n        <\/details>\n\n        <details>\n          <summary>How do you handle quality inspection?<\/summary>\n          <div>\n            <p>Inspection can include AOI, electrical test, X-Ray, ICT, FCT, packing photos and other project-specific inspection methods according to the product type and buyer requirement.<\/p>\n          <\/div>\n        <\/details>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Final CTA -->\n  <section class=\"bg-dark\">\n    <div class=\"container\">\n      <div style=\"max-width:840px;\">\n        <div class=\"eyebrow\">START YOUR PCB PROJECT<\/div>\n        <h2>Send Your PCB Requirement and Get Engineering Feedback<\/h2>\n        <p style=\"color:rgba(255,255,255,.82);\">\n          Share your Gerber files, BOM, quantity, material requirement, testing requirement and delivery country.\n          YC PCB can review your route and provide a practical quotation plan.\n        <\/p>\n        <div style=\"display:flex;gap:16px;flex-wrap:wrap;margin-top:28px;\">\n          <a href=\"#kt-contact-popup\" onclick=\"setSource('Final CTA - Get Free PCB Quote')\" class=\"btn-primary\">Get Free PCB Quote<\/a>\n          <a href=\"#product-categories\" class=\"btn-secondary\">Review Product Categories<\/a>\n        <\/div>\n      <\/div>\n\n      <div style=\"margin-top:60px;padding-top:36px;border-top:1px solid rgba(255,255,255,0.12);\">\n        <h3 style=\"color:#ffffff;font-size:18px;\">YC Electronic Technology Co., Limited<\/h3>\n        <p style=\"font-size:14px;color:rgba(255,255,255,0.76);\">\n          Bogang Community, Shajing Street, Baoan District, Shenzhen, Guangdong, China<br \/>\n          Phone: +86-0755-2709-5550 \/ +86-16675190295<br \/>\n          Email: sales@ycelectronic.com\n        <\/p>\n        <p style=\"font-size:13px;color:rgba(255,255,255,0.62);margin-bottom:0;\">\n          PCB Fabrication | Multilayer PCB | Aluminum PCB | Copper Substrate PCB | Flexible PCB | Rigid-Flex PCB | PCBA Assembly\n        <\/p>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- Contact Popup -->\n  <div class=\"contact-popup\" id=\"kt-contact-popup\">\n    <a href=\"#!\" class=\"popup-overlay\" aria-label=\"Close inquiry popup\"><\/a>\n\n    <div class=\"popup-box\">\n      <a href=\"#!\" class=\"popup-close\" aria-label=\"Close inquiry popup\">\u00d7<\/a>\n      <h3>Send Your PCB Inquiry<\/h3>\n      <p>Tell us your product requirements. We will reply within 1 working day after receiving your project details.<\/p>\n\n      <form id=\"ktZeroyContactForm\">\n        <div class=\"form-group\">\n          <label>Your Name<\/label>\n          <input type=\"text\" name=\"name\" placeholder=\"Your Name\" required \/>\n        <\/div>\n\n        <div class=\"form-group\">\n          <label>Email \/ WhatsApp \/ Phone<\/label>\n          <input type=\"text\" name=\"phone\" placeholder=\"Your contact information\" required \/>\n        <\/div>\n\n        <div class=\"form-group\">\n          <label>Project Requirement<\/label>\n          <textarea name=\"message\" placeholder=\"PCB type, layer count, material, quantity, surface finish, BOM, testing requirement, delivery country...\" rows=\"6\" required><\/textarea>\n        <\/div>\n\n        <input type=\"text\" name=\"_zeroy_hp\" value=\"\" style=\"display:none !important;\" tabindex=\"-1\" autocomplete=\"off\" aria-hidden=\"true\" \/>\n        <input type=\"hidden\" name=\"_zeroy_redirect\" value=\"https:\/\/ycpcbs.com\/\" \/>\n\n        <button type=\"submit\" class=\"btn-primary\" style=\"width:100%;margin-top:10px;\">Submit Inquiry<\/button>\n        <div id=\"ktFormMessage\" style=\"margin-top:12px;font-size:14px;text-align:center;color:#475569;\"><\/div>\n      <\/form>\n    <\/div>\n  <\/div>\n\n  <!-- Floating Contact Button -->\n  <a class=\"floating-contact\" href=\"#kt-contact-popup\" onclick=\"setSource('Floating Contact Button')\">Contact Us<\/a>\n\n  <script>\n    function setSource(source) {\n      localStorage.setItem(\"inquiry_source\", source || \"Website Inquiry\");\n    }\n\n    document.addEventListener(\"DOMContentLoaded\", function () {\n      var tabBlocks = document.querySelectorAll(\"[data-pcb-tabs]\");\n\n      tabBlocks.forEach(function (block) {\n        var buttons = block.querySelectorAll(\".pcb-tab-btn\");\n        var panels = block.querySelectorAll(\".pcb-tab-panel\");\n\n        buttons.forEach(function (button) {\n          button.addEventListener(\"click\", function () {\n            var target = button.getAttribute(\"data-tab-target\");\n\n            buttons.forEach(function (btn) {\n              btn.classList.remove(\"active\");\n            });\n\n            panels.forEach(function (panel) {\n              panel.classList.remove(\"active\");\n            });\n\n            button.classList.add(\"active\");\n\n            var activePanel = block.querySelector('[data-tab-panel=\"' + target + '\"]');\n            if (activePanel) {\n              activePanel.classList.add(\"active\");\n            }\n          });\n        });\n      });\n\n      var form = document.getElementById(\"ktZeroyContactForm\");\n      if (!form) return;\n\n      form.addEventListener(\"submit\", function (e) {\n        e.preventDefault();\n\n        var btn = form.querySelector(\"button[type=submit]\");\n        var msg = document.getElementById(\"ktFormMessage\");\n        var fd = new FormData(form);\n        var src = localStorage.getItem(\"inquiry_source\") || \"Website Inquiry\";\n\n        fd.set(\"message\", \"[From: \" + src + \"]nn\" + (fd.get(\"message\") || \"\"));\n\n        if (msg) {\n          msg.textContent = \"Submitting...\";\n        }\n\n        if (btn) {\n          btn.disabled = true;\n          btn.textContent = \"Submitting...\";\n        }\n\n        fetch(\"https:\/\/ycpcbs.com\/wp-json\/zeroy\/v1\/submissions\", {\n          method: \"POST\",\n          body: fd\n        })\n          .then(function (r) {\n            return r.json();\n          })\n          .then(function (res) {\n            if (res && res.success) {\n              if (msg) {\n                msg.textContent = \"Thank you! We will reply within 1 working day.\";\n              }\n\n              form.reset();\n\n              if (btn) {\n                btn.disabled = false;\n                btn.textContent = \"Submit Inquiry\";\n              }\n            } else {\n              throw new Error(\"Submission failed\");\n            }\n          })\n          .catch(function () {\n            if (msg) {\n              msg.textContent = \"Submission failed. Please email sales@ycelectronic.com directly or try again.\";\n            }\n\n            if (btn) {\n              btn.disabled = false;\n              btn.textContent = \"Submit Inquiry\";\n            }\n          });\n      });\n    });\n  <\/script>","protected":false},"excerpt":{"rendered":"<p>CUSTOM PCB &#038; PCBA MANUFACTURING Custom PCB Manufacturing That Scales From 1 Piece to Mass Production YC PCB supports fast prototyping, FR4 PCB, multilayer HDI PCB, aluminum PCB, copper substrate PCB, flexible PCB, rigid-flex PCB and turnkey PCBA assembly for global electronics companies. Get Free DFM Review + Quote View PCB Categories \u2713 1\u20133 Days [&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-07-02 06:53:04","footnotes":""},"class_list":["post-4006","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/pages\/4006","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/comments?post=4006"}],"version-history":[{"count":3,"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/pages\/4006\/revisions"}],"predecessor-version":[{"id":4220,"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/pages\/4006\/revisions\/4220"}],"wp:attachment":[{"href":"https:\/\/ycpcbs.com\/ru\/wp-json\/wp\/v2\/media?parent=4006"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}