/* ================================================================
   PCBA Page
   ================================================================ */

.pcba-page {
  --pcba-border: #d7e1ec;
  --pcba-surface: #ffffff;
  --pcba-surface-soft: #f4f8fc;
  --pcba-surface-dark: #0f2744;
  --pcba-surface-dark-2: #17375f;
  --pcba-text: #143559;
  --pcba-text-dark: #0e2745;
  --pcba-muted: #60758d;
  --pcba-accent: #0b7cff;
  --pcba-shadow: 0 18px 42px rgba(14, 34, 66, 0.07);
  background:
    radial-gradient(circle at top right, rgba(11, 124, 255, 0.06), transparent 28%),
    linear-gradient(180deg, #f4f8fc 0%, #ffffff 18%, #f7fafd 52%, #ffffff 100%);
}

.pcba-hero-band,
.pcba-service-band,
.pcba-process-band,
.pcba-industries-band,
.pcba-quality-band,
.pcba-intake-band,
.pcba-faq-section {
  padding: 0 0 18px;
}

.pcba-hero-shell,
.pcba-service-shell,
.pcba-process-shell,
.pcba-industries-shell,
.pcba-quality-shell,
.pcba-intake-shell,
.pcba-faq-shell {
  border-radius: 18px;
}

.pcba-hero-shell,
.pcba-service-shell,
.pcba-process-shell,
.pcba-industries-shell,
.pcba-quality-shell,
.pcba-intake-shell {
  border: 1px solid var(--pcba-border);
  box-shadow: var(--pcba-shadow);
}

.pcba-service-shell,
.pcba-process-shell,
.pcba-industries-shell,
.pcba-intake-shell {
  background: var(--pcba-surface);
  padding: 18px;
}

.pcba-quality-shell {
  background: linear-gradient(135deg, var(--pcba-surface-dark) 0%, var(--pcba-surface-dark-2) 100%);
  border-color: rgba(255, 255, 255, 0.08);
  padding: 24px;
}

.pcba-hero-shell {
  position: relative;
  z-index: 3;
  margin-top: 16px;
  min-height: 420px;
  align-items: start;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 24px 60px rgba(10, 26, 49, 0.18);
}

.pcba-hero-main {
  max-width: 860px;
  padding: clamp(26px, 2.7vw, 42px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}

.pcba-hero-main .section-tag,
.pcba-quality-shell .section-tag {
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
}

.pcba-hero-main h1 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 68px);
  line-height: 0.98;
  font-weight: 900;
  max-width: 8ch;
}

.pcba-hero-copy {
  margin: 0;
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.84);
  font-size: 20px;
  line-height: 1.5;
}

.pcba-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.pcba-hero-chipbar,
.pcba-process-tags,
.pcba-industries-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pcba-hero-chipbar {
  margin-top: 22px;
}

.pcba-hero-chipbar span,
.pcba-process-tags span,
.pcba-industries-tags span {
  display: inline-flex;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
}

.pcba-hero-chipbar span {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.84);
}

