:root { --anchor-offset: 148px; }

.pb-page {
  --pb-green: #23a663;
  --pb-green-deep: #147446;
  --pb-green-pale: #e6f7ed;
  --pb-purple: #7650ed;
}

.pb-page .site-wrap {
  width: min(1320px, calc(100% - 48px));
}

.pb-page main {
  overflow-x: clip;
}

.pb-subnav {
  position: sticky;
  z-index: 80;
  top: 68px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
}

.pb-subnav-inner,
.pb-subnav-links,
.pb-brand {
  display: flex;
  align-items: center;
}

.pb-subnav-inner {
  min-height: 52px;
  justify-content: space-between;
  gap: 22px;
}

.pb-brand {
  gap: 9px;
  font-size: 15px;
  font-weight: 720;
  text-decoration: none;
}

.pb-brand::before {
  width: 20px;
  height: 16px;
  content: "";
  border: 2px solid var(--pb-purple);
  border-radius: 4px;
  box-shadow: inset 0 5px 0 rgba(118, 80, 237, 0.18);
}

.pb-subnav-links {
  gap: 24px;
  font-size: 13px;
  font-weight: 590;
}

.pb-subnav-links a {
  text-decoration: none;
}

.pb-subnav-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.pb-mini-cta {
  padding: 8px 15px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
}

.pb-hero {
  padding: clamp(58px, 6vw, 82px) 0 clamp(72px, 7vw, 96px);
  background:
    radial-gradient(circle at 92% 22%, rgba(220, 238, 177, 0.62), transparent 26%),
    radial-gradient(circle at 8% 76%, rgba(197, 176, 244, 0.45), transparent 24%),
    #fff;
}

.pb-hero-grid {
  display: grid;
  align-items: start;
  gap: var(--editorial-gap);
  grid-template-columns: minmax(0, 1.06fr) minmax(580px, 0.94fr);
}

.pb-hero-copy h1 {
  max-width: 12ch;
  margin-bottom: 26px;
  font-size: clamp(56px, 7vw, 100px);
  font-weight: 610;
  letter-spacing: -0.068em;
  line-height: 0.9;
}

.pb-hero-copy h1 span {
  color: var(--pb-purple);
}

.pb-hero-copy > p {
  max-width: 57ch;
  margin-bottom: 0;
  color: #555158;
  font-size: clamp(18px, 1.8vw, 22px);
}

.pb-hero-note {
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
}

.pb-editor {
  overflow: hidden;
  min-height: 630px;
  border: 1px solid #d6d3dc;
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 34px 92px rgba(42, 34, 63, 0.2);
  transform: rotate(-0.65deg);
  margin-top: var(--editorial-visual-offset);
}

.pb-editor-top {
  display: grid;
  min-height: 58px;
  align-items: center;
  padding: 0 14px;
  border-bottom: 1px solid #e4e2e8;
  grid-template-columns: 1fr auto 1fr;
}

.pb-project {
  font-size: 11px;
  font-weight: 700;
}

.pb-view-toggle {
  display: flex;
  gap: 3px;
  padding: 3px;
  background: #efedf3;
  border-radius: 8px;
}

.pb-view-toggle span {
  padding: 5px 9px;
  color: #77717f;
  border-radius: 6px;
  font-size: 9px;
}

.pb-view-toggle .active {
  background: #fff;
  color: var(--ink);
  box-shadow: 0 1px 5px rgba(5, 5, 5, 0.08);
}

.pb-publish {
  justify-self: end;
  padding: 6px 11px;
  background: var(--ink);
  color: #fff;
  border-radius: 7px;
  font-size: 9px;
  font-weight: 700;
}

.pb-editor-body {
  display: grid;
  min-height: 572px;
  grid-template-columns: 52px 188px minmax(0, 1fr) 176px;
}

.pb-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 14px 6px;
  border-right: 1px solid #e5e3e9;
  background: #fbfafc;
}

.pb-rail span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: #817b8b;
  border-radius: 8px;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
}

.pb-rail span.active {
  background: var(--pb-purple);
  color: #fff;
}

.pb-context {
  padding: 16px 12px;
  border-right: 1px solid #e4e2e7;
  background: #fff;
}

.pb-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
  font-size: 10px;
  font-weight: 700;
}

.pb-context-tabs {
  display: flex;
  gap: 3px;
  padding: 3px;
  margin-bottom: 13px;
  background: #f0eef3;
  border-radius: 7px;
}

