:root {
  --pz-base: #f2f2f2;
  --pz-surface: #ffffff;
  --pz-surface-soft: #f4f6fb;
  --pz-ink: #0a0f1a;
  --pz-ink-soft: #1e293b;
  --pz-muted: #4a5568;
  --pz-border: #e2e8f0;
  --pz-primary: #1467cf;
  --pz-accent: #538eff;
  --pz-navy: #1e40af;
  --pz-dark: #030712;
  --pz-radius-sm: 10px;
  --pz-radius-md: 16px;
  --pz-radius-lg: 24px;
  --pz-shadow: 0 16px 44px rgba(20, 103, 207, 0.1);
  --pz-shadow-strong: 0 28px 70px rgba(10, 15, 26, 0.18);
  --pz-container: min(1600px, calc(100vw - 96px));
  --pz-type-body: 15.5px;
  --pz-type-small: 13px;
  --pz-type-lead: clamp(.96rem, 1vw, 1.06rem);
  --pz-type-hero: clamp(1.9rem, 3vw, 3.25rem);
  --pz-type-h1: clamp(1.8rem, 2.6vw, 2.85rem);
  --pz-type-h2: clamp(1.42rem, 2vw, 2.1rem);
  --pz-type-h3: clamp(1.08rem, 1.35vw, 1.35rem);
  --pz-weight-heading: 500;
  --pz-weight-subheading: 500;
  --pz-weight-body-strong: 500;
  --pz-tracking-tight: 0;
  --pz-copy-line: 1.68;
}

