:root {
  color-scheme: light;
  --pl-ink: #343741;
  --pl-black: #15161b;
  --pl-muted: #687082;
  --pl-light: #f5f7fa;
  --pl-line: #e1e4ea;
  --pl-blue: #0078d2;
  --pl-blue-dark: #005ca3;
  --pl-blue-soft: #d8ecfd;
  --pl-blue-hover: #b1d9fb;
  --pl-green: #86bc25;
  --ink: var(--pl-ink);
  --black: var(--pl-black);
  --muted: var(--pl-muted);
  --light: var(--pl-light);
  --line: var(--pl-line);
  --blue: var(--pl-blue);
  --green: var(--pl-green);
  font-family: Circular, Arial, "Hiragino Kaku Gothic Pro", "Meiryo UI", Meiryo, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body.pl-page {
  min-height: 100vh;
  margin: 0;
  background: #fff;
  color: var(--pl-ink);
  font-size: 16px;
  line-height: 24px;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

.pl-page a {
  color: var(--pl-blue-dark);
  text-decoration: none;
}

.pl-page a:hover {
  color: var(--pl-ink);
  text-decoration: underline;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 2000;
  padding: 10px 14px;
  background: #fff;
  color: var(--pl-blue-dark) !important;
  font-weight: 700;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.pl-page :focus-visible {
  outline: 3px solid #f0b52d;
  outline-offset: 3px;
}

.pl-container,
.section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 768px) { .pl-container, .section-inner { width: 750px; } }
@media (min-width: 992px) { .pl-container, .section-inner { width: 970px; } }
@media (min-width: 1200px) { .pl-container, .section-inner { width: 1170px; } }
@media (min-width: 1500px) { .pl-container, .section-inner { width: 1400px; } }

.pl-btn,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  border: 0;
  border-radius: 6px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.pl-btn:hover,
.button:hover { text-decoration: none; }

.pl-btn-primary,
.button {
  background: var(--pl-blue);
  color: #fff !important;
}

.pl-btn-primary:hover,
.button:hover { background: var(--pl-blue-dark); }

.pl-btn-secondary,
.button.secondary {
  background: var(--pl-blue-soft);
  color: var(--pl-blue-dark) !important;
}

.pl-btn-secondary:hover,
.button.secondary:hover {
  background: var(--pl-blue-hover);
  color: #003f6d !important;
}

.pl-btn-secondary-white {
  background: #003f6d;
  color: #d8ecfd !important;
}

.pl-btn-secondary-white:hover {
  background: #003054;
  color: #b1d9fb !important;
}

.pl-fixed-top {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1020;
}

.pl-header {
  position: relative;
  height: 89px;
  border-bottom: 1px solid #f1f4f8;
  background: #fff;
}

.pl-header-row {
  display: flex;
  align-items: stretch;
  height: 89px;
}

.pl-logo {
  display: flex;
  align-items: center;
  flex: 0 0 255px;
  width: 255px;
  gap: 9px;
  color: var(--pl-black) !important;
  font-size: 17px;
  font-weight: 700;
}

.pl-logo:hover { text-decoration: none !important; }

.pl-logo-text {
  display: grid;
  gap: 1px;
  line-height: 18px;
}

.pl-logo-text strong {
  color: #005ca3;
  font-size: 22px;
  line-height: 22px;
}

.pl-logo-text small {
  color: #4c5362;
  font-size: 11px;
  line-height: 13px;
  font-weight: 400;
}

.pl-logo-image {
  display: block;
  width: 54px;
  height: 36px;
  flex: 0 0 54px;
  object-fit: contain;
}

.pl-desktop-nav {
  display: flex;
  align-items: stretch;
  margin: auto;
  overflow: visible;
}

.pl-desktop-nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pl-nav-link,
.pl-search-button {
  display: flex;
  align-items: center;
  min-height: 88px;
  border: 0;
  padding: 32px 17px;
  background: transparent;
  color: var(--pl-ink) !important;
  font: inherit;
  cursor: pointer;
}

.pl-nav-link {
  font-size: 14px;
}

.pl-nav-link:hover,
.pl-search-button:hover {
  background: var(--pl-light);
  color: var(--pl-blue) !important;
}

.pl-header-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.pl-header-actions > .pl-btn {
  min-height: 56px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.pl-search-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.pl-search-icon::after {
  content: "";
  display: block;
  width: 8px;
  border-top: 2px solid currentColor;
  transform: translate(12px, 12px) rotate(45deg);
}

.pl-mobile-icon,
.pl-mobile-overlay { display: none; }

.pl-sub-header { margin-top: 127px; }

.pl-sub-header span {
  display: inline-block;
  padding: 14px 12px;
  color: var(--pl-ink);
  font-size: 12px;
  line-height: 18px;
}

.pl-sub-header a {
  color: var(--pl-blue-dark);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pl-hero {
  margin-bottom: 70px;
  background: var(--pl-light);
}

.pl-hero-container {
  display: flex;
  min-height: 475px;
  flex-direction: column;
  justify-content: space-between;
  background: linear-gradient(90deg, rgba(245,247,250,.98), rgba(245,247,250,.64)), var(--hero-url) right center / contain no-repeat;
}

.pl-hero-content {
  width: 66.666%;
  margin-top: 50px;
}

.pl-hero h1 {
  max-width: 90%;
  margin: 20px 0 8px;
  padding-bottom: 10px;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
}

.pl-hero-content p {
  width: 85%;
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 30px;
}

.pl-hero-lower {
  width: 50%;
  padding: 32px 0;
}

.pl-hero-lower p { margin: 0; }
.pl-hero-lower a { text-decoration: underline; }

.pl-utility-bar {
  height: 38px;
  background: var(--pl-ink);
  color: #fff;
  font-size: 12px;
  line-height: 1;
}

.pl-utility-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: center;
  height: 38px;
}

.pl-utility-socials {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  padding-right: 24px;
  border-right: 1px solid rgba(255,255,255,.22);
}

.pl-top-social-link {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  color: #e3eef0 !important;
  transition: color .16s ease, transform .16s ease;
}

.pl-top-social-link:hover,
.pl-top-social-link:focus-visible {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

.pl-top-social-link svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.pl-utility-contact {
  display: grid;
  grid-template-columns: 1.35fr 1fr .9fr;
  align-items: center;
  height: 100%;
}

.pl-utility-contact span,
.pl-utility-contact a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  height: 100%;
  padding: 0 16px;
  border-right: 1px solid rgba(255,255,255,.22);
  color: #fff !important;
  font-weight: 700;
  white-space: nowrap;
}

.pl-utility-contact a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.pl-utility-icon {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: var(--pl-blue);
}

.pl-language {
  position: relative;
  z-index: 70;
  display: inline-flex;
  align-items: center;
  min-height: 88px;
  color: var(--pl-ink);
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.pl-language-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 74px;
  height: 44px;
  border: 1px solid #d8e2ec;
  border-radius: 6px;
  padding: 0 11px;
  background: #fff;
  color: #13202c;
  box-shadow: 0 1px 2px rgba(15,35,55,.06);
  cursor: pointer;
}

.pl-language-toggle:hover,
.pl-language.is-open .pl-language-toggle {
  border-color: #9fc9ea;
  background: #f7fbff;
  color: var(--pl-blue-dark);
}

.pl-lang-flag {
  position: relative;
  display: inline-flex;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(15,35,55,.12), 0 1px 2px rgba(15,35,55,.14);
}

.pl-lang-flag-en {
  background: repeating-linear-gradient(180deg,#b22234 0 1.7px,#fff 1.7px 3.4px);
}

.pl-lang-flag-en::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 11.5px;
  background: #3c3b6e;
}

.pl-lang-flag-es {
  background: linear-gradient(180deg,#aa151b 0 25%,#f1bf00 25% 75%,#aa151b 75%);
}

.pl-lang-flag-de {
  background: linear-gradient(180deg,#111 0 33%,#d71920 33% 66%,#f2c230 66%);
}

.pl-lang-flag-fr {
  background: linear-gradient(90deg,#0055a4 0 33.33%,#fff 33.33% 66.66%,#ef4135 66.66%);
}

.pl-lang-flag-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #bc002d;
  transform: translate(-50%,-50%);
}

.pl-lang-code {
  font-size: 12px;
}

.pl-lang-chevron {
  width: 7px;
  height: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  opacity: .72;
  transform: rotate(45deg) translateY(-2px);
}

.pl-language.is-open .pl-lang-chevron {
  transform: rotate(225deg) translate(-1px,-1px);
}

.pl-language-menu {
  position: absolute;
  top: calc(100% - 10px);
  right: 0;
  z-index: 90;
  min-width: 172px;
  padding: 7px;
  border: 1px solid #dbe5ee;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(14,38,64,.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
}

.pl-language.is-open .pl-language-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.pl-language-option {
  display: grid;
  grid-template-columns: 22px minmax(0,1fr) auto;
  align-items: center;
  gap: 8px;
  min-height: 38px;
  border-radius: 6px;
  padding: 0 9px;
  color: #17283a !important;
  text-decoration: none !important;
}

.pl-language-option:hover,
.pl-language-option.is-active {
  background: #eef7ff;
  color: var(--pl-blue-dark) !important;
}

.pl-language-option.is-active {
  font-weight: 900;
}

.pl-mega-nav {
  position: fixed;
  top: 127px;
  left: 0;
  right: 0;
  z-index: 1040;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.pl-services-nav:hover .pl-mega-nav,
.pl-services-nav:focus-within .pl-mega-nav {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pl-mega-shell {
  position: relative;
  min-height: 505px;
  background: #fff;
  box-shadow: 0 12px 16px -4px rgba(16,24,40,.08);
}

.pl-mega-shell::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 23%;
  height: 100%;
  background: var(--pl-light);
}

.pl-mega-container {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 505px;
  background: #fff;
}

.pl-mega-main {
  display: grid;
  grid-auto-flow: column;
  gap: 30px;
  width: 78%;
  padding: 40px 0;
}

.pl-mega-title-link {
  display: block;
  margin-bottom: 14px;
  color: var(--pl-blue) !important;
  font-size: 17px;
  line-height: 20px;
  font-weight: 700;
}

.pl-mega-link {
  display: block;
  margin-bottom: 9px;
  color: var(--pl-ink) !important;
  font-size: 14px;
  line-height: 18px;
}

.pl-mega-cta {
  width: 23%;
  flex: 0 0 23%;
  padding: 40px 0 40px 40px;
  background: var(--pl-light);
}

.pl-mega-cta img {
  width: 100%;
  margin-bottom: 20px;
}

.pl-mega-cta-title {
  margin: 0 0 16px;
  font-size: 20px;
  font-weight: 700;
}

.pl-search-panel {
  position: fixed;
  inset-inline: 0;
  top: 38px;
  z-index: 1050;
  height: 89px;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-8px);
  pointer-events: none;
  transition: opacity .18s ease, transform .18s ease;
}

.pl-search-panel.is-open {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.pl-search-form {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 89px;
}

.pl-search-panel input {
  flex: 1 1 auto;
  min-width: 0;
}

.pl-search-panel button {
  display: grid;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  place-items: center;
  border: 0;
  background: transparent;
  color: var(--pl-ink);
  font-size: 28px;
  cursor: pointer;
}

.pl-search-submit {
  border-radius: 4px !important;
  background: var(--pl-blue) !important;
  color: #fff !important;
}

.pl-search-submit .pl-search-icon {
  color: #fff;
}

.site-search-section {
  padding: 72px 0 90px;
}

.site-search-layout {
  max-width: 970px;
}

.site-search-intro {
  max-width: 760px;
  margin-bottom: 30px;
}

.site-search-intro h2 {
  margin: 0 0 12px;
  font-size: 32px;
  line-height: 40px;
}

.site-search-page-form {
  max-width: 820px;
}

.site-search-page-form > label {
  display: block;
  margin-bottom: 8px;
  font-weight: 700;
}

.site-search-page-form > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
}

.site-search-page-form input {
  min-width: 0;
  height: 52px;
  border: 1px solid #aebdca;
  border-radius: 4px;
  padding: 0 15px;
  color: var(--pl-ink);
  font: inherit;
}

.site-search-summary {
  margin: 28px 0 8px;
  color: #4f5b6d;
  font-weight: 700;
}

.site-search-result {
  border-top: 1px solid var(--pl-line);
  padding: 22px 0;
}

.site-search-result:last-child {
  border-bottom: 1px solid var(--pl-line);
}

.site-search-result span {
  color: #4f5b6d;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.site-search-result h3 {
  margin: 5px 0 7px;
  font-size: 22px;
  line-height: 29px;
}

.site-search-result a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.site-search-result p,
.site-search-empty {
  margin: 0;
  color: var(--pl-muted);
}

@media (max-width: 600px) {
  .site-search-section {
    padding: 48px 0 60px;
  }

  .site-search-page-form > div {
    grid-template-columns: 1fr;
  }

  .site-search-page-form .pl-btn {
    width: 100%;
  }
}

.home-hero {
  margin-top: 127px;
  margin-bottom: 0;
  background: var(--pl-light);
}

.home-hero .pl-hero-container {
  min-height: 524px;
  background: linear-gradient(90deg, rgba(245,247,250,.98), rgba(245,247,250,.72) 47%, rgba(245,247,250,.12)), var(--hero-url) right 70% / 43% auto no-repeat;
}

.home-hero .pl-hero-content {
  width: 56%;
  margin-top: 50px;
}

.home-hero h1 {
  max-width: 100%;
  font-size: 46px;
  line-height: 55px;
}

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

.home-hero .pl-hero-lower {
  width: 46%;
  padding: 26px 0 30px;
}

.home-hero .pl-hero-lower strong { color: var(--pl-blue-dark); }

.home-logos { padding: 18px 0 44px; background: #fff; }

.home-logos-row {
  display: grid;
  grid-template-columns: 190px repeat(5, 1fr);
  align-items: center;
  gap: 26px;
}

.home-logos p {
  margin: 0;
  color: #334155;
  font-size: 14px;
  line-height: 18px;
}

.home-logos strong {
  color: #262a33;
  font-size: 20px;
  letter-spacing: 0;
}

.home-services,
.home-news,
.work-section,
.lifecycle-home,
.home-resources {
  padding: 56px 0;
  background: #fff;
}

.industries-home {
  padding: 64px 0;
  background: var(--pl-light);
}

.home-services h2,
.home-news h2,
.work-section h2,
.lifecycle-home h2,
.industries-home h2,
.home-resources h2 {
  margin: 0 0 32px;
  text-align: center;
  color: var(--pl-ink);
  font-size: 32px;
  line-height: 38px;
}

.home-section-intro {
  max-width: 820px;
  margin: -18px auto 34px;
  color: var(--pl-muted);
  text-align: center;
}

.home-section-action {
  margin: 30px 0 0;
  text-align: center;
}

.home-tabs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #b8bec8;
}

.home-tab {
  border: 0;
  border-bottom: 4px solid transparent;
  padding: 18px 10px 24px;
  background: transparent;
  color: var(--pl-ink);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.home-tab.is-active { border-color: var(--pl-blue); }

.home-service-panel {
  display: none;
  grid-template-columns: .85fr .9fr .75fr;
  gap: 34px;
  align-items: center;
  min-height: 302px;
  padding: 38px 18px 16px;
}

.home-service-panel.is-active { display: grid; }

.home-service-panel h3 {
  margin: 0 0 16px;
  font-size: 28px;
  line-height: 34px;
}

.home-service-points {
  margin: 0;
  padding-left: 22px;
}

.home-service-panel li {
  margin-bottom: 12px;
  padding-left: 4px;
}

.home-service-panel li::marker { content: "\2713  "; }
.home-service-panel img {
  justify-self: end;
  width: 100%;
  max-height: 250px;
  object-fit: contain;
}

.home-service-panel .pl-btn { margin-top: 12px; }

.smart-production,
.support-band {
  padding: 50px 0;
  background: var(--pl-light);
}

.smart-grid,
.support-grid {
  display: grid;
  gap: 38px;
  align-items: center;
}

.smart-grid { grid-template-columns: .82fr 1.18fr; }
.support-grid { grid-template-columns: .85fr 1.15fr; }

.smart-media {
  position: relative;
  overflow: hidden;
  min-height: 318px;
  background: #101116;
}

.smart-media img,
.smart-media video {
  width: 100%;
  height: 100%;
  min-height: 318px;
  object-fit: cover;
}

.smart-media img { opacity: .72; }

.home-video-shell {
  position: relative;
  min-height: inherit;
  height: 100%;
  background: #101116;
}

.home-video {
  display: block;
  pointer-events: none;
}

.home-video-shell.is-playing .home-video { pointer-events: auto; }

.home-video-play {
  position: absolute;
  inset: 0;
  z-index: 2;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.home-video-play span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 108px;
  height: 70px;
  background: rgba(0, 75, 208, .88);
  box-shadow: 0 12px 30px rgba(0, 47, 92, .28);
  transform: translate(-50%, -50%);
}

.home-video-play span::after {
  content: "";
  position: absolute;
  left: 46px;
  top: 20px;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 26px solid #fff;
}

.home-video-shell.is-playing .home-video-play { display: none; }

.smart-copy h2,
.support-grid h2 {
  margin: 0 0 18px;
  font-size: 32px;
  line-height: 38px;
}

.pro-band {
  padding: 64px 0;
  background: #fff;
}

.pro-feature {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  align-items: center;
  gap: 42px;
}

.pro-media {
  position: relative;
  overflow: hidden;
  min-height: 312px;
  background: #101116;
}

.pro-media img,
.pro-media video {
  width: 100%;
  height: 100%;
  min-height: 312px;
  object-fit: cover;
}

.pro-media img { opacity: .78; }

.pro-copy h2 {
  margin: 0 0 18px;
  color: var(--pl-ink);
  font-size: 32px;
  line-height: 38px;
}

.pro-copy h2 span { color: #527d0a; }

.work-grid,
.life-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

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

.work-card {
  position: relative;
  color: var(--pl-ink);
  text-align: center;
}

.work-icon {
  --step-color: #1687c9;
  position: relative;
  display: grid;
  place-items: center;
  width: 84px;
  height: 74px;
  margin: 0 auto 12px;
  color: var(--step-color);
}

.work-icon::before,
.work-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
}

.work-icon::before { background: currentColor; }

.work-icon::after {
  inset: 2px;
  background: var(--pl-light);
}

.work-icon svg,
.life-icon svg {
  position: relative;
  z-index: 1;
  width: 36px;
  height: 36px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.work-card:nth-child(2) .work-icon { --step-color: #38a48c; }
.work-card:nth-child(3) .work-icon { --step-color: #62ad43; }
.work-card:nth-child(4) .work-icon { --step-color: #86bd24; }

.work-card h4,
.life-grid h4 {
  margin-top: 0;
  font-size: 20px;
  line-height: 26px;
}

.support-grid img { width: 100%; background: #fff; }

.work-card p,
.life-grid article p {
  font-size: 15px;
  line-height: 24px;
}

.work-action {
  margin: 28px 0 0;
  text-align: center;
}

.life-grid article {
  padding: 28px 24px;
  background: #e7f3fc;
  text-align: left;
}

.life-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  color: var(--pl-blue);
}

.home-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.industry-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px;
}

.home-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
}

.home-news-card,
.industry-card,
.home-resource-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  overflow: hidden;
  background: #f1f4f7;
  box-shadow: none;
  transition: box-shadow .18s ease, transform .18s ease;
}

.home-news-card:hover,
.industry-card:hover,
.home-resource-card:hover {
  box-shadow: 0 14px 30px rgba(48, 49, 51, .12);
  transform: translateY(-3px);
}

.home-card-media {
  display: block;
  background: #f3f6f9;
}

.home-card-media:hover { text-decoration: none !important; }

.home-card-media img {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  height: 180px;
  object-fit: contain;
  padding: 10px;
}

.home-card-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 22px 24px 24px;
}

.home-news-card h3 a,
.industry-card h4 a,
.home-resource-card h3 a {
  color: var(--pl-ink);
}

.home-news-card h3 a:hover,
.industry-card h4 a:hover,
.home-resource-card h3 a:hover {
  color: var(--pl-blue);
  text-decoration: none;
}

.home-news-card span {
  display: block;
  margin: 0 0 14px;
  color: #526071;
  font-size: 12px;
  font-weight: 700;
}

.home-news-card h3,
.home-resource-card h3,
.industry-card h4 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 26px;
}

.home-news-card p,
.industry-card p,
.home-resource-card p {
  flex: 1 1 auto;
  margin: 0;
  color: #445064;
  font-size: 15px;
  line-height: 24px;
}

.home-news-card .pl-btn,
.industry-card .pl-btn,
.home-resource-card .pl-btn {
  align-self: flex-start;
  min-width: 0;
  margin: 18px 0 0;
  padding: 10px 18px;
  font-size: 14px;
  line-height: 20px;
}

.home-news-card .pl-btn::after,
.industry-card .pl-btn::after,
.home-resource-card .pl-btn::after {
  content: "\2192";
  margin-left: 9px;
  font-size: 17px;
  line-height: 1;
}

.home-resource-card.is-hidden {
  display: none;
}

.home-carousel-controls {
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 28px;
}

.home-carousel-controls button {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid #d6dce4;
  border-radius: 50%;
  background: #fff;
  color: var(--pl-blue);
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.home-mobile-service-list {
  display: none;
}

@media (max-width: 767px) {
  .home-news-grid,
  .industry-grid {
    gap: 16px;
  }

  .home-news-card,
  .industry-card {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    min-height: 190px;
  }

  .home-news-card .home-card-media,
  .industry-card .home-card-media {
    height: 100%;
  }

  .home-news-card .home-card-media img,
  .industry-card .home-card-media img {
    height: 100%;
    min-height: 190px;
    padding: 8px;
  }

  .home-news-card .home-card-body,
  .industry-card .home-card-body {
    padding: 16px;
  }

  .home-news-card span {
    margin-bottom: 7px;
  }

  .home-news-card p,
  .industry-card p {
    -webkit-line-clamp: 2;
    font-size: 14px;
    line-height: 20px;
  }

  .home-news-card .pl-btn,
  .industry-card .pl-btn {
    margin-top: 12px;
    padding: 8px 12px;
  }
}

.pl-section {
  padding-bottom: 80px;
}

.pl-section-alt {
  padding-top: 80px;
  background: var(--pl-light);
}

.pl-section-heading { text-align: center; }

.pl-section-heading h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.pl-green-rule {
  width: 50px;
  border-bottom: 3px solid var(--pl-green);
  margin: 20px auto;
}

.pl-section-heading p {
  max-width: 930px;
  margin: 0 auto;
}

.pl-service-grid,
.pl-quote-grid,
.pl-grid,
.app-grid {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.pl-service-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pl-quote-grid,
.pl-grid,
.app-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.pl-card {
  min-height: 100%;
  padding: 8%;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 10px 20px rgba(48,49,51,.1), 0 -10px 20px rgba(48,49,51,.05);
}

.pl-card h3 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
}

.pl-card img {
  width: 100%;
  margin: 15px 0;
}

.pl-card p {
  color: var(--pl-muted);
  text-align: left;
}

.pl-card div {
  margin-bottom: 25px;
  text-align: left;
}

.text-card { text-align: left; }

.pl-feature-band {
  margin-bottom: 80px;
  padding: 40px 0;
  background: var(--pl-light);
}

.pl-feature-row {
  display: flex;
  align-items: stretch;
}

.pl-feature-left { flex-direction: row-reverse; }
.pl-feature-media,
.pl-feature-content { flex-basis: 50%; }
.pl-feature-left .pl-feature-media { padding-left: 15px; }
.pl-feature-right .pl-feature-media { padding-right: 15px; }

.pl-feature-media {
  display: flex;
  align-items: center;
  overflow: hidden;
}

.pl-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.pl-feature-content h2,
.pl-feature-content h3 {
  margin: 0 0 10px;
  color: var(--pl-ink);
  font-weight: 700;
}

.pl-feature-content h2 {
  font-size: 32px;
  line-height: 38px;
}

.pl-feature-content h3 {
  font-size: 26px;
  line-height: 32px;
}

.pl-video-placeholder {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background: linear-gradient(135deg, #15161b, #343741);
}

.pl-video-inner {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: rgba(0,120,210,.82);
  transform: translate(-50%, -50%);
}

.pl-video-inner::before {
  content: "";
  position: absolute;
  left: 38px;
  top: 28px;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 28px solid #fff;
}

.pl-table-wrap {
  width: fit-content;
  max-width: 100%;
  margin: 40px auto 0;
  overflow-x: auto;
}

.pl-simple-table {
  min-width: 760px;
  border-collapse: collapse;
}

.pl-simple-table tr {
  border-top: 1px solid #9aa0ae;
  border-bottom: 1px solid #9aa0ae;
}

.pl-simple-table th,
.pl-simple-table td {
  padding: 12px 16px;
  border: 0;
  text-align: left;
  vertical-align: top;
}

.pl-lifecycle-section { padding-bottom: 80px; }
.pl-feature-white { background: #fff; }

.app-card,
.mini-card {
  background: #fff;
  box-shadow: 0 10px 20px rgba(48,49,51,.1), 0 -10px 20px rgba(48,49,51,.05);
}

.app-card {
  min-height: 150px;
  padding: 24px;
  border-radius: 5px;
  color: var(--pl-ink) !important;
}

.app-card strong,
.app-card span { display: block; }
.app-card span {
  margin-top: 10px;
  color: var(--pl-muted);
  font-size: 14px;
}

.mini-card {
  padding: 16px;
  border-left: 4px solid var(--pl-green);
}

.what-send {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.about-hero {
  position: relative;
  display: grid;
  min-height: 314px;
  margin-top: 127px;
  place-items: center;
  overflow: hidden;
  background: var(--about-hero) center / cover no-repeat;
}

.about-hero-shade {
  position: absolute;
  inset: 0;
  background: rgba(16, 30, 45, .18);
}

.about-hero-inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.about-hero h1 {
  margin: 0;
  color: #fff;
  font-size: 42px;
  line-height: 52px;
}

.about-nav {
  background: #eff1f5;
}

.about-nav-inner {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.about-nav-links {
  display: flex;
  gap: 26px;
}

.about-nav a {
  color: var(--pl-ink);
  font-size: 16px;
}

.about-nav-links a {
  min-width: 148px;
  padding: 10px 20px;
  background: #fff;
  text-align: center;
}

.about-nav-links a:hover,
.about-home-link:hover {
  color: var(--pl-blue-dark);
}

.about-home-link {
  white-space: nowrap;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

.about-section {
  padding: 70px 0 80px;
  scroll-margin-top: 145px;
}

.about-section-alt {
  background: #f6f8fa;
}

.about-inner {
  max-width: 1280px;
}

.about-heading {
  max-width: 900px;
  margin-bottom: 34px;
}

.about-heading h2 {
  margin: 0;
  color: #2c3038;
  font-size: 36px;
  line-height: 54px;
}

.about-heading > span {
  display: block;
  width: 60px;
  height: 3px;
  margin: 12px 0 14px;
  background: #2f6fc3;
}

.about-heading p,
.about-profile-copy p,
.about-media-card p,
.about-capability-layout p,
.about-factory-video-copy p,
.about-certificate-card p,
.about-compliance-note,
.about-faq-list p {
  font-size: 16px;
  line-height: 29px;
}

.about-heading p,
.about-profile-copy p {
  margin: 0 0 12px;
}

.about-profile-copy {
  max-width: 1180px;
}

.about-profile-copy a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 38px;
  border-top: 1px solid #dce1e8;
  border-bottom: 1px solid #dce1e8;
}

.about-fact {
  display: grid;
  min-height: 124px;
  align-content: center;
  gap: 4px;
  padding: 22px 30px;
  border-right: 1px solid #dce1e8;
}

.about-fact:last-child {
  border-right: 0;
}

.about-fact strong {
  color: var(--pl-blue-dark);
  font-size: 29px;
  line-height: 36px;
}

.about-fact span {
  color: #555d6b;
  font-size: 15px;
  line-height: 23px;
}

.about-factory-video {
  max-width: 1080px;
  margin: 52px auto 0;
}

.about-factory-video-copy {
  max-width: 800px;
  margin-bottom: 22px;
}

.about-factory-video-copy > span {
  display: block;
  margin-bottom: 6px;
  color: var(--pl-blue-dark);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-factory-video-copy h3 {
  margin: 0 0 8px;
  color: #2c3038;
  font-size: 28px;
  line-height: 36px;
}

.about-factory-video-copy p {
  margin: 0;
}

.about-factory-video-frame {
  aspect-ratio: 16 / 9;
  min-height: 0;
  overflow: hidden;
  background: #101116;
}

.about-factory-video-frame .home-video,
.about-factory-video-frame .home-video-shell {
  width: 100%;
  height: 100%;
}

.about-factory-video-frame .home-video {
  object-fit: cover;
}

.about-media-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.about-media-card,
.about-certificate-card {
  margin: 0;
  border: 1px solid #dce1e8;
  border-radius: 6px;
  background: #fff;
  overflow: hidden;
}

.about-media-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.about-media-card > div,
.about-certificate-card figcaption {
  padding: 22px 24px 24px;
}

.about-media-card h3,
.about-capability-layout h3,
.about-certificate-card h3 {
  margin: 0 0 8px;
  color: #2c3038;
  font-size: 21px;
  line-height: 29px;
}

.about-media-card p,
.about-capability-layout p,
.about-certificate-card p {
  margin: 0;
}

.about-capability-layout {
  display: grid;
  grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
  gap: 64px;
  margin-top: 48px;
  padding-top: 42px;
  border-top: 1px solid #dce1e8;
}

.about-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-check-list li {
  position: relative;
  padding-left: 25px;
  line-height: 25px;
}

.about-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid var(--pl-blue);
  border-left: 2px solid var(--pl-blue);
  transform: rotate(-45deg);
}

.about-culture-reference {
  border-top: 1px solid #e5e8ed;
}

.about-culture-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0;
}

.about-culture-philosophy {
  align-self: center;
  padding-right: 5%;
}

.about-culture-philosophy .about-heading {
  margin-bottom: 20px;
}

.about-culture-philosophy h3 {
  margin: 0 0 20px;
  color: #222;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 400;
}

.about-culture-philosophy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about-culture-philosophy li {
  position: relative;
  padding-left: 17px;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.about-culture-philosophy li + li {
  margin-top: 8px;
}

.about-culture-philosophy li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  color: #666;
}

.about-culture-principles {
  display: grid;
  align-content: start;
  gap: 58px;
}

.about-culture-item {
  display: grid;
  grid-template-columns: 75px minmax(0, 1fr);
  gap: 20px;
}

.about-culture-marker {
  display: block;
  width: 48px;
  height: 1px;
}

.about-culture-item h3 {
  margin: 0;
  color: #222;
  font-size: 32px;
  line-height: normal;
  font-weight: 400;
}

.about-culture-item p,
.about-culture-values {
  margin: 0;
  color: #666;
  font-size: 16px;
  line-height: 1.8;
}

.about-culture-values i {
  font-style: normal;
}

.about-culture-values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 24px;
}

.about-history-reference {
  border-top: 1px solid #e5e8ed;
  background: #fff;
}

.about-history-reference .about-heading {
  margin-bottom: 0;
}

.about-history-timeline {
  margin: 50px 0 0;
  padding: 0;
  border-left: 1px dashed #2f6fc3;
  list-style: none;
}

.about-history-timeline li {
  display: grid;
  grid-template-columns: 54px 120px minmax(0, 1fr);
  margin-top: 30px;
}

.about-history-timeline li:first-child {
  margin-top: 0;
}

.about-history-marker {
  width: 12px;
  height: 12px;
  margin: 20px 0 0 -6px;
  border-radius: 50%;
  background: #2f6fc3;
}

.about-history-timeline time {
  margin-top: 20px;
  color: #2f6fc3;
  font-family: Arial, sans-serif;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}

.about-history-copy {
  padding-top: 20px;
}

.about-history-copy p {
  margin: 0 30px 20px;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.about-certificate-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}

.about-certificate-card a {
  display: grid;
  min-height: 320px;
  place-items: center;
  padding: 18px;
  border-bottom: 1px solid #dce1e8;
  background: #f7f8fa;
}

.about-certificate-card img {
  width: 100%;
  max-height: 284px;
  object-fit: contain;
}

.about-certificate-card figcaption > span,
.about-cta-eyebrow {
  display: block;
  margin-bottom: 5px;
  color: var(--pl-blue-dark);
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.about-compliance-note {
  margin: 28px 0 0;
  padding: 18px 22px;
  border-left: 4px solid var(--pl-blue);
  background: #f6f8fa;
}

.about-faq-list {
  max-width: 980px;
}

.about-faq-list details {
  border-top: 1px solid #cfd5de;
}

.about-faq-list details:last-child {
  border-bottom: 1px solid #cfd5de;
}

.about-faq-list summary {
  padding: 20px 4px;
  color: #2c3038;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  cursor: pointer;
}

.about-faq-list p {
  max-width: 850px;
  margin: 0;
  padding: 0 4px 22px;
}

.about-cta {
  padding: 56px 0;
  background: var(--pl-ink);
  color: #fff;
}

.about-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(320px, .75fr);
  align-items: center;
  gap: 56px;
}

.about-cta h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 44px;
}

.about-cta p {
  max-width: 760px;
  margin: 0;
  color: #e9edf2;
  line-height: 27px;
}

.about-cta .about-cta-eyebrow {
  color: #9fd3fb;
}

.about-cta-actions {
  display: grid;
  gap: 12px;
}

@media (max-width: 1199px) {
  .about-hero {
    margin-top: 102px;
  }

  .about-nav-links {
    gap: 12px;
  }

  .about-nav-links a {
    min-width: 132px;
  }
}

@media (max-width: 991px) {
  .about-nav-inner {
    overflow-x: auto;
    scrollbar-width: none;
  }

  .about-nav-inner::-webkit-scrollbar {
    display: none;
  }

  .about-home-link {
    display: none;
  }

  .about-media-grid,
  .about-certificate-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-facts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-fact:nth-child(2) {
    border-right: 0;
  }

  .about-fact:nth-child(-n + 2) {
    border-bottom: 1px solid #dce1e8;
  }

  .about-capability-layout,
  .about-cta-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

@media (max-width: 767px) {
  .about-hero {
    min-height: 150px;
    margin-top: 108px;
  }

  .about-hero h1 {
    font-size: 22px;
    line-height: 32px;
  }

  .about-nav-inner {
    min-height: 64px;
    padding-right: 0;
  }

  .about-nav-links {
    gap: 10px;
    padding-right: 15px;
  }

  .about-nav-links a {
    min-width: max-content;
    padding: 9px 18px;
    font-size: 14px;
  }

  .about-section {
    padding: 42px 0 48px;
    scroll-margin-top: 120px;
  }

  .about-heading {
    margin-bottom: 26px;
  }

  .about-heading h2 {
    font-size: 24px;
    line-height: 36px;
  }

  .about-facts,
  .about-media-grid,
  .about-certificate-grid,
  .about-check-list {
    grid-template-columns: 1fr;
  }

  .about-fact {
    min-height: 100px;
    border-right: 0;
    border-bottom: 1px solid #dce1e8;
  }

  .about-fact:nth-child(2) {
    border-bottom: 1px solid #dce1e8;
  }

  .about-fact:last-child {
    border-bottom: 0;
  }

  .about-factory-video {
    margin-top: 38px;
  }

  .about-factory-video-copy h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .about-culture-layout {
    grid-template-columns: 1fr;
  }

  .about-culture-philosophy {
    padding-right: 0;
  }

  .about-culture-philosophy h3 {
    margin-bottom: 16px;
    font-size: 30px;
  }

  .about-culture-principles {
    gap: 30px;
    margin-top: 38px;
  }

  .about-culture-item {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .about-culture-marker {
    display: none;
  }

  .about-culture-item h3 {
    font-size: 22px;
  }

  .about-culture-values {
    grid-template-columns: 1fr;
  }

  .about-capability-layout {
    margin-top: 36px;
    padding-top: 32px;
  }

  .about-history-timeline {
    margin-top: 34px;
  }

  .about-history-timeline li {
    grid-template-columns: 22px minmax(0, 1fr);
    margin-top: 26px;
  }

  .about-history-marker {
    grid-column: 1;
    grid-row: 1;
  }

  .about-history-timeline time {
    grid-column: 2;
    grid-row: 1;
    margin-top: 17px;
    font-size: 24px;
    line-height: 24px;
  }

  .about-history-copy {
    grid-column: 2;
    grid-row: 2;
    padding-top: 14px;
  }

  .about-history-copy p {
    margin: 0 0 18px;
  }

  .about-certificate-card a {
    min-height: 280px;
  }

  .about-cta {
    padding: 44px 0;
  }

  .about-cta h2 {
    font-size: 27px;
    line-height: 36px;
  }
}

.pl-product-hero {
  padding: 46px 0 0;
  background: var(--pl-light);
}

.pl-product-hero-main,
.pl-product-hero-lower,
.pl-clone-media-row,
.pl-clone-why,
.pl-product-bottom-cta-inner {
  display: grid;
  gap: 32px;
}

.pl-product-hero-main {
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  align-items: center;
}

.pl-product-hero-copy,
.pl-product-hero-media,
.pl-clone-copy,
.pl-clone-media,
.pl-clone-why-copy,
.pl-clone-why-media {
  min-width: 0;
}

.pl-product-hero-copy h1 {
  margin: 0 0 16px;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
  font-weight: 700;
}

.pl-product-hero-copy p,
.pl-clone-copy p,
.pl-clone-why-point p,
.pl-product-process-card p,
.pl-product-capability-card p,
.pl-product-resource-copy p,
.pl-product-bottom-cta p {
  color: var(--pl-muted);
}

.pl-product-hero-copy p {
  margin: 0;
  font-size: 20px;
  line-height: 30px;
}

.pl-product-hero-actions,
.pl-product-bottom-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pl-product-hero-media {
  display: flex;
  justify-content: flex-end;
}

.pl-product-hero-media img,
.pl-clone-media img,
.pl-clone-why-media img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-product-hero-lower {
  grid-template-columns: minmax(260px, 1fr) minmax(0, 1.2fr);
  align-items: start;
  padding: 28px 0 36px;
}

.pl-product-hero-support p {
  margin: 0;
  color: var(--pl-ink);
}

.pl-product-hero-support a {
  text-decoration: underline;
}

.pl-product-hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.pl-product-metric {
  min-height: 100%;
  padding: 22px 24px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(48,49,51,.08), 0 -10px 20px rgba(48,49,51,.04);
}

.pl-product-metric strong,
.pl-product-metric span {
  display: block;
}

.pl-product-metric strong {
  margin-bottom: 8px;
  color: var(--pl-ink);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
}

.pl-product-metric span {
  color: var(--pl-muted);
  font-size: 14px;
  line-height: 21px;
}

.pl-product-compare-wrap {
  margin-top: 40px;
  overflow-x: auto;
}

.pl-product-compare-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse;
}

.pl-product-compare-table th,
.pl-product-compare-table td {
  padding: 18px 16px;
  border-top: 1px solid #d6dce4;
  vertical-align: top;
  text-align: left;
}

.pl-product-compare-table thead th {
  color: var(--pl-ink);
  font-size: 19px;
  line-height: 24px;
  font-weight: 700;
}

.pl-product-compare-table tbody th {
  width: 18%;
  color: var(--pl-ink);
  font-size: 15px;
  line-height: 22px;
}

.pl-product-compare-table tbody td {
  color: var(--pl-muted);
}

.pl-clone-media-band {
  padding: 80px 0;
}

.pl-clone-media-band.is-light {
  background: var(--pl-light);
}

.pl-clone-media-row {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
}

.pl-clone-media-row.is-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.pl-clone-media-row.is-reverse .pl-clone-media {
  order: 2;
}

.pl-clone-media-row.is-reverse .pl-clone-copy {
  order: 1;
}

.pl-clone-copy h2,
.pl-clone-why-copy h2,
.pl-product-bottom-cta h2 {
  margin: 0 0 14px;
  color: var(--pl-ink);
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.pl-clone-copy .plain-list {
  margin-top: 18px;
}

.pl-clone-why {
  grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr);
  align-items: center;
  padding: 80px 0;
  color: #fff;
}

.pl-clone-why-copy,
.pl-clone-why-media {
  position: relative;
  z-index: 1;
}

.pl-clone-why-copy h2,
.pl-clone-why-point h3,
.pl-clone-why-point p {
  color: #fff;
}

.pl-clone-why-point + .pl-clone-why-point {
  margin-top: 18px;
}

.pl-clone-why::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--pl-black);
}

.pl-clone-why {
  position: relative;
}

.pl-clone-faq {
  padding-bottom: 20px;
}

.pl-clone-faq .faq {
  padding-top: 0;
}

.pl-clone-faq .pl-section-heading {
  margin-bottom: 24px;
}

.pl-product-bottom-cta {
  padding: 58px 0 74px;
  background: var(--pl-light);
}

.pl-product-bottom-cta-inner {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.pl-product-bottom-note {
  margin-top: 18px;
  font-size: 15px;
}

.pl-clone-section {
  padding: 80px 0;
}

.pl-product-process-grid,
.pl-product-capability-grid,
.pl-product-resource-grid {
  display: grid;
  gap: 30px;
  margin-top: 40px;
}

.pl-product-process-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pl-product-capability-grid,
.pl-product-resource-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pl-product-process-card,
.pl-product-resource-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(48,49,51,.1), 0 -10px 20px rgba(48,49,51,.05);
}

.pl-product-process-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pl-product-capability-card {
  min-height: 100%;
}

.pl-product-process-card h3,
.pl-product-capability-card h3,
.pl-product-resource-copy h3,
.pl-clone-why-point h3 {
  margin: 0 0 12px;
  color: var(--pl-ink);
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.pl-product-process-card img {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  margin-bottom: 18px;
  object-fit: contain;
}

.pl-product-process-card > a:first-of-type {
  display: block;
  width: 100%;
}

.pl-product-process-card > p {
  flex: 1;
  width: 100%;
}

.pl-product-process-card > .pl-btn {
  margin-top: auto;
}

.pl-product-capability-card img {
  width: 100%;
  aspect-ratio: 668 / 426;
  object-fit: cover;
}

.pl-product-capability-card div {
  padding: 18px 0 10px;
}

.pl-product-testimonial {
  padding: 72px 0;
  background: var(--pl-light);
}

.pl-product-testimonial blockquote {
  max-width: 980px;
  margin: 0 auto;
}

.pl-product-testimonial p {
  margin: 0;
  color: var(--pl-ink);
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}

.pl-product-testimonial footer {
  margin-top: 26px;
  color: var(--pl-muted);
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.pl-inline-link {
  color: var(--pl-blue) !important;
  font-weight: 700;
}

.pl-inline-link:hover {
  text-decoration: underline !important;
}

.pl-product-resource-card {
  display: grid;
  grid-template-rows: auto 1fr;
  padding: 0;
  overflow: hidden;
}

.pl-product-resource-card img {
  width: 100%;
  aspect-ratio: 437 / 272;
  object-fit: cover;
}

.pl-product-resource-copy {
  padding: 22px 24px 24px;
}

.pl-product-child-support {
  padding: 24px 0 42px;
}

.pl-product-child-support p {
  margin: 0;
  color: var(--pl-ink);
}

.pl-product-child-support a {
  text-decoration: underline;
}

.pl-child-section {
  padding: 80px 0;
}

.pl-child-intro-grid,
.pl-child-media-row,
.pl-child-process-grid {
  display: grid;
  gap: 52px;
}

.pl-child-intro-grid {
  grid-template-columns: 235px minmax(0, 1fr);
  align-items: start;
}

.pl-child-jump {
  display: grid;
  gap: 8px;
  padding-top: 4px;
}

.pl-child-jump strong {
  margin-bottom: 6px;
  color: var(--pl-ink);
}

.pl-child-jump a {
  color: var(--pl-blue-dark);
  text-decoration: underline;
}

.pl-child-copy {
  min-width: 0;
}

.pl-child-copy h2,
.pl-child-heading h2 {
  margin: 0 0 12px;
  color: var(--pl-ink);
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.pl-child-copy h3 {
  margin: 26px 0 10px;
  color: var(--pl-ink);
  font-size: 20px;
  line-height: 26px;
}

.pl-child-copy p,
.pl-child-heading p {
  color: var(--pl-muted);
}

.pl-child-heading {
  max-width: 1140px;
  margin-bottom: 30px;
}

.pl-child-testimonial {
  padding: 86px 0;
  background: var(--pl-black);
}

.pl-child-testimonial blockquote {
  max-width: 980px;
  margin: 0 auto;
}

.pl-child-testimonial p {
  margin: 0;
  color: #fff;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
}

.pl-child-testimonial footer {
  margin-top: 26px;
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  text-align: right;
}

.pl-child-table-wrap {
  overflow-x: auto;
}

.pl-child-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.pl-child-table th,
.pl-child-table td {
  padding: 14px 16px;
  border-top: 1px solid #cfd6df;
  vertical-align: top;
  text-align: left;
}

.pl-child-table thead th {
  color: var(--pl-ink);
  font-size: 17px;
  line-height: 22px;
}

.pl-child-table tbody th {
  width: 30%;
  color: var(--pl-ink);
}

.pl-child-media-row.is-reverse .pl-child-table {
  min-width: 0;
  table-layout: fixed;
}

.pl-child-media-row.is-reverse .pl-child-table tbody th {
  width: 36%;
}

.pl-child-media-row.is-reverse .pl-child-table td {
  overflow-wrap: anywhere;
}

.pl-child-tip {
  margin: 34px 0 0;
  padding: 18px 22px;
  background: var(--pl-blue-pale);
  color: var(--pl-ink);
}

.pl-child-media-row {
  grid-template-columns: 457px minmax(0, 1fr);
  align-items: center;
}

.pl-child-media-row.is-reverse {
  grid-template-columns: minmax(0, 1fr) 457px;
}

.pl-child-media img,
.pl-child-process-image img {
  display: block;
  width: 100%;
  height: auto;
}

.pl-child-media-frame {
  min-height: 500px;
  border: 1px solid #cfd6df;
  background: var(--pl-light);
}

.pl-child-media-frame img {
  height: 500px;
  object-fit: contain;
}

.pl-child-material-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 34px;
  margin-top: 28px;
}

.pl-child-material-grid h3 {
  margin-top: 0;
}

.pl-child-copy-narrow {
  max-width: 760px;
}

.pl-child-two-column {
  columns: 2;
  column-gap: 42px;
}

.pl-child-process-grid {
  grid-template-columns: minmax(0, 1fr) 380px;
  align-items: start;
}

.pl-child-bottom-cta {
  padding: 62px 0;
  background: var(--pl-ink);
  text-align: center;
}

.pl-child-bottom-cta p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 900px) {
  .pl-child-intro-grid,
  .pl-child-media-row,
  .pl-child-media-row.is-reverse,
  .pl-child-process-grid {
    grid-template-columns: 1fr;
  }

  .pl-child-jump {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
    background: var(--pl-light);
  }

  .pl-child-jump strong {
    grid-column: 1 / -1;
  }

  .pl-child-media-row.is-reverse .pl-child-media {
    order: -1;
  }

  .pl-child-media,
  .pl-child-process-image {
    max-width: 560px;
  }

}

@media (max-width: 600px) {
  .pl-child-section,
  .pl-child-testimonial,
  .pl-child-manufacturing {
    padding: 54px 0;
  }

  .pl-child-copy h2,
  .pl-child-heading h2 {
    font-size: 28px;
    line-height: 34px;
  }

  .pl-child-testimonial p {
    font-size: 21px;
    line-height: 31px;
  }

  .pl-child-jump,
  .pl-child-material-grid {
    grid-template-columns: 1fr;
  }

  .pl-child-two-column {
    columns: 1;
  }

  .pl-child-media-frame,
  .pl-child-media-frame img {
    min-height: 320px;
    height: 320px;
  }
}

.pl-child-review {
  padding: 16px 0 80px;
}

.pl-child-review-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(300px, 1fr);
  gap: 52px;
  min-height: 258px;
  align-items: center;
}

.pl-child-review-copy {
  max-width: 760px;
}

.pl-child-review h3,
.pl-child-guide h3,
.pl-child-manufacturing h3,
.pl-child-toolkit h3 {
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 32px;
}

.pl-child-review p,
.pl-child-guide p,
.pl-child-toolkit p {
  color: var(--pl-muted);
}

.pl-child-review-media {
  overflow: hidden;
  height: 258px;
  margin: 0;
  background: #eef4f8;
}

.pl-child-review-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pl-child-guide {
  padding: 0 0 80px;
}

.pl-child-guide-grid {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  min-height: 282px;
  align-items: stretch;
}

.pl-child-guide-cover {
  display: grid;
  place-items: center;
  min-width: 0;
  min-height: 282px;
  margin: 0;
  padding: 8px 28px;
  background: #fff;
}

.pl-child-guide-cover img {
  width: auto;
  max-width: 100%;
  max-height: 266px;
  object-fit: contain;
  box-shadow: 0 12px 28px rgba(43, 57, 72, .14);
}

.pl-child-guide-panel {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 32px 40px 28px 32px;
  background: var(--pl-light);
}

.pl-child-guide-panel > div { width: 100%; }

.pl-child-guide-panel p {
  max-width: 850px;
  margin: 0 0 18px;
}

.pl-child-guide-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 14px;
  align-items: end;
}

.pl-child-guide-form label { min-width: 0; }

.pl-child-guide-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}

.pl-child-guide-form input:not([type="hidden"]) {
  width: 100%;
  height: 56px;
  border: 1px solid #cfd6df;
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: var(--pl-ink);
  font: inherit;
}

.pl-child-guide-form input:focus {
  border-color: var(--pl-blue);
  outline: 3px solid rgba(0, 120, 210, .16);
}

.pl-child-guide-form .pl-btn {
  height: 56px;
  white-space: nowrap;
}

.pl-child-manufacturing {
  background: var(--pl-black);
}

.pl-child-manufacturing-grid {
  display: grid;
  grid-template-columns: 7fr 5fr;
  min-height: 462px;
  align-items: stretch;
}

.pl-child-manufacturing-media {
  min-width: 0;
  min-height: 462px;
  background: #0e0f13;
}

.pl-child-manufacturing-media .home-video-shell,
.pl-child-manufacturing-media .home-video {
  width: 100%;
  height: 100%;
  min-height: 462px;
}

.pl-child-manufacturing-media .home-video { object-fit: cover; }

.pl-child-manufacturing-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 40px;
  background: var(--pl-black);
}

.pl-child-manufacturing-copy > div { max-width: 520px; }

.pl-child-manufacturing h3,
.pl-child-manufacturing p {
  color: #fff;
}

.pl-child-manufacturing p {
  margin: 0 0 26px;
}

.pl-child-toolkit {
  padding: 80px 0;
}

.pl-child-toolkit-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 360px;
  background: var(--pl-light);
}

.pl-child-toolkit-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: 40px;
}

.pl-child-toolkit-copy > div { max-width: 610px; }

.pl-child-toolkit-media {
  display: grid;
  min-width: 0;
  min-height: 360px;
  margin: 0;
  place-items: center;
  padding: 24px 36px;
  background: #edf2f7;
}

.pl-child-toolkit-media img {
  width: 100%;
  height: 100%;
  max-height: 310px;
  object-fit: contain;
}

@media (max-width: 900px) {
  .pl-child-review-grid,
  .pl-child-guide-grid,
  .pl-child-manufacturing-grid,
  .pl-child-toolkit-grid {
    grid-template-columns: 1fr;
  }

  .pl-child-review-media {
    max-width: 620px;
  }

  .pl-child-guide-cover {
    min-height: 260px;
    padding: 24px;
  }

  .pl-child-guide-cover img {
    max-height: 300px;
  }

  .pl-child-guide-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-child-manufacturing-grid,
  .pl-child-manufacturing-media {
    min-height: 0;
  }

  .pl-child-manufacturing-media .home-video-shell,
  .pl-child-manufacturing-media .home-video {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }

  .pl-child-toolkit-media {
    min-height: 320px;
  }
}

@media (max-width: 600px) {
  .pl-child-review {
    padding: 8px 0 54px;
  }

  .pl-child-review-grid {
    gap: 28px;
  }

  .pl-child-review-media {
    height: 220px;
  }

  .pl-child-guide {
    padding-bottom: 54px;
  }

  .pl-child-guide-cover {
    min-height: 230px;
  }

  .pl-child-guide-cover img {
    max-height: 250px;
  }

  .pl-child-guide-panel,
  .pl-child-manufacturing-copy,
  .pl-child-toolkit-copy {
    padding: 28px 24px;
  }

  .pl-child-guide-form {
    grid-template-columns: 1fr;
  }

  .pl-child-guide-form .pl-btn {
    width: 100%;
  }

  .pl-child-toolkit {
    padding: 54px 0;
  }

  .pl-child-toolkit-media {
    min-height: 260px;
    padding: 20px;
  }
}

.nt-hero { background: #f1f7fb; }

.nt-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(460px, .98fr);
  min-height: 620px;
  align-items: center;
}

.nt-hero-copy { max-width: 680px; padding: 72px 56px 72px 0; }
.nt-hero h1 {
  max-width: 650px;
  margin: 0 0 24px;
  color: #263342;
  font-size: 58px;
  line-height: 1.05;
}

.nt-hero-copy > p {
  max-width: 650px;
  margin: 0;
  color: #536475;
  font-size: 20px;
  line-height: 32px;
}

.nt-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.nt-hero-stage {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 500px;
  place-items: center;
  overflow: hidden;
  background: #e1edf5;
}

.nt-hero-stage > img { width: 88%; height: 430px; object-fit: contain; }
.nt-hero-note {
  position: absolute;
  right: 24px;
  bottom: 24px;
  max-width: 430px;
  margin: 0;
  border-left: 4px solid #f0b52d;
  padding: 14px 18px;
  background: #fff;
  color: #263342;
  font-size: 14px;
  line-height: 20px;
}

.nt-hero-note strong, .nt-hero-note span { display: block; }
.nt-signal { padding: 76px 0 84px; background: #202733; color: #fff; }
.nt-signal h2, .nt-acceptance h2 {
  margin: 0 0 18px;
  color: #fff;
  font-size: 40px;
  line-height: 48px;
}

.nt-lead {
  max-width: 820px;
  margin: 0;
  color: #607082;
  font-size: 18px;
  line-height: 29px;
}

.nt-signal .nt-lead { color: #c5d1dc; }
.nt-signal-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 44px; }
.nt-signal-step {
  min-width: 0;
  min-height: 190px;
  border-left: 1px solid #52606e;
  padding: 26px 30px;
}

.nt-signal-step:first-child { border-left: 4px solid #f0b52d; }
.nt-signal-step > span {
  display: block;
  margin-bottom: 16px;
  color: #64bdf6;
  font-size: 14px;
  font-weight: 700;
}

.nt-signal-step h3 { margin: 0 0 14px; color: #fff; font-size: 22px; line-height: 28px; }
.nt-signal-step p { margin: 0; color: #c4d0db; }
.nt-section { padding: 88px 0; }
.nt-heading { max-width: 900px; margin-bottom: 38px; }
.nt-heading h2, .nt-decisions h2, .nt-faq h2, .nt-resources h2 {
  margin: 0 0 16px;
  color: #263342;
  font-size: 40px;
  line-height: 48px;
}

.nt-heading p { margin: 0; color: #607082; font-size: 18px; line-height: 29px; }
.nt-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.nt-application { min-width: 0; border-top: 4px solid var(--pl-blue); }
.nt-application img { width: 100%; aspect-ratio: 3 / 2; background: #f4f6f8; object-fit: contain; }
.nt-application h3 { margin: 20px 0 8px; color: #263342; font-size: 24px; line-height: 30px; }
.nt-application p { margin: 0; color: #607082; }
.nt-decisions { background: #edf3f7; }
.nt-decision-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, 1fr);
  gap: 78px;
  align-items: start;
}

.nt-statement {
  margin: 28px 0 24px;
  border-top: 5px solid #f0b52d;
  padding-top: 34px;
  color: #263342;
  font-size: 32px;
  line-height: 43px;
}

.nt-decision {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid #cbd5de;
  padding: 20px 0;
}

.nt-decision > span { color: var(--pl-blue); font-size: 28px; line-height: 32px; font-weight: 700; }
.nt-decision h3 { margin: 0 0 6px; color: #263342; font-size: 20px; line-height: 26px; }
.nt-decision p { margin: 0; color: #607082; }
.nt-table-wrap { overflow-x: auto; }
.nt-table { width: 100%; min-width: 880px; border-collapse: collapse; }
.nt-table th, .nt-table td {
  border-top: 1px solid #cbd5de;
  padding: 17px 18px;
  vertical-align: top;
  text-align: left;
}

.nt-table thead th { background: #263342; color: #fff; }
.nt-table tbody td:first-child { width: 20%; color: #263342; font-weight: 700; }
.nt-tip { margin: 30px 0 0; border-left: 4px solid #f0b52d; padding: 18px 22px; background: #eef6fc; }
.nt-comparison { background: #f4f7f9; }
.nt-comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin-bottom: 28px;
}

.nt-comparison-grid article { border-top: 4px solid var(--pl-blue); padding: 24px 26px; background: #fff; }
.nt-comparison-grid article:last-child { border-color: #f0b52d; }
.nt-comparison-grid h3 { margin: 0 0 14px; font-size: 24px; line-height: 30px; }
.nt-acceptance { background: #151b24; }
.nt-acceptance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
  min-height: 540px;
}

.nt-acceptance figure { min-width: 0; margin: 0; }
.nt-acceptance figure img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.nt-acceptance-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 58px;
  color: #fff;
}

.nt-acceptance-copy > p, .nt-acceptance-copy li { color: #c7d2dc; }
.nt-acceptance-copy .pl-btn { align-self: flex-start; margin-top: 18px; }
.nt-guide-section { background: #fff; }
.nt-guide {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  align-items: center;
  min-height: 390px;
  background: #eaf4fb;
}

.nt-guide figure {
  display: grid;
  height: 100%;
  min-height: 390px;
  margin: 0;
  place-items: center;
  background: #fff;
}

.nt-guide figure img {
  width: auto;
  max-height: 310px;
  box-shadow: 0 12px 28px rgba(43, 57, 72, .18);
}

.nt-guide > div { min-width: 0; padding: 48px 56px; }
.nt-guide h2 { margin: 0 0 14px; font-size: 36px; line-height: 43px; }
.nt-guide > div > p { color: #607082; }
.nt-guide-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  gap: 12px;
  margin-top: 28px;
}

.nt-guide-form label span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.nt-guide-form input:not([type="hidden"]) {
  width: 100%;
  height: 54px;
  border: 1px solid #c7d3de;
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: #263342;
  font: inherit;
}

.nt-guide-form .pl-btn { min-height: 54px; white-space: nowrap; }
.nt-faq { background: #f4f7f9; }
.nt-faq-list { max-width: 980px; margin-top: 28px; }
.nt-faq details { border-top: 1px solid #cbd5de; padding: 0 4px; }
.nt-faq details:last-child { border-bottom: 1px solid #cbd5de; }
.nt-faq summary { padding: 20px 0; color: #263342; font-weight: 700; cursor: pointer; }
.nt-faq details p { max-width: 850px; margin: -4px 0 22px; color: #607082; }
.nt-resource-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 32px;
  margin-top: 34px;
}

.nt-resource-grid article { border-top: 4px solid var(--pl-blue); padding-top: 22px; }
.nt-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.nt-resource-grid p { color: #607082; }
.nt-bottom-cta { padding: 64px 0; background: #edf5fa; }
.nt-bottom-cta .pl-container {
  display: flex;
  gap: 32px;
  align-items: center;
  justify-content: space-between;
}

.nt-bottom-cta h2 { margin: 0 0 8px; font-size: 32px; line-height: 40px; }
.nt-bottom-cta p { margin: 0; color: #607082; }

@media (max-width: 1050px) {
  .nt-hero-grid, .nt-decision-grid, .nt-acceptance-grid { grid-template-columns: 1fr; }
  .nt-hero-copy { padding-right: 0; }
  .nt-hero-stage { min-height: 440px; }
  .nt-signal-rail { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nt-signal-step:nth-child(3) { border-left: 4px solid #52606e; }
  .nt-acceptance figure img { min-height: 440px; }
  .nt-guide-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .nt-hero-grid { min-height: 0; }
  .nt-hero-copy { padding: 54px 0 42px; }
  .nt-hero h1 { font-size: 40px; line-height: 46px; }
  .nt-hero-copy > p { font-size: 18px; line-height: 29px; }
  .nt-actions, .nt-actions .pl-btn { width: 100%; }
  .nt-hero-stage { min-height: 340px; }
  .nt-hero-stage > img { height: 300px; }
  .nt-hero-note { right: 14px; bottom: 14px; left: 14px; }
  .nt-section, .nt-signal { padding: 56px 0; }
  .nt-heading h2, .nt-decisions h2, .nt-faq h2, .nt-resources h2,
  .nt-signal h2, .nt-acceptance h2 { font-size: 30px; line-height: 37px; }
  .nt-signal-rail, .nt-application-grid, .nt-comparison-grid,
  .nt-resource-grid, .nt-guide { grid-template-columns: 1fr; }
  .nt-signal-step { min-height: 0; border-top: 1px solid #52606e; border-left: 4px solid #52606e; }
  .nt-signal-step:first-child { border-top: 0; border-left-color: #f0b52d; }
  .nt-statement { font-size: 26px; line-height: 36px; }
  .nt-decision-grid { gap: 34px; }
  .nt-acceptance-grid, .nt-acceptance figure img { min-height: 0; }
  .nt-acceptance figure img { aspect-ratio: 4 / 3; }
  .nt-acceptance-copy { padding: 38px 24px 46px; }
  .nt-guide figure { min-height: 300px; }
  .nt-guide figure img { max-height: 250px; }
  .nt-guide > div { padding: 34px 24px; }
  .nt-guide h2 { font-size: 29px; line-height: 36px; }
  .nt-guide-form { grid-template-columns: 1fr; }
  .nt-guide-form .pl-btn, .nt-bottom-cta .pl-btn { width: 100%; }
  .nt-bottom-cta .pl-container { display: grid; }
}

.bl-hero { background: #eef4f8; }
.bl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(520px, 1fr);
  min-height: 650px;
  align-items: stretch;
}

.bl-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 74px 64px 74px 0;
}

.bl-hero h1 {
  max-width: 700px;
  margin: 0 0 24px;
  color: #263342;
  font-size: 60px;
  line-height: 1.04;
}

.bl-hero-copy > p {
  max-width: 690px;
  margin: 0;
  color: #526373;
  font-size: 20px;
  line-height: 32px;
}

.bl-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.bl-hero-stage {
  position: relative;
  display: grid;
  min-width: 0;
  place-items: center;
  overflow: hidden;
  padding: 48px 34px 118px;
  background: #111a25;
}

.bl-hero-stage::before {
  position: absolute;
  top: 58px;
  right: 9%;
  left: 9%;
  height: 1px;
  background: #425260;
  content: "";
}

.bl-hero-stage > img {
  position: relative;
  width: 132%;
  max-width: none;
  max-height: none;
  object-fit: contain;
  filter: drop-shadow(0 26px 38px rgba(0, 0, 0, .5));
}

.bl-hero-decisions {
  position: absolute;
  right: 28px;
  bottom: 26px;
  left: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #45525e;
}

.bl-hero-decisions div { min-width: 0; border-left: 1px solid #45525e; padding: 18px; }
.bl-hero-decisions div:first-child { border-left: 0; }
.bl-hero-decisions strong, .bl-hero-decisions span { display: block; }
.bl-hero-decisions strong { color: #bdeeff; font-size: 15px; }
.bl-hero-decisions span { color: #9eacb8; font-size: 13px; }
.bl-section { padding: 88px 0; }
.bl-heading { max-width: 900px; margin-bottom: 42px; }
.bl-heading h2, .bl-applications h2, .bl-faq h2, .bl-resources h2 {
  margin: 0 0 17px;
  color: #263342;
  font-size: 40px;
  line-height: 48px;
}

.bl-heading p { margin: 0; color: #607082; font-size: 18px; line-height: 29px; }
.bl-method-rail { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #becad4; }
.bl-method { min-width: 0; border-left: 1px solid #becad4; padding: 28px 32px 12px; }
.bl-method:first-child { border-left: 4px solid #f0b52d; }
.bl-method > span { color: var(--pl-blue); font-size: 14px; font-weight: 700; }
.bl-method h3 { margin: 12px 0 24px; color: #263342; font-size: 25px; line-height: 31px; }
.bl-method dl, .bl-method dd { margin: 0; }
.bl-method dl div { border-top: 1px solid #d7dfe6; padding: 15px 0; }
.bl-method dt { margin-bottom: 4px; color: #263342; font-size: 13px; font-weight: 700; text-transform: uppercase; }
.bl-method dd { color: #607082; }
.bl-optical { background: #eaf1f6; }
.bl-optical-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: 82px;
  align-items: center;
}

.bl-optical-copy .bl-heading { margin-bottom: 28px; }
.bl-callout { border-left: 4px solid #f0b52d; padding: 18px 22px; background: #fff; color: #354352; }
.bl-stack { border: 1px solid #aebbc7; padding: 22px; background: #101821; box-shadow: 18px 18px 0 #d7e2ea; }
.bl-layer {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr);
  gap: 18px;
  min-height: 92px;
  border-top: 1px solid #41505e;
  padding: 18px 20px;
  align-items: center;
}

.bl-layer:first-child { border-top: 4px solid #bcefff; background: #1e2b36; }
.bl-layer:nth-child(2) { background: #162a38; }
.bl-layer:nth-child(3) { background: #1b3744; }
.bl-layer:nth-child(4) { background: #17222c; }
.bl-layer:nth-child(5) { background: #111820; }
.bl-layer > span { color: #7ac8f5; font-weight: 700; }
.bl-layer h3 { margin: 0 0 5px; color: #fff; font-size: 18px; line-height: 23px; }
.bl-layer p { margin: 0; color: #b5c1cc; font-size: 14px; line-height: 21px; }
.bl-deadfront { padding: 86px 0; scroll-margin-top: 116px; background: #111820; color: #fff; }
.bl-deadfront .bl-heading h2 { color: #fff; }
.bl-deadfront .bl-heading p { color: #b6c3ce; }
.bl-state-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.bl-state { min-width: 0; margin: 0; border: 1px solid #3f4d59; background: #080d12; }
.bl-state > div { display: grid; min-height: 350px; place-items: center; padding: 32px; overflow: hidden; }
.bl-state img { width: 116%; max-width: none; object-fit: contain; }
.bl-state-off img { opacity: .34; filter: grayscale(1) brightness(.22) contrast(1.45); }
.bl-state-on img { filter: drop-shadow(0 0 16px rgba(133, 227, 255, .22)); }
.bl-state figcaption { display: flex; gap: 14px; border-top: 1px solid #3f4d59; padding: 17px 20px; color: #dfe8ef; }
.bl-state figcaption span { color: #7bd0f7; font-weight: 700; }
.bl-deadfront-checks {
  display: grid;
  grid-template-columns: 240px minmax(0, 1fr);
  gap: 38px;
  margin-top: 32px;
  border-top: 1px solid #3f4d59;
  padding-top: 28px;
}

.bl-deadfront-checks h3 { margin: 0; color: #fff; font-size: 23px; }
.bl-deadfront-checks ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 28px; margin: 0; }
.bl-deadfront-checks li { color: #becad4; }
.bl-risk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid #c5d0d9; }
.bl-risk {
  display: grid;
  grid-template-columns: 50px minmax(130px, .34fr) minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  border-right: 1px solid #c5d0d9;
  border-bottom: 1px solid #c5d0d9;
  padding: 28px 26px;
}

.bl-risk:nth-child(even) { border-right: 0; }
.bl-risk > span { color: var(--pl-blue); font-weight: 700; }
.bl-risk h3 { margin: 0; color: #263342; font-size: 21px; line-height: 27px; }
.bl-risk p { margin: 0; color: #607082; }
.bl-comparison { background: #f3f6f8; }
.bl-table-wrap { overflow-x: auto; }
.bl-table { width: 100%; min-width: 1040px; border-collapse: collapse; background: #fff; }
.bl-table th, .bl-table td { border: 1px solid #c8d2db; padding: 17px 16px; vertical-align: top; text-align: left; }
.bl-table th { background: #263342; color: #fff; }
.bl-table td:first-child { color: #263342; font-weight: 700; }
.bl-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); margin-top: 38px; }
.bl-application { min-width: 0; border-left: 1px solid #c7d1da; padding: 20px 32px 12px; }
.bl-application:first-child { border-left: 4px solid #f0b52d; }
.bl-application > span { color: var(--pl-blue); font-weight: 700; }
.bl-application h3 { margin: 16px 0 10px; font-size: 23px; line-height: 29px; }
.bl-application p { margin: 0; color: #607082; }
.bl-acceptance { background: #e8f1f7; }
.bl-acceptance-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 540px; }
.bl-acceptance figure { min-width: 0; margin: 0; background: #fff; }
.bl-acceptance figure img { width: 100%; height: 100%; min-height: 540px; object-fit: contain; }
.bl-acceptance-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 56px; }
.bl-acceptance h2 { margin: 0 0 17px; font-size: 38px; line-height: 46px; }
.bl-acceptance p, .bl-acceptance li { color: #566777; }
.bl-acceptance .pl-btn { align-self: flex-start; margin-top: 18px; }
.bl-guide-section { background: #fff; }
.bl-guide { display: grid; grid-template-columns: 300px minmax(0, 1fr); min-height: 390px; background: #edf4f8; }
.bl-guide figure { display: grid; min-height: 390px; margin: 0; place-items: center; background: #fff; }
.bl-guide figure img { width: auto; max-height: 310px; box-shadow: 0 12px 28px rgba(43, 57, 72, .18); }
.bl-guide > div { min-width: 0; padding: 48px 56px; align-self: center; }
.bl-guide h2 { margin: 0 0 14px; font-size: 36px; line-height: 43px; }
.bl-guide > div > p { color: #607082; }
.bl-guide-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; margin-top: 28px; }
.bl-guide-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.bl-guide-form input:not([type="hidden"]) {
  width: 100%;
  height: 54px;
  border: 1px solid #c7d3de;
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: #263342;
  font: inherit;
}

.bl-guide-form .pl-btn { min-height: 54px; white-space: nowrap; }
.bl-faq { background: #f4f7f9; }
.bl-faq-list { max-width: 1000px; margin-top: 28px; }
.bl-faq details { border-top: 1px solid #cbd5de; padding: 0 4px; }
.bl-faq details:last-child { border-bottom: 1px solid #cbd5de; }
.bl-faq summary { padding: 20px 0; color: #263342; font-weight: 700; cursor: pointer; }
.bl-faq details p { max-width: 880px; margin: -4px 0 22px; color: #607082; }
.bl-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin-top: 34px; }
.bl-resource-grid article { border-top: 4px solid var(--pl-blue); padding-top: 22px; }
.bl-resource-grid h3 { margin: 0 0 10px; font-size: 21px; line-height: 27px; }
.bl-resource-grid p { color: #607082; }
.bl-bottom-cta { padding: 64px 0; background: #dfeef7; }
.bl-bottom-cta .pl-container { display: flex; gap: 32px; align-items: center; justify-content: space-between; }
.bl-bottom-cta h2 { margin: 0 0 8px; font-size: 32px; line-height: 40px; }
.bl-bottom-cta p { margin: 0; color: #607082; }

@media (max-width: 1050px) {
  .bl-hero-grid, .bl-optical-grid, .bl-acceptance-grid { grid-template-columns: 1fr; }
  .bl-hero-copy { padding-right: 0; }
  .bl-optical-grid { gap: 42px; }
  .bl-guide-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .bl-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .bl-hero-grid { min-height: 0; }
  .bl-hero-copy { padding: 54px 0 42px; }
  .bl-hero h1 { font-size: 40px; line-height: 46px; }
  .bl-hero-copy > p { font-size: 18px; line-height: 29px; }
  .bl-actions, .bl-actions .pl-btn { width: 100%; }
  .bl-hero-stage { min-height: 430px; padding: 36px 18px 128px; }
  .bl-hero-stage > img { width: 152%; }
  .bl-hero-decisions { right: 14px; bottom: 14px; left: 14px; }
  .bl-hero-decisions div { padding: 14px 9px; }
  .bl-section, .bl-deadfront { padding: 56px 0; }
  .bl-heading h2, .bl-applications h2, .bl-faq h2, .bl-resources h2 { font-size: 30px; line-height: 37px; }
  .bl-method-rail, .bl-state-grid, .bl-risk-grid, .bl-application-grid,
  .bl-resource-grid, .bl-guide { grid-template-columns: 1fr; }
  .bl-method { border-top: 1px solid #becad4; border-left: 4px solid #becad4; padding: 25px 22px; }
  .bl-method:first-child { border-top: 0; border-left-color: #f0b52d; }
  .bl-stack { padding: 12px; box-shadow: 9px 9px 0 #d7e2ea; }
  .bl-layer { grid-template-columns: 38px minmax(0, 1fr); padding: 15px 12px; }
  .bl-state > div { min-height: 250px; padding: 18px; }
  .bl-deadfront-checks { grid-template-columns: 1fr; gap: 18px; }
  .bl-deadfront-checks ul { grid-template-columns: 1fr; }
  .bl-risk { grid-template-columns: 38px minmax(0, 1fr); border-right: 0; padding: 22px 12px; }
  .bl-risk p { grid-column: 2; }
  .bl-application { border-top: 1px solid #c7d1da; border-left: 4px solid #c7d1da; padding: 24px 18px; }
  .bl-application:first-child { border-top: 0; border-left-color: #f0b52d; }
  .bl-acceptance-grid, .bl-acceptance figure img { min-height: 0; }
  .bl-acceptance figure img { aspect-ratio: 16 / 10; }
  .bl-acceptance-grid > div { padding: 38px 24px 46px; }
  .bl-acceptance h2 { font-size: 30px; line-height: 37px; }
  .bl-acceptance .pl-btn, .bl-guide-form .pl-btn, .bl-bottom-cta .pl-btn { width: 100%; }
  .bl-guide figure { min-height: 300px; }
  .bl-guide figure img { max-height: 250px; }
  .bl-guide > div { padding: 34px 24px; }
  .bl-guide h2 { font-size: 29px; line-height: 36px; }
  .bl-guide-form { grid-template-columns: 1fr; }
  .bl-bottom-cta .pl-container { display: grid; }
}

.wp-hero {
  padding: 46px 0 54px;
  background: var(--pl-light);
}

.wp-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(380px, .95fr);
  gap: 42px;
  min-height: 550px;
  align-items: center;
}

.wp-hero-copy {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 36px 0;
}

.wp-hero h1 {
  max-width: 660px;
  margin: 0 0 16px;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
}

.wp-hero-copy > p {
  max-width: 680px;
  margin: 0;
  color: var(--pl-muted);
  font-size: 20px;
  line-height: 30px;
}

.wp-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.wp-hero-media {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 12px 0 0 18px;
}

.wp-hero-media > img {
  display: block;
  width: min(100%, 560px);
  height: auto;
  max-height: 530px;
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgba(21, 22, 27, .16));
}

.wp-section { padding: 88px 0; }
.wp-heading { max-width: 940px; margin-bottom: 42px; }
.wp-heading h2, .wp-faq h2, .wp-resources h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 40px;
  line-height: 48px;
}

.wp-heading p { margin: 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.wp-exposure-rail { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.wp-exposure { min-width: 0; border-left: 1px solid var(--pl-line); padding: 28px 25px 10px; }
.wp-exposure:first-child { border-left: 4px solid #f0b52d; }
.wp-exposure > span { color: var(--pl-blue); font-size: 14px; font-weight: 700; }
.wp-exposure h3 { min-height: 62px; margin: 12px 0 22px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.wp-exposure dl, .wp-exposure dd { margin: 0; }
.wp-exposure dl div { border-top: 1px solid var(--pl-line); padding: 14px 0; }
.wp-exposure dt { margin-bottom: 4px; color: var(--pl-ink); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.wp-exposure dd { color: var(--pl-muted); font-size: 15px; line-height: 23px; }
.wp-interfaces { background: var(--pl-light); }
.wp-interface-list { border-top: 1px solid var(--pl-line); }
.wp-interface {
  display: grid;
  grid-template-columns: 58px minmax(175px, .55fr) repeat(3, minmax(0, 1fr));
  min-width: 0;
  border-bottom: 1px solid var(--pl-line);
  align-items: stretch;
}

.wp-interface > span, .wp-interface > h3, .wp-interface > div { padding: 24px 20px; }
.wp-interface > span { color: var(--pl-blue); font-weight: 700; }
.wp-interface > h3 { margin: 0; color: var(--pl-ink); font-size: 20px; line-height: 26px; }
.wp-interface > div { border-left: 1px solid var(--pl-line); }
.wp-interface strong { color: var(--pl-ink); font-size: 12px; text-transform: uppercase; }
.wp-interface p { margin: 7px 0 0; color: var(--pl-muted); font-size: 15px; line-height: 23px; }
.wp-boundary-section { padding: 92px 0; background: var(--pl-blue-soft); }
.wp-boundary-grid {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(560px, 1.18fr);
  gap: 78px;
  align-items: center;
}

.wp-boundary-copy .wp-heading { margin-bottom: 26px; }
.wp-boundary-copy ul { margin: 0; padding: 22px 0 0; border-top: 1px solid rgba(52, 55, 65, .2); }
.wp-boundary-copy li { color: var(--pl-muted); }
.wp-seal-visual {
  min-width: 0;
  margin: 0;
}

.wp-seal-viewport {
  width: 100%;
  min-height: 560px;
  background: center / contain no-repeat url("/assets/images/waterproof-installation-boundary.webp");
  cursor: grab;
  touch-action: pan-y;
}

.wp-seal-visual[data-state="ready"] .wp-seal-viewport { background-image: none; }
.wp-seal-viewport:active { cursor: grabbing; }
.wp-seal-viewport canvas { display: block; width: 100%; height: 560px; }
.wp-seal-legend {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  margin-top: -4px;
  color: var(--pl-muted);
  font-size: 13px;
}

.wp-seal-legend span { display: flex; gap: 9px; align-items: center; }
.wp-seal-legend span::before { width: 22px; height: 4px; background: var(--legend-color); content: ""; }
.wp-seal-legend .is-overlay { --legend-color: #1d344f; }
.wp-seal-legend .is-seal { --legend-color: #f0b52d; }
.wp-seal-legend .is-circuit { --legend-color: #4b8a74; }
.wp-seal-legend .is-gasket { --legend-color: #1087d1; }
.wp-seal-legend .is-housing { --legend-color: #3a424f; }
.wp-evidence { padding: 88px 0; background: var(--pl-black); color: #fff; }
.wp-evidence .wp-heading h2 { color: #fff; }
.wp-evidence .wp-heading p { color: rgba(255, 255, 255, .72); }
.wp-evidence-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid rgba(255, 255, 255, .24); }
.wp-evidence-grid article { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .24); padding: 28px 25px 12px; }
.wp-evidence-grid article:first-child { border-left: 4px solid #f0b52d; }
.wp-evidence-grid article > span { color: var(--pl-blue-soft); font-size: 12px; font-weight: 700; }
.wp-evidence-grid h3 { min-height: 58px; margin: 13px 0 21px; color: #fff; font-size: 22px; line-height: 28px; }
.wp-evidence-grid article div { border-top: 1px solid rgba(255, 255, 255, .2); padding: 15px 0; }
.wp-evidence-grid strong { color: #fff; font-size: 12px; text-transform: uppercase; }
.wp-evidence-grid p { margin: 6px 0 0; color: rgba(255, 255, 255, .68); font-size: 14px; line-height: 22px; }
.wp-housing-grid, .wp-acceptance-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  min-height: 540px;
  align-items: stretch;
}

.wp-housing figure, .wp-acceptance figure { min-width: 0; margin: 0; background: var(--pl-light); }
.wp-housing figure img, .wp-acceptance figure img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.wp-housing-grid > div, .wp-acceptance-grid > div { display: flex; flex-direction: column; justify-content: center; padding: 24px 0 24px 58px; }
.wp-housing h2, .wp-acceptance h2, .wp-guide h2 { margin: 0 0 17px; color: var(--pl-ink); font-size: 38px; line-height: 46px; }
.wp-housing-grid > div > p, .wp-acceptance-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.wp-housing-list { margin-top: 20px; border-top: 1px solid var(--pl-line); }
.wp-housing-list div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid var(--pl-line); padding: 14px 0; }
.wp-housing-list strong { color: var(--pl-ink); }
.wp-housing-list span { color: var(--pl-muted); }
.wp-failures { background: var(--pl-light); }
.wp-failure-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.wp-failure-grid article {
  display: grid;
  grid-template-columns: 48px minmax(150px, .38fr) minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 26px 24px;
}

.wp-failure-grid article:nth-child(even) { border-right: 0; }
.wp-failure-grid article > span { color: var(--pl-blue); font-weight: 700; }
.wp-failure-grid h3 { margin: 0; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.wp-failure-grid p { margin: 0; color: var(--pl-muted); }
.wp-failure-grid strong { grid-column: 2 / -1; border-left: 4px solid #f0b52d; padding-left: 14px; color: var(--pl-ink); font-size: 14px; }
.wp-application-matrix { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 30px; }
.wp-application { min-width: 0; border-top: 4px solid var(--pl-blue); background: var(--pl-light); }
.wp-application figure { margin: 0; overflow: hidden; background: #fff; }
.wp-application img { display: block; width: 100%; aspect-ratio: 3 / 2; object-fit: contain; }
.wp-application-copy { padding: 24px 26px 28px; }
.wp-application h3 { margin: 0 0 18px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.wp-application-copy > div { border-top: 1px solid var(--pl-line); padding-top: 15px; }
.wp-application-copy > div + div { margin-top: 15px; }
.wp-application strong { color: var(--pl-blue); font-size: 12px; text-transform: uppercase; }
.wp-application p { margin: 6px 0 0; color: var(--pl-muted); }
.wp-acceptance { background: var(--pl-blue-soft); }
.wp-acceptance-grid { grid-template-columns: minmax(430px, .96fr) minmax(0, 1.04fr); }
.wp-acceptance-grid > div { padding: 52px 58px 52px 0; }
.wp-acceptance li { color: var(--pl-muted); }
.wp-acceptance .pl-btn { align-self: flex-start; margin-top: 18px; }
.wp-guide-section { background: #fff; }
.wp-guide { display: grid; grid-template-columns: 300px minmax(0, 1fr); min-height: 390px; background: var(--pl-light); }
.wp-guide figure { display: grid; min-height: 390px; margin: 0; place-items: center; background: #fff; }
.wp-guide figure img { width: auto; max-height: 310px; box-shadow: 0 12px 28px rgba(21, 22, 27, .18); }
.wp-guide > div { min-width: 0; padding: 48px 56px; align-self: center; }
.wp-guide > div > p { color: var(--pl-muted); }
.wp-guide-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; margin-top: 28px; }
.wp-guide-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
.wp-guide-form input:not([type="hidden"]) {
  width: 100%;
  height: 54px;
  border: 1px solid var(--pl-line);
  border-radius: 4px;
  padding: 0 14px;
  background: #fff;
  color: var(--pl-ink);
  font: inherit;
}

.wp-guide-form .pl-btn { min-height: 54px; white-space: nowrap; }
.wp-faq { background: var(--pl-light); }
.wp-faq-list { max-width: 1000px; margin-top: 28px; }
.wp-faq details { border-top: 1px solid var(--pl-line); padding: 0 4px; }
.wp-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.wp-faq summary { padding: 20px 0; color: var(--pl-ink); font-weight: 700; cursor: pointer; }
.wp-faq details p { max-width: 880px; margin: -4px 0 22px; color: var(--pl-muted); }
.wp-resource-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 26px; margin-top: 34px; }
.wp-resource-grid article { border-top: 4px solid var(--pl-blue); padding-top: 22px; }
.wp-resource-grid h3 { margin: 0 0 10px; font-size: 21px; line-height: 27px; }
.wp-resource-grid p { color: var(--pl-muted); }
.wp-bottom-cta { padding: 64px 0; background: var(--pl-blue-soft); }
.wp-bottom-cta .pl-container { display: flex; gap: 32px; align-items: center; justify-content: space-between; }
.wp-bottom-cta h2 { margin: 0 0 8px; color: var(--pl-ink); font-size: 32px; line-height: 40px; }
.wp-bottom-cta p { margin: 0; color: var(--pl-muted); }

@media (max-width: 1120px) {
  .wp-exposure-rail, .wp-evidence-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-interface { grid-template-columns: 48px minmax(170px, .5fr) repeat(2, minmax(0, 1fr)); }
  .wp-interface > div:last-child { grid-column: 3 / -1; border-top: 1px solid var(--pl-line); }
}

@media (max-width: 1050px) {
  .wp-hero-grid, .wp-boundary-grid, .wp-housing-grid, .wp-acceptance-grid { grid-template-columns: 1fr; }
  .wp-hero-copy { padding-right: 0; }
  .wp-hero-media { justify-content: center; padding: 0 0 30px; }
  .wp-boundary-grid { gap: 42px; }
  .wp-housing-grid > div, .wp-acceptance-grid > div { padding: 48px 0 0; }
  .wp-guide-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wp-resource-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 700px) {
  .wp-hero-grid { min-height: 0; }
  .wp-hero { padding: 0; }
  .wp-hero-copy { padding: 48px 0 28px; }
  .wp-hero h1 { font-size: 40px; line-height: 46px; }
  .wp-hero-copy > p { font-size: 18px; line-height: 29px; }
  .wp-actions, .wp-actions .pl-btn { width: 100%; }
  .wp-hero-media { padding: 0 0 38px; }
  .wp-hero-media > img { width: 100%; max-width: 520px; max-height: none; }
  .wp-section, .wp-boundary-section, .wp-evidence { padding: 56px 0; }
  .wp-heading h2, .wp-faq h2, .wp-resources h2 { font-size: 30px; line-height: 37px; }
  .wp-exposure-rail, .wp-evidence-grid, .wp-failure-grid, .wp-resource-grid, .wp-guide { grid-template-columns: 1fr; }
  .wp-exposure, .wp-evidence-grid article { border-top: 1px solid var(--pl-line); border-left: 4px solid var(--pl-line); padding: 25px 22px; }
  .wp-exposure:first-child, .wp-evidence-grid article:first-child { border-top: 0; border-left-color: #f0b52d; }
  .wp-exposure h3, .wp-evidence-grid h3 { min-height: 0; }
  .wp-interface { grid-template-columns: 42px minmax(0, 1fr); padding: 20px 0; }
  .wp-interface > span, .wp-interface > h3, .wp-interface > div { padding: 8px 12px; }
  .wp-interface > div, .wp-interface > div:last-child { grid-column: 2; border: 0; }
  .wp-interface > div + div { border-top: 1px solid var(--pl-line); }
  .wp-seal-viewport { min-height: 430px; }
  .wp-seal-viewport canvas { height: 430px; }
  .wp-seal-legend { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 14px; }
  .wp-housing-grid, .wp-acceptance-grid, .wp-housing figure img, .wp-acceptance figure img { min-height: 0; }
  .wp-housing figure img, .wp-acceptance figure img { aspect-ratio: 16 / 10; }
  .wp-housing h2, .wp-acceptance h2, .wp-guide h2 { font-size: 30px; line-height: 37px; }
  .wp-housing-list div { grid-template-columns: 1fr; gap: 4px; }
  .wp-failure-grid article { grid-template-columns: 38px minmax(0, 1fr); border-right: 0; padding: 22px 12px; }
  .wp-failure-grid p, .wp-failure-grid strong { grid-column: 2; }
  .wp-application-matrix { grid-template-columns: 1fr; gap: 22px; }
  .wp-application-copy { padding: 22px; }
  .wp-acceptance .pl-btn, .wp-guide-form .pl-btn, .wp-bottom-cta .pl-btn { width: 100%; }
  .wp-guide figure { min-height: 300px; }
  .wp-guide figure img { max-height: 250px; }
  .wp-guide > div { padding: 34px 24px; }
  .wp-guide-form { grid-template-columns: 1fr; }
  .wp-bottom-cta .pl-container { display: grid; }
}

.go-hero { background: var(--pl-light); }
.go-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, .9fr); gap: 70px; align-items: center; min-height: 520px; padding-block: 66px 48px; }
.go-hero-copy { max-width: 650px; }
.go-eyebrow { display: block; margin-bottom: 18px; color: var(--pl-blue); font-size: 13px; font-weight: 700; letter-spacing: .08em; }
.go-hero h1 { max-width: 650px; margin: 0; color: var(--pl-ink); font-size: 50px; line-height: 56px; }
.go-hero-copy > p { max-width: 640px; margin: 22px 0 29px; color: var(--pl-muted); font-size: 19px; line-height: 30px; }
.go-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.go-hero-media { display: grid; place-items: center; min-height: 390px; margin: 0; }
.go-hero-media img { display: block; width: 100%; max-width: 620px; max-height: 410px; object-fit: contain; }
.go-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.go-metrics > div { min-height: 105px; border-left: 1px solid var(--pl-line); padding: 24px 28px; }
.go-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.go-metrics strong, .go-metrics span { display: block; }
.go-metrics strong { color: var(--pl-blue); font-size: 26px; line-height: 30px; }
.go-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }

.go-section { padding: 82px 0; background: #fff; }
.go-section.is-light { background: var(--pl-light); }
.go-heading { max-width: 830px; margin-bottom: 38px; }
.go-heading h2 { margin: 0; color: var(--pl-ink); font-size: 38px; line-height: 46px; }
.go-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.go-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.go-route-card { display: grid; grid-template-rows: 250px 1fr; min-width: 0; background: #fff; border: 1px solid var(--pl-line); }
.go-route-card figure { display: grid; place-items: center; margin: 0; padding: 24px; background: var(--pl-light); overflow: hidden; }
.go-route-card img { width: 100%; height: 100%; object-fit: contain; transition: transform .25s ease; }
.go-route-card:hover img { transform: scale(1.035); }
.go-route-card > div { display: flex; flex-direction: column; align-items: flex-start; padding: 26px; }
.go-route-card h3 { margin: 0 0 13px; color: var(--pl-ink); font-size: 24px; line-height: 30px; }
.go-route-card p { margin: 0 0 14px; color: var(--pl-muted); line-height: 24px; }
.go-route-card .go-decision { padding-top: 13px; border-top: 1px solid var(--pl-line); font-size: 14px; line-height: 22px; }
.go-route-card .pl-btn { margin-top: auto; }

.go-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.go-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.go-table th, .go-table td { border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 17px 19px; text-align: left; vertical-align: top; }
.go-table tr:last-child th, .go-table tr:last-child td { border-bottom: 0; }
.go-table th:last-child, .go-table td:last-child { border-right: 0; }
.go-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.go-table tbody th { width: 24%; color: var(--pl-ink); font-size: 16px; }
.go-table td { color: var(--pl-muted); line-height: 23px; }

.go-material-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); border-left: 1px solid var(--pl-line); }
.go-material-grid article { min-width: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 30px 26px; }
.go-material-grid article > span { display: block; width: 34px; height: 5px; margin-bottom: 25px; background: var(--pl-blue); }
.go-material-grid h3 { margin: 0 0 13px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.go-material-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }

.go-workflow { background: var(--pl-ink); }
.go-workflow .go-heading h2 { color: #fff; }
.go-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.go-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255,255,255,.18); padding: 0 24px 10px; }
.go-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.go-workflow-grid span { color: #6ab6e7; font-size: 15px; font-weight: 700; }
.go-workflow-grid h3 { min-height: 58px; margin: 13px 0 17px; color: #fff; font-size: 21px; line-height: 27px; }
.go-workflow-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 22px; }

.go-media-band { padding: 0; background: #fff; }
.go-media-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 600px; }
.go-media-grid > figure { min-height: 600px; margin: 0; background: var(--pl-light); overflow: hidden; }
.go-media-grid > figure img { width: 100%; height: 100%; object-fit: cover; }
.go-media-grid > div { padding: 78px 70px; }
.go-media-grid h2 { margin: 0 0 18px; color: var(--pl-ink); font-size: 38px; line-height: 46px; }
.go-media-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.go-quality-list { margin: 28px 0; border-top: 1px solid var(--pl-line); }
.go-quality-list > div { display: grid; grid-template-columns: 150px minmax(0, 1fr); gap: 20px; border-bottom: 1px solid var(--pl-line); padding: 14px 0; }
.go-quality-list h3, .go-quality-list p { margin: 0; }
.go-quality-list h3 { color: var(--pl-ink); font-size: 16px; line-height: 23px; }
.go-quality-list p { color: var(--pl-muted); font-size: 14px; line-height: 22px; }

.go-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.go-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.go-jump strong, .go-jump a { display: block; padding: 13px 17px; border-bottom: 1px solid var(--pl-line); }
.go-jump a { color: var(--pl-ink); font-size: 14px; text-decoration: none; }
.go-jump a:hover { color: var(--pl-blue); text-decoration: underline; }
.go-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.go-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }

.go-decision-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); border-left: 1px solid var(--pl-line); }
.go-decision-grid article { min-width: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 28px 26px; background: #fff; }
.go-decision-grid span { color: var(--pl-blue); font-size: 14px; font-weight: 700; }
.go-decision-grid h3 { margin: 11px 0 13px; color: var(--pl-ink); font-size: 22px; line-height: 28px; }
.go-decision-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }

.go-feature-band { padding: 76px 0; background: #fff; }
.go-feature-band:nth-of-type(even) { background: var(--pl-light); }
.go-feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 72px; align-items: center; }
.go-feature-grid.is-reverse > figure { order: 2; }
.go-feature-grid figure { display: grid; place-items: center; min-height: 440px; margin: 0; overflow: hidden; }
.go-feature-grid img { width: 100%; max-height: 440px; object-fit: contain; }
.go-feature-grid h2 { margin: 0 0 17px; color: var(--pl-ink); font-size: 38px; line-height: 46px; }
.go-feature-grid p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }

.go-production { padding: 0; background: var(--pl-ink); }
.go-production-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); min-height: 610px; }
.go-production-grid > div { align-self: center; padding: 72px 68px 72px 0; }
.go-production-grid h2 { margin: 0 0 18px; color: #fff; font-size: 38px; line-height: 46px; }
.go-production-grid p, .go-production-grid li { color: rgba(255,255,255,.72); }
.go-production-grid figure { min-height: 610px; margin: 0; overflow: hidden; }
.go-production-grid img { width: 100%; height: 100%; object-fit: cover; }
.go-production-grid .pl-btn { margin-top: 18px; }

.go-risk-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); border-left: 1px solid var(--pl-line); }
.go-risk-grid article { min-width: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 26px; }
.go-risk-grid h3 { margin: 0 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.go-risk-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.go-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1px; background: var(--pl-line); border: 1px solid var(--pl-line); }
.go-application-grid article { min-width: 0; background: #fff; padding: 27px; }
.go-application-grid h3 { margin: 0 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.go-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }

.go-guide { padding: 70px 0; background: var(--pl-blue-soft); }
.go-guide-grid { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 66px; align-items: center; }
.go-guide figure { display: grid; place-items: center; min-height: 390px; margin: 0; }
.go-guide img { width: auto; max-width: 100%; max-height: 350px; object-fit: contain; box-shadow: 0 18px 42px rgba(24,43,62,.18); }
.go-guide h2 { margin: 0 0 15px; color: var(--pl-ink); font-size: 36px; line-height: 43px; }
.go-guide p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.go-guide-form { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)) auto; gap: 12px; margin-top: 24px; }
.go-guide-form label span { position: absolute; width: 1px; height: 1px; overflow: hidden; }
.go-guide-form input { width: 100%; min-height: 48px; border: 1px solid var(--pl-line); padding: 0 13px; background: #fff; }

.go-faq-list details { border-top: 1px solid var(--pl-line); }
.go-faq-list details:last-child { border-bottom: 1px solid var(--pl-line); }
.go-faq-list summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.go-faq-list details p { max-width: 850px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.go-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
.go-resource-grid article { display: grid; grid-template-rows: 220px 1fr; background: #fff; border: 1px solid var(--pl-line); }
.go-resource-grid article > a { display: grid; place-items: center; overflow: hidden; background: var(--pl-light); }
.go-resource-grid img { width: 100%; height: 100%; object-fit: contain; padding: 20px; }
.go-resource-grid article > div { padding: 24px; }
.go-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.go-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.go-bottom-cta { padding: 54px 0; background: var(--pl-blue); }
.go-bottom-cta .pl-container { display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.go-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.go-bottom-cta p { max-width: 780px; margin: 9px 0 0; color: rgba(255,255,255,.82); }
.go-bottom-cta .pl-container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 980px) {
  .go-hero-grid { grid-template-columns: 1fr 1fr; gap: 35px; }
  .go-route-grid, .go-decision-grid, .go-application-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .go-material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .go-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .go-workflow-grid article:nth-child(4) { border-left: 1px solid rgba(255,255,255,.18); }
  .go-media-grid > div { padding: 58px 42px; }
  .go-guide-form { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .go-guide-form .pl-btn { width: 100%; }
}

@media (max-width: 700px) {
  .go-hero-grid { grid-template-columns: 1fr; min-height: 0; padding-block: 42px 30px; }
  .go-hero h1 { font-size: 39px; line-height: 45px; }
  .go-hero-copy > p { font-size: 17px; line-height: 27px; }
  .go-actions { display: grid; }
  .go-actions .pl-btn { width: 100%; }
  .go-hero-media { min-height: 280px; }
  .go-hero-media img { max-height: 300px; }
  .go-metrics { grid-template-columns: 1fr; }
  .go-metrics > div, .go-metrics > div:last-child { min-height: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); }
  .go-section { padding: 58px 0; }
  .go-heading h2, .go-media-grid h2, .go-feature-grid h2, .go-production-grid h2 { font-size: 30px; line-height: 37px; }
  .go-heading p { font-size: 16px; line-height: 26px; }
  .go-route-grid, .go-material-grid, .go-decision-grid, .go-risk-grid, .go-application-grid, .go-resource-grid { grid-template-columns: 1fr; }
  .go-route-card { grid-template-rows: 230px 1fr; }
  .go-workflow-grid { grid-template-columns: 1fr; gap: 0; }
  .go-workflow-grid article, .go-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); padding: 24px; }
  .go-workflow-grid h3 { min-height: 0; }
  .go-media-grid, .go-feature-grid, .go-production-grid, .go-guide-grid, .go-definition-grid { grid-template-columns: 1fr; }
  .go-media-grid > figure, .go-production-grid figure { min-height: 330px; }
  .go-media-grid > div, .go-production-grid > div { padding: 48px 0; }
  .go-quality-list > div { grid-template-columns: 1fr; gap: 5px; }
  .go-jump { display: none; }
  .go-feature-grid { gap: 28px; }
  .go-feature-grid.is-reverse > figure { order: 0; }
  .go-feature-grid figure { min-height: 290px; }
  .go-production-grid { min-height: 0; }
  .go-guide-grid { gap: 28px; }
  .go-guide figure { min-height: 300px; }
  .go-guide h2 { font-size: 29px; line-height: 36px; }
  .go-guide-form { grid-template-columns: 1fr; }
  .go-bottom-cta .pl-container, .go-bottom-cta .pl-container > div:last-child { display: grid; width: 100%; }
  .go-bottom-cta .pl-btn { width: 100%; }
}


.ap-hero { background: #eef4f8; }
.ap-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(460px, .92fr);
  gap: 68px;
  align-items: center;
  min-height: 560px;
  padding-block: 64px 44px;
}
.ap-hero-copy { max-width: 720px; }
.ap-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.ap-hero h1 { margin: 0; color: var(--pl-ink); font-size: 54px; line-height: 60px; }
.ap-hero-copy > p { margin: 23px 0 0; color: var(--pl-muted); font-size: 19px; line-height: 30px; }
.ap-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 31px; }
.ap-hero-media {
  display: grid;
  min-height: 420px;
  margin: 0;
  place-items: center;
  overflow: hidden;
}
.ap-hero-media img {
  width: 100%;
  max-width: 600px;
  max-height: 430px;
  object-fit: contain;
  filter: drop-shadow(0 28px 34px rgba(33, 47, 61, .18));
}
.ap-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.ap-metrics > div { min-height: 105px; border-left: 1px solid var(--pl-line); padding: 23px 27px; }
.ap-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.ap-metrics strong, .ap-metrics span { display: block; }
.ap-metrics strong { color: var(--pl-blue); font-size: 23px; line-height: 29px; }
.ap-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.ap-section { padding: 84px 0; background: #fff; }
.ap-heading { max-width: 900px; margin-bottom: 40px; }
.ap-heading h2, .ap-faq h2, .ap-resources h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.ap-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.ap-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.ap-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.ap-jump strong, .ap-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.ap-jump a { color: var(--pl-ink); font-size: 14px; text-decoration: none; }
.ap-jump a:hover { color: var(--pl-blue); text-decoration: underline; }
.ap-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.ap-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.ap-specification { background: var(--pl-light); scroll-margin-top: 140px; }
.ap-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.ap-table { width: 100%; min-width: 960px; border-collapse: collapse; }
.ap-table th, .ap-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.ap-table tr:last-child th, .ap-table tr:last-child td { border-bottom: 0; }
.ap-table th:last-child, .ap-table td:last-child { border-right: 0; }
.ap-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.ap-table tbody th { width: 21%; color: var(--pl-ink); font-size: 16px; }
.ap-table td { color: var(--pl-muted); line-height: 23px; }
.ap-optics { padding: 84px 0; scroll-margin-top: 140px; background: #111820; }
.ap-optics .ap-heading h2 { color: #fff; }
.ap-optics .ap-heading p { color: #b8c5d0; }
.ap-state-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.ap-state { min-width: 0; margin: 0; border: 1px solid #40505d; background: #080d12; }
.ap-state > div { display: grid; min-height: 350px; overflow: hidden; padding: 30px; place-items: center; }
.ap-state img { width: 105%; max-width: none; object-fit: contain; }
.ap-state-off img { opacity: .26; filter: grayscale(1) brightness(.16) contrast(1.35); }
.ap-state-on img { filter: drop-shadow(0 0 18px rgba(132, 227, 255, .2)); }
.ap-state figcaption { display: flex; gap: 14px; border-top: 1px solid #40505d; padding: 17px 20px; color: #dce6ee; }
.ap-state figcaption span { color: #7bcff5; font-weight: 700; }
.ap-optics-checks {
  display: grid;
  grid-template-columns: 255px minmax(0, 1fr);
  gap: 38px;
  margin-top: 32px;
  border-top: 1px solid #40505d;
  padding-top: 29px;
}
.ap-optics-checks h3 { margin: 0; color: #fff; font-size: 23px; }
.ap-optics-checks ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 28px; margin: 0; }
.ap-optics-checks li { color: #becad4; }
.ap-print-band { background: #fff; }
.ap-print-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); min-height: 620px; }
.ap-print-grid figure { min-width: 0; min-height: 620px; margin: 0; overflow: hidden; background: var(--pl-light); }
.ap-print-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.ap-print-grid > div { align-self: center; padding: 68px 0 68px 68px; }
.ap-print-grid h2, .ap-inspection h2, .ap-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.ap-print-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ap-print-list { margin-top: 28px; border-top: 1px solid var(--pl-line); }
.ap-print-list > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; border-bottom: 1px solid var(--pl-line); padding: 15px 0; }
.ap-print-list h3, .ap-print-list p { margin: 0; }
.ap-print-list h3 { color: var(--pl-ink); font-size: 16px; line-height: 23px; }
.ap-print-list p { color: var(--pl-muted); font-size: 14px; line-height: 22px; }
.ap-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.ap-route-grid article { min-width: 0; border-left: 1px solid var(--pl-line); padding: 29px 27px 10px; }
.ap-route-grid article:first-child { border-left: 4px solid #f0b52d; }
.ap-route-grid > article > span { color: var(--pl-blue); font-weight: 700; }
.ap-route-grid h3 { margin: 12px 0 23px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.ap-route-grid article > div { border-top: 1px solid var(--pl-line); padding: 14px 0; }
.ap-route-grid strong { color: var(--pl-ink); font-size: 13px; text-transform: uppercase; }
.ap-route-grid p { margin: 5px 0 0; color: var(--pl-muted); line-height: 23px; }
.ap-workflow { padding: 84px 0; background: var(--pl-ink); }
.ap-workflow .ap-heading h2 { color: #fff; }
.ap-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ap-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .18); padding: 0 24px 10px; }
.ap-workflow-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.ap-workflow-grid span { color: #6ab6e7; font-size: 14px; font-weight: 700; }
.ap-workflow-grid h3 { min-height: 58px; margin: 13px 0 17px; color: #fff; font-size: 21px; line-height: 27px; }
.ap-workflow-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 22px; }
.ap-inspection { background: #e8f1f7; scroll-margin-top: 140px; }
.ap-inspection-grid { display: grid; grid-template-columns: minmax(430px, .92fr) minmax(0, 1.08fr); min-height: 610px; }
.ap-inspection-grid > div { align-self: center; padding: 66px 68px 66px 0; }
.ap-inspection p, .ap-inspection li { color: #596b7b; }
.ap-inspection .pl-btn { margin-top: 18px; }
.ap-inspection figure { min-height: 610px; margin: 0; overflow: hidden; }
.ap-inspection figure img { width: 100%; height: 100%; object-fit: cover; }
.ap-applications { background: var(--pl-light); }
.ap-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); border-left: 1px solid var(--pl-line); }
.ap-application-grid article { min-width: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 27px; background: #fff; }
.ap-application-grid span { color: var(--pl-blue); font-weight: 700; }
.ap-application-grid h3 { margin: 12px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ap-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.ap-quote { padding: 72px 0; background: #dfeef7; scroll-margin-top: 140px; }
.ap-quote-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(480px, 1.2fr); gap: 72px; align-items: start; }
.ap-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ap-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.ap-quote li { break-inside: avoid; color: #526474; }
.ap-quote .pl-btn { margin-top: 19px; }
.ap-faq { background: #fff; }
.ap-faq-list { max-width: 1000px; margin-top: 31px; }
.ap-faq details { border-top: 1px solid var(--pl-line); }
.ap-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.ap-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.ap-faq details p { max-width: 880px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.ap-resources { background: var(--pl-light); }
.ap-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ap-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.ap-resource-grid article > a { display: grid; overflow: hidden; background: #fff; place-items: center; }
.ap-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .25s ease; }
.ap-resource-grid article:hover img { transform: scale(1.03); }
.ap-resource-grid article > div { padding: 24px; }
.ap-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.ap-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.ap-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.ap-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.ap-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.ap-bottom-cta p { max-width: 840px; margin: 9px 0 0; color: rgba(255, 255, 255, .82); }

@media (max-width: 1050px) {
  .ap-hero-grid, .ap-print-grid, .ap-inspection-grid, .ap-quote-grid { grid-template-columns: 1fr; }
  .ap-hero-grid { gap: 24px; }
  .ap-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ap-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .ap-print-grid > div, .ap-inspection-grid > div { padding: 58px 0; }
  .ap-inspection figure { min-height: 480px; }
}

@media (max-width: 700px) {
  .ap-hero-grid { min-height: 0; padding-block: 46px 28px; }
  .ap-hero h1 { font-size: 40px; line-height: 46px; }
  .ap-hero-copy > p { font-size: 17px; line-height: 27px; }
  .ap-actions, .ap-actions .pl-btn { width: 100%; }
  .ap-hero-media { min-height: 280px; }
  .ap-hero-media img { max-height: 310px; }
  .ap-metrics, .ap-state-grid, .ap-route-grid, .ap-workflow-grid,
  .ap-application-grid, .ap-resource-grid, .ap-definition-grid { grid-template-columns: 1fr; }
  .ap-metrics > div, .ap-metrics > div:last-child { min-height: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); }
  .ap-section, .ap-optics, .ap-workflow { padding: 58px 0; }
  .ap-heading h2, .ap-faq h2, .ap-resources h2, .ap-print-grid h2,
  .ap-inspection h2, .ap-quote h2 { font-size: 30px; line-height: 37px; }
  .ap-jump { display: none; }
  .ap-state > div { min-height: 250px; padding: 18px; }
  .ap-optics-checks { grid-template-columns: 1fr; gap: 18px; }
  .ap-optics-checks ul { grid-template-columns: 1fr; }
  .ap-print-grid figure, .ap-inspection figure { min-height: 330px; }
  .ap-print-list > div { grid-template-columns: 1fr; gap: 5px; }
  .ap-route-grid article { border-top: 1px solid var(--pl-line); border-left: 4px solid var(--pl-line); padding: 24px 20px; }
  .ap-route-grid article:first-child { border-top: 0; border-left-color: #f0b52d; }
  .ap-workflow-grid article, .ap-workflow-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); padding: 24px; }
  .ap-workflow-grid h3 { min-height: 0; }
  .ap-inspection-grid > div { order: 2; }
  .ap-quote-grid { gap: 30px; }
  .ap-quote ul { columns: 1; }
  .ap-quote .pl-btn, .ap-inspection .pl-btn, .ap-bottom-cta .pl-btn { width: 100%; }
  .ap-resource-grid { gap: 20px; }
  .ap-bottom-cta .pl-container { display: grid; }
}

.gn-hero { background: #eef4f8; }
.gn-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(480px, .95fr);
  gap: 58px;
  align-items: center;
  min-height: 585px;
  padding-block: 58px 38px;
}
.gn-hero-copy { max-width: 735px; }
.gn-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.gn-hero h1 { margin: 0; color: var(--pl-ink); font-size: 52px; line-height: 59px; }
.gn-hero-copy > p { margin: 22px 0 0; color: var(--pl-muted); font-size: 19px; line-height: 30px; }
.gn-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.gn-hero-media { display: grid; min-height: 440px; margin: 0; place-items: center; overflow: visible; }
.gn-hero-media img { width: 112%; max-width: 690px; max-height: 500px; object-fit: contain; }
.gn-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.gn-metrics > div { min-height: 106px; border-left: 1px solid var(--pl-line); padding: 23px 27px; }
.gn-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.gn-metrics strong, .gn-metrics span { display: block; }
.gn-metrics strong { color: var(--pl-blue); font-size: 23px; line-height: 29px; }
.gn-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.gn-section { padding: 84px 0; background: #fff; }
.gn-heading { max-width: 930px; margin-bottom: 39px; }
.gn-heading h2, .gn-faq h2, .gn-resources h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.gn-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.gn-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.gn-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.gn-jump strong, .gn-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.gn-jump a { color: var(--pl-ink); font-size: 14px; text-decoration: none; }
.gn-jump a:hover { color: var(--pl-blue); text-decoration: underline; }
.gn-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.gn-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.gn-states { padding: 84px 0; scroll-margin-top: 140px; background: #111820; }
.gn-states .gn-heading h2 { color: #fff; }
.gn-states .gn-heading p { color: #b8c5d0; }
.gn-state-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #40505d; border-left: 1px solid #40505d; }
.gn-state-grid article { min-width: 0; border-right: 1px solid #40505d; border-bottom: 1px solid #40505d; padding: 27px; }
.gn-state-grid span { color: #69c8f3; font-weight: 700; }
.gn-state-grid h3 { margin: 10px 0 21px; color: #fff; font-size: 25px; }
.gn-state-grid strong { display: block; color: #c8d4dd; font-size: 12px; text-transform: uppercase; }
.gn-state-grid p { margin: 5px 0 18px; color: #aebcc7; line-height: 23px; }
.gn-specification { scroll-margin-top: 140px; background: var(--pl-light); }
.gn-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.gn-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.gn-table th, .gn-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.gn-table tr:last-child th, .gn-table tr:last-child td { border-bottom: 0; }
.gn-table th:last-child, .gn-table td:last-child { border-right: 0; }
.gn-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.gn-table tbody th { width: 21%; color: var(--pl-ink); font-size: 16px; }
.gn-table td { color: var(--pl-muted); line-height: 23px; }
.gn-optics { padding: 84px 0; scroll-margin-top: 140px; background: #e7f0f6; }
.gn-optics-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; }
.gn-optics-grid figure { min-width: 0; margin: 0; border: 1px solid #b9cbd7; background: #17212a; }
.gn-optics-grid figure > div { display: grid; min-height: 380px; overflow: hidden; padding: 22px; place-items: center; }
.gn-optics-grid img { width: 100%; height: 100%; object-fit: contain; }
.gn-optics-grid figcaption { display: flex; gap: 14px; border-top: 1px solid #40505d; padding: 17px 20px; color: #dce6ee; }
.gn-optics-grid figcaption span { color: #7bcff5; font-weight: 700; }
.gn-optics-checks { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 38px; margin-top: 31px; border-top: 1px solid #b9cbd7; padding-top: 28px; }
.gn-optics-checks h3 { margin: 0; color: var(--pl-ink); font-size: 22px; }
.gn-optics-checks ul { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 10px 28px; margin: 0; }
.gn-optics-checks li { color: var(--pl-muted); }
.gn-construction { background: #fff; }
.gn-construction-grid { display: grid; grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); min-height: 620px; }
.gn-construction figure { display: grid; min-width: 0; min-height: 620px; margin: 0; overflow: hidden; background: #dce9f1; place-items: center; }
.gn-construction figure img { width: 100%; max-height: 570px; object-fit: contain; }
.gn-construction-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.gn-construction h2, .gn-inspection h2, .gn-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.gn-construction-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.gn-construction-list { margin-top: 28px; border-top: 1px solid var(--pl-line); }
.gn-construction-list > div { display: grid; grid-template-columns: 145px minmax(0, 1fr); gap: 22px; border-bottom: 1px solid var(--pl-line); padding: 15px 0; }
.gn-construction-list h3, .gn-construction-list p { margin: 0; }
.gn-construction-list h3 { color: var(--pl-ink); font-size: 16px; line-height: 23px; }
.gn-construction-list p { color: var(--pl-muted); font-size: 14px; line-height: 22px; }
.gn-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.gn-route-grid article { min-width: 0; border-left: 1px solid var(--pl-line); padding: 29px 27px 10px; }
.gn-route-grid article:first-child { border-left: 4px solid #f0b52d; }
.gn-route-grid > article > span { color: var(--pl-blue); font-weight: 700; }
.gn-route-grid h3 { margin: 12px 0 23px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.gn-route-grid article > div { border-top: 1px solid var(--pl-line); padding: 14px 0; }
.gn-route-grid strong { color: var(--pl-ink); font-size: 13px; text-transform: uppercase; }
.gn-route-grid p { margin: 5px 0 0; color: var(--pl-muted); line-height: 23px; }
.gn-workflow { padding: 84px 0; background: var(--pl-ink); }
.gn-workflow .gn-heading h2 { color: #fff; }
.gn-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.gn-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .18); padding: 0 24px 10px; }
.gn-workflow-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.gn-workflow-grid span { color: #6ab6e7; font-size: 14px; font-weight: 700; }
.gn-workflow-grid h3 { min-height: 58px; margin: 13px 0 17px; color: #fff; font-size: 21px; line-height: 27px; }
.gn-workflow-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 22px; }
.gn-inspection { background: #e8f1f7; }
.gn-inspection-grid { display: grid; grid-template-columns: minmax(430px, .92fr) minmax(0, 1.08fr); min-height: 610px; }
.gn-inspection-grid > div { align-self: center; padding: 66px 68px 66px 0; }
.gn-inspection p, .gn-inspection li { color: #596b7b; }
.gn-inspection .pl-btn { margin-top: 18px; }
.gn-inspection figure { min-height: 610px; margin: 0; overflow: hidden; }
.gn-inspection figure img { width: 100%; height: 100%; object-fit: cover; }
.gn-applications { background: var(--pl-light); }
.gn-application-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); border-left: 1px solid var(--pl-line); }
.gn-application-grid article { min-width: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 27px; background: #fff; }
.gn-application-grid span { color: var(--pl-blue); font-weight: 700; }
.gn-application-grid h3 { margin: 12px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.gn-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.gn-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.gn-quote-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: 72px; align-items: start; }
.gn-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.gn-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.gn-quote li { break-inside: avoid; color: #526474; }
.gn-quote .pl-btn { margin-top: 19px; }
.gn-faq-list { max-width: 1000px; margin-top: 31px; }
.gn-faq details { border-top: 1px solid var(--pl-line); }
.gn-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.gn-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.gn-faq details p { max-width: 890px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.gn-resources { background: var(--pl-light); }
.gn-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.gn-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.gn-resource-grid article > a { display: grid; overflow: hidden; background: #fff; place-items: center; }
.gn-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .25s ease; }
.gn-resource-grid article:hover img { transform: scale(1.03); }
.gn-resource-grid article > div { padding: 24px; }
.gn-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.gn-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.gn-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.gn-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.gn-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.gn-bottom-cta p { max-width: 840px; margin: 9px 0 0; color: rgba(255, 255, 255, .82); }

@media (max-width: 1050px) {
  .gn-hero-grid, .gn-construction-grid, .gn-inspection-grid, .gn-quote-grid { grid-template-columns: 1fr; }
  .gn-hero-grid { gap: 20px; }
  .gn-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gn-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .gn-construction-grid > div, .gn-inspection-grid > div { padding: 58px 0; }
  .gn-inspection figure { min-height: 480px; }
}

@media (max-width: 700px) {
  .gn-hero-grid { min-height: 0; padding-block: 46px 28px; }
  .gn-hero h1 { font-size: 39px; line-height: 45px; }
  .gn-hero-copy > p { font-size: 17px; line-height: 27px; }
  .gn-actions, .gn-actions .pl-btn { width: 100%; }
  .gn-hero-media { min-height: 300px; }
  .gn-hero-media img { width: 108%; max-height: 330px; }
  .gn-metrics, .gn-state-grid, .gn-optics-grid, .gn-route-grid, .gn-workflow-grid,
  .gn-application-grid, .gn-resource-grid, .gn-definition-grid { grid-template-columns: 1fr; }
  .gn-metrics > div, .gn-metrics > div:last-child { min-height: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); }
  .gn-section, .gn-states, .gn-optics, .gn-workflow { padding: 58px 0; }
  .gn-heading h2, .gn-faq h2, .gn-resources h2, .gn-construction h2,
  .gn-inspection h2, .gn-quote h2 { font-size: 30px; line-height: 37px; }
  .gn-jump { display: none; }
  .gn-state-grid article { padding: 24px 20px; }
  .gn-optics-grid figure > div { min-height: 250px; padding: 12px; }
  .gn-optics-checks { grid-template-columns: 1fr; gap: 18px; }
  .gn-optics-checks ul { grid-template-columns: 1fr; }
  .gn-construction figure, .gn-inspection figure { min-height: 330px; }
  .gn-construction-list > div { grid-template-columns: 1fr; gap: 5px; }
  .gn-route-grid article { border-top: 1px solid var(--pl-line); border-left: 4px solid var(--pl-line); padding: 24px 20px; }
  .gn-route-grid article:first-child { border-top: 0; border-left-color: #f0b52d; }
  .gn-workflow-grid article, .gn-workflow-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); border-bottom: 1px solid rgba(255, 255, 255, .18); padding: 24px; }
  .gn-workflow-grid h3 { min-height: 0; }
  .gn-inspection-grid > div { order: 2; }
  .gn-quote-grid { gap: 30px; }
  .gn-quote ul { columns: 1; }
  .gn-quote .pl-btn, .gn-inspection .pl-btn, .gn-bottom-cta .pl-btn { width: 100%; }
  .gn-resource-grid { gap: 20px; }
  .gn-bottom-cta .pl-container { display: grid; }
}

.ln-hero { background: #eef4f8; }
.ln-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .96fr);
  gap: 54px;
  align-items: center;
  min-height: 585px;
  padding-block: 58px 38px;
}
.ln-hero-copy { max-width: 735px; }
.ln-eyebrow {
  display: block;
  margin-bottom: 16px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.ln-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 52px;
  line-height: 59px;
}
.ln-hero-copy > p {
  margin: 22px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.ln-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ln-hero-media {
  display: grid;
  min-height: 440px;
  margin: 0;
  overflow: visible;
  place-items: center;
}
.ln-hero-media img { width: 110%; max-width: 710px; max-height: 505px; object-fit: contain; }
.ln-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.ln-metrics > div { min-height: 106px; border-left: 1px solid var(--pl-line); padding: 23px 27px; }
.ln-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.ln-metrics strong, .ln-metrics span { display: block; }
.ln-metrics strong { color: var(--pl-blue); font-size: 23px; line-height: 29px; }
.ln-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.ln-section { padding: 84px 0; background: #fff; }
.ln-heading { max-width: 930px; margin-bottom: 39px; }
.ln-heading h2, .ln-faq h2, .ln-resources h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.ln-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.ln-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.ln-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.ln-jump strong, .ln-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.ln-jump a { color: var(--pl-ink); font-size: 14px; text-decoration: none; }
.ln-jump a:hover { color: var(--pl-blue); text-decoration: underline; }
.ln-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.ln-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.ln-controls { padding: 84px 0; scroll-margin-top: 140px; background: #111820; }
.ln-controls .ln-heading h2 { color: #fff; }
.ln-controls .ln-heading p { color: #b8c5d0; }
.ln-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #40505d;
  border-left: 1px solid #40505d;
}
.ln-control-grid article { min-width: 0; border-right: 1px solid #40505d; border-bottom: 1px solid #40505d; padding: 27px; }
.ln-control-grid span { color: #69c8f3; font-weight: 700; }
.ln-control-grid h3 { margin: 10px 0 21px; color: #fff; font-size: 25px; line-height: 31px; }
.ln-control-grid strong { display: block; color: #c8d4dd; font-size: 12px; text-transform: uppercase; }
.ln-control-grid p { margin: 5px 0 18px; color: #aebcc7; line-height: 23px; }
.ln-specification { scroll-margin-top: 140px; background: var(--pl-light); }
.ln-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.ln-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.ln-table th, .ln-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.ln-table tr:last-child th, .ln-table tr:last-child td { border-bottom: 0; }
.ln-table th:last-child, .ln-table td:last-child { border-right: 0; }
.ln-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.ln-table tbody th { width: 21%; color: var(--pl-ink); font-size: 16px; }
.ln-table td { color: var(--pl-muted); line-height: 23px; }
.ln-variable, .ln-surface { padding: 0; scroll-margin-top: 140px; background: #e7f0f6; }
.ln-variable-grid, .ln-surface-grid {
  display: grid;
  grid-template-columns: minmax(430px, .94fr) minmax(0, 1.06fr);
  min-height: 600px;
}
.ln-variable-grid > div, .ln-surface-grid > div { align-self: center; padding: 66px 68px 66px 0; }
.ln-variable h2, .ln-construction h2, .ln-surface h2, .ln-inspection h2, .ln-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.ln-variable p, .ln-surface p, .ln-inspection p { color: #596b7b; font-size: 17px; line-height: 28px; }
.ln-variable figure, .ln-surface figure {
  display: grid;
  min-width: 0;
  min-height: 600px;
  margin: 0;
  overflow: hidden;
  place-items: center;
}
.ln-variable figure { background: #17212a; }
.ln-variable figure img { width: 100%; max-height: 520px; padding: 34px; object-fit: contain; }
.ln-surface-grid { grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr); }
.ln-surface-grid > div { padding-right: 68px; }
.ln-surface figure { background: #d8e7f1; }
.ln-surface figure img { width: 100%; max-height: 570px; object-fit: contain; }
.ln-surface .pl-btn, .ln-inspection .pl-btn { margin-top: 18px; }
.ln-construction { background: #fff; }
.ln-construction-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.06fr) minmax(430px, .94fr);
  min-height: 620px;
}
.ln-construction figure {
  display: grid;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #dce9f1;
  place-items: center;
}
.ln-construction figure img { width: 100%; max-height: 570px; padding: 24px; object-fit: contain; }
.ln-construction-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.ln-construction-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ln-construction-list { margin-top: 28px; border-top: 1px solid var(--pl-line); }
.ln-construction-list > div {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 22px;
  border-bottom: 1px solid var(--pl-line);
  padding: 15px 0;
}
.ln-construction-list h3, .ln-construction-list p { margin: 0; }
.ln-construction-list h3 { color: var(--pl-ink); font-size: 16px; line-height: 23px; }
.ln-construction-list p { color: var(--pl-muted); font-size: 14px; line-height: 22px; }
.ln-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.ln-route-grid article { min-width: 0; border-left: 1px solid var(--pl-line); padding: 29px 27px 10px; }
.ln-route-grid article:first-child { border-left: 4px solid #f0b52d; }
.ln-route-grid > article > span { color: var(--pl-blue); font-weight: 700; }
.ln-route-grid h3 { margin: 12px 0 23px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.ln-route-grid article > div { border-top: 1px solid var(--pl-line); padding: 14px 0; }
.ln-route-grid strong { color: var(--pl-ink); font-size: 13px; text-transform: uppercase; }
.ln-route-grid p { margin: 5px 0 0; color: var(--pl-muted); line-height: 23px; }
.ln-workflow { padding: 84px 0; background: var(--pl-ink); }
.ln-workflow .ln-heading h2 { color: #fff; }
.ln-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ln-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .18); padding: 0 24px 10px; }
.ln-workflow-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.ln-workflow-grid span { color: #6ab6e7; font-size: 14px; font-weight: 700; }
.ln-workflow-grid h3 { min-height: 58px; margin: 13px 0 17px; color: #fff; font-size: 21px; line-height: 27px; }
.ln-workflow-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 22px; }
.ln-inspection { background: #e8f1f7; }
.ln-inspection-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); min-height: 610px; }
.ln-inspection figure { min-height: 610px; margin: 0; overflow: hidden; }
.ln-inspection figure img { width: 100%; height: 100%; object-fit: cover; }
.ln-inspection-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.ln-applications { background: var(--pl-light); }
.ln-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.ln-application-grid article { min-width: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); padding: 27px; background: #fff; }
.ln-application-grid span { color: var(--pl-blue); font-weight: 700; }
.ln-application-grid h3 { margin: 12px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ln-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.ln-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.ln-quote-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: 72px; align-items: start; }
.ln-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ln-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.ln-quote li { break-inside: avoid; color: #526474; }
.ln-quote .pl-btn { margin-top: 19px; }
.ln-faq-list { max-width: 1000px; margin-top: 31px; }
.ln-faq details { border-top: 1px solid var(--pl-line); }
.ln-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.ln-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.ln-faq details p { max-width: 890px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.ln-resources { background: var(--pl-light); }
.ln-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ln-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.ln-resource-grid article > a { display: grid; overflow: hidden; background: #fff; place-items: center; }
.ln-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; transition: transform .25s ease; }
.ln-resource-grid article:hover img { transform: scale(1.03); }
.ln-resource-grid article > div { padding: 24px; }
.ln-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.ln-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.ln-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.ln-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.ln-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.ln-bottom-cta p { max-width: 840px; margin: 9px 0 0; color: rgba(255, 255, 255, .82); }

@media (max-width: 1050px) {
  .ln-hero-grid, .ln-variable-grid, .ln-construction-grid, .ln-surface-grid,
  .ln-inspection-grid, .ln-quote-grid { grid-template-columns: 1fr; }
  .ln-hero-grid { gap: 20px; }
  .ln-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ln-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .ln-variable-grid > div, .ln-surface-grid > div, .ln-construction-grid > div,
  .ln-inspection-grid > div { padding: 58px 0; }
  .ln-variable figure, .ln-surface figure, .ln-inspection figure { min-height: 480px; }
}

@media (max-width: 700px) {
  .ln-hero-grid { min-height: 0; padding-block: 46px 28px; }
  .ln-hero h1 { font-size: 39px; line-height: 45px; }
  .ln-hero-copy > p { font-size: 17px; line-height: 27px; }
  .ln-actions, .ln-actions .pl-btn { width: 100%; }
  .ln-hero-media { min-height: 300px; }
  .ln-hero-media img { width: 104%; max-height: 330px; }
  .ln-metrics, .ln-control-grid, .ln-route-grid, .ln-workflow-grid,
  .ln-application-grid, .ln-resource-grid, .ln-definition-grid { grid-template-columns: 1fr; }
  .ln-metrics > div, .ln-metrics > div:last-child { min-height: 0; border-right: 1px solid var(--pl-line); border-bottom: 1px solid var(--pl-line); }
  .ln-section, .ln-controls, .ln-workflow { padding: 58px 0; }
  .ln-heading h2, .ln-faq h2, .ln-resources h2, .ln-variable h2,
  .ln-construction h2, .ln-surface h2, .ln-inspection h2, .ln-quote h2 { font-size: 30px; line-height: 37px; }
  .ln-jump { display: none; }
  .ln-control-grid article { padding: 24px 20px; }
  .ln-variable figure, .ln-surface figure, .ln-construction figure, .ln-inspection figure { min-height: 330px; }
  .ln-variable figure img, .ln-construction figure img { padding: 14px; }
  .ln-construction-list > div { grid-template-columns: 1fr; gap: 5px; }
  .ln-route-grid article { border-top: 1px solid var(--pl-line); border-left: 4px solid var(--pl-line); padding: 24px 20px; }
  .ln-route-grid article:first-child { border-top: 0; border-left-color: #f0b52d; }
  .ln-workflow-grid article, .ln-workflow-grid article:last-child {
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 24px;
  }
  .ln-workflow-grid h3 { min-height: 0; }
  .ln-inspection figure { order: 2; }
  .ln-quote-grid { gap: 30px; }
  .ln-quote ul { columns: 1; }
  .ln-quote .pl-btn, .ln-surface .pl-btn, .ln-inspection .pl-btn, .ln-bottom-cta .pl-btn { width: 100%; }
  .ln-resource-grid { gap: 20px; }
  .ln-bottom-cta .pl-container { display: grid; }
}

.dl-hero { background: #edf4f8; }
.dl-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .96fr);
  gap: 48px;
  align-items: center;
  min-height: 585px;
  padding-block: 58px 34px;
}
.dl-hero-copy { max-width: 735px; }
.dl-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.dl-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 52px;
  line-height: 59px;
}
.dl-hero-copy > p {
  margin: 22px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.dl-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.dl-hero-media { display: grid; min-height: 440px; margin: 0; place-items: center; }
.dl-hero-media img { width: 112%; max-width: 720px; max-height: 515px; object-fit: contain; }
.dl-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.dl-metrics > div { min-height: 106px; border-left: 1px solid var(--pl-line); padding: 23px 27px; }
.dl-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.dl-metrics strong, .dl-metrics span { display: block; }
.dl-metrics strong { color: var(--pl-blue); font-size: 23px; line-height: 29px; }
.dl-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.dl-section { padding: 84px 0; background: #fff; }
.dl-heading { max-width: 940px; margin-bottom: 39px; }
.dl-heading h2, .dl-faq h2, .dl-resources h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.dl-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.dl-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.dl-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.dl-jump strong, .dl-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.dl-jump a { color: var(--pl-ink); font-size: 14px; text-decoration: none; }
.dl-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.dl-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.dl-controls { padding: 84px 0; scroll-margin-top: 140px; background: #111820; }
.dl-controls .dl-heading h2 { color: #fff; }
.dl-controls .dl-heading p { color: #b8c5d0; }
.dl-control-grid, .dl-defect-grid, .dl-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.dl-control-grid { border-color: #40505d; }
.dl-control-grid article, .dl-defect-grid article, .dl-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
}
.dl-control-grid article { border-color: #40505d; }
.dl-control-grid span, .dl-defect-grid span, .dl-application-grid span { color: #69c8f3; font-weight: 700; }
.dl-control-grid h3 { margin: 10px 0 21px; color: #fff; font-size: 25px; line-height: 31px; }
.dl-control-grid strong { display: block; color: #c8d4dd; font-size: 12px; text-transform: uppercase; }
.dl-control-grid p { margin: 5px 0 18px; color: #aebcc7; line-height: 23px; }
.dl-specification { scroll-margin-top: 140px; background: var(--pl-light); }
.dl-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.dl-table { width: 100%; min-width: 980px; border-collapse: collapse; }
.dl-table th, .dl-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.dl-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.dl-table tbody th { width: 21%; color: var(--pl-ink); font-size: 16px; }
.dl-table td { color: var(--pl-muted); line-height: 23px; }
.dl-construction, .dl-surface { background: #e5eff5; }
.dl-surface { background: #dceaf3; scroll-margin-top: 140px; }
.dl-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  min-height: 620px;
}
.dl-media-grid figure {
  display: grid;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.dl-surface figure { background: #cddfe9; }
.dl-media-grid figure img { width: 100%; max-height: 570px; padding: 24px; object-fit: contain; }
.dl-media-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.dl-surface .dl-media-grid > div { padding: 66px 68px 66px 0; }
.dl-media-grid h2, .dl-inspection h2, .dl-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.dl-media-grid > div > p, .dl-inspection p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.dl-titled-list { margin-top: 27px; border-top: 1px solid var(--pl-line); }
.dl-titled-list > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--pl-line);
  padding: 14px 0;
}
.dl-titled-list h3, .dl-titled-list p { margin: 0; }
.dl-titled-list h3 { color: var(--pl-ink); font-size: 16px; line-height: 23px; }
.dl-titled-list p { color: var(--pl-muted); font-size: 14px; line-height: 22px; }
.dl-surface .pl-btn, .dl-inspection .pl-btn { margin-top: 18px; }
.dl-route-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.dl-route-grid article { min-width: 0; border-left: 1px solid var(--pl-line); padding: 29px 27px 12px; }
.dl-route-grid article:first-child { border-left: 4px solid var(--pl-blue); }
.dl-route-grid span { color: var(--pl-blue); font-weight: 700; }
.dl-route-grid h3 { margin: 12px 0 22px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.dl-route-grid strong { display: block; border-top: 1px solid var(--pl-line); padding-top: 13px; color: var(--pl-ink); font-size: 12px; text-transform: uppercase; }
.dl-route-grid p { margin: 5px 0 16px; color: var(--pl-muted); line-height: 23px; }
.dl-process { padding: 84px 0; scroll-margin-top: 140px; background: #111820; }
.dl-process .dl-heading h2 { color: #fff; }
.dl-process .dl-heading p { color: #b8c5d0; }
.dl-process-intro { display: grid; grid-template-columns: minmax(430px, .88fr) minmax(0, 1.12fr); gap: 56px; align-items: center; }
.dl-process-intro figure { margin: 0; }
.dl-process-intro img { width: 100%; max-height: 430px; object-fit: contain; }
.dl-process-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); margin-top: 38px; }
.dl-process-grid article { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .18); padding: 0 22px 8px; }
.dl-process-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.dl-process-grid span { color: #69c8f3; font-weight: 700; }
.dl-process-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.dl-process-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 22px; }
.dl-defects { background: var(--pl-light); }
.dl-defect-grid article, .dl-application-grid article { background: #fff; }
.dl-defect-grid h3, .dl-application-grid h3 { margin: 12px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.dl-defect-grid p, .dl-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.dl-inspection { background: #e8f1f7; }
.dl-inspection-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); min-height: 610px; }
.dl-inspection figure { min-height: 610px; margin: 0; overflow: hidden; }
.dl-inspection figure img { width: 100%; height: 100%; object-fit: cover; }
.dl-inspection-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.dl-applications { background: #fff; }
.dl-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.dl-quote-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(500px, 1.2fr); gap: 72px; }
.dl-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.dl-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.dl-quote li { break-inside: avoid; color: #526474; }
.dl-quote .pl-btn { margin-top: 19px; }
.dl-faq-list { max-width: 1000px; margin-top: 31px; }
.dl-faq details { border-top: 1px solid var(--pl-line); }
.dl-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.dl-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.dl-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.dl-resources { background: var(--pl-light); }
.dl-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.dl-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.dl-resource-grid article > a { display: grid; overflow: hidden; place-items: center; }
.dl-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.dl-resource-grid article > div { padding: 24px; }
.dl-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.dl-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.dl-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.dl-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.dl-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.dl-bottom-cta p { max-width: 840px; margin: 9px 0 0; color: rgba(255, 255, 255, .82); }

@media (max-width: 1050px) {
  .dl-hero-grid, .dl-media-grid, .dl-process-intro, .dl-inspection-grid, .dl-quote-grid { grid-template-columns: 1fr; }
  .dl-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dl-process-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .dl-media-grid > div, .dl-surface .dl-media-grid > div, .dl-inspection-grid > div { padding: 58px 0; }
}

@media (max-width: 700px) {
  .dl-hero-grid { min-height: 0; padding-block: 46px 26px; }
  .dl-hero h1 { font-size: 39px; line-height: 45px; }
  .dl-hero-copy > p { font-size: 17px; line-height: 27px; }
  .dl-actions, .dl-actions .pl-btn { width: 100%; }
  .dl-hero-media { min-height: 300px; }
  .dl-hero-media img { width: 104%; max-height: 335px; }
  .dl-metrics, .dl-definition-grid, .dl-control-grid, .dl-route-grid, .dl-process-grid,
  .dl-defect-grid, .dl-application-grid, .dl-resource-grid { grid-template-columns: 1fr; }
  .dl-section, .dl-controls, .dl-process { padding: 58px 0; }
  .dl-heading h2, .dl-faq h2, .dl-resources h2, .dl-media-grid h2,
  .dl-inspection h2, .dl-quote h2 { font-size: 30px; line-height: 37px; }
  .dl-jump { display: none; }
  .dl-media-grid figure, .dl-inspection figure { min-height: 330px; }
  .dl-media-grid figure img { padding: 12px; }
  .dl-titled-list > div { grid-template-columns: 1fr; gap: 5px; }
  .dl-route-grid article { border-top: 1px solid var(--pl-line); border-left: 4px solid var(--pl-line); padding: 24px 20px; }
  .dl-route-grid article:first-child { border-top: 0; border-left-color: var(--pl-blue); }
  .dl-process-grid article, .dl-process-grid article:last-child {
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 24px;
  }
  .dl-process-grid h3 { min-height: 0; }
  .dl-inspection figure { order: 2; }
  .dl-quote-grid { gap: 30px; }
  .dl-quote ul { columns: 1; }
  .dl-quote .pl-btn, .dl-surface .pl-btn, .dl-inspection .pl-btn, .dl-bottom-cta .pl-btn { width: 100%; }
  .dl-bottom-cta .pl-container { display: grid; }
}

.mn-hero { background: #edf4f8; }
.mn-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(510px, .96fr);
  gap: 48px;
  align-items: center;
  min-height: 590px;
  padding-block: 58px 34px;
}
.mn-hero-copy { max-width: 750px; }
.mn-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.mn-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 52px;
  line-height: 59px;
}
.mn-hero-copy > p {
  margin: 22px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.mn-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.mn-hero-media { display: grid; min-height: 445px; margin: 0; place-items: center; }
.mn-hero-media img { width: 112%; max-width: 730px; max-height: 520px; object-fit: contain; }
.mn-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.mn-metrics > div { min-height: 108px; border-left: 1px solid var(--pl-line); padding: 23px 27px; }
.mn-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.mn-metrics strong, .mn-metrics span { display: block; }
.mn-metrics strong { color: var(--pl-blue); font-size: 22px; line-height: 28px; }
.mn-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.mn-section { padding: 84px 0; background: #fff; }
.mn-heading { max-width: 960px; margin-bottom: 39px; }
.mn-heading h2, .mn-faq h2, .mn-resources h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.mn-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.mn-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.mn-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.mn-jump strong, .mn-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.mn-jump a { color: var(--pl-ink); font-size: 14px; text-decoration: none; }
.mn-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.mn-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.mn-controls { padding: 84px 0; scroll-margin-top: 140px; background: #111820; }
.mn-controls .mn-heading h2, .mn-materials .mn-heading h2, .mn-workflow .mn-heading h2 { color: #fff; }
.mn-controls .mn-heading p, .mn-materials .mn-heading p, .mn-workflow .mn-heading p { color: #b8c5d0; }
.mn-control-grid, .mn-zone-grid, .mn-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.mn-control-grid { border-color: #40505d; }
.mn-control-grid article, .mn-zone-grid article, .mn-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
}
.mn-control-grid article { border-color: #40505d; }
.mn-control-grid span, .mn-zone-grid span, .mn-application-grid span { color: #69c8f3; font-weight: 700; }
.mn-control-grid h3 { margin: 10px 0 21px; color: #fff; font-size: 25px; line-height: 31px; }
.mn-control-grid strong { display: block; color: #c8d4dd; font-size: 12px; text-transform: uppercase; }
.mn-control-grid p { margin: 5px 0 18px; color: #aebcc7; line-height: 23px; }
.mn-specification { scroll-margin-top: 140px; background: var(--pl-light); }
.mn-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.mn-table { width: 100%; min-width: 1020px; border-collapse: collapse; }
.mn-table th, .mn-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.mn-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.mn-table tbody th { width: 20%; color: var(--pl-ink); font-size: 16px; }
.mn-table td { color: var(--pl-muted); line-height: 23px; }
.mn-materials { padding: 84px 0; background: #111820; }
.mn-material-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #40505d; }
.mn-material-grid article { min-width: 0; border-left: 1px solid #40505d; padding: 30px 27px 16px; }
.mn-material-grid article:first-child { border-left: 4px solid #69c8f3; }
.mn-material-grid span { color: #69c8f3; font-weight: 700; }
.mn-material-grid h3 { min-height: 62px; margin: 12px 0 18px; color: #fff; font-size: 23px; line-height: 29px; }
.mn-material-grid p { color: #aebcc7; line-height: 24px; }
.mn-material-grid strong {
  display: block;
  border-top: 1px solid #40505d;
  padding-top: 15px;
  color: #d6e0e7;
  font-size: 12px;
  text-transform: uppercase;
}
.mn-marking, .mn-mounting { background: #e5eff5; }
.mn-mounting { background: #dce9f0; }
.mn-media-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(440px, .96fr);
  min-height: 640px;
}
.mn-media-grid figure {
  display: grid;
  min-width: 0;
  min-height: 640px;
  margin: 0;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.mn-mounting figure { background: #c6dbe6; }
.mn-media-grid figure img { width: 100%; max-height: 590px; padding: 24px; object-fit: contain; }
.mn-media-grid > div { align-self: center; padding: 68px 0 68px 70px; }
.mn-media-reverse > div { padding: 68px 70px 68px 0; }
.mn-media-grid h2, .mn-inspection h2, .mn-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.mn-media-grid > div > p, .mn-inspection p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.mn-titled-list { margin-top: 27px; border-top: 1px solid var(--pl-line); }
.mn-titled-list > div {
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 20px;
  border-bottom: 1px solid var(--pl-line);
  padding: 14px 0;
}
.mn-titled-list h3, .mn-titled-list p { margin: 0; }
.mn-titled-list h3 { color: var(--pl-ink); font-size: 16px; line-height: 23px; }
.mn-titled-list p { color: var(--pl-muted); font-size: 14px; line-height: 22px; }
.mn-media-grid .pl-btn, .mn-inspection .pl-btn { margin-top: 18px; }
.mn-zones { background: #f5f8fa; }
.mn-zone-media {
  display: grid;
  min-height: 430px;
  margin: 0 0 36px;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.mn-zone-media img { width: 100%; max-height: 445px; padding: 20px; object-fit: contain; }
.mn-zone-grid article, .mn-application-grid article { background: #fff; }
.mn-zone-grid h3, .mn-application-grid h3 {
  margin: 12px 0 10px;
  color: var(--pl-ink);
  font-size: 21px;
  line-height: 27px;
}
.mn-zone-grid p, .mn-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.mn-workflow { padding: 84px 0; background: #111820; }
.mn-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.mn-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255, 255, 255, .18); padding: 0 22px 8px; }
.mn-workflow-grid article:last-child { border-right: 1px solid rgba(255, 255, 255, .18); }
.mn-workflow-grid span { color: #69c8f3; font-weight: 700; }
.mn-workflow-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.mn-workflow-grid p { margin: 0; color: rgba(255, 255, 255, .7); font-size: 14px; line-height: 22px; }
.mn-inspection { background: #e8f1f7; }
.mn-inspection-grid { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(440px, .92fr); min-height: 620px; }
.mn-inspection figure { min-height: 620px; margin: 0; overflow: hidden; }
.mn-inspection figure img { width: 100%; height: 100%; object-fit: cover; }
.mn-inspection-grid > div { align-self: center; padding: 68px 0 68px 70px; }
.mn-applications { background: #fff; }
.mn-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.mn-quote-grid { display: grid; grid-template-columns: minmax(0, .8fr) minmax(510px, 1.2fr); gap: 72px; }
.mn-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.mn-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.mn-quote li { break-inside: avoid; color: #526474; }
.mn-quote .pl-btn { margin-top: 19px; }
.mn-faq-list { max-width: 1000px; margin-top: 31px; }
.mn-faq details { border-top: 1px solid var(--pl-line); }
.mn-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.mn-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.mn-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.mn-resources { background: var(--pl-light); }
.mn-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.mn-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.mn-resource-grid article > a { display: grid; overflow: hidden; place-items: center; }
.mn-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.mn-resource-grid article > div { padding: 24px; }
.mn-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.mn-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.mn-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.mn-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.mn-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.mn-bottom-cta p { max-width: 840px; margin: 9px 0 0; color: rgba(255, 255, 255, .82); }

@media (max-width: 1050px) {
  .mn-hero-grid, .mn-media-grid, .mn-inspection-grid, .mn-quote-grid { grid-template-columns: 1fr; }
  .mn-material-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mn-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
  .mn-media-grid > div, .mn-media-reverse > div, .mn-inspection-grid > div { padding: 58px 0; }
}

@media (max-width: 700px) {
  .mn-hero-grid { min-height: 0; padding-block: 46px 26px; }
  .mn-hero h1 { font-size: 39px; line-height: 45px; }
  .mn-hero-copy > p { font-size: 17px; line-height: 27px; }
  .mn-actions, .mn-actions .pl-btn { width: 100%; }
  .mn-hero-media { min-height: 305px; }
  .mn-hero-media img { width: 105%; max-height: 345px; }
  .mn-metrics, .mn-definition-grid, .mn-control-grid, .mn-material-grid,
  .mn-zone-grid, .mn-workflow-grid, .mn-application-grid, .mn-resource-grid { grid-template-columns: 1fr; }
  .mn-section, .mn-controls, .mn-materials, .mn-workflow { padding: 58px 0; }
  .mn-heading h2, .mn-faq h2, .mn-resources h2, .mn-media-grid h2,
  .mn-inspection h2, .mn-quote h2 { font-size: 30px; line-height: 37px; }
  .mn-jump { display: none; }
  .mn-material-grid article { border-top: 1px solid #40505d; border-left: 4px solid #40505d; padding: 24px 20px; }
  .mn-material-grid article:first-child { border-top: 0; border-left-color: #69c8f3; }
  .mn-material-grid h3 { min-height: 0; }
  .mn-media-grid figure, .mn-inspection figure { min-height: 335px; }
  .mn-media-grid figure img, .mn-zone-media img { padding: 12px; }
  .mn-titled-list > div { grid-template-columns: 1fr; gap: 5px; }
  .mn-zone-media { min-height: 300px; }
  .mn-workflow-grid article, .mn-workflow-grid article:last-child {
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: 24px;
  }
  .mn-workflow-grid h3 { min-height: 0; }
  .mn-inspection figure { order: 2; }
  .mn-quote-grid { gap: 30px; }
  .mn-quote ul { columns: 1; }
  .mn-quote .pl-btn, .mn-media-grid .pl-btn, .mn-inspection .pl-btn, .mn-bottom-cta .pl-btn { width: 100%; }
  .mn-bottom-cta .pl-container { display: grid; }
}

.sk-hero { background: #f5f7fa; }
.sk-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .96fr);
  gap: 50px;
  align-items: center;
  min-height: 570px;
  padding-block: 55px 32px;
}
.sk-hero-copy { max-width: 760px; }
.sk-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.sk-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
}
.sk-hero-copy > p {
  margin: 21px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.sk-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sk-hero-media { display: grid; min-height: 430px; margin: 0; place-items: center; }
.sk-hero-media img {
  width: 110%;
  max-width: 720px;
  max-height: 510px;
  object-fit: contain;
}
.sk-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.sk-metrics > div {
  min-height: 106px;
  border-left: 1px solid var(--pl-line);
  padding: 22px 26px;
}
.sk-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.sk-metrics strong, .sk-metrics span { display: block; }
.sk-metrics strong { color: var(--pl-blue); font-size: 21px; line-height: 27px; }
.sk-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.sk-section { padding: 82px 0; background: #fff; }
.sk-section.is-light { background: var(--pl-light); }
.sk-heading { max-width: 970px; margin-bottom: 38px; }
.sk-heading h2, .sk-faq h2, .sk-section > .pl-container > h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.sk-heading p {
  margin: 15px 0 0;
  color: var(--pl-muted);
  font-size: 18px;
  line-height: 29px;
}
.sk-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.sk-route-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-width: 0;
  border: 1px solid var(--pl-line);
  background: #fff;
}
.sk-route-card figure {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: #edf3f7;
  place-items: center;
}
.sk-route-card img { width: 100%; height: 100%; padding: 15px; object-fit: contain; }
.sk-route-card > div { display: flex; min-width: 0; flex-direction: column; padding: 25px; }
.sk-route-card h3 { margin: 0 0 12px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.sk-route-card p { color: var(--pl-muted); line-height: 24px; }
.sk-route-card .sk-decision { margin-top: 5px; }
.sk-route-card .pl-btn { width: 100%; margin-top: auto; }
.sk-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.sk-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.sk-jump strong, .sk-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.sk-jump a { color: var(--pl-ink); font-size: 14px; }
.sk-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.sk-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.sk-controls { padding: 82px 0; scroll-margin-top: 140px; background: #111820; }
.sk-controls .sk-heading h2, .sk-workflow .sk-heading h2 { color: #fff; }
.sk-controls .sk-heading p { color: #b8c5d0; }
.sk-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #40505d;
  border-left: 1px solid #40505d;
}
.sk-control-grid article {
  min-width: 0;
  border-right: 1px solid #40505d;
  border-bottom: 1px solid #40505d;
  padding: 27px;
}
.sk-control-grid span, .sk-workflow-grid span { color: #69c8f3; font-weight: 700; }
.sk-control-grid h3 { margin: 10px 0 20px; color: #fff; font-size: 24px; line-height: 30px; }
.sk-control-grid strong { display: block; color: #d3dde5; font-size: 12px; text-transform: uppercase; }
.sk-control-grid p { margin: 5px 0 18px; color: #aebcc7; line-height: 23px; }
.sk-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.sk-table { width: 100%; min-width: 1020px; border-collapse: collapse; }
.sk-table th, .sk-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.sk-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.sk-table tbody th { width: 20%; color: var(--pl-ink); font-size: 16px; }
.sk-table td { color: var(--pl-muted); line-height: 23px; }
.sk-feature { padding: 0; background: #e7f0f5; }
.sk-feature:nth-of-type(even) { background: #f5f8fa; }
.sk-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  min-height: 620px;
}
.sk-feature-grid.is-reverse > figure { order: 2; }
.sk-feature figure {
  display: grid;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.sk-feature:nth-of-type(even) figure { background: #d8e7ef; }
.sk-feature img { width: 100%; max-height: 570px; padding: 22px; object-fit: contain; }
.sk-feature-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.sk-feature-grid.is-reverse > div { padding: 66px 68px 66px 0; }
.sk-feature h2, .sk-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.sk-feature p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.sk-workflow { padding: 82px 0; scroll-margin-top: 140px; background: #111820; }
.sk-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sk-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255,255,255,.18); padding: 0 22px 8px; }
.sk-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.sk-workflow-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.sk-workflow-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 22px; }
.sk-failure-grid, .sk-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.sk-failure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sk-failure-grid article, .sk-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
  background: #fff;
}
.sk-failure-grid span, .sk-application-grid span { color: var(--pl-blue); font-weight: 700; }
.sk-failure-grid h3, .sk-application-grid h3 { margin: 11px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.sk-failure-grid p, .sk-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.sk-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.sk-quote-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(510px, 1.18fr); gap: 72px; }
.sk-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.sk-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.sk-quote li { break-inside: avoid; color: #526474; }
.sk-quote .pl-btn { margin-top: 19px; }
.sk-faq-list { max-width: 1000px; margin-top: 31px; }
.sk-faq details { border-top: 1px solid var(--pl-line); }
.sk-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.sk-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.sk-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.sk-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.sk-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.sk-resource-grid article > a { display: grid; overflow: hidden; background: #eef3f6; place-items: center; }
.sk-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.sk-resource-grid article > div { padding: 24px; }
.sk-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.sk-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.sk-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.sk-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.sk-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.sk-bottom-cta p { max-width: 850px; margin: 9px 0 0; color: rgba(255,255,255,.82); }
.sk-bottom-cta .pl-container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 1100px) {
  .sk-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sk-hero-grid, .sk-feature-grid, .sk-quote-grid { grid-template-columns: 1fr; }
  .sk-feature-grid > div, .sk-feature-grid.is-reverse > div { padding: 58px 0; }
  .sk-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}

@media (max-width: 700px) {
  .sk-hero-grid { min-height: 0; padding-block: 44px 26px; }
  .sk-hero h1 { font-size: 39px; line-height: 45px; }
  .sk-hero-copy > p { font-size: 17px; line-height: 27px; }
  .sk-actions, .sk-actions .pl-btn { width: 100%; }
  .sk-hero-media { min-height: 295px; }
  .sk-hero-media img { width: 105%; max-height: 330px; }
  .sk-metrics, .sk-route-grid, .sk-definition-grid, .sk-control-grid,
  .sk-workflow-grid, .sk-failure-grid, .sk-application-grid, .sk-resource-grid { grid-template-columns: 1fr; }
  .sk-section, .sk-controls, .sk-workflow { padding: 58px 0; }
  .sk-heading h2, .sk-faq h2, .sk-section > .pl-container > h2,
  .sk-feature h2, .sk-quote h2 { font-size: 30px; line-height: 37px; }
  .sk-route-card { grid-template-rows: 230px 1fr; }
  .sk-jump { display: none; }
  .sk-feature-grid.is-reverse > figure { order: 0; }
  .sk-feature figure { min-height: 330px; }
  .sk-feature img { padding: 10px; }
  .sk-workflow-grid article, .sk-workflow-grid article:last-child {
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 24px;
  }
  .sk-workflow-grid h3 { min-height: 0; }
  .sk-quote-grid { gap: 30px; }
  .sk-quote ul { columns: 1; }
  .sk-quote .pl-btn, .sk-bottom-cta .pl-btn { width: 100%; }
  .sk-bottom-cta .pl-container, .sk-bottom-cta .pl-container > div:last-child { display: grid; width: 100%; }
}

.ss-hero { background: #f5f7fa; }
.ss-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(500px, .96fr);
  gap: 50px;
  align-items: center;
  min-height: 570px;
  padding-block: 55px 32px;
}
.ss-hero-copy { max-width: 760px; }
.ss-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.ss-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
}
.ss-hero-copy > p {
  margin: 21px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.ss-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ss-hero-media { display: grid; min-height: 430px; margin: 0; place-items: center; }
.ss-hero-media img {
  width: 110%;
  max-width: 720px;
  max-height: 510px;
  object-fit: contain;
  filter: drop-shadow(0 24px 26px rgba(25, 47, 65, .16));
}
.ss-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.ss-metrics > div {
  min-height: 106px;
  border-left: 1px solid var(--pl-line);
  padding: 22px 26px;
}
.ss-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.ss-metrics strong, .ss-metrics span { display: block; }
.ss-metrics strong { color: var(--pl-blue); font-size: 21px; line-height: 27px; }
.ss-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.ss-section { padding: 82px 0; background: #fff; }
.ss-section.is-light { background: var(--pl-light); }
.ss-heading { max-width: 970px; margin-bottom: 38px; }
.ss-heading h2, .ss-faq h2, .ss-section > .pl-container > h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.ss-heading p {
  margin: 15px 0 0;
  color: var(--pl-muted);
  font-size: 18px;
  line-height: 29px;
}
.ss-route-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.ss-route-card {
  display: grid;
  grid-template-rows: 220px 1fr;
  min-width: 0;
  border: 1px solid var(--pl-line);
  background: #fff;
}
.ss-route-card figure {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: #edf3f7;
  place-items: center;
}
.ss-route-card img {
  width: 100%;
  height: 100%;
  padding: 17px;
  object-fit: contain;
  transition: transform .25s ease;
}
.ss-route-card:hover img { transform: scale(1.035); }
.ss-route-card > div { display: flex; min-width: 0; flex-direction: column; padding: 25px; }
.ss-route-card h3 { margin: 0 0 12px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.ss-route-card p { color: var(--pl-muted); line-height: 24px; }
.ss-route-card .ss-decision { margin-top: 5px; }
.ss-route-card .pl-btn { width: 100%; margin-top: auto; }
.ss-definition-grid { display: grid; grid-template-columns: 235px minmax(0, 1fr); gap: 72px; }
.ss-jump { align-self: start; border-top: 5px solid var(--pl-blue); background: var(--pl-light); }
.ss-jump strong, .ss-jump a { display: block; border-bottom: 1px solid var(--pl-line); padding: 13px 17px; }
.ss-jump a { color: var(--pl-ink); font-size: 14px; }
.ss-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 29px; }
.ss-definition-grid h3 { margin-top: 29px; color: var(--pl-ink); }
.ss-controls { padding: 82px 0; scroll-margin-top: 140px; background: #111820; }
.ss-controls .ss-heading h2, .ss-workflow .ss-heading h2 { color: #fff; }
.ss-controls .ss-heading p { color: #b8c5d0; }
.ss-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #40505d;
  border-left: 1px solid #40505d;
}
.ss-control-grid article {
  min-width: 0;
  border-right: 1px solid #40505d;
  border-bottom: 1px solid #40505d;
  padding: 27px;
}
.ss-control-grid span, .ss-workflow-grid span { color: #69c8f3; font-weight: 700; }
.ss-control-grid h3 { margin: 10px 0 20px; color: #fff; font-size: 24px; line-height: 30px; }
.ss-control-grid strong { display: block; color: #d3dde5; font-size: 12px; text-transform: uppercase; }
.ss-control-grid p { margin: 5px 0 18px; color: #aebcc7; line-height: 23px; }
.ss-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); background: #fff; }
.ss-table { width: 100%; min-width: 1020px; border-collapse: collapse; }
.ss-table th, .ss-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 17px 19px;
  text-align: left;
  vertical-align: top;
}
.ss-table thead th { background: var(--pl-ink); color: #fff; font-size: 14px; text-transform: uppercase; }
.ss-table tbody th { width: 20%; color: var(--pl-ink); font-size: 16px; }
.ss-table td { color: var(--pl-muted); line-height: 23px; }
.ss-feature { padding: 0; background: #e7f0f5; }
.ss-feature:nth-of-type(even) { background: #f5f8fa; }
.ss-feature-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(430px, .96fr);
  min-height: 620px;
}
.ss-feature-grid.is-reverse > figure { order: 2; }
.ss-feature figure {
  display: grid;
  min-width: 0;
  min-height: 620px;
  margin: 0;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.ss-feature:nth-of-type(even) figure { background: #d8e7ef; }
.ss-feature img { width: 100%; max-height: 570px; padding: 34px; object-fit: contain; }
.ss-feature-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.ss-feature-grid.is-reverse > div { padding: 66px 68px 66px 0; }
.ss-feature h2, .ss-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.ss-feature p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ss-workflow { padding: 82px 0; scroll-margin-top: 140px; background: #111820; }
.ss-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ss-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255,255,255,.18); padding: 0 22px 8px; }
.ss-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.ss-workflow-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.ss-workflow-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 22px; }
.ss-failure-grid, .ss-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.ss-failure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ss-failure-grid article, .ss-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
  background: #fff;
}
.ss-failure-grid span, .ss-application-grid span { color: var(--pl-blue); font-weight: 700; }
.ss-failure-grid h3, .ss-application-grid h3 { margin: 11px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ss-failure-grid p, .ss-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.ss-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.ss-quote-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(510px, 1.18fr); gap: 72px; }
.ss-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ss-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.ss-quote li { break-inside: avoid; color: #526474; }
.ss-quote .pl-btn { margin-top: 19px; }
.ss-faq-list { max-width: 1000px; margin-top: 31px; }
.ss-faq details { border-top: 1px solid var(--pl-line); }
.ss-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.ss-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.ss-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.ss-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ss-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.ss-resource-grid article > a { display: grid; overflow: hidden; background: #eef3f6; place-items: center; }
.ss-resource-grid img { width: 100%; height: 100%; padding: 18px; object-fit: contain; }
.ss-resource-grid article > div { padding: 24px; }
.ss-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.ss-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.ss-source-note { border-top: 1px solid #30404d; background: #17212a; }
.ss-source-note .pl-container { padding-block: 25px; }
.ss-source-note strong { color: #fff; }
.ss-source-note p { max-width: 1080px; margin: 7px 0 0; color: #b8c5d0; font-size: 14px; line-height: 22px; }
.ss-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.ss-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.ss-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.ss-bottom-cta p { max-width: 850px; margin: 9px 0 0; color: rgba(255,255,255,.82); }
.ss-bottom-cta .pl-container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 1100px) {
  .ss-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ss-hero-grid, .ss-feature-grid, .ss-quote-grid { grid-template-columns: 1fr; }
  .ss-feature-grid > div, .ss-feature-grid.is-reverse > div { padding: 58px 0; }
  .ss-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}

@media (max-width: 700px) {
  .ss-hero-grid { min-height: 0; padding-block: 44px 26px; }
  .ss-hero h1 { font-size: 39px; line-height: 45px; }
  .ss-hero-copy > p { font-size: 17px; line-height: 27px; }
  .ss-actions, .ss-actions .pl-btn { width: 100%; }
  .ss-hero-media { min-height: 295px; }
  .ss-hero-media img { width: 105%; max-height: 330px; }
  .ss-metrics, .ss-route-grid, .ss-definition-grid, .ss-control-grid,
  .ss-workflow-grid, .ss-failure-grid, .ss-application-grid, .ss-resource-grid { grid-template-columns: 1fr; }
  .ss-section, .ss-controls, .ss-workflow { padding: 58px 0; }
  .ss-heading h2, .ss-faq h2, .ss-section > .pl-container > h2,
  .ss-feature h2, .ss-quote h2 { font-size: 30px; line-height: 37px; }
  .ss-route-card { grid-template-rows: 230px 1fr; }
  .ss-jump { display: none; }
  .ss-feature-grid.is-reverse > figure { order: 0; }
  .ss-feature figure { min-height: 330px; }
  .ss-feature img { padding: 16px; }
  .ss-workflow-grid article, .ss-workflow-grid article:last-child {
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 24px;
  }
  .ss-workflow-grid h3 { min-height: 0; }
  .ss-quote-grid { gap: 30px; }
  .ss-quote ul { columns: 1; }
  .ss-quote .pl-btn, .ss-bottom-cta .pl-btn { width: 100%; }
  .ss-bottom-cta .pl-container, .ss-bottom-cta .pl-container > div:last-child { display: grid; width: 100%; }
}

.ct-hero { background: #f4f7f9; }
.ct-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(500px, 1.05fr);
  gap: 56px;
  min-height: 590px;
  padding-block: 58px 32px;
  align-items: center;
}
.ct-hero-copy { max-width: 760px; }
.ct-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.ct-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
}
.ct-hero-copy > p {
  margin: 21px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.ct-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ct-hero-media {
  display: grid;
  min-height: 445px;
  margin: 0;
  overflow: hidden;
  place-items: center;
}
.ct-hero-media img {
  width: 112%;
  max-width: 760px;
  max-height: 535px;
  object-fit: contain;
  filter: drop-shadow(0 25px 28px rgba(23, 48, 64, .16));
}
.ct-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.ct-metrics > div {
  min-height: 108px;
  border-left: 1px solid var(--pl-line);
  padding: 22px 26px;
}
.ct-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.ct-metrics strong, .ct-metrics span { display: block; }
.ct-metrics strong { color: var(--pl-blue); font-size: 20px; line-height: 27px; }
.ct-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.ct-section { padding: 82px 0; background: #fff; }
.ct-section.is-light { background: var(--pl-light); }
.ct-heading { max-width: 980px; margin-bottom: 38px; }
.ct-heading h2, .ct-faq h2, .ct-section > .pl-container > h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.ct-heading p {
  margin: 15px 0 0;
  color: var(--pl-muted);
  font-size: 18px;
  line-height: 29px;
}
.ct-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ct-route-card {
  display: grid;
  grid-template-rows: 235px 1fr;
  min-width: 0;
  border: 1px solid var(--pl-line);
  background: #fff;
}
.ct-route-card figure {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: #eef3f6;
  place-items: center;
}
.ct-route-card img {
  width: 100%;
  height: 100%;
  padding: 15px;
  object-fit: contain;
  transition: transform .25s ease;
}
.ct-route-card:hover img { transform: scale(1.035); }
.ct-route-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
}
.ct-route-card h3 { margin: 0 0 12px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.ct-route-card p { color: var(--pl-muted); line-height: 24px; }
.ct-route-card .ct-decision { margin: 2px 0 23px; }
.ct-route-card .pl-btn { width: 100%; margin-top: auto; }
.ct-definition-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.ct-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ct-definition-grid h3 { margin-top: 27px; color: var(--pl-ink); }
.ct-jump {
  position: sticky;
  top: 145px;
  display: grid;
  border-top: 3px solid var(--pl-blue);
  background: #f1f5f7;
}
.ct-jump strong, .ct-jump a { padding: 13px 17px; border-bottom: 1px solid var(--pl-line); }
.ct-jump a { color: var(--pl-ink); text-decoration: none; }
.ct-jump a:hover { color: var(--pl-blue); }
.ct-controls { padding: 82px 0; background: #dfeef7; }
.ct-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #b8ccd8;
  border-left: 1px solid #b8ccd8;
}
.ct-control-grid article {
  min-width: 0;
  border-right: 1px solid #b8ccd8;
  border-bottom: 1px solid #b8ccd8;
  padding: 28px;
  background: rgba(255,255,255,.74);
}
.ct-control-grid span { color: var(--pl-blue); font-weight: 700; }
.ct-control-grid h3 { min-height: 55px; margin: 10px 0 17px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ct-control-grid strong { color: var(--pl-ink); }
.ct-control-grid p { margin: 5px 0 17px; color: var(--pl-muted); line-height: 24px; }
.ct-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); }
.ct-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.ct-table th, .ct-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
}
.ct-table thead th { background: #17212a; color: #fff; }
.ct-table tbody th { width: 23%; color: var(--pl-ink); }
.ct-table td { color: var(--pl-muted); }
.ct-feature { background: #fff; }
.ct-feature-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); }
.ct-feature-grid.is-reverse > figure { order: 2; }
.ct-feature figure {
  display: grid;
  min-width: 0;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.ct-feature:nth-of-type(even) figure { background: #dcebf2; }
.ct-feature img { width: 100%; max-height: 575px; padding: 24px; object-fit: contain; }
.ct-feature-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.ct-feature-grid.is-reverse > div { padding: 66px 68px 66px 0; }
.ct-feature h2, .ct-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.ct-feature p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ct-workflow { padding: 82px 0; scroll-margin-top: 140px; background: #111820; }
.ct-workflow .ct-heading h2 { color: #fff; }
.ct-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ct-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255,255,255,.18); padding: 0 22px 8px; }
.ct-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.ct-workflow-grid span { color: #66d0ee; font-weight: 700; }
.ct-workflow-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.ct-workflow-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 22px; }
.ct-failure-grid, .ct-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.ct-failure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ct-failure-grid article, .ct-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
  background: #fff;
}
.ct-failure-grid span, .ct-application-grid span { color: var(--pl-blue); font-weight: 700; }
.ct-failure-grid h3, .ct-application-grid h3 { margin: 11px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ct-failure-grid p, .ct-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.ct-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dfeef7; }
.ct-quote-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(510px, 1.18fr); gap: 72px; }
.ct-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ct-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.ct-quote li { break-inside: avoid; color: #526474; }
.ct-quote .pl-btn { margin-top: 19px; }
.ct-faq-list { max-width: 1000px; margin-top: 31px; }
.ct-faq details { border-top: 1px solid var(--pl-line); }
.ct-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.ct-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.ct-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.ct-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ct-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.ct-resource-grid article > a { display: grid; overflow: hidden; background: #eef3f6; place-items: center; }
.ct-resource-grid img { width: 100%; height: 100%; padding: 16px; object-fit: contain; }
.ct-resource-grid article > div { padding: 24px; }
.ct-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.ct-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.ct-source-note { border-top: 1px solid #30404d; background: #17212a; }
.ct-source-note .pl-container { padding-block: 25px; }
.ct-source-note strong { color: #fff; }
.ct-source-note p { max-width: 1080px; margin: 7px 0 0; color: #b8c5d0; font-size: 14px; line-height: 22px; }
.ct-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.ct-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.ct-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.ct-bottom-cta p { max-width: 850px; margin: 9px 0 0; color: rgba(255,255,255,.82); }
.ct-bottom-cta .pl-container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 1100px) {
  .ct-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ct-hero-grid, .ct-feature-grid, .ct-quote-grid { grid-template-columns: 1fr; }
  .ct-feature-grid > div, .ct-feature-grid.is-reverse > div { padding: 58px 0; }
  .ct-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}

@media (max-width: 700px) {
  .ct-hero-grid { min-height: 0; padding-block: 44px 26px; }
  .ct-hero h1 { font-size: 39px; line-height: 45px; }
  .ct-hero-copy > p { font-size: 17px; line-height: 27px; }
  .ct-actions, .ct-actions .pl-btn { width: 100%; }
  .ct-hero-media { min-height: 300px; }
  .ct-hero-media img { width: 108%; max-height: 340px; }
  .ct-metrics, .ct-route-grid, .ct-definition-grid, .ct-control-grid,
  .ct-workflow-grid, .ct-failure-grid, .ct-application-grid, .ct-resource-grid { grid-template-columns: 1fr; }
  .ct-section, .ct-controls, .ct-workflow { padding: 58px 0; }
  .ct-heading h2, .ct-faq h2, .ct-section > .pl-container > h2,
  .ct-feature h2, .ct-quote h2 { font-size: 30px; line-height: 37px; }
  .ct-route-card { grid-template-rows: 230px 1fr; }
  .ct-jump { display: none; }
  .ct-feature-grid.is-reverse > figure { order: 0; }
  .ct-feature figure { min-height: 330px; }
  .ct-feature img { padding: 10px; }
  .ct-workflow-grid article, .ct-workflow-grid article:last-child {
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 24px;
  }
  .ct-workflow-grid h3 { min-height: 0; }
  .ct-quote-grid { gap: 30px; }
  .ct-quote ul { columns: 1; }
  .ct-quote .pl-btn, .ct-bottom-cta .pl-btn { width: 100%; }
  .ct-bottom-cta .pl-container, .ct-bottom-cta .pl-container > div:last-child { display: grid; width: 100%; }
}


.ha-hero { background: #f4f7f9; }
.ha-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .94fr) minmax(500px, 1.06fr);
  gap: 54px;
  min-height: 610px;
  padding-block: 62px 34px;
  align-items: center;
}
.ha-hero-copy { max-width: 760px; }
.ha-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.ha-hero h1 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 46px;
  line-height: 55px;
}
.ha-hero-copy > p {
  margin: 21px 0 0;
  color: var(--pl-muted);
  font-size: 19px;
  line-height: 30px;
}
.ha-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ha-hero-media {
  position: relative;
  display: grid;
  min-height: 455px;
  margin: 0;
  place-items: center;
}
.ha-hero-media::after {
  position: absolute;
  right: 8%;
  bottom: 9%;
  left: 8%;
  height: 1px;
  background: #cad8e0;
  content: "";
}
.ha-hero-media img {
  position: relative;
  z-index: 1;
  width: 112%;
  max-width: 770px;
  max-height: 545px;
  object-fit: contain;
  filter: drop-shadow(0 25px 28px rgba(23, 48, 64, .16));
}
.ha-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
}
.ha-metrics > div {
  min-height: 112px;
  border-left: 1px solid var(--pl-line);
  padding: 22px 26px;
}
.ha-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.ha-metrics strong, .ha-metrics span { display: block; }
.ha-metrics strong { color: var(--pl-blue); font-size: 20px; line-height: 27px; }
.ha-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.ha-section { padding: 82px 0; background: #fff; }
.ha-section.is-light { background: var(--pl-light); }
.ha-heading { max-width: 980px; margin-bottom: 38px; }
.ha-heading h2, .ha-faq h2, .ha-section > .pl-container > h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.ha-heading p {
  margin: 15px 0 0;
  color: var(--pl-muted);
  font-size: 18px;
  line-height: 29px;
}
.ha-route-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.ha-route-card {
  display: grid;
  grid-template-rows: 240px 1fr;
  min-width: 0;
  border: 1px solid var(--pl-line);
  background: #fff;
}
.ha-route-card figure {
  display: grid;
  margin: 0;
  overflow: hidden;
  background: #eef3f6;
  place-items: center;
}
.ha-route-card img {
  width: 100%;
  height: 100%;
  padding: 13px;
  object-fit: contain;
  transition: transform .25s ease;
}
.ha-route-card:hover img { transform: scale(1.035); }
.ha-route-card > div {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 25px;
}
.ha-card-label { color: var(--pl-blue); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.ha-route-card h3 { margin: 8px 0 12px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.ha-route-card p { color: var(--pl-muted); line-height: 24px; }
.ha-route-card .ha-decision { margin: 2px 0 23px; }
.ha-route-card .pl-btn { width: 100%; margin-top: auto; }
.ha-definition-grid {
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  gap: 70px;
  align-items: start;
}
.ha-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ha-definition-grid h3 { margin-top: 27px; color: var(--pl-ink); }
.ha-jump {
  position: sticky;
  top: 145px;
  display: grid;
  border-top: 3px solid var(--pl-blue);
  background: #eef4f7;
}
.ha-jump strong, .ha-jump a { padding: 13px 17px; border-bottom: 1px solid var(--pl-line); }
.ha-jump a { color: var(--pl-ink); text-decoration: none; }
.ha-jump a:hover { color: var(--pl-blue); }
.ha-controls { padding: 82px 0; background: #dcebf3; }
.ha-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #b4c9d5;
  border-left: 1px solid #b4c9d5;
}
.ha-control-grid article {
  min-width: 0;
  border-right: 1px solid #b4c9d5;
  border-bottom: 1px solid #b4c9d5;
  padding: 28px;
  background: rgba(255, 255, 255, .76);
}
.ha-control-grid span { color: var(--pl-blue); font-weight: 700; }
.ha-control-grid h3 { min-height: 55px; margin: 10px 0 17px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ha-control-grid strong { color: var(--pl-ink); }
.ha-control-grid p { margin: 5px 0 17px; color: var(--pl-muted); line-height: 24px; }
.ha-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); }
.ha-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
.ha-table th, .ha-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
}
.ha-table thead th { background: #17212a; color: #fff; }
.ha-table tbody th { width: 23%; color: var(--pl-ink); }
.ha-table td { color: var(--pl-muted); }
.ha-feature { background: #fff; }
.ha-feature-grid { display: grid; grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr); }
.ha-feature-grid.is-reverse > figure { order: 2; }
.ha-feature figure {
  display: grid;
  min-width: 0;
  min-height: 610px;
  margin: 0;
  overflow: hidden;
  background: #17212a;
  place-items: center;
}
.ha-feature:nth-of-type(even) figure { background: #dcebf2; }
.ha-feature img { width: 100%; max-height: 575px; padding: 20px; object-fit: contain; }
.ha-feature-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.ha-feature-grid.is-reverse > div { padding: 66px 68px 66px 0; }
.ha-feature h2, .ha-quote h2 {
  margin: 0 0 17px;
  color: var(--pl-ink);
  font-size: 38px;
  line-height: 46px;
}
.ha-feature p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ha-workflow { padding: 82px 0; scroll-margin-top: 140px; background: #111820; }
.ha-workflow .ha-heading h2 { color: #fff; }
.ha-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ha-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255,255,255,.18); padding: 0 22px 8px; }
.ha-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.ha-workflow-grid span { color: #66d0ee; font-weight: 700; }
.ha-workflow-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.ha-workflow-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 22px; }
.ha-failure-grid, .ha-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.ha-failure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ha-failure-grid article, .ha-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
  background: #fff;
}
.ha-failure-grid span, .ha-application-grid span { color: var(--pl-blue); font-weight: 700; }
.ha-failure-grid h3, .ha-application-grid h3 { margin: 11px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ha-failure-grid p, .ha-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.ha-quote { padding: 72px 0; scroll-margin-top: 140px; background: #dcebf3; }
.ha-quote-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(510px, 1.18fr); gap: 72px; }
.ha-quote-grid > div:first-child > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ha-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.ha-quote li { break-inside: avoid; color: #526474; }
.ha-quote .pl-btn { margin-top: 19px; }
.ha-faq-list { max-width: 1000px; margin-top: 31px; }
.ha-faq details { border-top: 1px solid var(--pl-line); }
.ha-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.ha-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.ha-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.ha-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ha-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.ha-resource-grid article > a { display: grid; overflow: hidden; background: #eef3f6; place-items: center; }
.ha-resource-grid img { width: 100%; height: 100%; padding: 16px; object-fit: contain; }
.ha-resource-grid article > div { padding: 24px; }
.ha-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.ha-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.ha-source-note { border-top: 1px solid #30404d; background: #17212a; }
.ha-source-note .pl-container { padding-block: 25px; }
.ha-source-note strong { color: #fff; }
.ha-source-note p { max-width: 1080px; margin: 7px 0 0; color: #b8c5d0; font-size: 14px; line-height: 22px; }
.ha-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.ha-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.ha-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.ha-bottom-cta p { max-width: 850px; margin: 9px 0 0; color: rgba(255,255,255,.82); }
.ha-bottom-cta .pl-container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 1100px) {
  .ha-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ha-hero-grid, .ha-feature-grid, .ha-quote-grid { grid-template-columns: 1fr; }
  .ha-feature-grid > div, .ha-feature-grid.is-reverse > div { padding: 58px 0; }
  .ha-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}

@media (max-width: 700px) {
  .ha-hero-grid { min-height: 0; padding-block: 44px 26px; }
  .ha-hero h1 { font-size: 39px; line-height: 45px; }
  .ha-hero-copy > p { font-size: 17px; line-height: 27px; }
  .ha-actions, .ha-actions .pl-btn { width: 100%; }
  .ha-hero-media { min-height: 300px; }
  .ha-hero-media img { width: 108%; max-height: 340px; }
  .ha-metrics, .ha-route-grid, .ha-definition-grid, .ha-control-grid,
  .ha-workflow-grid, .ha-failure-grid, .ha-application-grid, .ha-resource-grid { grid-template-columns: 1fr; }
  .ha-section, .ha-controls, .ha-workflow { padding: 58px 0; }
  .ha-heading h2, .ha-faq h2, .ha-section > .pl-container > h2,
  .ha-feature h2, .ha-quote h2 { font-size: 30px; line-height: 37px; }
  .ha-route-card { grid-template-rows: 230px 1fr; }
  .ha-jump { display: none; }
  .ha-feature-grid.is-reverse > figure { order: 0; }
  .ha-feature figure { min-height: 330px; }
  .ha-feature img { padding: 10px; }
  .ha-workflow-grid article, .ha-workflow-grid article:last-child {
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 24px;
  }
  .ha-workflow-grid h3 { min-height: 0; }
  .ha-quote-grid { gap: 30px; }
  .ha-quote ul { columns: 1; }
  .ha-quote .pl-btn, .ha-bottom-cta .pl-btn { width: 100%; }
  .ha-bottom-cta .pl-container, .ha-bottom-cta .pl-container > div:last-child { display: grid; width: 100%; }
}


.ep-hero { background: #f3f7f9; }
.ep-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(500px, 1.04fr);
  gap: 50px;
  min-height: 610px;
  padding-block: 60px 34px;
  align-items: center;
}
.ep-hero-copy { max-width: 770px; }
.ep-eyebrow {
  display: block;
  margin-bottom: 15px;
  color: var(--pl-blue-dark);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
}
.ep-hero h1 { margin: 0; color: var(--pl-ink); font-size: 46px; line-height: 55px; }
.ep-hero-copy > p { margin: 21px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.ep-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.ep-hero-media { position: relative; display: grid; min-height: 455px; margin: 0; place-items: center; }
.ep-mobile-media { display: none; }
.ep-hero-media::after {
  position: absolute;
  right: 8%;
  bottom: 9%;
  left: 8%;
  height: 1px;
  background: #c6d8df;
  content: "";
}
.ep-hero-media img {
  position: relative;
  z-index: 1;
  width: 112%;
  max-width: 770px;
  max-height: 545px;
  object-fit: contain;
  filter: drop-shadow(0 25px 28px rgba(25, 51, 63, .16));
}
.ep-metrics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--pl-line); }
.ep-metrics > div { min-height: 114px; border-left: 1px solid var(--pl-line); padding: 22px 26px; }
.ep-metrics > div:last-child { border-right: 1px solid var(--pl-line); }
.ep-metrics strong, .ep-metrics span { display: block; }
.ep-metrics strong { color: var(--pl-blue); font-size: 20px; line-height: 27px; }
.ep-metrics span { margin-top: 5px; color: var(--pl-muted); font-size: 14px; line-height: 20px; }
.ep-section { padding: 82px 0; background: #fff; }
.ep-section.is-light { background: var(--pl-light); }
.ep-heading { max-width: 990px; margin-bottom: 38px; }
.ep-heading h2, .ep-faq h2, .ep-section > .pl-container > h2 {
  margin: 0;
  color: var(--pl-ink);
  font-size: 39px;
  line-height: 47px;
}
.ep-heading p { margin: 15px 0 0; color: var(--pl-muted); font-size: 18px; line-height: 29px; }
.ep-route-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.ep-route-card { display: grid; grid-template-rows: 235px 1fr; min-width: 0; border: 1px solid var(--pl-line); background: #fff; }
.ep-route-card figure { display: grid; margin: 0; overflow: hidden; background: #edf3f5; place-items: center; }
.ep-route-card img { width: 100%; height: 100%; padding: 13px; object-fit: contain; transition: transform .25s ease; }
.ep-route-card:hover img { transform: scale(1.035); }
.ep-route-card > div { display: flex; min-width: 0; flex-direction: column; padding: 25px; }
.ep-card-label { color: var(--pl-blue-dark); font-size: 11px; font-weight: 700; letter-spacing: .08em; }
.ep-route-card h3 { margin: 8px 0 12px; color: var(--pl-ink); font-size: 23px; line-height: 29px; }
.ep-route-card p { color: var(--pl-muted); line-height: 24px; }
.ep-route-card .ep-decision { margin: 2px 0 23px; }
.ep-route-card .pl-btn { width: 100%; margin-top: auto; }
.ep-definition-grid { display: grid; grid-template-columns: 230px minmax(0, 1fr); gap: 70px; align-items: start; }
.ep-definition-grid > div > p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ep-definition-grid h3 { margin-top: 27px; color: var(--pl-ink); }
.ep-jump { position: sticky; top: 145px; display: grid; border-top: 3px solid var(--pl-blue); background: #eaf3f6; }
.ep-jump strong, .ep-jump a { padding: 13px 17px; border-bottom: 1px solid var(--pl-line); }
.ep-jump a { color: var(--pl-ink); text-decoration: none; }
.ep-jump a:hover { color: var(--pl-blue); }
.ep-controls { padding: 82px 0; background: #d9ebf0; }
.ep-control-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid #b4cbd2;
  border-left: 1px solid #b4cbd2;
}
.ep-control-grid article {
  min-width: 0;
  border-right: 1px solid #b4cbd2;
  border-bottom: 1px solid #b4cbd2;
  padding: 28px;
  background: rgba(255, 255, 255, .78);
}
.ep-control-grid span { color: var(--pl-blue); font-weight: 700; }
.ep-control-grid h3 { min-height: 55px; margin: 10px 0 17px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ep-control-grid strong { color: var(--pl-ink); }
.ep-control-grid p { margin: 5px 0 17px; color: var(--pl-muted); line-height: 24px; }
.ep-table-wrap { overflow-x: auto; border: 1px solid var(--pl-line); }
.ep-table { width: 100%; min-width: 780px; border-collapse: collapse; background: #fff; }
.ep-table th, .ep-table td {
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 18px 20px;
  text-align: left;
  vertical-align: top;
  line-height: 24px;
}
.ep-table thead th { background: #18252c; color: #fff; }
.ep-table tbody th { width: 23%; color: var(--pl-ink); }
.ep-table td { color: var(--pl-muted); }
.ep-feature { background: #fff; }
.ep-feature-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(0, .97fr); }
.ep-feature-grid.is-reverse > figure { order: 2; }
.ep-feature figure { display: grid; min-width: 0; min-height: 610px; margin: 0; overflow: hidden; background: #18252c; place-items: center; }
.ep-feature:nth-of-type(even) figure { background: #dcecf1; }
.ep-feature img { width: 100%; max-height: 575px; padding: 20px; object-fit: contain; }
.ep-feature-grid > div { align-self: center; padding: 66px 0 66px 68px; }
.ep-feature-grid.is-reverse > div { padding: 66px 68px 66px 0; }
.ep-feature h2, .ep-quote h2 { margin: 0 0 17px; color: var(--pl-ink); font-size: 38px; line-height: 46px; }
.ep-feature p { color: var(--pl-muted); font-size: 17px; line-height: 28px; }
.ep-workflow { padding: 82px 0; scroll-margin-top: 140px; background: #111a20; }
.ep-workflow .ep-heading h2 { color: #fff; }
.ep-workflow-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); }
.ep-workflow-grid article { min-width: 0; border-left: 1px solid rgba(255,255,255,.18); padding: 0 22px 8px; }
.ep-workflow-grid article:last-child { border-right: 1px solid rgba(255,255,255,.18); }
.ep-workflow-grid span { color: #68d2e9; font-weight: 700; }
.ep-workflow-grid h3 { min-height: 56px; margin: 12px 0 15px; color: #fff; font-size: 21px; line-height: 27px; }
.ep-workflow-grid p { margin: 0; color: rgba(255,255,255,.7); font-size: 14px; line-height: 22px; }
.ep-failure-grid, .ep-application-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--pl-line);
  border-left: 1px solid var(--pl-line);
}
.ep-failure-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.ep-failure-grid article, .ep-application-grid article {
  min-width: 0;
  border-right: 1px solid var(--pl-line);
  border-bottom: 1px solid var(--pl-line);
  padding: 27px;
  background: #fff;
}
.ep-failure-grid span, .ep-application-grid span { color: var(--pl-blue); font-weight: 700; }
.ep-failure-grid h3, .ep-application-grid h3 { margin: 11px 0 10px; color: var(--pl-ink); font-size: 21px; line-height: 27px; }
.ep-failure-grid p, .ep-application-grid p { margin: 0; color: var(--pl-muted); line-height: 24px; }
.ep-quote { padding: 72px 0; scroll-margin-top: 140px; background: #d9ebf0; }
.ep-quote-grid { display: grid; grid-template-columns: minmax(0, .82fr) minmax(510px, 1.18fr); gap: 72px; }
.ep-quote-grid > div:first-child > p { color: #4f5b6d; font-size: 17px; line-height: 28px; }
.ep-quote ul { columns: 2; column-gap: 34px; margin-top: 0; }
.ep-quote li { break-inside: avoid; color: #526474; }
.ep-quote .pl-btn { margin-top: 19px; }
.ep-faq-list { max-width: 1000px; margin-top: 31px; }
.ep-faq details { border-top: 1px solid var(--pl-line); }
.ep-faq details:last-child { border-bottom: 1px solid var(--pl-line); }
.ep-faq summary { cursor: pointer; padding: 21px 4px; color: var(--pl-ink); font-size: 18px; font-weight: 700; }
.ep-faq details p { max-width: 900px; margin: 0 0 22px; color: var(--pl-muted); line-height: 26px; }
.ep-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; margin-top: 34px; }
.ep-resource-grid article { display: grid; grid-template-rows: 220px 1fr; border: 1px solid var(--pl-line); background: #fff; }
.ep-resource-grid article > a { display: grid; overflow: hidden; background: #edf3f5; place-items: center; }
.ep-resource-grid img { width: 100%; height: 100%; padding: 16px; object-fit: contain; }
.ep-resource-grid article > div { padding: 24px; }
.ep-resource-grid h3 { margin: 0 0 10px; font-size: 22px; line-height: 28px; }
.ep-resource-grid p { color: var(--pl-muted); line-height: 24px; }
.ep-source-note { border-top: 1px solid #30404d; background: #18252c; }
.ep-source-note .pl-container { padding-block: 25px; }
.ep-source-note strong { color: #fff; }
.ep-source-note p { max-width: 1080px; margin: 7px 0 0; color: #bbc8cd; font-size: 14px; line-height: 22px; }
.ep-bottom-cta { padding: 58px 0; background: var(--pl-blue); }
.ep-bottom-cta .pl-container { display: flex; gap: 38px; align-items: center; justify-content: space-between; }
.ep-bottom-cta h2 { margin: 0; color: #fff; font-size: 31px; line-height: 39px; }
.ep-bottom-cta p { max-width: 850px; margin: 9px 0 0; color: #fff; }
.ep-bottom-cta .pl-container > div:last-child { display: flex; flex: 0 0 auto; gap: 10px; }

@media (max-width: 1100px) {
  .ep-route-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ep-hero-grid, .ep-feature-grid, .ep-quote-grid { grid-template-columns: 1fr; }
  .ep-feature-grid > div, .ep-feature-grid.is-reverse > div { padding: 58px 0; }
  .ep-workflow-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px 0; }
}

@media (max-width: 700px) {
  .ep-hero-grid { min-height: 0; padding-block: 44px 26px; }
  .ep-hero h1 { font-size: 38px; line-height: 44px; }
  .ep-hero-copy > p { font-size: 17px; line-height: 27px; }
  .ep-mobile-media {
    display: grid;
    min-height: 190px;
    margin: 18px 0 4px;
    border-bottom: 1px solid #c6d8df;
    place-items: center;
  }
  .ep-mobile-media img { width: 112%; max-height: 220px; object-fit: contain; }
  .ep-actions, .ep-actions .pl-btn { width: 100%; }
  .ep-hero-media { display: none; }
  .ep-metrics, .ep-route-grid, .ep-definition-grid, .ep-control-grid,
  .ep-workflow-grid, .ep-failure-grid, .ep-application-grid, .ep-resource-grid { grid-template-columns: 1fr; }
  .ep-section, .ep-controls, .ep-workflow { padding: 58px 0; }
  .ep-heading h2, .ep-faq h2, .ep-section > .pl-container > h2,
  .ep-feature h2, .ep-quote h2 { font-size: 30px; line-height: 37px; }
  .ep-route-card { grid-template-rows: 230px 1fr; }
  .ep-jump { display: none; }
  .ep-feature-grid.is-reverse > figure { order: 0; }
  .ep-feature figure { min-height: 330px; }
  .ep-feature img { padding: 10px; }
  .ep-workflow-grid article, .ep-workflow-grid article:last-child {
    border-right: 1px solid rgba(255,255,255,.18);
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding: 24px;
  }
  .ep-workflow-grid h3 { min-height: 0; }
  .ep-quote-grid { gap: 30px; }
  .ep-quote ul { columns: 1; }
  .ep-quote .pl-btn, .ep-bottom-cta .pl-btn { width: 100%; }
  .ep-bottom-cta .pl-container, .ep-bottom-cta .pl-container > div:last-child { display: grid; width: 100%; }
}

.plain-list,
.check-list,
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.plain-list li,
.check-list li,
.link-list li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 18px;
}

.plain-list li::before,
.check-list li::before,
.link-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.note,
.feature-note {
  padding: 22px;
  border-left: 4px solid var(--green);
  background: var(--light);
}

.faq details {
  max-width: 970px;
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 18px 0;
}

.faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  cursor: pointer;
  color: var(--ink);
  font-weight: 700;
}

.faq p {
  margin: 10px 0 0;
  color: var(--muted);
}

.final-cta {
  padding: 70px 0;
  background: var(--light);
}

.final-cta-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

﻿
.form-box {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

label {
  display: grid;
  gap: 5px;
  color: #334451;
  font-size: 13px;
  font-weight: 750;
}

input,
select,
textarea {
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid #cbd7dd;
  border-radius: 6px;
  padding: 10px 11px;
  background: white;
  color: var(--ink);
  font: inherit;
}

input[type="checkbox"] {
  width: 13px;
  height: 13px;
  min-height: 0;
  justify-self: start;
}

textarea {
  min-height: 118px;
  resize: vertical;
}

.full {
  grid-column: 1 / -1;
}

.form-actions {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 18px;
}

.form-status,
.form-fallback {
  margin: 0;
  color: #334451;
  font-size: 13px;
}

.form-status {
  min-height: 20px;
}

.form-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-box[aria-busy="true"] {
  opacity: 0.82;
}

.form-box button:disabled {
  cursor: wait;
  opacity: 0.7;
}

.form-fallback {
  margin-top: 12px;
}

body.rfq-modal-open {
  overflow: hidden;
}

.rfq-modal[hidden] {
  display: none;
}

.rfq-modal {
  position: fixed;
  inset: 0;
  z-index: 12000;
  display: grid;
  place-items: center;
  padding: 32px 20px;
}

.rfq-modal-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  background: rgba(21, 22, 27, .78);
  cursor: pointer;
}

.rfq-modal-dialog {
  position: relative;
  z-index: 1;
  width: min(860px, 100%);
  max-height: calc(100vh - 64px);
  overflow-y: auto;
  border-top: 6px solid var(--pl-blue);
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 28px 80px rgba(15, 23, 42, .34);
}

.rfq-modal-header {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 24px;
  padding: 28px 32px 20px;
  border-bottom: 1px solid var(--pl-line);
}

.rfq-modal-header h2 {
  margin: 0 0 8px;
  color: var(--pl-ink);
  font-size: 30px;
  line-height: 36px;
}

.rfq-modal-header p {
  max-width: 680px;
  margin: 0;
  color: var(--pl-muted);
}

.rfq-modal-close {
  width: 42px;
  height: 42px;
  border: 0;
  background: transparent;
  color: var(--pl-ink);
  font-size: 34px;
  line-height: 1;
  cursor: pointer;
}

.rfq-modal .form-box {
  border: 0;
  border-radius: 0;
  padding: 26px 32px 32px;
  box-shadow: none;
}

@media (max-width: 767px) {
  .rfq-modal {
    align-items: end;
    padding: 12px 8px;
  }

  .rfq-modal-dialog {
    max-height: calc(100vh - 24px);
  }

  .rfq-modal-header {
    gap: 12px;
    padding: 20px 18px 16px;
  }

  .rfq-modal-header h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .rfq-modal-header p {
    font-size: 14px;
    line-height: 21px;
  }

  .rfq-modal .form-box {
    padding: 20px 18px 24px;
  }

  .rfq-modal .form-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

.pl-stay-connected {
  background: var(--pl-ink);
  color: #fff;
}

.pl-newsletter-row {
  display: grid;
  grid-template-columns: 437px 1fr;
  gap: 30px;
  min-height: 130px;
}

.pl-connected-text p {
  margin: 0 0 8px;
  padding-top: 27px;
  font-size: 28px;
  line-height: 28px;
}

.pl-socials {
  display: flex;
  gap: 4px;
  padding-bottom: 15px;
}

.pl-social-link {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255,255,255,.68);
  border-radius: 50%;
  background: rgba(255,255,255,.08);
  color: #fff !important;
  transition: background-color .18s ease, color .18s ease, border-color .18s ease, transform .18s ease;
}

.pl-social-link svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.pl-social-link:hover,
.pl-social-link:focus-visible {
  background: #fff;
  border-color: #fff;
  color: var(--pl-ink) !important;
  text-decoration: none;
  transform: translateY(-1px);
}

.pl-social-link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.pl-connected-actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.pl-connected-actions p {
  max-width: 680px;
  margin: 0 0 14px;
  color: #d9dde5;
}

.pl-connected-actions > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.pl-footer-main {
  min-height: 492px;
  background: var(--pl-black);
  color: #fff;
}

.pl-footer-main > .pl-container {
  display: flex;
  min-height: 492px;
  flex-direction: column;
}

.pl-footer-grid {
  display: grid;
  grid-template-columns: 4fr 8fr;
  gap: 30px;
  flex: 1 1 auto;
  padding-top: 50px;
}

.pl-footer-brand {
  display: inline-flex !important;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px !important;
  color: #fff !important;
  text-decoration: none !important;
}

.pl-footer-brand img {
  width: 54px;
  height: 36px;
  flex: 0 0 54px;
  object-fit: contain;
}

.pl-footer-brand span {
  display: grid;
  gap: 1px;
}

.pl-footer-brand b {
  color: #fff;
  font-size: 22px;
  line-height: 22px;
}

.pl-footer-brand small {
  color: #d9dde5;
  font-size: 11px;
  line-height: 13px;
}

.pl-footer-contact strong {
  display: block;
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
}

.pl-footer-contact address {
  max-width: 260px;
  margin: 0 0 16px;
  color: #d9dde5;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}

.pl-footer-contact-lines {
  display: grid;
  gap: 6px;
}

.pl-footer-contact-lines a {
  margin: 0;
}

.pl-footer-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.pl-footer-column h3 {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
}

.pl-footer-column a,
.pl-footer-main a {
  display: block;
  margin-bottom: 13px;
  color: #d9dde5 !important;
  font-size: 13px;
  line-height: 18px;
}

.pl-footer-column a,
.pl-footer-contact-lines a,
.pl-footer-legal a {
  display: flex;
  min-height: 32px;
  align-items: center;
  margin-bottom: 1px;
}

.pl-footer-column a:hover,
.pl-footer-main a:hover {
  color: #fff !important;
}

.pl-footer-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 30px;
  padding: 25px 0 5px;
  border-top: .5px solid #fff;
  color: #fff;
  font-size: 12px;
  align-items: end;
}

.pl-footer-bottom span {
  display: grid;
  gap: 5px;
}

.pl-footer-bottom b {
  font-size: 13px;
}

.pl-footer-bottom small {
  color: #d9dde5;
  font-size: 12px;
}

.pl-footer-legal {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 4px 18px;
}

.pl-footer-legal a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1199px) {
  .pl-header,
  .pl-header-row { height: 64px; }

  .pl-desktop-nav,
  .pl-header-actions .pl-btn { display: none; }

  .pl-mobile-icon {
    display: block;
    align-self: center;
    width: 64px;
    border: 0;
    background: transparent;
    cursor: pointer;
  }

  .pl-mobile-icon span,
  .pl-mobile-icon::before,
  .pl-mobile-icon::after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    margin: 7px auto;
    background: var(--pl-ink);
  }

  .pl-logo {
    flex: 0 0 auto;
    width: auto;
  }

  .pl-header-actions {
    margin-left: auto;
    gap: 0;
  }

  .pl-language {
    min-height: 64px;
  }

  .pl-mobile-overlay.open { display: block; }

  .pl-mobile-menu {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
    width: min(420px, 88vw);
    overflow-y: auto;
    background: #fff;
  }

  .pl-mobile-backdrop {
    position: fixed;
    inset: 0;
    z-index: 9999;
    border: 0;
    background: rgba(52,55,65,.8);
  }

  .pl-mobile-top {
    display: grid;
    grid-template-columns: 70px 1fr 48px;
    align-items: center;
    gap: 8px;
    min-height: 64px;
    border-bottom: 1px solid var(--pl-line);
    padding: 0 12px;
  }

  .pl-mobile-top button,
  .pl-mobile-nav-item button,
  .pl-mobile-menu nav > a {
    border: 0;
    background: transparent;
    color: var(--pl-ink);
    font: inherit;
    font-weight: 700;
    text-align: left;
  }

  .pl-mobile-menu nav {
    display: grid;
    padding: 20px 48px;
  }

  .pl-mobile-menu nav > a,
  .pl-mobile-nav-item button {
    padding: 10px 0;
    font-size: 15px;
  }

  .pl-mobile-nav-item button {
    display: flex;
    width: 100%;
    justify-content: space-between;
    cursor: pointer;
  }

  .pl-mobile-submenu {
    display: none;
    padding: 8px 0 18px 12px;
  }

  .pl-mobile-nav-item.open .pl-mobile-submenu { display: block; }

  .pl-mobile-submenu .pl-mega-column { margin-bottom: 18px; }
  .pl-mobile-menu-actions {
    display: grid;
    gap: 12px;
    padding: 24px 48px 48px;
  }

  .pl-sub-header { margin-top: 102px; }
  .home-hero { margin-top: 102px; }
  .pl-search-panel { height: 64px; }
  .pl-search-panel .pl-container { height: 64px; }
}

@media (max-width: 991px) {
  .pl-hero-container {
    min-height: auto;
    background-image: none;
  }

  .pl-hero-content,
  .pl-hero-lower {
    width: 100%;
    padding-left: 15px;
  }

  .pl-service-grid,
  .pl-quote-grid,
  .pl-grid,
  .app-grid,
  .home-news-grid,
  .home-resource-grid,
  .work-grid,
  .life-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .industry-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-feature-row,
  .pl-feature-left,
  .pl-feature-right,
  .pl-product-hero-main,
  .pl-product-hero-lower,
  .pl-clone-media-row,
  .pl-clone-media-row.is-reverse,
  .pl-clone-why,
  .pl-product-bottom-cta-inner,
  .final-cta-inner,
  .smart-grid,
  .support-grid,
  .pro-feature {
    display: grid;
    grid-template-columns: 1fr;
  }

  .home-service-panel {
    grid-template-columns: 1fr;
  }

  .home-hero .pl-hero-container {
    background: linear-gradient(rgba(238,241,244,.78), rgba(238,241,244,.94)), var(--hero-url) center top / 78% auto no-repeat;
    padding-top: 250px;
  }

  .home-hero .pl-hero-content,
  .home-hero .pl-hero-lower {
    width: 100%;
  }

  .pl-product-hero-metrics,
  .pl-product-process-grid,
  .pl-product-capability-grid,
  .pl-product-resource-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-clone-media-row.is-reverse .pl-clone-media,
  .pl-clone-media-row.is-reverse .pl-clone-copy {
    order: initial;
  }

  .home-logos-row,
  .home-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pl-feature-left .pl-feature-media,
  .pl-feature-right .pl-feature-media {
    padding: 0;
  }

  .pl-newsletter-row,
  .pl-footer-grid,
  .pl-footer-bottom {
    grid-template-columns: 1fr;
  }

  .pl-footer-bottom span:last-child {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .pl-hero {
    margin-bottom: 24px;
  }

  .pl-hero h1 {
    max-width: 100%;
    margin-top: 5px;
    font-size: 32px;
    line-height: 38px;
  }

  .pl-hero-content p {
    width: 100%;
    font-size: 18px;
    line-height: 28px;
  }

  .pl-service-grid,
  .pl-quote-grid,
  .pl-grid,
  .app-grid,
  .pl-product-hero-metrics,
  .pl-product-process-grid,
  .pl-product-capability-grid,
  .pl-product-resource-grid,
  .home-news-grid,
  .industry-grid,
  .home-resource-grid,
  .work-grid,
  .life-grid,
  .what-send,
  .pl-connected-actions,
  .pl-footer-links-grid,
  .split,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .pl-section {
    padding-bottom: 45px;
  }

  .pl-section-alt {
    padding-top: 45px;
  }

  .pl-section-heading h2,
  .pl-feature-content h2,
  .pl-clone-copy h2,
  .pl-clone-why-copy h2,
  .pl-product-bottom-cta h2,
  .home-services h2,
  .home-news h2,
  .work-section h2,
  .lifecycle-home h2,
  .industries-home h2,
  .home-resources h2 {
    font-size: 26px;
    line-height: 32px;
  }

  .pl-card h3,
  .pl-feature-content h3,
  .pl-product-process-card h3,
  .pl-product-capability-card h3,
  .pl-product-resource-copy h3,
  .pl-clone-why-point h3 {
    font-size: 20px;
    line-height: 28px;
  }

  .pl-product-hero {
    padding-top: 28px;
  }

  .pl-product-hero-copy h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .pl-product-hero-copy p {
    font-size: 18px;
    line-height: 28px;
  }

  .pl-product-hero-actions,
  .pl-product-bottom-actions {
    display: grid;
  }

  .pl-product-metric strong {
    font-size: 24px;
    line-height: 30px;
  }

  .pl-product-compare-table {
    min-width: 720px;
  }

  .pl-clone-section,
  .pl-clone-media-band,
  .pl-clone-why,
  .pl-product-bottom-cta {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .pl-utility-bar,
  .pl-utility-inner { height: 44px; }
  .pl-utility-inner {
    display: flex;
    justify-content: space-between;
  }
  .pl-utility-socials {
    gap: 12px;
    padding-right: 10px;
    border-right: 0;
  }
  .pl-top-social-link {
    width: 28px;
    height: 28px;
  }
  .pl-utility-contact {
    display: flex;
    width: auto;
  }
  .pl-utility-contact .pl-utility-address,
  .pl-utility-contact a:first-of-type {
    display: none;
  }
  .pl-utility-contact a {
    padding: 0;
    border: 0;
    font-size: 10px;
  }
  .pl-search-panel { top: 44px; }
  .pl-logo-text small { display: none; }
  .pl-logo {
    max-width: 180px;
    flex-basis: auto;
    font-size: 16px;
  }
  .pl-logo-image { width: 48px; height: 32px; flex-basis: 48px; }
  .pl-language-toggle {
    min-width: 64px;
    padding: 0 8px;
  }
  .pl-language-menu {
    top: 56px;
    right: 34px;
  }
  .home-hero,
  .pl-sub-header { margin-top: 108px; }
  .home-hero .pl-hero-container { padding-top: 210px; }
  .home-hero h1 { font-size: 34px; line-height: 40px; }
  .hero-actions { display: grid; }
  .home-mobile-service-list {
    display: grid;
    border-top: 1px solid #cfd5de;
  }
  .home-mobile-service-row {
    display: grid;
    grid-template-columns: 80px 1fr 28px;
    align-items: center;
    gap: 16px;
    min-height: 76px;
    border-bottom: 1px solid #cfd5de;
    color: var(--pl-ink) !important;
    font-size: 17px;
    font-weight: 700;
  }
  .home-mobile-service-row img {
    width: 74px;
    height: 52px;
    object-fit: contain;
  }
  .home-mobile-service-row b {
    color: var(--pl-blue);
    font-size: 22px;
  }
  .home-tabs,
  .home-service-panel.is-active { display: none; }
  .home-service-panel { padding: 28px 0 10px; }
  .home-service-panel img { justify-self: center; }
  .pro-feature { grid-template-columns: 1fr; }
}

@media (max-width: 767px) {
  .home-services,
  .home-news,
  .work-section,
  .lifecycle-home,
  .industries-home,
  .home-resources,
  .smart-production,
  .support-band,
  .pro-band {
    padding: 42px 0;
  }

  .home-hero .pl-hero-container {
    padding-top: 148px;
    background-position: center 24px;
    background-size: 56% auto;
  }

  .home-hero h1 {
    font-size: 30px;
    line-height: 36px;
  }

  .home-hero .pl-hero-content p {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-actions {
    gap: 10px;
    margin-top: 22px;
  }

  .home-hero .pl-hero-lower {
    padding: 18px 0 8px;
  }

  .home-hero .pl-hero-lower p {
    font-size: 14px;
    line-height: 22px;
  }

  .home-logos {
    padding: 12px 0 28px;
  }

  .home-logos-row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    text-align: center;
  }

  .home-logos-row p {
    grid-column: 1 / -1;
  }

  .home-logos strong {
    font-size: 15px;
    line-height: 18px;
  }

  .home-services h2,
  .home-news h2,
  .work-section h2,
  .lifecycle-home h2,
  .industries-home h2,
  .home-resources h2,
  .smart-copy h2,
  .support-grid h2,
  .pro-copy h2 {
    margin-bottom: 24px;
    font-size: 23px;
    line-height: 29px;
  }

  .smart-media,
  .smart-media img,
  .smart-media video,
  .pro-media,
  .pro-media img,
  .pro-media video {
    min-height: 200px;
  }

  .support-grid img {
    max-height: 204px;
    object-fit: cover;
  }

  .home-card-media img {
    height: 124px;
    padding: 10px;
  }

  .home-news-card h3,
  .home-resource-card h3,
  .industry-card h4,
  .work-card h4,
  .life-grid h4 {
    font-size: 17px;
    line-height: 22px;
  }

  .home-news-card p,
  .industry-card p,
  .home-resource-card p,
  .work-card p,
  .life-grid article p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .work-grid,
  .life-grid {
    gap: 16px;
  }

  .life-grid article {
    padding: 20px 18px;
  }

  .home-carousel-controls {
    margin-top: 16px;
  }

  .home-mobile-service-row {
    grid-template-columns: 64px 1fr 22px;
    gap: 14px;
    min-height: 66px;
    font-size: 16px;
  }

  .home-mobile-service-row img {
    width: 58px;
    height: 40px;
  }

  .home-mobile-service-row b {
    font-size: 18px;
  }

  .pl-connected-text p {
    padding-top: 14px;
    font-size: 21px;
    line-height: 22px;
  }

  .pl-newsletter-row {
    gap: 14px;
  }

  .pl-connected-actions {
    gap: 8px;
    padding: 16px 0 12px;
  }

  .pl-footer-grid {
    gap: 16px;
    padding-top: 28px;
  }

  .pl-footer-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 10px;
  }

  .pl-footer-column h3 {
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 22px;
  }

  .pl-footer-column a,
  .pl-footer-contact-lines a,
  .pl-footer-legal a {
    min-height: 44px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 20px;
  }

  .pl-footer-contact strong {
    margin-bottom: 8px;
    font-size: 19px;
    line-height: 22px;
  }

  .pl-footer-bottom {
    gap: 10px;
    margin-top: 14px;
    padding: 14px 0 18px;
    font-size: 12px;
  }

  .pl-footer-legal {
    justify-content: flex-start;
    gap: 0 18px;
  }
}
