.core-page {
  --core-navy: #10273d;
  --core-navy-soft: #173c5c;
  --core-sky: #eaf5fc;
  --core-white: #fff;
  background: #fff;
  color: var(--pl-ink);
}

.core-page h1,
.core-page h2,
.core-page h3,
.core-page p,
.core-page li,
.core-page strong,
.core-page span {
  margin-top: 0;
  overflow-wrap: anywhere;
}

.core-process > *,
.core-evidence > *,
.core-split > *,
.core-video-layout > *,
.core-certificate > *,
.core-risk > *,
.core-system-list > *,
.core-final-inner > * {
  min-width: 0;
}

.core-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background-position: center;
  background-size: cover;
}

.core-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(8, 25, 40, .92) 0%, rgba(8, 25, 40, .73) 48%, rgba(8, 25, 40, .2) 78%, rgba(8, 25, 40, .08) 100%);
}

.core-hero-factory {
  background-image: url("/assets/images/factory-screen-printing.webp");
}

.core-hero-quality {
  background-image: url("/assets/images/circuit-testing.webp");
}

.core-hero-inner {
  width: 100%;
  padding-top: 110px;
  padding-bottom: 74px;
}

.core-hero-copy {
  width: min(760px, 72%);
}

.core-hero h1 {
  max-width: 760px;
  margin-bottom: 22px;
  color: #fff;
  font-size: clamp(42px, 5vw, 72px);
  line-height: 1.03;
}

.core-hero-lead {
  max-width: 720px;
  margin-bottom: 28px;
  color: rgba(255,255,255,.92);
  font-size: 20px;
  line-height: 1.68;
}

.core-hero-actions,
.core-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.core-hero .pl-btn-secondary {
  border-color: rgba(255,255,255,.72);
  background: rgba(255,255,255,.94);
}

.core-proof-band {
  background: var(--core-navy);
  color: #fff;
}

.core-proof-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.core-proof-item {
  min-height: 142px;
  padding: 30px 24px;
  border-left: 1px solid rgba(255,255,255,.16);
}

.core-proof-item:last-child {
  border-right: 1px solid rgba(255,255,255,.16);
}

.core-proof-item strong {
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.core-proof-item span {
  display: block;
  color: rgba(255,255,255,.76);
  font-size: 14px;
  line-height: 1.5;
}

.core-section {
  padding: 84px 0;
}

#capability-details {
  scroll-margin-top: 145px;
}

.core-section-alt {
  background: var(--pl-light);
}

.core-section-dark {
  background: var(--core-navy);
  color: #fff;
}

.core-section-head {
  max-width: 860px;
  margin-bottom: 48px;
}

.core-section-head h2,
.core-split-copy h2,
.core-video-copy h2 {
  margin-bottom: 16px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.12;
}

.core-section-head p,
.core-split-copy > p,
.core-video-copy > p {
  color: var(--pl-muted);
  font-size: 18px;
  line-height: 1.75;
}

.core-section-dark .core-section-head h2,
.core-section-dark .core-section-head p,
.core-section-dark .core-video-copy h2,
.core-section-dark .core-video-copy > p {
  color: #fff;
}

.core-section-dark .core-section-head p,
.core-section-dark .core-video-copy > p {
  color: rgba(255,255,255,.76);
}

.core-final {
  padding: 74px 0;
  background: var(--core-sky);
}

.core-final-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 46px;
  align-items: center;
}

.core-final h2 {
  margin-bottom: 12px;
  font-size: clamp(32px, 4vw, 46px);
}

.core-final p {
  max-width: 800px;
  margin-bottom: 0;
  color: var(--pl-muted);
  font-size: 18px;
  line-height: 1.7;
}
