:root {
  --ps-dark: #111111;
  --ps-graphite: #1f1f1f;
  --ps-dark-line: #2a2a2a;
  --ps-warm: #f6f5f2;
  --ps-white: #ffffff;
  --ps-text: #181818;
  --ps-body: #3a3a3a;
  --ps-muted: #6b6b6b;
  --ps-soft: #a8a8a8;
  --ps-border: #d6d6d6;
  --ps-accent: #4f8a68;
  --ps-accent-hover: #3f7054;
  --ps-radius: 12px;
  --ps-radius-sm: 8px;
  --ps-max: 1180px;
}

/* Blog integration */
.page-blog {
  background: var(--ps-warm);
  color: var(--ps-text);
}

.page-blog .blog-hero,
.page-blog .article-hero {
  background: var(--ps-warm);
  color: var(--ps-text);
  padding-block: clamp(54px, 7vw, 92px);
  border-bottom: 1px solid var(--ps-border);
}

.page-blog .blog-hero .container,
.page-blog .article-hero .container,
.page-blog .blog-list,
.page-blog .article-layout {
  max-width: 900px;
}

.page-blog h1 {
  color: var(--ps-text);
  font-size: clamp(38px, 5.2vw, 64px);
  line-height: 1.06;
  letter-spacing: 0;
}

.page-blog .blog-hero p,
.page-blog .deck,
.page-blog .article-deck {
  color: var(--ps-body);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.65;
}

.page-blog .section-label,
.page-blog .eyebrow {
  color: var(--ps-accent-hover);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-blog .blog-list-section,
.page-blog .article-wrap,
.page-blog .article-content-section {
  background: var(--ps-warm);
  padding-block: clamp(44px, 6vw, 76px);
}

.page-blog .blog-card,
.page-blog .article-body,
.page-blog .article-next-step,
.page-blog .related-articles {
  background: var(--ps-white);
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius);
  box-shadow: none;
}

.page-blog .blog-card,
.page-blog .article-next-step,
.page-blog .related-articles {
  padding: clamp(22px, 3vw, 30px);
  margin-top: 20px;
}

.page-blog .article-body {
  padding: clamp(24px, 4vw, 42px);
}

.page-blog .blog-card h2,
.page-blog .article-next-step h2,
.page-blog .related-articles h2 {
  margin-top: 8px;
  color: var(--ps-text);
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1.18;
}

.page-blog .article-body h2 {
  margin-top: 36px;
  margin-bottom: 12px;
  color: var(--ps-text);
  font-size: clamp(25px, 2.8vw, 34px);
  line-height: 1.18;
}

.page-blog .article-body h3 {
  margin-top: 28px;
  margin-bottom: 10px;
  color: var(--ps-text);
  font-size: clamp(21px, 2.1vw, 26px);
  line-height: 1.24;
}

.page-blog .article-body p,
.page-blog .article-body li,
.page-blog .blog-card p,
.page-blog .article-next-step p {
  color: var(--ps-body);
  font-size: 17px;
  line-height: 1.75;
}

