.pzb-section {
  box-sizing: border-box;
  margin: 0;
  padding: clamp(48px, 7vw, 88px) 24px;
}

.editor-styles-wrapper .pzb-section {
  font-family: inherit;
}

.pzb-section *,
.pzb-section *::before,
.pzb-section *::after {
  box-sizing: border-box;
}

.pzb-section.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: none;
  width: auto;
}

.pzb-section.alignwide {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--style--global--wide-size, 1200px);
}

.wp-block-group.pzb-section.alignwide {
  max-width: var(--wp--style--global--wide-size, 1200px) !important;
}

.pzb-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.pzb-width-narrow {
  max-width: 760px;
}

.pzb-width-wide {
  max-width: 1160px !important;
}

.pzb-width-full {
  max-width: none;
}

.pzb-eyebrow {
  color: #07586a;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.pzb-section h1,
.pzb-section h2,
.pzb-section h3 {
  letter-spacing: 0;
}

.pzb-section h1 {
  font-size: clamp(36px, 6vw, 72px);
  line-height: 0.98;
  margin: 0;
}

.pzb-section h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  margin: 0 0 18px;
}

.pzb-section h3 {
  font-size: 21px;
  line-height: 1.25;
  margin: 0 0 10px;
}

.pzb-lead {
  color: #4f5b66;
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.55;
  margin: 20px 0 0;
  max-width: 760px;
}

.pzb-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.pzb-button,
.pzb-button-row .wp-block-button__link {
  align-items: center;
  border: 1px solid #07586a;
  border-radius: 6px;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  text-decoration: none;
}

.pzb-button-primary,
.pzb-button-primary .wp-block-button__link {
  background: #ffd23f;
  border-color: #ffd23f;
  color: #101820;
}

.pzb-button-secondary,
.pzb-button-secondary .wp-block-button__link {
  background: #ffffff;
  color: #07586a;
}

.pzb-hero {
  background: linear-gradient(115deg, rgba(6, 54, 67, 0.96), rgba(7, 88, 106, 0.8)), #063643;
  color: #ffffff;
}

.pzb-hero h1,
.pzb-hero h2,
.pzb-hero h3,
.pzb-hero .pzb-eyebrow,
.pzb-hero .pzb-lead {
  color: rgba(255, 255, 255, 0.9);
}

.pzb-hero h1 {
  color: #ffffff;
}

.pzb-hero-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 64px);
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.9fr);
}

.pzb-inner > .pzb-hero-grid,
.pzb-inner > .pzb-core-card-columns,
.pzb-inner > .pzb-core-price-columns,
.pzb-inner > .pzb-core-step-columns,
.pzb-inner > .pzb-local-grid {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: none !important;
  width: 100%;
}

.pzb-hero-media {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.pzb-hero-media img,
.pzb-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.pzb-hero-media img {
  aspect-ratio: 4 / 3;
}

.pzb-proof-panel {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.18);
  color: #101820;
  padding: clamp(22px, 3vw, 34px);
}

.pzb-proof-panel h3 {
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.08;
}

.pzb-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.pzb-list li {
  display: grid;
  gap: 10px;
  grid-template-columns: 24px 1fr;
}

.pzb-list li::before {
  background: #2f8f5b;
  border-radius: 999px;
  color: #ffffff;
  content: "✓";
  display: grid;
  font-size: 13px;
  font-weight: 900;
  height: 24px;
  place-items: center;
  width: 24px;
}

.pzb-muted {
  color: #4f5b66;
  line-height: 1.65;
}

.pzb-grid-3,
.pzb-grid-4 {
  display: grid;
  gap: 18px;
}

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

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

.editor-styles-wrapper .pzb-grid-3 > .block-editor-inner-blocks,
.editor-styles-wrapper .pzb-grid-4 > .block-editor-inner-blocks {
  grid-column: 1 / -1;
  width: 100%;
}

.editor-styles-wrapper .pzb-faq-list > .block-editor-inner-blocks {
  width: 100%;
}

.editor-styles-wrapper .pzb-grid-3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
.editor-styles-wrapper .pzb-grid-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  gap: 18px;
  margin: 0;
  width: 100%;
}

