{"id":4243,"date":"2026-08-10T03:08:43","date_gmt":"2026-08-10T03:08:43","guid":{"rendered":"https:\/\/ycpcbs.com\/?page_id=4243"},"modified":"2026-08-10T03:43:17","modified_gmt":"2026-08-10T03:43:17","slug":"thank-you-2","status":"publish","type":"page","link":"https:\/\/ycpcbs.com\/tr\/thank-you-2\/","title":{"rendered":"Thank You"},"content":{"rendered":"<style>\n\/* =========================\n   <a href=\"\/about\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">YC PCB<\/a> Thank You Page\n   ========================= *\/\n\n.yc-thank-page {\n  --yc-primary: #0b5bd3;\n  --yc-primary-dark: #063f99;\n  --yc-dark: #0b1739;\n  --yc-text: #172033;\n  --yc-muted: #667085;\n  --yc-border: #e6ebf2;\n  --yc-light: #f5f8fc;\n  --yc-white: #ffffff;\n  --yc-success: #16a36a;\n\n  font-family: Arial, Helvetica, sans-serif;\n  color: var(--yc-text);\n  background: #ffffff;\n}\n\n.yc-thank-page * {\n  box-sizing: border-box;\n}\n\n.yc-thank-container {\n  width: min(1180px, calc(100% - 40px));\n  margin: 0 auto;\n}\n\n\/* HERO *\/\n.yc-thank-hero {\n  padding: 74px 0 54px;\n  background:\n    radial-gradient(circle at 85% 20%, rgba(57, 133, 255, 0.18), transparent 30%),\n    linear-gradient(135deg, #071633 0%, #0b2451 55%, #0b5bd3 135%);\n  color: #fff;\n  overflow: hidden;\n}\n\n.yc-thank-hero-inner {\n  text-align: center;\n  max-width: 850px;\n  margin: 0 auto;\n}\n\n.yc-thank-icon {\n  width: 78px;\n  height: 78px;\n  margin: 0 auto 24px;\n  border-radius: 50%;\n  background: #ffffff;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  box-shadow: 0 15px 45px rgba(0,0,0,.18);\n}\n\n.yc-thank-icon svg {\n  width: 40px;\n  height: 40px;\n  stroke: var(--yc-success);\n}\n\n.yc-thank-label {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  padding: 7px 14px;\n  margin-bottom: 18px;\n  border: 1px solid rgba(255,255,255,.22);\n  border-radius: 100px;\n  background: rgba(255,255,255,.08);\n  font-size: 13px;\n  font-weight: 700;\n  letter-spacing: .04em;\n  text-transform: uppercase;\n}\n\n.yc-thank-hero h1 {\n  margin: 0 0 18px;\n  font-size: clamp(34px, 5vw, 56px);\n  line-height: 1.12;\n  font-weight: 800;\n  letter-spacing: -0.035em;\n}\n\n.yc-thank-hero p {\n  margin: 0 auto;\n  max-width: 720px;\n  color: rgba(255,255,255,.84);\n  font-size: 17px;\n  line-height: 1.75;\n}\n\n.yc-thank-status {\n  margin-top: 32px;\n  display: flex;\n  justify-content: center;\n  gap: 12px;\n  flex-wrap: wrap;\n}\n\n.yc-thank-status-item {\n  display: flex;\n  align-items: center;\n  gap: 9px;\n  padding: 10px 15px;\n  background: rgba(255,255,255,.08);\n  border: 1px solid rgba(255,255,255,.15);\n  border-radius: 10px;\n  font-size: 14px;\n  color: rgba(255,255,255,.95);\n}\n\n.yc-thank-dot {\n  width: 8px;\n  height: 8px;\n  border-radius: 50%;\n  background: #5ef0ad;\n}\n\n\/* MAIN *\/\n.yc-thank-main {\n  padding: 68px 0 78px;\n  background: #fff;\n}\n\n.yc-thank-grid {\n  display: grid;\n  grid-template-columns: 1.05fr .95fr;\n  gap: 28px;\n}\n\n.yc-thank-card {\n  border: 1px solid var(--yc-border);\n  border-radius: 18px;\n  background: #fff;\n  padding: 34px;\n  box-shadow: 0 10px 35px rgba(15, 39, 79, .05);\n}\n\n.yc-thank-card-tag {\n  display: inline-block;\n  margin-bottom: 12px;\n  color: var(--yc-primary);\n  font-size: 13px;\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: .06em;\n}\n\n.yc-thank-card h2 {\n  margin: 0 0 10px;\n  color: var(--yc-dark);\n  font-size: 27px;\n  line-height: 1.3;\n}\n\n.yc-thank-card-intro {\n  margin: 0 0 28px;\n  color: var(--yc-muted);\n  line-height: 1.7;\n  font-size: 15px;\n}\n\n\/* TIMELINE *\/\n.yc-thank-step {\n  display: grid;\n  grid-template-columns: 46px 1fr;\n  gap: 16px;\n  position: relative;\n}\n\n.yc-thank-step:not(:last-child) {\n  padding-bottom: 24px;\n}\n\n.yc-thank-step:not(:last-child)::after {\n  content: \"\";\n  position: absolute;\n  left: 22px;\n  top: 43px;\n  bottom: 3px;\n  width: 1px;\n  background: #dce6f4;\n}\n\n.yc-thank-step-number {\n  width: 46px;\n  height: 46px;\n  border-radius: 12px;\n  background: #eaf2ff;\n  color: var(--yc-primary);\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  font-weight: 800;\n  position: relative;\n  z-index: 2;\n}\n\n.yc-thank-step h3 {\n  margin: 2px 0 6px;\n  color: var(--yc-dark);\n  font-size: 17px;\n}\n\n.yc-thank-step p {\n  margin: 0;\n  color: var(--yc-muted);\n  line-height: 1.65;\n  font-size: 14px;\n}\n\n\/* FILE LIST *\/\n.yc-thank-file-list {\n  display: grid;\n  gap: 12px;\n}\n\n.yc-thank-file {\n  display: flex;\n  gap: 13px;\n  align-items: flex-start;\n  padding: 15px 16px;\n  background: var(--yc-light);\n  border-radius: 12px;\n}\n\n.yc-thank-file-check {\n  flex: 0 0 24px;\n  width: 24px;\n  height: 24px;\n  border-radius: 7px;\n  background: #e2edff;\n  color: var(--yc-primary);\n  display: flex;\n  justify-content: center;\n  align-items: center;\n  font-weight: 800;\n}\n\n.yc-thank-file strong {\n  display: block;\n  margin-bottom: 3px;\n  color: var(--yc-dark);\n  font-size: 14px;\n}\n\n.yc-thank-file span {\n  display: block;\n  color: var(--yc-muted);\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\/* CONTACT *\/\n.yc-thank-contact {\n  margin-top: 28px;\n  padding: 28px 32px;\n  display: grid;\n  grid-template-columns: 1fr auto;\n  gap: 25px;\n  align-items: center;\n  background: #f2f7ff;\n  border: 1px solid #dce9ff;\n  border-radius: 18px;\n}\n\n.yc-thank-contact h3 {\n  margin: 0 0 8px;\n  color: var(--yc-dark);\n  font-size: 21px;\n}\n\n.yc-thank-contact p {\n  margin: 0;\n  color: var(--yc-muted);\n  font-size: 14px;\n  line-height: 1.7;\n}\n\n.yc-thank-contact-links {\n  margin-top: 11px;\n  display: flex;\n  flex-wrap: wrap;\n  gap: 16px;\n}\n\n.yc-thank-contact-links a {\n  color: var(--yc-primary);\n  text-decoration: none;\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.yc-thank-actions {\n  display: flex;\n  gap: 10px;\n  flex-wrap: wrap;\n  justify-content: flex-end;\n}\n\n.yc-thank-btn {\n  min-height: 46px;\n  padding: 12px 21px;\n  border-radius: 9px;\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  text-decoration: none !important;\n  font-weight: 700;\n  font-size: 14px;\n  transition: .2s ease;\n}\n\n.yc-thank-btn-primary {\n  background: var(--yc-primary);\n  color: #fff !important;\n  border: 1px solid var(--yc-primary);\n}\n\n.yc-thank-btn-primary:hover {\n  background: var(--yc-primary-dark);\n  border-color: var(--yc-primary-dark);\n  transform: translateY(-1px);\n}\n\n.yc-thank-btn-secondary {\n  background: #fff;\n  color: var(--yc-dark) !important;\n  border: 1px solid #d6dfec;\n}\n\n.yc-thank-btn-secondary:hover {\n  border-color: var(--yc-primary);\n  color: var(--yc-primary) !important;\n}\n\n\/* TRUST BAR *\/\n.yc-thank-trust {\n  margin-top: 28px;\n  padding: 24px 28px;\n  border-radius: 16px;\n  background: var(--yc-dark);\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 20px;\n}\n\n.yc-thank-trust-item {\n  text-align: center;\n}\n\n.yc-thank-trust-item strong {\n  display: block;\n  margin-bottom: 5px;\n  color: #fff;\n  font-size: 18px;\n}\n\n.yc-thank-trust-item span {\n  color: rgba(255,255,255,.68);\n  font-size: 13px;\n  line-height: 1.5;\n}\n\n\/* MOBILE *\/\n@media (max-width: 820px) {\n  .yc-thank-container {\n    width: min(100% - 28px, 1180px);\n  }\n\n  .yc-thank-hero {\n    padding: 54px 0 42px;\n  }\n\n  .yc-thank-icon {\n    width: 66px;\n    height: 66px;\n    margin-bottom: 20px;\n  }\n\n  .yc-thank-icon svg {\n    width: 34px;\n    height: 34px;\n  }\n\n  .yc-thank-hero h1 {\n    font-size: 36px;\n  }\n\n  .yc-thank-hero p {\n    font-size: 15px;\n  }\n\n  .yc-thank-status {\n    align-items: stretch;\n    flex-direction: column;\n    max-width: 360px;\n    margin-left: auto;\n    margin-right: auto;\n  }\n\n  .yc-thank-main {\n    padding: 42px 0 55px;\n  }\n\n  .yc-thank-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .yc-thank-card {\n    padding: 25px 20px;\n    border-radius: 15px;\n  }\n\n  .yc-thank-card h2 {\n    font-size: 23px;\n  }\n\n  .yc-thank-contact {\n    grid-template-columns: 1fr;\n    padding: 23px 20px;\n  }\n\n  .yc-thank-actions {\n    justify-content: flex-start;\n  }\n\n  .yc-thank-btn {\n    flex: 1 1 140px;\n  }\n\n  .yc-thank-trust {\n    grid-template-columns: 1fr;\n    gap: 18px;\n  }\n\n  .yc-thank-trust-item:not(:last-child) {\n    border-bottom: 1px solid rgba(255,255,255,.12);\n    padding-bottom: 17px;\n  }\n}\n\n@media (max-width: 480px) {\n  .yc-thank-hero h1 {\n    font-size: 31px;\n  }\n\n  .yc-thank-step {\n    grid-template-columns: 40px 1fr;\n    gap: 13px;\n  }\n\n  .yc-thank-step-number {\n    width: 40px;\n    height: 40px;\n  }\n\n  .yc-thank-step:not(:last-child)::after {\n    left: 19px;\n    top: 39px;\n  }\n}\n<\/style>\n\n\n<main class=\"yc-thank-page\">\n\n  <!-- Hero -->\n  <section class=\"yc-thank-hero\">\n    <div class=\"yc-thank-container\">\n      <div class=\"yc-thank-hero-inner\">\n\n        <div class=\"yc-thank-icon\">\n          <svg viewbox=\"0 0 24 24\" fill=\"none\" stroke-width=\"2.4\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n            <path d=\"M20 6 9 17l-5-5\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <div class=\"yc-thank-label\">\n          Inquiry Successfully Submitted\n        <\/div>\n\n        <h1 style=\"color:#ffffff;\">Thank You!<br>Your Inquiry Has Been Received.<\/h1>\n\n        <p>\n          Thank you for contacting YC PCB. Our sales and engineering team\n          will review your PCB or PCBA requirements and get back to you\n          as soon as possible.\n        <\/p>\n\n        <div class=\"yc-thank-status\">\n\n          <div class=\"yc-thank-status-item\">\n            <span class=\"yc-thank-dot\"><\/span>\n            Inquiry Received\n          <\/div>\n\n          <div class=\"yc-thank-status-item\">\n            <span class=\"yc-thank-dot\"><\/span>\n            Engineering Review\n          <\/div>\n\n          <div class=\"yc-thank-status-item\">\n            <span class=\"yc-thank-dot\"><\/span>\n            Reply Within 1 Working Day\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n    <\/div>\n  <\/section>\n\n\n  <!-- Main Content -->\n  <section class=\"yc-thank-main\">\n    <div class=\"yc-thank-container\">\n\n      <div class=\"yc-thank-grid\">\n\n        <!-- What Happens Next -->\n        <div class=\"yc-thank-card\">\n\n          <span class=\"yc-thank-card-tag\">What Happens Next<\/span>\n\n          <h2>Your Project Is Now in Our Review Process<\/h2>\n\n          <p class=\"yc-thank-card-intro\">\n            We will review the information you submitted and prepare the\n            appropriate manufacturing or assembly solution for your project.\n          <\/p>\n\n          <div class=\"yc-thank-step\">\n            <div class=\"yc-thank-step-number\">01<\/div>\n\n            <div>\n              <h3>Inquiry Review<\/h3>\n              <p>\n                Our team checks your submitted requirements, PCB type,\n                quantity, application and other project information.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"yc-thank-step\">\n            <div class=\"yc-thank-step-number\">02<\/div>\n\n            <div>\n              <h3>Engineering Evaluation<\/h3>\n              <p>\n                When technical files are available, our engineering team\n                can review manufacturing feasibility and project requirements.\n              <\/p>\n            <\/div>\n          <\/div>\n\n          <div class=\"yc-thank-step\">\n            <div class=\"yc-thank-step-number\">03<\/div>\n\n            <div>\n              <h3>Quotation &amp; Project Feedback<\/h3>\n              <p>\n                Our team will contact you with the next steps, technical\n                feedback or quotation information within 1 working day.\n              <\/p>\n            <\/div>\n          <\/div>\n\n        <\/div>\n\n\n        <!-- Prepare Files -->\n        <div class=\"yc-thank-card\">\n\n          <span class=\"yc-thank-card-tag\">Speed Up Your Quote<\/span>\n\n          <h2>Prepare Your Project Files<\/h2>\n\n          <p class=\"yc-thank-card-intro\">\n            If you have not sent the following information yet, preparing it\n            can help us evaluate your PCB project faster.\n          <\/p>\n\n          <div class=\"yc-thank-file-list\">\n\n            <div class=\"yc-thank-file\">\n              <div class=\"yc-thank-file-check\">\u2713<\/div>\n              <div>\n                <strong><a href=\"\/tr\/pcb-manufacturing-capability\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">Gerber<\/a> Files<\/strong>\n                <span>\n                  PCB manufacturing files including RS-274X Gerber data.\n                <\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"yc-thank-file\">\n              <div class=\"yc-thank-file-check\">\u2713<\/div>\n              <div>\n                <strong>Drill Files<\/strong>\n                <span>\n                  Excellon drill files or related PCB fabrication data.\n                <\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"yc-thank-file\">\n              <div class=\"yc-thank-file-check\">\u2713<\/div>\n              <div>\n                <strong>BOM for PCB Assembly<\/strong>\n                <span>\n                  Provide your BOM when component sourcing or PCBA assembly\n                  is required.\n                <\/span>\n              <\/div>\n            <\/div>\n\n            <div class=\"yc-thank-file\">\n              <div class=\"yc-thank-file-check\">\u2713<\/div>\n              <div>\n                <strong>Quantity &amp; Special Requirements<\/strong>\n                <span>\n                  Include <a href=\"\/tr\/quick-turn-pcb\/\" style=\"font-weight:bold;color:var(--e-global-color-primary,#0058e6);text-decoration:underline;\">prototype<\/a> or production quantity, material,\n                  surface finish, testing and delivery requirements.\n                <\/span>\n              <\/div>\n            <\/div>\n\n          <\/div>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- Contact -->\n      <div class=\"yc-thank-contact\">\n\n        <div>\n          <h3>Please Watch for Our Reply<\/h3>\n\n          <p>\n            Please check your inbox and spam folder for emails from\n            <strong>@ycelectronic.com<\/strong>. If your project is urgent,\n            you can also contact our team directly.\n          <\/p>\n\n          <div class=\"yc-thank-contact-links\">\n            <a href=\"mailto:sales@ycelectronic.com\">\n              sales@ycelectronic.com\n            <\/a>\n\n            <a href=\"https:\/\/wa.me\/8613827881651\" target=\"_blank\" rel=\"noopener\">\n              WhatsApp: +86 166 7519 0295\n            <\/a>\n          <\/div>\n        <\/div>\n\n        <div class=\"yc-thank-actions\">\n\n          <a class=\"yc-thank-btn yc-thank-btn-secondary\" href=\"\/tr\/\">\n            Back to Home\n          <\/a>\n\n          <a class=\"yc-thank-btn yc-thank-btn-primary\" href=\"\/tr\/products\/\">\n            View PCB Solutions\n          <\/a>\n\n        <\/div>\n\n      <\/div>\n\n\n      <!-- Trust -->\n      <div class=\"yc-thank-trust\">\n\n        <div class=\"yc-thank-trust-item\">\n          <strong>20+ Y\u0131l<\/strong>\n          <span>PCB Manufacturing Experience<\/span>\n        <\/div>\n\n        <div class=\"yc-thank-trust-item\">\n          <strong>PCB + PCBA<\/strong>\n          <span>One-Stop Manufacturing &amp; Assembly<\/span>\n        <\/div>\n\n        <div class=\"yc-thank-trust-item\">\n          <strong>1 Working Day<\/strong>\n          <span>Inquiry Response Target<\/span>\n        <\/div>\n\n      <\/div>\n\n    <\/div>\n  <\/section>\n\n<\/main>","protected":false},"excerpt":{"rendered":"<p>Inquiry Successfully Submitted Thank You!Your Inquiry Has Been Received. Thank you for contacting YC PCB. Our sales and engineering team will review your PCB or PCBA requirements and get back to you as soon as possible. Inquiry Received Engineering Review Reply Within 1 Working Day What Happens Next Your Project Is Now in Our Review [&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":"","_seopress_redirections_param":"","_seopress_redirections_type":0,"_seopress_analysis_target_kw":"","_zeroy_edited":true,"_zeroy_last_edited":"2026-08-10 03:11:32","footnotes":""},"class_list":["post-4243","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/pages\/4243","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/comments?post=4243"}],"version-history":[{"count":3,"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/pages\/4243\/revisions"}],"predecessor-version":[{"id":4253,"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/pages\/4243\/revisions\/4253"}],"wp:attachment":[{"href":"https:\/\/ycpcbs.com\/tr\/wp-json\/wp\/v2\/media?parent=4243"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}