.pcba-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.pcba-hero-metric {
  padding: 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pcba-hero-metric strong {
  display: block;
  color: var(--pcba-accent);
  font-size: clamp(26px, 2.2vw, 34px);
  line-height: 1;
  font-weight: 900;
}

.pcba-hero-metric span {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.pcba-hero-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.pcba-hero-strip-item {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pcba-hero-strip-item strong {
  display: block;
  color: #fff;
  font-size: 15px;
  line-height: 1.3;
  font-weight: 800;
}

.pcba-hero-strip-item span {
  display: block;
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 1.45;
}

.pcba-hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  padding: 0 2px;
  margin-top: 16px;
}

.pcba-hero-meta span {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  font-weight: 600;
}

/* Keep the PCBA project entry point focused on the first review decision. */
.pcba-hero-shell {
  min-height: 460px;
  background-position: center right;
}

.pcba-hero-main {
  max-width: 680px;
  padding: clamp(32px, 3.4vw, 56px);
}

.pcba-hero-main h1 {
  max-width: 14ch;
  margin: 14px 0 16px;
  font-size: clamp(40px, 3.7vw, 58px);
  line-height: 1.04;
  letter-spacing: 0;
}

.pcba-hero-copy {
  max-width: 58ch;
  font-size: 17px;
  line-height: 1.6;
}

.pcba-hero-copy + .pcba-hero-copy {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

.pcba-hero-actions {
  margin-top: 18px;
}

.pcba-hero-chipbar {
  display: none;
}

.pcba-hero-metrics {
  margin-top: 20px;
  gap: 10px;
}

.pcba-hero-metric {
  min-height: 76px;
  padding: 12px;
}

.pcba-hero-metric strong {
  font-size: clamp(18px, 1.45vw, 21px);
  line-height: 1.12;
  overflow-wrap: break-word;
}

.pcba-hero-metric span {
  display: none;
}

.pcba-hero-strip {
  margin-top: 12px;
  gap: 8px;
}

.pcba-hero-strip-item {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
}

.pcba-hero-strip-item strong {
  font-size: 13px;
}

.pcba-hero-strip-item span {
  font-size: 11px;
}

.pcba-hero-meta {
  margin-top: 14px;
}

@media (max-width: 760px) {
  .pcba-hero-shell {
    min-height: 0;
    background-position: 62% center;
  }

  .pcba-hero-main {
    padding: 28px 22px;
  }

  .pcba-hero-main h1 {
    max-width: 12ch;
    font-size: clamp(34px, 10vw, 44px);
  }

  .pcba-hero-copy {
    font-size: 16px;
  }

  .pcba-hero-metrics,
  .pcba-hero-strip {
    grid-template-columns: 1fr 1fr;
  }

  .pcba-hero-metric {
    min-height: 0;
  }
}

.pcba-section-head,
.pcba-section-head-left {
  margin-bottom: 14px;
}

.pcba-section-head {
  text-align: center;
}

.pcba-section-head-left {
  text-align: left;
}

.pcba-section-head-split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.78fr);
  gap: 16px;
  align-items: end;
  text-align: left;
}

.pcba-page h2 {
  margin: 8px 0 10px;
  color: var(--pcba-text);
  font-size: clamp(28px, 2.45vw, 36px);
  line-height: 1.08;
  font-weight: 900;
}

.pcba-page h3 {
  margin: 0;
  color: var(--pcba-text);
}

.pcba-page .muted-copy {
  margin: 0;
  color: var(--pcba-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pcba-page .section-tag {
  display: inline-flex;
  padding: 7px 11px;
  border-radius: 999px;
  background: rgba(11, 124, 255, 0.08);
  color: var(--pcba-accent);
  font-size: 12px;
  font-weight: 800;
}

.pcba-quality-shell h2,
.pcba-quality-shell .muted-copy {
  color: #fff;
}

.pcba-process-tags span,
.pcba-industries-tags span {
  background: #f8fbff;
  border: 1px solid rgba(11, 124, 255, 0.12);
  color: var(--pcba-text);
}

.pcba-intake-metric strong,
.pcba-process-metric strong,
.pcba-industries-metric strong {
  display: block;
  color: var(--pcba-accent);
  font-size: clamp(24px, 2vw, 32px);
  line-height: 1;
  font-weight: 900;
}

.pcba-intake-metric span,
.pcba-process-metric span,
.pcba-industries-metric span {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.pcba-intake-step > span {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.pcba-side-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11, 124, 255, 0.08);
  color: var(--pcba-accent);
  font-size: 12px;
  font-weight: 800;
}

.pcba-check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.pcba-check-list li {
  position: relative;
  padding-left: 18px;
  color: var(--pcba-muted);
  font-size: 14px;
  line-height: 1.6;
}

.pcba-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--pcba-accent);
}


.pcba-service-layout,
.pcba-process-layout-new,
.pcba-industries-layout-new,
.pcba-intake-shell,
.pcba-faq-layout {
  display: grid;
  gap: 16px;
}

.pcba-service-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(260px, 0.7fr);
}

.pcba-service-table {
  display: grid;
  gap: 12px;
}

.pcba-service-row {
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 10px;
  border-radius: 16px;
  border: 1px solid var(--pcba-border);
  background: #f9fbfe;
  text-decoration: none;
}

.pcba-service-row-media {
  height: 76px;
  overflow: hidden;
  border-radius: 12px;
  background: #e9f1f8;
}

.pcba-service-row-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pcba-service-row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pcba-service-row-top strong {
  color: var(--pcba-text);
  font-size: 17px;
  font-weight: 800;
  line-height: 1.3;
}

.pcba-service-row-top span {
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(11, 124, 255, 0.08);
  color: var(--pcba-accent);
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}

