:root {
  --zp-canvas: #eff8f5;
  --zp-canvas-band: #e8f2ef;
  --zp-ink: #17232b;
  --zp-muted: #536267;
  --zp-stroke: #101416;
  --zp-line: rgba(52, 70, 79, .26);
  --zp-surface: #fffaf0;
  --zp-raised: #f7f5f0;
  --zp-teal: #4f858d;
  --zp-teal-fill: #c8dcdb;
  --zp-moss: #cedbcb;
  --zp-ochre: #e8d8b2;
  --zp-plum: #d9c7d7;
  --zp-mauve: #e2c8d0;
  --zp-lavender: #d6d1dd;
  --zp-shadow-color: rgba(52, 70, 79, .64);
  --zp-shadow: 7px 7px 0 var(--zp-shadow-color);
  --zp-soft-shadow: 0 18px 44px rgba(52, 70, 79, .12);
  --zp-max: 1180px;
  color-scheme: light;
}

[data-theme="dark"] {
  --zp-canvas: #101416;
  --zp-canvas-band: #151c1e;
  --zp-ink: #f3f1ea;
  --zp-muted: #b7c0c4;
  --zp-stroke: #050808;
  --zp-line: rgba(246, 239, 228, .2);
  --zp-surface: #192123;
  --zp-raised: #20282e;
  --zp-teal: #4f858d;
  --zp-teal-fill: #243b3d;
  --zp-moss: #29392e;
  --zp-ochre: #3b3222;
  --zp-plum: #392b38;
  --zp-mauve: #402b33;
  --zp-lavender: #312e3a;
  --zp-shadow-color: rgba(0, 0, 0, .58);
  --zp-soft-shadow: 0 18px 44px rgba(0, 0, 0, .34);
  color-scheme: dark;
}

body.zp-body {
  --zh-ink: #183033;
  --zh-muted: #5d7070;
  --zh-surface: #fffaf0;
  --zh-border: #345f61;
  --zh-depth: #2f5b5e;
  --zh-cta: #214d50;
  --zh-cta-ink: #fffaf0;
  --zh-teal: #5a9296;
  --zh-teal-soft: #c8dcdb;
  --zh-ochre: #e8d8b2;
  --zh-line: rgba(52, 95, 97, .28);
  --zh-shadow: 7px 7px 0 rgba(47, 91, 94, .32);
  --zh-max: var(--zp-max);
}

[data-theme="dark"] body.zp-body {
  --zh-ink: #f6efe4;
  --zh-muted: #b8c4c1;
  --zh-surface: #182123;
  --zh-border: #526569;
  --zh-depth: #050808;
  --zh-cta: #e8d8b2;
  --zh-cta-ink: #101719;
  --zh-teal: #2f716d;
  --zh-teal-soft: #c8dcdb;
  --zh-ochre: #d9bc78;
  --zh-line: rgba(246, 239, 228, .18);
  --zh-shadow: 7px 7px 0 rgba(0, 0, 0, .44);
}

* {
  box-sizing: border-box;
}

