.pzik-single-post-template {
  background: #f5f8f6;
}

.pzik-single-post-template .nav-actions .quote-btn {
  display: inline-flex;
  border-color: rgba(255, 255, 255, 0.48);
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  box-shadow: none;
}

.pzik-single-post-page {
  background: #f5f8f6;
}

.pzik-post-hero {
  min-height: 620px;
  display: flex;
  align-items: flex-end;
  color: #ffffff;
  background-image:
    linear-gradient(180deg, rgba(5, 20, 19, 0.68) 0%, rgba(5, 20, 19, 0.38) 42%, rgba(5, 20, 19, 0.72) 100%),
    linear-gradient(90deg, rgba(5, 20, 19, 0.72) 0%, rgba(5, 20, 19, 0.48) 48%, rgba(5, 20, 19, 0.18) 100%),
    url("https://wxmo.com/wp-content/uploads/2026/07/11-blog-insights.webp");
  background-position: center;
  background-size: cover;
}

.pzik-post-hero-inner {
  padding: 220px 0 76px;
}

.pzik-post-back,
.pzik-post-kicker,
.pzik-post-meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pzik-post-back {
  min-height: 38px;
  margin-bottom: 28px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
}

.pzik-post-back svg {
  width: 16px;
  height: 16px;
}

.pzik-post-kicker {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pzik-post-hero h1 {
  width: min(940px, 100%);
  margin: 0;
  color: #ffffff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 4.8vw, 74px);
  font-weight: 500;
  line-height: 1.06;
  letter-spacing: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.22);
}

.pzik-post-meta {
  margin-top: 24px;
  flex-wrap: wrap;
  color: rgba(255, 255, 255, 0.82);
  font-size: 14px;
  font-weight: 800;
}

.pzik-post-meta span + span::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
}

.pzik-post-summary {
  width: min(780px, 100%);
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 19px;
  line-height: 1.72;
}

.pzik-post-body-section {
  padding: 74px 0 94px;
}

.pzik-post-content {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.pzik-post-content .pzik-article-shell {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 780px) 340px;
  gap: 72px;
  align-items: start;
}

.pzik-post-content .pzik-article-main {
  min-width: 0;
  padding: 52px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 48, 62, 0.06);
}

.pzik-post-content .pzik-article-main-full {
  width: min(780px, 100%);
  margin: 0 auto;
}

.pzik-post-content [data-pzik-toc-heading] {
  scroll-margin-top: 118px;
}

.pzik-post-content > :not(.pzik-article-shell) {
  width: min(780px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.pzik-post-content h1 {
  display: none;
}

.pzik-post-content h2,
.pzik-post-content h3,
.pzik-post-content h4 {
  color: #101a23;
  letter-spacing: 0;
}

.pzik-post-content h2 {
  margin: 56px 0 18px;
  font-size: 34px;
  line-height: 1.18;
}

.pzik-post-content h3 {
  margin: 38px 0 14px;
  font-size: 25px;
  line-height: 1.24;
}

.pzik-post-content h4 {
  margin: 28px 0 10px;
  font-size: 20px;
  line-height: 1.3;
}

.pzik-post-content p,
.pzik-post-content li {
  color: #364554;
  font-size: 18px;
  line-height: 1.82;
}

.pzik-post-content p {
  margin: 0 0 22px;
}

.pzik-post-content ul,
.pzik-post-content ol {
  margin: 0 0 26px;
  padding-left: 24px;
}

.pzik-post-content a {
  color: #0f6d55;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pzik-post-content blockquote {
  margin: 34px 0;
  padding: 24px 28px;
  border-left: 4px solid #6f9280;
  border-radius: 0 8px 8px 0;
  background: #eef6f1;
  color: #1f332b;
}

.pzik-post-content img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 34px auto;
  border-radius: 8px;
}

.pzik-post-content table {
  width: 100%;
  margin: 34px 0;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  font-size: 15px;
}

.pzik-post-content th,
.pzik-post-content td {
  padding: 14px;
  border-bottom: 1px solid #dfe8e4;
  text-align: left;
  vertical-align: top;
}

.pzik-post-content th {
  background: #eef6f1;
  color: #101a23;
  font-weight: 900;
}

.pzik-post-content .pzik-article-toc {
  position: sticky;
  top: 118px;
  align-self: start;
}

body.admin-bar .pzik-post-content .pzik-article-toc {
  top: 150px;
}

.pzik-post-content .pzik-toc-card {
  border-color: #dfe8e4;
  border-radius: 8px;
  background: #ffffff;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(31, 48, 62, 0.06);
}

.pzik-post-content .pzik-toc-title {
  width: 100%;
  min-height: 66px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  border: 0;
  border-bottom: 1px solid #dfe8e4;
  background: transparent;
  color: #101a23;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  text-align: left;
}

.pzik-post-content .pzik-toc-caret {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  border-top: 3px solid currentColor;
  border-left: 3px solid currentColor;
  transform: rotate(45deg) translateY(3px);
  transition: transform 160ms ease;
}

.pzik-post-content .pzik-toc-card:not(.is-open) .pzik-toc-caret {
  transform: rotate(225deg) translateY(3px);
}

.pzik-post-content .pzik-toc-nav {
  max-height: calc(100vh - 250px);
  overflow: auto;
  padding: 16px 22px 20px;
}

.pzik-post-content .pzik-toc-card:not(.is-open) .pzik-toc-nav {
  display: none;
}

.pzik-post-content .pzik-toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pzik-post-content .pzik-toc-item {
  margin: 0;
}

.pzik-post-content .pzik-toc-item a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  padding: 7px 0;
  color: #30343a;
  text-decoration: none;
  font-size: 14px;
  font-weight: 780;
  line-height: 1.38;
}