.pcba-service-row p {
  margin: 7px 0 0;
  color: var(--pcba-muted);
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcba-service-panel {
  display: grid;
  gap: 10px;
}

.pcba-service-panel-grid {
  display: grid;
  gap: 10px;
}

.pcba-service-brief,
.pcba-service-signal,
.pcba-process-note-large,
.pcba-industries-summary,
.pcba-intake-list,
.pcba-faq-summary {
  padding: 16px;
  border-radius: 16px;
  border: 1px solid var(--pcba-border);
  background: #f9fbfe;
}

.pcba-service-brief strong,
.pcba-service-signal strong,
.pcba-process-note-large strong,
.pcba-industries-summary strong,
.pcba-intake-list strong,
.pcba-faq-summary strong {
  display: block;
  margin-bottom: 8px;
  color: var(--pcba-text);
  font-size: 15px;
  font-weight: 800;
}

.pcba-service-brief p,
.pcba-service-signal span,
.pcba-process-note-large p,
.pcba-faq-summary p {
  margin: 0;
  color: var(--pcba-muted);
  font-size: 13px;
  line-height: 1.55;
}

.pcba-service-checklist {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.pcba-service-checklist span {
  display: inline-flex;
  padding: 8px 11px;
  border-radius: 999px;
  background: #f8fbff;
  border: 1px solid rgba(11, 124, 255, 0.12);
  color: var(--pcba-text);
  font-size: 12px;
  font-weight: 700;
}

.pcba-process-layout-new {
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.28fr);
}

.pcba-process-overview {
  display: grid;
  grid-template-columns: minmax(260px, 0.88fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 12px;
}

.pcba-process-metrics,
.pcba-industries-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.pcba-process-metric,
.pcba-industries-metric {
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(11, 124, 255, 0.1);
  background: #f8fbff;
}

.pcba-process-metric span,
.pcba-industries-metric span {
  color: var(--pcba-muted);
}

.pcba-process-grid-new {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pcba-process-phase {
  padding: 16px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(11, 124, 255, 0.08);
  box-shadow: 0 14px 30px rgba(13, 33, 61, 0.05);
}

.pcba-process-phase-head {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  margin-bottom: 14px;
}

.pcba-process-phase-index {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  background: linear-gradient(135deg, var(--pcba-accent), #14a0ff);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
}

.pcba-process-phase-head strong {
  display: block;
  color: var(--pcba-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.pcba-process-phase-head p {
  margin: 4px 0 0;
  color: var(--pcba-muted);
  font-size: 12px;
  line-height: 1.45;
}

.pcba-process-phase-steps {
  display: grid;
  gap: 8px;
}

.pcba-process-phase-step {
  padding: 11px 13px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(11, 124, 255, 0.1);
}

.pcba-process-phase-step span {
  display: block;
  color: var(--pcba-text);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 800;
}

.pcba-industries-grid-compact {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.pcba-industry-card-compact {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--pcba-border);
  background: #f9fbfe;
  text-decoration: none;
  box-shadow: 0 12px 26px rgba(14, 34, 66, 0.06);
}

.pcba-industry-card-media {
  min-height: 138px;
  overflow: hidden;
  border-radius: 12px;
  background: #e9f1f8;
}

.pcba-industry-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.pcba-industry-card-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pcba-industry-card-index {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(11, 124, 255, 0.08);
  color: var(--pcba-accent);
  font-size: 11px;
  font-weight: 900;
}

.pcba-industry-card-copy strong {
  display: block;
  color: var(--pcba-text);
  font-size: 18px;
  line-height: 1.25;
  font-weight: 800;
}

.pcba-industry-card-copy p {
  margin: 6px 0 0;
  color: var(--pcba-muted);
  font-size: 12px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcba-industries-tags {
  margin-top: 12px;
}

.pcba-quality-grid-new {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.pcba-quality-item {
  padding: 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.pcba-quality-item-top {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.pcba-quality-item-index {
  display: inline-flex;
  padding: 6px 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
}

.pcba-quality-item-icon {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
}

.pcba-quality-item h3 {
  color: #fff;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 800;
}

.pcba-quality-item p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcba-intake-shell {
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.9fr);
  align-items: start;
}

.pcba-intake-copy {
  display: grid;
  gap: 14px;
  align-content: start;
}

.pcba-intake-side-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.95fr);
  gap: 12px;
  align-items: start;
}

.pcba-intake-steps {
  display: grid;
  gap: 12px;
}

.pcba-intake-step {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid var(--pcba-border);
  background: #f9fbfe;
}

.pcba-intake-step strong {
  display: block;
  color: var(--pcba-text);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.pcba-intake-step p {
  margin: 4px 0 0;
  color: var(--pcba-muted);
  font-size: 12px;
  line-height: 1.45;
}

.pcba-inquiry-form-card {
  padding: 24px;
  border: 1px solid var(--pcba-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 22px 50px rgba(15, 37, 70, 0.12);
}

.pcba-intake-form .form-grid {
  gap: 12px;
}

.pcba-hp-field {
  position: absolute;
  left: -9999px;
  opacity: 0;
}

.pcba-submit-row {
  margin-top: 16px;
}

.pcba-faq-shell {
  border: 1px solid var(--pcba-border);
  background: var(--pcba-surface);
  box-shadow: var(--pcba-shadow);
  padding: 18px;
}

.pcba-faq-list {
  display: grid;
  gap: 0;
  border: 1px solid var(--pcba-border);
  border-radius: 16px;
  overflow: hidden;
  background: var(--pcba-surface);
  box-shadow: var(--pcba-shadow);
}

.pcba-faq-item {
  border-bottom: 1px solid var(--pcba-border);
}

.pcba-faq-item:last-child {
  border-bottom: 0;
}

.pcba-faq-item summary {
  padding: 18px 22px;
  color: var(--pcba-text);
  font-size: 16px;
  line-height: 1.45;
  font-weight: 800;
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.pcba-faq-item summary::after {
  content: "+";
  color: #8ea1b4;
  font-size: 24px;
  line-height: 1;
}

.pcba-faq-item[open] summary::after {
  content: "-";
}

.pcba-faq-answer {
  padding: 0 22px 18px;
}

.pcba-faq-answer p {
  margin: 0;
  color: var(--pcba-muted);
  font-size: 14px;
  line-height: 1.7;
}

.pcba-aeo-shell {
  padding-bottom: 36px;
}

@media (max-width: 1180px) {
  .pcba-hero-shell,
  .pcba-section-head-split,
  .pcba-service-layout,
  .pcba-process-overview,
  .pcba-intake-shell,
  .pcba-intake-side-grid {
    grid-template-columns: 1fr;
  }

  .pcba-hero-shell {
    min-height: 0;
  }

  .pcba-hero-metrics,
  .pcba-process-metrics,
  .pcba-industries-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 920px) {
  .pcba-hero-metrics,
  .pcba-hero-strip,
  .pcba-quality-grid-new,
  .pcba-process-grid-new,
  .pcba-process-metrics,
  .pcba-industries-metrics {
    grid-template-columns: 1fr 1fr;
  }

  .pcba-industries-grid-compact {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .pcba-page {
    overflow-x: clip;
  }

  .pcba-hero-shell,
  .pcba-service-shell,
  .pcba-process-shell,
  .pcba-industries-shell,
  .pcba-quality-shell,
  .pcba-intake-shell,
  .pcba-faq-shell,
  .pcba-inquiry-form-card {
    padding: 20px;
    border-radius: 16px;
  }

  .pcba-hero-main,
  .pcba-hero-main h1 {
    font-size: 42px;
  }

  .pcba-hero-copy {
    font-size: 17px;
  }

  .pcba-page h2 {
    font-size: 28px;
  }

  .pcba-hero-metrics,
  .pcba-process-metrics,
  .pcba-industries-metrics,
  .pcba-process-grid-new,
  .pcba-quality-grid-new,
  .pcba-industries-grid-compact {
    grid-template-columns: 1fr;
  }

  .pcba-service-row {
    grid-template-columns: 92px minmax(0, 1fr);
  }

  .pcba-industry-card-compact {
    grid-template-columns: 116px minmax(0, 1fr);
    gap: 12px;
  }

  .pcba-industry-card-media {
    min-height: 104px;
  }

  .pcba-service-row-top {
    display: block;
  }

  .pcba-service-row-top span {
    margin-top: 8px;
  }

  .pcba-intake-step {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .pcba-faq-item summary,
  .pcba-faq-answer {
    padding-left: 16px;
    padding-right: 16px;
  }
}