.pb-context-tabs span {
  flex: 1;
  padding: 5px 2px;
  border-radius: 5px;
  font-size: 7px;
  text-align: center;
}

.pb-context-tabs .active {
  background: #fff;
  box-shadow: 0 1px 4px rgba(5, 5, 5, 0.08);
}

.pb-active-guide {
  padding: 10px;
  border: 1px dashed var(--pb-green);
  background: var(--pb-green-pale);
  border-radius: 10px;
}

.pb-active-guide small,
.pb-library-label,
.pb-style-label {
  display: block;
  color: #746e7c;
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pb-active-guide strong {
  display: block;
  margin: 6px 0 8px;
  font-size: 10px;
}

.pb-swatches {
  display: flex;
  gap: 4px;
}

.pb-swatches i {
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.pb-library-label {
  margin: 18px 0 8px;
}

.pb-guide-card {
  display: grid;
  align-items: center;
  gap: 8px;
  padding: 8px;
  margin-top: 6px;
  border: 1px solid #e6e3e9;
  border-radius: 8px;
  grid-template-columns: 28px 1fr;
}

.pb-guide-thumb {
  width: 28px;
  height: 32px;
  background: linear-gradient(145deg, var(--lilac) 0 48%, var(--coral) 48% 58%, #fff 58%);
  border-radius: 4px;
}

.pb-guide-card strong,
.pb-guide-card span {
  display: block;
  font-size: 8px;
}

.pb-guide-card span {
  color: #817b87;
  font-size: 7px;
}

.pb-canvas {
  position: relative;
  padding: 18px;
  background: #ecebf0;
}

.pb-browser {
  overflow: hidden;
  height: 100%;
  border: 1px solid #d5d2db;
  background: #fff;
  border-radius: 11px;
  box-shadow: 0 8px 24px rgba(5, 5, 5, 0.08);
}

.pb-browser-bar {
  height: 25px;
  padding-left: 9px;
  border-bottom: 1px solid #eee;
  color: #cbc8d0;
  font-size: 8px;
  line-height: 25px;
}

.pb-page-preview {
  min-height: calc(100% - 25px);
  padding: 40px 34px 30px;
  background: var(--cream);
}

.pb-page-preview small {
  font-family: "Geist Mono", monospace;
  font-size: 7px;
  letter-spacing: 0.12em;
}

.pb-page-preview h3 {
  max-width: 8ch;
  margin: 68px 0 14px;
  font-size: 38px;
}

.pb-page-preview p {
  max-width: 29ch;
  color: #5f5a55;
  font-size: 10px;
}

.pb-page-preview b {
  display: inline-block;
  padding: 8px 12px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  font-size: 8px;
}

.pb-selection {
  position: absolute;
  inset: 96px 34px auto;
  height: 268px;
  border: 2px solid var(--pb-green);
  pointer-events: none;
}

.pb-selection::before {
  position: absolute;
  top: -20px;
  left: -2px;
  padding: 3px 6px;
  content: "Hero · block mode";
  background: var(--pb-green);
  color: #fff;
  font-size: 7px;
}

.pb-selection::after {
  position: absolute;
  top: -20px;
  right: -2px;
  content: "✦  SEO  Mobile  ↑  ↓  Clone  Export";
  padding: 3px 6px;
  background: var(--pb-green);
  color: #fff;
  font-size: 7px;
}

.pb-style {
  padding: 16px 12px;
  border-left: 1px solid #e5e2e9;
  background: #fff;
}

.pb-style-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin: 12px 0 16px;
}

.pb-style-tabs span {
  padding: 4px 6px;
  background: #f1eff4;
  border-radius: 6px;
  font-size: 7px;
}

.pb-style-tabs span.active {
  background: var(--pb-purple);
  color: #fff;
}

.pb-control {
  margin-top: 13px;
}

.pb-control i {
  display: block;
  height: 28px;
  margin-top: 5px;
  border: 1px solid #e2dfe6;
  background: #faf9fb;
  border-radius: 7px;
}

.pb-proof {
  background: var(--ink);
  color: #fff;
}

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

.pb-proof-grid > div {
  min-height: 142px;
  padding: 28px clamp(18px, 3vw, 38px);
  border-right: 1px solid #333;
}

.pb-proof-grid > div:last-child {
  border-right: 0;
}

.pb-proof-grid strong {
  display: block;
  margin-bottom: 5px;
  color: var(--coral);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 1;
}

.pb-proof-grid span {
  color: #bababa;
  font-size: 13px;
}

.pb-section-head {
  display: grid;
  align-items: start;
  gap: var(--editorial-gap);
  margin-bottom: 44px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.7fr);
}

.pb-section-head h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(42px, 5.4vw, 74px);
}