.pzik-post-content .pzik-toc-level-3 a {
  padding-left: 22px;
  color: #565d66;
  font-size: 13px;
  font-weight: 650;
}

.pzik-post-content .pzik-toc-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pzik-post-content .pzik-toc-item a:hover,
.pzik-post-content .pzik-toc-item a.is-active {
  color: #0f6d55;
}

.pzik-post-content .pzik-toc-item a.is-active .pzik-toc-text {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pzik-post-content .pzik-toc-cta {
  min-height: 48px;
  margin-top: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 18px;
  border-radius: 999px;
  background: #377861;
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 900;
}

.pzik-post-rfq-section,
.pzik-post-faq-section {
  background: #f5f8f6;
}

.pzik-post-rfq-section {
  padding: 0 0 72px;
}

.pzik-post-rfq-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 18px 44px rgba(31, 48, 62, 0.06);
}

.pzik-post-rfq-card p,
.pzik-post-faq-head p {
  margin: 0 0 10px;
  color: #377861;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.pzik-post-rfq-card h2,
.pzik-post-faq-head h2 {
  margin: 0;
  color: #101a23;
  font-size: 36px;
  line-height: 1.12;
}

.pzik-post-rfq-card span {
  display: block;
  max-width: 760px;
  margin-top: 14px;
  color: #62707f;
  font-size: 16px;
  line-height: 1.7;
}

.pzik-post-rfq-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.pzik-post-rfq-actions .primary-btn,
.pzik-post-rfq-actions .secondary-btn {
  min-width: 170px;
}

.pzik-post-faq-section {
  padding: 0 0 86px;
}

.pzik-post-faq-head {
  width: min(760px, 100%);
  margin-bottom: 28px;
}

.pzik-post-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pzik-post-faq-grid article {
  min-height: 230px;
  padding: 24px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(31, 48, 62, 0.05);
}

.pzik-post-faq-grid h3 {
  margin: 0;
  color: #101a23;
  font-size: 21px;
  line-height: 1.28;
}

.pzik-post-faq-grid p {
  margin: 14px 0 0;
  color: #62707f;
  font-size: 15px;
  line-height: 1.7;
}

.pzik-related-section {
  padding: 0 0 94px;
  background: #f5f8f6;
}

.pzik-related-head {
  width: min(760px, 100%);
  margin-bottom: 28px;
}

.pzik-related-head p {
  margin: 0 0 10px;
  color: #377861;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.pzik-related-head h2 {
  margin: 0;
  color: #101a23;
  font-size: 36px;
  line-height: 1.12;
}

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

.pzik-related-card a {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dfe8e4;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 12px 32px rgba(31, 48, 62, 0.05);
}

.pzik-related-card span {
  color: #377861;
  font-size: 13px;
  font-weight: 900;
}

.pzik-related-card h3 {
  margin: 16px 0 10px;
  color: #101a23;
  font-size: 22px;
  line-height: 1.24;
}

.pzik-related-card p {
  margin: 0;
  color: #62707f;
  font-size: 15px;
  line-height: 1.65;
}

@media (max-width: 1000px) {
  .pzik-single-post-template .nav-actions .quote-btn {
    border-color: transparent;
    background: var(--pzik-sage);
  }

  .pzik-post-hero {
    min-height: auto;
  }

  .pzik-post-hero-inner {
    padding: 76px 0 56px;
  }

  .pzik-post-hero h1 {
    font-size: clamp(38px, 10vw, 58px);
  }

  .pzik-post-summary {
    font-size: 18px;
  }

  .pzik-post-body-section {
    padding: 42px 0 68px;
  }

  .pzik-post-content,
  .pzik-post-content .pzik-article-shell {
    width: min(100% - 28px, 780px);
  }

  .pzik-post-content .pzik-article-main {
    width: 100%;
    padding: 32px 24px;
  }

  .pzik-post-content .pzik-article-toc {
    position: static;
    width: 100%;
  }

  .pzik-post-content .pzik-toc-text {
    white-space: normal;
  }

  .pzik-post-rfq-card {
    grid-template-columns: 1fr;
  }

  .pzik-post-rfq-actions {
    justify-content: flex-start;
  }

  .pzik-post-faq-grid {
    grid-template-columns: 1fr;
  }

  .pzik-post-content h2 {
    margin-top: 42px;
    font-size: 28px;
  }

  .pzik-post-content h3 {
    font-size: 22px;
  }

  .pzik-post-content p,
  .pzik-post-content li {
    font-size: 17px;
    line-height: 1.78;
  }

  .pzik-related-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .pzik-post-hero-inner {
    padding: 58px 0 44px;
  }

  .pzik-post-back {
    margin-bottom: 22px;
  }

  .pzik-post-hero h1 {
    font-size: 38px;
  }

  .pzik-post-meta {
    gap: 10px;
  }

  .pzik-post-meta span + span::before {
    display: none;
  }

  .pzik-post-summary {
    font-size: 16px;
  }

  .pzik-post-content .pzik-article-main {
    padding: 26px 20px;
  }

  .pzik-post-rfq-card {
    padding: 24px;
  }

  .pzik-post-rfq-card h2,
  .pzik-post-faq-head h2 {
    font-size: 28px;
  }

  .pzik-post-rfq-actions,
  .pzik-post-rfq-actions .primary-btn,
  .pzik-post-rfq-actions .secondary-btn {
    width: 100%;
  }

  .pzik-related-head h2 {
    font-size: 28px;
  }
}