.page-blog .article-body a,
.page-blog .text-link {
  color: var(--ps-accent-hover);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.page-blog .article-meta,
.page-blog .article-author-date,
.page-blog .article-card-date,
.page-blog .meta {
  color: var(--ps-muted);
  font-size: 14px;
  line-height: 1.5;
}

.page-blog .article-author-date {
  margin-top: 8px;
}

.page-blog .related-article-grid {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.page-blog .related-article-link {
  display: grid;
  gap: 5px;
  padding: 16px;
  border: 1px solid var(--ps-border);
  border-radius: var(--ps-radius-sm);
  color: var(--ps-accent-hover);
  font-weight: 800;
  text-decoration: none;
}

.page-blog .related-article-link span {
  color: var(--ps-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-blog .related-article-link strong {
  color: var(--ps-text);
  line-height: 1.3;
}

/* Marketing Review hero-only pass: report-led split hero, scoped to this page. */
.page-marketing-review .marketing-review-report-hero {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 68px 72px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-marketing-review .marketing-review-report-hero::before {
  display: none !important;
}

.page-marketing-review .marketing-review-report-hero .hero-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr);
  gap: clamp(40px, 5vw, 72px);
  align-items: center;
}

.page-marketing-review .marketing-review-report-hero .hero-copy {
  max-width: 660px !important;
}

.page-marketing-review .marketing-review-report-hero .hero-label {
  display: block;
  color: var(--ps-accent, #4F8A68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-marketing-review .marketing-review-report-hero h1 {
  max-width: 660px !important;
  margin-top: 14px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(38px, 4.3vw, 58px) !important;
  line-height: 1.07;
}

.page-marketing-review .marketing-review-report-hero .hero-copy p {
  max-width: 620px !important;
  margin-top: 20px !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: clamp(17px, 1.55vw, 20px) !important;
  line-height: 1.65;
}

.page-marketing-review .marketing-review-report-hero .hero-price {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  color: var(--ps-text, #181818) !important;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: clamp(27px, 2.8vw, 38px);
  font-weight: 800;
  line-height: 1.1;
}

.page-marketing-review .marketing-review-report-hero .hero-actions {
  margin-top: 18px !important;
  align-items: center;
}

.page-marketing-review .marketing-review-report-hero .hero-text-link {
  color: var(--ps-text, #181818) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.page-marketing-review .marketing-review-report-hero .report-preview {
  justify-content: center;
  align-items: center;
}

.page-marketing-review .marketing-review-report-hero .report-paper {
  width: min(100%, 468px);
  padding: 28px;
  background: var(--ps-card, #FFFFFF);
  color: var(--ps-text, #181818);
  border: 1px solid var(--ps-border, #D6D6D6);
  border-radius: var(--ps-radius, 12px);
  box-shadow: 18px 18px 0 rgba(17, 17, 17, 0.07);
}

.page-marketing-review .marketing-review-report-hero .report-topline {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
  color: var(--ps-muted, #6B6B6B);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-marketing-review .marketing-review-report-hero .report-paper h2 {
  margin-top: 20px;
  margin-bottom: 16px;
  color: var(--ps-text, #181818);
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.12;
}

.page-marketing-review .marketing-review-report-hero .report-section {
  margin-top: 0;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--ps-border, #D6D6D6);
  border-radius: 0;
}

.page-marketing-review .marketing-review-report-hero .report-section strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ps-accent-hover, #3F7054);
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.page-marketing-review .marketing-review-report-hero .report-section p {
  max-width: none !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

@media (max-width: 900px) {
  .page-marketing-review .marketing-review-report-hero .hero-report-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .page-marketing-review .marketing-review-report-hero .hero-copy {
    max-width: 680px !important;
  }

  .page-marketing-review .marketing-review-report-hero .report-paper {
    width: min(100%, 360px);
  }
}

@media (max-width: 620px) {
  .page-marketing-review .marketing-review-report-hero {
    padding-block: 34px 42px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-report-layout {
    gap: 26px;
  }

  .page-marketing-review .marketing-review-report-hero h1 {
    font-size: clamp(31px, 8.4vw, 38px) !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-copy p {
    font-size: 16px !important;
    margin-top: 16px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-price {
    margin-top: 20px !important;
    font-size: 28px;
  }

  .page-marketing-review .marketing-review-report-hero .hero-actions {
    display: grid !important;
    gap: 12px;
    margin-top: 16px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-actions .btn {
    width: 100%;
  }

  .page-marketing-review .marketing-review-report-hero .hero-text-link {
    justify-self: center;
    padding-block: 4px;
  }

  .page-marketing-review .marketing-review-report-hero .report-paper {
    width: min(100%, 300px);
    padding: 20px;
    box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.07);
  }

  .page-marketing-review .marketing-review-report-hero .report-topline {
    display: grid;
    gap: 4px;
  }

  .page-marketing-review .marketing-review-report-hero .report-paper h2 {
    font-size: 25px;
  }

  .page-marketing-review .marketing-review-report-hero .report-section {
    padding: 13px 0;
  }
}

@media (max-width: 340px) {
  .page-marketing-review .marketing-review-report-hero .report-paper {
    width: min(100%, 260px);
    padding: 18px;
  }
}

/* Hero differentiation pass: preserves the shared brand kit while making each page's first view distinct. */
.page-solutions .hero.hero-centered {
  padding-block: 56px 52px !important;
}

.page-solutions .hero-centered .container {
  display: flex;
  justify-content: center;
}

.page-solutions .hero-centered .hero-copy,
.page-pricing .hero-pricing .hero-intro {
  max-width: 740px !important;
  text-align: center;
}

.page-solutions .hero-centered .eyebrow,
.page-pricing .hero-pricing .eyebrow {
  margin-inline: auto;
}

.page-solutions .hero-centered .hero-copy p,
.page-pricing .hero-pricing .hero-intro p {
  max-width: 660px !important;
  margin-inline: auto;
}

.page-solutions .hero-centered .hero-actions {
  justify-content: center;
}

.page-playbooks .hero.hero-product {
  padding-block: 68px 72px !important;
}

.page-playbooks .hero-product .hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr) !important;
  gap: clamp(32px, 5vw, 64px) !important;
}

.page-playbooks .hero-product .hero-copy p {
  max-width: 620px !important;
}

.hero-price {
  margin-top: 22px;
  color: var(--ps-dark-text, #F6F5F2) !important;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: clamp(30px, 4vw, 44px);
  font-weight: 800;
  line-height: 1.1;
}

.hero-text-link {
  color: var(--ps-dark-text, #F6F5F2);
  font-weight: 800;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
  text-decoration-color: rgba(79, 138, 104, 0.72);
  text-underline-offset: 5px;
}

.product-preview {
  position: relative;
  min-height: 430px;
  display: grid;
  align-items: center;
  justify-items: center;
}

.playbook-cover {
  width: min(100%, 430px);
  min-height: 520px;
  padding: 34px;
  background: #F6F5F2;
  color: #181818;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  display: flex;
  flex-direction: column;
  box-shadow: 26px 28px 0 rgba(255, 255, 255, 0.055);
}

.cover-kicker,
.cover-footer {
  color: #3A3A3A;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.playbook-cover h2 {
  margin-top: 52px;
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.04;
}

.playbook-cover p {
  color: #3A3A3A !important;
  margin-top: 18px;
  font-weight: 700;
}

.cover-framework {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.cover-framework span {
  min-height: 62px;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
  background: #FFFFFF;
}

.cover-framework span:first-child {
  border-color: rgba(79, 138, 104, 0.55);
  box-shadow: inset 0 0 0 2px rgba(79, 138, 104, 0.08);
}

.cover-footer {
  margin-top: 24px;
  color: #6B6B6B;
}

.product-shadow-card {
  position: absolute;
  right: 2%;
  bottom: 28px;
  width: 190px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 12px;
  background: #1F1F1F;
  color: #F6F5F2;
}

.product-shadow-card strong {
  display: block;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: 30px;
}

.product-shadow-card span {
  display: block;
  margin-top: 4px;
  color: #D9D8D2;
  font-size: 13px;
  font-weight: 700;
}

.page-marketing-review .hero.hero-report {
  padding-block: 68px 72px !important;
}

.page-marketing-review .hero-report .hero-grid {
  grid-template-columns: minmax(0, 0.88fr) minmax(390px, 0.94fr) !important;
  align-items: center !important;
  gap: clamp(30px, 4vw, 56px) !important;
}

.page-marketing-review .hero-report .hero-copy p {
  max-width: 640px !important;
}

.report-preview {
  display: flex;
  justify-content: center;
}

.report-paper {
  width: min(100%, 500px);
  padding: 26px;
  background: #F6F5F2;
  color: #181818;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
}

.report-topline {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  color: #6B6B6B;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.report-paper h2 {
  margin-top: 24px;
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.12;
}

.report-section {
  margin-top: 14px;
  padding: 16px;
  background: #FFFFFF;
  border: 1px solid #D6D6D6;
  border-radius: 10px;
}

.report-section strong {
  display: block;
  color: #3F7054;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  margin-bottom: 5px;
}

.report-section p {
  color: #3A3A3A !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

.page-setup-services .hero.hero-editorial {
  padding-block: 56px 52px !important;
}

.page-setup-services .hero-editorial .hero-copy {
  max-width: 760px !important;
}

.page-setup-services .hero-editorial h1 {
  max-width: 780px !important;
  font-size: clamp(38px, 4.8vw, 60px) !important;
}

.page-setup-services .hero-editorial .hero-copy p {
  max-width: 660px !important;
}

.page-setup-services .hero-editorial .price {
  margin-top: 20px;
  color: var(--ps-dark-text, #F6F5F2);
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 800;
}

.page-pricing .hero.hero-pricing {
  padding-block: 48px 38px !important;
}

.page-pricing .hero-pricing .path-selector {
  margin-top: 28px !important;
}

.page-pricing .hero-pricing .hero-note {
  max-width: 760px;
  margin: 18px auto 0;
  color: var(--ps-dark-body, #D9D8D2);
  text-align: center;
}

@media (max-width: 900px) {
  .page-playbooks .hero-product .hero-grid,
  .page-marketing-review .hero-report .hero-grid {
    grid-template-columns: 1fr !important;
  }

  .product-preview {
    justify-items: start;
  }
}

@media (max-width: 760px) {
  .page-solutions .hero.hero-centered,
  .page-setup-services .hero.hero-editorial,
  .page-pricing .hero.hero-pricing {
    padding-block: 38px 40px !important;
  }

  .page-playbooks .hero.hero-product,
  .page-marketing-review .hero.hero-report {
    padding-block: 46px 50px !important;
  }

  .page-solutions .hero-centered .hero-actions .btn {
    width: 100%;
  }

  .page-playbooks .hero-product .hero-actions,
  .page-marketing-review .hero-report .hero-actions,
  .page-setup-services .hero-editorial .hero-actions {
    display: grid !important;
    gap: 12px;
    justify-items: stretch;
  }

  .page-playbooks .hero-product .hero-actions .btn,
  .page-marketing-review .hero-report .hero-actions .btn,
  .page-setup-services .hero-editorial .hero-actions .btn {
    width: 100%;
  }

  .hero-text-link {
    justify-content: center;
    min-height: auto;
  }

  .product-preview {
    min-height: auto;
    margin-top: 8px;
  }

  .playbook-cover {
    width: 100%;
    min-height: 390px;
    padding: 24px;
    box-shadow: 14px 16px 0 rgba(255, 255, 255, 0.055);
  }

  .playbook-cover h2 {
    margin-top: 32px;
    font-size: clamp(28px, 9vw, 38px);
  }

  .product-shadow-card {
    position: static;
    width: 100%;
    margin-top: 16px;
  }

  .report-paper {
    padding: 18px;
  }

  .report-topline {
    display: grid;
  }

  .page-setup-services .hero-editorial h1,
  .page-pricing .hero-pricing h1,
  .page-playbooks .hero-product h1,
  .page-marketing-review .hero-report h1,
  .page-solutions .hero-centered h1 {
    font-size: clamp(32px, 9vw, 38px) !important;
  }
}

/* Hero art direction reset: Homepage keeps the flagship dark grid; other heroes use distinct brand-kit surfaces. */
.page-solutions .hero-light::before,
.page-playbooks .hero-product-showcase::before,
.page-marketing-review .hero-report-showcase::before,
.page-setup-services .hero-editorial-light::before,
.page-pricing .hero-pricing-cards::before {
  display: none !important;
}

.hero-label {
  color: var(--ps-accent, #4F8A68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.page-solutions .hero-light {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 52px 34px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-solutions .hero-light .hero-copy {
  max-width: 760px !important;
  text-align: center;
}

.page-solutions .hero-light h1 {
  max-width: 740px !important;
  margin-top: 12px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(38px, 5vw, 58px) !important;
}

.page-solutions .hero-light p {
  max-width: 650px !important;
  margin-inline: auto;
  color: var(--ps-body, #3A3A3A) !important;
}

.page-solutions .hero-light .hero-actions {
  justify-content: center;
  margin-top: 24px !important;
}

.page-solutions .hero-light .btn-secondary,
.page-playbooks .hero-product-showcase .btn-secondary,
.page-marketing-review .hero-report-showcase .btn-secondary,
.page-setup-services .hero-editorial-light .btn-secondary {
  color: var(--ps-text, #181818) !important;
  border-color: var(--ps-border, #D6D6D6) !important;
  background: transparent !important;
}

.page-solutions #solution-areas {
  padding-top: 34px !important;
}

.page-playbooks .hero-product-showcase {
  background: linear-gradient(90deg, #F6F5F2 0%, #F6F5F2 58%, #FFFFFF 58%, #FFFFFF 100%) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 50px 54px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-playbooks .hero-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(360px, 0.9fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.page-playbooks .hero-product-showcase .product-preview {
  min-height: 0;
  justify-items: center;
}

.page-playbooks .hero-product-showcase .playbook-cover {
  width: min(100%, 560px);
  min-height: 520px;
  background: #FFFFFF;
  border-color: var(--ps-border, #D6D6D6);
  box-shadow: 28px 28px 0 rgba(17, 17, 17, 0.08);
}

.page-playbooks .hero-product-showcase .product-shadow-card {
  right: 0;
  bottom: 34px;
  background: #111111;
  border-color: #2A2A2A;
}

.page-playbooks .hero-product-showcase .hero-copy {
  max-width: 500px !important;
}

.page-playbooks .hero-product-showcase h1 {
  margin-top: 12px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(34px, 4vw, 54px) !important;
}

.page-playbooks .hero-product-showcase .hero-copy p {
  max-width: 500px !important;
  color: var(--ps-body, #3A3A3A) !important;
}

.page-playbooks .hero-product-showcase .hero-price,
.page-marketing-review .hero-report-showcase .hero-price {
  color: var(--ps-text, #181818) !important;
}

.page-playbooks .hero-product-showcase .hero-text-link,
.page-marketing-review .hero-report-showcase .hero-text-link,
.page-setup-services .hero-editorial-light .hero-text-link {
  color: var(--ps-text, #181818) !important;
}

.page-playbooks .hero-product-showcase .hero-note {
  color: var(--ps-muted, #6B6B6B) !important;
}

.page-marketing-review .hero-report-showcase {
  background: var(--ps-card, #FFFFFF) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 48px 54px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-marketing-review .hero-report-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(340px, 0.86fr);
  gap: clamp(34px, 5vw, 70px);
  align-items: center;
}

.page-marketing-review .hero-report-showcase .report-preview {
  justify-content: flex-start;
}

.page-marketing-review .hero-report-showcase .report-paper {
  width: min(100%, 620px);
  padding: 34px;
  background: #F6F5F2;
  border-color: var(--ps-border, #D6D6D6);
  box-shadow: 22px 22px 0 rgba(17, 17, 17, 0.07);
}

.page-marketing-review .hero-report-showcase .report-section {
  padding: 18px;
}

.page-marketing-review .hero-report-showcase h1 {
  margin-top: 12px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(34px, 4vw, 52px) !important;
}

.page-marketing-review .hero-report-showcase .hero-copy p {
  max-width: 520px !important;
  color: var(--ps-body, #3A3A3A) !important;
}

.page-setup-services .hero-editorial-light {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 52px 42px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-setup-services .hero-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: end;
}

.page-setup-services .hero-editorial-light .hero-copy {
  max-width: 780px !important;
}

.page-setup-services .hero-editorial-light h1 {
  margin-top: 0 !important;
  color: var(--ps-text, #181818);
  font-size: clamp(42px, 5.4vw, 68px) !important;
  line-height: 1.02 !important;
}

.page-setup-services .hero-editorial-copy {
  border-left: 1px solid var(--ps-border, #D6D6D6);
  padding-left: clamp(22px, 3vw, 34px);
}

.page-setup-services .hero-editorial-copy p {
  color: var(--ps-body, #3A3A3A) !important;
  font-size: clamp(18px, 1.8vw, 21px);
  line-height: 1.65;
}

.page-setup-services .hero-editorial-light .price {
  color: var(--ps-text, #181818) !important;
}

.page-setup-services .section:first-of-type {
  padding-top: 38px !important;
}

.page-pricing .hero-pricing-cards {
  background: var(--ps-dark, #111111) !important;
  color: var(--ps-dark-text, #F6F5F2) !important;
  padding-block: 34px 38px !important;
}

.page-pricing .hero-pricing-cards .hero-intro {
  max-width: 680px !important;
  margin-inline: auto;
  text-align: center;
}

.page-pricing .hero-pricing-cards .hero-label {
  color: var(--ps-soft, #A8A8A8);
}

.page-pricing .hero-pricing-cards h1 {
  margin-top: 8px !important;
  max-width: 620px !important;
  color: var(--ps-dark-text, #F6F5F2);
  font-size: clamp(28px, 3.6vw, 44px) !important;
  line-height: 1.08 !important;
}

.page-pricing .hero-pricing-cards .hero-intro p {
  max-width: 560px !important;
  margin-top: 12px !important;
  color: var(--ps-dark-body, #D9D8D2) !important;
  font-size: clamp(15px, 1.3vw, 17px) !important;
  line-height: 1.55 !important;
}

.page-pricing .hero-pricing-cards .path-selector {
  margin-top: 22px !important;
}

.page-pricing .hero-pricing-cards .hero-note {
  max-width: 720px;
  margin: 16px auto 0;
  color: var(--ps-dark-body, #D9D8D2);
  text-align: center;
  font-size: 14px;
}

@media (max-width: 900px) {
  .page-playbooks .hero-product-layout,
  .page-marketing-review .hero-report-layout,
  .page-setup-services .hero-editorial-layout {
    grid-template-columns: 1fr;
  }

  .page-setup-services .hero-editorial-copy {
    border-left: 0;
    border-top: 1px solid var(--ps-border, #D6D6D6);
    padding-left: 0;
    padding-top: 22px;
  }
}

@media (max-width: 760px) {
  .page-solutions .hero-light {
    padding-block: 36px 28px !important;
  }

  .page-solutions .hero-light h1 {
    font-size: clamp(31px, 8.8vw, 38px) !important;
  }

  .page-solutions .hero-light .hero-actions {
    display: grid !important;
    gap: 12px;
  }

  .page-solutions .hero-light .hero-actions .btn {
    width: 100%;
  }

  .page-playbooks .hero-product-showcase {
    background: var(--ps-warm, #F6F5F2) !important;
    padding-block: 28px 40px !important;
  }

  .page-playbooks .hero-product-showcase .hero-product-layout {
    gap: 24px;
  }

  .page-playbooks .hero-product-showcase .playbook-cover {
    min-height: 330px;
    padding: 22px;
    box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.08);
  }

  .page-playbooks .hero-product-showcase .playbook-cover h2 {
    margin-top: 24px;
    font-size: clamp(28px, 8vw, 34px);
  }

  .page-playbooks .hero-product-showcase .cover-framework span {
    min-height: 42px;
  }

  .page-playbooks .hero-product-showcase .product-shadow-card {
    position: static;
    width: 100%;
    margin-top: 14px;
  }

  .page-playbooks .hero-product-showcase h1,
  .page-marketing-review .hero-report-showcase h1 {
    font-size: clamp(30px, 8.6vw, 37px) !important;
  }

  .page-playbooks .hero-product-showcase .hero-actions,
  .page-marketing-review .hero-report-showcase .hero-actions,
  .page-setup-services .hero-editorial-light .hero-actions {
    display: grid !important;
    gap: 12px;
  }

  .page-playbooks .hero-product-showcase .hero-actions .btn,
  .page-marketing-review .hero-report-showcase .hero-actions .btn,
  .page-setup-services .hero-editorial-light .hero-actions .btn {
    width: 100%;
  }

  .page-marketing-review .hero-report-showcase {
    padding-block: 28px 40px !important;
  }

  .page-marketing-review .hero-report-showcase .hero-report-layout {
    gap: 24px;
  }

  .page-marketing-review .hero-report-showcase .report-paper {
    padding: 18px;
    box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.07);
  }

  .page-marketing-review .hero-report-showcase .report-paper h2 {
    font-size: clamp(24px, 7.6vw, 30px);
  }

  .page-setup-services .hero-editorial-light {
    padding-block: 34px 32px !important;
  }

  .page-setup-services .hero-editorial-light h1 {
    font-size: clamp(31px, 8.8vw, 38px) !important;
  }

  .page-pricing .hero-pricing-cards {
    padding-block: 26px 30px !important;
  }

  .page-pricing .hero-pricing-cards h1 {
    font-size: clamp(26px, 7.8vw, 32px) !important;
  }

  .page-pricing .hero-pricing-cards .hero-intro p {
    font-size: 15px !important;
  }

  .page-pricing .hero-pricing-cards .path-selector {
    margin-top: 18px !important;
  }
}

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: Inter, system-ui, sans-serif;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 1000;
  transform: translateY(-140%);
  min-height: 44px;
  padding: 10px 14px;
  border-radius: var(--ps-radius-sm);
  background: var(--ps-warm);
  color: var(--ps-dark);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
  font-weight: 800;
  text-decoration: none;
  transition: transform 160ms ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid var(--ps-accent);
  outline-offset: 3px;
}

#main-content:focus {
  outline: none;
}

h1,
h2,
h3 {
  font-family: Sora, Inter, system-ui, sans-serif;
  letter-spacing: 0;
}

.container {
  width: min(var(--ps-max), calc(100% - 64px)) !important;
  margin-inline: auto;
}

.site-header {
  background: var(--ps-dark) !important;
  color: var(--ps-warm) !important;
  border-bottom: 1px solid var(--ps-dark-line) !important;
  padding: 14px 0 !important;
  position: relative;
  z-index: 50;
}

.site-header .topbar-inner {
  min-height: 60px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 28px !important;
}

.site-header .brand-mark {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto;
}

.site-header .brand-logo {
  width: 188px !important;
  height: auto !important;
}

.site-header .nav-links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  flex-wrap: nowrap !important;
}

.site-header .nav-links a {
  color: #d9d8d2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 44px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.site-header .nav-links .mobile-menu-cta {
  display: none !important;
}

.site-header .nav-links a:hover,
.site-header .nav-links a:focus-visible,
.site-header .nav-links a[aria-current='page'] {
  color: var(--ps-warm) !important;
}

.site-header .nav-cta {
  min-height: 44px !important;
  padding: 0 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: var(--ps-radius-sm) !important;
  color: var(--ps-warm) !important;
  background: rgba(255, 255, 255, 0.02) !important;
}

.menu-toggle {
  display: none;
  min-height: 44px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: var(--ps-radius-sm);
  background: transparent;
  color: var(--ps-warm);
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.btn,
button.btn,
a.btn,
.button,
.nav-cta {
  border-radius: var(--ps-radius-sm) !important;
  min-height: 48px;
  font-weight: 800 !important;
}

.btn-primary {
  background: var(--ps-accent) !important;
  color: #fff !important;
}

.btn-primary:hover {
  background: var(--ps-accent-hover) !important;
}

.btn-secondary,
.btn-muted,
.btn-light {
  border-color: rgba(255, 255, 255, 0.24);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
  outline: 3px solid rgba(79, 138, 104, 0.42) !important;
  outline-offset: 3px !important;
}

.card,
.offer-card,
.pricing-card,
.service-card,
.feature-card,
.step-card,
.product-card,
.board,
.board-card,
.mini-board,
.compare-list,
.about-strip,
.support-panel,
.form-shell {
  border-radius: var(--ps-radius) !important;
  box-shadow: none !important;
}

.card,
.offer-card,
.service-card,
.feature-card,
.step-card,
.mini-board,
.compare-list,
.about-strip,
.support-panel,
.form-shell {
  border: 1px solid var(--ps-border);
}

.section {
  padding-block: clamp(48px, 6vw, 88px) !important;
}

.hero {
  padding-block: clamp(48px, 7vw, 96px) !important;
}

.page-home .hero {
  padding-block: clamp(54px, 8vw, 112px) !important;
}

.page-solutions .hero,
.page-pricing .hero,
.page-playbooks .hero,
.page-marketing-review .hero,
.page-setup-services .hero {
  padding-block: clamp(44px, 5vw, 72px) !important;
}

.page-solutions .hero h1,
.page-pricing .hero h1,
.page-playbooks .hero h1,
.page-marketing-review .hero h1,
.page-setup-services .hero h1 {
  max-width: 760px !important;
}

.page-solutions .hero-grid,
.page-setup-services .hero-grid {
  grid-template-columns: minmax(0, 760px) !important;
}

.page-solutions .hero .board,
.page-setup-services .hero .board {
  display: none !important;
}

.page-playbooks .hero .board {
  background: linear-gradient(180deg, rgba(31, 31, 31, 0.98), rgba(17, 17, 17, 0.98)) !important;
}

.page-pricing .hero {
  padding-bottom: clamp(32px, 4vw, 54px) !important;
}

.page-managed-services .hero,
.page-about .hero,
.page-contact .intro {
  padding-block: clamp(46px, 6vw, 78px) !important;
}

.page-contact .form-shell {
  max-width: 980px;
  margin-inline: auto;
}

.site-footer {
  background: var(--ps-dark) !important;
  color: #d9d8d2 !important;
  border-top: 1px solid var(--ps-dark-line) !important;
  padding: clamp(42px, 5vw, 64px) 0 28px !important;
  font-size: 14px !important;
}

.site-footer .footer-inner {
  display: grid !important;
  grid-template-columns: minmax(260px, 1.2fr) repeat(3, minmax(140px, 0.7fr)) !important;
  align-items: start !important;
  gap: 28px !important;
}

.site-footer .footer-logo {
  width: 184px;
  height: auto;
  margin-bottom: 16px;
}

.site-footer .footer-description {
  max-width: 360px;
  color: #d9d8d2 !important;
  margin: 0;
  line-height: 1.6;
}

.site-footer .footer-column {
  display: grid;
  gap: 10px;
}

.site-footer .footer-heading {
  color: var(--ps-warm);
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.site-footer a {
  color: #d9d8d2 !important;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: var(--ps-warm) !important;
}

.site-footer .footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid var(--ps-dark-line);
  padding-top: 22px;
  margin-top: 8px;
  color: var(--ps-soft);
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 64px, var(--ps-max)) !important;
  }

  .site-footer .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .site-footer .footer-brand,
  .site-footer .footer-bottom {
    grid-column: 1 / -1;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(100% - 40px, var(--ps-max)) !important;
  }

  .site-header {
    padding: 12px 0 !important;
  }

  .site-header .topbar-inner {
    min-height: 56px !important;
    align-items: center !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    gap: 14px !important;
  }

  .site-header .brand-logo {
    width: 162px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
  }

  .site-header .nav-links {
    display: none !important;
    position: absolute;
    left: 20px;
    right: 20px;
    top: calc(100% + 10px);
    z-index: 60;
    padding: 14px;
    background: var(--ps-dark);
    border: 1px solid var(--ps-dark-line);
    border-radius: var(--ps-radius);
    flex-direction: column;
    align-items: stretch !important;
    gap: 4px !important;
  }

  .site-header[data-menu-open='true'] .nav-links {
    display: flex !important;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .site-header .nav-links a {
    width: 100%;
    min-height: 46px !important;
    font-size: 15px !important;
    justify-content: flex-start !important;
    padding: 0 12px;
    border-radius: var(--ps-radius-sm);
  }

  .site-header .nav-links a:hover,
  .site-header .nav-links a:focus-visible {
    background: rgba(255, 255, 255, 0.06);
  }

  .site-header .nav-cta {
    border-color: rgba(255, 255, 255, 0.24) !important;
  }

  .site-header .nav-links .mobile-menu-cta {
    display: inline-flex !important;
    margin-top: 6px;
    background: var(--ps-accent) !important;
    color: #fff !important;
    justify-content: center !important;
  }

  .hero h1,
  .page-managed-services .hero h1,
  .page-about .hero h1,
  .page-contact .intro h1 {
    font-size: clamp(34px, 10vw, 40px) !important;
    line-height: 1.08 !important;
  }

  .page-setup-services .hero h1 {
    font-size: clamp(32px, 9.2vw, 36px) !important;
  }

  .hero-actions,
  .button-row {
    align-items: stretch !important;
  }

  .hero-actions .btn,
  .button-row .btn {
    width: 100%;
  }

  .card,
  .offer-card,
  .pricing-card,
  .service-card,
  .feature-card,
  .step-card,
  .product-card,
  .support-panel {
    padding: 18px !important;
  }

  .page-pricing .pricing-card,
  .page-playbooks .product-card {
    padding: 16px !important;
  }

  .site-footer .footer-inner {
    grid-template-columns: 1fr !important;
  }

  .site-footer .footer-brand,
.site-footer .footer-bottom {
    grid-column: auto;
  }
}

/* Solutions-only approval pass: compact light overview hero. */
.page-solutions .solutions-overview-hero {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 64px 52px !important;
  border-bottom: 0;
}

.page-solutions .solutions-overview-hero::before {
  display: none !important;
}

.page-solutions .solutions-overview-hero .container {
  display: flex;
  justify-content: center;
}

.page-solutions .solutions-overview-hero .hero-copy {
  width: 100%;
  max-width: 760px !important;
  text-align: center;
}

.page-solutions .solutions-overview-hero .hero-label {
  color: var(--ps-muted, #6B6B6B);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.page-solutions .solutions-overview-hero h1 {
  max-width: 760px !important;
  margin: 14px auto 0 !important;
  color: var(--ps-text, #181818);
  font-size: clamp(36px, 4vw, 52px) !important;
  line-height: 1.08 !important;
}

.page-solutions .solutions-overview-hero p {
  max-width: 660px !important;
  margin: 18px auto 0 !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: clamp(17px, 1.45vw, 20px) !important;
  line-height: 1.58 !important;
}

.page-solutions .solutions-overview-hero .hero-actions {
  justify-content: center;
  margin-top: 26px !important;
}

.page-solutions .solutions-overview-hero .btn-secondary {
  background: transparent !important;
  border-color: var(--ps-border, #D6D6D6) !important;
  color: var(--ps-text, #181818) !important;
}

.page-solutions .solutions-overview-hero .btn-secondary:hover {
  border-color: var(--ps-text, #181818) !important;
  color: var(--ps-text, #181818) !important;
}

.page-solutions #solution-areas {
  padding-top: 30px !important;
}

@media (max-width: 760px) {
  .page-solutions .solutions-overview-hero {
    padding-block: 34px 26px !important;
  }

  .page-solutions .solutions-overview-hero h1 {
    max-width: 340px !important;
    font-size: clamp(29px, 8.5vw, 34px) !important;
    line-height: 1.1 !important;
  }

  .page-solutions .solutions-overview-hero p {
    max-width: 340px !important;
    margin-top: 14px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .page-solutions .solutions-overview-hero .hero-actions {
    display: grid !important;
    gap: 12px;
    margin-top: 22px !important;
  }

  .page-solutions .solutions-overview-hero .hero-actions .btn {
    width: 100%;
  }

.page-solutions #solution-areas {
    padding-top: 22px !important;
  }
}

/* Playbooks-only approval pass: product-led showcase hero. */
.page-playbooks .playbooks-product-hero {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 66px 58px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-playbooks .playbooks-product-hero::before {
  display: none !important;
}

.page-playbooks .playbooks-product-hero .hero-product-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.6fr) minmax(0, 0.4fr);
  grid-template-areas:
    "copy product"
    "note product";
  column-gap: clamp(48px, 6vw, 86px);
  row-gap: 0;
  align-items: center;
}

.page-playbooks .playbooks-product-hero .hero-copy {
  grid-area: copy;
  max-width: 650px !important;
}

.page-playbooks .playbooks-product-hero .product-preview {
  grid-area: product;
  min-height: 0;
  display: grid;
  justify-items: center;
  align-items: center;
  align-self: center;
  padding-top: clamp(28px, 4vw, 48px);
}

.page-playbooks .playbooks-product-hero .hero-label {
  color: var(--ps-muted, #6B6B6B);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: none;
}

.page-playbooks .playbooks-product-hero h1 {
  max-width: 620px !important;
  margin-top: 14px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(42px, 5vw, 64px) !important;
  line-height: 1.08 !important;
}

.page-playbooks .playbooks-product-hero .hero-copy p {
  max-width: 560px !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: clamp(17px, 1.5vw, 20px) !important;
  line-height: 1.6 !important;
}

.page-playbooks .playbooks-product-hero .hero-price {
  margin-top: 22px !important;
  color: var(--ps-text, #181818) !important;
  font-size: clamp(34px, 3.5vw, 46px) !important;
  line-height: 1 !important;
}

.page-playbooks .playbooks-product-hero .hero-actions {
  display: flex !important;
  align-items: center;
  gap: 18px;
  margin-top: 18px !important;
}

.page-playbooks .playbooks-product-hero .hero-text-link {
  color: var(--ps-text, #181818) !important;
  min-height: auto;
  text-decoration-color: rgba(79, 138, 104, 0.72);
}

.page-playbooks .playbooks-product-hero .hero-note {
  grid-area: note;
  max-width: 430px;
  margin-top: 18px !important;
  color: var(--ps-muted, #6B6B6B) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.page-playbooks .playbooks-product-hero .playbook-cover {
  width: min(100%, 460px);
  min-height: 520px;
  padding: 34px;
  background: var(--ps-white, #FFFFFF);
  color: var(--ps-text, #181818);
  border-color: var(--ps-border, #D6D6D6);
  box-shadow: 22px 22px 0 rgba(17, 17, 17, 0.08);
}

.page-playbooks .playbooks-product-hero .cover-kicker,
.page-playbooks .playbooks-product-hero .cover-footer {
  color: var(--ps-muted, #6B6B6B);
}

.page-playbooks .playbooks-product-hero .playbook-cover h2 {
  max-width: 360px;
  margin-top: 74px;
  color: var(--ps-text, #181818);
  font-size: clamp(34px, 3vw, 44px);
  line-height: 1.02;
}

.page-playbooks .playbooks-product-hero .playbook-cover p {
  color: var(--ps-body, #3A3A3A) !important;
}

.page-playbooks .playbooks-product-hero .cover-status {
  margin-top: 22px;
  color: var(--ps-muted, #6B6B6B) !important;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}

.page-playbooks .playbooks-product-hero .cover-footer {
  max-width: 380px;
  margin-top: auto;
  color: var(--ps-body, #3A3A3A);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.page-playbooks .playbooks-product-hero + #available {
  padding-top: 46px !important;
}

@media (max-width: 900px) {
  .page-playbooks .playbooks-product-hero .hero-product-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "copy"
      "product"
      "note";
    gap: 30px;
  }

  .page-playbooks .playbooks-product-hero .hero-copy {
    max-width: 640px !important;
    margin-inline: auto;
    text-align: center;
  }

  .page-playbooks .playbooks-product-hero .hero-copy p,
  .page-playbooks .playbooks-product-hero .hero-note {
    margin-inline: auto;
  }

  .page-playbooks .playbooks-product-hero .hero-actions {
    justify-content: center;
  }

  .page-playbooks .playbooks-product-hero .hero-note {
    text-align: center;
  }
}

@media (max-width: 760px) {
  .page-playbooks .playbooks-product-hero {
    padding-block: 34px 36px !important;
  }

  .page-playbooks .playbooks-product-hero .hero-product-layout {
    gap: 0;
  }

  .page-playbooks .playbooks-product-hero .product-preview {
    margin-top: 28px;
    padding-top: 0;
  }

  .page-playbooks .playbooks-product-hero .playbook-cover {
    width: min(78vw, 290px);
    min-height: 304px;
    padding: 19px;
    box-shadow: 10px 10px 0 rgba(17, 17, 17, 0.08);
  }

  .page-playbooks .playbooks-product-hero .playbook-cover h2 {
    margin-top: 36px;
    font-size: clamp(26px, 7.1vw, 31px);
    line-height: 1.03;
  }

  .page-playbooks .playbooks-product-hero .cover-status {
    margin-top: 16px;
    font-size: 12px;
  }

  .page-playbooks .playbooks-product-hero .cover-footer {
    font-size: 12px;
    line-height: 1.38;
  }

  .page-playbooks .playbooks-product-hero h1 {
    max-width: 340px !important;
    font-size: clamp(31px, 8.5vw, 36px) !important;
    line-height: 1.1 !important;
  }

  .page-playbooks .playbooks-product-hero .hero-copy p {
    max-width: 340px !important;
    font-size: 16px !important;
    line-height: 1.55 !important;
  }

  .page-playbooks .playbooks-product-hero .hero-price {
    margin-top: 18px !important;
    font-size: 34px !important;
  }

  .page-playbooks .playbooks-product-hero .hero-actions {
    display: grid !important;
    justify-items: center;
    gap: 14px;
    margin-top: 16px !important;
  }

  .page-playbooks .playbooks-product-hero .hero-actions .btn {
    width: 100%;
    max-width: 340px;
  }

  .page-playbooks .playbooks-product-hero .hero-text-link {
    justify-content: center;
  }

  .page-playbooks .playbooks-product-hero .hero-note {
    margin-top: 24px !important;
  }

  .page-playbooks .playbooks-product-hero + #available {
    padding-top: 34px !important;
  }
}

@media (max-width: 340px) {
  .page-playbooks .playbooks-product-hero .playbook-cover {
    width: min(78vw, 250px);
    min-height: 292px;
    padding: 18px;
  }

  .page-playbooks .playbooks-product-hero .playbook-cover h2 {
    font-size: 27px;
  }
}

/* Marketing Review hero-only final override: report-led split hero, scoped to this page. */
.page-marketing-review .marketing-review-report-hero {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 68px 72px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-marketing-review .marketing-review-report-hero::before {
  display: none !important;
}

.page-marketing-review .marketing-review-report-hero .hero-report-layout {
  display: grid !important;
  grid-template-columns: minmax(0, 0.58fr) minmax(320px, 0.42fr) !important;
  gap: clamp(40px, 5vw, 72px) !important;
  align-items: center !important;
}

.page-marketing-review .marketing-review-report-hero .hero-copy {
  max-width: 660px !important;
}

.page-marketing-review .marketing-review-report-hero .hero-label {
  display: block;
  color: var(--ps-accent, #4F8A68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-marketing-review .marketing-review-report-hero h1 {
  max-width: 660px !important;
  margin-top: 14px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(38px, 4.3vw, 58px) !important;
  line-height: 1.07 !important;
}

.page-marketing-review .marketing-review-report-hero .hero-copy p {
  max-width: 620px !important;
  margin-top: 20px !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: clamp(17px, 1.55vw, 20px) !important;
  line-height: 1.65 !important;
}

.page-marketing-review .marketing-review-report-hero .hero-price {
  margin-top: 24px !important;
  margin-bottom: 0 !important;
  color: var(--ps-text, #181818) !important;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: clamp(27px, 2.8vw, 38px) !important;
  font-weight: 800;
  line-height: 1.1 !important;
}

.page-marketing-review .marketing-review-report-hero .hero-actions {
  margin-top: 18px !important;
  align-items: center;
}

.page-marketing-review .marketing-review-report-hero .hero-text-link {
  color: var(--ps-text, #181818) !important;
  font-size: 15px;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.page-marketing-review .marketing-review-report-hero .report-preview {
  justify-content: center !important;
  align-items: center;
  transform: translateY(22px);
}

.page-marketing-review .marketing-review-report-hero .report-paper {
  width: min(100%, 468px) !important;
  padding: 28px !important;
  background: var(--ps-white, #FFFFFF);
  color: var(--ps-text, #181818);
  border: 1px solid var(--ps-border, #D6D6D6);
  border-radius: var(--ps-radius, 12px);
  box-shadow: 18px 18px 0 rgba(17, 17, 17, 0.07);
}

.page-marketing-review .marketing-review-report-hero .report-topline {
  display: flex !important;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
  color: var(--ps-muted, #6B6B6B);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-marketing-review .marketing-review-report-hero .report-paper h2 {
  margin-top: 20px;
  margin-bottom: 16px;
  color: var(--ps-text, #181818);
  font-size: clamp(25px, 2.4vw, 34px) !important;
  line-height: 1.12;
}

.page-marketing-review .marketing-review-report-hero .report-section {
  margin-top: 0 !important;
  padding: 16px 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-top: 1px solid var(--ps-border, #D6D6D6) !important;
  border-radius: 0 !important;
}

.page-marketing-review .marketing-review-report-hero .report-section strong {
  display: block;
  margin-bottom: 5px;
  color: var(--ps-accent-hover, #3F7054);
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: 15px;
  line-height: 1.25;
}

.page-marketing-review .marketing-review-report-hero .report-section p {
  max-width: none !important;
  margin: 0 !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}

@media (max-width: 900px) {
  .page-marketing-review .marketing-review-report-hero .hero-report-layout {
    grid-template-columns: 1fr !important;
    gap: 30px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-copy {
    max-width: 680px !important;
  }

  .page-marketing-review .marketing-review-report-hero .report-paper {
    width: min(100%, 360px) !important;
  }

  .page-marketing-review .marketing-review-report-hero .report-preview {
    transform: none;
  }
}

@media (max-width: 620px) {
  .page-marketing-review .marketing-review-report-hero {
    padding-block: 34px 42px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-report-layout {
    gap: 26px !important;
  }

  .page-marketing-review .marketing-review-report-hero h1 {
    font-size: clamp(31px, 8.4vw, 38px) !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-copy p {
    font-size: 16px !important;
    margin-top: 16px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-price {
    margin-top: 20px !important;
    font-size: 28px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-actions {
    display: grid !important;
    gap: 12px;
    margin-top: 16px !important;
  }

  .page-marketing-review .marketing-review-report-hero .hero-actions .btn {
    width: 100%;
  }

  .page-marketing-review .marketing-review-report-hero .hero-text-link {
    justify-self: center;
    padding-block: 4px;
  }

  .page-marketing-review .marketing-review-report-hero .report-paper {
    width: min(100%, 300px) !important;
    padding: 20px !important;
    box-shadow: 12px 12px 0 rgba(17, 17, 17, 0.07);
  }

  .page-marketing-review .marketing-review-report-hero .report-topline {
    display: grid !important;
    gap: 4px;
  }

  .page-marketing-review .marketing-review-report-hero .report-paper h2 {
    font-size: 25px !important;
  }

  .page-marketing-review .marketing-review-report-hero .report-section {
    padding: 13px 0 !important;
  }
}

@media (max-width: 340px) {
  .page-marketing-review .marketing-review-report-hero .report-paper {
    width: min(100%, 260px) !important;
    padding: 18px !important;
  }
}

/* Setup Services hero-only final override: compact text-first editorial hero. */
.page-setup-services .setup-services-editorial-hero {
  background: var(--ps-warm, #F6F5F2) !important;
  color: var(--ps-text, #181818) !important;
  padding-block: 56px 40px !important;
  border-bottom: 1px solid var(--ps-border, #D6D6D6);
}

.page-setup-services .setup-services-editorial-hero::before {
  display: none !important;
}

.page-setup-services .setup-services-editorial-hero .container {
  display: block;
}

.page-setup-services .setup-services-editorial-hero .hero-copy {
  max-width: 880px !important;
  padding-top: 12px;
  border-top: 1px solid var(--ps-border, #D6D6D6);
}

.page-setup-services .setup-services-editorial-hero .hero-label {
  display: block;
  color: var(--ps-accent, #4F8A68);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-setup-services .setup-services-editorial-hero h1 {
  max-width: 860px !important;
  margin-top: 12px !important;
  color: var(--ps-text, #181818);
  font-size: clamp(34px, 3.7vw, 50px) !important;
  line-height: 1.08 !important;
}

.page-setup-services .setup-services-editorial-hero .hero-copy p {
  max-width: 660px !important;
  margin-top: 16px !important;
  color: var(--ps-body, #3A3A3A) !important;
  font-size: clamp(17px, 1.4vw, 19px) !important;
  line-height: 1.65 !important;
}

.page-setup-services .setup-services-editorial-hero .hero-price {
  max-width: 660px !important;
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  color: var(--ps-text, #181818) !important;
  font-family: 'Sora', 'Inter', system-ui, sans-serif;
  font-size: clamp(26px, 2.4vw, 34px) !important;
  font-weight: 800;
  line-height: 1.12 !important;
}

.page-setup-services .setup-services-editorial-hero .hero-actions {
  margin-top: 14px !important;
  align-items: center;
}

.page-setup-services .setup-services-editorial-hero .hero-text-link {
  color: var(--ps-text, #181818) !important;
  font-size: 15px;
  font-weight: 800;
  min-height: auto;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 5px;
}

.page-setup-services .setup-services-editorial-hero + .section {
  padding-top: 38px !important;
}

@media (max-width: 620px) {
  .page-setup-services .setup-services-editorial-hero {
    padding-block: 28px 28px !important;
  }

  .page-setup-services .setup-services-editorial-hero .hero-copy {
    max-width: 350px !important;
    padding-top: 10px;
  }

  .page-setup-services .setup-services-editorial-hero h1 {
    max-width: 350px !important;
    margin-top: 10px !important;
    font-size: clamp(24px, 6.9vw, 28px) !important;
    line-height: 1.08 !important;
  }

  .page-setup-services .setup-services-editorial-hero .hero-copy p {
    max-width: 350px !important;
    margin-top: 14px !important;
    font-size: 15.5px !important;
    line-height: 1.52 !important;
  }

  .page-setup-services .setup-services-editorial-hero .hero-price {
    margin-top: 16px !important;
    font-size: 26px !important;
  }

  .page-setup-services .setup-services-editorial-hero .hero-actions {
    display: grid !important;
    gap: 12px;
    margin-top: 14px !important;
  }

  .page-setup-services .setup-services-editorial-hero .hero-actions .btn {
    width: 100%;
  }

  .page-setup-services .setup-services-editorial-hero .hero-text-link {
    justify-self: center;
    padding-block: 4px;
  }

  .page-setup-services .setup-services-editorial-hero + .section {
    padding-top: 34px !important;
  }
}

/* Pricing hero-only final override: compact pricing-first intro with cards as the hero. */
.page-pricing .hero-pricing-cards {
  background: var(--ps-dark, #111111) !important;
  color: var(--ps-dark-text, #F6F5F2) !important;
  padding-block: 40px 24px !important;
  border-bottom: 1px solid var(--ps-dark-line, #2A2A2A);
}

.page-pricing .hero-pricing-cards::before {
  display: none !important;
}

.page-pricing .hero-pricing-cards .hero-intro {
  max-width: 860px !important;
  margin: 0 auto 0;
  text-align: center;
}

.page-pricing .hero-pricing-cards .hero-label {
  display: block;
  color: var(--ps-soft, #A8A8A8);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: none;
}

.page-pricing .hero-pricing-cards h1 {
  max-width: 820px !important;
  margin: 12px auto 0 !important;
  color: var(--ps-dark-text, #F6F5F2);
  font-size: clamp(34px, 3.6vw, 48px) !important;
  line-height: 1.06 !important;
}

.page-pricing .hero-pricing-cards .hero-intro p {
  max-width: 660px !important;
  margin: 14px auto 0 !important;
  color: var(--ps-dark-body, #D9D8D2) !important;
  font-size: clamp(15px, 1.2vw, 16px) !important;
  line-height: 1.5 !important;
}

.page-pricing .hero-pricing-cards .path-selector {
  margin-top: 28px !important;
  gap: 16px;
}

.page-pricing .hero-pricing-cards .path-card {
  min-height: 0;
  padding: 18px;
  background: var(--ps-graphite, #1F1F1F);
  border-color: var(--ps-dark-line, #2A2A2A);
  box-shadow: none;
}

.page-pricing .hero-pricing-cards .path-card.recommended {
  background: #223128;
  border-color: rgba(79, 138, 104, 0.72);
  box-shadow: inset 0 0 0 1px rgba(79, 138, 104, 0.18);
}

.page-pricing .hero-pricing-cards .path-card h3 {
  font-size: 20px;
  line-height: 1.18;
}

.page-pricing .hero-pricing-cards .path-card p {
  color: var(--ps-dark-body, #D9D8D2);
  font-size: 13px;
  line-height: 1.45;
}

.page-pricing .hero-pricing-cards .fit {
  margin: 12px 0;
  padding: 10px 0;
}

.page-pricing .hero-pricing-cards .fit span {
  color: var(--ps-dark-text, #F6F5F2);
}

.page-pricing .hero-pricing-cards .price {
  margin-top: auto;
  color: var(--ps-dark-text, #F6F5F2);
  font-size: clamp(26px, 2.1vw, 32px);
  line-height: 1.05;
  letter-spacing: 0;
}

.page-pricing .hero-pricing-cards .path-card:first-child .price {
  font-size: clamp(34px, 2.8vw, 40px);
}

.page-pricing .hero-pricing-cards .price-note {
  min-height: 18px;
  margin-top: 6px;
  color: var(--ps-soft, #A8A8A8);
}

.page-pricing .hero-pricing-cards .path-action {
  margin-top: 12px;
}

.page-pricing .hero-pricing-cards .path-action .btn {
  min-height: 44px;
}

.page-pricing .hero-pricing-cards .hero-note {
  max-width: 720px;
  margin: 18px auto 0;
  color: var(--ps-dark-body, #D9D8D2);
  font-size: 14px;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .page-pricing .hero-pricing-cards {
    padding-block: 40px 28px !important;
  }

  .page-pricing .hero-pricing-cards .path-card {
    min-height: 300px;
  }
}

@media (max-width: 620px) {
  .page-pricing .hero-pricing-cards {
    padding-block: 28px 30px !important;
  }

  .page-pricing .hero-pricing-cards .hero-intro {
    max-width: 360px !important;
    text-align: left;
  }

  .page-pricing .hero-pricing-cards h1 {
    max-width: 350px !important;
    margin-top: 10px !important;
    font-size: clamp(27px, 7.5vw, 32px) !important;
    line-height: 1.1 !important;
  }

  .page-pricing .hero-pricing-cards .hero-intro p {
    max-width: 350px !important;
    margin-top: 14px !important;
    font-size: 15.5px !important;
    line-height: 1.5 !important;
  }

  .page-pricing .hero-pricing-cards .path-selector {
    margin-top: 22px !important;
    gap: 12px;
  }

  .page-pricing .hero-pricing-cards .path-card {
    min-height: 0;
    padding: 16px;
  }

  .page-pricing .hero-pricing-cards .path-card h3 {
    font-size: 20px;
  }

  .page-pricing .hero-pricing-cards .fit {
    margin: 12px 0;
    padding: 10px 0;
  }

  .page-pricing .hero-pricing-cards .price {
    font-size: 27px;
  }

  .page-pricing .hero-pricing-cards .path-card:first-child .price {
    font-size: 36px;
  }

  .page-pricing .hero-pricing-cards .hero-note {
    margin-top: 14px;
    text-align: left;
  }
}