.pb-section-head p {
  max-width: 55ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.pb-catalog {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.pb-catalog-card {
  display: flex;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(5, 5, 5, 0.1);
  border-radius: 26px;
}

.pb-catalog-card:nth-child(1) { grid-column: span 7; background: var(--lilac); }
.pb-catalog-card:nth-child(2) { grid-column: span 5; background: var(--lime); }
.pb-catalog-card:nth-child(3) { grid-column: span 4; background: var(--cream); }
.pb-catalog-card:nth-child(4) { grid-column: span 4; background: var(--pink); }
.pb-catalog-card:nth-child(5) { grid-column: span 4; background: var(--navy); color: #fff; }

.pb-catalog-card small,
.pb-surface small,
.pb-export-card small {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pb-catalog-card h3 {
  max-width: 15ch;
  margin: auto 0 14px;
  font-size: clamp(28px, 3.4vw, 46px);
}

.pb-catalog-card p {
  max-width: 50ch;
  margin-bottom: 0;
  color: rgba(5, 5, 5, 0.67);
  font-size: 14px;
}

.pb-catalog-card:nth-child(5) p {
  color: rgba(255, 255, 255, 0.68);
}

.pb-control-section {
  background: #f6f5f1;
}

.pb-surfaces {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-surface {
  min-height: 420px;
  padding: 34px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
}

.pb-surface:nth-child(2) { background: var(--lilac); }
.pb-surface:nth-child(3) { background: var(--navy); color: #fff; }

.pb-surface h3 {
  max-width: 11ch;
  margin: 150px 0 16px;
  font-size: 38px;
}

.pb-surface p {
  margin-bottom: 0;
  color: rgba(5, 5, 5, 0.65);
  font-size: 14px;
}

.pb-surface:nth-child(3) p {
  color: rgba(255, 255, 255, 0.66);
}

.pb-context-story {
  padding: clamp(54px, 7vw, 94px);
  background: var(--lime);
  border-radius: 34px;
}

.pb-context-grid {
  display: grid;
  align-items: start;
  gap: var(--editorial-gap);
  grid-template-columns: 1.06fr 0.94fr;
}

.pb-context-copy h2 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 70px);
}

.pb-context-copy > p {
  color: rgba(5, 5, 5, 0.67);
  font-size: 18px;
}

.pb-checks {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.pb-checks li {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 620;
}

.pb-checks li::before {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  content: "✓";
  background: var(--coral);
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
}

.pb-context-ui {
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 26px 62px rgba(33, 55, 28, 0.14);
}

.pb-context-ui-head {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 0 15px;
  border-bottom: 1px solid var(--line);
  font-size: 10px;
}

.pb-context-ui-body {
  padding: 20px;
  background: #faf9fb;
}

.pb-context-source {
  display: grid;
  gap: 12px;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid #e2dfe7;
  background: #fff;
  border-radius: 13px;
  grid-template-columns: 42px 1fr auto;
}

.pb-context-source.active {
  border: 1px dashed var(--pb-green);
  background: var(--pb-green-pale);
}

.pb-source-icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  background: var(--lilac);
  border-radius: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
}

.pb-context-source strong,
.pb-context-source span {
  display: block;
  font-size: 11px;
}

.pb-context-source span {
  color: #797481;
  font-size: 9px;
}

.pb-context-source em {
  align-self: center;
  padding: 5px 8px;
  background: #fff;
  color: var(--pb-green-deep);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.pb-safety-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pb-safety-card {
  min-height: 270px;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 20px;
}

.pb-safety-card:nth-child(1) { background: var(--lilac); }
.pb-safety-card:nth-child(2) { background: var(--cream); }
.pb-safety-card:nth-child(3) { background: var(--pink); }
.pb-safety-card:nth-child(4) { background: var(--lime); }

.pb-safety-card span {
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pb-safety-card h3 {
  margin: 84px 0 11px;
  font-size: 28px;
}

.pb-safety-card p {
  margin-bottom: 0;
  color: rgba(5, 5, 5, 0.65);
  font-size: 12px;
}

.pb-export {
  background: var(--navy);
  color: #fff;
}

.pb-export .pb-section-head p {
  color: rgba(255, 255, 255, 0.65);
}

.pb-export-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pb-export-card {
  min-height: 300px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  border-radius: 22px;
}

.pb-export-card h3 {
  margin: 110px 0 13px;
  font-size: 34px;
}

.pb-export-card p {
  color: #afabc4;
  font-size: 14px;
}

.pb-platforms {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 9px;
  margin-top: 30px;
}

.pb-platforms span {
  padding: 9px 13px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.07);
  border-radius: 999px;
  color: #dddbea;
  font-size: 12px;
}

.pb-final {
  padding: clamp(76px, 10vw, 142px) 0;
  background: var(--coral);
  text-align: center;
}

.pb-final h2 {
  max-width: 13ch;
  margin: 0 auto 22px;
  font-size: clamp(52px, 7vw, 92px);
}

.pb-final p {
  max-width: 62ch;
  margin: 0 auto;
  color: rgba(5, 5, 5, 0.68);
  font-size: 19px;
}

.pb-final .button-row {
  justify-content: center;
}

@media (hover: hover) {
  .pb-catalog-card,
  .pb-surface,
  .pb-safety-card,
  .pb-export-card {
    transition: transform var(--motion-ui) var(--ease-out);
  }

  .pb-catalog-card:hover,
  .pb-surface:hover,
  .pb-safety-card:hover,
  .pb-export-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 1120px) {
  .pb-subnav-links a:not(.pb-mini-cta) {
    display: none;
  }

  .pb-hero-grid,
  .pb-context-grid {
    grid-template-columns: 1fr;
  }

  .pb-editor {
    width: min(100%, 820px);
    margin-inline: auto;
  }

  .pb-surfaces,
  .pb-export-grid {
    grid-template-columns: 1fr;
  }

  .pb-surface,
  .pb-export-card {
    min-height: 300px;
  }

  .pb-surface h3,
  .pb-export-card h3 {
    margin-top: 85px;
  }

  .pb-safety-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .pb-page .site-wrap {
    width: min(100% - 28px, 1320px);
  }

  .pb-subnav {
    top: 64px;
  }

  .pb-subnav-inner {
    min-height: 46px;
  }

  .pb-brand {
    font-size: 13px;
  }

  .pb-mini-cta {
    padding: 7px 11px;
    font-size: 12px;
  }

  .pb-hero {
    padding-top: 58px;
  }

  .pb-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pb-hero-copy h1 {
    font-size: clamp(48px, 15vw, 70px);
  }

  .pb-editor {
    min-height: 500px;
    border-radius: 17px;
    transform: none;
  }

  .pb-editor-top {
    grid-template-columns: 1fr auto;
  }

  .pb-view-toggle {
    display: none;
  }

  .pb-editor-body {
    min-height: 442px;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .pb-context,
  .pb-style {
    display: none;
  }

  .pb-rail {
    padding-inline: 4px;
  }

  .pb-rail span {
    width: 30px;
    height: 30px;
  }

  .pb-canvas {
    padding: 12px;
  }

  .pb-page-preview {
    padding: 32px 24px;
  }

  .pb-page-preview h3 {
    margin-top: 55px;
    font-size: 34px;
  }

  .pb-selection {
    inset: 80px 24px auto;
    height: 256px;
  }

  .pb-selection::after {
    content: "✦  SEO  Mobile";
  }

  .pb-proof-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pb-proof-grid > div {
    min-height: 118px;
    border-bottom: 1px solid #333;
  }

  .pb-proof-grid > div:nth-child(2n) {
    border-right: 0;
  }

  .pb-proof-grid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .pb-section-head {
    grid-template-columns: 1fr;
  }

  .pb-catalog {
    grid-template-columns: 1fr;
  }

  .pb-catalog-card:nth-child(n) {
    min-height: 270px;
    grid-column: auto;
  }

  .pb-context-story {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .pb-context-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pb-context-source {
    grid-template-columns: 36px 1fr;
  }

  .pb-context-source em {
    display: none;
  }

  .pb-safety-grid {
    grid-template-columns: 1fr;
  }

  .pb-safety-card {
    min-height: 230px;
  }

  .pb-safety-card h3 {
    margin-top: 55px;
  }
}

@media (max-width: 430px) {
  .pb-proof-grid {
    grid-template-columns: 1fr;
  }

  .pb-proof-grid > div,
  .pb-proof-grid > div:nth-child(2n),
  .pb-proof-grid > div:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #333;
  }

  .pb-proof-grid > div:last-child {
    border-bottom: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pb-editor {
    transform: none;
  }
}

/* July 2026 product-identity rebuild */
.pb-subnav-inner {
  min-height: 68px;
}

.pb-brand {
  font-size: 26px;
  font-weight: 720;
  letter-spacing: -0.045em;
}

.pb-hero {
  padding-top: clamp(76px, 8vw, 116px);
}

.pb-hero-grid {
  align-items: start;
  grid-template-columns: minmax(360px, 1.06fr) minmax(580px, 0.94fr);
}

.pb-hero-copy h1 {
  max-width: 12ch;
  margin: 12px 0 24px;
  font-size: clamp(43px, 4.7vw, 68px);
  font-weight: 560;
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.pb-hero-copy > p {
  color: #2e2b31;
}

.pb-workflow-section {
  background: #fff;
}

.pb-workflow-lead {
  display: grid;
  align-items: start;
  gap: 26px var(--editorial-gap);
  margin-bottom: 52px;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
}

.pb-workflow-lead .eyebrow {
  grid-column: 1 / -1;
}

.pb-workflow-lead h2,
.pb-old-way h2 {
  max-width: 13ch;
  margin: 0;
  font-size: clamp(44px, 5.5vw, 76px);
  letter-spacing: -0.06em;
  line-height: 0.96;
}

.pb-workflow-lead p,
.pb-old-way p {
  margin: 0;
  font-size: 19px;
  line-height: 1.55;
}

.pb-workflow-grid {
  display: grid;
  overflow: hidden;
  border: 1px solid #dedce3;
  border-radius: 26px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.pb-workflow-grid article {
  min-height: 330px;
  padding: 30px;
  border-left: 1px solid #dedce3;
  background: #fff;
}

.pb-workflow-grid article:first-child {
  border-left: 0;
}

.pb-workflow-grid article:nth-child(2) {
  background: #f4ecd6;
}

.pb-workflow-grid article:nth-child(3) {
  background: #dceeb1;
}

.pb-workflow-grid article:nth-child(4) {
  background: #1f1d3d;
  color: #fff;
}

.pb-workflow-grid small {
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  font-weight: 650;
  letter-spacing: 0.1em;
}

.pb-workflow-grid h3 {
  margin: 92px 0 18px;
  font-size: 27px;
  letter-spacing: -0.04em;
  line-height: 1.05;
}

.pb-workflow-grid p {
  margin: 0;
  font-size: 16px;
  line-height: 1.52;
}

.pb-workflow-grid article:nth-child(4) p {
  color: #d8d6e7;
}

.pb-old-way {
  padding-top: 0;
  background: #fff;
}

.pb-old-way-grid {
  display: grid;
  gap: 64px;
  padding: clamp(38px, 5vw, 72px);
  border-radius: 30px;
  background: #f4ecd6;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.8fr);
}

.pb-old-way p + p {
  margin-top: 18px;
}

@media (max-width: 1120px) {
  .pb-hero-grid,
  .pb-workflow-lead,
  .pb-old-way-grid {
    grid-template-columns: 1fr;
  }

  .pb-editor { margin-top: 0; }

  .pb-workflow-grid {
    grid-template-columns: 1fr 1fr;
  }

  .pb-workflow-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid #dedce3;
  }

  .pb-workflow-grid article:nth-child(4) {
    border-top: 1px solid #dedce3;
  }
}

@media (max-width: 760px) {
  .pb-subnav-inner {
    min-height: 58px;
  }

  .pb-brand {
    min-height: 44px;
    font-size: 19px;
  }

  .pb-hero-copy h1 {
    font-size: clamp(40px, 12vw, 58px);
  }

  .pb-workflow-grid {
    grid-template-columns: 1fr;
  }

  .pb-workflow-grid article,
  .pb-workflow-grid article:nth-child(2),
  .pb-workflow-grid article:nth-child(3),
  .pb-workflow-grid article:nth-child(4) {
    min-height: 260px;
    border-top: 1px solid #dedce3;
    border-left: 0;
  }

  .pb-workflow-grid article:first-child {
    border-top: 0;
  }

  .pb-workflow-grid h3 {
    margin-top: 56px;
  }

  .pb-old-way-grid {
    gap: 30px;
    padding: 34px 24px;
    border-radius: 24px;
  }
}
