.pz-editor-preview { border: 1px solid #e2e8f0; border-radius: 16px; box-shadow: 0 8px 24px rgba(20,103,207,.08); padding: 20px; }
.pz-editor-preview > strong, .pz-eyebrow { color: #1467cf; display: block; font-size: 12px; font-weight: 800; letter-spacing: .14em; margin: 0 0 14px; text-transform: uppercase; }
.pz-editor-row { border-bottom: 1px solid #e2e8f0; margin-bottom: 14px; padding-bottom: 14px; }
.pz-editor-hero { background: #0a0f1a; border-radius: 18px; color: #fff; padding: 28px; }
.pz-editor-meta { align-items: center; display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.pz-editor-meta code, .pz-editor-meta span { background: #f4f6fb; border: 1px solid #e2e8f0; border-radius: 999px; color: #334155; font-size: 12px; font-weight: 800; padding: 7px 10px; }

.pz-section { margin: 0 auto; max-width: var(--pz-container, min(1600px, calc(100vw - 96px))); padding-block: clamp(72px, 8vw, 120px); }
.pyzen-section,
.pyzen-section--default {
  --pyzen-section-padding-y: clamp(80px, 7vw, 88px);
  margin-block: 0;
  padding-block: var(--pyzen-section-padding-y);
}

/* Pyzen Enterprise Media Content */
.pz-enterprise-media {
  --pz-enterprise-media-ratio: 16 / 9;
  background: #fff;
  color: #172033;
  margin-block-start: 0;
  overflow: clip;
  position: relative;
}
.wp-site-blocks :where(.pz-enterprise-media.alignfull),
.pz-enterprise-media.alignfull { margin-left: calc(50% - 50vw) !important; margin-right: calc(50% - 50vw) !important; width: 100vw !important; }
.pz-enterprise-media__container { margin-inline: auto; max-width: min(100% - 48px, 1180px); position: relative; z-index: 1; }
.pz-enterprise-media--width-narrow .pz-enterprise-media__container { max-width: min(100% - 48px, 980px); }
.pz-enterprise-media--width-wide .pz-enterprise-media__container { max-width: min(100% - 48px, 1380px); }
.pz-enterprise-media--width-full .pz-enterprise-media__container { max-width: min(100% - 32px, 1600px); }
.pz-enterprise-media--padding-small { padding-block: clamp(32px, 4vw, 54px); }
.pz-enterprise-media--padding-medium { padding-block: clamp(46px, 5vw, 74px); }
.pz-enterprise-media--padding-large { padding-block: clamp(64px, 7vw, 104px); }
.pz-enterprise-media--padding-xlarge { padding-block: clamp(82px, 9vw, 136px); }
.pz-enterprise-media--bg-white { background: #fff; }
.pz-enterprise-media--bg-light-grey { background: #f4f6fb; }
.pz-enterprise-media--bg-light-blue { background: #f6f9ff; }
.pz-enterprise-media--bg-gradient { background: linear-gradient(135deg, #fff 0%, #f2f7ff 52%, #e8f7ff 100%); }
.pz-enterprise-media--bg-dark { background: #07111f; color: #dbe7ff; }
.pz-enterprise-media--pattern-grid::before,
.pz-enterprise-media--pattern-dots::before,
.pz-enterprise-media--pattern-glow::before { content: ""; inset: 0; pointer-events: none; position: absolute; }
.pz-enterprise-media--pattern-grid::before {
  background-image: linear-gradient(rgba(20,103,207,.08) 1px, transparent 1px), linear-gradient(90deg, rgba(20,103,207,.08) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
}
.pz-enterprise-media--pattern-dots::before { background-image: radial-gradient(rgba(20,103,207,.18) 1px, transparent 1px); background-size: 22px 22px; }
.pz-enterprise-media--pattern-glow::before { background: radial-gradient(circle at 78% 22%, rgba(83,142,255,.18), transparent 34%), radial-gradient(circle at 12% 76%, rgba(0,184,217,.14), transparent 32%); }
.pz-enterprise-media__grid { align-items: center; display: grid; gap: clamp(28px, 5vw, 72px); grid-template-columns: minmax(0, .92fr) minmax(320px, 1fr); }
.pz-enterprise-media--media-left .pz-enterprise-media__grid { grid-template-columns: minmax(320px, 1fr) minmax(0, .92fr); }
.pz-enterprise-media__content { max-width: 660px; min-width: 0; }
.pz-enterprise-media--align-center .pz-enterprise-media__content { justify-self: center; text-align: center; }
.pz-enterprise-media__eyebrow { color: #1467cf; display: inline-flex; font-size: .76rem; font-weight: 850; letter-spacing: .08em; margin: 0 0 14px; text-transform: uppercase; }
.pz-enterprise-media__title { color: #07111f; font-size: clamp(1.8rem, 3.2vw, 3.4rem); font-weight: 650; letter-spacing: 0; line-height: 1.06; margin: 0 0 18px; }
.pz-enterprise-media__description { color: #52606f; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.72; margin: 0 0 18px; }
.pz-enterprise-media__body,
.pz-enterprise-media__body p { color: #334155; font-size: 1rem; line-height: 1.76; }
.pz-enterprise-media__body p:last-child { margin-bottom: 0; }
.pz-enterprise-media__bullets { display: grid; gap: 10px; list-style: none; margin: 24px 0 0; padding: 0; }
.pz-enterprise-media__bullets li { align-items: start; color: #1f2a3d; display: grid; font-size: .98rem; gap: 10px; grid-template-columns: 20px minmax(0, 1fr); line-height: 1.55; }
.pz-enterprise-media__bullets li::before { background: linear-gradient(135deg, #1467cf, #538eff); border-radius: 999px; content: ""; height: 9px; margin-top: 8px; width: 9px; }
.pz-enterprise-media--align-center .pz-enterprise-media__bullets { justify-items: center; }
.pz-enterprise-media__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.pz-enterprise-media--align-center .pz-enterprise-media__actions { justify-content: center; }
.pz-enterprise-media__button { align-items: center; border-radius: 999px; display: inline-flex; font-size: .92rem; font-weight: 800; justify-content: center; min-height: 48px; padding: 0 22px; text-decoration: none; transition: background .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease; }
.pz-enterprise-media__button:hover { transform: translateY(-2px); }
.pz-enterprise-media__button--primary { background: linear-gradient(135deg, #1467cf, #538eff); box-shadow: 0 18px 38px rgba(20,103,207,.26); color: #fff; }
.pz-enterprise-media__button--secondary { background: #fff; border: 1px solid rgba(20,103,207,.22); color: #0f4fb1; }
.pz-enterprise-media__media { background: linear-gradient(135deg, #eef4ff, #fff); border: 1px solid rgba(20,103,207,.12); border-radius: 24px; margin: 0; min-height: 260px; overflow: hidden; position: relative; }
.pz-enterprise-media--radius-none .pz-enterprise-media__media,
.pz-enterprise-media--radius-none.pz-enterprise-media--gradient-feature .pz-enterprise-media__content,
.pz-enterprise-media--radius-none.pz-enterprise-media--image-overlay .pz-enterprise-media__content { border-radius: 0; }
.pz-enterprise-media--radius-small .pz-enterprise-media__media,
.pz-enterprise-media--radius-small.pz-enterprise-media--gradient-feature .pz-enterprise-media__content,
.pz-enterprise-media--radius-small.pz-enterprise-media--image-overlay .pz-enterprise-media__content { border-radius: 12px; }
.pz-enterprise-media--radius-medium .pz-enterprise-media__media,
.pz-enterprise-media--radius-medium.pz-enterprise-media--gradient-feature .pz-enterprise-media__content,
.pz-enterprise-media--radius-medium.pz-enterprise-media--image-overlay .pz-enterprise-media__content { border-radius: 18px; }
.pz-enterprise-media__image { aspect-ratio: var(--pz-enterprise-media-ratio); display: block; height: 100%; min-height: 320px; object-fit: cover; width: 100%; }
.pz-enterprise-media__image--top { object-position: top center; }
.pz-enterprise-media__image--center { object-position: center; }
.pz-enterprise-media__image--bottom { object-position: bottom center; }
.pz-enterprise-media__media figcaption { background: rgba(255,255,255,.9); border: 1px solid rgba(20,103,207,.1); border-radius: 14px; bottom: 16px; color: #334155; font-size: .86rem; left: 16px; line-height: 1.45; padding: 10px 12px; position: absolute; right: 16px; }
.pz-enterprise-media__media--empty { align-items: center; display: grid; min-height: 340px; place-items: center; }
.pz-enterprise-media__media--empty span { background: linear-gradient(135deg, rgba(20,103,207,.12), rgba(83,142,255,.08)); border: 1px dashed rgba(20,103,207,.28); border-radius: 18px; height: calc(100% - 48px); width: calc(100% - 48px); }
.pz-enterprise-media--shadow-none .pz-enterprise-media__media,
.pz-enterprise-media--shadow-none.pz-enterprise-media--gradient-feature .pz-enterprise-media__content,
.pz-enterprise-media--shadow-none.pz-enterprise-media--image-overlay .pz-enterprise-media__content { box-shadow: none; }
.pz-enterprise-media--shadow-soft .pz-enterprise-media__media,
.pz-enterprise-media--shadow-soft.pz-enterprise-media--gradient-feature .pz-enterprise-media__content,
.pz-enterprise-media--shadow-soft.pz-enterprise-media--image-overlay .pz-enterprise-media__content { box-shadow: 0 18px 48px rgba(7,17,31,.08); }
.pz-enterprise-media--shadow-premium .pz-enterprise-media__media,
.pz-enterprise-media--shadow-premium.pz-enterprise-media--gradient-feature .pz-enterprise-media__content,
.pz-enterprise-media--shadow-premium.pz-enterprise-media--image-overlay .pz-enterprise-media__content { box-shadow: 0 28px 70px rgba(7,17,31,.14); }
.pz-enterprise-media--gradient-feature .pz-enterprise-media__content { background: linear-gradient(135deg, rgba(255,255,255,.96), rgba(242,247,255,.96) 56%, rgba(232,247,255,.96)); border: 1px solid rgba(20,103,207,.12); border-radius: 24px; padding: clamp(26px, 4vw, 48px); }
.pz-enterprise-media--gradient-feature .pz-enterprise-media__media { transform: translateY(18px); }
.pz-enterprise-media--image-overlay { background: #07111f; padding-block: clamp(44px, 7vw, 92px); }
.pz-enterprise-media--image-overlay .pz-enterprise-media__container { max-width: min(100% - 48px, 1380px); }
.pz-enterprise-media--image-overlay .pz-enterprise-media__grid { display: grid; min-height: clamp(460px, 58vw, 680px); }
.pz-enterprise-media--image-overlay .pz-enterprise-media__content,
.pz-enterprise-media--image-overlay .pz-enterprise-media__media { grid-area: 1 / 1; }
.pz-enterprise-media--image-overlay .pz-enterprise-media__media { border: 0; border-radius: 28px; min-height: 100%; }
.pz-enterprise-media--image-overlay .pz-enterprise-media__media::after { background: linear-gradient(90deg, rgba(7,17,31,.88), rgba(7,17,31,.55) 52%, rgba(7,17,31,.12)); content: ""; inset: 0; position: absolute; }
.pz-enterprise-media--image-overlay .pz-enterprise-media__image { height: 100%; min-height: clamp(460px, 58vw, 680px); }
.pz-enterprise-media--image-overlay .pz-enterprise-media__content { align-self: center; background: rgba(7,17,31,.76); border: 1px solid rgba(255,255,255,.16); border-radius: 24px; color: #fff; margin: clamp(18px, 4vw, 48px); max-width: 650px; padding: clamp(26px, 4vw, 48px); position: relative; z-index: 2; }
.pz-enterprise-media--image-overlay .pz-enterprise-media__title,
.pz-enterprise-media--bg-dark .pz-enterprise-media__title { color: #fff; }
.pz-enterprise-media--image-overlay .pz-enterprise-media__description,
.pz-enterprise-media--image-overlay .pz-enterprise-media__body,
.pz-enterprise-media--image-overlay .pz-enterprise-media__body p,
.pz-enterprise-media--image-overlay .pz-enterprise-media__bullets li,
.pz-enterprise-media--bg-dark .pz-enterprise-media__description,
.pz-enterprise-media--bg-dark .pz-enterprise-media__body,
.pz-enterprise-media--bg-dark .pz-enterprise-media__body p,
.pz-enterprise-media--bg-dark .pz-enterprise-media__bullets li { color: rgba(255,255,255,.8); }
.pz-enterprise-media--image-overlay .pz-enterprise-media__button--secondary,
.pz-enterprise-media--bg-dark .pz-enterprise-media__button--secondary { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.24); color: #fff; }
.pz-enterprise-media--floating-proof .pz-enterprise-media__media { overflow: visible; }
.pz-enterprise-media--floating-proof .pz-enterprise-media__image { border-radius: inherit; }
.pz-enterprise-media__proof-cloud { display: grid; gap: 12px; grid-template-columns: repeat(2, minmax(118px, 1fr)); inset: auto 18px 18px auto; max-width: min(76%, 360px); position: absolute; }
.pz-enterprise-media__proof-card { background: rgba(255,255,255,.94); border: 1px solid rgba(20,103,207,.14); border-radius: 16px; box-shadow: 0 18px 38px rgba(7,17,31,.12); display: grid; gap: 2px; min-width: 0; padding: 13px 14px; }
.pz-enterprise-media__proof-card > span { color: #1467cf; font-size: .72rem; font-weight: 900; letter-spacing: .06em; }
.pz-enterprise-media__proof-card strong { color: #07111f; font-size: clamp(1rem, 1.25vw, 1.2rem); line-height: 1.1; }
.pz-enterprise-media__proof-card small { color: #52606f; font-size: .76rem; line-height: 1.35; }
.pz-enterprise-media__tech-cloud { display: flex; flex-wrap: wrap; gap: 8px; left: 18px; max-width: min(78%, 420px); position: absolute; top: 18px; }
.pz-enterprise-media__tech-cloud span,
.pz-enterprise-media__chips span { background: rgba(255,255,255,.92); border: 1px solid rgba(20,103,207,.16); border-radius: 999px; color: #0f4fb1; font-size: .78rem; font-weight: 800; line-height: 1; padding: 9px 12px; }
.pz-enterprise-media__proof-row { display: grid; gap: 12px; grid-template-columns: repeat(4, minmax(0, 1fr)); margin-top: 28px; }
.pz-enterprise-media__proof-row div { background: rgba(255,255,255,.82); border: 1px solid rgba(20,103,207,.12); border-radius: 18px; padding: 16px; }
.pz-enterprise-media__proof-row strong,
.pz-enterprise-media__proof-row span { display: block; }
.pz-enterprise-media__proof-row strong { color: #07111f; font-size: 1.15rem; line-height: 1.1; }
.pz-enterprise-media__proof-row span { color: #52606f; font-size: .82rem; margin-top: 4px; }
.pz-enterprise-media__chips { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.pz-enterprise-media--bg-dark .pz-enterprise-media__proof-row div,
.pz-enterprise-media--bg-dark .pz-enterprise-media__chips span { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.16); }
.pz-enterprise-media--bg-dark .pz-enterprise-media__proof-row strong,
.pz-enterprise-media--bg-dark .pz-enterprise-media__chips span { color: #fff; }
.pz-enterprise-media--bg-dark .pz-enterprise-media__proof-row span { color: rgba(255,255,255,.68); }
.pz-enterprise-media--editor { border: 1px solid rgba(20,103,207,.14); padding: 32px 0; }
.pz-enterprise-media--editor .pz-enterprise-media__container { max-width: min(100% - 28px, 1120px); }
.pz-enterprise-media--editor .pz-enterprise-media__actions a { pointer-events: none; }
.pz-enterprise-media__media-placeholder { align-items: center; color: #1467cf; display: grid; font-weight: 800; min-height: 320px; place-items: center; }

@media (max-width: 980px) {
  .pz-enterprise-media__grid,
  .pz-enterprise-media--media-left .pz-enterprise-media__grid { grid-template-columns: 1fr; }
  .pz-enterprise-media--mobile-content-first .pz-enterprise-media__content { order: 1; }
  .pz-enterprise-media--mobile-content-first .pz-enterprise-media__media { order: 2; }
  .pz-enterprise-media--mobile-image-first .pz-enterprise-media__media { order: 1; }
  .pz-enterprise-media--mobile-image-first .pz-enterprise-media__content { order: 2; }
  .pz-enterprise-media__content { max-width: none; }
  .pz-enterprise-media--gradient-feature .pz-enterprise-media__media { transform: none; }
  .pz-enterprise-media__proof-row { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .pz-enterprise-media__container,
  .pz-enterprise-media--image-overlay .pz-enterprise-media__container,
  .pz-enterprise-media--width-narrow .pz-enterprise-media__container,
  .pz-enterprise-media--width-wide .pz-enterprise-media__container,
  .pz-enterprise-media--width-full .pz-enterprise-media__container { max-width: min(100% - 28px, 1600px); }
  .pz-enterprise-media__title { font-size: clamp(1.55rem, 9vw, 2.25rem); }
  .pz-enterprise-media__actions { align-items: stretch; flex-direction: column; }
  .pz-enterprise-media__button { width: 100%; }
  .pz-enterprise-media__image,
  .pz-enterprise-media__media-placeholder { min-height: 240px; }
  .pz-enterprise-media--image-overlay .pz-enterprise-media__grid,
  .pz-enterprise-media--image-overlay .pz-enterprise-media__image { min-height: 560px; }
  .pz-enterprise-media--image-overlay .pz-enterprise-media__content { align-self: end; margin: 14px; padding: 22px; }
  .pz-enterprise-media__proof-cloud { grid-template-columns: 1fr 1fr; inset: auto 10px 10px 10px; max-width: none; }
  .pz-enterprise-media__proof-card { border-radius: 12px; padding: 10px; }
  .pz-enterprise-media__tech-cloud { left: 10px; max-width: calc(100% - 20px); top: 10px; }
  .pz-enterprise-media__tech-cloud span,
  .pz-enterprise-media__chips span { font-size: .72rem; padding: 8px 10px; }
  .pz-enterprise-media__proof-row { grid-template-columns: 1fr; }
}
.pyzen-section--tight {
  --pyzen-section-padding-y: clamp(48px, 5vw, 64px);
}
.pyzen-faq-section {
  --pyzen-section-padding-y: clamp(64px, 6vw, 80px);
}
.pyzen-contact-section {
  --pyzen-section-padding-y: clamp(64px, 6vw, 88px);
}
.pz-suite { position: relative; }
.entry-content > .pz-suite,
.wp-block-post-content > .pz-suite,
.wp-site-blocks .pz-suite.alignfull,
.wp-site-blocks .pz-section.pz-suite {
  box-sizing: border-box;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
.wp-site-blocks .pz-section.pz-suite {
  padding-left: max(24px, calc((100vw - 1320px) / 2));
  padding-right: max(24px, calc((100vw - 1320px) / 2));
}
.pz-centered { margin-inline: auto; text-align: center; }
.pz-section-head { margin-bottom: clamp(32px, 4vw, 56px); max-width: 900px; }
.pz-section-head h2, .pz-why-section h2, .pz-cta-section h2, .pz-tech-head h2, .pz-industries-bento h2 { color: #0a0f1a; font-size: clamp(1.75rem, 3.4vw, 2.75rem); font-weight: 800; letter-spacing: 0; line-height: 1.12; margin: 0 0 16px; }
.pz-section-head p, .pz-why-copy > p, .pz-cta-section p, .pz-lead, .pz-tech-head p { color: #4a5568; font-size: 1rem; line-height: 1.65; }
.pz-variant-pill { background: rgba(20,103,207,.08); border: 1px solid rgba(20,103,207,.18); border-radius: 999px; color: #1467cf; display: inline-flex; font-size: 12px; font-weight: 800; letter-spacing: .08em; margin-top: 8px; padding: 8px 12px; text-transform: uppercase; }
.pz-suite-dark,
.pz-suite-dark .pz-card-grid article { background: #181818; color: #fff; }
.pz-suite-dark .pz-section-head h2,
.pz-suite-dark .pz-card-grid h3 { color: #fff; }
.pz-suite-dark .pz-section-head p,
.pz-suite-dark .pz-card-grid p { color: rgba(255,255,255,.76); }
.pz-card-grid a,
.pz-case-grid a { color: #1467cf; display: inline-flex; font-size: 13px; font-weight: 700; margin-top: 10px; text-decoration: none; }
.pz-card-grid a:hover,
.pz-case-grid a:hover { text-decoration: underline; }

.pz-hero { background: #0a0f1a; color: #fff; margin-top: 0; min-height: 600px; overflow: hidden; position: relative; }
.pz-hero::before { background-image: var(--pz-hero-image); background-position: center; background-size: cover; content: ""; inset: 0; opacity: .84; position: absolute; z-index: 0; }
.pz-hero::after { background-image: radial-gradient(#1467cf 1px, transparent 1px); background-size: 48px 48px; content: ""; inset: 0; opacity: .04; position: absolute; z-index: 1; }
.pz-hero-video { height: 100%; inset: 0; object-fit: cover; position: absolute; width: 100%; z-index: 0; }
.pz-hero-video + .pz-hero-overlay { z-index: 1; }
.pz-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,.56) 48%, rgba(0,0,0,.24) 100%); inset: 0; position: absolute; z-index: 1; }
.pz-hero-inner { align-items: center; display: grid; gap: clamp(32px, 6vw, 88px); grid-template-columns: minmax(0,1fr); margin: 0 auto; max-width: var(--pz-container, min(1600px, calc(100vw - 96px))); min-height: 600px; padding-block: clamp(92px, 10vw, 150px) 70px; position: relative; z-index: 2; }
.pz-hero h1 { color: #fff; font-size: clamp(2.9rem, 5.3vw, 5rem); font-weight: 800; letter-spacing: 0; line-height: 1.03; margin: 0 0 24px; max-width: 880px; }
.pz-hero h1 span { display: block; }
.pz-hero .pz-lead { color: rgba(255,255,255,.86); max-width: 690px; }
.pz-actions, .pz-chip-row { display: flex; flex-wrap: wrap; gap: 14px; }
.pz-actions { margin-top: 32px; }
.pz-btn, .pz-tab-cta { align-items: center; border-radius: 999px; display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; justify-content: center; min-height: 48px; padding: .85rem 1.35rem; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.pz-btn:hover, .pz-tab-cta:hover { transform: translateY(-2px); }
.pz-btn-primary, .pz-tab-cta { background: linear-gradient(135deg,#1467cf,#538eff); box-shadow: 0 16px 34px rgba(20,103,207,.32); color: #fff; }
.pz-btn-ghost { border: 1px solid rgba(255,255,255,.42); color: #fff; }
.pz-btn-white { background: #fff; color: #1467cf; }
.pz-chip-row { list-style: none; margin: 38px 0 0; padding: 0; }
.pz-chip-row li { background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.86); font-size: 13px; font-weight: 600; padding: 8px 13px; }
.pz-chip-row-inline span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.84); font-size: 13px; font-weight: 700; padding: 8px 12px; }
.pz-hero-brand-ratings { align-items: stretch; display: flex; flex-wrap: wrap; gap: 12px; margin-top: 26px; max-width: 820px; }
.pz-hero-rating-card { align-items: center; background: rgba(6,17,31,.82); border: 1px solid rgba(255,255,255,.16); border-radius: 8px; box-shadow: 0 18px 44px rgba(0,0,0,.22); display: grid; gap: 12px; grid-template-columns: minmax(82px, 118px) minmax(0, 1fr); min-height: 82px; min-width: min(100%, 240px); padding: 14px 16px; }
.pz-hero-rating-card img { display: block; max-height: 34px; max-width: 118px; object-fit: contain; width: 100%; }
.pz-hero-rating-card > div { display: grid; gap: 4px; min-width: 0; }
.pz-hero-rating-stars { color: #f4c800; display: block; font-size: 17px; letter-spacing: 1px; line-height: 1; white-space: nowrap; }
.pz-hero-rating-score { color: #fff; display: block; font-size: 15px; font-weight: 900; line-height: 1.2; }
.pz-hero-rating-score span { color: rgba(255,255,255,.64); font-size: 12px; font-weight: 700; }
.pz-hero-stats { display: none !important; gap: 14px; }
.pz-hero-stats article { align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.07)); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.2); border-radius: 8px; box-shadow: 0 24px 60px rgba(0,0,0,.22); display: grid; gap: 8px 18px; grid-template-columns: 44px minmax(0,1fr); min-height: 112px; padding: 20px 22px; }
.pz-hero-stats em { align-items: center; background: rgba(83,142,255,.18); border: 1px solid rgba(138,182,255,.28); border-radius: 999px; color: #a8c8ff; display: inline-flex; font-size: 12px; font-style: normal; font-weight: 900; grid-row: span 2; height: 44px; justify-content: center; letter-spacing: .04em; width: 44px; }
.pz-hero-stats strong { color: #fff; display: block; font-size: clamp(2.1rem, 3.2vw, 3rem); font-weight: 900; line-height: .92; }
.pz-hero-stats span { color: rgba(255,255,255,.76); display: block; font-size: 13px; font-weight: 800; margin-top: 0; }

.pz-hero-suite.pz-hero-with-visual .pz-hero-inner { grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr); }
.pz-hero-suite.pz-variant-hero { min-height: 620px; }
.pz-hero-suite.pz-variant-hero::before { opacity: .45; filter: saturate(.8); }
.pz-hero-suite.pz-variant-hero .pz-hero-overlay { background: linear-gradient(180deg, rgba(3,7,18,.72), rgba(3,7,18,.86)); }
.pz-hero-suite.pz-variant-hero .pz-hero-copy { margin-inline: auto; max-width: 1060px; text-align: center; }
.pz-hero-suite.pz-variant-hero .pz-actions,
.pz-hero-suite.pz-variant-hero .pz-chip-row,
.pz-hero-suite.pz-variant-hero .pz-hero-brand-ratings { justify-content: center; margin-inline: auto; }
.pz-hero-suite.pz-variant-hero h1 { margin-inline: auto; max-width: 1060px; }
.pz-hero-suite.pz-variant-hero .pz-lead { margin-inline: auto; }
.pz-hero-suite.pz-variant-hero-v1 .pz-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.74), rgba(0,0,0,.48), rgba(0,0,0,.16)); }
.pz-hero-suite.pz-variant-hero-v2 { background: #050b16; }
.pz-hero-suite.pz-variant-hero-v2::before { opacity: .38; transform: scale(1.04); }
.pz-hero-suite.pz-variant-hero-v2::after { background-image: linear-gradient(rgba(255,255,255,.06) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.06) 1px, transparent 1px); background-size: 56px 56px; opacity: .22; }
.pz-hero-suite.pz-variant-hero-v2 .pz-hero-overlay { background: radial-gradient(circle at 72% 42%, rgba(20,103,207,.34), transparent 32%), linear-gradient(90deg, rgba(4,10,22,.94), rgba(4,10,22,.78)); }
.pz-hero-suite.pz-variant-hero-v2 h1 { font-size: clamp(3rem, 5vw, 5.8rem); }
.pz-hero-visual { position: relative; z-index: 2; }
.pz-hero-system-card,
.pz-hero-blog-card { background: rgba(255,255,255,.1); backdrop-filter: blur(18px); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; box-shadow: 0 30px 80px rgba(0,0,0,.28); color: #fff; padding: clamp(28px, 4vw, 46px); }
.pz-hero-system-card::before { background: linear-gradient(135deg,#1467cf,#72a7ff); border-radius: 8px; content: ""; display: block; height: 8px; margin-bottom: 34px; width: 88px; }
.pz-hero-system-card span,
.pz-hero-blog-card span { color: #8ab6ff; display: block; font-size: 12px; font-weight: 900; letter-spacing: .18em; margin-bottom: 16px; text-transform: uppercase; }
.pz-hero-system-card strong,
.pz-hero-blog-card strong { color: #fff; display: block; font-size: clamp(1.6rem, 2.4vw, 2.7rem); line-height: 1.05; }
.pz-hero-system-card p,
.pz-hero-blog-card p { color: rgba(255,255,255,.74); line-height: 1.7; margin: 18px 0 0; }
.pz-hero-suite.pz-variant-hero-v3 { min-height: 650px; }
.pz-hero-suite.pz-variant-hero-v3::before { opacity: .24; filter: saturate(1.2); }
.pz-hero-suite.pz-variant-hero-v3 .pz-hero-overlay { background: radial-gradient(circle at 50% 45%, rgba(20,103,207,.42), transparent 34%), linear-gradient(180deg, rgba(2,6,23,.9), rgba(2,6,23,.96)); }
.pz-hero-suite.pz-variant-hero-v3 .pz-hero-copy { margin-inline: auto; max-width: 1180px; text-align: center; }
.pz-hero-suite.pz-variant-hero-v3 h1 { font-size: clamp(3rem, 5.8vw, 6.5rem); margin-inline: auto; max-width: 1180px; }
.pz-hero-suite.pz-variant-hero-v3 .pz-lead { margin-inline: auto; max-width: 940px; }
.pz-hero-suite.pz-variant-hero-v3 .pz-actions,
.pz-hero-suite.pz-variant-hero-v3 .pz-chip-row,
.pz-hero-suite.pz-variant-hero-v3 .pz-hero-brand-ratings { justify-content: center; margin-inline: auto; }
.pz-hero-suite.pz-variant-hero-v4 { min-height: 760px; }
.pz-hero-suite.pz-variant-hero-v4::before { opacity: .62; }
.pz-hero-suite.pz-variant-hero-v4 .pz-hero-overlay { background: linear-gradient(90deg, rgba(0,0,0,.88), rgba(0,0,0,.64), rgba(0,0,0,.28)); }
.pz-hero-suite.pz-variant-hero-v4 .pz-hero-inner { max-width: min(100% - 72px, 1320px); }
.pz-hero-orbit { align-items: center; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; display: flex; justify-content: center; margin-inline: auto; max-width: 430px; position: relative; width: 100%; }
.pz-hero-orbit i { border: 1px solid rgba(138,182,255,.34); border-radius: 50%; inset: 12%; position: absolute; }
.pz-hero-orbit i:nth-child(2) { inset: 25%; }
.pz-hero-orbit i:nth-child(3) { background: rgba(20,103,207,.16); border-color: rgba(255,255,255,.24); inset: 39%; }
.pz-hero-orbit strong { color: #fff; font-size: clamp(1.5rem, 2vw, 2.2rem); max-width: 220px; position: relative; text-align: center; }
.pz-hero-suite.pz-variant-hero-v5 { min-height: 640px; }
.pz-hero-suite.pz-variant-hero-v5::before { opacity: .64; filter: saturate(.95) contrast(1.05); }
.pz-hero-suite.pz-variant-hero-v5 .pz-hero-overlay { background: linear-gradient(90deg, rgba(19,11,4,.82), rgba(10,12,18,.62)); }
.pz-hero-suite.pz-variant-hero-v5 .pz-hero-copy { margin-inline: auto; max-width: 940px; text-align: center; }
.pz-hero-suite.pz-variant-hero-v5 .pz-eyebrow { color: #f59e0b; }
.pz-hero-suite.pz-variant-hero-v5 h1 { font-size: clamp(3rem, 5vw, 5.4rem); margin-inline: auto; }
.pz-hero-suite.pz-variant-hero-v5 .pz-actions,
.pz-hero-suite.pz-variant-hero-v5 .pz-chip-row,
.pz-hero-suite.pz-variant-hero-v5 .pz-hero-brand-ratings { justify-content: center; margin-inline: auto; }
.pz-hero-suite.pz-variant-bloghero { background: #f7fbff; color: #07111f; min-height: 620px; }
.pz-hero-suite.pz-variant-bloghero::before { opacity: .08; }
.pz-hero-suite.pz-variant-bloghero::after { opacity: 0; }
.pz-hero-suite.pz-variant-bloghero .pz-hero-overlay { background: linear-gradient(90deg, #f7fbff 0%, rgba(247,251,255,.92) 52%, rgba(247,251,255,.72) 100%); }
.pz-hero-suite.pz-variant-bloghero h1 { color: #07111f; font-size: clamp(3rem, 5vw, 5.9rem); }
.pz-hero-suite.pz-variant-bloghero .pz-lead { color: #52606f; }
.pz-hero-suite.pz-variant-bloghero .pz-btn-ghost { border-color: rgba(7,17,31,.22); color: #07111f; }
.pz-hero-suite.pz-variant-bloghero .pz-chip-row li { background: #fff; border-color: rgba(20,103,207,.12); color: #193454; }
.pz-hero-blog-card { background: #fff; border-color: rgba(7,17,31,.08); box-shadow: 0 24px 70px rgba(8,24,44,.12); color: #07111f; }
.pz-hero-blog-card strong { color: #07111f; }
.pz-hero-blog-card p { color: #52606f; }

.pz-logo-grid, .pz-card-grid, .pz-case-grid, .pz-testimonial-grid { display: grid; gap: 20px; }
.pz-logo-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
.pz-logo-grid div, .pz-card-grid article, .pz-case-grid article, .pz-tab-panel, .pz-testimonial-grid article, .pz-why-grid article { background: #fff; border: 1px solid rgba(20,60,100,.08); border-radius: 20px; box-shadow: 0 18px 42px rgba(20,103,207,.08); }
.pz-logo-grid div { align-items: center; color: #0a0f1a; display: flex; font-size: 14px; font-weight: 800; justify-content: center; min-height: 84px; padding: 16px; text-align: center; }
.pz-logo-grid-images img { display: block; filter: saturate(.9); height: 58px; max-width: 120px; object-fit: contain; width: auto; }

.pz-trusted-marquee { overflow: hidden; }
.pz-trusted-suite { overflow: hidden; }
.pz-trusted-marquee-wrap { margin-inline: calc(50% - 50vw); overflow: hidden; position: relative; width: 100vw; }
.pz-trusted-fade { bottom: 0; pointer-events: none; position: absolute; top: 0; width: min(12vw, 140px); z-index: 2; }
.pz-trusted-fade-left { background: linear-gradient(90deg,#fff,rgba(255,255,255,0)); left: 0; }
.pz-trusted-fade-right { background: linear-gradient(270deg,#fff,rgba(255,255,255,0)); right: 0; }
.pz-marquee { margin-inline: calc(50% - 50vw); overflow: hidden; width: 100vw; }
.pz-trusted-marquee-wrap .pz-marquee { margin-inline: 0; }
.pz-marquee-track { animation: pz-marquee var(--pz-marquee-duration, 36s) linear infinite; display: flex; gap: 56px; width: max-content; }
.pz-marquee:hover .pz-marquee-track { animation-play-state: paused; }
.pz-marquee-logo { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 12px; justify-content: center; min-width: 170px; opacity: .9; padding-block: 6px; }
.pz-marquee-logo img { display: block; height: 84px; max-width: 130px; object-fit: contain; width: auto; }
.pz-marquee-logo span { color: #0a0f1a; font-size: 14px; font-weight: 800; }
@keyframes pz-marquee { to { transform: translateX(-50%); } }

.pz-global-awards { background: #05070c; color: #fff; margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(58px, 7vw, 96px) 0; width: 100vw; }
.pz-global-awards-inner { display: grid; gap: clamp(28px, 5vw, 52px); margin: 0 auto; max-width: min(100% - 48px, 1240px); }
.pz-global-awards-copy { margin: 0 auto; max-width: 780px; min-width: 0; text-align: center; }
.pz-global-awards .pz-eyebrow { color: #8ab6ff; }
.pz-global-awards :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(1.95rem, 3.2vw, 3.75rem); font-weight: 850; letter-spacing: 0; line-height: 1.06; margin: 0 auto 16px; max-width: 780px; }
.pz-global-awards p:not(.pz-eyebrow) { color: rgba(226,232,240,.76); font-size: 1rem; line-height: 1.68; margin: 0 auto; max-width: 660px; }
.pz-global-awards-marquee { margin-inline: calc(50% - 50vw); overflow: hidden; position: relative; width: 100vw; }
.pz-global-awards-track { animation: pz-marquee var(--pz-marquee-duration, 34s) linear infinite; display: flex; gap: 18px; width: max-content; }
.pz-global-awards-marquee:hover .pz-global-awards-track { animation-play-state: paused; }
.pz-global-awards-fade { bottom: 0; pointer-events: none; position: absolute; top: 0; width: min(12vw, 150px); z-index: 2; }
.pz-global-awards-fade-left { background: linear-gradient(90deg,#05070c,rgba(5,7,12,0)); left: 0; }
.pz-global-awards-fade-right { background: linear-gradient(270deg,#05070c,rgba(5,7,12,0)); right: 0; }
.pz-metrics-showcase { background: #05070c; color: #fff; margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(62px, 7vw, 104px) 0; width: 100vw; }
.pz-metrics-showcase__head { margin: 0 auto clamp(30px, 4vw, 52px); max-width: min(100% - 48px, 1180px); }
.pz-metrics-showcase__head .pz-eyebrow { color: #83d9b3; font-size: .78rem; font-weight: 800; letter-spacing: .08em; margin: 0 0 12px; text-transform: uppercase; }
.pz-metrics-showcase__head :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(2rem, 4.2vw, 4.5rem); font-weight: 850; letter-spacing: 0; line-height: 1.02; margin: 0; max-width: 820px; }
.pz-metrics-showcase__head p:not(.pz-eyebrow) { color: rgba(226,232,240,.72); font-size: clamp(.98rem, 1.3vw, 1.12rem); line-height: 1.65; margin: 18px 0 0; max-width: 680px; }
.pz-metrics-showcase__viewport { margin-inline: calc(50% - 50vw); overflow: hidden; position: relative; width: 100vw; }
.pz-metrics-showcase__track { animation: pz-marquee var(--pz-marquee-duration, 42s) linear infinite; display: flex; gap: 18px; padding-inline: max(24px, calc((100vw - 1180px) / 2)); width: max-content; }
.pz-metrics-showcase__viewport:hover .pz-metrics-showcase__track { animation-play-state: paused; }
.pz-metrics-showcase__fade { bottom: 0; pointer-events: none; position: absolute; top: 0; width: min(12vw, 148px); z-index: 2; }
.pz-metrics-showcase__fade--left { background: linear-gradient(90deg,#05070c,rgba(5,7,12,0)); left: 0; }
.pz-metrics-showcase__fade--right { background: linear-gradient(270deg,#05070c,rgba(5,7,12,0)); right: 0; }
.pz-metrics-showcase-card { background: #151a23; border: 1px solid rgba(255,255,255,.09); border-radius: 24px; box-shadow: 0 24px 70px rgba(0,0,0,.34); color: #fff; display: flex; flex: 0 0 clamp(290px, 30vw, 420px); flex-direction: column; justify-content: space-between; min-height: 438px; overflow: hidden; padding: clamp(22px, 2.2vw, 30px); text-decoration: none; transition: border-color .2s ease, transform .2s ease; }
.pz-metrics-showcase-card:hover { border-color: rgba(131,217,179,.5); transform: translateY(-4px); }
.pz-metrics-showcase-card__body { display: grid; gap: 16px; min-width: 0; }
.pz-metrics-showcase-card__top { align-items: center; display: grid; gap: 16px; grid-template-columns: auto minmax(0, 1fr); }
.pz-metrics-showcase-card__metric { color: #fff; font-size: clamp(3.25rem, 7vw, 6.5rem); font-weight: 850; letter-spacing: 0; line-height: .86; white-space: nowrap; }
.pz-metrics-showcase-card__title { color: #fff; font-size: clamp(.9rem, 1vw, 1.05rem); font-weight: 800; letter-spacing: .04em; line-height: 1.18; margin: 0; max-width: 12rem; text-transform: uppercase; }
.pz-metrics-showcase-card__text { color: rgba(226,232,240,.74); font-size: .98rem; font-weight: 600; line-height: 1.5; margin: 0; max-width: 31ch; }
.pz-metrics-showcase-card__cta { align-items: center; color: #83d9b3; display: inline-flex; font-size: .84rem; font-weight: 800; gap: 8px; margin-top: 2px; text-transform: uppercase; }
.pz-metrics-showcase-card__cta::after { content: "→"; font-size: 1rem; line-height: 1; }
.pz-metrics-showcase-card__media { aspect-ratio: 16 / 10; border-radius: 18px; margin: 24px 0 0; overflow: hidden; position: relative; }
.pz-metrics-showcase-card__media::after { background: linear-gradient(180deg,rgba(5,7,12,0),rgba(5,7,12,.18)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.pz-metrics-showcase-card__media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.pz-global-award-card { align-content: space-between; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.22); border-radius: 12px; box-shadow: 0 24px 64px rgba(0,0,0,.26); color: #07111f; display: grid; flex: 0 0 210px; gap: 14px; min-height: 190px; padding: 16px; text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.pz-global-award-card:hover { box-shadow: 0 30px 76px rgba(0,0,0,.34); transform: translateY(-4px); }
.pz-global-award-card img { align-self: center; display: block; justify-self: center; max-height: 104px; max-width: 150px; object-fit: contain; width: auto; }
.pz-global-award-card div { border-top: 1px solid rgba(15,23,42,.08); display: grid; gap: 4px; padding-top: 12px; }
.pz-global-award-card strong { color: #07111f; font-size: 13px; font-weight: 900; line-height: 1.25; }
.pz-global-award-card span { color: #647084; font-size: 11px; font-weight: 800; letter-spacing: .04em; line-height: 1.35; text-transform: uppercase; }

.pz-tabs-shell { display: grid; gap: 28px; grid-template-columns: 320px minmax(0,1fr); }
.pz-tabs-nav { background: #fff; border: 1px solid rgba(20,60,100,.08); border-radius: 22px; box-shadow: 0 18px 42px rgba(20,103,207,.08); display: grid; gap: 10px; padding: 14px; }
.pz-tabs-nav button { align-items: center; background: transparent; border: 0; border-radius: 14px; color: #4a5568; cursor: pointer; display: flex; font: inherit; font-size: 15px; font-weight: 800; gap: 13px; min-height: 72px; padding: 16px; text-align: left; }
.pz-tabs-nav button span { align-items: center; background: #eff6ff; border-radius: 12px; color: #1467cf; display: inline-flex; flex: 0 0 auto; font-size: 11px; height: 42px; justify-content: center; letter-spacing: .04em; width: 42px; }
.pz-tabs-nav button.is-active, .pz-tabs-nav button[aria-selected="true"] { background: linear-gradient(180deg,#e5e7eb,#d1d5db); color: #0a0f1a; }
.pz-tabs-nav button.is-active span, .pz-tabs-nav button[aria-selected="true"] span { background: rgba(255,255,255,.55); color: #0a0f1a; }
.pz-tab-panel { display: grid; grid-template-columns: minmax(0,1fr) minmax(340px,.85fr); overflow: hidden; }
.pz-tab-panel[hidden] { display: none !important; }
.pz-tab-panel > div { padding: clamp(28px,4vw,48px); }
.pz-service-kicker { align-items: center; color: #0a0f1a; display: inline-flex; font-size: 12px; font-weight: 900; gap: 8px; letter-spacing: .18em; margin-bottom: 16px; text-transform: uppercase; }
.pz-service-kicker::before { background: #1467cf; border-radius: 999px; content: ""; display: inline-block; height: 8px; width: 8px; }
.pz-tab-panel h3, .pz-card-grid h3, .pz-case-grid h3, .pz-why-grid h3 { color: #0a0f1a; font-size: clamp(1.125rem,1.6vw,1.375rem); font-weight: 800; margin: 0 0 10px; }
.pz-tech-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.pz-tech-list span { background: #f4f6fb; border: 1px solid #e2e8f0; border-radius: 8px; color: #1e293b; font-size: 13px; font-weight: 700; padding: 7px 10px; }
.pz-tab-panel figure { margin: 0; min-height: 360px; position: relative; }
.pz-tab-panel img { height: 100%; object-fit: cover; width: 100%; }
.pz-tab-panel figure::before { background: linear-gradient(135deg,rgba(20,103,207,.45),rgba(30,64,175,.08)); content: ""; inset: 0; position: absolute; z-index: 1; }
.pz-tab-panel figure::after { animation: pz-scan 3s linear infinite; background: linear-gradient(90deg,transparent,rgba(255,255,255,.85),transparent); content: ""; height: 2px; left: 0; position: absolute; right: 0; top: 0; z-index: 2; }
.pz-tab-panel figcaption { background: rgba(255,255,255,.94); border-radius: 999px; bottom: 16px; color: #1467cf; font-size: 12px; font-weight: 800; left: 16px; padding: 8px 12px; position: absolute; z-index: 3; }
.pz-tab-cta { border-radius: 0; grid-column: 1 / -1; }
@keyframes pz-scan { to { top: 100%; } }

.pz-tech-section { background: #181818; color: #fff; overflow: hidden; padding-block: clamp(76px, 9vw, 132px); }
.pz-tech-inner { margin: 0 auto; max-width: var(--pz-container, min(1600px, calc(100vw - 96px))); }
.pz-tech-head { align-items: end; display: grid; gap: 32px; grid-template-columns: 1fr 1fr; margin-bottom: 54px; }
.pz-tech-head h2, .pz-tech-head p { color: #fff; }
.pz-tech-head p { opacity: .78; }
.pz-tech-rail { display: grid; gap: 28px; grid-template-columns: repeat(5, minmax(0, 1fr)); overflow: visible; padding: 4px 0 20px; }
.pz-tech-rail article { min-width: 0; }
.pz-tech-rail figure { aspect-ratio: 4 / 3; background: #09090b; border: 1px solid #27272a; border-radius: 24px; margin: 0 0 22px; overflow: hidden; position: relative; }
.pz-tech-rail figure::after { background: linear-gradient(0deg,rgba(9,9,11,.78),rgba(9,9,11,0)); content: ""; inset: 0; opacity: 0; position: absolute; transition: opacity .35s ease; }
.pz-tech-rail article:hover figure::after { opacity: 1; }
.pz-tech-rail img { display: block; height: 100%; object-fit: cover; opacity: .72; transition: opacity .45s ease, transform .7s ease; width: 100%; }
.pz-tech-rail article:hover img { opacity: 1; transform: scale(1.08); }
.pz-tech-rail h3 { color: #fff; font-size: clamp(1.05rem, 1.25vw, 1.35rem); line-height: 1.08; margin: 0 0 10px; overflow-wrap: anywhere; }
.pz-tech-rail p { color: rgba(255,255,255,.72); font-size: 15px; line-height: 1.65; }

.pz-industries-bento { background: #030303; color: #fff; overflow: hidden; padding-block: clamp(76px,9vw,132px); }
.pz-industries-inner { margin: 0 auto; max-width: min(1320px, calc(100vw - 96px)); }
.pz-industries-bento .pz-section-head h2, .pz-industries-bento .pz-section-head p { color: #fff; }
.pz-industries-bento .pz-section-head p { opacity: .72; }
.pz-bento-grid { display: grid; gap: 22px; grid-template-columns: repeat(12, minmax(0,1fr)); grid-template-rows: repeat(2, minmax(240px, auto)); }
.pz-bento-card { background-image: linear-gradient(180deg, rgba(3,3,3,.08), rgba(3,3,3,.74)), var(--pz-card-image); background-position: center; background-size: cover; border: 1px solid rgba(255,255,255,.08); border-radius: 28px; min-height: 260px; overflow: hidden; position: relative; }
.pz-bento-1 { grid-column: span 8; grid-row: span 2; }
.pz-bento-2 { grid-column: span 4; grid-row: span 2; }
.pz-bento-3, .pz-bento-4 { grid-column: span 6; }
.pz-bento-card img { display: none; }
.pz-bento-card::after { background: linear-gradient(180deg, rgba(3,3,3,.05), rgba(3,3,3,.72)); content: ""; inset: 0; position: absolute; }
.pz-bento-card div { bottom: 0; left: 0; padding: 26px; position: absolute; right: 0; z-index: 2; }
.pz-bento-card span { color: #93c5fd; display: block; font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 12px; text-transform: uppercase; }
.pz-bento-card h3 { color: #fff; font-size: clamp(1.25rem,2vw,2rem); margin: 0 0 10px; }
.pz-bento-card p { color: rgba(255,255,255,.78); font-size: 15px; max-width: 520px; }
.pz-bento-card a { color: #fff; display: inline-flex; font-size: 13px; font-weight: 800; margin-top: 8px; text-decoration: underline; }
.pz-industry-marquee { border-block: 1px solid rgba(255,255,255,.08); margin-top: 54px; overflow: hidden; padding: 22px 0; }
.pz-industry-marquee div { animation: pz-marquee 42s linear infinite; display: flex; gap: 54px; width: max-content; }
.pz-industry-marquee span { color: rgba(255,255,255,.78); flex: 0 0 auto; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 12px; font-weight: 700; letter-spacing: .22em; text-transform: uppercase; }

.pz-card-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pz-card-grid article { overflow: hidden; padding: 24px; }
.pz-suite .pz-card-grid article { transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pz-suite .pz-card-grid article:hover { border-color: rgba(20,103,207,.24); box-shadow: 0 24px 58px rgba(20,103,207,.14); transform: translateY(-3px); }
.pz-feature-cards article > img, .pz-industry-grid article > img { aspect-ratio: 16 / 9; border-radius: 16px; display: block; margin: -6px 0 20px; object-fit: cover; width: 100%; }
.pz-card-grid p, .pz-case-grid p, .pz-why-grid p { color: #4a5568; font-size: 15px; }
.pz-card-icon, .pz-industry-grid article > span, .pz-case-grid article span { color: #1467cf; display: inline-flex; font-size: 12px; font-weight: 800; letter-spacing: .12em; margin-bottom: 14px; text-transform: uppercase; }
.pz-card-icon { align-items: center; background: rgba(20,103,207,.08); border-radius: 12px; height: 42px; justify-content: center; letter-spacing: 0; width: 48px; }
.pz-case-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pz-case-grid article { overflow: hidden; }
.pz-case-grid img { aspect-ratio: 16 / 10; display: block; object-fit: cover; width: 100%; }
.pz-case-grid article > div { padding: 22px; }
.pz-case-grid strong, .pz-testimonial-grid strong { color: #0a0f1a; display: block; margin-top: 16px; }

.pz-why-section { align-items: center; display: grid; gap: clamp(32px,6vw,76px); grid-template-columns: minmax(0,1fr) minmax(340px,.72fr); }
.pz-why-grid { display: grid; gap: 16px; grid-template-columns: repeat(2,minmax(0,1fr)); margin-top: 28px; }
.pz-why-grid article { padding: 22px; }
.pz-why-grid span { align-items: center; background: linear-gradient(135deg,#1467cf,#538eff); border-radius: 12px; color: #fff; display: inline-flex; font-size: 12px; font-weight: 800; height: 38px; justify-content: center; margin-bottom: 14px; width: 38px; }
.pz-why-image { border-radius: 28px; box-shadow: 0 28px 70px rgba(10,15,26,.16); margin: 0; overflow: hidden; position: relative; }
.pz-why-image img { aspect-ratio: 4 / 5; display: block; object-fit: cover; width: 100%; }
.pz-why-image figcaption { background: rgba(255,255,255,.92); border-radius: 18px; bottom: 20px; left: 20px; padding: 16px; position: absolute; right: 20px; }
.pz-why-image strong, .pz-why-image span { display: block; }

.pz-testimonial-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
.pz-testimonial-grid article { padding: 26px; }
.pz-testimonial-grid p { color: #1e293b; font-size: 1rem; line-height: 1.7; }
.pz-testimonial-grid span { color: #4a5568; display: block; font-size: 14px; margin-top: 10px; }
.pz-testimonial-grid strong { display: block; font-size: 14px; margin-top: 14px; }

.pz-cta-section { align-items: center; background: #030712; border-radius: 28px; color: #fff; display: grid; gap: 28px; grid-template-columns: minmax(0,1fr) minmax(260px,.46fr); isolation: isolate; min-height: 360px; overflow: hidden; padding: clamp(34px,6vw,72px); position: relative; }
.pz-cta-section::before { background-image: linear-gradient(90deg, rgba(3,7,18,.98), rgba(3,7,18,.76), rgba(20,103,207,.28)), var(--pz-cta-image); background-position: center; background-size: cover; content: ""; inset: 0; position: absolute; z-index: -1; }
.pz-cta-section h2 { color: #fff; font-size: clamp(1.85rem, 3.4vw, 2.75rem); max-width: 760px; }
.pz-cta-section p, .pz-cta-section .pz-eyebrow { color: #fff; }
.pz-cta-section p { max-width: 680px; opacity: .78; }
.pz-cta-actions { align-content: center; display: flex; flex-wrap: wrap; gap: 12px; justify-content: flex-end; }
.pz-cta-actions span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.82); font-size: 13px; padding: 8px 12px; }

.pz-faq-section { max-width: min(1180px, calc(100vw - 48px)); }
.pz-faq-list { display: grid; gap: 14px; }
.pz-faq-list details { background: #fff; border: 1px solid rgba(20,60,100,.08); border-radius: 18px; box-shadow: 0 14px 34px rgba(20,103,207,.07); overflow: hidden; padding: 0; }
.pz-faq-list summary { align-items: center; color: #0a0f1a; cursor: pointer; display: flex; font-size: 16px; font-weight: 800; gap: 14px; list-style: none; padding: 20px 22px; }
.pz-faq-list summary::-webkit-details-marker { display: none; }
.pz-faq-list summary span { align-items: center; background: #1467cf; border-radius: 10px; color: #fff; display: inline-flex; flex: 0 0 auto; font-size: 12px; height: 32px; justify-content: center; width: 32px; }
.pz-faq-list p { border-top: 1px solid #eef2f7; color: #4a5568; font-size: 15px; margin: 0; padding: 18px 22px 22px 68px; }

.pz-suite-bento .pz-card-grid,
.pz-bento-lite { grid-template-columns: repeat(12, minmax(0,1fr)); }
.pz-suite-bento .pz-card-grid article,
.pz-bento-lite article { min-height: 260px; position: relative; }
.pz-suite-bento .pz-card-grid article:nth-child(1),
.pz-bento-lite article:nth-child(1) { grid-column: span 6; }
.pz-suite-bento .pz-card-grid article:nth-child(2),
.pz-bento-lite article:nth-child(2) { grid-column: span 3; }
.pz-suite-bento .pz-card-grid article:nth-child(3),
.pz-bento-lite article:nth-child(3) { grid-column: span 3; }
.pz-suite-bento .pz-card-grid article:nth-child(n+4),
.pz-bento-lite article:nth-child(n+4) { grid-column: span 4; }
.pz-suite-slider { overflow: hidden; }
.pz-js-slider { display: grid; grid-auto-columns: minmax(280px, 390px); grid-auto-flow: column; overflow-x: auto; padding-bottom: 18px; scrollbar-width: none; scroll-snap-type: x proximity; }
.pz-js-slider::-webkit-scrollbar,
.pz-tech-rail::-webkit-scrollbar { display: none; }
.pz-js-slider article { scroll-snap-align: start; }
.pz-process-timeline { counter-reset: pz-process; display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0,1fr)); }
.pz-process-timeline article { background: #fff; border: 1px solid rgba(20,60,100,.08); border-radius: 20px; box-shadow: 0 18px 42px rgba(20,103,207,.08); padding: 24px; position: relative; }
.pz-process-timeline article::after { background: linear-gradient(90deg,#1467cf,#538eff); content: ""; height: 2px; left: calc(100% - 8px); opacity: .35; position: absolute; top: 42px; width: 26px; }
.pz-process-timeline article:last-child::after { display: none; }
.pz-process-timeline span { align-items: center; background: linear-gradient(135deg,#1467cf,#538eff); border-radius: 12px; color: #fff; display: inline-flex; font-size: 12px; font-weight: 900; height: 38px; justify-content: center; margin-bottom: 18px; min-width: 38px; padding-inline: 10px; }
.pz-process-timeline h3 { color: #0a0f1a; font-size: 20px; margin: 0 0 10px; }
.pz-process-timeline p { color: #4a5568; font-size: 15px; line-height: 1.65; }
.pz-contact-layout { display: grid; gap: 24px; grid-template-columns: minmax(280px,.8fr) minmax(0,1.2fr); }
.pz-contact-card { background: #030712; border-radius: 28px; color: #fff; padding: clamp(28px,5vw,56px); }
.pz-contact-card h3 { color: #fff; font-size: clamp(1.6rem,2.6vw,2.4rem); margin: 0 0 14px; }
.pz-contact-card p { color: rgba(255,255,255,.76); }
.pz-contact-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }

.pz-contact-suite {
  --pz-title-size: clamp(2.1rem, 3.8vw, 4.6rem);
  background: linear-gradient(180deg, #f6f9ff 0%, #fff 100%);
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) max(20px, calc((100vw - 1240px) / 2));
  width: 100vw;
}
.pz-contact-suite .pz-section-head {
  margin: 0 0 clamp(32px, 4vw, 54px);
  max-width: 860px;
  text-align: left;
}
.pz-contact-suite .pz-section-head h2 {
  color: #07111f;
  max-width: 820px;
}
.pz-contact-suite .pz-section-head p {
  color: #52606f;
  max-width: 720px;
}
.pz-contact-suite .pz-variant-pill {
  background: #eaf3ff;
  border-color: #bdd8ff;
  color: #1467cf;
}
.pz-contact-suite .pz-contact-layout {
  align-items: stretch;
  gap: clamp(20px, 3vw, 36px);
  grid-template-columns: minmax(320px, .86fr) minmax(0, 1.14fr);
}
.pz-contact-suite .pz-contact-card {
  background: radial-gradient(circle at 90% 12%, rgba(83,142,255,.34), transparent 24%), linear-gradient(135deg, #061427 0%, #103969 100%);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(8,24,44,.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 440px;
  overflow: hidden;
  position: relative;
}
.pz-contact-suite .pz-contact-card::after {
  background: linear-gradient(90deg, rgba(255,255,255,.12), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}
.pz-contact-suite .pz-contact-card :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.04;
  max-width: 100%;
  overflow-wrap: anywhere;
}
.pz-contact-suite .pz-contact-card p {
  color: rgba(255,255,255,.74);
  font-size: 1rem;
  line-height: 1.72;
  max-width: 100%;
}
.pz-contact-suite .pz-contact-card a {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #0b2344;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  justify-content: center;
  margin-top: 28px;
  min-height: 48px;
  padding: 12px 18px;
  text-decoration: none;
  width: fit-content;
}
.pz-contact-suite .pz-contact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pz-contact-suite .pz-contact-grid article {
  background: #fff;
  border: 1px solid rgba(20,103,207,.12);
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(20,103,207,.08);
  min-width: 0;
  padding: clamp(22px, 2.4vw, 30px);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pz-contact-suite .pz-contact-grid article:hover {
  border-color: rgba(20,103,207,.28);
  box-shadow: 0 30px 70px rgba(20,103,207,.14);
  transform: translateY(-4px);
}
.pz-contact-suite .pz-contact-grid h3,
.pz-contact-suite .pz-contact-grid p,
.pz-contact-suite .pz-contact-grid strong {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.pz-contact-suite .pz-contact-grid h3 {
  color: #07111f;
  font-size: clamp(1.12rem, 1.4vw, 1.4rem);
  line-height: 1.14;
  margin: 0 0 10px;
}
.pz-contact-suite .pz-contact-grid p {
  color: #52606f;
  font-size: 15px;
  line-height: 1.64;
}
.pz-contact-suite .pz-contact-grid strong {
  color: #1467cf;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-top: 18px;
  text-transform: uppercase;
}
.pz-contact-suite .pz-card-icon {
  align-items: center;
  background: #eaf3ff;
  border: 1px solid #d4e6ff;
  border-radius: 999px;
  color: #1467cf;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  margin-bottom: 18px;
  width: 46px;
}
.pz-variant-contactform .pz-contact-card::before {
  background:
    linear-gradient(#d9e8ff 0 0) 24px 62% / calc(100% - 48px) 1px no-repeat,
    linear-gradient(#d9e8ff 0 0) 24px 72% / calc(100% - 48px) 1px no-repeat,
    linear-gradient(#d9e8ff 0 0) 24px 82% / calc(100% - 48px) 1px no-repeat;
  background-color: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 8px;
  bottom: 28px;
  content: "";
  height: 124px;
  left: clamp(28px,5vw,56px);
  opacity: .5;
  position: absolute;
  right: clamp(28px,5vw,56px);
}
.pz-variant-contactlocations .pz-contact-layout,
.pz-variant-contactmap .pz-contact-layout {
  grid-template-columns: minmax(0, 1fr);
}
.pz-variant-contactlocations .pz-contact-card,
.pz-variant-contactmap .pz-contact-card {
  min-height: 360px;
}
.pz-variant-contactlocations .pz-contact-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pz-variant-contactmap .pz-contact-card {
  background:
    radial-gradient(circle at 18% 28%, rgba(255,255,255,.22) 0 4px, transparent 5px),
    radial-gradient(circle at 62% 38%, rgba(255,255,255,.24) 0 5px, transparent 6px),
    radial-gradient(circle at 80% 72%, rgba(255,255,255,.2) 0 4px, transparent 5px),
    linear-gradient(135deg, #07111f 0%, #1467cf 100%);
}
.pz-variant-contactmap .pz-contact-card::before {
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.24), transparent);
  content: "";
  height: 2px;
  left: 8%;
  position: absolute;
  right: 8%;
  top: 58%;
  transform: rotate(-8deg);
}
.pz-variant-bfsicontact,
.pz-variant-retailcontact {
  background: #07111f;
}
.pz-variant-bfsicontact .pz-section-head h2,
.pz-variant-bfsicontact .pz-section-head p,
.pz-variant-bfsicontact .pz-eyebrow,
.pz-variant-retailcontact .pz-section-head h2,
.pz-variant-retailcontact .pz-section-head p,
.pz-variant-retailcontact .pz-eyebrow {
  color: #fff;
}
.pz-variant-bfsicontact .pz-section-head p,
.pz-variant-retailcontact .pz-section-head p {
  color: rgba(255,255,255,.72);
}
.pz-variant-bfsicontact .pz-contact-grid article,
.pz-variant-retailcontact .pz-contact-grid article {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
}
.pz-variant-bfsicontact .pz-contact-grid h3,
.pz-variant-bfsicontact .pz-contact-grid p,
.pz-variant-bfsicontact .pz-contact-grid strong,
.pz-variant-retailcontact .pz-contact-grid h3,
.pz-variant-retailcontact .pz-contact-grid p,
.pz-variant-retailcontact .pz-contact-grid strong {
  color: #fff;
}
.pz-variant-bfsicontact .pz-contact-grid p,
.pz-variant-retailcontact .pz-contact-grid p {
  color: rgba(255,255,255,.72);
}
.pz-variant-bfsicontact .pz-card-icon,
.pz-variant-retailcontact .pz-card-icon {
  background: rgba(138,182,255,.14);
  border-color: rgba(138,182,255,.22);
  color: #d7e8ff;
}
.pz-variant-cta-v1 .pz-cta-section { background: #fff; color: #0a0f1a; }
.pz-variant-cta-v1 .pz-cta-section::before { opacity: .08; }
.pz-variant-cta-v1 .pz-cta-section h2,
.pz-variant-cta-v1 .pz-cta-section p { color: #0a0f1a; }
.pz-variant-cta-v2 .pz-cta-section { border-radius: 0; margin-inline: calc(50% - 50vw); width: 100vw; }
.pz-variant-bloghero .pz-card-grid,
.pz-variant-blogfeaturedgrid .pz-card-grid,
.pz-variant-guidefeaturedgrid .pz-card-grid,
.pz-variant-relatedinsightsv1 .pz-card-grid { grid-template-columns: 1.1fr .9fr .9fr; }
.pz-variant-card-v2 .pz-card-grid article,
.pz-variant-tech-stack-v2 .pz-card-grid article { background: #0a0f1a; color: #fff; }
.pz-variant-card-v2 .pz-card-grid h3,
.pz-variant-card-v2 .pz-card-grid p,
.pz-variant-tech-stack-v2 .pz-card-grid h3,
.pz-variant-tech-stack-v2 .pz-card-grid p { color: #fff; }
.pz-suite-tabs .pz-tab-panel { min-height: 430px; }

.pz-pro-head { margin: 0 auto 42px; max-width: 900px; text-align: center; }
.pz-pro-head h2 { color: #07111f; font-size: clamp(2.15rem, 4.6vw, 4.4rem); line-height: .98; margin: 0; }
.pz-pro-head > p:not(.pz-eyebrow) { color: #52606f; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.75; margin: 18px auto 0; max-width: 720px; }
.pz-industries-pro { background: #f6f9fc; margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(78px, 9vw, 132px) 0; width: 100vw; }
.pz-industries-pro-inner,
.pz-case-pro-inner { margin: 0 auto; max-width: min(100% - 40px, 1320px); }
.pz-industry-bento-pro { display: grid; gap: 18px; grid-template-columns: repeat(12, minmax(0, 1fr)); grid-template-rows: repeat(2, minmax(250px, 1fr)); }
.pz-industry-card-pro { background: #08111f; border: 1px solid rgba(255,255,255,.16); border-radius: 8px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; min-height: 250px; overflow: hidden; padding: 24px; position: relative; text-decoration: none; }
.pz-industry-card-pro::before { background: linear-gradient(180deg, rgba(5,12,24,.2), rgba(5,12,24,.86)), var(--pz-card-image) center/cover; content: ""; inset: 0; position: absolute; transform: scale(1.01); transition: transform .5s ease, opacity .5s ease; }
.pz-industry-card-pro::after { background: linear-gradient(135deg, rgba(20,103,207,.52), rgba(4,10,20,0)); content: ""; inset: 0; opacity: .72; position: absolute; }
.pz-industry-card-pro:hover::before { transform: scale(1.08); }
.pz-industry-card-pro > * { position: relative; z-index: 1; }
.pz-industry-card-pro > span { align-items: center; background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.24); border-radius: 999px; display: inline-flex; font-size: 12px; font-weight: 900; height: 42px; justify-content: center; letter-spacing: .08em; width: 42px; }
.pz-industry-card-pro em { color: #b8d7ff; display: block; font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .08em; margin-bottom: 10px; text-transform: uppercase; }
.pz-industry-card-pro h3 { color: #fff; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.05; margin: 0 0 10px; }
.pz-industry-card-pro p { color: rgba(255,255,255,.82); line-height: 1.58; margin: 0; max-width: 460px; }
.pz-industry-card-1 { grid-column: span 6; grid-row: span 2; }
.pz-industry-card-2,
.pz-industry-card-3 { grid-column: span 3; }
.pz-industry-card-4 { grid-column: span 6; }
.pz-industry-special {
  align-items: stretch;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1.14fr);
}
.pz-industry-visual {
  background: linear-gradient(180deg, rgba(7,17,31,.08), rgba(7,17,31,.78)), var(--pz-industry-image) center/cover;
  border: 1px solid rgba(7,17,31,.1);
  border-radius: 8px;
  min-height: 560px;
  overflow: hidden;
  position: relative;
}
.pz-industry-visual::before {
  background: linear-gradient(135deg, rgba(20,103,207,.55), rgba(255,255,255,0));
  content: "";
  inset: 0;
  position: absolute;
}
.pz-industry-visual > div {
  bottom: 24px;
  left: 24px;
  position: absolute;
  right: 24px;
  z-index: 1;
}
.pz-industry-visual strong {
  color: #fff;
  display: block;
  font-size: clamp(2rem, 4vw, 4.8rem);
  font-weight: 900;
  line-height: .95;
  max-width: 620px;
}
.pz-industry-visual span {
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.24);
  border-radius: 999px;
  color: rgba(255,255,255,.86);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-top: 16px;
  padding: 9px 13px;
  text-transform: uppercase;
}
.pz-industry-content {
  display: grid;
  gap: 18px;
}
.pz-industry-metrics {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pz-industry-metrics span {
  background: #fff;
  border: 1px solid rgba(20,103,207,.12);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(8,24,44,.07);
  color: #0b1b31;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.25;
  min-height: 86px;
  padding: 20px;
}
.pz-industry-feature-list {
  display: grid;
  gap: 14px;
}
.pz-industry-feature-list article {
  align-items: start;
  background: #fff;
  border: 1px solid rgba(7,17,31,.08);
  border-radius: 8px;
  box-shadow: 0 18px 48px rgba(8,24,44,.08);
  display: grid;
  gap: 18px;
  grid-template-columns: 52px minmax(0, 1fr);
  padding: 24px;
}
.pz-industry-feature-list article > span {
  align-items: center;
  background: #eff6ff;
  border-radius: 50%;
  color: #1467cf;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 52px;
  justify-content: center;
  width: 52px;
}
.pz-industry-feature-list em {
  color: #1467cf;
  display: block;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.pz-industry-feature-list :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(1.18rem, 1.6vw, 1.55rem);
  line-height: 1.1;
  margin: 0 0 10px;
}
.pz-industry-feature-list p {
  color: #52606f;
  font-size: 15px;
  line-height: 1.62;
  margin: 0;
}
.pz-industry-marquee-pro { border-block: 1px solid rgba(11,27,49,.1); margin-top: 34px; overflow: hidden; padding: 16px 0; }
.pz-industry-marquee-pro div { animation: pzMarquee 32s linear infinite; display: flex; gap: 12px; width: max-content; }
.pz-industry-marquee-pro span { background: #fff; border: 1px solid rgba(20,103,207,.12); border-radius: 999px; box-shadow: 0 12px 34px rgba(8,24,44,.06); color: #193454; font-size: 13px; font-weight: 800; padding: 9px 15px; }

.pz-mobile-apps-industry {
  background: #fff;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding: clamp(78px, 9vw, 132px) 0;
  width: 100vw;
}
.pz-mobile-apps-inner {
  align-items: center;
  display: grid;
  gap: clamp(36px, 6vw, 84px);
  grid-template-columns: minmax(300px, 360px) minmax(0, 1fr);
  margin: 0 auto;
  max-width: min(100% - 48px, 1320px);
}
.pz-mobile-apps-copy {
  position: relative;
  z-index: 2;
}
.pz-mobile-apps-kicker {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.pz-mobile-apps-kicker > span {
  align-items: center;
  color: #1467cf;
  display: inline-flex;
  flex: 0 0 auto;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.pz-mobile-apps-kicker svg {
  height: 28px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 28px;
}
.pz-mobile-apps-kicker .pz-eyebrow,
.pz-mobile-apps-kicker p,
.pz-mobile-apps-kicker div,
.pz-mobile-apps-kicker span:not(:first-child) {
  color: #1467cf;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .12em;
  margin: 0;
  text-transform: uppercase;
}
.pz-mobile-apps-copy :is(h1,h2,h3,h4,h5,h6) {
  color: #0a0f1a;
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.04;
  margin: 0 0 22px;
}
.pz-mobile-apps-copy > p:not(.pz-eyebrow),
.pz-mobile-apps-copy > div:not(.pz-mobile-apps-kicker) {
  color: #52606f;
  font-size: clamp(1rem, 1.18vw, 1.12rem);
  line-height: 1.75;
  margin: 0 0 30px;
}
.pz-mobile-apps-carousel {
  overflow: hidden;
  padding-block: 36px;
  position: relative;
}
.pz-mobile-apps-carousel::before,
.pz-mobile-apps-carousel::after {
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: min(11vw, 130px);
  z-index: 3;
}
.pz-mobile-apps-carousel::before {
  background: linear-gradient(90deg, #fff, rgba(255,255,255,0));
  left: 0;
}
.pz-mobile-apps-carousel::after {
  background: linear-gradient(270deg, #fff, rgba(255,255,255,0));
  right: 0;
}
.pz-mobile-apps-track {
  animation: pz-mobile-apps-scroll 38s linear infinite;
  display: flex;
  gap: 24px;
  width: max-content;
}
.pz-mobile-apps-carousel:hover .pz-mobile-apps-track {
  animation-play-state: paused;
}
.pz-mobile-phone-card {
  background: #e5e7eb;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 28px;
  box-shadow: 0 24px 64px rgba(8,24,44,.16);
  flex: 0 0 clamp(220px, 18vw, 270px);
  height: 370px;
  overflow: hidden;
  position: relative;
}
.pz-mobile-phone-card img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .7s ease;
  width: 100%;
}
.pz-mobile-phone-card:hover img {
  transform: scale(1.08);
}
.pz-mobile-phone-card::after {
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.36));
  content: "";
  inset: 0;
  opacity: 0;
  position: absolute;
  transition: opacity .3s ease;
}
.pz-mobile-phone-card:hover::after {
  opacity: 1;
}
.pz-mobile-phone-card > div {
  bottom: 16px;
  left: 16px;
  position: absolute;
  right: 16px;
  z-index: 2;
}
.pz-mobile-phone-card :is(h1,h2,h3,h4,h5,h6) {
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(12px);
  border-radius: 12px;
  color: #1467cf;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.15;
  margin: 0;
  padding: 14px 16px;
}
@keyframes pz-mobile-apps-scroll {
  to { transform: translateX(-50%); }
}
.pz-case-pro { background: #07111f; color: #fff; margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(78px, 9vw, 128px) 0; width: 100vw; }
.pz-case-pro .pz-pro-head h2,
.pz-case-pro .pz-pro-head p { color: #fff; }
.pz-case-pro .pz-pro-head > p:not(.pz-eyebrow) { color: rgba(255,255,255,.72); }
.pz-case-pro-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pz-case-pro-card { background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #fff; min-height: 470px; overflow: hidden; position: relative; text-decoration: none; }
.pz-case-pro-card > img { height: 100%; inset: 0; object-fit: cover; opacity: .64; position: absolute; transition: transform .5s ease, opacity .5s ease; width: 100%; }
.pz-case-pro-card::after { background: linear-gradient(180deg, rgba(7,17,31,.04), rgba(7,17,31,.94)); content: ""; inset: 0; position: absolute; }
.pz-case-pro-card:hover > img { opacity: .82; transform: scale(1.06); }
.pz-case-pro-card > div { bottom: 0; left: 0; padding: 24px; position: absolute; right: 0; z-index: 1; }
.pz-case-pro-card > div > span { color: #9dccff; font-size: 12px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.pz-case-pro-card h3 { color: #fff; font-size: clamp(1.35rem, 1.75vw, 1.95rem); line-height: 1.05; margin: 10px 0; }
.pz-case-pro-card p { color: rgba(255,255,255,.78); line-height: 1.6; margin: 0 0 18px; }
.pz-case-pro-card > div > strong { background: #fff; border-radius: 999px; color: #0b1b31; display: inline-flex; font-size: 12px; font-weight: 900; padding: 9px 13px; }
.pz-why-pro { background: #fff; margin-inline: calc(50% - 50vw); padding: clamp(78px, 9vw, 126px) 0; width: 100vw; }
.pz-why-pro-inner,
.pz-testimonial-pro-inner,
.pz-faq-pro-inner { margin: 0 auto; max-width: min(100% - 40px, 1320px); }
.pz-why-pro-head { align-items: end; display: grid; gap: 28px; grid-template-columns: minmax(0, .95fr) minmax(300px, .65fr); margin-bottom: 36px; }
.pz-why-pro-head h2 { color: #07111f; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; margin: 0; }
.pz-why-pro-head > p { color: #52606f; font-size: 1.05rem; line-height: 1.75; margin: 0; }
.pz-why-pro-grid { display: grid; gap: 16px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pz-why-pro-grid article,
.pz-testimonial-pro-grid article,
.pz-faq-pro-list details { background: #fff; border: 1px solid rgba(11,27,49,.1); border-radius: 8px; box-shadow: 0 18px 50px rgba(8,24,44,.08); }
.pz-why-pro-grid article { min-height: 210px; padding: 24px; }
.pz-why-pro-grid article span { align-items: center; background: #eef6ff; border-radius: 999px; color: #1467cf; display: inline-flex; font-size: 12px; font-weight: 900; height: 42px; justify-content: center; margin-bottom: 28px; width: 42px; }
.pz-why-pro-grid article h3 { color: #07111f; font-size: 1.18rem; margin: 0 0 10px; }
.pz-why-pro-grid article p { color: #52606f; font-size: 15px; line-height: 1.65; margin: 0; }
.pz-why-pro-image { border-radius: 8px; grid-column: span 2; grid-row: span 2; margin: 0; min-height: 436px; overflow: hidden; position: relative; }
.pz-why-pro-image img { height: 100%; object-fit: cover; width: 100%; }
.pz-why-pro-image figcaption { background: rgba(7,17,31,.84); bottom: 18px; color: #fff; left: 18px; padding: 16px 18px; position: absolute; right: 18px; }
.pz-why-pro-image strong,
.pz-why-pro-image span { display: block; }
.pz-why-pro-image span { color: rgba(255,255,255,.72); font-size: 14px; margin-top: 4px; }

.pz-why-sticky-stack {
  background: #030303;
  color: #fff;
  margin-inline: calc(50% - 50vw);
  overflow: visible;
  padding: clamp(80px, 9vw, 132px) 0 clamp(72px, 8vw, 118px);
  width: 100vw;
}
.pz-why-sticky-inner {
  margin: 0 auto;
  max-width: min(100% - 56px, 1320px);
}
.pz-why-sticky-head {
  margin-bottom: clamp(42px, 6vw, 82px);
  max-width: 820px;
}
.pz-why-sticky-head .pz-eyebrow {
  color: #f59e0b;
}
.pz-why-sticky-head :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(2.2rem, 4.3vw, 4.8rem);
  line-height: 1.04;
  margin: 0 0 22px;
}
.pz-why-sticky-head :is(h1,h2,h3,h4,h5,h6) span {
  color: #538eff;
}
.pz-why-sticky-head > :is(p,div,span):not(.pz-eyebrow) {
  color: rgba(226,232,240,.78);
  display: block;
  font-size: 1rem;
  line-height: 1.75;
  max-width: 720px;
}
.pz-why-sticky-cards {
  padding-bottom: 10vh;
}
.pz-why-sticky-cards article {
  align-items: stretch;
  background: #080808;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  box-shadow: 0 -10px 40px rgba(0,0,0,.42);
  display: grid;
  gap: clamp(22px, 4vw, 56px);
  grid-template-columns: minmax(120px, .26fr) minmax(0, .74fr);
  margin-bottom: clamp(42px, 10vh, 110px);
  min-height: 230px;
  padding: clamp(28px, 5vw, 64px);
  position: sticky;
  top: calc(12vh + (var(--pz-stack-index, 1) * 6px));
  z-index: var(--pz-stack-index, 1);
}
.pz-why-sticky-cards article > div:first-child {
  min-width: 0;
}
.pz-why-sticky-cards article > div:last-child {
  border-left: 1px solid rgba(255,255,255,.18);
  min-width: 0;
  padding-left: clamp(24px, 4vw, 52px);
}
.pz-why-sticky-cards span {
  color: #f59e0b;
  display: block;
  font-size: clamp(.9rem, 1.2vw, 1.12rem);
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
}
.pz-why-sticky-cards :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(1.22rem, 2.2vw, 2rem);
  line-height: 1.18;
  margin: 0 0 18px;
}
.pz-why-sticky-cards p {
  color: rgba(226,232,240,.76);
  font-size: 1rem;
  line-height: 1.72;
  margin: 0;
  max-width: 720px;
}
.pz-testimonial-pro { background: linear-gradient(180deg, #f8fbff 0%, #eef6ff 100%); margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(54px, 7vw, 88px) 0; width: 100vw; }
.pz-testimonial-orbit-head { margin: 0 auto clamp(26px, 4vw, 46px); max-width: 780px; text-align: center; }
.pz-testimonial-orbit-head .pz-eyebrow { align-items: center; background: #fff; border: 1px solid rgba(20,103,207,.12); border-radius: 999px; box-shadow: 0 12px 30px rgba(20,103,207,.08); color: #1467cf; display: inline-flex; margin: 0 auto 14px; padding: 8px 14px; }
.pz-testimonial-orbit-head :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(1.9rem, 3.6vw, 3.7rem); font-weight: 800; line-height: 1.06; margin: 0 auto 14px; max-width: 680px; }
.pz-testimonial-orbit-head p { color: #556575; font-size: clamp(.98rem, 1.25vw, 1.12rem); line-height: 1.7; margin: 0 auto; max-width: 650px; }
.pz-testimonial-orbit-panels { margin: 0 auto; max-width: 1120px; min-height: 420px; position: relative; }
.pz-testimonial-orbit-panel { align-items: center; display: grid; gap: clamp(14px, 2vw, 24px); grid-template-columns: minmax(160px, .8fr) minmax(300px, 1.24fr) minmax(160px, .8fr); inset: 0; position: absolute; width: 100%; }
.pz-testimonial-orbit-panel[hidden] { display: none; }
.pz-testimonial-orbit-card { background: rgba(255,255,255,.88); border: 1px solid rgba(20,103,207,.12); border-radius: 20px; box-shadow: 0 18px 42px rgba(15,23,42,.08); min-height: 300px; min-width: 0; padding: clamp(22px, 3vw, 34px); position: relative; transition: opacity .25s ease, transform .25s ease; }
.pz-testimonial-orbit-card.is-active { background: #fff; border-color: rgba(20,103,207,.2); box-shadow: 0 26px 70px rgba(20,103,207,.16); min-height: 380px; padding: clamp(28px, 4vw, 44px); z-index: 2; }
.pz-testimonial-orbit-card.is-side { opacity: .58; transform: scale(.9); }
.pz-testimonial-orbit-card.is-prev { transform-origin: right center; }
.pz-testimonial-orbit-card.is-next { transform-origin: left center; }
.pz-testimonial-quote-mark { color: rgba(20,103,207,.16); font-family: Georgia, serif; font-size: clamp(3.6rem, 7vw, 6rem); font-weight: 700; line-height: .74; margin-bottom: 10px; }
.pz-testimonial-stars { align-items: center; color: #f4b400; display: flex; font-size: 16px; gap: 3px; margin-bottom: 18px; }
.pz-testimonial-stars .is-muted { color: #d8e1ec; }
.pz-testimonial-orbit-card p { color: #1d2939; font-size: clamp(.98rem, 1.1vw, 1.1rem); line-height: 1.75; margin: 0 0 28px; overflow-wrap: anywhere; }
.pz-testimonial-orbit-card.is-side p { color: #465465; font-size: .95rem; line-height: 1.62; }
.pz-testimonial-orbit-card footer { align-items: center; border-top: 1px solid rgba(15,23,42,.07); display: flex; gap: 14px; margin-top: auto; padding-top: 20px; }
.pz-testimonial-orbit-card img { background: #eef6ff; border: 3px solid #fff; border-radius: 50%; box-shadow: 0 8px 22px rgba(15,23,42,.12); flex: 0 0 58px; height: 58px; object-fit: cover; width: 58px; }
.pz-testimonial-orbit-card strong { color: #07111f; display: block; font-size: 1rem; font-weight: 850; line-height: 1.25; }
.pz-testimonial-orbit-card span { color: #667085; display: block; font-size: .86rem; line-height: 1.35; margin-top: 4px; }
.pz-testimonial-orbit-card em { color: #1467cf; display: block; font-size: .78rem; font-style: normal; font-weight: 800; line-height: 1.35; margin-top: 5px; }
.pz-testimonial-orbit-controls { align-items: center; background: transparent !important; border: 0 !important; border-radius: 0 !important; box-shadow: none !important; display: flex !important; gap: 14px; justify-content: center; margin: 22px auto 0; padding: 0 !important; width: fit-content; }
.pz-testimonial-orbit-arrow { align-items: center; background: #fff; border: 1px solid rgba(20,103,207,.15); border-radius: 999px; box-shadow: 0 12px 30px rgba(15,23,42,.08); color: #1467cf; cursor: pointer; display: inline-flex; font-size: 28px; font-weight: 500; height: 46px; justify-content: center; line-height: 1; padding: 0; transition: border-color .2s ease, color .2s ease, transform .2s ease; width: 46px; }
.pz-testimonial-orbit-arrow:hover { border-color: rgba(20,103,207,.38); color: #0f4fb1; transform: translateY(-2px); }
.pz-testimonial-orbit-dots { align-items: center; background: rgba(255,255,255,.72); border: 1px solid rgba(20,103,207,.1); border-radius: 999px; box-shadow: 0 14px 34px rgba(15,23,42,.07); display: flex; gap: 8px; justify-content: center; min-height: 46px; padding: 0 14px; }
.pz-testimonial-orbit-dots button { background: #c8d7e8; border: 0; border-radius: 999px; cursor: pointer; height: 8px; padding: 0; transition: background .2s ease, width .2s ease; width: 8px; }
.pz-testimonial-orbit-dots button[aria-selected="true"],
.pz-testimonial-orbit-dots button.is-active { background: #1467cf; width: 30px; }
.pz-stars { align-items: center; background: #fff4df; border-radius: 999px; color: #9b5d00; display: inline-flex; font-size: 12px; font-weight: 900; margin-bottom: 22px; padding: 8px 12px; }
.pz-cta-pro { background: #07111f; color: #fff; margin-inline: calc(50% - 50vw); min-height: 560px; overflow: hidden; position: relative; width: 100vw; }
.pz-cta-pro::before { background: linear-gradient(90deg, rgba(7,17,31,.94), rgba(7,17,31,.66), rgba(7,17,31,.24)), var(--pz-cta-bg) center/cover; content: ""; inset: 0; position: absolute; }
.pz-cta-pro-inner { margin: 0 auto; max-width: min(100% - 40px, 1320px); padding: clamp(86px, 11vw, 150px) 0; position: relative; z-index: 1; }
.pz-cta-pro h2 { color: #fff; font-size: clamp(2.25rem, 5.5vw, 5.2rem); line-height: .95; margin: 0 0 20px; max-width: 820px; }
.pz-cta-pro p:not(.pz-eyebrow) { color: rgba(255,255,255,.78); font-size: 1.12rem; line-height: 1.75; margin: 0 0 28px; max-width: 650px; }
.pz-cta-trust { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.pz-cta-trust span { background: rgba(255,255,255,.11); border: 1px solid rgba(255,255,255,.18); border-radius: 999px; color: rgba(255,255,255,.88); font-size: 13px; font-weight: 800; padding: 9px 14px; }
.pz-cta-panel { background: #fff; margin-inline: calc(50% - 50vw); padding: clamp(28px, 4vw, 54px) 0; width: 100vw; }
.pz-cta-panel-card { background: linear-gradient(135deg, rgba(20,103,207,.94), rgba(30,64,175,.94)), var(--pz-cta-bg) center/cover; border-radius: 24px; box-shadow: 0 22px 56px rgba(20,103,207,.22); margin: 0 auto; max-width: min(100% - 48px, 1120px); overflow: hidden; padding: clamp(34px, 5vw, 62px) clamp(22px, 5vw, 64px); position: relative; text-align: center; }
.pz-cta-panel-card::before { background: linear-gradient(135deg, rgba(255,255,255,.16), transparent 36%, rgba(2,6,23,.18)); content: ""; inset: 0; pointer-events: none; position: absolute; }
.pz-cta-panel-content { margin: 0 auto; max-width: 700px; position: relative; z-index: 1; }
.pz-cta-panel .pz-eyebrow { color: #bfdbfe; }
.pz-cta-panel :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(1.8rem, 3vw, 3.35rem); font-weight: 850; letter-spacing: 0; line-height: 1.08; margin: 0 0 16px; }
.pz-cta-panel p:not(.pz-eyebrow) { color: #dbeafe; font-size: clamp(.94rem, 1.1vw, 1.06rem); line-height: 1.65; margin: 0 auto 26px; max-width: 600px; }
.pz-cta-panel-link { align-items: center; background: #fff; border-radius: 12px; color: #1467cf; display: inline-flex; font-size: .95rem; font-weight: 850; gap: 8px; min-height: 48px; padding: 0 24px; text-decoration: none; transition: background .2s ease, color .2s ease, transform .2s ease; }
.pz-cta-panel-link:hover { background: #f8fafc; color: #0f4fb1; transform: translateY(-2px); }
.pz-cta-strategy { background: #05070c; color: #fff; margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(34px, 5vw, 70px) 0; width: 100vw; }
.pz-cta-strategy-inner { align-items: center; display: grid; gap: clamp(22px, 4vw, 48px); grid-template-columns: minmax(0, 1fr) minmax(260px, .62fr); margin: 0 auto; max-width: min(100% - 48px, 1120px); }
.pz-cta-strategy-copy { align-content: center; display: grid; gap: 28px; min-height: 300px; padding: 0; }
.pz-cta-strategy .pz-eyebrow { color: #8ab6ff; }
.pz-cta-strategy :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(1.45rem, 2.15vw, 2.45rem); font-weight: 760; line-height: 1.16; margin: 0 0 12px; max-width: 720px; }
.pz-cta-strategy p:not(.pz-eyebrow) { color: rgba(255,255,255,.76); font-size: .98rem; line-height: 1.68; margin: 0; max-width: 660px; }
.pz-cta-strategy-link,
.pz-cta-roadmap-link { align-items: center; background: #fff; border-radius: 999px; color: #07111f; display: inline-flex; font-size: .94rem; font-weight: 850; gap: 8px; justify-self: start; min-height: 46px; padding: 0 20px; text-decoration: none; transition: transform .2s ease, background .2s ease; width: fit-content; }
.pz-cta-strategy-link:hover,
.pz-cta-roadmap-link:hover { background: #eef2ff; transform: translateY(-2px); }
.pz-cta-strategy-visual { border-radius: 20px; margin: 0; min-height: 300px; overflow: hidden; position: relative; }
.pz-cta-strategy-visual img,
.pz-cta-strategy-mobile-img { display: block; height: 100%; object-fit: cover; width: 100%; }
.pz-cta-strategy-mobile-img { display: none; }
.pz-cta-roadmap { background: #05070c; color: #fff; margin-inline: calc(50% - 50vw); overflow: hidden; padding: clamp(34px, 5vw, 70px) 0; width: 100vw; }
.pz-cta-roadmap-inner { border-radius: 24px; isolation: isolate; margin: 0 auto; max-width: min(100% - 48px, 1120px); min-height: 360px; overflow: hidden; position: relative; }
.pz-cta-roadmap-bg { height: 100%; inset: 0; object-fit: cover; opacity: .72; position: absolute; width: 100%; z-index: -2; }
.pz-cta-roadmap-inner::before { background: linear-gradient(90deg, rgba(5,7,12,.94), rgba(5,7,12,.74) 55%, rgba(5,7,12,.18)); content: ""; inset: 0; position: absolute; z-index: -1; }
.pz-cta-roadmap-content { max-width: 660px; padding: clamp(28px, 4vw, 48px); position: relative; z-index: 1; }
.pz-cta-roadmap .pz-eyebrow { color: #8ab6ff; }
.pz-cta-roadmap :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(1.45rem, 2.05vw, 2.35rem); font-weight: 500; line-height: 1.16; margin: 0 0 12px; }
.pz-cta-roadmap :is(h1,h2,h3,h4,h5,h6) span { font-weight: 900; }
.pz-cta-roadmap p:not(.pz-eyebrow) { color: rgba(255,255,255,.78); font-size: .94rem; line-height: 1.62; margin: 0 0 20px; max-width: 610px; }
.pz-cta-roadmap-proof { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 18px; }
.pz-cta-roadmap-proof span { background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; color: rgba(255,255,255,.75); display: inline-grid; font-size: 11px; gap: 1px; padding: 8px 12px; }
.pz-cta-roadmap-proof strong { color: #fff; font-size: 12px; }
.pz-faq-pro { background: #f8fafc; margin-inline: calc(50% - 50vw); padding: clamp(76px, 9vw, 120px) 0; width: 100vw; }
.pz-faq-pro.alignfull {
  box-sizing: border-box;
  max-width: 100% !important;
  overflow-x: clip;
}
.pz-faq-pro,
.pz-faq-pro * {
  box-sizing: border-box;
}
.pz-faq-pro-inner { margin: 0 auto; max-width: min(100% - 40px, 1180px); }
.pz-faq-pro-layout { display: grid; gap: clamp(28px, 5vw, 64px); }
.pz-faq-pro-list { display: grid; gap: 14px; margin: 0 auto; max-width: 980px; width: 100%; }
.pz-faq-pro-list details { background: #fff; border: 1px solid rgba(15,23,42,.08); border-radius: 8px; box-shadow: 0 12px 34px rgba(15,23,42,.05); overflow: hidden; }
.pz-faq-pro-list summary { align-items: center; color: #07111f; cursor: pointer; display: grid; font-size: 1.02rem; font-weight: 900; gap: 16px; grid-template-columns: 42px minmax(0,1fr) 38px; list-style: none; padding: 20px 22px; }
.pz-faq-pro-list summary::-webkit-details-marker { display: none; }
.pz-faq-pro-list summary span { align-items: center; background: #eef6ff; border-radius: 999px; color: #1467cf; display: inline-flex; flex: 0 0 42px; font-size: 12px; height: 42px; justify-content: center; }
.pz-faq-pro-list summary b { color: inherit; font: inherit; line-height: 1.35; min-width: 0; }
.pz-faq-pro-list summary i { align-items: center; border: 1px solid rgba(20,103,207,.18); border-radius: 999px; display: inline-flex; height: 38px; justify-content: center; justify-self: end; position: relative; width: 38px; }
.pz-faq-pro-list summary i::before,
.pz-faq-pro-list summary i::after { background: #1467cf; content: ""; height: 2px; position: absolute; transition: transform .2s ease; width: 14px; }
.pz-faq-pro-list summary i::after { transform: rotate(90deg); }
.pz-faq-pro-list details[open] summary i::after { transform: rotate(0deg); }
.pz-faq-pro-list p { border-top: 1px solid #edf2f7; color: #52606f; line-height: 1.75; margin: 0; padding: 0 24px 24px 80px; }
.pz-faq-pro-list summary b,
.pz-faq-pro-list p,
.pz-faq-pro .pz-section-head h2,
.pz-faq-pro .pz-section-head p {
  overflow-wrap: anywhere;
  word-break: normal;
}
.pz-faq-pro .pz-section-head { margin-bottom: 0; }
.pz-faq-pro .pz-section-head.pz-centered {
  display: block;
  margin-inline: auto;
  max-width: 780px;
  text-align: center;
}
.pz-faq-pro .pz-section-head.pz-centered .pz-eyebrow,
.pz-faq-pro .pz-section-head.pz-centered h2,
.pz-faq-pro .pz-section-head.pz-centered p {
  margin-left: auto;
  margin-right: auto;
}
.pz-faq-pro .pz-section-head.pz-centered h2 {
  max-width: 680px;
}
.pz-faq-pro .pz-section-head.pz-centered p {
  max-width: 640px;
}
.pz-faq-pro .pz-section-head h2 { color: #07111f; }
.pz-faq-pro .pz-section-head h2 span,
.pz-faq-pro .pz-eyebrow { color: #1467cf; }
.pz-faq-pro .pz-section-head p { color: #52606f; }
.pz-variant-faq-compact .pz-faq-pro-layout,
.pz-variant-faqdarksplit .pz-faq-pro-layout,
.pz-variant-faqwithcta .pz-faq-pro-layout {
  align-items: start;
  grid-template-columns: minmax(260px, 390px) minmax(0, 1fr);
}
.pz-variant-faq-compact .pz-section-head,
.pz-variant-faqdarksplit .pz-section-head,
.pz-variant-faqwithcta .pz-section-head {
  position: sticky;
  top: 96px;
}
.pz-faq-pro-dark {
  background: #07111f;
  color: #fff;
}
.pz-faq-pro-dark .pz-section-head h2,
.pz-faq-pro-dark .pz-section-head p,
.pz-faq-pro-dark .pz-faq-pro-list summary,
.pz-faq-pro-dark .pz-faq-pro-list p {
  color: #fff;
}
.pz-faq-pro-dark .pz-section-head p,
.pz-faq-pro-dark .pz-faq-pro-list p {
  color: rgba(255,255,255,.72);
}
.pz-faq-pro-dark .pz-faq-pro-list details {
  background: rgba(255,255,255,.045);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}
.pz-faq-pro-dark .pz-faq-pro-list details[open] {
  background: rgba(20,103,207,.13);
  border-color: rgba(83,142,255,.34);
}
.pz-faq-pro-dark .pz-faq-pro-list summary span {
  background: rgba(83,142,255,.18);
  color: #a8c8ff;
}
.pz-faq-pro-dark .pz-faq-pro-list summary i {
  border-color: rgba(255,255,255,.18);
}
.pz-faq-pro-dark .pz-faq-pro-list summary i::before,
.pz-faq-pro-dark .pz-faq-pro-list summary i::after {
  background: #a8c8ff;
}
.pz-faq-pro-dark .pz-faq-pro-list p {
  border-top-color: rgba(255,255,255,.1);
}
.pz-faq-cta-card {
  background: linear-gradient(135deg, rgba(20,103,207,.16), rgba(83,142,255,.08));
  border: 1px solid rgba(83,142,255,.22);
  border-radius: 8px;
  margin-top: 28px;
  padding: 24px;
}
.pz-faq-cta-card strong {
  color: #fff;
  display: block;
  font-size: 1.25rem;
  line-height: 1.2;
  margin-bottom: 10px;
}
.pz-faq-cta-card p {
  color: rgba(255,255,255,.72) !important;
  margin: 0 0 18px !important;
}
.pz-faq-cta-link {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #07111f;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
}

@keyframes pzMarquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

@media (max-width: 980px) {
  .pz-hero-inner, .pz-tabs-shell, .pz-tab-panel, .pz-tech-head, .pz-why-section, .pz-cta-section, .pz-why-pro-head, .pz-mobile-apps-inner { grid-template-columns: 1fr; }
  .pz-hero-stats, .pz-logo-grid, .pz-card-grid, .pz-case-grid, .pz-testimonial-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pz-process-timeline, .pz-contact-layout, .pz-contact-grid { grid-template-columns: 1fr; }
  .pz-industry-bento-pro, .pz-case-pro-grid, .pz-why-pro-grid, .pz-testimonial-pro-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .pz-tech-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pz-industry-card-pro, .pz-industry-card-1, .pz-industry-card-2, .pz-industry-card-3, .pz-industry-card-4, .pz-why-pro-image { grid-column: auto; grid-row: auto; }
  .pz-global-awards-inner { max-width: min(100% - 36px, 1240px); }
  .pz-why-sticky-cards article { grid-template-columns: 1fr; position: relative; top: auto; }
  .pz-why-sticky-cards article > div:last-child { border-left: 0; border-top: 1px solid rgba(255,255,255,.18); padding-left: 0; padding-top: 22px; }
  .pz-testimonial-orbit-panels { max-width: 820px; min-height: 430px; }
  .pz-testimonial-orbit-panel { grid-template-columns: minmax(0, 1fr); }
  .pz-testimonial-orbit-card.is-side { display: none; }
  .pz-mobile-apps-carousel { margin-inline: calc(50% - 50vw); width: 100vw; }
  .pz-process-timeline article::after { display: none; }
  .pz-suite-bento .pz-card-grid article, .pz-bento-lite article { grid-column: span 6; }
  .pz-cta-actions { justify-content: flex-start; }
  .pz-bento-card, .pz-bento-1, .pz-bento-2, .pz-bento-3, .pz-bento-4 { grid-column: span 12; grid-row: auto; }
  .pz-variant-faq-compact .pz-faq-pro-layout,
  .pz-variant-faqdarksplit .pz-faq-pro-layout,
  .pz-variant-faqwithcta .pz-faq-pro-layout { grid-template-columns: 1fr; }
  .pz-variant-faq-compact .pz-section-head,
  .pz-variant-faqdarksplit .pz-section-head,
  .pz-variant-faqwithcta .pz-section-head { position: static; }
}
@media (max-width: 640px) {
  .pz-section, .pz-faq-section { max-width: min(100% - 28px, 1600px); padding-block: 64px; }
  .wp-site-blocks .pz-section.pz-suite {
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    padding-left: 14px;
    padding-right: 14px;
    width: 100vw !important;
  }
  .pz-hero { min-height: auto; }
  .pz-hero-inner { display: block; max-width: none; min-height: auto; padding-block: 72px 52px; width: calc(100vw - 28px); }
  .pz-hero-copy { min-width: 0; overflow: visible; width: 100%; }
  .pz-hero h1 { font-size: clamp(2.05rem, 9vw, 2.55rem); max-width: 100%; overflow-wrap: anywhere; }
  .pz-hero .pz-lead { max-width: 100%; overflow-wrap: anywhere; }
  .pz-actions { align-items: stretch; flex-direction: column; }
  .pz-actions .pz-btn { max-width: 100%; white-space: normal; width: fit-content; }
  .pz-chip-row { gap: 10px; margin-top: 26px; }
  .pz-hero-brand-ratings { display: grid; grid-template-columns: 1fr; max-width: 100%; }
  .pz-hero-rating-card { grid-template-columns: minmax(72px, 104px) minmax(0, 1fr); min-width: 0; }
  .pz-hero-stats { margin-top: 30px; width: 100%; }
  .pz-hero-stats, .pz-logo-grid, .pz-card-grid, .pz-case-grid, .pz-why-grid, .pz-testimonial-grid { grid-template-columns: 1fr; }
  .pz-global-awards { padding-block: 54px; }
  .pz-global-awards-inner { max-width: min(100% - 28px, 1240px); }
  .pz-global-awards :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(1.75rem, 9vw, 2.55rem); }
  .pz-metrics-showcase { max-width: 100vw; padding-block: 54px; }
  .pz-metrics-showcase__head { box-sizing: border-box; max-width: calc(100vw - 28px); width: calc(100vw - 28px); }
  .pz-metrics-showcase__head :is(h1,h2,h3,h4,h5,h6) { font-size: 2rem; line-height: 1.08; max-width: 17ch; overflow-wrap: anywhere; white-space: normal; }
  .pz-metrics-showcase__head p:not(.pz-eyebrow) { max-width: 100%; overflow-wrap: anywhere; white-space: normal; }
  .pz-metrics-showcase__track { gap: 14px; padding-inline: 14px; }
  .pz-metrics-showcase-card { border-radius: 18px; flex-basis: min(84vw, 340px); min-height: 390px; padding: 20px; }
  .pz-metrics-showcase-card__top { align-items: start; gap: 12px; grid-template-columns: 1fr; }
  .pz-metrics-showcase-card__metric { font-size: clamp(3.4rem, 20vw, 5rem); }
  .pz-metrics-showcase-card__title { max-width: 100%; }
  .pz-metrics-showcase-card__text { font-size: .94rem; max-width: 100%; }
  .pz-metrics-showcase-card__media { border-radius: 14px; margin-top: 20px; }
  .pz-global-award-card { flex-basis: 178px; min-height: 154px; padding: 13px; }
  .pz-global-award-card img { max-height: 82px; max-width: 126px; }
  .pz-testimonial-pro { padding-block: 48px; }
  .pz-testimonial-orbit-head { margin-bottom: 24px; }
  .pz-testimonial-orbit-panels { min-height: 440px; }
  .pz-testimonial-orbit-card,
  .pz-testimonial-orbit-card.is-active { border-radius: 16px; min-height: 400px; padding: 24px; }
  .pz-testimonial-orbit-card footer { align-items: flex-start; }
  .pz-testimonial-orbit-card img { flex-basis: 52px; height: 52px; width: 52px; }
  .pz-testimonial-orbit-controls { gap: 12px; margin-top: 18px; }
  .pz-testimonial-orbit-arrow { height: 42px; width: 42px; }
  .pz-tab-panel figure { min-height: 250px; }
  .wp-site-blocks .pz-faq-pro.pz-suite {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    padding-left: 14px;
    padding-right: 14px;
    width: 100% !important;
  }
  .pz-faq-pro-inner { max-width: 100%; width: 100%; }
  .pz-faq-pro .pz-section-head { max-width: 100%; }
  .pz-faq-pro .pz-section-head h2 { font-size: clamp(1.85rem, 9vw, 2.4rem); line-height: 1.02; }
  .pz-faq-pro .pz-section-head p { font-size: .94rem; line-height: 1.55; }
  .pz-faq-pro-list { max-width: 100%; width: 100%; }
  .pz-faq-pro-list details { max-width: 100%; width: 100%; }
  .pz-faq-pro-list summary {
    font-size: .88rem;
    gap: 10px;
    grid-template-columns: 30px minmax(0,1fr) 30px;
    line-height: 1.25;
    padding: 14px 12px;
  }
  .pz-faq-pro-list summary span,
  .pz-faq-pro-list summary i { flex-basis: 30px; height: 30px; width: 30px; }
  .pz-faq-pro-list p { font-size: .9rem; line-height: 1.6; padding: 0 14px 16px 52px; }
  .pz-faq-cta-card { padding: 18px; }
  .pz-faq-cta-link { white-space: normal; }
  .pz-tech-inner, .pz-industries-inner { max-width: min(100% - 28px, 1600px); }
  .pz-industries-pro-inner, .pz-case-pro-inner, .pz-cta-pro-inner { max-width: min(100% - 28px, 1320px); }
  .pz-bento-grid { grid-template-columns: 1fr; }
  .pz-industry-bento-pro, .pz-case-pro-grid, .pz-why-pro-grid, .pz-testimonial-pro-grid { grid-template-columns: 1fr; }
  .pz-tech-rail { grid-template-columns: 1fr; }
  .pz-industry-card-pro, .pz-case-pro-card { min-height: 320px; }
  .pz-industry-feature-list article {
    grid-template-columns: 1fr;
  }
  .pz-mobile-apps-inner { max-width: min(100% - 28px, 1320px); }
  .pz-mobile-phone-card { flex-basis: 230px; height: 330px; }
  .pz-industry-visual {
    min-height: 320px;
  }
  .pz-why-pro-image { min-height: 320px; }
  .pz-why-sticky-inner { max-width: min(100% - 28px, 1320px); }
  .pz-why-sticky-stack { padding-block: 64px; }
  .pz-why-sticky-cards { padding-bottom: 0; }
  .pz-why-sticky-cards article { margin-bottom: 18px; min-height: auto; padding: 24px; }
  .pz-faq-pro-list summary { align-items: flex-start; padding: 18px; }
  .pz-faq-pro-list p { padding: 0 18px 20px 18px; }
  .pz-bento-card { grid-column: auto; }
  .pz-suite-bento .pz-card-grid,
  .pz-bento-lite { grid-template-columns: 1fr; }
  .pz-suite-bento .pz-card-grid article,
  .pz-bento-lite article { grid-column: auto !important; min-height: auto; }
  .pz-js-slider { grid-auto-columns: minmax(260px, 86vw); }
  .pz-faq-list p { padding-left: 22px; }
}

@media (prefers-reduced-motion: reduce) {
  .pz-mobile-apps-track,
  .pz-industry-marquee-pro div,
  .pz-process-axis::after,
  .pz-process-wave,
  .pz-process-alt-timeline article,
  .pz-process-node::before,
  .pz-process-node::after,
  .pz-process-node span,
  .pz-process-flow-grid article,
  .pz-process-flow-grid article > span,
  .pz-process-card-grid article,
  .pz-process-card-icon,
  .pz-process-card-icon::after { animation: none; }
  .pz-industry-card-pro::before,
  .pz-case-pro-card img { transition: none; }
}

/* Production hardening for theme-constrained WordPress pages. */
.wp-block-post-content > .pz-suite,
.entry-content > .pz-suite,
.is-layout-constrained > .pz-suite,
.wp-site-blocks .pz-suite.alignfull,
.wp-site-blocks .pz-suite.pz-section,
.wp-site-blocks .pz-hero.alignfull,
.wp-site-blocks .pz-tech-section,
.wp-site-blocks .pz-industries-pro,
.wp-site-blocks .pz-mobile-apps-industry,
.wp-site-blocks .pz-case-pro,
.wp-site-blocks .pz-cta-pro {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

.pz-suite,
.pz-suite *,
.pz-hero,
.pz-hero *,
.pz-tech-section,
.pz-tech-section * {
  box-sizing: border-box;
}

.wp-site-blocks .pz-section.pz-suite {
  padding-left: max(24px, calc((100vw - 1320px) / 2));
  padding-right: max(24px, calc((100vw - 1320px) / 2));
}

.wp-site-blocks .pz-hero,
.wp-site-blocks .pz-tech-section,
.wp-site-blocks .pz-industries-pro,
.wp-site-blocks .pz-mobile-apps-industry,
.wp-site-blocks .pz-case-pro,
.wp-site-blocks .pz-cta-pro {
  max-width: 100vw !important;
  overflow-x: clip;
}

.pz-hero-inner,
.pz-tech-inner,
.pz-industries-pro-inner,
.pz-mobile-apps-inner,
.pz-case-pro-inner,
.pz-cta-pro-inner {
  max-width: min(100% - 48px, 1440px);
}

.pz-hero { min-height: clamp(680px, 86vh, 920px); }
.pz-hero-inner { align-items: center; grid-template-columns: minmax(0, 1fr); min-height: clamp(680px, 86vh, 920px); padding-block: clamp(84px, 8vw, 124px); }
.pz-hero h1 { font-size: clamp(3.4rem, 5.4vw, 6.35rem); max-width: 980px; }
.pz-hero .pz-lead { font-size: clamp(1.05rem, 1.2vw, 1.25rem); }
.pz-hero-copy { max-width: 1040px; }
.pz-hero-stats { gap: 16px; }
.pz-hero-stats article { align-items: center; background: linear-gradient(135deg, rgba(255,255,255,.14), rgba(255,255,255,.06)); border-color: rgba(255,255,255,.22); border-radius: 8px; display: grid; grid-template-columns: 54px 1fr; min-height: 132px; padding: 24px; }
.pz-hero-stats em { background: linear-gradient(135deg,#1467cf,#538eff); color: #fff; font-size: 13px; grid-row: span 2; height: 44px; letter-spacing: 0; margin: 0; width: 44px; }
.pz-hero-stats strong { font-size: clamp(2.35rem, 3.6vw, 3.75rem); }
.pz-hero-stats span { font-size: 15px; margin-top: 6px; }

.pz-tech-section { padding-inline: max(24px, calc((100vw - 1440px) / 2)); }
.pz-tech-inner { max-width: 1440px; }
.pz-tech-head h2 { font-size: clamp(2.4rem, 4.2vw, 4.85rem); line-height: 1.02; }
.pz-tech-head p { font-size: clamp(1.05rem, 1.25vw, 1.2rem); }
.pz-tech-rail {
  display: grid;
  gap: 24px;
  grid-auto-flow: initial;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: visible;
  padding: 0;
  scroll-snap-type: none;
}
.pz-tech-rail article { min-width: 0; }
.pz-tech-rail figure { border-radius: 8px; margin-bottom: 20px; }
.pz-tech-rail h3 { font-size: clamp(1.2rem, 1.5vw, 1.55rem); line-height: 1.1; overflow-wrap: anywhere; }
.pz-tech-rail p { font-size: 15px; overflow-wrap: anywhere; }

.pz-tech-stack-suite {
  background: #111;
  color: #fff;
  overflow: hidden;
}
.pz-tech-stack-suite .pz-section-head {
  margin-left: auto;
  margin-right: auto;
  max-width: min(100%, 1120px);
  text-align: center;
}
.pz-tech-stack-suite .pz-section-head h2,
.pz-tech-stack-suite .pz-section-head p { color: #fff; }
.pz-tech-stack-suite .pz-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.pz-tech-stack-suite .pz-card-grid article {
  background: #181818;
  border-color: rgba(255,255,255,.1);
  border-radius: 8px;
  color: #fff;
}
.pz-tech-stack-suite .pz-card-grid article > img {
  aspect-ratio: 16 / 10;
  border-radius: 6px;
  margin: 0 0 18px;
  object-fit: cover;
  width: 100%;
}
.pz-tech-stack-suite .pz-card-grid h3,
.pz-tech-stack-suite .pz-card-grid p { color: #fff; }

.pz-tech-stack-tabs {
  background:
    radial-gradient(circle at 86% 10%, rgba(20,103,207,.12), transparent 34%),
    linear-gradient(180deg, #f8fbff 0%, #ffffff 54%, #f5f8fc 100%);
  color: #07111f;
  overflow: hidden;
}
.pz-tech-stack-tabs-inner {
  margin: 0 auto;
  max-width: min(100% - 48px, 1240px);
}
.pz-tech-stack-tabs-head {
  margin-bottom: clamp(30px, 4vw, 52px);
  max-width: 860px;
  text-align: left;
}
.pz-tech-stack-tabs-head .pz-eyebrow {
  color: #1467cf;
  font-size: clamp(.9rem, 1vw, 1.05rem);
  font-weight: 850;
  letter-spacing: .08em;
  margin: 0 0 14px;
}
.pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(2.1rem, 4vw, 4.2rem);
  line-height: 1.02;
  margin: 0;
  max-width: 940px;
}
.pz-tech-stack-tabs-head :is(p,div,span):not(.pz-eyebrow) {
  color: #52606f;
  display: block;
  font-size: clamp(1rem, 1.2vw, 1.15rem);
  line-height: 1.75;
  margin-top: 18px;
  max-width: 780px;
}
.pz-tech-ecosystem-marquee {
  background: #f8fafc;
  border-block: 1px solid rgba(15, 23, 42, .07);
  color: #101827;
  overflow: hidden;
  padding: clamp(72px, 9vw, 140px) 0;
}
.pz-tech-ecosystem-head {
  margin: 0 auto clamp(48px, 7vw, 88px);
  max-width: 820px;
  padding: 0 24px;
  text-align: center;
}
.pz-tech-ecosystem-pill {
  align-items: center;
  background: rgba(20, 103, 207, .08);
  border: 1px solid rgba(20, 103, 207, .16);
  border-radius: 999px;
  color: #1467cf;
  display: inline-flex;
  gap: 9px;
  margin-bottom: 22px;
  padding: 9px 15px;
}
.pz-tech-ecosystem-pill svg {
  height: 15px;
  width: 15px;
}
.pz-tech-ecosystem-pill span {
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pz-tech-ecosystem-head h2 {
  color: #111827;
  font-size: clamp(2.25rem, 4.5vw, 4.75rem);
  line-height: 1.02;
  margin: 0;
}
.pz-tech-ecosystem-head h2 span {
  color: #1467cf;
}
.pz-tech-ecosystem-head p {
  color: #5f6b7a;
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.75;
  margin: 22px auto 0;
  max-width: 680px;
}
.pz-tech-ecosystem-rows {
  display: grid;
  gap: clamp(22px, 3.5vw, 46px);
}
.pz-tech-ecosystem-row {
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding: 12px 0;
  position: relative;
  width: 100vw;
}
.pz-tech-ecosystem-row::before,
.pz-tech-ecosystem-row::after {
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  width: min(14vw, 170px);
  z-index: 2;
}
.pz-tech-ecosystem-row::before {
  background: linear-gradient(90deg, #f8fafc, rgba(248,250,252,0));
  left: 0;
}
.pz-tech-ecosystem-row::after {
  background: linear-gradient(270deg, #f8fafc, rgba(248,250,252,0));
  right: 0;
}
.pz-tech-ecosystem-track {
  animation: pz-tech-ecosystem var(--pz-ecosystem-speed, 38s) linear infinite;
  display: flex;
  width: max-content;
  will-change: transform;
}
.pz-tech-ecosystem-row.is-reverse .pz-tech-ecosystem-track {
  animation-direction: reverse;
}
.pz-tech-ecosystem-row:hover .pz-tech-ecosystem-track {
  animation-play-state: paused;
}
.pz-tech-ecosystem-track span {
  align-items: center;
  color: rgba(17, 24, 39, .16);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: clamp(2.6rem, 6.4vw, 6.7rem);
  font-weight: 950;
  gap: clamp(18px, 2.4vw, 30px);
  letter-spacing: 0;
  line-height: 1;
  margin-inline: clamp(28px, 5vw, 76px);
  text-transform: uppercase;
  transition: color .25s ease, transform .25s ease;
  user-select: none;
  white-space: nowrap;
}
.pz-tech-ecosystem-track span i {
  background: #1467cf;
  border-radius: 999px;
  display: inline-block;
  height: 12px;
  opacity: .28;
  transition: opacity .25s ease, transform .25s ease;
  width: 12px;
}
.pz-tech-ecosystem-track span:hover {
  color: #1467cf;
  transform: translateY(-2px);
}
.pz-tech-ecosystem-track span:hover i {
  opacity: 1;
  transform: scale(1.15);
}
@keyframes pz-tech-ecosystem {
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .pz-tech-ecosystem-track {
    animation: none;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
    width: auto;
  }
  .pz-tech-ecosystem-row {
    margin-inline: 0;
    padding-inline: 20px;
    width: 100%;
  }
}
.pz-tech-stack-tabnav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
  margin-bottom: clamp(34px, 5vw, 64px);
}
.pz-tech-stack-tabnav button {
  appearance: none;
  background: #fff;
  border: 1px solid rgba(15,23,42,.1);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(15,23,42,.05);
  color: #334155;
  cursor: pointer;
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  padding: 14px 18px;
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, color .2s ease, transform .2s ease;
}
.pz-tech-stack-tabnav button:hover {
  border-color: rgba(20,103,207,.24);
  box-shadow: 0 16px 34px rgba(20,103,207,.1);
  transform: translateY(-1px);
}
.pz-tech-stack-tabnav button.is-active,
.pz-tech-stack-tabnav button[aria-selected="true"] {
  background: linear-gradient(135deg, #1467cf, #14b8d4);
  border-color: transparent;
  box-shadow: 0 18px 42px rgba(20,103,207,.24);
  color: #fff;
}
.pz-tech-stack-panels {
  min-height: 250px;
}
.pz-tech-stack-panel {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.pz-tech-stack-panel[hidden] {
  display: none !important;
}
.pz-tech-stack-panel-title {
  color: #0f172a;
  display: none;
  font-size: clamp(1.15rem, 1.8vw, 1.6rem);
  line-height: 1.15;
  margin: 0;
}
.pz-tech-logo-card {
  align-items: center;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 18px 45px rgba(15,23,42,.08);
  display: flex;
  flex-direction: column;
  min-height: 166px;
  padding: 26px 18px 22px;
  text-align: center;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pz-tech-logo-card:hover {
  border-color: rgba(20,103,207,.28);
  box-shadow: 0 26px 60px rgba(20,103,207,.14);
  transform: translateY(-4px);
}
.pz-tech-logo-mark {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(15,23,42,.06);
  border-radius: 8px;
  display: flex;
  height: 76px;
  justify-content: center;
  margin-bottom: 18px;
  width: 76px;
}
.pz-tech-logo-mark img {
  display: block;
  height: 52px;
  max-width: 58px;
  object-fit: contain;
  transition: transform .2s ease;
  width: auto;
}
.pz-tech-logo-card:hover .pz-tech-logo-mark img {
  transform: scale(1.08);
}
.pz-tech-logo-mark b {
  color: #1467cf;
  font-size: 18px;
  font-weight: 900;
}
.pz-tech-logo-card :is(h1,h2,h3,h4,h5,h6) {
  color: #0f172a;
  font-size: 14px;
  font-weight: 850;
  line-height: 1.25;
  margin: 0;
}

.pz-variant-tech-stack-v2 {
  background:
    linear-gradient(120deg, rgba(7, 17, 31, .97), rgba(13, 45, 86, .94) 52%, rgba(20, 103, 207, .88)),
    #07111f;
  color: #fff;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-inner {
  display: grid;
  align-items: stretch;
  gap: clamp(28px, 4vw, 52px);
  grid-template-areas:
    "head panels"
    "nav panels";
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  grid-template-rows: auto auto;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head {
  grid-area: head;
  margin: 0;
  position: static;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6) {
  font-size: clamp(2.2rem, 3vw, 3.35rem);
  line-height: 1.06;
  max-width: 420px;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head :is(p,div,span):not(.pz-eyebrow) {
  font-size: clamp(1rem, 1.15vw, 1.1rem);
  line-height: 1.7;
  max-width: 390px;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6),
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head :is(p,div,span):not(.pz-eyebrow),
.pz-variant-tech-stack-v2 .pz-tech-stack-panel-title {
  color: #fff;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head .pz-eyebrow {
  color: #51c9ff;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabnav {
  align-content: start;
  display: grid;
  grid-area: nav;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  max-width: 330px;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabnav button {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
  box-shadow: none;
  color: rgba(255,255,255,.82);
  justify-content: flex-start;
  min-height: 48px;
  padding: 13px 16px;
  text-align: left;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-tabnav button[aria-selected="true"],
.pz-variant-tech-stack-v2 .pz-tech-stack-tabnav button.is-active {
  background: linear-gradient(135deg, #1467cf, #3a8bff);
  color: #fff;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-panels {
  grid-area: panels;
  min-height: 100%;
}
.pz-variant-tech-stack-v2 .pz-tech-stack-panel {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 8px;
  align-content: center;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  min-height: 100%;
  padding: clamp(18px, 2.2vw, 28px);
}
.pz-variant-tech-stack-v2 .pz-tech-stack-panel-title {
  display: block;
  grid-column: 1 / -1;
}
.pz-variant-tech-stack-v2 .pz-tech-logo-card {
  background: rgba(255,255,255,.09);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
  color: #fff;
  min-height: 150px;
  padding: 22px 16px;
}
.pz-variant-tech-stack-v2 .pz-tech-logo-card :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
}
.pz-variant-tech-stack-v2 .pz-tech-logo-mark {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.12);
  height: 68px;
  margin-bottom: 14px;
  width: 68px;
}
.pz-variant-tech-stack-v2 .pz-tech-logo-mark img {
  height: 48px;
  max-width: 52px;
}

.pz-variant-tech-stack-v3 {
  background: #fff;
}
.pz-variant-tech-stack-v3 .pz-tech-stack-tabs-head {
  margin-inline: auto;
  text-align: center;
}
.pz-variant-tech-stack-v3 .pz-tech-stack-tabs-head :is(p,div,span):not(.pz-eyebrow) {
  margin-left: auto;
  margin-right: auto;
}
.pz-variant-tech-stack-v3 .pz-tech-stack-tabnav {
  display: none;
}
.pz-variant-tech-stack-v3 .pz-tech-stack-panels {
  display: grid;
  gap: 18px;
}
.pz-variant-tech-stack-v3 .pz-tech-stack-panel,
.pz-variant-tech-stack-v3 .pz-tech-stack-panel[hidden] {
  background: #f8fbff;
  border: 1px solid rgba(20, 103, 207, .1);
  border-radius: 8px;
  display: grid !important;
  gap: 12px;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 16px;
}
.pz-variant-tech-stack-v3 .pz-tech-stack-panel-title {
  color: #1467cf;
  display: block;
  font-size: 1rem;
  grid-column: 1 / -1;
  text-transform: uppercase;
}
.pz-variant-tech-stack-v3 .pz-tech-logo-card {
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.05);
  min-height: 112px;
  padding: 16px 10px;
}
.pz-variant-tech-stack-v3 .pz-tech-logo-mark {
  height: 54px;
  margin-bottom: 12px;
  width: 54px;
}
.pz-variant-tech-stack-v3 .pz-tech-logo-mark img {
  height: 38px;
  max-width: 42px;
}

.pz-variant-techstackv4 {
  background:
    radial-gradient(circle at 12% 12%, rgba(20,103,207,.13), transparent 30%),
    #f5f8fc;
}
.pz-variant-techstackv4 .pz-tech-stack-tabs-inner {
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .42fr);
}
.pz-variant-techstackv4 .pz-tech-stack-tabs-head {
  align-self: start;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(15,23,42,.06);
  margin: 0;
  padding: clamp(22px, 3vw, 34px);
}
.pz-variant-techstackv4 .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6) {
  font-size: clamp(2rem, 3.1vw, 3.2rem);
  line-height: 1.06;
}
.pz-variant-techstackv4 .pz-tech-stack-tabnav {
  align-content: start;
  background: #07111f;
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(7,17,31,.18);
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 16px;
}
.pz-variant-techstackv4 .pz-tech-stack-tabnav button {
  background: transparent;
  border-color: rgba(255,255,255,.13);
  box-shadow: none;
  color: rgba(255,255,255,.78);
  text-align: left;
}
.pz-variant-techstackv4 .pz-tech-stack-tabnav button[aria-selected="true"],
.pz-variant-techstackv4 .pz-tech-stack-tabnav button.is-active {
  background: #1467cf;
  color: #fff;
}
.pz-variant-techstackv4 .pz-tech-stack-panels {
  grid-column: 1 / -1;
}
.pz-variant-techstackv4 .pz-tech-stack-panel {
  gap: 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pz-variant-techstackv4 .pz-tech-logo-card {
  align-items: flex-start;
  flex-direction: row;
  gap: 14px;
  justify-content: flex-start;
  min-height: 96px;
  padding: 18px;
  text-align: left;
}
.pz-variant-techstackv4 .pz-tech-logo-mark {
  flex: 0 0 54px;
  height: 54px;
  margin: 0;
  width: 54px;
}
.pz-variant-techstackv4 .pz-tech-logo-mark img {
  height: 38px;
  max-width: 42px;
}

.pz-faq-pro.pz-section { padding-top: clamp(72px, 8vw, 112px); }
.pz-faq-pro .pz-section-head h2 { font-size: clamp(2.2rem, 4.2vw, 4.25rem); line-height: 1.04; }
.pz-faq-pro-list { max-width: min(100%, 1040px); }
.pz-faq-pro-list details { border-radius: 8px; box-shadow: 0 14px 42px rgba(8,24,44,.06); }
.pz-faq-pro-list summary { font-size: 1rem; }

.pz-why-pro.pz-section { overflow: hidden; padding-top: clamp(72px, 8vw, 112px); }
.pz-why-pro-head h2 { font-size: clamp(2.4rem, 4.8vw, 5rem); max-width: 780px; }
.pz-why-pro-grid article { border-radius: 8px; }
.pz-why-pro-grid article span { border-radius: 8px; }

@media (max-width: 1180px) {
  .pz-tech-rail { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .pz-tech-stack-panel { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabs-inner,
  .pz-variant-techstackv4 .pz-tech-stack-tabs-inner {
    grid-template-columns: 1fr;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabs-inner {
    grid-template-areas:
      "head"
      "nav"
      "panels";
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head {
    position: static;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6),
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabs-head :is(p,div,span):not(.pz-eyebrow),
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabnav {
    max-width: 100%;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabnav,
  .pz-variant-techstackv4 .pz-tech-stack-tabnav {
    display: flex;
    flex-wrap: wrap;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabnav button,
  .pz-variant-techstackv4 .pz-tech-stack-tabnav button {
    flex: 0 1 auto;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-panels,
  .pz-variant-techstackv4 .pz-tech-stack-panels {
    grid-column: auto;
    grid-row: auto;
  }
  .pz-variant-tech-stack-v3 .pz-tech-stack-panel,
  .pz-variant-tech-stack-v3 .pz-tech-stack-panel[hidden],
  .pz-variant-techstackv4 .pz-tech-stack-panel {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pz-hero-inner { grid-template-columns: 1fr; }
  .pz-hero-stats { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .wp-site-blocks .pz-section.pz-suite,
  .pz-tech-section { padding-left: 18px; padding-right: 18px; }
  .pz-hero { min-height: auto; }
  .pz-hero-inner { min-height: auto; max-width: min(100% - 36px, 1440px); padding-block: 72px 56px; }
  .pz-hero h1 { font-size: clamp(2.5rem, 12vw, 4rem); }
  .pz-hero-stats { grid-template-columns: 1fr; }
  .pz-hero-stats article { min-height: 112px; }
  .pz-tech-rail { grid-template-columns: 1fr; }
  .pz-tech-stack-tabs-inner { max-width: min(100% - 28px, 1240px); }
  .pz-tech-stack-tabnav { gap: 8px; margin-bottom: 30px; }
  .pz-tech-stack-tabnav button { font-size: 12px; padding: 11px 12px; }
  .pz-tech-ecosystem-marquee { padding: 58px 0; }
  .pz-tech-ecosystem-head { margin-bottom: 38px; }
  .pz-tech-ecosystem-track span {
    font-size: clamp(2.2rem, 13vw, 3.9rem);
    margin-inline: 26px;
  }
  .pz-tech-ecosystem-track span i {
    height: 9px;
    width: 9px;
  }
  .pz-tech-stack-panel { gap: 14px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pz-variant-tech-stack-v2 .pz-tech-stack-panel,
  .pz-variant-tech-stack-v3 .pz-tech-stack-panel,
  .pz-variant-tech-stack-v3 .pz-tech-stack-panel[hidden],
  .pz-variant-techstackv4 .pz-tech-stack-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabs-inner,
  .pz-variant-techstackv4 .pz-tech-stack-tabs-inner {
    gap: 18px;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabnav,
  .pz-variant-techstackv4 .pz-tech-stack-tabnav {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    flex-wrap: nowrap;
  }
  .pz-variant-tech-stack-v2 .pz-tech-stack-tabnav button,
  .pz-variant-techstackv4 .pz-tech-stack-tabnav button {
    flex: 0 0 auto;
    min-width: 132px;
    white-space: normal;
  }
  .pz-variant-techstackv4 .pz-tech-logo-card {
    flex-direction: column;
    text-align: center;
  }
  .pz-variant-techstackv4 .pz-tech-logo-mark {
    margin: 0 auto 10px;
  }
  .pz-tech-logo-card { min-height: 138px; padding: 18px 12px 16px; }
  .pz-tech-logo-mark { height: 60px; margin-bottom: 14px; width: 60px; }
  .pz-tech-logo-mark img { height: 42px; max-width: 46px; }
}

/* Hero suite variant overrides must come after global hardening rules. */
.pz-hero-suite.pz-hero-with-visual .pz-hero-inner {
  grid-template-columns: minmax(0, .95fr) minmax(320px, .72fr);
}
.pz-hero-suite.pz-variant-hero .pz-hero-inner,
.pz-hero-suite.pz-variant-hero-v1 .pz-hero-inner,
.pz-hero-suite.pz-variant-hero-v3 .pz-hero-inner,
.pz-hero-suite.pz-variant-hero-v5 .pz-hero-inner {
  grid-template-columns: minmax(0, 1fr);
}

@media (max-width: 980px) {
  .pz-hero-suite.pz-hero-with-visual .pz-hero-inner {
    grid-template-columns: 1fr;
  }
}

.pz-hero :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(2.9rem, 5.3vw, 5rem);
  font-weight: 800;
  letter-spacing: 0;
  line-height: .95;
  margin: 0 0 24px;
}
.pz-hero :is(h1,h2,h3,h4,h5,h6) span { display: block; }
.pz-hero-suite.pz-variant-hero :is(h1,h2,h3,h4,h5,h6) { margin-inline: auto; max-width: 1060px; }
.pz-hero-suite.pz-variant-hero-v2 :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(3rem, 5vw, 5.8rem); }
.pz-hero-suite.pz-variant-hero-v3 :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(3rem, 5.8vw, 6.5rem); margin-inline: auto; max-width: 1180px; }
.pz-hero-suite.pz-variant-hero-v5 :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(3rem, 5vw, 5.4rem); margin-inline: auto; }
.pz-hero-suite.pz-variant-bloghero :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(3rem, 5vw, 5.9rem); }
.pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-why-section :is(h1,h2,h3,h4,h5,h6),
.pz-cta-section :is(h1,h2,h3,h4,h5,h6),
.pz-tech-head :is(h1,h2,h3,h4,h5,h6),
.pz-industries-bento :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(2.15rem, 4vw, 4.2rem);
  line-height: 1;
  margin: 0;
}
.pz-tab-panel :is(h1,h2,h3,h4,h5,h6),
.pz-card-grid :is(h1,h2,h3,h4,h5,h6),
.pz-case-grid :is(h1,h2,h3,h4,h5,h6),
.pz-why-grid :is(h1,h2,h3,h4,h5,h6) {
  color: #0a0f1a;
  font-size: clamp(1.2rem, 1.5vw, 1.55rem);
  line-height: 1.12;
  margin: 0 0 12px;
}
.pz-suite-dark .pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-suite-dark .pz-card-grid :is(h1,h2,h3,h4,h5,h6),
.pz-tech-head :is(h1,h2,h3,h4,h5,h6),
.pz-tech-rail :is(h1,h2,h3,h4,h5,h6),
.pz-industries-bento .pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-bento-card :is(h1,h2,h3,h4,h5,h6),
.pz-case-pro .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-case-pro-card :is(h1,h2,h3,h4,h5,h6) { color: #fff; }
.pz-tech-head :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(2.4rem, 4.2vw, 4.85rem); line-height: 1.02; }
.pz-tech-rail :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(1.2rem, 1.5vw, 1.55rem); line-height: 1.1; margin: 0 0 12px; overflow-wrap: anywhere; }
.pz-bento-card :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(1.25rem,2vw,2rem); margin: 0 0 10px; }
.pz-process-timeline :is(h1,h2,h3,h4,h5,h6) { color: #0a0f1a; font-size: 20px; margin: 0 0 10px; }
.pz-contact-card :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(1.6rem,2.6vw,2.4rem); margin: 0 0 14px; }
.pz-pro-head :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(2.15rem, 4.6vw, 4.4rem); line-height: .98; margin: 0; }
.pz-industry-card-pro :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(1.35rem, 2vw, 2rem); line-height: 1.05; margin: 0 0 12px; }
.pz-case-pro-card :is(h1,h2,h3,h4,h5,h6) { font-size: clamp(1.35rem, 1.75vw, 1.95rem); line-height: 1.05; margin: 0 0 12px; }
.pz-why-pro-head :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(2rem, 4vw, 4rem); line-height: 1; margin: 0; }
.pz-why-pro-grid article :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: 1.18rem; margin: 0 0 10px; }
.pz-cta-pro :is(h1,h2,h3,h4,h5,h6) { color: #fff; font-size: clamp(2.25rem, 5.5vw, 5.2rem); line-height: .95; margin: 0 0 20px; }

@media (max-width: 680px) {
  .pz-hero :is(h1,h2,h3,h4,h5,h6) {
    font-size: clamp(2.05rem, 9vw, 2.55rem);
    max-width: 100%;
    overflow-wrap: anywhere;
  }
}

.pz-process-pro {
  background: radial-gradient(circle at 12% 12%, rgba(20,103,207,.08), transparent 30%), linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  overflow: hidden;
}
.pz-process-pro-inner { margin: 0 auto; max-width: min(100% - 48px, 1180px); position: relative; }
.pz-process-pro-head { margin-bottom: clamp(52px, 7vw, 88px); max-width: 860px; text-align: left; }
.pz-process-pro-head.pz-centered { margin-left: auto; margin-right: auto; max-width: 900px; text-align: center; }
.pz-process-pro-head .pz-eyebrow { color: #1467cf; font-size: 13px; font-weight: 900; letter-spacing: .14em; margin: 0 0 16px; text-transform: uppercase; }
.pz-process-pro-head :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(2.15rem, 4.2vw, 4.8rem); line-height: 1; margin: 0 0 20px; }
.pz-process-pro-head :is(p,div,span):not(.pz-eyebrow) { color: #52606f; display: block; font-size: clamp(1rem, 1.25vw, 1.15rem); line-height: 1.75; max-width: 780px; }
.pz-process-pro-head.pz-centered :is(p,div,span):not(.pz-eyebrow) { margin-left: auto; margin-right: auto; }
.pz-process-alt-timeline { display: grid; gap: 58px; margin: 0 auto; max-width: 1040px; position: relative; }
.pz-process-axis { background: linear-gradient(180deg, rgba(20,103,207,.08), rgba(20,103,207,.45), rgba(20,103,207,.08)); border-radius: 999px; bottom: 0; left: 50%; overflow: hidden; position: absolute; top: 0; transform: translateX(-50%); width: 4px; }
.pz-process-axis::after { animation: pzProcessAxis 3.6s linear infinite; background: linear-gradient(180deg, transparent, rgba(83,142,255,.95), transparent); content: ""; height: 22%; left: 0; position: absolute; right: 0; top: -24%; }
.pz-process-alt-timeline article { align-items: center; animation: pzProcessRise .7s ease both; display: grid; gap: 32px; grid-template-columns: minmax(0,1fr) 112px minmax(0,1fr); position: relative; }
.pz-process-alt-timeline article:nth-child(3) { animation-delay: .08s; }
.pz-process-alt-timeline article:nth-child(4) { animation-delay: .16s; }
.pz-process-alt-timeline article:nth-child(5) { animation-delay: .24s; }
.pz-process-alt-timeline article:nth-child(6) { animation-delay: .32s; }
.pz-process-alt-timeline article.is-right .pz-process-step-card { grid-column: 3; }
.pz-process-alt-timeline article.is-left .pz-process-step-card { grid-column: 1; text-align: right; }
.pz-process-node { align-items: center; display: flex; grid-column: 2; justify-content: center; min-height: 112px; position: relative; width: 112px; z-index: 2; }
.pz-process-node::before { animation: pzProcessHeartbeat 2.4s ease-out infinite; background: rgba(20,103,207,.12); border-radius: 999px; content: ""; height: 96px; position: absolute; width: 96px; }
.pz-process-node::after { animation: pzProcessHeartbeat 2.4s ease-out infinite .7s; border: 1px solid rgba(20,103,207,.28); border-radius: 999px; content: ""; height: 112px; opacity: 0; position: absolute; width: 112px; }
.pz-process-node span { align-items: center; animation: pzProcessPulse 2.4s ease-in-out infinite; background: linear-gradient(135deg, #1467cf, #538eff); border-radius: 999px; box-shadow: 0 20px 44px rgba(20,103,207,.28); color: #fff; display: flex; height: 72px; justify-content: center; position: relative; width: 72px; }
.pz-process-node svg { height: 30px; width: 30px; }
.pz-process-step-card { background: #fff; border: 1px solid rgba(15,23,42,.08); border-radius: 8px; box-shadow: 0 18px 50px rgba(15,23,42,.09); padding: clamp(26px, 3vw, 38px); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.pz-process-step-card:hover { border-color: rgba(20,103,207,.24); box-shadow: 0 26px 64px rgba(20,103,207,.13); transform: translateY(-4px); }
.pz-process-step-card em { color: #1467cf; display: block; font-size: 12px; font-style: normal; font-weight: 900; letter-spacing: .08em; margin-bottom: 10px; text-transform: uppercase; }
.pz-process-step-card :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.12; margin: 0 0 14px; }
.pz-process-step-card :is(p,div,span) { color: #52606f; display: block; font-size: 15px; line-height: 1.7; }
.pz-process-flow .pz-process-pro-head { max-width: 820px; }
.pz-process-flow-wrap { overflow: hidden; padding: 36px 0 84px; position: relative; }
.pz-process-wave { animation: pzProcessWave 5.5s ease-in-out infinite; background: radial-gradient(ellipse at 18% 52%, rgba(20,103,207,.18), transparent 30%), radial-gradient(ellipse at 55% 48%, rgba(96,165,250,.22), transparent 34%), radial-gradient(ellipse at 88% 52%, rgba(20,103,207,.18), transparent 28%); border-radius: 999px; filter: blur(2px); height: 190px; left: 0; opacity: .72; position: absolute; right: 0; top: 42%; transform: translateY(-50%); }
.pz-process-flow-grid { display: grid; gap: 26px; grid-template-columns: repeat(4, minmax(0, 1fr)); position: relative; z-index: 2; }
.pz-process-flow-grid article { animation: pzProcessRise .7s ease both; background: #fff; border: 1px solid var(--pz-step-color, #1467cf); border-radius: 8px; box-shadow: 0 24px 70px rgba(15,23,42,.12); min-height: 270px; overflow: hidden; padding: 34px 28px; position: relative; transition: box-shadow .2s ease, transform .2s ease; }
.pz-process-flow-grid article:nth-child(2) { animation-delay: .08s; }
.pz-process-flow-grid article:nth-child(3) { animation-delay: .16s; }
.pz-process-flow-grid article:nth-child(4) { animation-delay: .24s; }
.pz-process-flow-grid article:hover { box-shadow: 0 34px 80px rgba(20,103,207,.18); transform: translateY(-8px); }
.pz-process-flow-grid article::after { background: color-mix(in srgb, var(--pz-step-color, #1467cf), transparent 92%); border-radius: 999px 0 0 0; bottom: 0; content: ""; height: 64px; position: absolute; right: 0; transition: opacity .35s ease, transform .35s ease; width: 64px; }
.pz-process-flow-grid article:hover::after { opacity: .92; transform: scale(1.25); }
.pz-process-flow-grid article > span { align-items: center; animation: pzProcessPulse 2.6s ease-in-out infinite; background: color-mix(in srgb, var(--pz-step-color, #1467cf), transparent 90%); border: 1px solid color-mix(in srgb, var(--pz-step-color, #1467cf), transparent 72%); border-radius: 999px; color: var(--pz-step-color, #1467cf); display: inline-flex; font-size: 18px; font-weight: 900; height: 54px; justify-content: center; margin-bottom: 34px; position: relative; width: 54px; z-index: 1; }
.pz-process-flow-grid :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: 1.25rem; line-height: 1.2; margin: 0 0 14px; position: relative; z-index: 1; }
.pz-process-flow-grid :is(h1,h2,h3,h4,h5,h6),
.pz-process-step-card :is(h1,h2,h3,h4,h5,h6),
.pz-process-card-grid :is(h1,h2,h3,h4,h5,h6) { overflow-wrap: anywhere; }
.pz-process-flow-grid :is(p,div,span):not(article > span) { color: #52606f; display: block; font-size: 13px; font-weight: 600; line-height: 1.7; position: relative; z-index: 1; }
.pz-process-cards .pz-process-pro-head .pz-eyebrow { background: rgba(20,103,207,.08); border: 1px solid rgba(20,103,207,.18); border-radius: 8px; display: inline-block; padding: 10px 16px; }
.pz-process-card-grid { display: grid; gap: 18px; grid-template-columns: repeat(4, minmax(0, 1fr)); position: relative; }
.pz-process-card-grid::before { background: rgba(15,23,42,.08); content: ""; height: 1px; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); }
.pz-process-card-grid article { animation: pzProcessRise .7s ease both; background: #f8fafc; border: 1px solid rgba(15,23,42,.08); border-radius: 8px; min-height: 390px; overflow: hidden; padding: 38px 30px; position: relative; transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease; z-index: 1; }
.pz-process-card-grid article:nth-child(2) { animation-delay: .08s; }
.pz-process-card-grid article:nth-child(3) { animation-delay: .16s; }
.pz-process-card-grid article:nth-child(4) { animation-delay: .24s; }
.pz-process-card-grid article:hover { background: #fff; border-color: rgba(20,103,207,.28); box-shadow: 0 28px 70px rgba(15,23,42,.12); transform: translateY(-8px); }
.pz-process-card-grid article > strong { color: rgba(15,23,42,.1); font-size: 54px; font-weight: 950; line-height: 1; position: absolute; right: 26px; top: 24px; }
.pz-process-card-icon { align-items: center; animation: pzProcessPulse 2.5s ease-in-out infinite; background: #fff; border-radius: 999px; box-shadow: 0 18px 42px rgba(15,23,42,.1), 0 0 0 0 rgba(20,103,207,.24); color: #1467cf; display: flex; height: 64px; justify-content: center; margin-bottom: 30px; position: relative; width: 64px; }
.pz-process-card-icon::after { animation: pzProcessHeartbeat 2.5s ease-out infinite; border: 1px solid rgba(20,103,207,.25); border-radius: 999px; content: ""; inset: -10px; opacity: 0; position: absolute; }
.pz-process-card-icon svg { height: 30px; width: 30px; }
.pz-process-card-grid :is(h1,h2,h3,h4,h5,h6) { color: #07111f; font-size: clamp(1.35rem, 2vw, 1.8rem); line-height: 1.08; margin: 0 0 16px; }
.pz-process-card-grid :is(p,div,span):not(.pz-process-card-icon) { color: #52606f; display: block; font-size: 15px; font-weight: 600; line-height: 1.72; }
.pz-process-card-grid article > em { color: #1467cf; display: inline-flex; font-size: 11px; font-style: normal; font-weight: 950; letter-spacing: .08em; margin-top: 28px; opacity: 0; text-transform: uppercase; transition: opacity .2s ease; }
.pz-process-card-grid article:hover > em { opacity: 1; }

@keyframes pzProcessHeartbeat {
  0% { opacity: .42; transform: scale(.72); }
  42% { opacity: .18; transform: scale(1.08); }
  70%, 100% { opacity: 0; transform: scale(1.34); }
}
@keyframes pzProcessPulse {
  0%, 100% { transform: scale(1); }
  12% { transform: scale(1.08); }
  22% { transform: scale(.98); }
  34% { transform: scale(1.04); }
  48% { transform: scale(1); }
}
@keyframes pzProcessAxis {
  to { top: 102%; }
}
@keyframes pzProcessWave {
  0%, 100% { opacity: .56; transform: translateY(-50%) scaleX(.96); }
  50% { opacity: .88; transform: translateY(-50%) scaleX(1.04); }
}
@keyframes pzProcessRise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 980px) {
  .pz-process-axis { display: none; }
  .pz-process-alt-timeline { gap: 28px; }
  .pz-process-alt-timeline article { display: block; }
  .pz-process-alt-timeline article.is-left .pz-process-step-card { text-align: left; }
  .pz-process-node { justify-content: flex-start; margin-bottom: 18px; }
  .pz-process-flow-grid,
  .pz-process-card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .pz-process-pro-inner { max-width: min(100% - 28px, 1180px); }
  .pz-process-flow-grid,
  .pz-process-card-grid { grid-template-columns: 1fr; }
  .pz-process-card-grid::before,
  .pz-process-wave { display: none; }
  .pz-process-card-grid article { min-height: auto; }
}

.pz-stats-filler {
  background: transparent;
  padding-block: clamp(32px, 5vw, 72px);
}
.pz-stats-filler-inner {
  margin: 0 auto;
  max-width: min(100% - 48px, 1180px);
}
.pz-stats-band {
  background: linear-gradient(135deg, #1467cf 0%, #0891b2 100%);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(20,103,207,.22);
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  padding: clamp(24px, 3.4vw, 42px);
}
.pz-stats-band article {
  border-right: 1px solid rgba(255,255,255,.18);
  padding: 8px clamp(12px, 2vw, 26px);
  text-align: center;
}
.pz-stats-band article:last-child {
  border-right: 0;
}
.pz-stats-band strong {
  color: #fff;
  display: block;
  font-size: clamp(2rem, 4vw, 3.8rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.pz-stats-band :is(h1,h2,h3,h4,h5,h6) {
  color: rgba(239,246,255,.96);
  font-size: clamp(.9rem, 1.15vw, 1.05rem);
  font-weight: 800;
  line-height: 1.35;
  margin: 0;
}
.pz-stats-panel {
  background:
    radial-gradient(circle at 20% 0%, rgba(83,142,255,.18), transparent 32%),
    linear-gradient(135deg, #07111f 0%, #0f172a 58%, #10326a 100%);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(2,6,23,.26);
  color: #fff;
  display: grid;
  gap: clamp(30px, 4vw, 58px);
  grid-template-columns: minmax(0,.82fr) minmax(0,1.18fr);
  overflow: hidden;
  padding: clamp(32px, 5vw, 64px);
}
.pz-stats-panel-copy .pz-eyebrow {
  color: #8ab6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .14em;
  margin: 0 0 16px;
  text-transform: uppercase;
}
.pz-stats-panel-copy :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 4rem);
  line-height: 1;
  margin: 0 0 18px;
}
.pz-stats-panel-copy :is(p,div,span):not(.pz-eyebrow) {
  color: rgba(226,232,240,.78);
  display: block;
  font-size: 1rem;
  line-height: 1.75;
}
.pz-stats-panel-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pz-stats-panel-grid article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  padding: 24px;
}
.pz-stats-panel-grid strong {
  color: #fff;
  display: block;
  font-size: clamp(2rem, 3vw, 3.4rem);
  font-weight: 950;
  line-height: 1;
  margin-bottom: 12px;
}
.pz-stats-panel-grid :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 10px;
}
.pz-stats-panel-grid :is(p,div,span) {
  color: rgba(226,232,240,.72);
  display: block;
  font-size: 13px;
  line-height: 1.55;
}
.pz-metric-strip {
  align-items: stretch;
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(15,23,42,.08);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}
.pz-metric-strip article {
  border-right: 1px solid rgba(15,23,42,.08);
  padding: clamp(24px, 3vw, 38px);
}
.pz-metric-strip article:last-child {
  border-right: 0;
}
.pz-metric-strip strong {
  color: #1467cf;
  display: block;
  font-size: clamp(2rem, 3.3vw, 3.5rem);
  font-weight: 950;
  line-height: 1;
  margin-bottom: 12px;
}
.pz-metric-strip :is(h1,h2,h3,h4,h5,h6) {
  color: #0f172a;
  font-size: .95rem;
  font-weight: 850;
  line-height: 1.35;
  margin: 0;
}

.pz-imported-rich-content,
.pz-legal-page,
.pz-imported-content-index {
  box-sizing: border-box;
  margin-inline: auto;
  max-width: min(100% - 56px, 1180px);
  padding-block: clamp(64px, 7vw, 104px);
}
.pz-imported-rich-content > h2,
.pz-legal-page > h1,
.pz-imported-content-index > h1 {
  color: #07111f;
  font-size: clamp(1.8rem, 3vw, 3.15rem);
  line-height: 1.08;
  margin: 0 0 18px;
  max-width: 860px;
}
.pz-imported-rich-content > p,
.pz-legal-page > p,
.pz-imported-content-index > p {
  color: #52606f;
  font-size: 1rem;
  line-height: 1.72;
  margin: 0 0 clamp(28px, 4vw, 48px);
  max-width: 780px;
}
.pz-imported-rich-section {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(15,23,42,.07);
  margin-block: 18px;
  padding: clamp(24px, 3vw, 38px);
}
.pz-imported-rich-section h3,
.pz-legal-page h2,
.pz-imported-content-index h2 {
  color: #07111f;
  font-size: clamp(1.12rem, 1.5vw, 1.5rem);
  line-height: 1.22;
  margin: 0 0 12px;
}
.pz-imported-rich-section p,
.pz-imported-rich-section li,
.pz-legal-page p,
.pz-legal-page li,
.pz-imported-content-index li {
  color: #52606f;
  font-size: .96rem;
  line-height: 1.75;
}
.pz-imported-rich-section ul,
.pz-imported-content-index ul {
  display: grid;
  gap: 8px;
  margin: 18px 0 0;
  padding-left: 1.15rem;
}
.pz-imported-content-index a {
  color: #1467cf;
  font-weight: 600;
  text-decoration: none;
}
.pz-imported-content-index a:hover {
  text-decoration: underline;
}

.pz-roi-impact {
  background:
    radial-gradient(circle at 30% 18%, rgba(255,255,255,.2), transparent 38%),
    linear-gradient(135deg, #1467cf 0%, #1e40af 58%, #07111f 100%);
  border-radius: 8px;
  box-shadow: 0 28px 80px rgba(20,103,207,.28);
  color: #fff;
  overflow: hidden;
  padding: clamp(44px, 6vw, 86px);
  position: relative;
}
.pz-roi-impact::after {
  background: radial-gradient(circle at 78% 72%, rgba(16,185,129,.18), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.pz-roi-impact-head,
.pz-roi-impact-grid {
  position: relative;
  z-index: 1;
}
.pz-roi-impact-head {
  margin: 0 auto clamp(30px, 4vw, 52px);
  max-width: 760px;
  text-align: center;
}
.pz-roi-impact-head .pz-eyebrow {
  color: #bfdbfe;
}
.pz-roi-impact-head :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  line-height: 1.05;
  margin: 0 0 16px;
}
.pz-roi-impact-head :is(p,div,span):not(.pz-eyebrow) {
  color: rgba(239,246,255,.84);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
.pz-roi-impact-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pz-roi-impact-grid article {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 8px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.12);
  min-width: 0;
  padding: clamp(22px, 2.2vw, 30px);
  transition: background .2s ease, transform .2s ease;
}
.pz-roi-impact-grid article:hover {
  background: rgba(255,255,255,.16);
  transform: translateY(-3px);
}
.pz-roi-impact-grid strong {
  color: #fff;
  display: block;
  font-size: clamp(2rem, 3.2vw, 3.45rem);
  font-weight: 600;
  line-height: 1;
  margin-bottom: 18px;
}
.pz-roi-impact-grid :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(1rem, 1.16vw, 1.16rem);
  line-height: 1.28;
  margin: 0 0 10px;
}
.pz-roi-impact-grid :is(p,div,span) {
  color: rgba(239,246,255,.78);
  display: block;
  font-size: .9rem;
  line-height: 1.62;
  margin: 0;
}

@media (max-width: 900px) {
  .pz-stats-band,
  .pz-metric-strip,
  .pz-stats-panel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pz-roi-impact-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pz-stats-panel { grid-template-columns: 1fr; }
  .pz-stats-band article:nth-child(2),
  .pz-metric-strip article:nth-child(2) { border-right: 0; }
  .pz-stats-band article:nth-child(-n+2),
  .pz-metric-strip article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.18); }
  .pz-metric-strip article:nth-child(-n+2) { border-bottom-color: rgba(15,23,42,.08); }
}

@media (max-width: 560px) {
  .pz-stats-filler-inner { max-width: min(100% - 28px, 1180px); }
  .pz-stats-band,
  .pz-metric-strip,
  .pz-stats-panel-grid,
  .pz-roi-impact-grid { grid-template-columns: 1fr; }
  .pz-roi-impact { padding: 32px 18px; }
  .pz-stats-band article,
  .pz-metric-strip article { border-bottom: 1px solid rgba(255,255,255,.18); border-right: 0; }
  .pz-metric-strip article { border-bottom-color: rgba(15,23,42,.08); }
  .pz-stats-band article:last-child,
  .pz-metric-strip article:last-child { border-bottom: 0; }
}

/* Hero contact form variant. */
.pz-hero-contact {
  background:
    radial-gradient(circle at 88% 18%, rgba(20,103,207,.18), transparent 30%),
    linear-gradient(135deg, #f8fbff 0%, #eef4fb 48%, #ffffff 100%);
  color: #07111f;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) 0;
}
.pz-hero-contact-inner {
  align-items: center;
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(360px, .86fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: min(100% - 56px, 1320px);
}
.pz-hero-contact-reverse .pz-hero-contact-form { order: 2; }
.pz-hero-contact-reverse .pz-hero-contact-copy { order: 1; }
.pz-hero-contact-form {
  background: #fff;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  box-shadow: 0 30px 90px rgba(8,24,44,.13);
  overflow: hidden;
}
.pz-hero-contact-tabs { border-bottom: 1px solid #e5e7eb; }
.pz-hero-contact-tabs > div { display: flex; }
.pz-hero-contact-form button {
  background: #fff;
  border: 0;
  cursor: pointer;
  flex: 1;
  font: inherit;
  font-weight: 800;
  padding: 16px 24px;
  text-align: center;
}
.pz-hero-contact-form [data-pz-tab-panel][hidden] { display: none !important; }
.pz-hero-contact-form button.is-active { border-bottom: 2px solid #1467cf; color: #1467cf; }
.pz-hero-contact-form button:not(.is-active) { color: #667085; }
.pz-hero-contact-frame { padding: 4px; }
.pz-hero-contact-frame > div { position: relative; }
.pz-hero-contact-form iframe {
  border: 0;
  display: block;
  min-height: 650px;
  width: 100%;
}
.pz-hero-quick-info {
  background: #fff;
}
.pz-hero-quick-content {
  min-height: 650px;
  padding: clamp(28px, 4vw, 44px);
}
.pz-hero-quick-content h3 {
  color: #07111f;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-weight: 900;
  letter-spacing: 0;
  margin: 0 0 22px;
}
.pz-hero-quick-content ul {
  display: grid;
  gap: 18px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pz-hero-quick-content li {
  align-items: flex-start;
  color: #344054;
  display: flex;
  font-size: 1rem;
  font-weight: 700;
  gap: 12px;
  line-height: 1.55;
}
.pz-hero-quick-content li::before {
  align-items: center;
  background: #22c55e;
  border-radius: 999px;
  color: #fff;
  content: "✓";
  display: inline-flex;
  flex: 0 0 24px;
  font-size: 14px;
  font-weight: 900;
  height: 24px;
  justify-content: center;
  margin-top: 2px;
  width: 24px;
}
.pz-hero-quick-response {
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 14px;
  margin-top: 34px;
  padding: 18px;
}
.pz-hero-quick-response h4 {
  align-items: center;
  color: #0757bd;
  display: flex;
  font-size: 1rem;
  font-weight: 900;
  gap: 10px;
  letter-spacing: 0;
  margin: 0;
}
.pz-hero-quick-response h4::before {
  content: "↗";
  font-size: 1.1rem;
}
.pz-hero-quick-response p {
  color: #1467cf;
  font-size: .92rem;
  line-height: 1.55;
  margin: 8px 0 0;
}
.pz-hero-contact-copy h1 {
  color: #07111f;
  font-size: clamp(2.65rem, 5vw, 5.8rem);
  letter-spacing: 0;
  line-height: .98;
  margin: 0 0 24px;
}
.pz-hero-contact-copy h1 span { display: block; }
.pz-hero-contact-copy .pz-lead {
  color: #475467;
  font-size: clamp(1.05rem, 1.28vw, 1.22rem);
  line-height: 1.75;
  max-width: 720px;
}
.pz-hero-contact-points {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 32px 0 0;
  padding: 0;
}
.pz-hero-contact-points li {
  align-items: center;
  color: #193454;
  display: flex;
  font-weight: 800;
  gap: 12px;
}
.pz-hero-contact-points li::before {
  background: linear-gradient(135deg,#1467cf,#538eff);
  border-radius: 50%;
  content: "";
  flex: 0 0 10px;
  height: 10px;
  width: 10px;
}

/* Global variant polish: make shared renderers feel deliberately different. */
.pz-suite {
  --pz-radius: 8px;
  --pz-title-size: clamp(2.25rem, 4.2vw, 4.8rem);
  --pz-copy-size: clamp(1rem, 1.18vw, 1.14rem);
}
.pz-suite .pz-section-head h2,
.pz-pro-head h2 {
  font-size: var(--pz-title-size);
  letter-spacing: 0;
  line-height: 1.02;
}
.pz-suite .pz-section-head p,
.pz-pro-head > p:not(.pz-eyebrow) {
  font-size: var(--pz-copy-size);
  line-height: 1.72;
}
.pz-suite .pz-card-grid article,
.pz-suite .pz-case-grid article,
.pz-suite .pz-testimonial-grid article,
.pz-suite .pz-tab-panel,
.pz-suite .pz-tabs-nav,
.pz-suite .pz-faq-list details,
.pz-suite .pz-faq-pro-list details {
  border-radius: var(--pz-radius);
}
.pz-suite .pz-card-grid h3,
.pz-suite .pz-case-grid h3,
.pz-suite .pz-testimonial-grid strong,
.pz-suite .pz-tab-panel h3 {
  letter-spacing: 0;
  line-height: 1.12;
}
.pz-variant-servicesv2 .pz-tabs-shell,
.pz-variant-coretechservicesv2 .pz-tabs-shell {
  grid-template-columns: 1fr;
}
.pz-variant-servicesv2 .pz-tabs-nav,
.pz-variant-coretechservicesv2 .pz-tabs-nav {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.pz-variant-servicesv3 .pz-tab-panel {
  background: #07111f;
  color: #fff;
}
.pz-variant-servicesv3 .pz-tab-panel h3,
.pz-variant-servicesv3 .pz-tab-panel p,
.pz-variant-servicesv3 .pz-service-kicker { color: #fff; }
.pz-variant-advancedtechnologies2 .pz-tech-rail {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pz-variant-advancedtechnologies2 .pz-tech-rail article:first-child {
  grid-column: span 2;
}
.pz-variant-advancedtechnologies3 .pz-tech-section,
.pz-advanced-tech-suite.pz-variant-advancedtechnologies3 {
  background: #020617;
}
.pz-variant-aianimationsection .pz-tech-rail article {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 8px;
  padding: 18px;
}
.pz-variant-aicaseshowcasev1 .pz-tech-rail {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pz-variant-industriesv2 .pz-industry-bento-pro {
  grid-template-columns: repeat(4, minmax(0,1fr));
  grid-template-rows: none;
}
.pz-variant-industriesv2 .pz-industry-card-pro {
  grid-column: auto;
  grid-row: auto;
}
.pz-industry-family-bfsi {
  background: radial-gradient(circle at 18% 12%, rgba(20,103,207,.32), transparent 34%), #07111f;
}
.pz-industry-family-healthcare {
  background: linear-gradient(180deg, #f2fbf7 0%, #ffffff 100%);
}
.pz-industry-family-food {
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
}
.pz-industry-family-retail {
  background: linear-gradient(180deg, #f7f8ff 0%, #ffffff 100%);
}
.pz-industry-family-bfsi .pz-pro-head h2,
.pz-industry-family-bfsi .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-industry-family-bfsi .pz-pro-head p {
  color: #fff;
}
.pz-industry-family-bfsi .pz-pro-head > p:not(.pz-eyebrow) { color: rgba(255,255,255,.74); }
.pz-industry-family-bfsi .pz-industry-visual,
.pz-industry-layout-security .pz-industry-visual,
.pz-industry-layout-ledger .pz-industry-visual {
  border-color: rgba(255,255,255,.14);
}
.pz-industry-family-bfsi .pz-industry-feature-list article,
.pz-industry-family-bfsi .pz-industry-metrics span {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
  box-shadow: none;
}
.pz-industry-family-bfsi .pz-industry-feature-list :is(h1,h2,h3,h4,h5,h6),
.pz-industry-family-bfsi .pz-industry-metrics span { color: #fff; }
.pz-industry-family-bfsi .pz-industry-feature-list p { color: rgba(255,255,255,.72); }
.pz-industry-family-bfsi .pz-industry-feature-list article > span { background: rgba(138,182,255,.16); color: #9dccff; }
.pz-industry-family-bfsi .pz-industry-marquee-pro { border-color: rgba(255,255,255,.12); }
.pz-industry-family-bfsi .pz-industry-marquee-pro span {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.82);
}
.pz-industry-layout-ledger .pz-industry-feature-list {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.pz-industry-layout-ledger .pz-industry-feature-list article {
  grid-template-columns: minmax(0,1fr);
  min-height: 245px;
}
.pz-industry-layout-security .pz-industry-feature-list article {
  border-left: 4px solid #1467cf;
}
.pz-industry-layout-timeline .pz-industry-special {
  grid-template-columns: minmax(0, .74fr) minmax(0, 1.26fr);
}
.pz-industry-layout-timeline .pz-industry-feature-list {
  position: relative;
}
.pz-industry-layout-timeline .pz-industry-feature-list::before {
  background: #bae6d4;
  bottom: 24px;
  content: "";
  left: 25px;
  position: absolute;
  top: 24px;
  width: 2px;
}
.pz-industry-layout-timeline .pz-industry-feature-list article {
  box-shadow: none;
  position: relative;
}
.pz-industry-layout-future .pz-industry-special {
  grid-template-columns: minmax(0, 1fr);
}
.pz-industry-layout-future .pz-industry-visual {
  min-height: 360px;
}
.pz-industry-layout-future .pz-industry-feature-list {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.pz-industry-layout-future .pz-industry-feature-list article {
  grid-template-columns: minmax(0,1fr);
}
.pz-industry-family-healthcare .pz-industry-feature-list article > span { background: #dcfce7; color: #047857; }
.pz-industry-family-healthcare .pz-industry-feature-list em,
.pz-industry-family-healthcare .pz-eyebrow { color: #047857; }
.pz-industry-family-food .pz-industry-feature-list article > span { background: #fff1d6; color: #b45309; }
.pz-industry-family-food .pz-industry-feature-list em,
.pz-industry-family-food .pz-eyebrow { color: #b45309; }
.pz-industry-family-retail .pz-industry-feature-list article > span { background: #eef2ff; color: #4f46e5; }
.pz-industry-family-retail .pz-industry-feature-list em,
.pz-industry-family-retail .pz-eyebrow { color: #4f46e5; }
.pz-industry-layout-supply .pz-industry-special {
  grid-template-columns: minmax(0,1fr);
}
.pz-industry-layout-supply .pz-industry-feature-list {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.pz-industry-layout-supply .pz-industry-feature-list article {
  grid-template-columns: minmax(0,1fr);
}
.pz-industry-layout-commerce .pz-industry-feature-list {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.pz-industry-layout-commerce .pz-industry-feature-list article {
  min-height: 220px;
}
.pz-case-hud-stack {
  background: #05070c;
  color: #fff;
  overflow: visible;
}
.pz-case-hud-stack .pz-case-hud {
  margin: 0;
}
.pz-case-hud {
  background: #05070c;
  color: #fff;
  isolation: isolate;
  min-height: min(820px, 100vh);
  overflow: hidden;
  position: relative;
}
.pz-case-hud-stack .pz-case-hud {
  min-height: 100vh;
  position: sticky;
  top: 0;
}
.pz-case-hud::before,
.pz-case-hud::after {
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.pz-case-hud::before {
  background: linear-gradient(90deg, rgba(5,7,12,.96), rgba(5,7,12,.78) 44%, rgba(5,7,12,.12)), linear-gradient(0deg, rgba(5,7,12,.82), transparent 42%, rgba(5,7,12,.45));
}
.pz-case-hud::after {
  background-image: radial-gradient(rgba(255,255,255,.08) 1px, transparent 1px);
  background-size: 22px 22px;
  opacity: .22;
}
.pz-case-hud-bg {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
  z-index: -2;
}
.pz-case-hud-inner {
  align-items: center;
  display: grid;
  min-height: inherit;
  padding: clamp(72px, 9vw, 130px) clamp(20px, 5vw, 72px);
}
.pz-case-hud-card {
  background: rgba(5,7,12,.58);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 36px;
  box-shadow: 0 34px 100px rgba(0,0,0,.6);
  max-width: 820px;
  overflow: hidden;
  padding: clamp(28px, 4vw, 56px);
  position: relative;
}
.pz-case-hud-card::before {
  background: radial-gradient(circle at center, rgba(20,103,207,.32), transparent 68%);
  content: "";
  height: 280px;
  position: absolute;
  right: -96px;
  top: -120px;
  width: 280px;
}
.pz-case-hud-meta,
.pz-case-hud-title,
.pz-case-hud-card > p,
.pz-case-hud-stats,
.pz-case-hud-link,
.pz-case-hud-logo {
  position: relative;
  z-index: 1;
}
.pz-case-hud-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 22px;
}
.pz-case-hud-meta span {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  color: #d9e4f2;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  padding: 7px 13px;
  text-transform: uppercase;
}
.pz-case-hud-meta em {
  color: #9aa7b8;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.pz-case-hud-title {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}
.pz-case-hud-title :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(2.35rem, 5vw, 4.75rem);
  font-weight: 900;
  line-height: 1.02;
  margin: 0;
}
.pz-case-hud-title span {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  box-shadow: 0 0 34px rgba(20,103,207,.18);
  flex: 0 0 auto;
  height: 64px;
  position: relative;
  width: 64px;
}
.pz-case-hud-title span::before {
  background: #1467cf;
  border-radius: 3px;
  content: "";
  inset: 18px 20px;
  position: absolute;
}
.pz-case-hud-card > p {
  color: #ccd6e4;
  font-size: clamp(1rem, 1.5vw, 1.18rem);
  line-height: 1.8;
  margin: 22px 0 0;
  max-width: 690px;
}
.pz-case-hud-stats {
  border-top: 1px solid rgba(255,255,255,.12);
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0,1fr));
  margin: 34px 0;
  padding-top: 30px;
}
.pz-case-hud-stats strong {
  color: #fff;
  display: block;
  font-size: clamp(1.8rem, 3.2vw, 3.25rem);
  font-weight: 900;
  line-height: 1;
}
.pz-case-hud-stats span {
  color: #788495;
  display: block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-top: 10px;
  text-transform: uppercase;
}
.pz-case-hud-link {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #05070c;
  display: inline-flex;
  font-weight: 900;
  gap: 10px;
  padding: 15px 24px;
  text-decoration: none;
}
.pz-case-hud-rail {
  align-items: center;
  bottom: 64px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  position: absolute;
  right: 48px;
  z-index: 2;
}
.pz-case-hud-rail span {
  color: #647084;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
  transform: rotate(90deg);
}
.pz-case-hud-rail i {
  background: rgba(255,255,255,.16);
  display: block;
  height: 128px;
  margin-top: 28px;
  position: relative;
  width: 1px;
}
.pz-case-hud-rail b {
  background: #1467cf;
  display: block;
  height: var(--pz-case-progress, 25%);
  width: 1px;
}
.pz-case-hud-rail strong {
  color: #1467cf;
  font-size: 28px;
  font-weight: 900;
  line-height: 1;
}
.pz-case-hud-rail em {
  color: #647084;
  font-size: 12px;
  font-style: normal;
  font-weight: 800;
}
.pz-case-client-logo {
  align-items: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  display: inline-grid;
  gap: 8px;
  justify-items: start;
  margin-bottom: 22px;
  max-width: min(100%, 260px);
  min-height: 70px;
  padding: 12px 16px;
}
.pz-case-client-logo span {
  color: rgba(226,232,240,.64);
  display: block;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.2;
  text-transform: uppercase;
}
.pz-case-client-logo img {
  display: block;
  max-height: 34px;
  max-width: 180px;
  object-fit: contain;
  width: auto;
}
.pz-case-client-logo strong {
  color: #fff;
  display: block;
  font-size: 1rem;
  line-height: 1.2;
}
.pz-case-pro-logo {
  background: rgba(15,23,42,.06);
  border-color: rgba(15,23,42,.1);
  margin-bottom: 16px;
}
.pz-case-pro-logo span {
  color: #778294;
}
.pz-case-pro-logo strong {
  color: #07111f;
}
.pz-case-innovation {
  background: #f7f8fb;
  color: #05070c;
  padding: clamp(72px, 8vw, 118px) clamp(20px, 5vw, 70px);
}
.pz-case-innovation-inner {
  margin: 0 auto;
  max-width: 1220px;
}
.pz-case-innovation-head {
  margin-bottom: 34px;
  text-align: center;
}
.pz-case-innovation-head :is(h1,h2,h3,h4,h5,h6) {
  color: #070b14;
  font-size: clamp(2.4rem, 5vw, 5.5rem);
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0;
  line-height: .98;
  margin: 0 0 26px;
  text-transform: uppercase;
}
.pz-case-innovation-head :is(h1,h2,h3,h4,h5,h6) span {
  color: #1467cf;
  font-style: normal;
}
.pz-case-innovation-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.pz-case-innovation-tabs button {
  background: #111827;
  border: 1px solid rgba(17,24,39,.12);
  border-radius: 999px;
  color: #cbd5e1;
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  min-height: 44px;
  padding: 12px 20px;
  text-transform: uppercase;
}
.pz-case-innovation-tabs button[aria-selected="true"],
.pz-case-innovation-tabs button.is-active {
  background: #fff;
  color: #05070c;
}
.pz-case-innovation-panels article {
  background: #05070c;
  border-radius: 36px;
  color: #fff;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, .8fr);
  min-height: 560px;
  overflow: hidden;
}
.pz-case-innovation-panels article[hidden] {
  display: none !important;
}
.pz-case-innovation-copy {
  padding: clamp(32px, 5vw, 74px);
}
.pz-case-innovation-logo {
  background: rgba(255,255,255,.07);
  margin-bottom: 24px;
}
.pz-case-logo-mark {
  align-items: center;
  background: #1467cf;
  border-radius: 16px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 54px;
  justify-content: center;
  margin-bottom: 22px;
  width: 54px;
}
.pz-case-innovation-copy > span {
  color: #94a3b8;
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 16px;
  text-transform: uppercase;
}
.pz-case-innovation-copy :is(h1,h2,h3,h4,h5,h6) {
  color: #fff;
  font-size: clamp(2rem, 3.4vw, 3.65rem);
  font-weight: 900;
  line-height: 1.04;
  margin: 0 0 22px;
}
.pz-case-innovation-copy p {
  color: #9ca3af;
  font-size: 1.05rem;
  line-height: 1.8;
  margin: 0 0 34px;
  max-width: 650px;
}
.pz-case-innovation-stats {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.pz-case-innovation-stats strong {
  color: #1467cf;
  display: block;
  font-size: clamp(2.2rem, 4vw, 4rem);
  font-weight: 900;
  line-height: 1;
}
.pz-case-innovation-stats span {
  color: #778294;
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.5;
  margin-top: 10px;
  text-transform: uppercase;
}
.pz-case-phone-stage {
  align-items: center;
  background: linear-gradient(135deg, rgba(20,103,207,.24), transparent 70%);
  display: flex;
  justify-content: center;
  min-height: 520px;
  overflow: hidden;
  padding: 52px;
  position: relative;
}
.pz-case-phone {
  aspect-ratio: 9 / 19;
  background: #111827;
  border: 8px solid #1f2937;
  border-radius: 44px;
  box-shadow: 0 26px 80px rgba(20,103,207,.22);
  max-width: 300px;
  overflow: hidden;
  position: relative;
  width: min(62vw, 300px);
  z-index: 2;
}
.pz-case-phone img {
  height: 100%;
  object-fit: cover;
  opacity: .82;
  width: 100%;
}
.pz-case-phone::after {
  background: linear-gradient(0deg, rgba(20,103,207,.38), transparent 52%);
  content: "";
  inset: 0;
  position: absolute;
}
.pz-case-phone-ghost {
  opacity: .42;
  position: absolute;
  right: 14%;
  top: 31%;
  transform: rotate(-15deg);
  z-index: 1;
}
.pz-case-carousel {
  background: #fff;
  color: #07111f;
  overflow: hidden;
  padding: clamp(76px, 8vw, 112px) 0;
}
.pz-case-carousel-inner {
  margin: 0 auto;
  max-width: min(100% - 48px, 1280px);
}
.pz-case-carousel-head {
  margin: 0 auto 34px;
  max-width: 760px;
  text-align: center;
}
.pz-case-carousel-eyebrow {
  align-items: center;
  background: #eff6ff;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  color: #1467cf;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.2;
  margin: 0 0 18px;
  padding: 8px 15px;
  text-transform: uppercase;
}
.pz-case-carousel-head :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(2.35rem, 4vw, 4.7rem);
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.02;
  margin: 0 0 16px;
}
.pz-case-carousel-head :is(h1,h2,h3,h4,h5,h6) span {
  color: #1467cf;
}
.pz-case-carousel-head :is(p,div,span):not(.pz-case-carousel-eyebrow) {
  color: #647084;
  display: block;
  font-size: 1.05rem;
  line-height: 1.7;
  margin: 0 auto;
  max-width: 620px;
}
.pz-case-carousel-tabs {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 42px;
}
.pz-case-carousel-tabs button {
  background: #fff;
  border: 1px solid rgba(15,23,42,.12);
  border-radius: 999px;
  color: #647084;
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
  min-height: 40px;
  padding: 10px 18px;
  transition: background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
}
.pz-case-carousel-tabs button:hover {
  border-color: #93c5fd;
  color: #07111f;
  transform: translateY(-1px);
}
.pz-case-carousel-tabs button[aria-selected="true"],
.pz-case-carousel-tabs button.is-active {
  background: #07111f;
  border-color: #07111f;
  color: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.16);
}
.pz-case-carousel-tabs .pz-case-carousel-arrow {
  align-items: center;
  display: inline-flex;
  font-size: 25px;
  height: 40px;
  justify-content: center;
  padding: 0;
  width: 40px;
}
.pz-case-carousel-panels {
  min-height: 520px;
  position: relative;
}
.pz-case-carousel-panel {
  align-items: center;
  display: grid;
  gap: clamp(18px, 3vw, 34px);
  grid-template-columns: minmax(210px, .72fr) minmax(300px, 1fr) minmax(210px, .72fr);
  justify-items: center;
  min-height: 520px;
}
.pz-case-carousel-panel[hidden] {
  display: none !important;
}
.pz-case-carousel-card {
  background: var(--pz-case-card-bg, #f0f8ff);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(15,23,42,.12);
  color: #07111f;
  overflow: hidden;
  width: 100%;
}
.pz-case-carousel-card-prev {
  opacity: .86;
  transform: rotate(-7deg);
  transform-origin: center bottom;
}
.pz-case-carousel-card-next {
  opacity: .86;
  transform: rotate(7deg);
  transform-origin: center bottom;
}
.pz-case-carousel-card.is-featured {
  border-radius: 32px;
  box-shadow: 0 34px 90px rgba(15,23,42,.2);
  max-width: 390px;
  transform: none;
  z-index: 2;
}
.pz-case-carousel-copy {
  padding: 24px;
}
.pz-case-carousel-card.is-featured .pz-case-carousel-copy {
  padding: 28px 28px 18px;
}
.pz-case-carousel-meta {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  min-width: 0;
}
.pz-case-carousel-icon {
  align-items: center;
  background: color-mix(in srgb, var(--pz-case-accent, #1467cf) 12%, #fff);
  border-radius: 16px;
  color: var(--pz-case-accent, #1467cf);
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  min-width: 46px;
  padding: 0 10px;
}
.pz-case-carousel-meta strong {
  color: #07111f;
  display: block;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.15;
}
.pz-case-carousel-card.is-featured .pz-case-carousel-meta strong {
  font-size: 1.1rem;
}
.pz-case-carousel-meta em {
  color: var(--pz-case-accent, #1467cf);
  display: block;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .12em;
  line-height: 1.35;
  margin-top: 4px;
  text-transform: uppercase;
}
.pz-case-carousel-logo {
  background: rgba(255,255,255,.5);
  border-color: rgba(15,23,42,.08);
  margin-bottom: 18px;
  min-height: 58px;
}
.pz-case-carousel-logo span {
  color: #778294;
}
.pz-case-carousel-logo strong {
  color: #07111f;
}
.pz-case-carousel-card :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(1.55rem, 2.4vw, 2.15rem);
  font-weight: 900;
  line-height: 1.08;
  margin: 0 0 14px;
}
.pz-case-carousel-card p {
  color: #52606f;
  font-size: .96rem;
  line-height: 1.7;
  margin: 0 0 18px;
}
.pz-case-carousel-card:not(.is-featured) p {
  display: -webkit-box;
  font-size: .82rem;
  line-height: 1.55;
  margin-bottom: 16px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.pz-case-carousel-mini-metric {
  color: var(--pz-case-accent, #1467cf);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
}
.pz-case-carousel-stats {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0,1fr));
  margin: 18px 0;
}
.pz-case-carousel-stats strong {
  color: var(--pz-case-accent, #1467cf);
  display: block;
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 900;
  line-height: 1;
}
.pz-case-carousel-stats span {
  color: #647084;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 5px;
}
.pz-case-carousel-link {
  align-items: center;
  background: var(--pz-case-accent, #1467cf);
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-weight: 900;
  gap: 8px;
  padding: 12px 18px;
  text-decoration: none;
}
.pz-case-carousel-card figure {
  height: 136px;
  margin: 0;
  overflow: hidden;
}
.pz-case-carousel-card.is-featured figure {
  height: 176px;
}
.pz-case-carousel-card figure > img {
  display: block;
  height: 100%;
  object-fit: cover;
  opacity: .78;
  width: 100%;
}
.pz-case-carousel-card.is-featured figure > img {
  opacity: .95;
}
.pz-case-carousel-dots {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 28px;
}
.pz-case-carousel-dots button {
  background: #cbd5e1;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  height: 8px;
  padding: 0;
  transition: background .2s ease, width .2s ease;
  width: 8px;
}
.pz-case-carousel-dots button[aria-selected="true"],
.pz-case-carousel-dots button.is-active {
  background: #1467cf;
  width: 32px;
}
.pz-variant-whychooseus .pz-why-pro-head,
.pz-variant-whyjoinus .pz-why-pro-head {
  align-items: start;
  grid-template-columns: 1fr;
  max-width: 920px;
}
.pz-variant-whychooseusv2 .pz-why-pro-grid {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.pz-variant-whychooseusv2 .pz-why-pro-image {
  grid-column: span 3;
  min-height: 320px;
}
.pz-variant-testimonials-v2 .pz-testimonial-pro-grid {
  grid-template-columns: minmax(0, 1fr);
}
.pz-variant-testimonials-v2 .pz-testimonial-pro-grid article {
  margin-inline: auto;
  max-width: 900px;
}
.pz-variant-testimonials-v3 .pz-testimonial-pro {
  background: #07111f;
}
.pz-variant-testimonials-v3 .pz-section-head h2,
.pz-variant-testimonials-v3 .pz-section-head p {
  color: #fff;
}
.pz-variant-testimonials-v3 .pz-testimonial-pro-grid article {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.12);
}
.pz-variant-testimonials-v3 .pz-testimonial-pro-grid article > p,
.pz-variant-testimonials-v3 .pz-testimonial-pro-grid strong {
  color: #fff;
}
.pz-variant-cta-v1 .pz-cta-pro::before {
  background: linear-gradient(90deg, rgba(255,255,255,.96), rgba(255,255,255,.86)), var(--pz-cta-bg) center/cover;
}
.pz-variant-cta-v1 .pz-cta-pro h2,
.pz-variant-cta-v1 .pz-cta-pro p:not(.pz-eyebrow) {
  color: #07111f;
}
.pz-variant-cta-v1 .pz-cta-trust span {
  background: #fff;
  border-color: rgba(20,103,207,.12);
  color: #193454;
}
.pz-variant-cta-v2 .pz-cta-pro-inner {
  text-align: center;
}
.pz-variant-cta-v2 .pz-cta-pro h2,
.pz-variant-cta-v2 .pz-cta-pro p {
  margin-left: auto;
  margin-right: auto;
}
.pz-variant-newslettercta .pz-cta-pro::before {
  background: linear-gradient(135deg, #07111f, #12345a);
}
.pz-variant-contactbanner .pz-cta-pro {
  min-height: 430px;
}
.pz-variant-faq-compact .pz-faq-pro-list details {
  box-shadow: none;
}
.pz-variant-faq-cards .pz-faq-pro-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 1180px;
}
.pz-variant-faq-cards .pz-faq-pro-list details {
  min-height: 180px;
}
.pz-variant-aboutcardsection .pz-card-grid,
.pz-variant-cardgrid .pz-card-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.pz-variant-aboutimagesection .pz-card-grid article:first-child,
.pz-variant-feature-showreel .pz-card-grid article:first-child {
  grid-column: span 2;
}
.pz-variant-bloghero .pz-card-grid {
  grid-template-columns: minmax(0, 1fr);
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:first-child,
.pz-variant-guidesfeaturedgrid .pz-card-grid article:first-child,
.pz-variant-guidefeaturedgrid .pz-card-grid article:first-child {
  grid-column: span 2;
}
.pz-variant-blogstoriessection .pz-card-grid,
.pz-variant-blogallstories .pz-card-grid,
.pz-variant-blogtopicgrid .pz-card-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.pz-variant-contactform .pz-contact-layout,
.pz-variant-contactlocations .pz-contact-layout,
.pz-variant-contactmap .pz-contact-layout {
  grid-template-columns: minmax(0, 1fr);
}
.pz-variant-processv2 .pz-process-timeline,
.pz-variant-processv3 .pz-process-timeline {
  grid-template-columns: repeat(3, minmax(0,1fr));
}
.pz-variant-stepprocess .pz-process-timeline {
  grid-template-columns: minmax(0, 1fr);
}
.pz-variant-stepprocess .pz-process-timeline article {
  display: grid;
  gap: 18px;
  grid-template-columns: 72px 1fr;
}
.pz-cards-suite {
  --pz-title-size: clamp(2.05rem, 3.2vw, 3.7rem);
  padding-block: clamp(58px, 6.4vw, 92px);
}
.pz-cards-suite .pz-section-head {
  margin-bottom: clamp(28px, 4vw, 48px);
  max-width: 900px;
}
.pz-cards-suite .pz-card-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}
.pz-cards-suite.pz-suite-slider {
  overflow: visible;
}
.pz-cards-suite.pz-suite-slider .pz-card-grid {
  grid-auto-flow: row;
  grid-auto-columns: initial;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}
.pz-cards-suite .pz-card-grid article {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 0;
  padding: clamp(20px, 2.2vw, 30px);
}
.pz-cards-suite .pz-card-grid article > img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  display: block;
  margin: 0 0 4px;
  object-fit: cover;
  width: 100%;
}
.pz-cards-suite .pz-card-grid h3,
.pz-cards-suite .pz-card-grid p,
.pz-cards-suite .pz-card-grid strong,
.pz-cards-suite .pz-card-grid a {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.pz-cards-suite .pz-card-grid h3 {
  font-size: clamp(1.05rem, 1.18vw, 1.28rem);
  margin: 0;
}
.pz-cards-suite .pz-card-grid p {
  line-height: 1.62;
  margin: 0;
}
.pz-cards-suite .pz-card-grid strong {
  color: #1467cf;
  display: block;
  font-size: .86rem;
  letter-spacing: .08em;
  margin-top: auto;
  text-transform: uppercase;
}
.pz-cards-suite .pz-card-grid a {
  color: #1467cf;
  font-size: .9rem;
  font-weight: 800;
  text-decoration: none;
}
.pz-cards-suite .pz-tech-list {
  margin-top: 4px;
}
.pz-cards-suite .pz-tech-list span {
  background: #f6f9ff;
  border-color: #d9e8ff;
  color: #17406d;
}
.pz-cards-suite .pz-card-icon {
  flex: 0 0 auto;
}
.pz-variant-card-v1 .pz-card-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pz-variant-card-v1 .pz-card-grid article {
  background: linear-gradient(180deg, #fff 0%, #f8fbff 100%);
  border-color: rgba(20,103,207,.1);
  box-shadow: 0 18px 42px rgba(20,103,207,.08);
  min-height: 300px;
}
.pz-variant-card-v1 .pz-card-grid article > img {
  display: none;
}
.pz-variant-card-v1 .pz-card-icon {
  border-radius: 8px;
  height: 54px;
  width: 54px;
}
.pz-variant-card-v2 {
  background: linear-gradient(135deg, #061427 0%, #0f3767 100%);
}
.pz-variant-card-v2 .pz-section-head h2,
.pz-variant-card-v2 .pz-section-head p,
.pz-variant-card-v2 .pz-eyebrow {
  color: #fff;
}
.pz-variant-card-v2 .pz-section-head p {
  color: rgba(255,255,255,.72);
}
.pz-variant-card-v2 .pz-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pz-variant-card-v2 .pz-card-grid article {
  background: rgba(255,255,255,.07);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
  color: #fff;
  min-height: 240px;
}
.pz-variant-card-v2 .pz-card-grid article:first-child {
  background: linear-gradient(135deg, rgba(20,103,207,.34), rgba(255,255,255,.08));
}
.pz-variant-card-v2 .pz-card-grid article > img {
  aspect-ratio: 16 / 7;
}
.pz-variant-card-v2 .pz-card-grid h3,
.pz-variant-card-v2 .pz-card-grid p,
.pz-variant-card-v2 .pz-card-grid strong,
.pz-variant-card-v2 .pz-card-grid a {
  color: #fff;
}
.pz-variant-card-v2 .pz-card-grid p {
  color: rgba(255,255,255,.72);
}
.pz-variant-card-v2 .pz-card-icon,
.pz-variant-card-v2 .pz-tech-list span {
  background: rgba(138,182,255,.14);
  border-color: rgba(138,182,255,.22);
  color: #cfe2ff;
}
.pz-variant-card-v3 .pz-card-grid {
  counter-reset: pz-card-step;
  grid-template-columns: minmax(0, 1fr);
  margin-inline: auto;
  max-width: 1040px;
}
.pz-variant-card-v3.pz-suite-bento .pz-card-grid article,
.pz-variant-card-v3 .pz-card-grid article {
  align-items: start;
  counter-increment: pz-card-step;
  display: grid;
  grid-column: auto !important;
  grid-template-columns: 84px minmax(0, 1fr) minmax(190px, .34fr);
  grid-row: auto !important;
  min-height: 0;
}
.pz-variant-card-v3 .pz-card-grid article::before {
  align-items: center;
  background: #1467cf;
  border-radius: 8px;
  color: #fff;
  content: counter(pz-card-step, decimal-leading-zero);
  display: inline-flex;
  font-size: .95rem;
  font-weight: 900;
  height: 58px;
  justify-content: center;
  width: 58px;
}
.pz-variant-card-v3 .pz-card-grid article > img {
  aspect-ratio: 4 / 3;
  grid-column: 3;
  grid-row: 1 / span 5;
  margin: 0;
}
.pz-variant-card-v3 .pz-card-grid article > :not(img):not(.pz-card-icon) {
  grid-column: 2;
}
.pz-variant-card-v3 .pz-card-grid .pz-card-icon {
  display: none;
}

.pz-cards-pro {
  background: #f6f9ff;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
  padding: clamp(64px, 8vw, 112px) 0;
  width: 100vw;
}
.pz-cards-pro,
.pz-cards-pro * {
  box-sizing: border-box;
}
.pz-cards-pro-inner {
  margin: 0 auto;
  max-width: min(100% - 48px, 1240px);
}
.pz-cards-pro-head {
  display: grid;
  gap: 14px;
  margin: 0 auto clamp(32px, 5vw, 58px);
  max-width: 820px;
  text-align: center;
}
.pz-cards-pro-head .pz-eyebrow {
  color: #1467cf;
  margin: 0 auto;
}
.pz-cards-pro-head :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(2rem, 4vw, 4.2rem);
  font-weight: 780;
  line-height: 1.06;
  margin: 0;
}
.pz-cards-pro-head p {
  color: #52606f;
  font-size: clamp(.98rem, 1.15vw, 1.08rem);
  line-height: 1.68;
  margin: 0 auto;
  max-width: 650px;
}
.pz-cards-capability-grid,
.pz-cards-usecase-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pz-cards-capability-card,
.pz-cards-usecase-card,
.pz-cards-expertise-card {
  min-width: 0;
}
.pz-cards-capability-card {
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(20,103,207,.12);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(15,23,42,.06);
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-height: 300px;
  padding: clamp(22px, 2.6vw, 34px);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.pz-cards-capability-card:hover {
  border-color: rgba(20,103,207,.3);
  box-shadow: 0 24px 58px rgba(20,103,207,.12);
  transform: translateY(-3px);
}
.pz-cards-icon {
  align-items: center;
  background: #eaf3ff;
  border: 1px solid rgba(20,103,207,.14);
  border-radius: 8px;
  color: #1467cf;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: .78rem;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  letter-spacing: .04em;
  line-height: 1;
  width: 56px;
}
.pz-cards-capability-card :is(h1,h2,h3,h4,h5,h6),
.pz-cards-usecase-card :is(h1,h2,h3,h4,h5,h6),
.pz-cards-expertise-card :is(h1,h2,h3,h4,h5,h6) {
  color: #07111f;
  font-size: clamp(1.08rem, 1.35vw, 1.38rem);
  font-weight: 760;
  line-height: 1.22;
  margin: 0;
  overflow-wrap: anywhere;
}
.pz-cards-capability-card p,
.pz-cards-usecase-card p,
.pz-cards-expertise-card p {
  color: #52606f;
  font-size: .98rem;
  line-height: 1.65;
  margin: 0;
  overflow-wrap: anywhere;
}
.pz-cards-capability-card strong {
  color: #1467cf;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  margin-top: auto;
  text-transform: uppercase;
}
.pz-cards-cta {
  align-items: center;
  background: linear-gradient(90deg, #0891b2, #2563eb);
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(37,99,235,.22);
  color: #fff !important;
  display: inline-flex;
  font-size: .88rem;
  font-weight: 850;
  gap: 9px;
  justify-content: center;
  margin-top: auto;
  max-width: 100%;
  min-height: 44px;
  padding: 0 18px;
  text-decoration: none !important;
  transition: box-shadow .25s ease, transform .25s ease;
  width: fit-content;
}
.pz-cards-cta:hover {
  box-shadow: 0 22px 54px rgba(37,99,235,.3);
  transform: translateY(-2px);
}
.pz-cards-cta span {
  color: inherit;
  display: block;
  line-height: 1.2;
  overflow-wrap: anywhere;
}
.pz-cards-cta i {
  align-items: center;
  color: inherit;
  display: inline-flex;
  flex: 0 0 auto;
  font-style: normal;
  transition: transform .25s ease;
}
.pz-cards-cta:hover i {
  transform: translateX(3px);
}
.pz-cards-cta svg {
  display: block;
}
.pz-variant-cardexpertisedark {
  background: #05070c;
  color: #fff;
}
.pz-variant-cardexpertisedark .pz-cards-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-variant-cardexpertisedark .pz-cards-pro-head p {
  color: #fff;
}
.pz-variant-cardexpertisedark .pz-cards-pro-head p {
  color: rgba(226,232,240,.72);
}
.pz-cards-expertise-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pz-cards-expertise-card {
  background: #0b1019;
  border: 1px solid rgba(255,255,255,.08);
  min-height: 260px;
  transition: background .2s ease, border-color .2s ease;
}
.pz-cards-expertise-card:hover {
  background: #101827;
  border-color: rgba(83,142,255,.28);
}
.pz-cards-expertise-card > .pz-cards-expertise-body {
  color: inherit;
  display: flex;
  flex-direction: column;
  gap: 18px;
  height: 100%;
  padding: clamp(22px, 2.8vw, 34px);
  text-decoration: none;
}
.pz-cards-expertise-card header,
.pz-cards-usecase-card > div {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}
.pz-cards-expertise-card em,
.pz-cards-usecase-card em {
  color: #8aa1bd;
  font-size: .72rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .14em;
  line-height: 1.3;
  text-transform: uppercase;
}
.pz-cards-expertise-card :is(h1,h2,h3,h4,h5,h6),
.pz-cards-expertise-card p,
.pz-cards-expertise-card strong {
  color: #fff;
}
.pz-cards-expertise-card p {
  color: rgba(226,232,240,.72);
}
.pz-cards-expertise-card strong {
  border-top: 1px solid rgba(255,255,255,.1);
  color: #9dccff;
  display: block;
  font-size: .84rem;
  font-weight: 850;
  margin-top: auto;
  padding-top: 18px;
}
.pz-cards-expertise-card .pz-cards-cta {
  margin-top: auto;
}
.pz-cards-capability-card strong + .pz-cards-cta,
.pz-cards-usecase-card ul + .pz-cards-cta {
  margin-top: 4px;
}
.pz-cards-usecase-card {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 16px 38px rgba(15,23,42,.06);
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 340px;
  padding: clamp(22px, 2.6vw, 34px);
}
.pz-cards-usecase-card > div {
  margin-bottom: 4px;
}
.pz-cards-usecase-card ul {
  border-top: 1px solid #edf2f7;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: auto 0 0;
  padding: 20px 0 0;
}
.pz-cards-usecase-card li {
  align-items: center;
  color: #52606f;
  display: inline-flex;
  font-size: .72rem;
  font-weight: 850;
  gap: 7px;
  letter-spacing: .07em;
  text-transform: uppercase;
}
.pz-cards-usecase-card li::before {
  background: #1467cf;
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}

@media (max-width: 980px) {
  .pz-cards-capability-grid,
  .pz-cards-usecase-grid,
  .pz-cards-expertise-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .pz-cards-pro {
    padding-block: 52px;
  }
  .pz-cards-pro-inner {
    max-width: min(100% - 28px, 1240px);
  }
  .pz-cards-pro-head {
    margin-bottom: 28px;
    text-align: left;
  }
  .pz-cards-pro-head .pz-eyebrow {
    margin-left: 0;
  }
  .pz-cards-capability-grid,
  .pz-cards-usecase-grid,
  .pz-cards-expertise-grid {
    grid-template-columns: 1fr;
  }
  .pz-cards-capability-card,
  .pz-cards-usecase-card,
  .pz-cards-expertise-card {
    min-height: 0;
  }
  .pz-cards-expertise-card > .pz-cards-expertise-body {
    padding: 22px;
  }
}

.pz-careers-suite {
  --pz-title-size: clamp(2.25rem, 4vw, 4.7rem);
  background: linear-gradient(180deg, #f6f9ff 0%, #ffffff 100%);
  margin-inline: calc(50% - 50vw);
  max-width: 100vw;
  overflow: hidden;
  padding: clamp(72px, 8vw, 118px) max(24px, calc((100vw - 1240px) / 2));
  width: 100vw;
}
.pz-careers-suite .pz-section-head {
  margin: 0 0 clamp(34px, 5vw, 64px);
  max-width: 960px;
  text-align: left;
}
.pz-careers-suite .pz-section-head h2 {
  color: #07111f;
  max-width: 860px;
}
.pz-careers-suite .pz-section-head p {
  color: #52606f;
  max-width: 740px;
}
.pz-careers-suite .pz-variant-pill {
  background: #eaf3ff;
  border-color: #bdd8ff;
  color: #1467cf;
}
.pz-careers-suite .pz-card-grid {
  display: grid;
  gap: clamp(16px, 2vw, 24px);
}
.pz-careers-suite .pz-card-grid article {
  border-radius: 8px;
  box-shadow: 0 20px 50px rgba(20,103,207,.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: clamp(22px, 2.4vw, 34px);
  position: relative;
}
.pz-careers-suite .pz-card-grid h3,
.pz-careers-suite .pz-card-grid p,
.pz-careers-suite .pz-card-grid strong,
.pz-careers-suite .pz-card-grid a {
  max-width: 100%;
  overflow-wrap: anywhere;
}
.pz-careers-suite .pz-card-grid h3 {
  font-size: clamp(1.18rem, 1.55vw, 1.58rem);
  letter-spacing: 0;
  line-height: 1.12;
  margin-bottom: 12px;
}
.pz-careers-suite .pz-card-grid p {
  color: #52606f;
  font-size: 15px;
  line-height: 1.68;
  margin: 0 0 18px;
}
.pz-careers-suite .pz-card-grid strong {
  align-items: center;
  background: #eef6ff;
  border: 1px solid #d7e8ff;
  border-radius: 999px;
  color: #1467cf;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  margin-top: auto;
  padding: 8px 12px;
  text-transform: uppercase;
  width: fit-content;
}
.pz-careers-suite .pz-card-grid a {
  align-items: center;
  background: #1467cf;
  border-radius: 999px;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  justify-content: center;
  margin-top: 18px;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  width: fit-content;
}
.pz-careers-suite .pz-card-icon {
  align-items: center;
  background: #eaf3ff;
  border: 1px solid #d4e6ff;
  border-radius: 8px;
  color: #1467cf;
  display: inline-flex;
  font-size: 12px;
  font-weight: 950;
  height: 46px;
  justify-content: center;
  margin-bottom: 20px;
  width: 54px;
}
.pz-careers-suite .pz-tech-list {
  margin: 4px 0 20px;
}
.pz-careers-suite .pz-tech-list span {
  background: #fff;
  border-color: #dbeafe;
  color: #17406d;
}
.pz-variant-openpositions .pz-card-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pz-variant-openpositions .pz-card-grid article {
  background: #fff;
  border: 1px solid rgba(20,103,207,.12);
  min-height: 300px;
  padding-left: clamp(26px, 2.8vw, 42px);
}
.pz-variant-openpositions .pz-card-grid article::before {
  background: linear-gradient(180deg, #1467cf, #62a2ff);
  border-radius: 8px 0 0 8px;
  bottom: 16px;
  content: "";
  left: 0;
  position: absolute;
  top: 16px;
  width: 4px;
}
.pz-variant-openpositions .pz-card-grid article:hover {
  border-color: rgba(20,103,207,.28);
  box-shadow: 0 28px 70px rgba(20,103,207,.14);
}
.pz-variant-openpositions .pz-card-grid article > img {
  display: none;
}
.pz-variant-whyjoinus {
  background: radial-gradient(circle at 78% 18%, rgba(55,125,255,.28), transparent 26%), linear-gradient(135deg, #061427 0%, #103969 100%);
}
.pz-variant-whyjoinus .pz-section-head h2,
.pz-variant-whyjoinus .pz-section-head p,
.pz-variant-whyjoinus .pz-eyebrow {
  color: #fff;
}
.pz-variant-whyjoinus .pz-section-head p {
  color: rgba(255,255,255,.74);
}
.pz-variant-whyjoinus .pz-variant-pill {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.18);
  color: #d7e8ff;
}
.pz-variant-whyjoinus .pz-card-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.pz-variant-whyjoinus .pz-card-grid article {
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: none;
  color: #fff;
  grid-column: span 4;
  min-height: 360px;
}
.pz-variant-whyjoinus .pz-card-grid article:first-child {
  background: linear-gradient(135deg, rgba(20,103,207,.36), rgba(255,255,255,.08));
  grid-column: span 6;
}
.pz-variant-whyjoinus .pz-card-grid article:nth-child(2) {
  grid-column: span 6;
}
.pz-variant-whyjoinus .pz-card-grid h3,
.pz-variant-whyjoinus .pz-card-grid p,
.pz-variant-whyjoinus .pz-card-grid strong,
.pz-variant-whyjoinus .pz-card-grid a {
  color: #fff;
}
.pz-variant-whyjoinus .pz-card-grid p {
  color: rgba(255,255,255,.72);
}
.pz-variant-whyjoinus .pz-card-grid article > img {
  aspect-ratio: 16 / 9;
  border-radius: 8px;
  display: block;
  margin: 0 0 22px;
  object-fit: cover;
  width: 100%;
}
.pz-variant-whyjoinus .pz-card-icon,
.pz-variant-whyjoinus .pz-tech-list span,
.pz-variant-whyjoinus .pz-card-grid strong {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.18);
  color: #d7e8ff;
}
.pz-variant-whyjoinus .pz-card-grid a {
  background: #fff;
  color: #0b2344;
}
@media (max-width: 980px) {
  .pz-contact-suite .pz-contact-layout,
  .pz-variant-contactlocations .pz-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pz-contact-suite .pz-contact-card {
    min-height: 420px;
  }
  .pz-contact-suite .pz-contact-card,
  .pz-contact-suite .pz-contact-grid {
    grid-column: 1 / -1;
  }
}
@media (max-width: 640px) {
  .pz-contact-suite {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pz-contact-suite .pz-contact-layout,
  .pz-contact-suite .pz-contact-grid,
  .pz-variant-contactlocations .pz-contact-grid {
    grid-template-columns: 1fr;
  }
  .pz-contact-suite .pz-contact-card {
    min-height: auto;
  }
  .pz-variant-contactform .pz-contact-card::before {
    display: none;
  }
}

.pz-variant-card-v4 .pz-card-grid,
.pz-variant-bentocapabilities .pz-card-grid,
.pz-variant-featureshowreel .pz-card-grid {
  grid-template-columns: repeat(12, minmax(0,1fr));
}
.pz-variant-card-v4 .pz-card-grid article {
  grid-column: span 4;
}
.pz-variant-card-v4 .pz-card-grid article:first-child {
  background: linear-gradient(135deg, #f4f8ff, #fff);
  grid-column: span 6;
  grid-row: span 2;
}
.pz-variant-card-v4 .pz-card-grid article:nth-child(2),
.pz-variant-card-v4 .pz-card-grid article:nth-child(3) {
  grid-column: span 3;
}
.pz-variant-card-v4 .pz-card-grid article:nth-child(n+4) {
  grid-column: span 4;
}
.pz-variant-cardgrid .pz-card-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
}
.pz-variant-cardgrid .pz-card-grid article {
  box-shadow: none;
  min-height: 235px;
}
.pz-variant-cardgrid .pz-card-grid article > img {
  display: none;
}
.pz-variant-bentocapabilities {
  background: #f6f9ff;
}
.pz-variant-bentocapabilities .pz-card-grid article {
  background: #fff;
  grid-column: span 4;
  min-height: 260px;
}
.pz-variant-bentocapabilities .pz-card-grid article:first-child {
  background: linear-gradient(135deg, #0b2344 0%, #1467cf 100%);
  grid-column: span 6;
  grid-row: span 2;
}
.pz-variant-bentocapabilities .pz-card-grid article:nth-child(2),
.pz-variant-bentocapabilities .pz-card-grid article:nth-child(3) {
  grid-column: span 3;
}
.pz-variant-bentocapabilities .pz-card-grid article:first-child h3,
.pz-variant-bentocapabilities .pz-card-grid article:first-child p,
.pz-variant-bentocapabilities .pz-card-grid article:first-child strong,
.pz-variant-bentocapabilities .pz-card-grid article:first-child a {
  color: #fff;
}
.pz-variant-bentocapabilities .pz-card-grid article:first-child p {
  color: rgba(255,255,255,.76);
}
.pz-variant-featureshowreel .pz-card-grid article {
  grid-column: span 4;
  padding: 0;
}
.pz-variant-featureshowreel .pz-card-grid article > img {
  aspect-ratio: 16 / 11;
  border-radius: 0;
  margin: 0;
}
.pz-variant-featureshowreel .pz-card-grid article > :not(img) {
  margin-left: 24px;
  margin-right: 24px;
}
.pz-variant-featureshowreel .pz-card-grid article > :last-child {
  margin-bottom: 24px;
}
.pz-variant-featureshowreel .pz-card-grid article:first-child {
  grid-column: span 8;
}
.pz-variant-featureshowreel .pz-card-grid article:first-child > img {
  aspect-ratio: 16 / 7;
}
@media (max-width: 980px) {
  .pz-variant-card-v1 .pz-card-grid,
  .pz-variant-card-v2 .pz-card-grid,
  .pz-variant-cardgrid .pz-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pz-variant-card-v2 .pz-card-grid article:first-child {
    grid-row: auto;
  }
  .pz-variant-card-v3 .pz-card-grid article {
    grid-template-columns: 64px minmax(0, 1fr);
  }
  .pz-variant-card-v3 .pz-card-grid article > img {
    grid-column: 1 / -1;
    grid-row: auto;
    order: -1;
  }
  .pz-variant-card-v3 .pz-card-grid article > :not(img):not(.pz-card-icon) {
    grid-column: 2;
  }
  .pz-variant-card-v4 .pz-card-grid article,
  .pz-variant-card-v4 .pz-card-grid article:first-child,
  .pz-variant-card-v4 .pz-card-grid article:nth-child(2),
  .pz-variant-card-v4 .pz-card-grid article:nth-child(3),
  .pz-variant-card-v4 .pz-card-grid article:nth-child(n+4),
  .pz-variant-bentocapabilities .pz-card-grid article,
  .pz-variant-bentocapabilities .pz-card-grid article:first-child,
  .pz-variant-bentocapabilities .pz-card-grid article:nth-child(2),
  .pz-variant-bentocapabilities .pz-card-grid article:nth-child(3),
  .pz-variant-featureshowreel .pz-card-grid article,
  .pz-variant-featureshowreel .pz-card-grid article:first-child {
    grid-column: span 6;
    grid-row: auto;
  }
  .pz-variant-openpositions .pz-card-grid {
    grid-template-columns: 1fr;
  }
  .pz-variant-whyjoinus .pz-card-grid article,
  .pz-variant-whyjoinus .pz-card-grid article:first-child,
  .pz-variant-whyjoinus .pz-card-grid article:nth-child(2) {
    grid-column: span 6;
    grid-row: auto;
  }
}
@media (max-width: 640px) {
  .pz-cards-suite .pz-card-grid,
  .pz-variant-card-v1 .pz-card-grid,
  .pz-variant-card-v2 .pz-card-grid,
  .pz-variant-card-v3 .pz-card-grid,
  .pz-variant-card-v4 .pz-card-grid,
  .pz-variant-cardgrid .pz-card-grid,
  .pz-variant-bentocapabilities .pz-card-grid,
  .pz-variant-featureshowreel .pz-card-grid {
    grid-template-columns: 1fr;
  }
  .pz-variant-card-v3 .pz-card-grid article {
    gap: 12px;
    grid-template-columns: 52px minmax(0, 1fr);
  }
  .pz-variant-card-v3 .pz-card-grid article::before {
    height: 46px;
    width: 46px;
  }
  .pz-variant-card-v4 .pz-card-grid article,
  .pz-variant-card-v4 .pz-card-grid article:first-child,
  .pz-variant-card-v4 .pz-card-grid article:nth-child(2),
  .pz-variant-card-v4 .pz-card-grid article:nth-child(3),
  .pz-variant-card-v4 .pz-card-grid article:nth-child(n+4),
  .pz-variant-bentocapabilities .pz-card-grid article,
  .pz-variant-bentocapabilities .pz-card-grid article:first-child,
  .pz-variant-bentocapabilities .pz-card-grid article:nth-child(2),
  .pz-variant-bentocapabilities .pz-card-grid article:nth-child(3),
  .pz-variant-featureshowreel .pz-card-grid article,
  .pz-variant-featureshowreel .pz-card-grid article:first-child {
    grid-column: auto !important;
  }
  .pz-careers-suite {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pz-variant-whyjoinus .pz-card-grid {
    grid-template-columns: 1fr;
  }
  .pz-variant-whyjoinus .pz-card-grid article,
  .pz-variant-whyjoinus .pz-card-grid article:first-child,
  .pz-variant-whyjoinus .pz-card-grid article:nth-child(2) {
    grid-column: auto;
  }
}
.pz-variant-relatedinsightsv2 .pz-card-grid,
.pz-variant-successstoriesv2 .pz-card-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.pz-variant-relatedinsightsv3 .pz-card-grid,
.pz-variant-successstoriesv3 .pz-card-grid {
  grid-auto-flow: column;
  grid-auto-columns: minmax(280px, 380px);
  overflow-x: auto;
  padding-bottom: 12px;
}
.pz-variant-tech-stack-v2 .pz-card-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
}
.pz-variant-tech-stack-v3 .pz-card-grid,
.pz-variant-techstackv4 .pz-card-grid {
  grid-template-columns: repeat(4, minmax(0,1fr));
}

/* Blog and guide suites: editorial layouts instead of generic cards. */
.pz-blog-suite,
.pz-guides-suite {
  --pz-blue: #1467cf;
  --pz-blue-dark: #071f46;
  --pz-ink: #07111f;
  --pz-muted: #536376;
  background:
    linear-gradient(180deg, #f7faff 0%, #ffffff 58%, #f5f8fd 100%);
  color: var(--pz-ink);
  overflow: hidden;
  padding: clamp(64px, 7vw, 108px) clamp(16px, 3vw, 28px);
}
.pz-blog-suite .pz-section-head,
.pz-guides-suite .pz-section-head {
  margin: 0 auto clamp(30px, 4vw, 50px);
  max-width: 1040px;
  text-align: left;
}
.pz-blog-suite .pz-section-head h2,
.pz-guides-suite .pz-section-head h2 {
  color: var(--pz-ink);
  font-size: clamp(2.15rem, 4.6vw, 4.9rem);
  line-height: 1.02;
  margin-bottom: 18px;
  max-width: 920px;
}
.pz-blog-suite .pz-section-head p:not(.pz-eyebrow),
.pz-guides-suite .pz-section-head p:not(.pz-eyebrow) {
  color: var(--pz-muted);
  font-size: clamp(1rem, 1.25vw, 1.18rem);
  line-height: 1.72;
  max-width: 760px;
}
.pz-blog-suite .pz-eyebrow,
.pz-guides-suite .pz-eyebrow {
  color: var(--pz-blue);
}
.pz-blog-suite .pz-variant-pill,
.pz-guides-suite .pz-variant-pill {
  display: none;
}
.pz-blog-suite .pz-card-grid,
.pz-guides-suite .pz-card-grid,
.pz-blog-suite.pz-suite-slider .pz-card-grid {
  align-items: stretch;
  display: grid;
  gap: clamp(16px, 2vw, 24px);
  grid-auto-columns: initial;
  grid-auto-flow: row;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1240px;
  overflow: visible;
  padding-bottom: 0;
  scroll-snap-type: none;
}
.pz-blog-suite .pz-card-grid article,
.pz-guides-suite .pz-card-grid article {
  background: #fff;
  border: 1px solid rgba(20,103,207,.12);
  border-radius: 8px;
  box-shadow: 0 18px 54px rgba(15,23,42,.08);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.pz-blog-suite .pz-card-grid article > img,
.pz-guides-suite .pz-card-grid article > img {
  aspect-ratio: 16 / 9;
  border-radius: 0;
  display: block;
  height: auto;
  margin: 0;
  object-fit: cover;
  width: 100%;
}
.pz-blog-suite .pz-card-grid :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon),
.pz-guides-suite .pz-card-grid :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: clamp(18px, 2vw, 26px);
  margin-right: clamp(18px, 2vw, 26px);
}
.pz-blog-suite .pz-card-grid .pz-card-icon,
.pz-guides-suite .pz-card-grid .pz-card-icon {
  align-items: center;
  background: #eaf3ff;
  border-radius: 999px;
  color: var(--pz-blue);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  letter-spacing: .08em;
  margin-top: 22px;
  width: 48px;
}
.pz-blog-suite .pz-card-grid h3,
.pz-guides-suite .pz-card-grid h3 {
  color: var(--pz-ink);
  font-size: clamp(1.18rem, 1.6vw, 1.55rem);
  line-height: 1.15;
  margin-top: 16px;
  overflow-wrap: anywhere;
}
.pz-blog-suite .pz-card-grid p,
.pz-guides-suite .pz-card-grid p {
  color: var(--pz-muted);
  font-size: 15px;
  line-height: 1.65;
  margin-top: 0;
  overflow-wrap: anywhere;
}
.pz-blog-suite .pz-tech-list,
.pz-guides-suite .pz-tech-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 10px;
}
.pz-blog-suite .pz-tech-list span,
.pz-guides-suite .pz-tech-list span {
  background: #f3f7fd;
  border: 1px solid rgba(20,103,207,.12);
  border-radius: 999px;
  color: #193454;
  font-size: 12px;
  font-weight: 800;
  padding: 7px 10px;
}
.pz-blog-suite .pz-card-grid strong,
.pz-guides-suite .pz-card-grid strong {
  color: var(--pz-blue);
  display: block;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  margin-top: 16px;
}
.pz-blog-suite .pz-card-grid a,
.pz-guides-suite .pz-card-grid a {
  align-items: center;
  border-top: 1px solid rgba(20,103,207,.1);
  color: var(--pz-blue);
  display: flex;
  font-weight: 900;
  gap: 8px;
  justify-content: space-between;
  margin-top: 18px;
  padding: 16px 0 20px;
  text-decoration: none;
}
.pz-blog-suite .pz-card-grid a::after,
.pz-guides-suite .pz-card-grid a::after {
  content: "->";
}
.pz-variant-bloghero .pz-card-grid article:first-child {
  background:
    linear-gradient(180deg, rgba(7,17,31,.1), rgba(7,17,31,.88)),
    #07111f;
  grid-column: span 7;
  grid-row: span 2;
  min-height: 560px;
}
.pz-variant-bloghero .pz-card-grid article:first-child > img {
  height: 100%;
  inset: 0;
  opacity: .58;
  position: absolute;
}
.pz-variant-bloghero .pz-card-grid article:first-child > :not(img) {
  position: relative;
  z-index: 1;
}
.pz-variant-bloghero .pz-card-grid article:first-child .pz-card-icon {
  background: rgba(255,255,255,.16);
  color: #b9d7ff;
  margin-top: auto;
}
.pz-variant-bloghero .pz-card-grid article:first-child :is(h3,p,strong,a) {
  color: #fff;
}
.pz-variant-bloghero .pz-card-grid article:first-child p {
  color: rgba(255,255,255,.78);
  max-width: 620px;
}
.pz-variant-bloghero .pz-card-grid article:first-child .pz-tech-list span {
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.18);
  color: #fff;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+2) {
  display: grid;
  gap: 0 18px;
  grid-column: span 5;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 168px;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+2) > img {
  aspect-ratio: auto;
  grid-row: 1 / span 7;
  height: 100%;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+2) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: 0;
  margin-right: 20px;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+2) .pz-card-icon {
  margin-top: 18px;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+2) .pz-tech-list {
  display: none;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+4) {
  display: flex;
  grid-column: span 4;
  min-height: 0;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+4) > img {
  aspect-ratio: 16 / 9;
  height: auto;
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+4) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: clamp(18px, 2vw, 26px);
  margin-right: clamp(18px, 2vw, 26px);
}
.pz-variant-bloghero .pz-card-grid article:nth-child(n+4) .pz-tech-list {
  display: flex;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:first-child {
  background: #07111f;
  grid-column: span 6;
  grid-row: span 2;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:first-child :is(h3,p,strong,a) {
  color: #fff;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:first-child p {
  color: rgba(255,255,255,.74);
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:first-child .pz-tech-list span {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.16);
  color: #fff;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:first-child .pz-tech-list {
  margin-top: 28px;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(n+2) {
  grid-column: span 3;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6) {
  display: grid;
  gap: 0 22px;
  grid-column: span 12;
  grid-template-columns: 250px minmax(0, 1fr);
  min-height: 210px;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6) > img {
  aspect-ratio: auto;
  grid-row: 1 / span 7;
  height: 100%;
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: 0;
  margin-right: clamp(18px, 2vw, 28px);
}
.pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6) .pz-card-icon {
  margin-top: 22px;
}
.pz-variant-blogstoriessection .pz-card-grid article {
  grid-column: span 4;
}
.pz-variant-blogstoriessection .pz-card-grid article:nth-child(1),
.pz-variant-blogstoriessection .pz-card-grid article:nth-child(4) {
  grid-column: span 6;
}
.pz-variant-blogstoriessection .pz-card-grid article:nth-child(n+5) {
  grid-column: span 6;
}
.pz-variant-blogallstories .pz-card-grid {
  gap: 14px;
}
.pz-variant-blogallstories .pz-card-grid article {
  display: grid;
  gap: 0 18px;
  grid-column: span 6;
  grid-template-columns: 160px minmax(0, 1fr);
  min-height: 180px;
}
.pz-variant-blogallstories .pz-card-grid article > img {
  aspect-ratio: auto;
  grid-row: 1 / span 7;
  height: 100%;
}
.pz-variant-blogallstories .pz-card-grid article :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: 0;
  margin-right: 20px;
}
.pz-variant-blogallstories .pz-card-grid article .pz-card-icon {
  margin-top: 18px;
}
.pz-variant-blogallstories .pz-card-grid .pz-tech-list {
  display: none;
}
.pz-variant-blogcategorysection .pz-card-grid,
.pz-variant-blogtopicgrid .pz-card-grid {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.pz-variant-blogcategorysection .pz-card-grid article {
  background: linear-gradient(180deg, #ffffff 0%, #f1f6ff 100%);
  grid-column: span 4;
  padding: clamp(24px, 2.4vw, 34px);
}
.pz-variant-blogcategorysection .pz-card-grid article > img {
  display: none;
}
.pz-variant-blogcategorysection .pz-card-grid :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon),
.pz-variant-blogtopicgrid .pz-card-grid :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: 0;
  margin-right: 0;
}
.pz-variant-blogcategorysection .pz-card-grid .pz-card-icon {
  height: 46px;
  margin-top: 0;
  width: 54px;
}
.pz-variant-blogtopicgrid .pz-card-grid article {
  border-left: 4px solid var(--pz-blue);
  box-shadow: none;
  grid-column: span 3;
  padding: 24px;
}
.pz-variant-blogtopicgrid .pz-card-grid article > img,
.pz-variant-blogtopicgrid .pz-card-grid p,
.pz-variant-blogtopicgrid .pz-card-grid a {
  display: none;
}
.pz-variant-blogtopicgrid .pz-card-grid .pz-card-icon {
  margin-top: 0;
}
.pz-blog-suite.pz-variant-newslettercta {
  background:
    radial-gradient(circle at 84% 16%, rgba(83,142,255,.32), transparent 32%),
    linear-gradient(135deg, #061224 0%, #0b2d62 58%, #1467cf 100%);
}
.pz-blog-suite.pz-variant-newslettercta .pz-section-head {
  text-align: center;
}
.pz-blog-suite.pz-variant-newslettercta .pz-section-head h2,
.pz-blog-suite.pz-variant-newslettercta .pz-section-head p {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}
.pz-blog-suite.pz-variant-newslettercta .pz-section-head p {
  color: rgba(255,255,255,.76);
}
.pz-blog-suite.pz-variant-newslettercta .pz-eyebrow {
  color: #9dccff;
}
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  max-width: 1080px;
}
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid article {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  box-shadow: none;
  grid-column: span 2;
  padding: 22px;
}
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid article > img,
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid p,
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid a,
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid .pz-tech-list {
  display: none;
}
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid :is(h3,strong,.pz-card-icon) {
  margin-left: 0;
  margin-right: 0;
}
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid h3,
.pz-blog-suite.pz-variant-newslettercta .pz-card-grid strong {
  color: #fff;
}
.pz-blog-suite.pz-variant-newslettercta .pz-card-icon {
  background: rgba(255,255,255,.14);
  color: #b9d7ff;
  margin-top: 0;
}
.pz-guides-suite {
  background:
    linear-gradient(90deg, rgba(20,103,207,.06) 1px, transparent 1px),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
  background-size: 72px 72px, auto;
}
.pz-guides-suite .pz-card-grid article {
  grid-column: span 4;
}
.pz-guides-suite .pz-card-grid article:first-child {
  background: #07111f;
  grid-column: span 8;
  min-height: 470px;
}
.pz-guides-suite .pz-card-grid article:first-child > img {
  height: 100%;
  inset: 0;
  opacity: .38;
  position: absolute;
}
.pz-guides-suite .pz-card-grid article:first-child > :not(img) {
  position: relative;
  z-index: 1;
}
.pz-guides-suite .pz-card-grid article:first-child :is(h3,p,strong,a) {
  color: #fff;
}
.pz-guides-suite .pz-card-grid article:first-child p {
  color: rgba(255,255,255,.76);
  max-width: 680px;
}
.pz-guides-suite .pz-card-grid article:first-child .pz-card-icon {
  background: #1467cf;
  color: #fff;
  margin-top: auto;
}
.pz-guides-suite .pz-card-grid article:first-child .pz-tech-list span {
  background: rgba(255,255,255,.1);
  border-color: rgba(255,255,255,.16);
  color: #fff;
}
.pz-guides-suite .pz-card-grid article:nth-child(2) {
  grid-column: span 4;
}
.pz-guides-suite .pz-card-grid article:nth-child(n+3) {
  display: grid;
  gap: 0 18px;
  grid-column: span 6;
  grid-template-columns: 150px minmax(0, 1fr);
  min-height: 190px;
}
.pz-guides-suite .pz-card-grid article:nth-child(n+3) > img {
  aspect-ratio: auto;
  grid-row: 1 / span 7;
  height: 100%;
}
.pz-guides-suite .pz-card-grid article:nth-child(n+3) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
  margin-left: 0;
  margin-right: 20px;
}
.pz-guides-suite .pz-card-grid article:nth-child(n+3) .pz-card-icon {
  margin-top: 18px;
}
@media (max-width: 980px) {
  .pz-blog-suite .pz-card-grid,
  .pz-guides-suite .pz-card-grid,
  .pz-blog-suite.pz-suite-slider .pz-card-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .pz-variant-bloghero .pz-card-grid article:first-child,
  .pz-variant-blogfeaturedgrid .pz-card-grid article:first-child,
  .pz-guides-suite .pz-card-grid article:first-child {
    grid-column: span 6;
    grid-row: auto;
    min-height: 430px;
  }
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+2),
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+4),
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(n+2),
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6),
  .pz-variant-blogstoriessection .pz-card-grid article,
  .pz-variant-blogstoriessection .pz-card-grid article:nth-child(1),
  .pz-variant-blogstoriessection .pz-card-grid article:nth-child(4),
  .pz-variant-blogstoriessection .pz-card-grid article:nth-child(n+5),
  .pz-variant-blogallstories .pz-card-grid article,
  .pz-variant-blogcategorysection .pz-card-grid article,
  .pz-variant-blogtopicgrid .pz-card-grid article,
  .pz-blog-suite.pz-variant-newslettercta .pz-card-grid article,
  .pz-guides-suite .pz-card-grid article,
  .pz-guides-suite .pz-card-grid article:nth-child(2),
  .pz-guides-suite .pz-card-grid article:nth-child(n+3) {
    grid-column: span 3;
  }
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+2),
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+4),
  .pz-variant-blogallstories .pz-card-grid article,
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6),
  .pz-guides-suite .pz-card-grid article:nth-child(n+3) {
    display: flex;
    min-height: 0;
  }
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+2) > img,
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+4) > img,
  .pz-variant-blogallstories .pz-card-grid article > img,
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6) > img,
  .pz-guides-suite .pz-card-grid article:nth-child(n+3) > img {
    aspect-ratio: 16 / 9;
    height: auto;
  }
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+2) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon),
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+4) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon),
  .pz-variant-blogallstories .pz-card-grid article :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon),
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon),
  .pz-guides-suite .pz-card-grid article:nth-child(n+3) :is(h3,p,strong,a,.pz-tech-list,.pz-card-icon) {
    margin-left: clamp(18px, 2vw, 26px);
    margin-right: clamp(18px, 2vw, 26px);
  }
}
@media (max-width: 640px) {
  .pz-blog-suite,
  .pz-guides-suite {
    padding-left: 14px;
    padding-right: 14px;
  }
  .pz-blog-suite .pz-section-head,
  .pz-guides-suite .pz-section-head {
    text-align: left;
  }
  .pz-blog-suite .pz-card-grid,
  .pz-guides-suite .pz-card-grid,
  .pz-blog-suite.pz-suite-slider .pz-card-grid,
  .pz-blog-suite.pz-variant-newslettercta .pz-card-grid {
    grid-template-columns: 1fr;
  }
  .pz-blog-suite .pz-card-grid article,
  .pz-variant-bloghero .pz-card-grid article:first-child,
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+2),
  .pz-variant-bloghero .pz-card-grid article:nth-child(n+4),
  .pz-variant-blogfeaturedgrid .pz-card-grid article:first-child,
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(n+2),
  .pz-variant-blogfeaturedgrid .pz-card-grid article:nth-child(6),
  .pz-variant-blogstoriessection .pz-card-grid article,
  .pz-variant-blogstoriessection .pz-card-grid article:nth-child(1),
  .pz-variant-blogstoriessection .pz-card-grid article:nth-child(4),
  .pz-variant-blogstoriessection .pz-card-grid article:nth-child(n+5),
  .pz-variant-blogallstories .pz-card-grid article,
  .pz-variant-blogcategorysection .pz-card-grid article,
  .pz-variant-blogtopicgrid .pz-card-grid article,
  .pz-blog-suite.pz-variant-newslettercta .pz-card-grid article,
  .pz-guides-suite .pz-card-grid article,
  .pz-guides-suite .pz-card-grid article:first-child,
  .pz-guides-suite .pz-card-grid article:nth-child(2),
  .pz-guides-suite .pz-card-grid article:nth-child(n+3) {
    grid-column: auto;
    min-height: 0;
  }
  .pz-variant-bloghero .pz-card-grid article:first-child,
  .pz-guides-suite .pz-card-grid article:first-child {
    min-height: 420px;
  }
  .pz-blog-suite .pz-card-grid h3,
  .pz-guides-suite .pz-card-grid h3 {
    font-size: 1.2rem;
  }
}
.pz-variant-sectionheader {
  text-align: center;
}

.pz-core-tabs-pro {
  background: #fff;
  color: #0a1323;
  overflow: hidden;
  padding: clamp(72px, 8vw, 120px) 24px;
}
.pz-core-tabs-pro [hidden] {
  display: none !important;
}
.pz-core-tabs-inner {
  margin: 0 auto;
  max-width: 1240px;
}
.pz-core-tabs-pro h2,
.pz-core-tabs-pro h3,
.pz-core-tabs-pro p {
  letter-spacing: 0;
}
.pz-core-center-head {
  margin: 0 auto 48px;
  max-width: 820px;
  text-align: center;
}
.pz-core-center-head h2,
.pz-core-ai-left h2,
.pz-core-legacy-head h2 {
  color: #08111f;
  font-size: clamp(34px, 4.4vw, 58px);
  line-height: 1.02;
  margin: 0;
}
.pz-core-center-head h2 span,
.pz-core-ai-left h2 span {
  color: #f05a1a;
}
.pz-core-center-head p,
.pz-core-legacy-head p {
  color: #5d6a7c;
  font-size: 18px;
  line-height: 1.75;
  margin: 18px auto 0;
}
.pz-core-ai-layout {
  align-items: stretch;
  display: grid;
  gap: 42px;
  grid-template-columns: minmax(280px, 380px) minmax(0, 1fr);
}
.pz-core-ai-left {
  display: flex;
  flex-direction: column;
  gap: 34px;
}
.pz-core-vertical-nav,
.pz-core-service-nav,
.pz-core-stack-nav-card nav,
.pz-core-legacy-list nav {
  display: grid;
  gap: 10px;
}
.pz-core-vertical-nav button,
.pz-core-service-nav button,
.pz-core-stack-nav-card button,
.pz-core-legacy-list button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(13, 31, 56, .1);
  color: #142033;
  cursor: pointer;
  display: flex;
  font: inherit;
  font-weight: 700;
  gap: 12px;
  justify-content: space-between;
  min-height: 58px;
  padding: 16px 18px;
  text-align: left;
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease, background .25s ease, color .25s ease;
}
.pz-core-vertical-nav button {
  border-radius: 0;
}
.pz-core-vertical-nav button.is-active,
.pz-core-vertical-nav button[aria-selected="true"],
.pz-core-service-nav button.is-active,
.pz-core-service-nav button[aria-selected="true"],
.pz-core-stack-nav-card button.is-active,
.pz-core-stack-nav-card button[aria-selected="true"] {
  background: #0d47a1;
  border-color: #0d47a1;
  box-shadow: 0 18px 42px rgba(13, 71, 161, .2);
  color: #fff;
  transform: translateX(6px);
}
.pz-core-tab-panels {
  min-width: 0;
}
.pz-core-ai-panel {
  background: #f7f9fc;
  border: 1px solid rgba(13, 31, 56, .08);
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(8, 17, 31, .08);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 42%);
  min-height: 520px;
  overflow: hidden;
  padding: 34px;
}
.pz-core-ai-panel figure,
.pz-core-service-panel figure,
.pz-core-legacy-right figure {
  margin: 0;
  overflow: hidden;
}
.pz-core-ai-panel img,
.pz-core-service-panel img,
.pz-core-legacy-right img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pz-core-ai-panel figure {
  border-radius: 24px;
  min-height: 360px;
}
.pz-core-panel-copy {
  align-self: center;
}
.pz-core-panel-copy h3,
.pz-core-service-panel h3,
.pz-core-stack-panel h3,
.pz-core-legacy-panel h3 {
  color: #08111f;
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.12;
  margin: 0 0 22px;
}
.pz-core-panel-copy ul,
.pz-core-legacy-panel ul {
  display: grid;
  gap: 14px;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.pz-core-panel-copy li,
.pz-core-legacy-panel li {
  color: #35465c;
  font-weight: 650;
  line-height: 1.55;
  padding-left: 28px;
  position: relative;
}
.pz-core-panel-copy li::before,
.pz-core-legacy-panel li::before {
  background: #f05a1a;
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: .55em;
  width: 8px;
}
.pz-core-orange-cta,
.pz-core-blue-cta,
.pz-core-dark-cta {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  padding: 14px 22px;
  text-decoration: none;
}
.pz-core-orange-cta { background: #ff6900; color: #fff; }
.pz-core-blue-cta { background: #0d47a1; color: #fff; }
.pz-core-dark-cta { background: #08111f; color: #fff; }
.pz-core-service-layout {
  display: grid;
  gap: 28px;
  grid-template-columns: 300px minmax(0, 1fr);
}
.pz-core-service-nav button {
  border-radius: 16px;
  justify-content: flex-start;
}
.pz-core-service-nav button span,
.pz-core-stack-nav-card button span,
.pz-core-stack-panel header > span,
.pz-core-service-panel figure span {
  align-items: center;
  background: #edf4ff;
  border-radius: 14px;
  color: #0d47a1;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}
.pz-core-service-nav button.is-active span,
.pz-core-service-nav button[aria-selected="true"] span,
.pz-core-stack-nav-card button.is-active span,
.pz-core-stack-nav-card button[aria-selected="true"] span {
  background: rgba(255,255,255,.18);
  color: #fff;
}
.pz-core-service-panel {
  background: #f5f7fb;
  border: 1px solid rgba(8, 17, 31, .08);
  border-radius: 28px;
  display: grid;
  grid-template-columns: minmax(260px, 38%) minmax(0, 1fr);
  overflow: hidden;
}
.pz-core-service-panel figure {
  min-height: 460px;
  position: relative;
}
.pz-core-service-panel figure span {
  background: #fff;
  bottom: 24px;
  box-shadow: 0 16px 36px rgba(8,17,31,.2);
  height: 64px;
  left: 24px;
  position: absolute;
  width: 64px;
}
.pz-core-service-panel > div {
  padding: clamp(28px, 4vw, 52px);
}
.pz-core-service-panel p,
.pz-core-stack-panel p {
  color: #5a6678;
  font-size: 17px;
  line-height: 1.7;
}
.pz-core-service-panel strong {
  color: #0d47a1;
  display: block;
  font-size: 13px;
  letter-spacing: .08em;
  margin: 28px 0 14px;
}
.pz-core-tech-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}
.pz-core-tech-badges span {
  background: #fff;
  border: 1px solid rgba(13, 31, 56, .09);
  border-radius: 999px;
  color: #27364b;
  font-size: 14px;
  font-weight: 750;
  padding: 9px 13px;
}
.pz-core-stack-platforms {
  background: #fffaf6;
}
.pz-core-stack-layout {
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(280px, 360px) minmax(0, 1fr);
}
.pz-core-stack-nav-card {
  background: #fff0df;
  border: 1px solid rgba(240, 90, 26, .15);
  border-radius: 24px;
  padding: 22px;
}
.pz-core-stack-nav-card h3,
.pz-core-legacy-list h3 {
  font-size: 24px;
  margin: 0 0 18px;
}
.pz-core-stack-nav-card button {
  border-radius: 16px;
  justify-content: flex-start;
}
.pz-core-stack-nav-card button em {
  font-style: normal;
  margin-left: auto;
}
.pz-core-stack-panel {
  background: #fff;
  border: 1px solid rgba(8,17,31,.08);
  border-radius: 26px;
  box-shadow: 0 22px 60px rgba(8,17,31,.08);
  padding: clamp(26px, 4vw, 42px);
}
.pz-core-stack-panel header {
  align-items: center;
  display: flex;
  gap: 18px;
  margin-bottom: 26px;
}
.pz-core-stack-panel header > span {
  background: #08111f;
  color: #fff;
  height: 58px;
  width: 58px;
}
.pz-core-stack-panel h3 {
  margin-bottom: 6px;
}
.pz-core-stack-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 28px;
}
.pz-core-stack-grid span {
  align-items: center;
  background: #f8fafc;
  border: 1px solid rgba(8,17,31,.08);
  border-radius: 16px;
  color: #18283d;
  display: flex;
  font-weight: 750;
  gap: 10px;
  min-height: 74px;
  padding: 12px;
}
.pz-core-stack-grid em {
  align-items: center;
  background: #fff;
  border-radius: 10px;
  color: #f05a1a;
  display: inline-flex;
  flex: 0 0 auto;
  font-style: normal;
  font-weight: 900;
  height: 34px;
  justify-content: center;
  width: 34px;
}
.pz-core-legacy-modernization {
  background: #05070d;
  color: #fff;
}
.pz-core-legacy-head {
  align-items: end;
  display: grid;
  gap: 48px;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  margin-bottom: 60px;
}
.pz-core-legacy-head h2,
.pz-core-legacy-head p {
  color: #fff;
}
.pz-core-legacy-head p {
  color: rgba(255,255,255,.72);
  margin: 0;
}
.pz-core-legacy-layout {
  display: grid;
  gap: 34px;
  grid-template-columns: minmax(300px, 42%) minmax(0, 1fr);
}
.pz-core-legacy-list {
  background: #fff;
  border-radius: 28px;
  color: #08111f;
  padding: 26px;
}
.pz-core-legacy-list button {
  border-color: transparent;
  border-radius: 0;
  border-top: 1px solid rgba(8,17,31,.12);
  min-height: 74px;
  position: relative;
}
.pz-core-legacy-list button i {
  background: rgba(8,17,31,.12);
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: -1px;
}
.pz-core-legacy-list button.is-active i,
.pz-core-legacy-list button[aria-selected="true"] i {
  background: #f05a1a;
}
.pz-core-legacy-list button.is-active,
.pz-core-legacy-list button[aria-selected="true"] {
  background: #08111f;
  color: #fff;
  transform: none;
}
.pz-core-legacy-list button span {
  color: inherit;
  flex: 0 0 auto;
  opacity: .7;
}
.pz-core-legacy-right {
  display: grid;
  gap: 18px;
}
.pz-core-legacy-right figure {
  border-radius: 28px;
  height: 250px;
}
.pz-core-legacy-panel {
  display: grid;
  gap: 0;
  grid-template-columns: minmax(0, 46%) minmax(0, 1fr);
}
.pz-core-legacy-panel > div,
.pz-core-legacy-panel ul {
  margin: 0;
  padding: clamp(26px, 4vw, 42px);
}
.pz-core-legacy-panel > div {
  background: #0d47a1;
  border-radius: 26px 0 0 26px;
}
.pz-core-legacy-panel > div span {
  align-items: center;
  background: rgba(255,255,255,.14);
  border-radius: 999px;
  display: inline-flex;
  font-weight: 900;
  height: 56px;
  justify-content: center;
  margin-bottom: 24px;
  width: 56px;
}
.pz-core-legacy-panel h3,
.pz-core-legacy-panel p {
  color: #fff;
}
.pz-core-legacy-panel p {
  line-height: 1.65;
  margin: 0;
}
.pz-core-legacy-panel ul {
  background: #fff;
  border-radius: 0 26px 26px 0;
}

@media (max-width: 980px) {
  .pz-core-ai-layout,
  .pz-core-ai-panel,
  .pz-core-service-layout,
  .pz-core-service-panel,
  .pz-core-stack-layout,
  .pz-core-legacy-head,
  .pz-core-legacy-layout,
  .pz-core-legacy-panel {
    grid-template-columns: 1fr;
  }
  .pz-core-vertical-nav,
  .pz-core-service-nav,
  .pz-core-stack-nav-card nav {
    grid-auto-flow: column;
    grid-auto-columns: minmax(210px, 1fr);
    overflow-x: auto;
    padding-bottom: 10px;
  }
  .pz-core-vertical-nav button.is-active,
  .pz-core-vertical-nav button[aria-selected="true"],
  .pz-core-service-nav button.is-active,
  .pz-core-service-nav button[aria-selected="true"],
  .pz-core-stack-nav-card button.is-active,
  .pz-core-stack-nav-card button[aria-selected="true"] {
    transform: none;
  }
  .pz-core-service-panel figure {
    min-height: 340px;
  }
  .pz-core-stack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pz-core-legacy-panel > div,
  .pz-core-legacy-panel ul {
    border-radius: 24px;
  }
  .pz-hero-contact-inner,
  .pz-variant-whychooseusv2 .pz-why-pro-grid,
  .pz-variant-faq-cards .pz-faq-pro-list,
  .pz-variant-aboutcardsection .pz-card-grid,
  .pz-variant-blogstoriessection .pz-card-grid,
  .pz-variant-blogallstories .pz-card-grid,
  .pz-variant-blogtopicgrid .pz-card-grid,
  .pz-variant-processv2 .pz-process-timeline,
  .pz-variant-processv3 .pz-process-timeline,
  .pz-variant-tech-stack-v3 .pz-card-grid,
  .pz-variant-techstackv4 .pz-card-grid {
    grid-template-columns: 1fr;
  }
  .pz-industry-special,
  .pz-industry-layout-ledger .pz-industry-feature-list,
  .pz-industry-layout-future .pz-industry-feature-list,
  .pz-industry-layout-supply .pz-industry-feature-list,
  .pz-industry-layout-commerce .pz-industry-feature-list {
    grid-template-columns: 1fr;
  }
  .pz-industry-visual {
    min-height: 420px;
  }
  .pz-industry-metrics {
    grid-template-columns: 1fr;
  }
  .pz-hero-contact-reverse .pz-hero-contact-copy {
    order: 1;
  }
  .pz-hero-contact-reverse .pz-hero-contact-form {
    order: 2;
  }
  .pz-variant-whychooseusv2 .pz-why-pro-image,
  .pz-variant-aboutimagesection .pz-card-grid article:first-child,
  .pz-variant-blogfeaturedgrid .pz-card-grid article:first-child,
  .pz-variant-guidefeaturedgrid .pz-card-grid article:first-child,
  .pz-variant-bentocapabilities .pz-card-grid article:first-child,
  .pz-variant-featureshowreel .pz-card-grid article:first-child {
    grid-column: auto;
  }
  .pz-case-hud-rail {
    display: none;
  }
  .pz-case-hud-stack .pz-case-hud {
    min-height: auto;
    position: relative;
    top: auto;
  }
  .pz-case-hud-title {
    align-items: flex-start;
    flex-direction: column;
  }
  .pz-case-hud-stats,
  .pz-case-innovation-stats,
  .pz-case-innovation-panels article {
    grid-template-columns: 1fr;
  }
  .pz-case-carousel-panel {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .pz-case-carousel-card-prev,
  .pz-case-carousel-card-next {
    display: none;
  }
  .pz-case-carousel-card.is-featured {
    max-width: 520px;
  }
  .pz-cta-strategy-inner {
    grid-template-columns: 1fr;
  }
  .pz-cta-strategy-copy {
    min-height: auto;
  }
  .pz-cta-strategy-visual {
    min-height: 240px;
  }
  .pz-case-innovation-panels article {
    min-height: auto;
  }
  .pz-case-phone-stage {
    min-height: 420px;
    order: -1;
  }
  .pz-case-phone-ghost {
    right: 4%;
  }
}

@media (max-width: 640px) {
  .pz-core-tabs-pro {
    padding: 56px 16px;
  }
  .pz-core-ai-panel,
  .pz-core-service-panel > div,
  .pz-core-stack-panel,
  .pz-core-legacy-list {
    padding: 22px;
  }
  .pz-core-stack-grid {
    grid-template-columns: 1fr;
  }
  .pz-core-ai-panel figure,
  .pz-core-service-panel figure,
  .pz-core-legacy-right figure {
    min-height: 260px;
  }
  .pz-core-legacy-list button {
    min-height: 64px;
  }
}

/* Core Tech Suite refinement: neutral enterprise styling and balanced tab layouts. */
.pz-core-tech-suite,
.pz-core-tabs-pro {
  --pz-core-ink: #111827;
  --pz-core-muted: #5f6b7a;
  --pz-core-line: rgba(17, 24, 39, .1);
  --pz-core-soft: #f5f7fb;
  --pz-core-panel: #ffffff;
  --pz-core-accent: #1467cf;
  --pz-core-accent-2: #538eff;
  color: var(--pz-core-ink);
}
.pz-core-tech-suite,
.pz-core-tech-suite *,
.pz-core-tabs-pro,
.pz-core-tabs-pro * {
  box-sizing: border-box;
}
.pz-core-tech-suite.pz-section,
.pz-core-tabs-pro {
  background: #f8fafc;
  max-width: 100%;
  overflow-x: clip;
  padding: clamp(56px, 6vw, 88px) 20px;
}
.pz-core-tech-suite.alignfull,
.pz-core-tabs-pro.alignfull {
  left: auto !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  right: auto !important;
  width: 100% !important;
}
.pz-core-tabs-inner,
.pz-core-tech-suite > .pz-section-head,
.pz-core-tech-suite > .pz-tabs-shell,
.pz-core-tech-suite > .pz-card-grid {
  margin-left: auto;
  margin-right: auto;
  max-width: 1180px;
  min-width: 0;
  width: 100%;
}
.pz-core-overview-head,
.pz-core-overview-grid,
.pz-core-ai-layout,
.pz-core-ai-panel,
.pz-core-service-layout,
.pz-core-service-panel,
.pz-core-stack-layout,
.pz-core-stack-panel,
.pz-core-legacy-layout,
.pz-core-legacy-panel {
  max-width: 100%;
  min-width: 0;
}
.pz-core-tech-suite > .pz-section-head {
  display: grid;
  gap: 18px 42px;
  grid-template-columns: minmax(220px, 340px) minmax(0, 1fr);
  margin-bottom: 30px;
}
.pz-core-tech-suite > .pz-section-head .pz-eyebrow,
.pz-core-tech-suite > .pz-section-head p,
.pz-core-tech-suite > .pz-section-head .pz-variant-pill {
  grid-column: 1;
}
.pz-core-tech-suite > .pz-section-head :is(h1,h2,h3,h4,h5,h6) {
  color: var(--pz-core-ink);
  font-size: clamp(2rem, 3.5vw, 3.8rem);
  line-height: 1.02;
  max-width: 650px;
}
.pz-core-tech-suite > .pz-section-head p {
  color: var(--pz-core-muted);
  font-size: 1rem;
  line-height: 1.65;
  max-width: 330px;
}
.pz-core-tech-suite .pz-eyebrow,
.pz-core-tech-suite .pz-variant-pill {
  color: var(--pz-core-accent);
}
.pz-core-tech-suite .pz-variant-pill {
  background: rgba(20, 103, 207, .08);
  border-color: rgba(20, 103, 207, .2);
}
.pz-core-tech-suite .pz-tabs-shell {
  background: var(--pz-core-panel);
  border: 1px solid var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
  gap: 0;
  grid-template-columns: 300px minmax(0, 1fr);
  overflow: hidden;
  padding: 0;
}
.pz-core-tech-suite .pz-tabs-nav {
  background: #f1f5f9;
  border-right: 1px solid var(--pz-core-line);
  border-radius: 0;
  box-shadow: none;
  gap: 0;
  padding: 14px;
}
.pz-core-tech-suite .pz-tabs-nav button {
  border-radius: 14px;
  color: #334155;
  font-size: 14px;
  min-height: 58px;
  padding: 14px;
}
.pz-core-tech-suite .pz-tabs-nav button[aria-selected="true"],
.pz-core-tech-suite .pz-tabs-nav button.is-active {
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .08);
  color: var(--pz-core-ink);
}
.pz-core-tech-suite .pz-tabs-panels {
  min-width: 0;
  padding: 22px;
}
.pz-core-tech-suite .pz-tab-panel {
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, .95fr) minmax(280px, .9fr);
  min-height: 390px;
  overflow: visible;
  padding: 0;
}
.pz-core-tech-suite .pz-tab-panel[hidden] {
  display: none !important;
}
.pz-core-tech-suite .pz-tab-panel h3 {
  font-size: clamp(1.6rem, 2.2vw, 2.35rem);
  line-height: 1.08;
}
.pz-core-tech-suite .pz-tab-panel p {
  color: var(--pz-core-muted);
  font-size: 1rem;
  line-height: 1.65;
}
.pz-core-tech-suite .pz-tab-panel figure {
  border-radius: 18px;
  min-height: 320px;
}
.pz-core-tech-suite .pz-tab-panel figure img {
  filter: saturate(.95);
}
.pz-core-tech-suite .pz-tab-cta,
.pz-core-tech-suite .pz-core-orange-cta,
.pz-core-tech-suite .pz-core-blue-cta,
.pz-core-tech-suite .pz-core-dark-cta {
  background: var(--pz-core-ink);
  color: #fff;
  min-height: 46px;
}
.pz-core-tech-suite .pz-tech-list span,
.pz-core-tech-badges span {
  background: #f8fafc;
  border-color: var(--pz-core-line);
  color: #263241;
}
.pz-core-tabs-pro .pz-core-center-head {
  margin-bottom: 34px;
  max-width: 760px;
}
.pz-core-tabs-pro .pz-core-center-head h2,
.pz-core-tabs-pro .pz-core-ai-left h2,
.pz-core-tabs-pro .pz-core-legacy-head h2 {
  color: var(--pz-core-ink);
  font-size: clamp(2rem, 3.4vw, 3.65rem);
  line-height: 1.04;
}
.pz-core-tabs-pro .pz-core-center-head h2 span,
.pz-core-tabs-pro .pz-core-ai-left h2 span {
  color: var(--pz-core-accent);
}
.pz-core-tabs-pro .pz-core-center-head p,
.pz-core-tabs-pro .pz-core-legacy-head p {
  color: var(--pz-core-muted);
  font-size: 1rem;
  line-height: 1.65;
}
.pz-core-ai-layout,
.pz-core-service-layout,
.pz-core-stack-layout,
.pz-core-legacy-layout {
  align-items: start;
  gap: 28px;
}
.pz-core-ai-layout {
  grid-template-columns: minmax(260px, 320px) minmax(0, 1fr);
}
.pz-core-ai-left {
  background: #fff;
  border: 1px solid var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
  gap: 22px;
  padding: 24px;
}
.pz-core-ai-left h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.75rem) !important;
  overflow-wrap: normal;
}
.pz-core-vertical-nav button,
.pz-core-service-nav button,
.pz-core-stack-nav-card button,
.pz-core-legacy-list button {
  border-color: var(--pz-core-line);
  box-shadow: none;
  color: #263241;
  font-size: 14px;
  min-height: 52px;
}
.pz-core-vertical-nav button.is-active,
.pz-core-vertical-nav button[aria-selected="true"],
.pz-core-service-nav button.is-active,
.pz-core-service-nav button[aria-selected="true"],
.pz-core-stack-nav-card button.is-active,
.pz-core-stack-nav-card button[aria-selected="true"] {
  background: var(--pz-core-ink);
  border-color: var(--pz-core-ink);
  box-shadow: none;
  color: #fff;
  transform: none;
}
.pz-core-ai-panel {
  align-items: center;
  background: #fff;
  border-color: var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) 320px;
  min-height: 0;
  padding: 28px;
}
.pz-core-ai-panel figure {
  border-radius: 18px;
  min-height: 360px;
}
.pz-core-panel-copy h3,
.pz-core-service-panel h3,
.pz-core-stack-panel h3,
.pz-core-legacy-panel h3 {
  font-size: clamp(1.65rem, 2.25vw, 2.35rem);
  line-height: 1.08;
}
.pz-core-panel-copy li,
.pz-core-legacy-panel li {
  color: #334155;
  font-size: 15px;
  font-weight: 650;
}
.pz-core-panel-copy li::before,
.pz-core-legacy-panel li::before {
  background: var(--pz-core-accent);
}
.pz-core-service-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}
.pz-core-service-nav {
  background: #fff;
  border: 1px solid var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
  padding: 14px;
}
.pz-core-service-nav button {
  border-radius: 16px;
}
.pz-core-service-nav button span,
.pz-core-stack-nav-card button span,
.pz-core-stack-panel header > span,
.pz-core-service-panel figure span {
  background: rgba(20, 103, 207, .1);
  color: var(--pz-core-accent);
}
.pz-core-service-panel {
  background: #fff;
  border-color: var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
  grid-template-columns: 320px minmax(0, 1fr);
}
.pz-core-service-panel figure {
  min-height: 430px;
}
.pz-core-service-panel > div {
  padding: clamp(26px, 3vw, 38px);
}
.pz-core-service-panel strong {
  color: var(--pz-core-accent);
}
.pz-core-stack-platforms {
  background: #f7f8f5;
}
.pz-core-stack-layout {
  grid-template-columns: 300px minmax(0, 1fr);
}
.pz-core-stack-nav-card {
  background: #fff;
  border-color: var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, .05);
}
.pz-core-stack-panel {
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(15, 23, 42, .06);
}
.pz-core-stack-panel header > span {
  background: var(--pz-core-ink);
  color: #fff;
}
.pz-core-stack-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pz-core-stack-grid span {
  border-color: var(--pz-core-line);
  min-height: 66px;
}
.pz-core-stack-grid em {
  color: var(--pz-core-accent);
}
.pz-core-legacy-modernization {
  background: #101418;
}
.pz-core-legacy-head {
  align-items: start;
  gap: 28px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 460px);
  margin-bottom: 34px;
}
.pz-core-legacy-head h2 {
  color: #fff !important;
}
.pz-core-legacy-modernization .pz-core-legacy-head p {
  color: rgba(255, 255, 255, .72) !important;
}
.pz-core-legacy-layout {
  grid-template-columns: 330px minmax(0, 1fr);
}
.pz-core-legacy-list {
  border-radius: 22px;
}
.pz-core-legacy-list button.is-active,
.pz-core-legacy-list button[aria-selected="true"] {
  background: var(--pz-core-accent);
}
.pz-core-legacy-list button.is-active i,
.pz-core-legacy-list button[aria-selected="true"] i {
  background: rgba(255, 255, 255, .8);
}
.pz-core-legacy-right figure {
  height: 220px;
}
.pz-core-legacy-panel {
  grid-template-columns: minmax(0, .92fr) minmax(0, 1fr);
}
.pz-core-legacy-panel > div {
  background: #1f2937;
}
.pz-core-legacy-panel > div,
.pz-core-legacy-panel ul {
  padding: clamp(24px, 3vw, 34px);
}
.pz-core-overview {
  background: #f8fafc;
}
.pz-core-overview-head {
  align-items: end;
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 430px);
  margin-bottom: 28px;
}
.pz-core-overview-head span {
  color: var(--pz-core-accent);
  display: block;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.pz-core-overview-head h2 {
  color: var(--pz-core-ink);
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  line-height: 1.03;
  margin: 0;
  max-width: 700px;
  overflow-wrap: anywhere;
}
.pz-core-overview-head p {
  color: var(--pz-core-muted);
  font-size: 1rem;
  line-height: 1.65;
  margin: 0;
}
.pz-core-overview-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pz-core-overview-grid article {
  background: #fff;
  border: 1px solid var(--pz-core-line);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .05);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  min-width: 0;
  overflow: hidden;
}
.pz-core-overview-grid article.is-featured {
  grid-column: span 2;
}
.pz-core-overview-grid figure {
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
}
.pz-core-overview-grid img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.pz-core-overview-grid article > div {
  min-width: 0;
  padding: 22px;
}
.pz-core-overview-grid article > div > span {
  align-items: center;
  background: rgba(20, 103, 207, .1);
  border-radius: 12px;
  color: var(--pz-core-accent);
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  height: 38px;
  justify-content: center;
  margin-bottom: 16px;
  width: 38px;
}
.pz-core-overview-grid h3 {
  color: var(--pz-core-ink);
  font-size: clamp(1.2rem, 1.7vw, 1.55rem);
  line-height: 1.12;
  margin: 0 0 10px;
  overflow-wrap: anywhere;
}
.pz-core-overview-grid p {
  color: var(--pz-core-muted);
  font-size: 14px;
  line-height: 1.65;
  margin: 0 0 18px;
  overflow-wrap: anywhere;
}
.pz-core-overview-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pz-core-overview-chips em {
  background: #f8fafc;
  border: 1px solid var(--pz-core-line);
  border-radius: 999px;
  color: #334155;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  padding: 7px 10px;
}
.pz-core-overview-compact .pz-core-overview-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.pz-core-overview-compact .pz-core-overview-grid article {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
}
.pz-core-overview-compact .pz-core-overview-grid figure {
  aspect-ratio: auto;
  min-height: 100%;
}

@media (max-width: 1100px) {
  .pz-core-stack-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .pz-core-overview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .pz-core-tech-suite > .pz-section-head,
  .pz-core-overview-head,
  .pz-core-tech-suite .pz-tabs-shell,
  .pz-core-tech-suite .pz-tab-panel,
  .pz-core-ai-layout,
  .pz-core-ai-panel,
  .pz-core-service-layout,
  .pz-core-service-panel,
  .pz-core-stack-layout,
  .pz-core-legacy-head,
  .pz-core-legacy-layout,
  .pz-core-legacy-panel {
    grid-template-columns: 1fr;
  }
  .pz-core-tech-suite > .pz-section-head .pz-eyebrow,
  .pz-core-tech-suite > .pz-section-head p,
  .pz-core-tech-suite > .pz-section-head .pz-variant-pill {
    grid-column: auto;
  }
  .pz-core-tech-suite .pz-tabs-nav,
  .pz-core-vertical-nav,
  .pz-core-service-nav,
  .pz-core-stack-nav-card nav {
    border-right: 0;
    grid-auto-flow: column;
    grid-auto-columns: minmax(168px, 1fr);
    max-width: 100%;
    overflow-x: auto;
  }
  .pz-core-tech-suite .pz-tab-panel figure,
  .pz-core-ai-panel figure,
  .pz-core-service-panel figure {
    min-height: 300px;
  }
  .pz-core-stack-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pz-core-overview-grid article.is-featured,
  .pz-core-overview-compact .pz-core-overview-grid article {
    grid-column: auto;
    grid-template-columns: 1fr;
  }
  .pz-core-legacy-panel > div,
  .pz-core-legacy-panel ul {
    border-radius: 20px;
  }
}

@media (max-width: 560px) {
  .pz-core-tech-suite.pz-section,
  .pz-core-tabs-pro {
    padding: 44px 14px;
  }
  .pz-core-tabs-pro .pz-core-center-head h2,
  .pz-core-tabs-pro .pz-core-ai-left h2,
  .pz-core-tabs-pro .pz-core-legacy-head h2,
  .pz-core-tech-suite > .pz-section-head :is(h1,h2,h3,h4,h5,h6) {
    font-size: clamp(1.8rem, 9vw, 2.45rem) !important;
  }
  .pz-core-overview-head h2 {
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }
  .pz-core-panel-copy h3,
  .pz-core-service-panel h3,
  .pz-core-stack-panel h3,
  .pz-core-legacy-panel h3 {
    font-size: clamp(1.35rem, 7vw, 1.8rem);
    overflow-wrap: anywhere;
  }
  .pz-core-tech-suite .pz-tabs-panels,
  .pz-core-ai-panel,
  .pz-core-service-panel > div,
  .pz-core-stack-panel,
  .pz-core-legacy-list {
    padding: 18px;
  }
  .pz-core-stack-grid {
    grid-template-columns: 1fr;
  }
  .pz-core-overview-grid,
  .pz-core-overview-compact .pz-core-overview-grid {
    grid-template-columns: 1fr;
  }
  .pz-core-tech-suite .pz-tabs-nav,
  .pz-core-vertical-nav,
  .pz-core-service-nav,
  .pz-core-stack-nav-card nav {
    grid-auto-columns: minmax(145px, 1fr);
  }
}

/* Final mobile hardening for all Pyzen suites. Kept last so variant overrides cannot reintroduce horizontal overflow. */
@media (max-width: 720px) {
  html,
  body,
  .wp-site-blocks {
    max-width: 100%;
    overflow-x: hidden !important;
  }
  .wp-site-blocks .pz-suite,
  .wp-site-blocks .pz-section.pz-suite,
  .wp-site-blocks .pz-suite.alignfull {
    box-sizing: border-box;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    max-width: 100vw !important;
    overflow-x: hidden;
    width: 100vw !important;
  }
  .wp-site-blocks .pz-section.pz-suite,
  .pz-core-tech-suite.pz-section,
  .pz-core-tabs-pro {
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
  .pz-suite *,
  .pz-suite *::before,
  .pz-suite *::after {
    max-width: 100%;
  }
  .pz-hero-inner,
  .pz-hero-suite.pz-hero-with-visual .pz-hero-inner,
  .pz-hero-suite.pz-variant-hero .pz-hero-inner,
  .pz-hero-suite.pz-variant-hero-v1 .pz-hero-inner,
  .pz-hero-suite.pz-variant-hero-v2 .pz-hero-inner,
  .pz-hero-suite.pz-variant-hero-v3 .pz-hero-inner,
  .pz-hero-suite.pz-variant-hero-v4 .pz-hero-inner,
  .pz-hero-suite.pz-variant-hero-v5 .pz-hero-inner,
  .pz-hero-suite.pz-variant-bloghero .pz-hero-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 28px) !important;
    min-height: auto;
    width: 100% !important;
  }
  .pz-hero :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-hero-v2 :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-hero-v3 :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-hero-v5 :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-bloghero :is(h1,h2,h3,h4,h5,h6) {
    font-size: clamp(2rem, 10vw, 2.65rem) !important;
    line-height: 1.02 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }
  .pz-section-head :is(h1,h2,h3,h4,h5,h6),
  .pz-service-tabs > :is(h1,h2,h3,h4,h5,h6),
  .pz-suite > :is(h1,h2,h3,h4,h5,h6),
  .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-tech-head :is(h1,h2,h3,h4,h5,h6),
  .pz-industries-bento :is(h1,h2,h3,h4,h5,h6),
  .pz-core-tabs-pro .pz-core-center-head h2,
  .pz-core-tabs-pro .pz-core-ai-left h2,
  .pz-core-tabs-pro .pz-core-legacy-head h2,
  .pz-core-tech-suite > .pz-section-head :is(h1,h2,h3,h4,h5,h6) {
    font-size: clamp(1.85rem, 9vw, 2.55rem) !important;
    line-height: 1.06 !important;
    overflow-wrap: anywhere;
  }
  .pz-tabs-shell,
  .pz-tab-panel,
  .pz-core-tech-suite .pz-tabs-shell,
  .pz-core-tech-suite .pz-tab-panel,
  .pz-core-ai-panel,
  .pz-core-service-panel,
  .pz-core-legacy-panel {
    grid-template-columns: minmax(0, 1fr) !important;
  }
  .pz-service-tabs,
  .pz-suite > :is(p,div,section,article),
  .pz-tab-panel > div,
  .pz-hero-copy,
  .pz-hero-visual,
  .pz-hero-blog-card,
  .pz-hero-system-card {
    min-width: 0;
    overflow: visible;
    width: 100%;
  }
  .pz-suite :is(p,li,strong,span,h1,h2,h3,h4,h5,h6),
  .pz-hero-blog-card :is(strong,p),
  .pz-hero-system-card :is(strong,p),
  .pz-tab-panel :is(h1,h2,h3,h4,h5,h6,p),
  .pz-core-tech-suite :is(h1,h2,h3,h4,h5,h6,p,li) {
    overflow-wrap: anywhere;
  }
  .pz-tabs-nav,
  .pz-variant-servicesv2 .pz-tabs-nav,
  .pz-variant-coretechservicesv2 .pz-tabs-nav,
  .pz-core-tech-suite .pz-tabs-nav,
  .pz-core-vertical-nav,
  .pz-core-service-nav,
  .pz-core-stack-nav-card nav {
    display: grid;
    grid-auto-flow: row !important;
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 100%;
    overflow: visible !important;
  }
  .pz-tabs-nav button,
  .pz-core-vertical-nav button,
  .pz-core-service-nav button,
  .pz-core-stack-nav-card button {
    min-width: 0;
    white-space: normal;
    width: 100%;
  }
  .pz-tab-panel > div,
  .pz-core-tech-suite .pz-tabs-panels,
  .pz-core-ai-panel,
  .pz-core-service-panel > div,
  .pz-core-stack-panel,
  .pz-core-legacy-list {
    min-width: 0;
    padding: 18px !important;
  }
  .pz-tab-panel figure,
  .pz-core-tech-suite .pz-tab-panel figure,
  .pz-core-ai-panel figure,
  .pz-core-service-panel figure,
  .pz-core-legacy-right figure {
    min-height: 240px !important;
  }
  .pz-actions {
    align-items: stretch;
    flex-direction: column;
  }
  .pz-actions .pz-btn,
  .pz-tab-cta,
  .pz-cta-actions .pz-btn {
    white-space: normal;
    width: 100%;
  }
  .pz-chip-row,
  .pz-core-tech-badges,
  .pz-core-overview-chips {
    max-width: 100%;
    overflow: hidden;
  }
  .pz-tech-list {
    gap: 7px;
    max-width: 100%;
    overflow: visible;
  }
  .pz-tech-list span {
    flex: 0 0 auto;
    font-size: 12px;
    max-width: 100%;
    padding: 7px 9px;
    white-space: normal;
  }
}

/* Pyzen readability scale.
   Keep this block last: it gives editors one predictable place to tune site-wide type. */
.pz-suite {
  --pz-readable-hero: clamp(1.55rem, 2.2vw, 2.45rem);
  --pz-readable-section: clamp(1.18rem, 1.45vw, 1.6rem);
  --pz-readable-card: clamp(.94rem, 1vw, 1.05rem);
  --pz-readable-copy: clamp(.88rem, .94vw, .95rem);
  --pz-readable-lead: clamp(.92rem, .98vw, 1rem);
  --pz-readable-tight: 1.12;
  --pz-readable-heading-weight: 500;
  --pz-readable-card-weight: 500;
}

.pz-suite :is(h1,h2,h3,h4,h5,h6),
.pz-site-main :is(h1,h2,h3,h4,h5,h6) {
  font-weight: var(--pz-readable-heading-weight, 500);
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.pz-hero :is(h1,h2,h3,h4,h5,h6),
.pz-hero-suite.pz-variant-hero-v2 :is(h1,h2,h3,h4,h5,h6),
.pz-hero-suite.pz-variant-hero-v3 :is(h1,h2,h3,h4,h5,h6),
.pz-hero-suite.pz-variant-hero-v5 :is(h1,h2,h3,h4,h5,h6),
.pz-hero-suite.pz-variant-bloghero :is(h1,h2,h3,h4,h5,h6),
.pz-hero-suite.pz-hero-with-visual :is(h1,h2,h3,h4,h5,h6),
.pz-saas-hero h1,
.pz-landing-hero h1 {
  font-size: var(--pz-readable-hero) !important;
  font-weight: 500 !important;
  line-height: 1.08 !important;
  max-width: 920px;
}

.pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-service-tabs > :is(h1,h2,h3,h4,h5,h6),
.pz-suite > :is(h1,h2,h3,h4,h5,h6),
.pz-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-tech-head :is(h1,h2,h3,h4,h5,h6),
.pz-industries-bento :is(h1,h2,h3,h4,h5,h6),
.pz-why-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-process-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-core-tabs-pro .pz-core-center-head h2,
.pz-core-tabs-pro .pz-core-ai-left h2,
.pz-core-tabs-pro .pz-core-legacy-head h2,
.pz-core-tech-suite > .pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-sitemap-index h1 {
  font-size: var(--pz-readable-section) !important;
  font-weight: 500 !important;
  line-height: 1.16 !important;
}

.pz-tab-panel h3,
.pz-card-grid h3,
.pz-case-grid h3,
.pz-why-grid h3,
.pz-bento-card h3,
.pz-tech-rail h3,
.pz-process-timeline h3,
.pz-process-step-card :is(h1,h2,h3,h4,h5,h6),
.pz-process-flow-grid :is(h1,h2,h3,h4,h5,h6),
.pz-process-card-grid :is(h1,h2,h3,h4,h5,h6),
.pz-industry-card-pro :is(h1,h2,h3,h4,h5,h6),
.pz-case-pro-card :is(h1,h2,h3,h4,h5,h6),
.pz-why-pro-grid article :is(h1,h2,h3,h4,h5,h6) {
  font-size: var(--pz-readable-card) !important;
  font-weight: var(--pz-readable-card-weight, 500) !important;
  line-height: 1.24 !important;
}

.pz-hero p,
.pz-section-head p,
.pz-pro-head > p:not(.pz-eyebrow),
.pz-process-pro-head :is(p,div,span):not(.pz-eyebrow),
.pz-hero-copy p,
.pz-suite :is(p,li),
.pz-card-grid p,
.pz-case-grid p,
.pz-why-grid p,
.pz-process-timeline p,
.pz-process-step-card :is(p,div,span),
.pz-process-flow-grid :is(p,div,span):not(article > span),
.pz-process-card-grid :is(p,div,span):not(.pz-process-card-icon),
.pz-tab-panel p,
.pz-tech-rail p,
.pz-bento-card p {
  font-size: var(--pz-readable-copy) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}

.pz-lead,
.pz-hero-copy > p,
.pz-section-head > p,
.pz-cta-section p,
.pz-cta-pro p {
  font-size: var(--pz-readable-lead) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}

.pz-btn,
.pz-tab-cta,
.pz-button,
.pz-tabs-nav button,
.pz-core-vertical-nav button,
.pz-core-service-nav button,
.pz-core-stack-nav-card button,
.pz-faq-list summary {
  font-weight: 500 !important;
}

.pz-hero-contact-fallback {
  align-items: flex-start;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 360px;
  padding: clamp(24px, 4vw, 40px);
}

.pz-hero-contact-fallback strong {
  color: #07111f;
  font-size: clamp(1.12rem, 1.45vw, 1.4rem);
  font-weight: 500;
  line-height: 1.2;
}

.pz-hero-contact-fallback p {
  color: #52606f;
  font-size: 1rem;
  line-height: 1.68;
  margin: 0;
}

.pz-eyebrow,
.pz-variant-pill,
.pz-card-icon,
.pz-industry-grid article > span,
.pz-case-grid article span,
.pz-service-kicker,
.pz-process-step-card em,
.pz-process-card-grid article > em {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .1em !important;
}

.pz-hero-stats strong,
.pz-counter-value,
.pz-stat-card strong,
.pz-proof-card strong {
  font-size: clamp(1.25rem, 1.75vw, 1.9rem) !important;
  font-weight: 500 !important;
  line-height: 1.05 !important;
}

.pz-cta-pro :is(h1,h2,h3,h4,h5,h6),
.pz-cta-section h2 {
  font-size: clamp(1.35rem, 2vw, 2.1rem) !important;
  font-weight: 500 !important;
  line-height: 1.14 !important;
}

.pz-hero-system-card strong,
.pz-hero-blog-card strong,
.pz-hero-orbit strong,
.pz-why-image strong,
.pz-case-grid strong,
.pz-testimonial-grid strong {
  font-size: clamp(1.05rem, 1.45vw, 1.45rem) !important;
  font-weight: 500 !important;
  line-height: 1.18 !important;
}

@media (max-width: 720px) {
  .pz-suite {
    --pz-readable-hero: clamp(1.28rem, 5.2vw, 1.54rem);
    --pz-readable-section: clamp(1.12rem, 4.8vw, 1.38rem);
    --pz-readable-card: clamp(.94rem, 3.9vw, 1.05rem);
    --pz-readable-copy: .9rem;
    --pz-readable-lead: .94rem;
  }

  html,
  body {
    max-width: 100%;
    overflow-x: hidden !important;
  }

  .wp-site-blocks,
  .wp-site-blocks .alignfull,
  .wp-site-blocks .pz-suite,
  .wp-site-blocks .pz-suite.alignfull {
    max-width: 100vw !important;
    overflow-x: hidden !important;
  }

  .pz-hero-inner,
  .pz-hero-copy,
  .pz-hero-visual,
  .pz-hero-contact-inner,
  .pz-hero-contact-copy,
  .pz-hero-contact-form,
  .pz-hero-system-card,
  .pz-hero-blog-card,
  .pz-section-head,
  .pz-pro-head,
  .pz-process-pro-head,
  .pz-card-grid,
  .pz-case-grid,
  .pz-why-grid,
  .pz-feature-cards,
  .pz-industry-grid,
  .pz-process-timeline,
  .pz-process-card-grid,
  .pz-process-flow-grid,
  .pz-suite > * {
    box-sizing: border-box;
    max-width: calc(100vw - 28px) !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .pz-hero :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-contact-copy :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-hero-v2 :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-hero-v3 :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-hero-v5 :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-variant-bloghero :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-suite.pz-hero-with-visual :is(h1,h2,h3,h4,h5,h6),
  .pz-saas-hero h1,
  .pz-landing-hero h1 {
    font-size: clamp(1.28rem, 5.2vw, 1.54rem) !important;
    line-height: 1.13 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere;
  }

  .pz-section-head :is(h1,h2,h3,h4,h5,h6),
  .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-process-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-suite :is(h1,h2,h3,h4,h5,h6),
  .pz-suite > :is(h1,h2,h3,h4,h5,h6) {
    font-size: clamp(1.12rem, 4.8vw, 1.38rem) !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .pz-tech-stack-tabs-head {
    max-width: 100% !important;
    text-align: left !important;
    width: 100% !important;
  }

  .pz-tech-stack-tabs,
  .pz-tech-stack-tabs-inner,
  .pz-tech-stack-panels {
    box-sizing: border-box !important;
    max-width: calc(100vw - 28px) !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .pz-core-tabs-inner,
  .pz-core-stack-platforms .pz-core-center-head,
  .pz-core-stack-layout {
    box-sizing: border-box !important;
    max-width: calc(100vw - 28px) !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .pz-core-stack-platforms .pz-core-center-head :is(h1,h2,h3,h4,h5,h6) {
    display: block !important;
    font-size: clamp(1.12rem, 4.8vw, 1.38rem) !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .pz-core-stack-platforms .pz-core-center-head :is(h1,h2,h3,h4,h5,h6) span {
    display: block !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6),
  .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6) span {
    display: inline !important;
    font-size: clamp(1.12rem, 4.8vw, 1.38rem) !important;
    line-height: 1.18 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .pz-chip-row,
  .pz-chip-row-inline,
  .pz-actions,
  .pz-cta-actions {
    flex-wrap: wrap !important;
    max-width: 100% !important;
    overflow: visible !important;
  }

  .pz-chip-row,
  .pz-chip-row-inline {
    justify-content: flex-start !important;
    width: min(100%, 330px) !important;
  }

  .pz-cta-pro .pz-chip-row {
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    width: 100% !important;
  }

  .pz-cta-pro .pz-cta-trust {
    align-items: flex-start !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 1fr !important;
    justify-items: start !important;
    max-width: 100% !important;
  }

  .pz-cta-pro .pz-cta-trust span {
    max-width: 100% !important;
    white-space: normal !important;
  }

  .pz-chip-row li,
  .pz-chip-row-inline span,
  .pz-tech-list span {
    max-width: min(100%, 150px);
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .pz-hero-system-card :is(strong,p),
  .pz-hero-blog-card :is(strong,p),
  .pz-tab-panel :is(h1,h2,h3,h4,h5,h6,p),
  .pz-card-grid :is(h1,h2,h3,h4,h5,h6,p),
  .pz-case-grid :is(h1,h2,h3,h4,h5,h6,p) {
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .pz-card-grid,
  .pz-case-grid,
  .pz-why-grid,
  .pz-feature-cards,
  .pz-industry-grid,
  .pz-process-timeline,
  .pz-process-card-grid,
  .pz-process-flow-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pz-card-grid article,
  .pz-case-grid article,
  .pz-why-grid article,
  .pz-feature-cards article,
  .pz-industry-grid article,
  .pz-process-timeline article,
  .pz-process-card-grid article,
  .pz-process-flow-grid article {
    box-sizing: border-box;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden;
    width: 100% !important;
  }

  .pz-hero :is(h1,h2,h3,h4,h5,h6),
  .pz-hero :is(h1,h2,h3,h4,h5,h6) span,
  .pz-section-head :is(h1,h2,h3,h4,h5,h6),
  .pz-section-head p,
  .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-pro-head p,
  .pz-hero-copy p,
  .pz-card-grid article :is(h1,h2,h3,h4,h5,h6,p),
  .pz-case-grid article :is(h1,h2,h3,h4,h5,h6,p),
  .pz-why-grid article :is(h1,h2,h3,h4,h5,h6,p),
  .pz-feature-cards article :is(h1,h2,h3,h4,h5,h6,p),
  .pz-industry-grid article :is(h1,h2,h3,h4,h5,h6,p) {
    max-width: min(100%, 330px) !important;
    min-width: 0 !important;
    white-space: normal !important;
    word-break: normal;
  }

  .pz-hero :is(h1,h2,h3,h4,h5,h6) {
    font-size: clamp(1.24rem, 5vw, 1.48rem) !important;
  }

  .pz-hero-system-card :is(strong,p) {
    max-width: min(100%, 300px) !important;
  }

  .pz-card-grid article,
  .pz-case-grid article,
  .pz-why-grid article {
    padding-right: 24px !important;
  }
}

/* Enterprise typography system: calm scale, medium weights, readable measure. */
.pz-suite {
  --pz-enterprise-hero: clamp(1.85rem, 3.15vw, 3.45rem);
  --pz-enterprise-section: clamp(1.45rem, 2.15vw, 2.35rem);
  --pz-enterprise-card: clamp(1.06rem, 1.18vw, 1.28rem);
  --pz-enterprise-copy: clamp(.92rem, .98vw, 1rem);
  --pz-enterprise-small: .82rem;
  --pz-enterprise-line-tight: 1.12;
  --pz-enterprise-line-heading: 1.16;
  --pz-enterprise-line-copy: 1.68;
  --pz-enterprise-heading-weight: 500;
  --pz-enterprise-strong-weight: 500;
}

.pz-suite :is(h1,h2,h3,h4,h5,h6),
.pz-site-footer :is(h1,h2,h3,h4,h5,h6),
.pz-mega-panel :is(h1,h2,h3,h4,h5,h6,strong) {
  font-weight: var(--pz-enterprise-heading-weight, 500) !important;
  letter-spacing: 0 !important;
  text-wrap: balance;
}

.pz-suite :is(p,li,summary,button,a,span),
.pz-site-footer :is(p,li,a,span,label,input,button),
.pz-mega-panel :is(p,li,a,span,button) {
  letter-spacing: 0;
}

.pz-hero :is(h1,h2,h3,h4,h5,h6),
.pz-hero-contact-copy :is(h1,h2,h3,h4,h5,h6) {
  font-size: var(--pz-enterprise-hero) !important;
  font-weight: 500 !important;
  line-height: var(--pz-enterprise-line-tight) !important;
  max-width: 980px;
}

.pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-process-pro-head :is(h1,h2,h3,h4,h5,h6),
.pz-core-center-head :is(h1,h2,h3,h4,h5,h6),
.pz-core-tech-suite > .pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6),
.pz-cta-pro :is(h1,h2,h3,h4,h5,h6),
.pz-blog-suite .pz-section-head :is(h1,h2,h3,h4,h5,h6),
.pz-guides-suite .pz-section-head :is(h1,h2,h3,h4,h5,h6) {
  font-size: var(--pz-enterprise-section) !important;
  font-weight: 500 !important;
  line-height: var(--pz-enterprise-line-heading) !important;
}

.pz-card-grid :is(h1,h2,h3,h4,h5,h6),
.pz-case-grid :is(h1,h2,h3,h4,h5,h6),
.pz-why-grid :is(h1,h2,h3,h4,h5,h6),
.pz-feature-cards :is(h1,h2,h3,h4,h5,h6),
.pz-process-timeline :is(h1,h2,h3,h4,h5,h6),
.pz-process-card-grid :is(h1,h2,h3,h4,h5,h6),
.pz-process-flow-grid :is(h1,h2,h3,h4,h5,h6),
.pz-tab-panel :is(h1,h2,h3,h4,h5,h6),
.pz-core-stack-panel :is(h1,h2,h3,h4,h5,h6),
.pz-tech-stack-panel-title,
.pz-faq-list summary,
.pz-testimonial-pro-grid strong {
  font-size: var(--pz-enterprise-card) !important;
  font-weight: 500 !important;
  line-height: 1.24 !important;
}

.pz-suite :is(p,li),
.pz-section-head p,
.pz-pro-head > p:not(.pz-eyebrow),
.pz-process-pro-head :is(p,div,span):not(.pz-eyebrow),
.pz-hero .pz-lead,
.pz-hero-contact-copy .pz-lead,
.pz-card-grid p,
.pz-case-grid p,
.pz-why-grid p,
.pz-feature-cards p,
.pz-process-timeline p,
.pz-process-card-grid p,
.pz-process-flow-grid p,
.pz-tab-panel p,
.pz-core-stack-panel p,
.pz-tech-stack-tabs-head :is(p,div,span):not(.pz-eyebrow),
.pz-testimonial-pro-grid article > p,
.pz-faq-list p,
.pz-cta-pro p {
  font-size: var(--pz-enterprise-copy) !important;
  font-weight: 400 !important;
  line-height: var(--pz-enterprise-line-copy) !important;
}

.pz-eyebrow,
.pz-variant-pill,
.pz-card-icon,
.pz-service-kicker,
.pz-process-step-card em,
.pz-process-card-grid article > em,
.pz-cta-trust span,
.pz-chip-row li,
.pz-chip-row-inline span,
.pz-tech-list span {
  font-size: var(--pz-enterprise-small) !important;
  font-weight: 500 !important;
  letter-spacing: .06em !important;
  line-height: 1.2 !important;
}

.pz-btn,
.pz-tab-cta,
.pz-core-dark-cta,
.pz-header-contact,
.pz-nav-item > button {
  font-size: .84rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 720px) {
  .pz-suite {
    --pz-enterprise-hero: clamp(1.5rem, 6.3vw, 1.9rem);
    --pz-enterprise-section: clamp(1.24rem, 5.4vw, 1.58rem);
    --pz-enterprise-card: clamp(1rem, 4.4vw, 1.18rem);
    --pz-enterprise-copy: .92rem;
  }

  .wp-site-blocks .pz-suite.alignfull,
  .wp-site-blocks .pz-suite,
  .pz-suite.alignfull,
  .pz-suite {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
    width: 100% !important;
  }

  .pz-hero :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-contact-copy :is(h1,h2,h3,h4,h5,h6),
  .pz-section-head :is(h1,h2,h3,h4,h5,h6),
  .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-process-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-core-center-head :is(h1,h2,h3,h4,h5,h6),
  .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6) {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-wrap: balance;
    white-space: normal !important;
  }

  .pz-suite :is(p,li,summary,a,span),
  .pz-hero-contact-copy,
  .pz-hero-contact-copy .pz-lead,
  .pz-hero-contact-points,
  .pz-hero-contact-points li {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }
}

/* Mobile containment hardening for generated Page Factory pages. */
@media (max-width: 720px) {
  .wp-site-blocks .alignfull,
  .wp-site-blocks .pz-suite.alignfull,
  .alignfull.pz-suite {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .pz-suite,
  .pz-suite *,
  .pz-suite *::before,
  .pz-suite *::after {
    box-sizing: border-box;
  }

  .pz-suite {
    contain: layout paint;
    overflow-x: clip !important;
  }

  .pz-hero,
  .pz-hero-contact,
  .pz-section,
  .pz-faq-pro,
  .pz-cta-pro,
  .pz-why-pro,
  .pz-testimonial-pro,
  .pz-case-pro,
  .pz-tech-stack-tabs {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
    overflow-x: clip !important;
    width: 100% !important;
  }

  .pz-hero {
    min-height: auto !important;
  }

  .pz-hero-inner,
  .pz-hero-contact-inner,
  .pz-section,
  .pz-section-head,
  .pz-pro-head,
  .pz-process-pro-head,
  .pz-tech-stack-tabs-inner,
  .pz-faq-pro-inner,
  .pz-cta-pro-inner,
  .pz-why-pro-inner,
  .pz-testimonial-pro-inner,
  .pz-case-pro-inner {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: min(100% - 56px, 1320px) !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .pz-hero-inner {
    grid-template-columns: minmax(0, 1fr) !important;
    min-height: auto !important;
    padding-block: 64px 48px !important;
  }

  .pz-hero-contact {
    padding-block: 48px !important;
  }

  .pz-hero-contact-inner {
    align-items: stretch !important;
    gap: 24px !important;
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .pz-hero-contact-reverse .pz-hero-contact-copy,
  .pz-hero-contact-copy {
    order: 1 !important;
  }

  .pz-hero-contact-reverse .pz-hero-contact-form,
  .pz-hero-contact-form {
    max-width: 100% !important;
    min-width: 0 !important;
    order: 2 !important;
    width: 100% !important;
  }

  .pz-hero-contact-tabs > div,
  .pz-hero-contact-form button {
    min-width: 0 !important;
    width: 100% !important;
  }

  .pz-hero-contact-form button {
    overflow-wrap: anywhere !important;
    padding: 13px 8px !important;
    white-space: normal !important;
  }

  .pz-hero-contact-frame,
  .pz-hero-contact-frame > div {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  .pz-hero-contact-form iframe {
    display: block;
    height: 560px !important;
    max-width: 100% !important;
    min-height: 560px !important;
    min-width: 0 !important;
    width: 100% !important;
  }

  .pz-hero-contact-copy,
  .pz-hero-copy,
  .pz-hero-visual,
  .pz-card-grid article,
  .pz-process-timeline article,
  .pz-process-card-grid article,
  .pz-process-flow-grid article,
  .pz-faq-list details,
  .pz-faq-pro-list details {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    width: 100% !important;
  }

  .pz-hero :is(h1,h2,h3,h4,h5,h6),
  .pz-hero-contact-copy :is(h1,h2,h3,h4,h5,h6),
  .pz-section-head :is(h1,h2,h3,h4,h5,h6),
  .pz-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-process-pro-head :is(h1,h2,h3,h4,h5,h6),
  .pz-tech-stack-tabs-head :is(h1,h2,h3,h4,h5,h6),
  .pz-cta-pro :is(h1,h2,h3,h4,h5,h6),
  .pz-suite :is(p,li,summary,a,span,strong,em) {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
    word-break: normal;
  }

  .pz-hero :is(h1,h2,h3,h4,h5,h6) span,
  .pz-hero-contact-copy :is(h1,h2,h3,h4,h5,h6) span {
    display: inline !important;
  }

  .pz-card-grid,
  .pz-bento-lite,
  .pz-case-grid,
  .pz-why-grid,
  .pz-feature-cards,
  .pz-industry-grid,
  .pz-process-timeline,
  .pz-process-card-grid,
  .pz-process-flow-grid,
  .pz-tech-stack-panels,
  .pz-tech-stack-grid,
  .pz-contact-layout,
  .pz-contact-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: clip !important;
    width: 100% !important;
  }

  .pz-bento-lite article,
  .pz-card-grid article {
    grid-column: auto !important;
    min-height: auto !important;
  }

  .pz-process-timeline article::after {
    display: none !important;
  }

  .pz-actions,
  .pz-chip-row,
  .pz-chip-row-inline,
  .pz-cta-trust {
    align-items: stretch !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    width: 100% !important;
  }

  .pz-actions .pz-btn,
  .pz-cta-actions .pz-btn {
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .pz-hero .pz-actions .pz-btn {
    flex: 1 1 100%;
  }

  .pz-hero .pz-chip-row {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    width: 100% !important;
  }

  .pz-chip-row li,
  .pz-chip-row-inline span,
  .pz-cta-trust span,
  .pz-tech-list span {
    flex: 1 1 auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    text-align: left;
  }

  .pz-hero .pz-chip-row li {
    justify-content: center;
    text-align: center;
  }

  .pz-faq-list summary,
  .pz-faq-pro-list summary {
    align-items: start !important;
    gap: 10px !important;
    grid-template-columns: 32px minmax(0, 1fr) !important;
    padding: 18px 16px !important;
  }

  .pz-faq-pro-list summary i {
    display: none !important;
  }

  .pz-faq-list p,
  .pz-faq-pro-list p {
    padding: 16px !important;
  }

  .pz-tech-stack-tabnav {
    max-width: 100% !important;
    overflow-x: auto !important;
  }
}

/* Pyzen section spacing system.
   Keep this after component rules so page-level spacing stays predictable. */
:root {
  --pyzen-section-y: clamp(80px, 7vw, 88px);
  --pyzen-section-tight-y: clamp(48px, 5vw, 64px);
  --pyzen-section-mobile-y: clamp(48px, 10vw, 56px);
  --pyzen-section-mobile-tight-y: clamp(32px, 8vw, 48px);
}

.wp-site-blocks :where(.pyzen-section, .pyzen-section--default),
.wp-site-blocks :where(
  .pz-section.pz-suite,
  .pz-trusted-suite.pz-suite,
  .pz-service-tabs.pz-suite,
  .pz-tech-section.pz-suite,
  .pz-industries-pro.pz-suite,
  .pz-case-pro.pz-suite,
  .pz-why-pro.pz-suite,
  .pz-testimonial-pro.pz-suite,
  .pz-cards-pro.pz-suite,
  .pz-core-tabs-pro.pz-suite,
  .pz-process-pro.pz-suite,
  .pz-contact-suite.pz-suite,
  .pz-tech-stack-tabs.pz-suite,
  .pz-stats-filler.pz-suite
) {
  margin-block: 0 !important;
  padding-top: var(--pyzen-section-y) !important;
  padding-bottom: var(--pyzen-section-y) !important;
}

.wp-site-blocks :where(.pyzen-section--tight),
.wp-site-blocks :where(
  .pz-global-awards.pz-suite,
  .pz-faq-pro.pz-suite,
  .pz-cta-panel.pz-suite,
  .pz-cta-strategy.pz-suite,
  .pz-cta-roadmap.pz-suite,
  .pz-case-carousel.pz-suite,
  .pz-mobile-apps-industry.pz-suite
) {
  margin-block: 0 !important;
  padding-top: var(--pyzen-section-tight-y) !important;
  padding-bottom: var(--pyzen-section-tight-y) !important;
}

.wp-site-blocks :where(.pyzen-faq-section, .pz-faq-pro.pz-suite) {
  padding-top: clamp(64px, 6vw, 80px) !important;
  padding-bottom: clamp(48px, 5vw, 64px) !important;
}

.wp-site-blocks :where(.pyzen-contact-section, .pz-contact-suite.pz-suite, .pz-hero-contact.pz-suite) {
  margin-block: 0 !important;
  padding-top: clamp(40px, 4vw, 56px) !important;
  padding-bottom: clamp(72px, 7vw, 88px) !important;
}

.wp-site-blocks :where(.pz-hero-contact.pz-suite) .pz-hero-contact-inner,
.wp-site-blocks :where(.pz-contact-suite.pz-suite) .pz-contact-layout {
  align-items: start !important;
}

.wp-site-blocks :where(.pz-faq-pro.pz-suite + .pz-hero-contact.pz-suite),
.wp-site-blocks :where(.pyzen-faq-section + .pyzen-contact-section) {
  padding-top: clamp(28px, 3vw, 40px) !important;
}

.wp-site-blocks :where(.pz-faq-pro.pz-suite:has(+ .pz-hero-contact.pz-suite)),
.wp-site-blocks :where(.pyzen-faq-section:has(+ .pyzen-contact-section)) {
  padding-bottom: clamp(32px, 4vw, 48px) !important;
}

.wp-site-blocks :where(.pz-cta-pro.pz-suite) {
  min-height: 0 !important;
}

.wp-site-blocks :where(.pz-cta-pro.pz-suite) .pz-cta-pro-inner {
  padding-top: var(--pyzen-section-tight-y) !important;
  padding-bottom: var(--pyzen-section-tight-y) !important;
}

.wp-site-blocks :where(.pz-suite + .pz-suite, .pyzen-section + .pyzen-section) {
  margin-top: 0 !important;
}

.wp-site-blocks :where(.pz-suite, .pyzen-section) + :where(.wp-block-spacer),
.wp-site-blocks :where(.wp-block-spacer) + :where(.pz-suite, .pyzen-section) {
  margin-block: 0 !important;
}

.wp-site-blocks :where(.wp-block-spacer:has(+ .pz-suite), .wp-block-spacer:has(+ .pyzen-section)),
.wp-site-blocks :where(.pz-suite + .wp-block-spacer, .pyzen-section + .wp-block-spacer) {
  height: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
}

.wp-site-blocks :where(.wp-block-group:empty, .wp-block-columns:empty) {
  display: none !important;
}

@media (max-width: 720px) {
  .wp-site-blocks :where(.pyzen-section, .pyzen-section--default),
  .wp-site-blocks :where(
    .pz-section.pz-suite,
    .pz-trusted-suite.pz-suite,
    .pz-service-tabs.pz-suite,
    .pz-tech-section.pz-suite,
    .pz-industries-pro.pz-suite,
    .pz-case-pro.pz-suite,
    .pz-why-pro.pz-suite,
    .pz-testimonial-pro.pz-suite,
    .pz-cards-pro.pz-suite,
    .pz-core-tabs-pro.pz-suite,
    .pz-process-pro.pz-suite,
    .pz-contact-suite.pz-suite,
    .pz-tech-stack-tabs.pz-suite,
    .pz-stats-filler.pz-suite
  ) {
    padding-top: var(--pyzen-section-mobile-y) !important;
    padding-bottom: var(--pyzen-section-mobile-y) !important;
  }

  .wp-site-blocks :where(.pyzen-section--tight),
  .wp-site-blocks :where(
    .pz-global-awards.pz-suite,
    .pz-faq-pro.pz-suite,
    .pz-cta-panel.pz-suite,
    .pz-cta-strategy.pz-suite,
    .pz-cta-roadmap.pz-suite,
    .pz-case-carousel.pz-suite,
    .pz-mobile-apps-industry.pz-suite
  ) {
    padding-top: var(--pyzen-section-mobile-tight-y) !important;
    padding-bottom: var(--pyzen-section-mobile-tight-y) !important;
  }

  .wp-site-blocks :where(.pyzen-faq-section, .pz-faq-pro.pz-suite) {
    padding-top: 48px !important;
    padding-bottom: 36px !important;
  }

  .wp-site-blocks :where(.pyzen-contact-section, .pz-contact-suite.pz-suite, .pz-hero-contact.pz-suite) {
    padding-top: 32px !important;
    padding-bottom: 56px !important;
  }

  .wp-site-blocks :where(.pz-faq-pro.pz-suite + .pz-hero-contact.pz-suite),
  .wp-site-blocks :where(.pyzen-faq-section + .pyzen-contact-section) {
    padding-top: 24px !important;
  }

  .wp-site-blocks :where(.pz-faq-pro.pz-suite:has(+ .pz-hero-contact.pz-suite)),
  .wp-site-blocks :where(.pyzen-faq-section:has(+ .pyzen-contact-section)) {
    padding-bottom: 28px !important;
  }
}

.pz-enterprise-media .pz-enterprise-media__title {
  font-weight: 650 !important;
}
.pz-enterprise-media .pz-enterprise-media__eyebrow,
.pz-enterprise-media .pz-enterprise-media__button,
.pz-enterprise-media .pz-enterprise-media__proof-card strong,
.pz-enterprise-media .pz-enterprise-media__proof-row strong,
.pz-enterprise-media .pz-enterprise-media__chips span,
.pz-enterprise-media .pz-enterprise-media__tech-cloud span {
  font-weight: 800 !important;
}
.pz-enterprise-media--image-overlay .pz-enterprise-media__grid {
  grid-template-columns: 1fr;
}
.pz-enterprise-media .pz-enterprise-media__media {
  background: transparent;
  border: 0;
  box-shadow: none !important;
}
.pz-enterprise-media .pz-enterprise-media__image {
  border-radius: inherit;
}
.pz-enterprise-media--shadow-soft .pz-enterprise-media__media,
.pz-enterprise-media--shadow-premium .pz-enterprise-media__media {
  box-shadow: none !important;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__media {
  transform: none;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__grid {
  gap: clamp(34px, 6vw, 80px);
  grid-template-columns: minmax(0, 1fr) auto;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__content {
  max-width: 760px;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__title {
  font-size: clamp(1.85rem, 3vw, 3.15rem);
  line-height: 1.12;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__description {
  font-size: clamp(1rem, 1.2vw, 1.16rem);
  line-height: 1.72;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__body,
.pz-enterprise-media--gradient-feature .pz-enterprise-media__body p {
  font-size: clamp(.98rem, 1.08vw, 1.08rem);
  line-height: 1.78;
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__media {
  height: clamp(350px, 42vw, 550px);
  width: clamp(280px, 31vw, 450px);
}
.pz-enterprise-media--gradient-feature .pz-enterprise-media__image {
  aspect-ratio: auto;
  border-radius: 0;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}
.pz-enterprise-media--split {
  background: #fff;
  padding-block: clamp(72px, 8vw, 116px);
}
.pz-enterprise-media--split .pz-enterprise-media__container {
  max-width: min(100% - 48px, 1280px);
}
.pz-enterprise-media--split .pz-enterprise-media__grid {
  align-items: start;
  gap: clamp(36px, 6vw, 86px);
  grid-template-columns: auto minmax(0, 1fr);
}
.pz-enterprise-media--split.pz-enterprise-media--media-right .pz-enterprise-media__grid {
  grid-template-columns: minmax(0, 1fr) auto;
}
.pz-enterprise-media--split .pz-enterprise-media__content {
  max-width: 760px;
}
.pz-enterprise-media--split .pz-enterprise-media__eyebrow {
  color: #d97706;
  font-size: .82rem;
  font-weight: 700 !important;
  letter-spacing: .18em;
  margin-bottom: 22px;
}
.pz-enterprise-media--split .pz-enterprise-media__title {
  color: #07111f;
  font-size: clamp(2rem, 3.45vw, 3.45rem);
  font-weight: 650 !important;
  line-height: 1.1;
  margin-bottom: 28px;
}
.pz-enterprise-media--split .pz-enterprise-media__description {
  color: #1f2937;
  font-size: clamp(1.05rem, 1.45vw, 1.35rem);
  font-weight: 500;
  line-height: 1.72;
  margin-bottom: 22px;
}
.pz-enterprise-media--split .pz-enterprise-media__body,
.pz-enterprise-media--split .pz-enterprise-media__body p {
  color: #1f2937;
  font-size: clamp(1.02rem, 1.28vw, 1.2rem);
  font-weight: 500;
  line-height: 1.82;
}
.pz-enterprise-media--split .pz-enterprise-media__body {
  display: grid;
  gap: 20px;
}
.pz-enterprise-media--split .pz-enterprise-media__body p {
  margin: 0;
}
.pz-enterprise-media--split .pz-enterprise-media__media {
  border-radius: 0;
  height: clamp(350px, 44vw, 550px);
  overflow: hidden;
  width: clamp(280px, 34vw, 500px);
}
.pz-enterprise-media--split.pz-enterprise-media--media-right .pz-enterprise-media__media {
  width: clamp(280px, 31vw, 450px);
}
.pz-enterprise-media--split .pz-enterprise-media__image {
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: 0 28px 70px rgba(15,23,42,.22);
  height: 100%;
  min-height: 0;
  object-fit: cover;
  width: 100%;
}
.pz-enterprise-media__stats-inline {
  align-items: center;
  border-top: 1px solid rgba(148,163,184,.28);
  display: flex;
  flex-wrap: wrap;
  gap: 18px 28px;
  margin-top: 34px;
  padding-top: 24px;
}
.pz-enterprise-media__stat-item {
  display: grid;
  gap: 2px;
}
.pz-enterprise-media__stat-item strong {
  color: #07111f;
  font-size: clamp(1.55rem, 3vw, 2.55rem);
  font-weight: 650 !important;
  line-height: 1;
}
.pz-enterprise-media__stat-item span {
  color: #64748b;
  font-size: .94rem;
  line-height: 1.35;
}
.pz-enterprise-media__stat-divider {
  background: rgba(148,163,184,.42);
  display: block;
  height: 40px;
  width: 1px;
}
.pz-enterprise-media--split .pz-enterprise-media__actions {
  margin-top: 32px;
}
.pz-enterprise-media--split .pz-enterprise-media__button--primary {
  background: #1e40af;
  box-shadow: none;
}
.pz-enterprise-media--split .pz-enterprise-media__button--primary:hover {
  background: #1d4ed8;
}
.pz-enterprise-media--floating-proof {
  background: linear-gradient(135deg, #fff 0%, #eff6ff 52%, #dbeafe 100%);
  padding-block: clamp(72px, 8vw, 112px);
}
.pz-enterprise-media--floating-proof .pz-enterprise-media__container {
  max-width: min(100% - 48px, 1280px);
}
.pz-enterprise-media__workflow-head {
  margin: 0 auto clamp(36px, 5vw, 64px);
  max-width: 820px;
  text-align: center;
}
.pz-enterprise-media__workflow-head .pz-enterprise-media__eyebrow {
  align-items: center;
  background: #dbeafe;
  border-radius: 999px;
  color: #1467cf;
  display: inline-flex;
  justify-content: center;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding: 9px 16px;
  text-transform: none;
}
.pz-enterprise-media__workflow-head .pz-enterprise-media__title {
  color: #1467cf;
  font-size: clamp(2rem, 4.2vw, 3.7rem);
  margin-inline: auto;
}
.pz-enterprise-media__workflow-head .pz-enterprise-media__description {
  color: #0f172a;
  font-size: 1.08rem;
  margin-inline: auto;
  max-width: 720px;
}
.pz-enterprise-media__workflow-grid {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(0, 1fr) minmax(340px, .94fr);
}
.pz-enterprise-media__workflow-cards {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  position: relative;
}
.pz-enterprise-media__workflow-cards::before {
  background: linear-gradient(90deg, transparent, rgba(20,103,207,.45), transparent);
  content: "";
  height: 2px;
  left: 22%;
  position: absolute;
  right: -18%;
  top: 50%;
  z-index: 0;
}
.pz-enterprise-media__workflow-card {
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(148,163,184,.18);
  border-radius: 22px;
  box-shadow: 0 14px 34px rgba(15,23,42,.08);
  min-width: 0;
  padding: 24px;
  position: relative;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
  z-index: 1;
}
.pz-enterprise-media__workflow-card:hover {
  border-color: rgba(20,103,207,.34);
  box-shadow: 0 24px 54px rgba(20,103,207,.14);
  transform: translateY(-3px);
}
.pz-enterprise-media__workflow-card-top {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}
.pz-enterprise-media__workflow-icon {
  align-items: center;
  background: #dbeafe;
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(20,103,207,.18);
  color: #1467cf;
  display: inline-flex;
  font-size: .78rem;
  font-weight: 900;
  height: 48px;
  justify-content: center;
  width: 48px;
}
.pz-enterprise-media__workflow-card-top strong {
  color: #94a3b8;
  font-size: .9rem;
  font-weight: 850;
}
.pz-enterprise-media__workflow-card h3 {
  color: #07111f;
  font-size: 1.08rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 0 0 8px;
}
.pz-enterprise-media__workflow-card p {
  color: #64748b;
  font-size: .9rem;
  line-height: 1.65;
  margin: 0;
}
.pz-enterprise-media--floating-proof .pz-enterprise-media__media {
  background: transparent;
  border: 0;
  box-shadow: none !important;
  overflow: visible;
}
.pz-enterprise-media--floating-proof .pz-enterprise-media__image {
  border-radius: 28px;
  box-shadow: 0 24px 60px rgba(15,23,42,.18);
  min-height: 440px;
}
.pz-enterprise-media--floating-proof .pz-enterprise-media__media::after {
  background: linear-gradient(45deg, rgba(20,103,207,.1), rgba(124,58,237,.1));
  border-radius: 28px;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}
.pz-enterprise-media--floating-proof .pz-enterprise-media__actions {
  justify-content: center;
  margin-top: clamp(34px, 5vw, 58px);
}

@media (max-width: 980px) {
  .pz-enterprise-media--split .pz-enterprise-media__grid,
  .pz-enterprise-media--split.pz-enterprise-media--media-right .pz-enterprise-media__grid,
  .pz-enterprise-media--gradient-feature .pz-enterprise-media__grid {
    grid-template-columns: 1fr;
  }
  .pz-enterprise-media--split .pz-enterprise-media__media,
  .pz-enterprise-media--split.pz-enterprise-media--media-right .pz-enterprise-media__media,
  .pz-enterprise-media--gradient-feature .pz-enterprise-media__media {
    justify-self: center;
    width: min(100%, 500px);
  }
  .pz-enterprise-media__workflow-grid {
    grid-template-columns: 1fr;
  }
  .pz-enterprise-media__workflow-cards::before {
    display: none;
  }
}

@media (max-width: 640px) {
  .pz-enterprise-media--split {
    padding-block: 56px;
  }
  .pz-enterprise-media--split .pz-enterprise-media__container {
    max-width: min(100% - 28px, 1280px);
  }
  .pz-enterprise-media--split .pz-enterprise-media__media,
  .pz-enterprise-media--split.pz-enterprise-media--media-right .pz-enterprise-media__media,
  .pz-enterprise-media--gradient-feature .pz-enterprise-media__media {
    height: 350px;
    width: min(100%, 320px);
  }
  .pz-enterprise-media__stats-inline {
    align-items: flex-start;
    gap: 18px;
  }
  .pz-enterprise-media__stat-divider {
    display: none;
  }
  .pz-enterprise-media--floating-proof {
    padding-block: 56px;
  }
  .pz-enterprise-media--floating-proof .pz-enterprise-media__container {
    max-width: min(100% - 28px, 1280px);
  }
  .pz-enterprise-media__workflow-cards {
    grid-template-columns: 1fr;
  }
  .pz-enterprise-media__workflow-card {
    border-radius: 18px;
    padding: 20px;
  }
  .pz-enterprise-media--floating-proof .pz-enterprise-media__image {
    min-height: 300px;
  }
}

@media (max-width: 782px) {
  .pz-metrics-showcase.pz-suite .pz-metrics-showcase__head :is(h1,h2,h3,h4,h5,h6) {
    font-size: 2rem !important;
    line-height: 1.08 !important;
    max-width: 17ch !important;
    overflow-wrap: anywhere !important;
    white-space: normal !important;
  }

  .pz-metrics-showcase.pz-suite .pz-metrics-showcase__head p:not(.pz-eyebrow) {
    max-width: 31ch !important;
  }
}