html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body {
  background: var(--pz-base);
  color: var(--pz-ink-soft);
  font-family: "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: var(--pz-type-body);
  line-height: var(--pz-copy-line);
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
body, button, input, textarea, select { font-family: "Montserrat", system-ui, sans-serif; }
h1, h2, h3, h4, h5, h6, p { margin-top: 0; }
h1 { font-size: var(--pz-type-h1); line-height: 1.08; font-weight: var(--pz-weight-heading); letter-spacing: var(--pz-tracking-tight); }
h2 { font-size: var(--pz-type-h2); line-height: 1.14; font-weight: var(--pz-weight-heading); letter-spacing: var(--pz-tracking-tight); }
h3 { font-size: var(--pz-type-h3); line-height: 1.22; font-weight: var(--pz-weight-subheading); letter-spacing: var(--pz-tracking-tight); }
h4 { font-size: 1.05rem; line-height: 1.35; font-weight: var(--pz-weight-subheading); }
h5 { font-size: .98rem; line-height: 1.4; font-weight: var(--pz-weight-subheading); }
h6 { font-size: .86rem; line-height: 1.4; font-weight: var(--pz-weight-subheading); }
p { font-size: 1rem; line-height: var(--pz-copy-line); }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.wp-site-blocks, .wp-site-blocks > * { margin-block-start: 0; }
.wp-site-blocks { padding: 0; overflow: clip; }
.wp-site-blocks .alignfull,
.alignfull {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}
.wp-block-post-content > * { margin-block-start: 0; }
.pz-page-main { margin: 0; }

.pz-site-header {
  background: rgba(255,255,255,.98);
  border-bottom: 1px solid rgba(10,15,26,.08);
  box-shadow: 0 10px 34px rgba(10,15,26,.07);
  color: var(--pz-ink);
  position: sticky;
  top: 0;
  z-index: 1000;
}
body.admin-bar .pz-site-header { top: 32px; }
.pz-header-inner {
  align-items: center;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: var(--pz-container);
  min-height: 78px;
  position: relative;
}
.pz-brand { align-items: center; display: inline-flex; flex: 0 0 auto; text-decoration: none; }
.pz-brand img { display: block; height: 64px; object-fit: contain; width: auto; }
.pz-mega-nav { align-items: center; display: flex; flex: 1 1 auto; gap: 2px; justify-content: center; min-width: 0; }
.pz-nav-item { position: static; }
.pz-nav-item > button,
.pz-header-contact {
  align-items: center;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  display: inline-flex;
  font-size: 12px;
  font-weight: 800;
  justify-content: center;
  letter-spacing: .02em;
  min-height: 40px;
  padding: 9px 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background .2s ease, color .2s ease, box-shadow .2s ease, transform .2s ease;
  white-space: nowrap;
}
.pz-nav-item > button { background: transparent; color: #334155; }
.pz-nav-item > button::after {
  border: solid currentColor;
  border-width: 0 1.5px 1.5px 0;
  content: "";
  display: inline-block;
  height: 6px;
  margin-left: 8px;
  transform: rotate(45deg) translateY(-2px);
  width: 6px;
}
.pz-nav-item:hover > button,
.pz-nav-item.is-open > button { background: #eef4ff; color: var(--pz-primary); }
.pz-header-contact { background: #111827; box-shadow: 0 12px 28px rgba(10,15,26,.18); color: #fff; flex: 0 0 auto; padding-inline: 16px; }
.pz-header-contact:hover { background: #0a0f1a; transform: translateY(-1px); }
.pz-mega-panel {
  left: 50%;
  opacity: 0;
  padding-top: 14px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 12px);
  transition: opacity .18s ease, transform .18s ease;
  width: min(100vw - 32px, 1540px);
  z-index: 20;
}
.pz-nav-item:hover .pz-mega-panel,
.pz-nav-item.is-open .pz-mega-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.pz-mega-panel-inner {
  background: linear-gradient(135deg, #fff 0%, #f8fbff 58%, #eef5ff 100%);
  border: 1px solid rgba(20,103,207,.12);
  border-radius: 8px;
  box-shadow: 0 34px 90px rgba(10,15,26,.18);
  display: grid;
  gap: 22px;
  grid-template-columns: minmax(230px, .28fr) minmax(0, 1fr) minmax(260px, .28fr);
  max-height: calc(100vh - 116px);
  overflow: auto;
  padding: 24px;
}
.pz-mega-panel-slim .pz-mega-panel-inner { grid-template-columns: minmax(250px, .34fr) minmax(0, .9fr) minmax(260px, .32fr); }
.pz-mega-intro,
.pz-mega-spotlight {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 0;
  padding: 20px;
}
.pz-mega-intro {
  background: #061225;
  color: #fff;
  min-height: 100%;
}
.pz-mega-intro span,
.pz-mega-spotlight span {
  color: #7fb3ff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.pz-mega-intro strong,
.pz-mega-spotlight strong {
  color: inherit;
  font-size: 20px;
  font-weight: 850;
  line-height: 1.22;
}
.pz-mega-intro p,
.pz-mega-spotlight p {
  color: rgba(255,255,255,.72);
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}
.pz-mega-intro a,
.pz-mega-spotlight a {
  align-items: center;
  background: #fff;
  border-radius: 999px;
  color: #061225;
  display: inline-flex;
  font-size: 12px;
  font-weight: 900;
  justify-content: center;
  margin-top: auto;
  min-height: 42px;
  padding: 10px 16px;
  text-decoration: none;
  width: fit-content;
}
.pz-mega-groups {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.pz-mega-groups-compact { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pz-mega-groups section {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 14px;
}
.pz-mega-groups h3 {
  color: #0f172a;
  font-size: 13px;
  letter-spacing: .04em;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.pz-mega-groups a {
  border-radius: 8px;
  color: #1f2937;
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  padding: 10px;
  text-decoration: none;
}
.pz-mega-groups a:hover,
.pz-mega-groups a:focus-visible { background: #eef4ff; color: var(--pz-primary); outline: none; }
.pz-mega-groups a span {
  color: #64748b;
  display: block;
  font-size: 11.5px;
  font-weight: 550;
  line-height: 1.45;
  margin-top: 4px;
}
.pz-mega-spotlight {
  background: #ffffff;
  border: 1px solid rgba(20,103,207,.14);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.7);
  color: #0f172a;
}
.pz-mega-visual {
  overflow: hidden;
  padding: 14px;
}
.pz-mega-visual > img {
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  display: block;
  height: auto;
  object-fit: cover;
  width: 100%;
}
.pz-mega-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.pz-mega-badges b {
  background: rgba(20,103,207,.1);
  border: 1px solid rgba(20,103,207,.16);
  border-radius: 999px;
  color: #164b9d;
  font-size: 11px;
  font-weight: 850;
  line-height: 1;
  padding: 8px 9px;
}
.pz-mega-spotlight p { color: #475569; }
.pz-mega-spotlight a { background: #111827; color: #fff; }
.pz-mega-spotlight-blue { background: linear-gradient(135deg, #f5f9ff, #e8f1ff); }
.pz-mega-spotlight-dark { background: #0b1120; color: #fff; }
.pz-mega-spotlight-dark p { color: rgba(255,255,255,.72); }
.pz-mega-spotlight-dark .pz-mega-badges b { background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.16); color: #dbeafe; }
.pz-menu-toggle { background: #f3f4f6; border: 0; border-radius: 8px; display: none; gap: 4px; height: 42px; padding: 10px; width: 44px; }
.pz-menu-toggle span { background: #111827; border-radius: 2px; display: block; height: 2px; width: 20px; }

.wp-block-button__link,
.pz-button { align-items: center; background: #111827; border-radius: 999px; color: #fff; display: inline-flex; font-size: 14px; font-weight: 800; gap: 10px; justify-content: center; min-height: 46px; padding: .9rem 1.45rem; text-decoration: none; }

.pz-site-footer { background: #000; color: rgba(255,255,255,.76); overflow: hidden; position: relative; }
.pz-site-footer::before { background: linear-gradient(180deg, rgba(20,103,207,.14), transparent 36%); content: ""; inset: 0; pointer-events: none; position: absolute; }
.pz-footer-inner { margin: 0 auto; max-width: 1600px; padding: 56px 48px 28px; position: relative; z-index: 1; }
.pz-footer-grid { display: grid; gap: 48px; grid-template-columns: 1fr 1fr 1fr; }
.pz-footer-grid-enterprise { grid-template-columns: minmax(260px, .9fr) minmax(460px, 1.25fr) minmax(320px, .95fr); }
.pz-footer-grid-suite { align-items: start; }
.pz-footer-columns { display: grid; gap: 24px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.pz-footer-logo img { display: block; height: 80px; object-fit: contain; width: auto; }
.pz-footer-brand p, .pz-footer-contact p, .pz-site-footer span { color: rgba(255,255,255,.68); }
.pz-social-row { display: flex; gap: 12px; margin-top: 28px; }
.pz-social-row a { align-items: center; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: rgba(255,255,255,.72); display: inline-flex; font-weight: 800; height: 40px; justify-content: center; text-decoration: none; width: 40px; }
.pz-social-row a:hover { background: var(--pz-primary); color: #fff; }
.pz-social-row svg { fill: none; height: 18px; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2; width: 18px; }
.pz-footer-links { display: grid; gap: 34px; grid-template-columns: 1fr 1fr; }
.pz-footer-links-enterprise { gap: 26px; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pz-site-footer h3 { color: #fff; font-size: 18px; font-weight: 700; margin: 0 0 16px; }
.pz-footer-links h3:nth-of-type(n + 2) { margin-top: 32px; }
.pz-site-footer a { color: rgba(255,255,255,.66); display: table; font-size: 14px; margin: 0 0 10px; text-decoration: none; }
.pz-site-footer a:hover { color: #60a5fa; }
.pz-footer-contact > a, .pz-footer-contact > span { margin-bottom: 12px; }
.pz-footer-contact strong { color: #fff; }
.pz-footer-contact-list { display: grid; gap: 8px; margin: 18px 0; }
.pz-footer-offices { display: grid; gap: 10px; margin: 20px 0; }
.pz-footer-offices div {
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 8px;
  display: grid;
  gap: 4px;
  padding: 12px;
}
.pz-footer-offices span { display: block; font-size: 13px; line-height: 1.45; }
.pz-footer-contact .pz-btn { display: inline-flex; margin: 0 0 10px; width: fit-content; }
.pz-newsletter { display: grid; gap: 12px; margin-top: 24px; }
.pz-newsletter label { color: #fff; font-size: 18px; font-weight: 700; }
.pz-newsletter div { display: flex; gap: 10px; }
.pz-newsletter input { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); border-radius: 10px; color: #fff; min-width: 0; padding: 12px 14px; width: 100%; }
.pz-newsletter button { background: linear-gradient(90deg, #03122d, #001b40, #1557d9); border: 0; border-radius: 10px; color: #fff; cursor: pointer; font-weight: 700; padding: 12px 16px; }
.pz-footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.1); display: flex; gap: 18px; justify-content: space-between; margin-top: 48px; padding-top: 24px; }
.pz-footer-bottom p { color: rgba(255,255,255,.62); margin: 0; }
.pz-footer-bottom nav { display: flex; gap: 24px; }
.pz-footer-bottom a { margin: 0; }

.pz-sitemap-index {
  margin: 0 auto;
  max-width: var(--pz-container);
  padding: 64px 0 96px;
}
.pz-sitemap-index-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.pz-sitemap-index article {
  background: #fff;
  border: 1px solid rgba(15,23,42,.08);
  border-radius: 8px;
  box-shadow: 0 14px 34px rgba(15,23,42,.05);
  min-width: 0;
  padding: 20px;
}
.pz-sitemap-index h2 {
  color: #0f172a;
  font-size: 18px;
  line-height: 1.2;
  margin: 0 0 14px;
}
.pz-sitemap-index ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.pz-sitemap-index a {
  color: #334155;
  display: inline-flex;
  font-size: 14px;
  line-height: 1.35;
  text-decoration: none;
}
.pz-sitemap-index a:hover {
  color: var(--pz-primary);
}

/* Final soft typography guardrail for manually managed content and navigation. */
.pz-site-header :is(button,a,strong,h1,h2,h3,h4,h5,h6),
.pz-site-footer :is(a,strong,h1,h2,h3,h4,h5,h6,label,button),
.pz-sitemap-index :is(a,strong,h1,h2,h3,h4,h5,h6),
.wp-site-blocks :is(h1,h2,h3,h4,h5,h6) {
  font-weight: 500;
}

.pz-site-header .pz-header-contact,
.pz-site-footer .pz-newsletter button {
  font-weight: 600;
}

@media (max-width: 1120px) {
  .pz-menu-toggle { align-items: center; display: inline-flex; flex-direction: column; justify-content: center; }
  .pz-header-inner { flex-wrap: wrap; padding-inline: 14px; width: 100%; }
  .pz-mega-nav { background: #fff; border-top: 1px solid rgba(10,15,26,.08); display: none; flex-basis: 100%; flex-direction: column; gap: 8px; max-height: calc(100vh - 90px); order: 5; overflow: auto; padding: 12px 0 18px; width: 100%; }
  .pz-site-header.is-mobile-open .pz-mega-nav { display: flex; }
  .pz-nav-item { width: 100%; }
  .pz-nav-item > button { border-radius: 8px; justify-content: space-between; width: 100%; }
  .pz-nav-item:hover .pz-mega-panel { opacity: 0; pointer-events: none; }
  .pz-nav-item.is-open .pz-mega-panel { display: block; opacity: 1; pointer-events: auto; transform: none; }
  .pz-mega-panel { display: none; left: auto; padding: 0; position: static; transform: none; width: 100%; }
  .pz-mega-panel-inner,
  .pz-mega-panel-slim .pz-mega-panel-inner {
    border-radius: 8px;
    box-shadow: none;
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
    padding: 14px;
  }
  .pz-mega-groups,
  .pz-mega-groups-compact { grid-template-columns: 1fr 1fr; }
  .pz-mega-intro,
  .pz-mega-spotlight { padding: 16px; }
  .pz-mega-visual { padding: 12px; }
  .pz-footer-grid-enterprise { grid-template-columns: 1fr; }
  .pz-footer-links-enterprise { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pz-sitemap-index-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) { body.admin-bar .pz-site-header { top: 46px; } }
@media (max-width: 720px) {
  :root { --pz-container: min(100% - 28px, 1600px); }
  body { font-size: 16px; }
  .pz-header-inner { flex-wrap: wrap; min-height: 68px; padding-inline: 12px; width: 100%; }
  .pz-brand img { height: 46px; }
  .pz-menu-toggle { margin-left: auto; }
  .pz-header-contact { display: none; }
  .pz-mega-nav { max-height: calc(100vh - 74px); }
  .pz-mega-panel-inner { padding: 10px; }
  .pz-mega-groups,
  .pz-mega-groups-compact { grid-template-columns: 1fr; }
  .pz-mega-intro strong,
  .pz-mega-spotlight strong { font-size: 18px; }
  .pz-footer-inner { padding: 44px 22px 24px; }
  .pz-footer-grid, .pz-footer-links, .pz-footer-links-enterprise, .pz-footer-columns { grid-template-columns: 1fr; }
  .pz-newsletter div, .pz-footer-bottom { align-items: stretch; flex-direction: column; }
  .pz-footer-bottom nav { flex-wrap: wrap; gap: 14px; }
  .pz-sitemap-index { padding: 42px 14px 64px; }
  .pz-sitemap-index-grid { grid-template-columns: 1fr; }
}