body.zp-body {
  margin: 0;
  overflow-x: hidden;
  color: var(--zp-ink);
  font: 16px/1.58 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pricing-rebuild a {
  color: inherit;
  text-decoration: none;
}

.pricing-rebuild .hidden {
  display: none !important;
}

.zp-shell {
  width: min(var(--zp-max), calc(100% - 40px));
  margin: 0 auto 60px;
}

.zp-skip-link {
  position: fixed;
  z-index: 1000;
  top: 16px;
  left: 16px;
  transform: translateY(-150%);
  padding: 10px 14px;
  color: var(--zp-canvas);
  background: var(--zp-ink);
  border: 2px solid var(--zp-stroke);
  border-radius: 14px;
  font-weight: 900;
}

.zp-skip-link:focus {
  transform: translateY(0);
}

.zp-anchor {
  display: block;
  height: 1px;
  scroll-margin-top: 120px;
}

.zp-brand,
.zp-actions,
.zp-button,
.zp-metrics article,
.zp-preview-bar,
.zp-preview-footer,
.zp-benefits article,
.zp-footer {
  display: flex;
  align-items: center;
}

.zp-brand {
  gap: 11px;
  min-width: 208px;
}

.zp-mark {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 46px;
  place-items: center;
  color: #fffaf0;
  background: var(--zp-stroke);
  border: 2px solid var(--zp-stroke);
  border-radius: 13px;
  font: 700 28px/1 Georgia, "Times New Roman", serif;
}

.zp-brand strong {
  display: block;
  color: var(--zp-ink);
  font: 800 28px/1 Georgia, "Times New Roman", serif;
}

.zp-brand small {
  display: block;
  margin-top: 3px;
  color: var(--zp-ink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zp-button {
  min-height: 54px;
  justify-content: center;
  padding: 10px 18px;
  border: 2px solid var(--zp-stroke);
  border-radius: 13px;
  box-shadow: 5px 5px 0 var(--zp-shadow-color);
  font-weight: 950;
  text-align: center;
}

.zp-button-dark {
  color: #fffaf0;
  background: var(--zp-stroke);
}

.pricing-rebuild .zp-button-dark,
.pricing-rebuild .zp-button-dark:visited {
  color: #fffaf0;
}

.pricing-rebuild .zp-button-soft,
.pricing-rebuild .zp-button-soft:visited,
.pricing-rebuild .zp-button-light,
.pricing-rebuild .zp-button-light:visited {
  color: #101416;
}

.zp-button-soft {
  color: #101416;
  background: var(--zp-lavender);
}

.zp-button-light {
  color: #101416;
  background: var(--zp-raised);
}

.zp-hero {
  display: grid;
  grid-template-columns: minmax(0, .93fr) minmax(520px, 1.07fr);
  gap: 40px;
  align-items: center;
  padding: 78px 0 56px;
}

.zp-hero-copy,
.zp-preview,
.zp-plan,
.zp-story-card,
.zp-section-head {
  min-width: 0;
}

.zp-eyebrow,
.zp-mini-label {
  margin: 0;
  color: var(--zp-teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zp-hero h1,
.zp-section h2,
.zp-plan h3,
.zp-story-card h2,
.zp-mini-stack h2,
.zp-faq-grid summary {
  margin: 0;
  color: var(--zp-ink);
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

.zp-hero h1 {
  max-width: 570px;
  margin-top: 18px;
  font-size: clamp(3.1rem, 5.2vw, 5.05rem);
  line-height: .96;
}

.zp-lead {
  max-width: 650px;
  margin: 24px 0 0;
  color: var(--zp-muted);
  font-size: 1.36rem;
  font-weight: 760;
  line-height: 1.48;
}

.zp-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.zp-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 32px;
}

.zp-metrics article {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  min-height: 86px;
  align-items: center;
  gap: 11px;
  padding: 13px;
  background: color-mix(in srgb, var(--zp-surface) 92%, transparent);
  border: 1px solid var(--zp-line);
  border-radius: 16px;
  box-shadow: var(--zp-soft-shadow);
}

.zp-metrics b {
  display: grid;
  grid-row: 1 / span 2;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  place-items: center;
  color: #101416;
  background: var(--zp-teal-fill);
  border: 2px solid var(--zp-stroke);
  border-radius: 50%;
  font-size: 1.4rem;
  font-weight: 950;
}

.zp-metrics article:nth-child(2) b {
  background: var(--zp-ochre);
}

.zp-metrics article:nth-child(3) b {
  background: var(--zp-moss);
}

.zp-metrics strong,
.zp-metrics span {
  display: block;
}

.zp-metrics strong {
  grid-column: 2;
  color: var(--zp-ink);
  font-size: 1.25rem;
  line-height: 1.05;
}

.zp-metrics span {
  grid-column: 2;
  color: var(--zp-muted);
  font-size: .82rem;
  font-weight: 900;
  line-height: 1.3;
}

.zp-preview {
  overflow: hidden;
  color: #101416;
  background: var(--zp-plum);
  border: 2px solid var(--zp-stroke);
  border-radius: 26px;
  box-shadow: var(--zp-shadow);
}

.zp-preview-bar,
.zp-preview-footer {
  min-height: 70px;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 20px;
  border-bottom: 2px solid var(--zp-stroke);
  font-size: .86rem;
  font-weight: 950;
}

.zp-dots {
  display: flex;
  gap: 6px;
}

.zp-dots i {
  width: 10px;
  height: 10px;
  border: 1px solid var(--zp-stroke);
  border-radius: 50%;
  background: var(--zp-surface);
}

.zp-preview-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(210px, .9fr);
  gap: 20px;
  padding: 28px 20px;
}

.zp-art {
  position: relative;
  min-height: 286px;
  margin: 0;
  overflow: hidden;
  background: var(--zp-teal-fill);
  border: 2px solid var(--zp-stroke);
  border-radius: 20px;
  box-shadow: 7px 7px 0 var(--zp-shadow-color);
}

.zp-art span {
  position: absolute;
  display: block;
}

.zp-art-hill-one {
  left: -10%;
  right: -8%;
  bottom: 38px;
  height: 152px;
  background: var(--zp-plum);
  clip-path: polygon(0 44%, 28% 12%, 62% 42%, 100% 8%, 100% 100%, 0 100%);
}

.zp-art-hill-two {
  left: -10%;
  right: -8%;
  bottom: 0;
  height: 142px;
  background: var(--zp-moss);
  clip-path: polygon(0 52%, 38% 18%, 74% 44%, 100% 14%, 100% 100%, 0 100%);
}

.zp-art-path {
  right: 4%;
  bottom: -8px;
  width: 36px;
  height: 230px;
  background: #b58a3c;
  transform: rotate(28deg);
  transform-origin: bottom center;
}

.zp-art-path::before {
  position: absolute;
  right: -11px;
  top: -33px;
  width: 38px;
  height: 124px;
  background: #b58a3c;
  content: "";
  transform: rotate(28deg);
}

.zp-art-sun {
  right: 18%;
  top: 30px;
  width: 70px;
  height: 70px;
  background: var(--zp-ochre);
  border-radius: 50%;
}

.zp-mini-stack {
  display: grid;
  gap: 24px;
}

.zp-mini-stack article {
  min-height: 136px;
  padding: 18px;
  background: var(--zp-surface);
  border: 2px solid var(--zp-stroke);
  border-radius: 20px;
  box-shadow: 7px 7px 0 var(--zp-shadow-color);
}

.zp-mini-stack article:nth-child(2) {
  background: var(--zp-moss);
}

.zp-mini-stack h2 {
  margin-top: 9px;
  color: #101416;
  font-size: clamp(1.55rem, 2.1vw, 2rem);
  line-height: 1.02;
}

.zp-mini-stack p:last-child {
  margin: 8px 0 0;
  color: #263437;
  font-weight: 900;
  line-height: 1.25;
}

.zp-preview-footer {
  border-top: 2px solid var(--zp-stroke);
  border-bottom: 0;
}

.zp-section {
  padding: 54px 0;
  scroll-margin-top: 120px;
}

.zp-section-head {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: flex-end;
  margin-bottom: 28px;
}

.zp-section h2 {
  max-width: 730px;
  margin-top: 10px;
  font-size: clamp(2.6rem, 4.4vw, 4.15rem);
  line-height: 1;
}

.zp-section-head > p,
.zp-section-head div + p {
  max-width: 460px;
  margin: 0;
  color: var(--zp-muted);
  font-size: 1.32rem;
  font-weight: 800;
  line-height: 1.5;
}

.zp-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 38px;
}

.zp-plan {
  min-height: 530px;
  padding: 28px 26px;
  color: var(--zp-ink);
  background: var(--zp-surface);
  border: 2px solid color-mix(in srgb, var(--zp-stroke) 46%, transparent);
  border-radius: 24px;
  box-shadow: var(--zp-soft-shadow);
}

.zp-plan.is-featured {
  color: #101416;
  background: var(--zp-ochre);
  border-color: var(--zp-stroke);
  box-shadow: var(--zp-shadow);
}

.zp-plan.is-tier2 {
  background: var(--zp-lavender);
}

.zp-badge {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  padding: 6px 16px;
  color: #101416;
  background: var(--zp-surface);
  border: 2px solid var(--zp-stroke);
  border-radius: 999px;
  font-weight: 950;
}

.zp-plan h3 {
  margin-top: 24px;
  font-size: 2.7rem;
  line-height: 1;
}

.zp-price {
  display: block;
  margin-top: 20px;
  color: inherit;
  font-size: 3.25rem;
  font-weight: 950;
  line-height: 1;
}

.zp-billing {
  display: block;
  margin-top: 8px;
  color: var(--zp-muted);
  font-weight: 900;
}

.zp-plan.is-featured .zp-billing,
.zp-plan.is-featured p,
.zp-plan.is-featured li,
.zp-plan.is-tier2 .zp-billing,
.zp-plan.is-tier2 p,
.zp-plan.is-tier2 li {
  color: #263437;
}

.zp-plan p {
  min-height: 92px;
  margin: 24px 0 0;
  color: var(--zp-muted);
  font-size: 1.31rem;
  font-weight: 850;
  line-height: 1.45;
}

.zp-plan > .zp-button {
  width: 100%;
  margin-top: 22px;
}

.zp-billing-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 18px;
}

.zp-billing-options a {
  display: grid;
  gap: 2px;
  min-height: 74px;
  padding: 9px 12px;
  color: #101416;
  background: color-mix(in srgb, var(--zp-surface) 78%, transparent);
  border: 2px solid var(--zp-stroke);
  border-radius: 14px;
}

.zp-billing-options a[aria-current="true"] {
  background: var(--zp-moss);
}

.zp-billing-options span,
.zp-billing-options small {
  font-size: .78rem;
  font-weight: 900;
}

.zp-billing-options strong {
  font-size: .94rem;
}

.zp-plan ul {
  display: grid;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.zp-plan li {
  position: relative;
  padding-left: 27px;
  color: var(--zp-muted);
  font-size: 1.16rem;
  font-weight: 850;
  line-height: 1.3;
}

.zp-plan li::before {
  position: absolute;
  top: .43em;
  left: 0;
  width: 12px;
  height: 12px;
  background: var(--zp-teal);
  border: 2px solid var(--zp-stroke);
  border-radius: 50%;
  content: "";
}

.zp-upgrade {
  display: grid;
  grid-template-columns: minmax(330px, .58fr) minmax(0, 1fr);
  gap: 38px;
  align-items: stretch;
}

.zp-story-card {
  padding: 32px 28px;
  color: #101416;
  background: var(--zp-teal-fill);
  border: 2px solid var(--zp-stroke);
  border-radius: 24px;
  box-shadow: var(--zp-shadow);
}

.zp-story-card .zp-eyebrow {
  color: #101416;
}

.zp-story-card h2 {
  margin-top: 24px;
  color: #101416;
  font-size: clamp(2.8rem, 4.3vw, 4.25rem);
  line-height: 1.03;
}

.zp-story-card p:last-child {
  margin: 18px 0 0;
  color: #142225;
  font-weight: 900;
}

.zp-benefits {
  display: grid;
  min-width: 0;
  align-content: center;
  gap: 22px;
}

.zp-benefits article {
  gap: 18px;
  min-width: 0;
  min-height: 88px;
  padding: 16px;
  background: var(--zp-surface);
  border: 1px solid var(--zp-line);
  border-radius: 18px;
}

.zp-benefits b {
  display: grid;
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  place-items: center;
  color: #101416;
  background: var(--zp-mauve);
  border: 2px solid var(--zp-stroke);
  border-radius: 14px;
  font-size: 1.45rem;
}

.zp-benefits article:nth-child(2) b {
  background: var(--zp-moss);
}

.zp-benefits article:nth-child(3) b {
  background: var(--zp-ochre);
}

.zp-benefits h3 {
  margin: 0;
  color: var(--zp-ink);
  font-size: 1.45rem;
}

.zp-benefits div {
  min-width: 0;
}

.zp-benefits p {
  margin: 2px 0 0;
  color: var(--zp-muted);
  font-weight: 800;
}

.zp-compare-wrap {
  overflow-x: auto;
  border: 2px solid color-mix(in srgb, var(--zp-stroke) 46%, transparent);
  border-radius: 18px;
  background: var(--zp-surface);
}

.zp-compare {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.zp-compare th,
.zp-compare td {
  padding: 15px 18px;
  border-left: 1px solid var(--zp-line);
  border-top: 1px solid var(--zp-line);
  text-align: left;
  vertical-align: middle;
}

.zp-compare th:first-child,
.zp-compare td:first-child {
  border-left: 0;
}

.zp-compare thead th {
  color: #101416;
  background: var(--zp-moss);
  border-top: 0;
  font-weight: 950;
}

.zp-compare tbody th {
  color: var(--zp-ink);
}

.zp-compare-group th {
  color: #101416;
  background: var(--zp-teal-fill);
  font-size: .82rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

.zp-status {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 5px 11px;
  color: #101416;
  background: var(--zp-surface);
  border: 2px solid var(--zp-stroke);
  border-radius: 999px;
  font-size: .88rem;
  font-weight: 950;
}

.zp-status.is-soon,
.zp-status.is-partial {
  background: var(--zp-lavender);
}

.zp-status.is-no {
  background: var(--zp-mauve);
}

.zp-faq-section {
  padding-bottom: 38px;
}

.zp-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.zp-faq-grid details {
  padding: 22px;
  color: #101416;
  background: var(--zp-plum);
  border: 2px solid var(--zp-stroke);
  border-radius: 20px;
  box-shadow: 5px 5px 0 var(--zp-shadow-color);
}

.zp-faq-grid details:nth-child(2n) {
  background: var(--zp-teal-fill);
}

.zp-faq-grid summary {
  cursor: pointer;
  color: #101416;
  font-size: 1.55rem;
  line-height: 1.1;
}

.zp-faq-grid p {
  margin: 12px 0 0;
  color: #263437;
  font-weight: 800;
}

[data-theme="dark"] .pricing-rebuild .zp-button-soft,
[data-theme="dark"] .pricing-rebuild .zp-button-soft:visited,
[data-theme="dark"] .pricing-rebuild .zp-button-light,
[data-theme="dark"] .pricing-rebuild .zp-button-light:visited,
[data-theme="dark"] .pricing-rebuild .zp-metrics b,
[data-theme="dark"] .pricing-rebuild .zp-preview,
[data-theme="dark"] .pricing-rebuild .zp-mini-stack h2,
[data-theme="dark"] .pricing-rebuild .zp-mini-stack p:last-child,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-featured,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-tier2,
[data-theme="dark"] .pricing-rebuild .zp-badge,
[data-theme="dark"] .pricing-rebuild .zp-billing-options a,
[data-theme="dark"] .pricing-rebuild .zp-story-card,
[data-theme="dark"] .pricing-rebuild .zp-story-card .zp-eyebrow,
[data-theme="dark"] .pricing-rebuild .zp-story-card h2,
[data-theme="dark"] .pricing-rebuild .zp-story-card p:last-child,
[data-theme="dark"] .pricing-rebuild .zp-benefits b,
[data-theme="dark"] .pricing-rebuild .zp-compare thead th,
[data-theme="dark"] .pricing-rebuild .zp-compare-group th,
[data-theme="dark"] .pricing-rebuild .zp-status,
[data-theme="dark"] .pricing-rebuild .zp-faq-grid details,
[data-theme="dark"] .pricing-rebuild .zp-faq-grid summary,
[data-theme="dark"] .pricing-rebuild .zp-faq-grid p {
  color: var(--zp-ink);
}

[data-theme="dark"] .pricing-rebuild .zp-plan.is-featured .zp-billing,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-featured p,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-featured li,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-tier2 .zp-billing,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-tier2 p,
[data-theme="dark"] .pricing-rebuild .zp-plan.is-tier2 li {
  color: var(--zp-muted);
}

.zp-footer {
  justify-content: space-between;
  gap: 22px;
  margin-top: 40px;
  padding: 26px 0 0;
  border-top: 1px solid var(--zp-line);
}

.zp-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-end;
}

.zp-footer nav a {
  color: var(--zp-muted);
  font-weight: 900;
}

.zp-button:focus-visible,
.zp-brand:focus-visible,
.zp-faq-grid summary:focus-visible {
  outline: 4px solid var(--zp-teal);
  outline-offset: 4px;
}

@media (max-width: 1120px) {
  .zp-hero,
  .zp-upgrade {
    grid-template-columns: 1fr;
  }

  .zp-preview {
    max-width: 700px;
  }

  .zp-plan-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .zp-plan {
    min-height: auto;
  }
}

@media (max-width: 760px) {
  .zp-shell {
    width: min(100% - 32px, 680px);
    margin-top: 14px;
  }

  .zp-brand {
    min-width: 0;
  }

  .zp-mark {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
    font-size: 25px;
  }

  .zp-brand > span:last-child {
    min-width: 0;
  }

  .zp-brand strong {
    overflow: hidden;
    font-size: 1.45rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zp-brand small {
    overflow: hidden;
    font-size: .68rem;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .zp-hero {
    padding: 36px 0 32px;
  }

  .zp-hero h1 {
    max-width: 100%;
    font-size: clamp(2.25rem, 11vw, 2.72rem);
    overflow-wrap: anywhere;
  }

  .zp-lead,
  .zp-section-head > p,
  .zp-section-head div + p {
    max-width: 100%;
    font-size: 1.05rem;
    overflow-wrap: anywhere;
  }

  .zp-actions {
    gap: 10px;
  }

  .zp-actions .zp-button {
    flex: 1 1 136px;
    padding-inline: 12px;
  }

  .zp-metrics,
  .zp-preview-main,
  .zp-faq-grid {
    grid-template-columns: 1fr;
  }

  .zp-metrics article {
    min-height: 72px;
    padding: 12px;
  }

  .zp-metrics b {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }

  .zp-preview-bar,
  .zp-preview-footer {
    min-height: 58px;
    padding: 12px 14px;
    font-size: .74rem;
  }

  .zp-preview-bar strong,
  .zp-preview-bar > span:last-child,
  .zp-preview-footer span {
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .zp-preview-main {
    padding: 20px 16px;
  }

  .zp-art {
    min-height: 220px;
    contain: paint;
  }

  .zp-art-path {
    right: 0;
    width: 30px;
    height: 185px;
  }

  .zp-art-path::before {
    right: -8px;
    top: -24px;
    width: 30px;
    height: 90px;
  }

  .zp-mini-stack {
    gap: 14px;
  }

  .zp-mini-stack article {
    min-height: auto;
  }

  .zp-section {
    padding: 38px 0;
  }

  .zp-section-head {
    display: block;
  }

  .zp-section h2 {
    font-size: clamp(2rem, 10vw, 2.45rem);
  }

  .zp-plan {
    padding: 24px 20px;
  }

  .zp-plan h3 {
    font-size: 2.35rem;
  }

  .zp-price {
    font-size: 2.45rem;
  }

  .zp-plan p,
  .zp-plan li {
    font-size: 1.06rem;
  }

  .zp-plan p {
    min-height: 0;
  }

  .zp-billing-options {
    grid-template-columns: 1fr;
  }

  .zp-story-card h2 {
    font-size: clamp(2.05rem, 10vw, 2.75rem);
  }

  .zp-benefits article {
    align-items: flex-start;
  }

  .zp-compare-wrap {
    -webkit-overflow-scrolling: touch;
  }

  .zp-compare {
    min-width: 620px;
  }

  .zp-compare th,
  .zp-compare td {
    padding: 11px 12px;
    font-size: .88rem;
  }

  .zp-status {
    min-height: 30px;
    padding: 4px 8px;
    font-size: .8rem;
  }

  .zp-faq-grid summary {
    font-size: 1.34rem;
  }

  .zp-footer {
    display: grid;
  }

  .zp-footer nav {
    justify-content: flex-start;
  }
}

@media (max-width: 420px) {
  .zp-shell {
    width: calc(100% - 28px);
  }

  .zp-brand {
    gap: 9px;
  }

  .zp-brand strong {
    font-size: 1.28rem;
  }

  .zp-brand small {
    font-size: .62rem;
  }

  .zp-actions .zp-button {
    flex-basis: 100%;
  }

  .zp-metrics strong {
    font-size: 1.08rem;
  }

  .zp-metrics span {
    font-size: .76rem;
  }

  .zp-preview-bar,
  .zp-preview-footer {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 7px 10px;
  }

  .zp-preview-bar > span:last-child {
    grid-column: 2;
  }

  .zp-plan {
    padding: 22px 18px;
  }

  .zp-benefits b {
    width: 48px;
    height: 48px;
    flex-basis: 48px;
  }
}