.editor-styles-wrapper .pzb-grid-3 > .block-editor-inner-blocks > .block-editor-block-list__layout {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.editor-styles-wrapper .pzb-grid-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.editor-styles-wrapper .pzb-faq-list > .block-editor-inner-blocks > .block-editor-block-list__layout {
  display: grid;
  gap: 12px;
  margin: 0;
  width: 100%;
}

.editor-styles-wrapper .pzb-grid-3 .block-editor-block-list__block,
.editor-styles-wrapper .pzb-grid-4 .block-editor-block-list__block,
.editor-styles-wrapper .pzb-faq-list .block-editor-block-list__block {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
  min-width: 0;
  width: auto;
}

.editor-styles-wrapper .pzb-grid-3 .block-editor-block-list__block::before,
.editor-styles-wrapper .pzb-grid-4 .block-editor-block-list__block::before,
.editor-styles-wrapper .pzb-faq-list .block-editor-block-list__block::before {
  left: 0;
  right: 0;
}

.editor-styles-wrapper .pzb-grid-3 .block-list-appender,
.editor-styles-wrapper .pzb-grid-4 .block-list-appender,
.editor-styles-wrapper .pzb-faq-list .block-list-appender {
  grid-column: 1 / -1;
}

.pzb-card,
.pzb-price-card,
.pzb-step,
.pzb-faq-item,
.pzb-local-box {
  background: #ffffff;
  border: 1px solid #dde3e8;
  border-radius: 8px;
  padding: 24px;
}

.pzb-card {
  background: #ffffff !important;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.pzb-core-card-columns {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 30px;
}

.pzb-core-card-columns > .wp-block-column {
  display: flex;
  min-width: 0;
}

.pzb-core-card-columns > .wp-block-column > .pzb-card {
  width: 100%;
}

.pzb-card-body {
  background: #ffffff;
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.pzb-card-body > .wp-block-heading,
.pzb-card-body > p {
  width: 100%;
}

.pzb-card-media {
  aspect-ratio: 16 / 10;
  background: #e9eef2;
  border: 0;
  color: #4f5b66;
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.wp-block-image.pzb-card-media {
  margin: 0;
}

.wp-block-image.pzb-card-media img {
  aspect-ratio: 16 / 10;
}

button.pzb-card-media {
  cursor: pointer;
}

.pzb-card-media-placeholder {
  align-items: center;
  display: flex;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.pzb-card p,
.pzb-price-card p,
.pzb-step p,
.pzb-faq-item p {
  color: #4f5b66;
  line-height: 1.6;
  margin: 0;
}

.pzb-card a {
  color: #07586a;
  font-weight: 800;
}

.pzb-card-actions {
  margin-bottom: 0;
  margin-top: 18px;
}

.pzb-card-body > .pzb-card-actions {
  margin-top: auto;
  padding-top: 18px;
}

.pzb-card .wp-block-button__link {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #07586a;
  font-weight: 800;
  min-height: 0;
  padding: 0;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.pzb-card .wp-block-button__link:hover,
.pzb-card .wp-block-button__link:focus {
  color: #063643;
  text-decoration-color: #ffd23f;
}

.pzb-surface {
  background: #f7f8f9;
}

.pzb-price {
  align-items: baseline;
  display: flex;
  gap: 8px;
  margin: 12px 0;
}

.pzb-price strong {
  color: #07586a;
  font-size: 32px;
}

.pzb-core-price-columns {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pzb-core-price-columns > .wp-block-column {
  display: flex;
  min-width: 0;
}

.pzb-core-price-columns > .wp-block-column > .pzb-price-card {
  width: 100%;
}

.pzb-process-grid {
  counter-reset: pzb-step;
}

.pzb-core-step-columns,
.pzb-process-grid {
  align-items: stretch !important;
  display: grid !important;
  gap: 18px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pzb-core-step-columns > .wp-block-column,
.pzb-process-grid > .wp-block-column {
  display: flex;
  min-width: 0;
}

.pzb-core-step-columns > .wp-block-column > .pzb-step,
.pzb-process-grid > .wp-block-column > .pzb-step {
  width: 100%;
}

.pzb-step::before {
  background: #ffd23f;
  border-radius: 999px;
  color: #101820;
  content: counter(pzb-step);
  counter-increment: pzb-step;
  display: grid;
  font-weight: 900;
  height: 34px;
  margin-bottom: 16px;
  place-items: center;
  width: 34px;
}

.pzb-faq-list {
  display: grid;
  gap: 12px;
}

.pzb-faq-item summary {
  cursor: pointer;
  font-size: 21px;
  font-weight: 800;
  line-height: 1.25;
}

.pzb-faq-item summary::marker {
  color: #07586a;
}

.pzb-faq-item[open] summary {
  margin-bottom: 10px;
}

.pzb-local-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.75fr);
}

.pzb-local-box {
  background: #063643;
  color: #ffffff;
}

.pzb-local-box h3 {
  color: #ffffff;
}

.pzb-local-box p,
.pzb-local-box a {
  color: rgba(255, 255, 255, 0.88);
}

.pzb-local-box a {
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 3px;
}

.pzb-local-box a:hover,
.pzb-local-box a:focus {
  color: #ffffff;
  text-decoration-color: #ffd23f;
}

.pzb-cta {
  background: #07586a;
  color: #ffffff;
}

.pzb-cta h2,
.pzb-cta h3 {
  color: #ffffff;
}

.pzb-cta .pzb-lead {
  color: rgba(255, 255, 255, 0.88);
}

.pzb-editor-card {
  border: 1px solid #dcdcde;
  border-radius: 6px;
  padding: 16px;
}

.pzb-editor-item {
  border-top: 1px solid #dcdcde;
  margin-top: 16px;
  padding-top: 16px;
}

.pzb-editor-preview {
  max-width: none;
}

.pzb-editor-preview > .components-placeholder,
.pzb-editor-warning {
  border: 1px solid #dcdcde;
  border-radius: 6px;
  padding: 16px;
}

.pzb-media-control {
  margin-top: 16px;
}

.pzb-media-control img {
  border: 1px solid #dcdcde;
  border-radius: 4px;
  display: block;
  margin-bottom: 8px;
}

.pzb-card .block-editor-rich-text__editable {
  outline: 0;
}

@media (max-width: 900px) {
  .pzb-hero-grid,
  .pzb-grid-3,
  .pzb-grid-4,
  .pzb-local-grid {
    grid-template-columns: 1fr;
  }

  .editor-styles-wrapper .pzb-grid-3 > .block-editor-inner-blocks > .block-editor-block-list__layout,
  .editor-styles-wrapper .pzb-grid-4 > .block-editor-inner-blocks > .block-editor-block-list__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .pzb-core-card-columns,
  .pzb-core-price-columns,
  .pzb-core-step-columns,
  .pzb-process-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .pzb-section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pzb-button {
    width: 100%;
  }
}
