:root {
  --pz-navy: #061526;
  --pz-navy-2: #0b2138;
  --pz-blue: #0878f9;
  --pz-cyan: #30d5f2;
  --pz-ink: #112033;
  --pz-muted: #627184;
  --pz-line: #dce4ec;
  --pz-soft: #f3f6f9;
  --pz-white: #fff;
  --pz-radius: 18px;
  --pz-shadow: 0 18px 50px rgba(7, 31, 56, .1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.pz-site {
  margin: 0;
  color: var(--pz-ink);
  background: #fff;
  font-family: "Inter", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.pz-site a { color: inherit; text-decoration: none; }
body.pz-site img { display: block; max-width: 100%; }
body.pz-site button, body.pz-site input, body.pz-site textarea, body.pz-site select { font: inherit; }
.pz-shell { width: min(1200px, calc(100% - 48px)); margin: 0 auto; }
.pz-main { overflow: hidden; }
.pz-kicker { margin: 0 0 14px; color: var(--pz-blue); font-size: 13px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.pz-title { margin: 0; color: var(--pz-ink); font-size: clamp(32px, 4vw, 54px); line-height: 1.12; letter-spacing: -.035em; }
.pz-lead { max-width: 700px; margin: 20px 0 0; color: var(--pz-muted); font-size: 18px; line-height: 1.8; }
.pz-lead--compact { margin-top: 14px; font-size: 16px; }
.pz-section { padding: 104px 0; }
.pz-section--soft { background: var(--pz-soft); }
.pz-section--dark { color: #fff; background: var(--pz-navy); }
.pz-section--dark .pz-title { color: #fff; }
.pz-section--dark .pz-lead { color: #aebed0; }
.pz-section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 44px; }
.pz-section-head .pz-lead { margin: 0; max-width: 520px; }
.pz-section-head--matrix > div { flex: 0 0 auto; }
.pz-section-head--matrix .pz-title { font-size: clamp(38px, 3.6vw, 52px); white-space: nowrap; }
.pz-section-head--matrix .pz-lead { max-width: 460px; }
.pz-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 18px; color: #b9d9f5; font-size: 14px; font-weight: 700; letter-spacing: .08em; }
.pz-eyebrow:before { content: ""; width: 32px; height: 2px; background: var(--pz-cyan); }

.pz-btn { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 10px; padding: 0 24px; border: 1px solid transparent; border-radius: 6px; cursor: pointer; font-size: 15px; font-weight: 750; transition: .25s ease; }
.pz-btn--primary { color: #fff !important; background: var(--pz-blue); box-shadow: 0 10px 24px rgba(8,120,249,.28); }
.pz-btn--primary:hover { background: #0068df; transform: translateY(-2px); }
.pz-btn--outline { border-color: #cbd6e1; color: var(--pz-ink); background: transparent; }
.pz-btn--outline:hover { border-color: var(--pz-blue); color: var(--pz-blue); }
.pz-btn--light { border-color: rgba(255,255,255,.35); color: #fff !important; background: rgba(255,255,255,.06); }
.pz-link { color: var(--pz-blue) !important; font-weight: 750; }
.pz-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }

.pz-header { position: sticky; z-index: 1000; top: 0; height: 76px; border-bottom: 1px solid rgba(225,232,239,.9); background: rgba(255,255,255,.96); backdrop-filter: blur(14px); transition: .25s; }
.pz-header.is-scrolled { box-shadow: 0 8px 24px rgba(6,21,38,.08); }
.pz-header__inner { display: flex; height: 100%; align-items: center; gap: 36px; }
.pz-brand { display: flex; flex: 0 0 auto; align-items: center; gap: 12px; }
.pz-brand__logo { display: block; width: 56px; height: 40px; object-fit: contain; }
.pz-brand--logo-pending .pz-brand__logo { visibility: hidden; opacity: 0; pointer-events: none; }
.pz-brand__name { display: flex; flex-direction: column; color: var(--pz-navy); font-size: 17px; font-weight: 850; line-height: 1.05; letter-spacing: .06em; }
.pz-brand__name small { margin-top: 5px; color: #718094; font-size: 8px; font-weight: 700; letter-spacing: .08em; }
.pz-nav { display: flex; flex: 1; height: 100%; align-items: center; justify-content: center; gap: clamp(18px, 2.25vw, 35px); }
.pz-nav-product { display: flex; height: 100%; align-items: center; }
.pz-nav__link { position: relative; display: flex; height: 100%; align-items: center; color: #314155; font-size: 15px; font-weight: 700; white-space: nowrap; }
.pz-nav__link:after { position: absolute; right: 0; bottom: -1px; left: 0; height: 3px; background: var(--pz-blue); content: ""; transform: scaleX(0); transition: .25s; }
.pz-nav__link:hover, .pz-nav__link.is-active, .pz-nav-product:hover > .pz-nav__link { color: var(--pz-blue); }
.pz-nav__link.is-active:after, .pz-nav-product:hover > .pz-nav__link:after { transform: scaleX(1); }
.pz-product-toggle { display: none; }
.pz-mega { position: absolute; z-index: 20; top: 100%; right: 0; left: 0; padding: 34px 0 38px; border-top: 1px solid #e2e9f0; background: rgba(255,255,255,.985); box-shadow: 0 28px 54px rgba(4,24,45,.16); opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(12px); transition: opacity .22s ease, transform .22s ease, visibility .22s; }
.pz-nav-product:hover .pz-mega, .pz-nav-product:focus-within .pz-mega, .pz-nav-product.is-open .pz-mega { opacity: 1; visibility: visible; pointer-events: auto; transform: none; }
.pz-mega__inner { display: grid; grid-template-columns: 240px 1fr; gap: 46px; }
.pz-mega__intro { padding: 5px 34px 0 0; border-right: 1px solid var(--pz-line); }
.pz-mega__intro h2 { margin: 0; color: var(--pz-ink); font-size: 29px; line-height: 1.25; letter-spacing: -.035em; }
.pz-mega__intro > p:not(.pz-kicker) { margin: 14px 0 22px; color: var(--pz-muted); font-size: 13px; line-height: 1.7; }
.pz-mega__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 12px 30px; }
.pz-mega__group { min-width: 0; padding: 0 0 16px; border-bottom: 1px solid #e8edf2; }
.pz-mega__root { display: grid; grid-template-columns: 27px 1fr auto; align-items: center; gap: 8px; min-height: 38px; color: var(--pz-ink) !important; }
.pz-mega__root span { color: #9aa8b7; font-size: 10px; font-weight: 850; }
.pz-mega__root strong { font-size: 16px; }
.pz-mega__root b { color: var(--pz-blue); font-size: 16px; transition: transform .2s; }
.pz-mega__root:hover strong { color: var(--pz-blue); }
.pz-mega__root:hover b { transform: translateX(4px); }
.pz-mega__children { display: flex; flex-wrap: wrap; gap: 5px 13px; padding: 7px 0 0 35px; }
.pz-mega__children a { color: #6b798a !important; font-size: 12px; line-height: 1.6; }
.pz-mega__children a:hover { color: var(--pz-blue) !important; }
.pz-header__right { display: flex; flex: 0 0 auto; align-items: center; gap: 18px; }
.pz-phone { display: flex; flex-direction: column; color: var(--pz-ink); font-size: 15px; font-weight: 800; line-height: 1.1; }
.pz-phone small { margin-bottom: 4px; color: #8190a2; font-size: 10px; font-weight: 600; }
.pz-menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 0; background: transparent; }
.pz-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--pz-navy); transition: .25s; }

.pz-hero { position: relative; min-height: 700px; display: flex; align-items: center; color: #fff; background: var(--pz-navy); overflow: hidden; }
.pz-hero:before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,17,31,.98) 0%, rgba(4,17,31,.84) 47%, rgba(4,17,31,.25) 78%, rgba(4,17,31,.08) 100%); content: ""; z-index: 1; }
.pz-hero:after { position: absolute; inset: 0; opacity: .12; background-image: linear-gradient(rgba(83,165,237,.5) 1px, transparent 1px),linear-gradient(90deg,rgba(83,165,237,.5) 1px,transparent 1px); background-size: 72px 72px; content: ""; z-index: 1; mask-image: linear-gradient(90deg,#000,transparent 75%); }
.pz-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .82; }
.pz-hero__content { position: relative; z-index: 2; max-width: 980px; padding: 100px 0 128px; }
.pz-hero h1 { margin: 0; max-width: 980px; font-size: clamp(48px, 5vw, 72px); line-height: 1.04; letter-spacing: -.045em; white-space: nowrap; }
.pz-hero h1 span { display: block; margin-top: 12px; color: var(--pz-cyan); font-size: .54em; letter-spacing: -.02em; }
.pz-hero p { max-width: 640px; margin: 26px 0 0; color: #c7d4e2; font-size: 19px; line-height: 1.8; }
.pz-hero__stats { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; border-top: 1px solid rgba(255,255,255,.16); background: rgba(5,20,35,.7); backdrop-filter: blur(12px); }
.pz-stat-row { display: grid; grid-template-columns: repeat(4, 1fr); }
.pz-stat { padding: 22px 30px; border-left: 1px solid rgba(255,255,255,.14); }
.pz-stat:last-child { border-right: 1px solid rgba(255,255,255,.14); }
.pz-stat strong { display: block; font-size: 25px; }
.pz-stat span { display: block; margin-top: 4px; color: #93a8bd; font-size: 12px; }

.pz-grid { display: grid; gap: 24px; }
.pz-grid--3 { grid-template-columns: repeat(3, 1fr); }
.pz-grid--4 { grid-template-columns: repeat(4, 1fr); }
.pz-product-card { position: relative; display: flex; min-height: 100%; flex-direction: column; border: 1px solid var(--pz-line); background: #fff; transition: .3s; overflow: hidden; }
.pz-product-card:hover { border-color: #a8c9ec; box-shadow: var(--pz-shadow); transform: translateY(-5px); }
.pz-product-card__media { position: relative; isolation: isolate; aspect-ratio: 4/3; padding: 24px; background: #fff; overflow: hidden; }
.pz-product-card__media img { position: relative; z-index: 0; display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .35s; }
.pz-product-card:hover .pz-product-card__media img { transform: scale(1.045); }
.pz-product-card__tag { position: absolute; z-index: 2; top: 14px; left: 14px; padding: 6px 9px; color: var(--pz-blue); background: #e7f2ff; font-size: 11px; font-weight: 800; letter-spacing: .06em; pointer-events: none; }
.pz-product-card__body { position: relative; z-index: 1; display: flex; flex: 1; flex-direction: column; padding: 23px; background: #fff; }
.pz-product-card h3 { margin: 0; color: var(--pz-ink); font-size: 20px; line-height: 1.38; }
.pz-product-card p { margin: 12px 0 22px; color: var(--pz-muted); font-size: 14px; line-height: 1.7; }
.pz-product-card__foot { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 17px; border-top: 1px solid #edf1f4; color: var(--pz-blue); font-size: 13px; font-weight: 800; }

.pz-family-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: #dbe4ed; border: 1px solid #dbe4ed; }
.pz-family { position: relative; min-height: 255px; padding: 34px; background: #fff; transition: .25s; overflow: hidden; }
.pz-family:hover { z-index: 2; background: #f5f9fe; box-shadow: var(--pz-shadow); }
.pz-family__index { color: #a9b7c6; font-size: 12px; font-weight: 800; }
.pz-family h3 { margin: 44px 0 8px; font-size: 25px; }
.pz-family p { margin: 0; max-width: 220px; color: var(--pz-muted); font-size: 14px; line-height: 1.7; }
.pz-family__arrow { position: absolute; right: 28px; bottom: 27px; color: var(--pz-blue); font-size: 24px; }

.pz-solution-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 18px; }
.pz-solution { position: relative; isolation: isolate; min-height: 460px; color: #fff !important; background: #0a1b2c; overflow: hidden; }
.pz-solution:nth-child(n+2) { min-height: 460px; }
.pz-solution img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .68; transition: transform .5s, opacity .5s; }
.pz-solution:after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg,rgba(4,16,29,.96),rgba(4,16,29,.03) 75%); content: ""; }
.pz-solution__content { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 32px; }
.pz-solution small { color: var(--pz-cyan); font-size: 11px; font-weight: 800; letter-spacing: .12em; }
.pz-solution h3 { margin: 12px 0 9px; font-size: 25px; }
.pz-solution p { margin: 0; color: #b9c6d3; font-size: 14px; line-height: 1.7; }
.pz-solution:hover img { opacity: .82; transform: scale(1.05); }

.pz-proof { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 570px; background: var(--pz-navy); }
.pz-proof__media { min-height: 500px; }
.pz-proof__media img { width: 100%; height: 100%; object-fit: cover; }
.pz-proof__content { display: flex; flex-direction: column; justify-content: center; padding: clamp(44px, 6vw, 84px); color: #fff; }
.pz-proof__content h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; }
.pz-proof__content > p { color: #aebed0; font-size: 16px; line-height: 1.8; }
.pz-proof-list { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 26px; border-top: 1px solid rgba(255,255,255,.14); }
.pz-proof-item { padding: 21px 18px 21px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pz-proof-item strong { display: block; color: var(--pz-cyan); font-size: 20px; }
.pz-proof-item span { display: block; margin-top: 7px; color: #aab8c8; font-size: 13px; }
.pz-proof-list--light { border-top-color: #d2dde7; }
.pz-proof-list--light .pz-proof-item { border-bottom-color: #d2dde7; }
.pz-proof-list--light .pz-proof-item strong { color: var(--pz-blue); }
.pz-proof-list--light .pz-proof-item span { color: var(--pz-muted); }

.pz-page-hero { position: relative; padding: 100px 0 82px; color: #fff; background: var(--pz-navy); overflow: hidden; }
.pz-page-hero:before { position: absolute; inset: 0; background: radial-gradient(circle at 78% 20%,rgba(23,129,234,.28),transparent 33%),linear-gradient(120deg,rgba(48,213,242,.08),transparent 50%); content: ""; }
.pz-page-hero .pz-shell { position: relative; }
.pz-page-hero h1 { margin: 0; font-size: clamp(40px, 5vw, 66px); letter-spacing: -.04em; }
.pz-page-hero p { max-width: 660px; margin: 20px 0 0; color: #b7c5d5; font-size: 18px; line-height: 1.8; }
.pz-breadcrumb { display: flex; gap: 8px; margin-bottom: 42px; color: #8093a6; font-size: 13px; }
.pz-breadcrumb a:hover { color: #fff; }

.pz-filter { display: flex; align-items: center; gap: 12px; margin-bottom: 36px; padding: 18px; border: 1px solid var(--pz-line); background: #fff; }
.pz-filter__links { display: flex; flex: 1; flex-wrap: wrap; gap: 8px; }
.pz-filter__links a { padding: 10px 15px; color: #536376; border-radius: 4px; font-size: 14px; font-weight: 700; }
.pz-filter__links a:hover, .pz-filter__links a.is-active { color: #fff; background: var(--pz-blue); }
.pz-search { display: flex; width: min(300px, 100%); border: 1px solid var(--pz-line); }
.pz-search input { min-width: 0; flex: 1; height: 42px; padding: 0 13px; border: 0; outline: 0; }
.pz-search button { width: 48px; border: 0; color: #fff; background: var(--pz-navy); cursor: pointer; }
.pz-pagination { display: flex; justify-content: center; gap: 7px; margin-top: 46px; }
.pz-pagination a, .pz-pagination span { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--pz-line); font-size: 13px; }
.pz-pagination .is-active { color: #fff; border-color: var(--pz-blue); background: var(--pz-blue); }
.pz-empty { padding: 70px 24px; text-align: center; border: 1px dashed #ccd7e1; color: var(--pz-muted); }

.pz-detail-hero { padding: 70px 0 90px; background: #f4f7fa; }
.pz-detail-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,.9fr); gap: 70px; align-items: center; }
.pz-detail-media { min-height: 480px; display: grid; padding: 50px; place-items: center; border: 1px solid var(--pz-line); background: #fff; }
.pz-detail-media img { max-height: 410px; object-fit: contain; }
.pz-detail-media.pz-detail-gallery { position: relative; display: block; padding: 0; overflow: hidden; }
.pz-detail-gallery__viewport { position: relative; width: 100%; min-height: 478px; overflow: hidden; }
.pz-detail-gallery__slide { position: absolute; inset: 0; display: grid; margin: 0; padding: 48px 72px 76px; place-items: center; opacity: 0; pointer-events: none; transform: translateX(18px); transition: opacity .42s ease, transform .42s ease; }
.pz-detail-gallery__slide.is-active { z-index: 1; opacity: 1; pointer-events: auto; transform: none; }
.pz-detail-gallery__slide img { width: 100%; max-width: 100%; max-height: 350px; object-fit: contain; }
.pz-detail-gallery__arrow { position: absolute; z-index: 3; top: 50%; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 1px solid #cfdae5; border-radius: 50%; color: var(--pz-ink); background: rgba(255,255,255,.94); box-shadow: 0 8px 22px rgba(10,35,58,.12); cursor: pointer; transform: translateY(-50%); transition: .2s ease; }
.pz-detail-gallery__arrow:hover, .pz-detail-gallery__arrow:focus-visible { color: #fff; border-color: var(--pz-blue); background: var(--pz-blue); outline: 0; }
.pz-detail-gallery__arrow--prev { left: 18px; }
.pz-detail-gallery__arrow--next { right: 18px; }
.pz-detail-gallery__status { position: absolute; z-index: 3; bottom: 23px; left: 24px; display: flex; align-items: baseline; gap: 7px; color: #92a1b1; font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.pz-detail-gallery__status span:first-child { color: var(--pz-blue); font-size: 18px; }
.pz-detail-gallery__status i { font-style: normal; }
.pz-detail-gallery__dots { position: absolute; z-index: 3; right: 24px; bottom: 27px; display: flex; gap: 8px; }
.pz-detail-gallery__dots button { width: 24px; height: 4px; padding: 0; border: 0; border-radius: 3px; background: #c8d3de; cursor: pointer; transition: .25s ease; }
.pz-detail-gallery__dots button[aria-current="true"] { width: 42px; background: var(--pz-blue); }
.pz-detail-copy h1 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.13; }
.pz-detail-copy .pz-lead { font-size: 16px; }
.pz-detail-meta { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 25px; }
.pz-detail-meta span { padding: 8px 10px; color: #47627e; background: #e4ebf2; font-size: 12px; font-weight: 700; }
.pz-product-inquiry { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 22px; align-items: center; margin-top: 28px; padding: 22px 24px; border-top: 4px solid var(--pz-blue); background: var(--pz-navy); color: #fff; }
.pz-product-inquiry h3 { margin: 0 0 8px; font-size: 20px; }
.pz-product-inquiry p { margin: 0; color: #9eb0c2; font-size: 13px; line-height: 1.65; }
.pz-product-inquiry .pz-btn { min-width: 154px; white-space: nowrap; }
.pz-rich { color: #34465a; font-size: 16px; line-height: 1.85; overflow-wrap: anywhere; }
.pz-rich img { height: auto !important; max-width: 100% !important; }
.pz-rich h2, .pz-rich h3, .pz-rich h4 { color: var(--pz-ink); line-height: 1.3; }
.pz-rich h2 { margin: 0 0 22px; padding-bottom: 15px; border-bottom: 1px solid var(--pz-line); font-size: clamp(28px, 3vw, 36px); }
.pz-rich h3 { margin: 42px 0 16px; font-size: 23px; }
.pz-rich h4 { margin: 30px 0 12px; font-size: 18px; }
.pz-rich > img { display: block; width: 100%; margin: 24px 0 0; border: 1px solid var(--pz-line); background: #fff; box-shadow: 0 14px 40px rgba(10,35,58,.08); }
.pz-rich table { width: 100% !important; border-collapse: collapse; }
.pz-rich td, .pz-rich th { padding: 13px 15px; border: 1px solid var(--pz-line); text-align: left; }
.pz-rich tr:nth-child(even) { background: #f6f8fa; }
.pz-detail-layout { max-width: 1040px; margin: 0 auto; }
.pz-detail-content { width: 100%; }
.pz-expansion-list { display: grid; width: min(1080px, calc(100vw - 48px)); gap: 14px; margin: 38px 0 0 50%; transform: translateX(-50%); }
.pz-expansion-card { display: grid; grid-template-columns: minmax(300px,.82fr) minmax(0,1.18fr); min-height: 280px; border: 1px solid var(--pz-line); background: #fff; overflow: hidden; }
.pz-expansion-card__media { position: relative; display: grid; min-width: 0; min-height: 280px; padding: 30px; place-items: center; background: #f4f7fa; }
.pz-expansion-card__media > span { position: absolute; top: 22px; left: 24px; color: #a1afbe; font-size: 11px; font-weight: 850; letter-spacing: .12em; }
.pz-expansion-card__media img { width: 100%; height: 205px; object-fit: contain; mix-blend-mode: multiply; }
.pz-expansion-card__body { display: flex; min-width: 0; flex-direction: column; justify-content: center; padding: 30px 38px; }
.pz-expansion-card__body > p { margin: 0 0 14px; color: var(--pz-blue); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.pz-expansion-card__body h3 { align-self: flex-start; margin: 0; padding: 8px 16px; color: #fff; background: #286bb2; font-size: clamp(23px,2.7vw,34px); line-height: 1; letter-spacing: -.02em; }
.pz-expansion-card__body > strong { display: block; margin-top: 16px; color: var(--pz-ink); font-size: 17px; line-height: 1.5; }
.pz-expansion-card__body ul { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 8px 28px; margin: 18px 0 0; padding: 0; list-style: none; }
.pz-expansion-card__body li { position: relative; padding-left: 14px; color: var(--pz-muted); font-size: 13px; line-height: 1.6; }
.pz-expansion-card__body li:before { position: absolute; top: .66em; left: 0; width: 4px; height: 4px; border-radius: 50%; background: var(--pz-blue); content: ""; }
.pz-spec-table-wrap { width: min(1400px, calc(100vw - 32px)); margin-top: 42px; margin-left: 50%; overflow-x: auto; transform: translateX(-50%); border: 1px solid #dce4eb; background: #f4f6f7; }
.pz-spec-table { width: 100%; min-width: 1100px; border-collapse: collapse; table-layout: fixed; color: #172434; }
.pz-spec-table__col--label { width: 9.0909%; }
.pz-spec-table__col--model { width: 27.2727%; }
.pz-spec-table th, .pz-spec-table td { height: 30px; padding: 5px 10px; border: 1px solid rgba(255,255,255,.96); text-align: center; vertical-align: middle; }
.pz-spec-table thead tr { height: 60px; }
.pz-spec-table thead th { height: 60px; padding: 10px; color: #fff; background: #0055a4; font-size: 14px; font-weight: 800; }
.pz-spec-table__row--tall { height: 60px; }
.pz-spec-table__row--tall th, .pz-spec-table__row--tall td { height: 60px; }
.pz-spec-table__row--medium { height: 45px; }
.pz-spec-table__row--medium th, .pz-spec-table__row--medium td { height: 45px; }
.pz-spec-table__group { color: #fff; background: #0055a4; font-size: 14px; font-weight: 700; }
.pz-spec-table__item { color: #fff; background: #3a6db9; font-size: 13px; font-weight: 650; }
.pz-spec-table__value { background: #f4f6f7; font-size: 11px; font-weight: 450; line-height: 1.45; overflow-wrap: anywhere; }
.pz-drawing { margin-top: 58px; }
.pz-drawing h3 { margin: 0 0 18px; color: var(--pz-ink); font-size: 23px; }
.pz-drawing__media { padding: clamp(18px, 4vw, 44px); border: 1px solid var(--pz-line); background: #fff; }
.pz-drawing__media img { display: block; width: 50%; height: auto; margin: 0 auto; object-fit: contain; }

.pz-icon-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.pz-icon-card { padding: 30px; border: 1px solid var(--pz-line); background: #fff; }
.pz-icon-card__num { display: grid; width: 44px; height: 44px; place-items: center; margin-bottom: 28px; color: #fff; background: var(--pz-blue); font-weight: 850; }
.pz-icon-card h3 { margin: 0; font-size: 21px; }
.pz-icon-card p { margin: 12px 0 0; color: var(--pz-muted); font-size: 14px; line-height: 1.75; }
.pz-about-facts { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 72px; color: #fff; background: var(--pz-navy); }
.pz-about-fact { min-width: 0; padding: 30px 28px; border-right: 1px solid rgba(255,255,255,.13); }
.pz-about-fact:last-child { border-right: 0; }
.pz-about-fact strong { display: block; color: #fff; font-size: clamp(28px,3.2vw,42px); line-height: 1; letter-spacing: -.04em; }
.pz-about-fact sup { color: var(--pz-cyan); font-size: .45em; letter-spacing: 0; }
.pz-about-fact span { display: block; margin-top: 11px; color: #aebed0; font-size: 13px; }
.pz-credential-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.pz-credential { min-width: 0; padding: 28px; border-top: 3px solid var(--pz-blue); background: #fff; box-shadow: 0 12px 28px rgba(6,21,38,.06); }
.pz-credential > span { color: #98a8b9; font-size: 11px; font-weight: 850; letter-spacing: .14em; }
.pz-credential h3 { margin: 28px 0 0; color: var(--pz-ink); font-size: 20px; line-height: 1.35; }
.pz-credential p { margin: 12px 0 0; color: var(--pz-muted); font-size: 13px; line-height: 1.75; }
.pz-capability-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.pz-capability-card { min-width: 0; min-height: 270px; padding: 30px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.045); }
.pz-capability-card > span { color: var(--pz-cyan); font-size: 10px; font-weight: 850; letter-spacing: .14em; }
.pz-capability-card h3 { margin: 52px 0 0; color: #fff; font-size: 22px; line-height: 1.35; }
.pz-capability-card p { margin: 14px 0 0; color: #aebed0; font-size: 14px; line-height: 1.75; }
.pz-process { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.pz-process__item { position: relative; min-width: 0; min-height: 230px; padding: 28px 30px; border: 1px solid var(--pz-line); background: #fff; overflow: hidden; }
.pz-process__item:after { position: absolute; right: -24px; bottom: -44px; color: #eff5fb; content: attr(data-step); font-size: 120px; font-weight: 900; line-height: 1; }
.pz-process__item > span { position: relative; z-index: 1; display: inline-flex; min-width: 38px; height: 30px; align-items: center; justify-content: center; color: #fff; background: var(--pz-blue); font-size: 12px; font-weight: 850; }
.pz-process__item h3 { position: relative; z-index: 1; margin: 28px 0 0; font-size: 22px; }
.pz-process__item p { position: relative; z-index: 1; margin: 12px 0 0; color: var(--pz-muted); font-size: 14px; line-height: 1.75; }
.pz-split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(44px, 7vw, 95px); align-items: center; }
.pz-split__media { min-height: 500px; }
.pz-split__media img { width: 100%; height: 100%; object-fit: cover; }
.pz-company-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 22px; }
.pz-company-card { display: flex; min-width: 0; flex-direction: column; margin: 0; border: 1px solid var(--pz-line); background: #fff; overflow: hidden; }
.pz-company-card img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.pz-company-card figcaption { display: flex; flex: 1; flex-direction: column; padding: 22px; }
.pz-company-card small, .pz-lab-card small { color: var(--pz-blue); font-size: 10px; font-weight: 850; letter-spacing: .13em; }
.pz-company-card strong, .pz-lab-card strong { display: block; margin-top: 9px; color: var(--pz-ink); font-size: 19px; }
.pz-company-card span, .pz-lab-card span { display: block; margin-top: 8px; color: var(--pz-muted); font-size: 13px; line-height: 1.65; }
.pz-lab-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 18px; }
.pz-lab-card { position: relative; isolation: isolate; min-height: 310px; margin: 0; color: #fff; background: var(--pz-navy); overflow: hidden; }
.pz-lab-card--featured { grid-row: span 2; min-height: 638px; }
.pz-lab-card:last-child { grid-column: 2/-1; }
.pz-lab-card img { position: absolute; z-index: 0; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.pz-lab-card:after { position: absolute; z-index: 1; inset: 0; background: linear-gradient(0deg,rgba(4,17,31,.96),rgba(4,17,31,.04) 72%); content: ""; }
.pz-lab-card figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; padding: 25px; }
.pz-lab-card strong { color: #fff; }
.pz-lab-card span { color: #c0cfdd; }
.pz-lab-card:hover img { transform: scale(1.035); }
.pz-checks { display: grid; gap: 14px; margin: 30px 0 0; padding: 0; list-style: none; }
.pz-checks li { position: relative; padding: 17px 18px 17px 45px; border: 1px solid var(--pz-line); color: #405267; font-size: 14px; }
.pz-checks li:before { position: absolute; left: 18px; color: var(--pz-blue); content: "✓"; font-weight: 900; }
.pz-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 2px solid #cdd8e2; }
.pz-timeline__item { position: relative; padding: 32px 24px 0 0; }
.pz-timeline__item:before { position: absolute; top: -7px; left: 0; width: 12px; height: 12px; border: 2px solid #fff; border-radius: 50%; background: var(--pz-blue); box-shadow: 0 0 0 2px var(--pz-blue); content: ""; }
.pz-timeline strong { display: block; font-size: 18px; }
.pz-timeline span { display: block; margin-top: 8px; color: var(--pz-muted); font-size: 13px; line-height: 1.6; }

.pz-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pz-field { display: grid; gap: 8px; }
.pz-field--full { grid-column: 1/-1; }
.pz-field label { color: #4a5c70; font-size: 13px; font-weight: 750; }
.pz-field input, .pz-field textarea, .pz-field select { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid #ccd6e0; border-radius: 2px; background: #fff; outline: 0; transition: .2s; }
.pz-field textarea { min-height: 130px; resize: vertical; }
.pz-field input:focus, .pz-field textarea:focus, .pz-field select:focus { border-color: var(--pz-blue); box-shadow: 0 0 0 3px rgba(8,120,249,.1); }
.pz-form-status { grid-column: 1/-1; margin: 0; font-size: 13px; }
.pz-form-status.is-success { color: #087a42; }
.pz-form-status.is-error { color: #c93636; }
.pz-form .pz-btn { justify-self: start; }
.pz-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; }
.pz-contact-list { display: grid; gap: 1px; margin-top: 34px; background: var(--pz-line); border: 1px solid var(--pz-line); }
.pz-contact-item { padding: 21px; background: #fff; }
.pz-contact-item small { color: #8190a0; font-size: 11px; }
.pz-contact-item strong { display: block; margin-top: 6px; font-size: 17px; }
.pz-form-panel { padding: 36px; background: #f3f6f9; }

.pz-cta { position: relative; padding: 76px 0; color: #fff; background: linear-gradient(110deg,#0878f9,#0060c9); overflow: hidden; }
.pz-cta:before { position: absolute; width: 500px; height: 500px; top: -300px; right: 3%; border: 80px solid rgba(255,255,255,.09); border-radius: 50%; content: ""; }
.pz-cta__inner { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.pz-cta h2 { margin: 0; font-size: clamp(30px, 4vw, 48px); }
.pz-cta p { margin: 12px 0 0; color: #d8ebff; }
.pz-cta .pz-btn { background: #fff; color: var(--pz-blue) !important; }

.pz-footer { color: #aab9c9; background: #051424; }
.pz-footer__main { display: grid; grid-template-columns: 1.2fr 2fr; gap: 80px; padding: 72px 0 58px; }
.pz-footer__about .pz-brand__name { color: #fff; }
.pz-footer__about p { max-width: 390px; margin: 24px 0 0; font-size: 14px; line-height: 1.8; }
.pz-footer__phone { display: block; margin-top: 22px; color: #fff; font-size: 25px; font-weight: 850; }
.pz-footer__nav { display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.pz-footer__nav h4 { margin: 0 0 18px; color: #fff; font-size: 15px; }
.pz-footer__nav a { display: block; margin: 11px 0; color: #93a5b8; font-size: 13px; }
.pz-footer__nav a:hover { color: var(--pz-cyan); }
.pz-footer__bottom { display: flex; justify-content: space-between; gap: 18px; padding: 21px 0; border-top: 1px solid rgba(255,255,255,.1); font-size: 12px; }
.pz-footer__bottom a { color: #aab9c9; }

@media (max-width: 1080px) {
  .pz-section-head--matrix { display: block; }
  .pz-section-head--matrix .pz-title { white-space: normal; }
  .pz-section-head--matrix .pz-lead { margin-top: 16px; }
  .pz-phone { display: none; }
  .pz-header__inner { gap: 18px; }
  .pz-nav { gap: 18px; }
  .pz-grid--4 { grid-template-columns: repeat(2,1fr); }
  .pz-solution-grid { grid-template-columns: 1fr 1fr; }
  .pz-solution:first-child { grid-column: 1/-1; min-height: 420px; }
}

@media (max-width: 800px) {
  .pz-shell { width: min(100% - 32px, 680px); }
  .pz-section { padding: 72px 0; }
  .pz-section-head { display: block; margin-bottom: 30px; }
  .pz-section-head .pz-lead { margin-top: 16px; }
  .pz-section-head--matrix .pz-title { white-space: normal; }
  .pz-header { height: 66px; }
  .pz-header__inner { justify-content: space-between; }
  .pz-brand__logo { width: 47px; height: 34px; }
  .pz-brand__name { font-size: 15px; }
  .pz-brand__name small { display: none; }
  .pz-menu-toggle { display: block; }
  .pz-header__right .pz-btn { display: none; }
  .pz-nav { position: absolute; top: 100%; right: 0; bottom: auto; left: 0; display: block; height: calc(100vh - 66px); padding: 22px 24px 40px; background: #fff; opacity: 0; pointer-events: none; transform: translateY(-12px); transition: .25s; overflow-y: auto; }
  .pz-nav.is-open { opacity: 1; pointer-events: auto; transform: none; }
  .pz-nav-product { position: relative; display: block; height: auto; }
  .pz-nav__link { height: auto; padding: 17px 2px; border-bottom: 1px solid #e7edf2; font-size: 18px; }
  .pz-nav__link:after { display: none; }
  .pz-nav-product > .pz-nav__link { padding-right: 54px; }
  .pz-product-toggle { position: absolute; z-index: 2; top: 6px; right: 0; display: grid; width: 42px; height: 42px; padding: 0; place-items: center; border: 0; color: transparent; background: transparent; cursor: pointer; font-size: 0; }
  .pz-product-toggle:before { width: 9px; height: 9px; border-right: 2px solid var(--pz-ink); border-bottom: 2px solid var(--pz-ink); content: ""; transform: translateY(-3px) rotate(45deg); transition: transform .2s; }
  .pz-product-toggle:focus-visible { outline: 2px solid var(--pz-blue); outline-offset: -4px; }
  .pz-nav-product.is-open > .pz-product-toggle:before { transform: translateY(3px) rotate(-135deg); }
  .pz-mega { position: static; display: none; width: auto; padding: 4px 0 18px; border: 0; border-bottom: 1px solid #e7edf2; box-shadow: none; opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: none; }
  .pz-nav-product.is-open .pz-mega { display: block; }
  .pz-mega__inner { display: block; width: 100%; }
  .pz-mega__intro { padding: 15px 0 18px; border-right: 0; }
  .pz-mega__intro h2, .pz-mega__intro > p:not(.pz-kicker) { display: none; }
  .pz-mega__intro .pz-kicker { margin-bottom: 8px; }
  .pz-mega__grid { grid-template-columns: 1fr; gap: 0; }
  .pz-mega__group { padding: 7px 0 10px; }
  .pz-mega__root { min-height: 34px; }
  .pz-mega__children { gap: 4px 12px; padding-top: 4px; }
  .pz-menu-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .pz-menu-toggle.is-open span:nth-child(2) { opacity: 0; }
  .pz-menu-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  body.pz-menu-open { overflow: hidden; }
  .pz-hero { min-height: 680px; align-items: start; }
  .pz-hero:before { background: linear-gradient(90deg,rgba(4,17,31,.98),rgba(4,17,31,.65)); }
  .pz-hero__media { opacity: .48; object-position: 62% center; }
  .pz-hero__content { padding: 90px 0 190px; }
  .pz-hero h1 { font-size: 48px; }
  .pz-hero p { font-size: 16px; }
  .pz-stat-row { grid-template-columns: repeat(2,1fr); }
  .pz-stat { padding: 15px 16px; }
  .pz-stat strong { font-size: 19px; }
  .pz-grid--3, .pz-grid--4, .pz-family-grid, .pz-icon-grid, .pz-credential-grid, .pz-capability-grid, .pz-process { grid-template-columns: 1fr 1fr; }
  .pz-about-facts { grid-template-columns: 1fr 1fr; }
  .pz-about-fact:nth-child(2) { border-right: 0; }
  .pz-about-fact:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .pz-company-grid { grid-template-columns: 1fr 1fr; }
  .pz-company-card:first-child { grid-column: 1/-1; }
  .pz-lab-grid { grid-template-columns: 1fr 1fr; }
  .pz-lab-card--featured { grid-row: auto; grid-column: 1/-1; min-height: 440px; }
  .pz-lab-card:last-child { grid-column: auto; }
  .pz-family { min-height: 220px; padding: 26px; }
  .pz-family h3 { margin-top: 32px; }
  .pz-proof, .pz-split, .pz-detail-grid, .pz-contact-grid { grid-template-columns: 1fr; }
  .pz-proof__media { min-height: 390px; }
  .pz-proof__content { padding: 48px 28px; }
  .pz-detail-media { min-height: 360px; padding: 30px; }
  .pz-expansion-list { width: min(100vw - 32px,680px); }
  .pz-expansion-card { grid-template-columns: 1fr; }
  .pz-expansion-card__media { min-height: 270px; }
  .pz-expansion-card__body { padding: 32px; }
  .pz-detail-gallery__viewport { min-height: 358px; }
  .pz-detail-gallery__slide { padding: 34px 58px 68px; }
  .pz-detail-gallery__slide img { max-height: 280px; }
  .pz-product-inquiry { grid-template-columns: 1fr; }
  .pz-product-inquiry .pz-btn { justify-self: start; }
  .pz-timeline { grid-template-columns: 1fr 1fr; border-top: 0; }
  .pz-timeline__item { border-top: 2px solid #cdd8e2; margin-top: 12px; }
  .pz-footer__main { grid-template-columns: 1fr; gap: 45px; }
  .pz-cta__inner { display: block; }
  .pz-cta .pz-btn { margin-top: 28px; }
}

@media (max-width: 560px) {
  .pz-shell { width: calc(100% - 28px); }
  .pz-title { font-size: 34px; }
  .pz-lead { font-size: 16px; }
  .pz-hero { min-height: 710px; }
  .pz-hero h1 { font-size: 40px; white-space: normal; }
  .pz-hero__content { padding-top: 70px; }
  .pz-stat span { font-size: 10px; }
  .pz-actions .pz-btn { flex: 1; padding: 0 13px; }
  .pz-product-inquiry { padding: 20px; }
  .pz-product-inquiry .pz-btn { width: 100%; }
  .pz-grid--3 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .pz-grid--4, .pz-family-grid, .pz-icon-grid, .pz-solution-grid, .pz-credential-grid, .pz-capability-grid, .pz-process { grid-template-columns: 1fr; }
  .pz-about-facts { margin-top: 48px; }
  .pz-about-fact { padding: 23px 20px; }
  .pz-capability-card { min-height: 230px; }
  .pz-company-grid, .pz-lab-grid { grid-template-columns: 1fr; }
  .pz-company-card:first-child, .pz-lab-card--featured { grid-column: auto; }
  .pz-company-card img { aspect-ratio: 16/10; }
  .pz-lab-card, .pz-lab-card--featured { min-height: 360px; }
  .pz-product-card__media { padding: 10px; }
  .pz-product-card__tag { top: 8px; left: 8px; padding: 5px 7px; font-size: 9px; }
  .pz-product-card__body { padding: 15px 12px; }
  .pz-product-card h3 { font-size: 16px; }
  .pz-product-card p { margin: 8px 0 14px; font-size: 12px; line-height: 1.55; }
  .pz-product-card__foot { padding-top: 11px; font-size: 11px; }
  .pz-solution:first-child { grid-column: auto; }
  .pz-solution, .pz-solution:first-child, .pz-solution:nth-child(n+2) { min-height: 390px; }
  .pz-family { min-height: 190px; }
  .pz-page-hero { padding: 72px 0 58px; }
  .pz-page-hero h1 { font-size: 41px; }
  .pz-filter { display: block; padding: 12px; }
  .pz-search { width: 100%; margin-top: 14px; }
  .pz-detail-hero { padding: 48px 0 64px; }
  .pz-detail-media { min-height: 300px; }
  .pz-detail-gallery__viewport { min-height: 298px; }
  .pz-detail-gallery__slide { padding: 30px 48px 64px; }
  .pz-detail-gallery__slide img { max-height: 230px; }
  .pz-detail-gallery__arrow { width: 36px; height: 36px; }
  .pz-detail-gallery__arrow--prev { left: 10px; }
  .pz-detail-gallery__arrow--next { right: 10px; }
  .pz-detail-gallery__status { bottom: 19px; left: 16px; }
  .pz-detail-gallery__dots { right: 16px; bottom: 22px; }
  .pz-detail-copy h1 { font-size: 37px; }
  .pz-expansion-list { width: calc(100vw - 28px); gap: 12px; }
  .pz-expansion-card__media { min-height: 245px; padding: 32px; }
  .pz-expansion-card__media img { height: 190px; }
  .pz-expansion-card__body { padding: 27px 22px 30px; }
  .pz-expansion-card__body ul { grid-template-columns: 1fr; }
  .pz-spec-table-wrap { margin-top: 34px; }
  .pz-drawing { margin-top: 42px; }
  .pz-drawing__media { padding: 12px; }
  .pz-drawing__media img { width: 50%; }
  .pz-proof-list { grid-template-columns: 1fr; }
  .pz-timeline { grid-template-columns: 1fr; }
  .pz-form { grid-template-columns: 1fr; }
  .pz-field--full { grid-column: auto; }
  .pz-form-panel { padding: 25px 19px; }
  .pz-footer__nav { grid-template-columns: 1fr 1fr; }
  .pz-footer__bottom { display: block; line-height: 1.8; }
}
