.jchp-homepage {
  background: var(--jchp-bg);
  color: #17304f;
  padding: 32px 0 72px;
  font-family: inherit;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow-x: hidden;
}

.jchp-homepage,
.jchp-homepage * {
  box-sizing: border-box;
}

.jchp-shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.jchp-brand-image {
  max-width: 220px;
  max-height: 52px;
  width: auto;
  height: auto;
  display: block;
}

.jchp-brand-text {
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.03em;
}

.jchp-brand-job { color: var(--jchp-primary); }
.jchp-brand-hub { color: var(--jchp-accent); }

.jchp-btn {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  transition: .2s ease;
  font-weight: 700;
}

.jchp-btn:hover {
  opacity: .96;
  transform: translateY(-1px);
}

.jchp-btn--hero-primary,
.jchp-btn--bottom-primary {
  background: var(--jchp-accent);
  color: #fff;
  box-shadow: 0 12px 20px rgba(104,181,45,.18);
}

.jchp-btn--hero-primary {
  padding: 18px 28px;
  font-size: 17px;
}

.jchp-btn--hero-secondary {
  padding: 17px 28px;
  font-size: 17px;
  color: #163a67;
  background: #fff;
  border: 2px solid rgba(13,63,143,.24);
}

.jchp-btn--bottom-primary {
  padding: 18px 34px;
  font-size: 18px;
  white-space: nowrap;
}

.jchp-hero {
  display: grid !important;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
  gap: 38px;
  align-items: center;
}

.jchp-hero__copy {
  padding: 24px 0;
}

.jchp-eyebrow {
  color: var(--jchp-accent);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .18em;
  margin-bottom: 20px;
}

.jchp-hero h1 {
  font-size: clamp(52px, 5vw, 74px);
  line-height: .97;
  letter-spacing: -0.06em;
  color: #0f3564;
  margin: 0 0 24px;
  max-width: 540px;
}

.jchp-lead {
  font-size: 21px;
  line-height: 1.65;
  color: #455a74;
  max-width: 560px;
  margin: 0;
}

.jchp-hero-buttons {
  display: flex !important;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.jchp-hero-demo-link {
  display: inline-flex;
  margin-top: 14px;
  color: #163a67;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.jchp-hero-demo-link:hover {
  color: var(--jchp-primary);
}

.jchp-hero-trust-line {
  margin: 18px 0 0;
  max-width: 560px;
  font-size: 15px;
  line-height: 1.55;
  color: #60748d;
}


.jchp-hero__visual {
  position: relative;
}

.jchp-hero-photo-card {
  background: #fff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(15,23,42,.08);
}

.jchp-hero-image,
.jchp-lower-image {
  width: 100%;
  height: auto;
  display: block;
}

.jchp-feature-strip {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0,1fr));
  gap: 0;
  margin-top: 0;
  background: #e8edf3;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

.jchp-feature-strip__item {
  padding: 28px 20px 24px;
  text-align: center;
  background: rgba(232,237,243,.94);
}

.jchp-feature-strip__item:not(:last-child) {
  border-right: 1px solid rgba(13,63,143,.08);
}

.jchp-strip-icon {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  margin: 0 auto 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:#163a67;
  background:#f7f9fc;
}

.jchp-strip-icon .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.jchp-feature-strip__item h3 {
  margin:0 0 10px;
  font-size: 16px;
  line-height:1.3;
  color:#17304f;
}

.jchp-feature-strip__item p {
  margin:0;
  font-size: 14px;
  line-height:1.55;
  color:#4f6278;
}

.jchp-split-section {
  display:grid !important;
  grid-template-columns: minmax(0,.88fr) minmax(0,1.12fr);
  gap: 34px;
  margin-top: 36px;
  align-items:center;
}

.jchp-split-copy,
.jchp-split-visual {
  background:#fff;
  border:1px solid rgba(13,63,143,.08);
  border-radius:18px;
  padding: 42px 36px;
  box-shadow: 0 10px 30px rgba(12,31,60,.04);
}

.jchp-split-visual {
  padding: 0;
  overflow: hidden;
}

.jchp-section-kicker {
  color: var(--jchp-accent);
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .14em;
  margin-bottom: 18px;
}

.jchp-split-copy h2 {
  margin:0 0 16px;
  font-size: clamp(42px, 4vw, 58px);
  line-height:1.02;
  letter-spacing:-.05em;
  color:#10345f;
}

.jchp-split-copy p {
  margin:0 0 22px;
  font-size:20px;
  line-height:1.6;
  color:#4f6278;
}

.jchp-checklist {
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:16px;
}

.jchp-checklist li {
  display:grid !important;
  grid-template-columns: 28px 1fr;
  gap:12px;
  align-items:start;
}

.jchp-checklist .dashicons {
  color: var(--jchp-accent);
  font-size: 20px;
  width: 20px;
  height: 20px;
  margin-top: 2px;
}

.jchp-checklist strong {
  display:block;
  font-size: 17px;
  color:#17304f;
  margin-bottom:4px;
}

.jchp-checklist span:last-child {
  display:block;
  font-size:15px;
  line-height:1.55;
  color:#5a6a80;
}

.jchp-bottom-cta {
  display:flex !important;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top: 36px;
  background:#0f3564;
  color:#fff;
  border-radius: 14px;
  padding: 28px 34px;
}

.jchp-bottom-cta h2 {
  margin:0 0 8px;
  font-size: 28px;
  line-height:1.1;
  color: #fff;
}

.jchp-bottom-cta p {
  margin:0;
  color: rgba(255,255,255,.82);
  font-size: 18px;
}

html body .jchp-homepage,
html body .entry-content > .jchp-homepage,
html body .site-main .jchp-homepage,
html body .post-content > .jchp-homepage,
html body .wp-block-post-content > .jchp-homepage {
  position: relative;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  overflow-x: hidden !important;
}

html body .entry-content,
html body .site-main,
html body .post-content,
html body .wp-block-post-content {
  overflow-x: hidden !important;
}

html body.page .entry-title,
html body.page .page-title,
html body.page .wp-block-post-title,
html body.page .ast-article-single .entry-header {
  display: none !important;
}

@media (max-width: 1180px) {
  .jchp-shell { width: min(100% - 28px, 1180px); }
  .jchp-hero,
  .jchp-split-section { grid-template-columns: 1fr; }
  .jchp-feature-strip { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .jchp-homepage { padding-top: 20px; }
  .jchp-hero h1 { font-size: 46px; }
  .jchp-lead { font-size: 18px; }
  .jchp-feature-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jchp-bottom-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .jchp-shell { width: calc(100% - 20px); }
  .jchp-hero h1 { font-size: 38px; }
  .jchp-eyebrow { font-size: 12px; }
  .jchp-hero-buttons { gap: 12px; }
  .jchp-btn--hero-primary,
  .jchp-btn--hero-secondary,
  .jchp-btn--bottom-primary { width: 100%; }
  .jchp-feature-strip { grid-template-columns: 1fr; }
  .jchp-feature-strip__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(13,63,143,.08);
  }
  .jchp-split-copy,
  .jchp-split-visual { padding: 28px 18px; }
  .jchp-split-visual { padding: 0; }
  .jchp-split-copy h2 { font-size: 34px; }
  .jchp-split-copy p,
  .jchp-bottom-cta p { font-size: 16px; }
  .jchp-bottom-cta { padding: 22px 18px; }
}


/* Mobile public containment: do not use 100vw full-bleed inside theme wrappers. */
@media (max-width: 640px) {
  html body .jchp-homepage,
  html body .entry-content > .jchp-homepage,
  html body .site-main .jchp-homepage,
  html body .post-content > .jchp-homepage,
  html body .wp-block-post-content > .jchp-homepage {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 12px 44px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  .jchp-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .jchp-hero,
  .jchp-split-section,
  .jchp-bottom-cta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .jchp-hero__copy,
  .jchp-split-copy,
  .jchp-split-visual,
  .jchp-hero__visual,
  .jchp-feature-strip,
  .jchp-bottom-cta {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .jchp-hero h1,
  .jchp-split-copy h2 {
    font-size: clamp(31px, 9vw, 38px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .jchp-lead,
  .jchp-split-copy p {
    font-size: 16px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .jchp-hero-image,
  .jchp-lower-image,
  .jchp-hero-photo-card {
    max-width: 100% !important;
    width: 100% !important;
  }
}


/* About and How It Works shortcode pages */
.jchp-marketing-page {
  background: #f3f4f6;
  padding: 64px 18px;
  font-family: inherit;
  color: #102033;
}

.jchp-marketing-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.jchp-marketing-hero {
  background: #ffffff;
  border-radius: 28px;
  padding: clamp(32px, 5vw, 64px);
  box-shadow: 0 22px 70px rgba(13, 63, 143, 0.09);
  border: 1px solid rgba(13, 63, 143, 0.08);
  margin-bottom: 24px;
}

.jchp-marketing-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #68b52d;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 13px;
}

.jchp-marketing-hero h1 {
  margin: 0 0 18px;
  color: #0d3f8f;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 860px;
}

.jchp-marketing-hero p,
.jchp-marketing-card p,
.jchp-marketing-panel p,
.jchp-process-step p,
.jchp-marketing-cta p {
  color: #5c6b7a;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.jchp-marketing-grid {
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
}

.jchp-marketing-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jchp-marketing-card,
.jchp-marketing-panel,
.jchp-marketing-cta,
.jchp-process-step {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(13, 63, 143, 0.08);
  box-shadow: 0 16px 46px rgba(13, 63, 143, 0.07);
}

.jchp-marketing-card h2,
.jchp-marketing-panel h2,
.jchp-marketing-cta h2,
.jchp-process-step h2 {
  color: #0d3f8f;
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.jchp-marketing-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.jchp-marketing-list-grid div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7fafc;
  border-radius: 16px;
  padding: 14px;
  color: #24364b;
  font-weight: 750;
}

.jchp-marketing-list-grid .dashicons {
  color: #68b52d;
  flex: 0 0 auto;
}

.jchp-marketing-cta {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.jchp-process-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.jchp-process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.jchp-process-number {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #68b52d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
}

@media (max-width: 780px) {
  .jchp-marketing-page {
    padding: 32px 12px;
  }

  .jchp-marketing-grid--two,
  .jchp-marketing-list-grid {
    grid-template-columns: 1fr;
  }

  .jchp-marketing-cta {
    display: block;
  }

  .jchp-marketing-cta .jchp-btn {
    width: 100%;
    margin-top: 18px;
  }

  .jchp-process-step {
    grid-template-columns: 1fr;
  }
}


/* Demo dashboard CTA */
.jchp-btn--demo{
    background:#16a34a!important;
    color:#fff!important;
    border-color:#15803d!important;
    box-shadow:0 12px 26px rgba(22,163,74,.22)!important;
}
.jchp-btn--demo:hover,.jchp-btn--demo:focus{
    background:#15803d!important;
    color:#fff!important;
    transform:translateY(-1px);
}
.jchp-marketing-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    align-items:center;
}
.jchp-bottom-cta__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    justify-content:flex-end;
}
@media (max-width:640px){
    .jchp-hero-buttons,.jchp-bottom-cta__actions,.jchp-marketing-cta-actions{
        justify-content:center;
    }
    .jchp-btn--demo{width:100%;max-width:320px;text-align:center;justify-content:center;}
}

/* JobCardHub sales homepage refresh */
.jchp-hero {
  padding: 42px 0 28px;
}

.jchp-hero h1 {
  max-width: 650px;
}

.jchp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  max-width: 700px;
}

.jchp-hero-points > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(13, 63, 143, .13);
  border-radius: 999px;
  padding: 10px 18px 10px 12px;
  color: #102744;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.01em;
  line-height: 1.15;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(13, 63, 143, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.jchp-hero-points > span > .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--jchp-accent) 0%, #20a0d8 100%);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(104, 181, 45, .24);
}

.jchp-btn--hero-primary,
.jchp-btn--demo {
  background: var(--jchp-accent) !important;
  color: #ffffff !important;
  border: 2px solid var(--jchp-accent) !important;
  box-shadow: 0 16px 32px rgba(104, 181, 45, .24) !important;
}

.jchp-btn--hero-secondary,
.jchp-btn--bottom-secondary {
  color: #10345f;
  background: #ffffff;
  border: 2px solid rgba(13, 63, 143, .24);
}

.jchp-btn--bottom-secondary {
  padding: 16px 28px;
  font-size: 17px;
  white-space: nowrap;
}

.jchp-pain-panel,
.jchp-capabilities-section,
.jchp-workflow-section {
  margin-top: 36px;
}

.jchp-pain-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(13, 63, 143, .07);
}

.jchp-pain-panel__intro {
  padding: 38px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 24px;
  align-items: stretch;
}

.jchp-pain-panel__content {
  max-width: 700px;
}

.jchp-pain-panel__content h2,
.jchp-section-heading h2,
.jchp-workflow-section h2 {
  margin: 0 0 16px;
  color: #10345f;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.jchp-pain-panel__content p,
.jchp-section-heading p,
.jchp-workflow-section p {
  margin: 0;
  color: #4f6278;
  font-size: 19px;
  line-height: 1.6;
}

.jchp-pain-panel__summary {
  background: linear-gradient(180deg, rgba(16, 52, 95, .97) 0%, rgba(22, 58, 103, .96) 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(16, 52, 95, .18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jchp-pain-panel__summary-label {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.72);
  margin-bottom: 16px;
}

.jchp-pain-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.jchp-pain-summary-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
}

.jchp-pain-summary-list .dashicons {
  color: #9fe870;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: 1px;
}

.jchp-pain-panel .jchp-feature-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 38px 38px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.jchp-feature-strip__item {
  padding: 24px 22px;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(13, 63, 143, .05);
  min-height: 100%;
}

.jchp-feature-strip__item:not(:last-child) {
  border-right: 1px solid rgba(13,63,143,.08);
}

.jchp-strip-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin: 0 0 16px;
  display:flex;
  align-items:center;
  justify-content:center;
  color: var(--jchp-primary);
  background: rgba(16, 52, 95, .06);
}

.jchp-strip-icon .dashicons {
  font-size: 25px;
  width: 25px;
  height: 25px;
}

.jchp-feature-strip__item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #17304f;
}

.jchp-feature-strip__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4f6278;
}

.jchp-section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.jchp-section-heading h2 {
  margin-bottom: 14px;
}

.jchp-section-heading--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.jchp-capability-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.jchp-capability-card {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 36px rgba(13, 63, 143, .06);
}

.jchp-capability-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(104, 181, 45, .12);
  color: var(--jchp-accent);
  margin-bottom: 18px;
}

.jchp-capability-card__icon .dashicons {
  font-size: 27px;
  width: 27px;
  height: 27px;
}

.jchp-capability-card h3,
.jchp-workflow-card h3 {
  margin: 0 0 10px;
  color: #17304f;
  font-size: 19px;
  line-height: 1.2;
}

.jchp-capability-card p,
.jchp-workflow-card p {
  margin: 0;
  color: #55677c;
  line-height: 1.58;
  font-size: 15px;
}

.jchp-workflow-section {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 26px;
  padding: 38px;
  box-shadow: 0 18px 48px rgba(13, 63, 143, .07);
}

.jchp-workflow-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.jchp-workflow-card {
  background: #f7fafc;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 22px;
  padding: 24px;
}

.jchp-workflow-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #10345f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}

.jchp-industries-band {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  background: #e8edf3;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 20px;
  padding: 18px;
  color: #17304f;
}

.jchp-industries-band strong {
  margin-right: 4px;
}

.jchp-industries-band span {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 999px;
  padding: 8px 12px;
  color: #40536a;
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .jchp-shell { width: min(100% - 28px, 1180px); }
  .jchp-hero,
  .jchp-split-section { grid-template-columns: 1fr; }
  .jchp-feature-strip { grid-template-columns: repeat(3, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .jchp-homepage { padding-top: 20px; }
  .jchp-hero h1 { font-size: 46px; }
  .jchp-lead { font-size: 18px; }
  .jchp-feature-strip { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .jchp-bottom-cta { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 640px) {
  .jchp-shell { width: calc(100% - 20px); }
  .jchp-hero h1 { font-size: 38px; }
  .jchp-eyebrow { font-size: 12px; }
  .jchp-hero-buttons { gap: 12px; }
  .jchp-btn--hero-primary,
  .jchp-btn--hero-secondary,
  .jchp-btn--bottom-primary { width: 100%; }
  .jchp-feature-strip { grid-template-columns: 1fr; }
  .jchp-feature-strip__item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid rgba(13,63,143,.08);
  }
  .jchp-split-copy,
  .jchp-split-visual { padding: 28px 18px; }
  .jchp-split-visual { padding: 0; }
  .jchp-split-copy h2 { font-size: 34px; }
  .jchp-split-copy p,
  .jchp-bottom-cta p { font-size: 16px; }
  .jchp-bottom-cta { padding: 22px 18px; }
}


/* Mobile public containment: do not use 100vw full-bleed inside theme wrappers. */
@media (max-width: 640px) {
  html body .jchp-homepage,
  html body .entry-content > .jchp-homepage,
  html body .site-main .jchp-homepage,
  html body .post-content > .jchp-homepage,
  html body .wp-block-post-content > .jchp-homepage {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    padding: 20px 12px 44px !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }
  .jchp-shell {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    box-sizing: border-box !important;
  }
  .jchp-hero,
  .jchp-split-section,
  .jchp-bottom-cta {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    grid-template-columns: 1fr !important;
  }
  .jchp-hero__copy,
  .jchp-split-copy,
  .jchp-split-visual,
  .jchp-hero__visual,
  .jchp-feature-strip,
  .jchp-bottom-cta {
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }
  .jchp-hero h1,
  .jchp-split-copy h2 {
    font-size: clamp(31px, 9vw, 38px) !important;
    line-height: 1.05 !important;
    letter-spacing: -0.04em !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .jchp-lead,
  .jchp-split-copy p {
    font-size: 16px !important;
    line-height: 1.55 !important;
    max-width: 100% !important;
    overflow-wrap: break-word !important;
  }
  .jchp-hero-image,
  .jchp-lower-image,
  .jchp-hero-photo-card {
    max-width: 100% !important;
    width: 100% !important;
  }
}


/* About and How It Works shortcode pages */
.jchp-marketing-page {
  background: #f3f4f6;
  padding: 64px 18px;
  font-family: inherit;
  color: #102033;
}

.jchp-marketing-shell {
  width: min(100%, 1120px);
  margin: 0 auto;
}

.jchp-marketing-hero {
  background: #ffffff;
  border-radius: 28px;
  padding: clamp(32px, 5vw, 64px);
  box-shadow: 0 22px 70px rgba(13, 63, 143, 0.09);
  border: 1px solid rgba(13, 63, 143, 0.08);
  margin-bottom: 24px;
}

.jchp-marketing-kicker {
  display: inline-flex;
  margin-bottom: 16px;
  color: #68b52d;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-size: 13px;
}

.jchp-marketing-hero h1 {
  margin: 0 0 18px;
  color: #0d3f8f;
  font-size: clamp(38px, 6vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  max-width: 860px;
}

.jchp-marketing-hero p,
.jchp-marketing-card p,
.jchp-marketing-panel p,
.jchp-process-step p,
.jchp-marketing-cta p {
  color: #5c6b7a;
  font-size: 18px;
  line-height: 1.65;
  margin: 0;
}

.jchp-marketing-grid {
  display: grid;
  gap: 22px;
  margin-bottom: 24px;
}

.jchp-marketing-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jchp-marketing-card,
.jchp-marketing-panel,
.jchp-marketing-cta,
.jchp-process-step {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px;
  border: 1px solid rgba(13, 63, 143, 0.08);
  box-shadow: 0 16px 46px rgba(13, 63, 143, 0.07);
}

.jchp-marketing-card h2,
.jchp-marketing-panel h2,
.jchp-marketing-cta h2,
.jchp-process-step h2 {
  color: #0d3f8f;
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.jchp-marketing-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 22px;
}

.jchp-marketing-list-grid div {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  background: #f7fafc;
  border-radius: 16px;
  padding: 14px;
  color: #24364b;
  font-weight: 750;
}

.jchp-marketing-list-grid .dashicons {
  color: #68b52d;
  flex: 0 0 auto;
}

.jchp-marketing-cta {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
}

.jchp-process-list {
  display: grid;
  gap: 16px;
  margin-bottom: 24px;
}

.jchp-process-step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  align-items: flex-start;
}

.jchp-process-number {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  background: #68b52d;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 22px;
}

@media (max-width: 780px) {
  .jchp-marketing-page {
    padding: 32px 12px;
  }

  .jchp-marketing-grid--two,
  .jchp-marketing-list-grid {
    grid-template-columns: 1fr;
  }

  .jchp-marketing-cta {
    display: block;
  }

  .jchp-marketing-cta .jchp-btn {
    width: 100%;
    margin-top: 18px;
  }

  .jchp-process-step {
    grid-template-columns: 1fr;
  }
}


/* Demo dashboard CTA */
.jchp-btn--demo{
    background:#16a34a!important;
    color:#fff!important;
    border-color:#15803d!important;
    box-shadow:0 12px 26px rgba(22,163,74,.22)!important;
}
.jchp-btn--demo:hover,.jchp-btn--demo:focus{
    background:#15803d!important;
    color:#fff!important;
    transform:translateY(-1px);
}
.jchp-marketing-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    justify-content:center;
    align-items:center;
}
.jchp-bottom-cta__actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    align-items:center;
    justify-content:flex-end;
}
@media (max-width:640px){
    .jchp-hero-buttons,.jchp-bottom-cta__actions,.jchp-marketing-cta-actions{
        justify-content:center;
    }
    .jchp-btn--demo{width:100%;max-width:320px;text-align:center;justify-content:center;}
}

/* JobCardHub sales homepage refresh */
.jchp-hero {
  padding: 42px 0 28px;
}

.jchp-hero h1 {
  max-width: 650px;
}

.jchp-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
  max-width: 700px;
}

.jchp-hero-points > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(13, 63, 143, .13);
  border-radius: 999px;
  padding: 10px 18px 10px 12px;
  color: #102744;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: -.01em;
  line-height: 1.15;
  white-space: nowrap;
  box-shadow: 0 14px 34px rgba(13, 63, 143, .08), inset 0 1px 0 rgba(255, 255, 255, .9);
}

.jchp-hero-points > span > .dashicons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  color: #ffffff;
  background: linear-gradient(135deg, var(--jchp-accent) 0%, #20a0d8 100%);
  border-radius: 999px;
  font-size: 16px;
  line-height: 1;
  box-shadow: 0 8px 18px rgba(104, 181, 45, .24);
}

.jchp-btn--hero-primary,
.jchp-btn--demo {
  background: var(--jchp-accent) !important;
  color: #ffffff !important;
  border: 2px solid var(--jchp-accent) !important;
  box-shadow: 0 16px 32px rgba(104, 181, 45, .24) !important;
}

.jchp-btn--hero-secondary,
.jchp-btn--bottom-secondary {
  color: #10345f;
  background: #ffffff;
  border: 2px solid rgba(13, 63, 143, .24);
}

.jchp-btn--bottom-secondary {
  padding: 16px 28px;
  font-size: 17px;
  white-space: nowrap;
}

.jchp-pain-panel,
.jchp-capabilities-section,
.jchp-workflow-section {
  margin-top: 36px;
}

.jchp-pain-panel {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(13, 63, 143, .07);
}

.jchp-pain-panel__intro {
  padding: 38px 38px 30px;
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: end;
}

.jchp-pain-panel__intro h2,
.jchp-section-heading h2,
.jchp-workflow-section h2 {
  margin: 0;
  color: #10345f;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.jchp-pain-panel__intro p,
.jchp-section-heading p,
.jchp-workflow-section p {
  margin: 0;
  color: #4f6278;
  font-size: 19px;
  line-height: 1.6;
}

.jchp-pain-panel .jchp-feature-strip {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.jchp-section-heading {
  max-width: 860px;
  margin-bottom: 24px;
}

.jchp-section-heading h2 {
  margin-bottom: 14px;
}

.jchp-section-heading--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.jchp-capability-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.jchp-capability-card {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 22px;
  padding: 24px;
  box-shadow: 0 14px 36px rgba(13, 63, 143, .06);
}

.jchp-capability-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(104, 181, 45, .12);
  color: var(--jchp-accent);
  margin-bottom: 18px;
}

.jchp-capability-card__icon .dashicons {
  font-size: 27px;
  width: 27px;
  height: 27px;
}

.jchp-capability-card h3,
.jchp-workflow-card h3 {
  margin: 0 0 10px;
  color: #17304f;
  font-size: 19px;
  line-height: 1.2;
}

.jchp-capability-card p,
.jchp-workflow-card p {
  margin: 0;
  color: #55677c;
  line-height: 1.58;
  font-size: 15px;
}

.jchp-workflow-section {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 26px;
  padding: 38px;
  box-shadow: 0 18px 48px rgba(13, 63, 143, .07);
}

.jchp-workflow-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 28px;
}

.jchp-workflow-card {
  background: #f7fafc;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 22px;
  padding: 24px;
}

.jchp-workflow-number {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: #10345f;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 20px;
  margin-bottom: 18px;
}

.jchp-industries-band {
  display: flex !important;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin-top: 30px;
  background: #e8edf3;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 20px;
  padding: 18px;
  color: #17304f;
}

.jchp-industries-band strong {
  margin-right: 4px;
}

.jchp-industries-band span {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 999px;
  padding: 8px 12px;
  color: #40536a;
  font-size: 14px;
  font-weight: 750;
}

@media (max-width: 1180px) {
  .jchp-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jchp-pain-panel__intro,
  .jchp-pain-panel .jchp-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .jchp-pain-panel__intro {
    align-items: start;
  }
  .jchp-pain-panel__content {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 860px) {
  .jchp-hero {
    padding-top: 16px;
  }
  .jchp-hero-points,
  .jchp-workflow-grid,
  .jchp-pain-panel__intro,
  .jchp-pain-panel .jchp-feature-strip {
    grid-template-columns: 1fr;
  }
  .jchp-pain-panel__intro,
  .jchp-workflow-section {
    padding: 28px 20px;
  }
  .jchp-pain-panel .jchp-feature-strip {
    padding: 0 20px 20px;
  }
}

@media (max-width: 640px) {
  .jchp-hero-points > span {
    width: 100%;
    justify-content: flex-start;
    border-radius: 18px;
    white-space: normal;
  }
  .jchp-capability-grid {
    grid-template-columns: 1fr;
  }
  .jchp-capability-card,
  .jchp-workflow-card,
  .jchp-feature-strip__item,
  .jchp-pain-panel__summary {
    padding: 20px;
  }
  .jchp-pain-panel__content h2,
  .jchp-section-heading h2,
  .jchp-workflow-section h2 {
    font-size: clamp(30px, 8vw, 36px);
  }
  .jchp-pain-panel__content p,
  .jchp-section-heading p,
  .jchp-workflow-section p {
    font-size: 16px;
  }
  .jchp-btn--hero-primary,
  .jchp-btn--hero-secondary,
  .jchp-btn--bottom-primary,
  .jchp-btn--bottom-secondary {
    width: 100%;
  }
  .jchp-bottom-cta__actions {
    width: 100%;
  }
}

/* JobCardHub About and How It Works sales refresh */
.jchp-marketing-page,
.jchp-marketing-page * {
  box-sizing: border-box;
}

.jchp-story-hero,
.jchp-workflow-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 28px;
  align-items: stretch;
  margin-bottom: 28px;
}

.jchp-story-hero__copy,
.jchp-workflow-hero > div:first-child,
.jchp-story-hero__panel,
.jchp-workflow-snapshot,
.jchp-problem-callout,
.jchp-about-split,
.jchp-industries-panel,
.jchp-two-dashboard-section,
.jchp-status-panel,
.jchp-proof-section,
.jchp-final-marketing-cta {
  background: #ffffff;
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 28px;
  box-shadow: 0 20px 58px rgba(13, 63, 143, .07);
}

.jchp-story-hero__copy,
.jchp-workflow-hero > div:first-child {
  padding: clamp(34px, 5vw, 64px);
}

.jchp-story-hero h1,
.jchp-workflow-hero h1,
.jchp-problem-callout h2,
.jchp-about-split h2,
.jchp-industries-panel h2,
.jchp-two-dashboard-section h2,
.jchp-status-panel h2,
.jchp-final-marketing-cta h2 {
  margin: 0 0 18px;
  color: #0d3f8f;
  font-size: clamp(36px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -.055em;
}

.jchp-problem-callout h2,
.jchp-about-split h2,
.jchp-industries-panel h2,
.jchp-two-dashboard-section h2,
.jchp-status-panel h2,
.jchp-final-marketing-cta h2 {
  font-size: clamp(30px, 3.6vw, 48px);
  line-height: 1.04;
}

.jchp-story-hero p,
.jchp-workflow-hero p,
.jchp-problem-callout p,
.jchp-about-split p,
.jchp-industries-panel p,
.jchp-two-dashboard-section p,
.jchp-status-panel p,
.jchp-final-marketing-cta p {
  color: #53677e;
  font-size: 19px;
  line-height: 1.68;
  margin: 0;
}

.jchp-story-actions {
  margin-top: 30px;
}

.jchp-story-hero__panel,
.jchp-workflow-snapshot {
  padding: 30px;
  background: linear-gradient(145deg, #0f3564 0%, #133f73 62%, #68b52d 145%);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}

.jchp-story-stat {
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  border-radius: 22px;
  padding: 24px;
}

.jchp-story-stat strong,
.jchp-story-stat span {
  display: block;
}

.jchp-story-stat strong {
  color: #ffffff;
  font-size: 28px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.jchp-story-stat span,
.jchp-workflow-snapshot li,
.jchp-workflow-snapshot strong {
  color: rgba(255,255,255,.86);
  font-size: 16px;
  line-height: 1.55;
}

.jchp-story-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 20px;
}

.jchp-story-mini-grid div {
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 16px;
}

.jchp-story-mini-grid strong,
.jchp-story-mini-grid span {
  display: block;
}

.jchp-story-mini-grid strong {
  color: #ffffff;
  margin-bottom: 6px;
  font-size: 16px;
}

.jchp-story-mini-grid span {
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.45;
}

.jchp-problem-callout {
  padding: clamp(28px, 4vw, 46px);
  margin-bottom: 28px;
}

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

.jchp-value-card .jchp-card-icon,
.jchp-proof-card > .dashicons {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  background: rgba(104,181,45,.13);
  color: #68b52d;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}

.jchp-value-card .dashicons,
.jchp-proof-card > .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.jchp-about-split,
.jchp-industries-panel,
.jchp-status-panel,
.jchp-two-dashboard-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 28px;
  padding: clamp(28px, 4vw, 44px);
  margin: 28px 0;
}

.jchp-clean-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: grid;
  gap: 13px;
}

.jchp-clean-list li {
  display: grid !important;
  grid-template-columns: 24px 1fr;
  gap: 10px;
  align-items: start;
  color: #223852;
  line-height: 1.5;
  font-weight: 700;
}

.jchp-clean-list .dashicons {
  color: #68b52d;
  margin-top: 2px;
}

.jchp-about-split__visual,
.jchp-status-cloud,
.jchp-industries-cloud {
  display: grid;
  gap: 12px;
  align-content: start;
}

.jchp-flow-card {
  border: 1px solid rgba(13,63,143,.1);
  background: #f7fafc;
  border-radius: 20px;
  padding: 18px;
  position: relative;
}

.jchp-flow-card:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 28px;
  bottom: -13px;
  width: 2px;
  height: 13px;
  background: rgba(104,181,45,.45);
}

.jchp-flow-card span {
  color: #68b52d;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}

.jchp-flow-card strong {
  display: block;
  margin-top: 6px;
  color: #17304f;
  font-size: 17px;
  line-height: 1.35;
}

.jchp-principles-section {
  margin-top: 32px;
}

.jchp-industries-cloud,
.jchp-status-cloud {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jchp-industries-cloud span,
.jchp-status-cloud span {
  background: #f7fafc;
  border: 1px solid rgba(13,63,143,.09);
  border-radius: 999px;
  padding: 12px 14px;
  color: #17304f;
  font-weight: 800;
  text-align: center;
}

.jchp-workflow-snapshot h2 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 28px;
}

.jchp-workflow-snapshot ul {
  padding-left: 20px;
  margin: 0 0 22px;
  display: grid;
  gap: 10px;
}

.jchp-workflow-snapshot strong {
  display: block;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 18px;
  padding: 16px;
  color: #ffffff;
}

.jchp-workflow-timeline {
  display: grid;
  gap: 16px;
  margin-bottom: 28px;
  counter-reset: workflow;
}

.jchp-timeline-step {
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 24px;
  box-shadow: 0 14px 40px rgba(13,63,143,.06);
  padding: 24px;
  display: grid !important;
  grid-template-columns: 74px 1fr;
  gap: 20px;
  align-items: start;
  position: relative;
}

.jchp-timeline-step:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 60px;
  bottom: -16px;
  width: 2px;
  height: 16px;
  background: rgba(104,181,45,.45);
}

.jchp-timeline-number {
  width: 58px;
  height: 58px;
  border-radius: 20px;
  background: #68b52d;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jchp-timeline-step h2,
.jchp-dashboard-card h2,
.jchp-proof-card h2 {
  color: #0d3f8f;
  margin: 0 0 10px;
  font-size: 26px;
  line-height: 1.14;
  letter-spacing: -.03em;
}

.jchp-timeline-step p,
.jchp-dashboard-card p,
.jchp-proof-card p {
  margin: 0;
  color: #53677e;
  font-size: 17px;
  line-height: 1.62;
}

.jchp-two-dashboard-section {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.jchp-dashboard-card,
.jchp-proof-card {
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 26px;
  padding: clamp(24px, 3vw, 34px);
  box-shadow: 0 16px 46px rgba(13,63,143,.07);
}

.jchp-proof-section {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 28px 0;
}

.jchp-proof-card {
  min-height: 100%;
}

.jchp-final-marketing-cta {
  background: #0f3564;
  color: #ffffff;
  border-radius: 24px;
}

.jchp-final-marketing-cta h2 {
  color: #ffffff;
}

.jchp-final-marketing-cta p {
  color: rgba(255,255,255,.82);
}

.jchp-final-marketing-cta .jchp-btn--hero-secondary {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.35);
  color: #ffffff;
}

@media (max-width: 980px) {
  .jchp-story-hero,
  .jchp-workflow-hero,
  .jchp-about-split,
  .jchp-industries-panel,
  .jchp-status-panel,
  .jchp-two-dashboard-section,
  .jchp-proof-section,
  .jchp-marketing-grid--three {
    grid-template-columns: 1fr !important;
  }

  .jchp-story-hero__panel,
  .jchp-workflow-snapshot {
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .jchp-marketing-page {
    padding: 20px 12px 44px;
  }

  .jchp-story-hero,
  .jchp-workflow-hero {
    gap: 16px;
  }

  .jchp-story-hero__copy,
  .jchp-workflow-hero > div:first-child,
  .jchp-story-hero__panel,
  .jchp-workflow-snapshot,
  .jchp-problem-callout,
  .jchp-about-split,
  .jchp-industries-panel,
  .jchp-status-panel,
  .jchp-dashboard-card,
  .jchp-proof-card {
    border-radius: 20px;
    padding: 22px 18px;
  }

  .jchp-story-hero h1,
  .jchp-workflow-hero h1 {
    font-size: clamp(34px, 10vw, 44px);
    line-height: 1.02;
  }

  .jchp-problem-callout h2,
  .jchp-about-split h2,
  .jchp-industries-panel h2,
  .jchp-two-dashboard-section h2,
  .jchp-status-panel h2,
  .jchp-final-marketing-cta h2 {
    font-size: clamp(28px, 8vw, 36px);
  }

  .jchp-story-hero p,
  .jchp-workflow-hero p,
  .jchp-problem-callout p,
  .jchp-about-split p,
  .jchp-industries-panel p,
  .jchp-two-dashboard-section p,
  .jchp-status-panel p,
  .jchp-final-marketing-cta p,
  .jchp-timeline-step p,
  .jchp-dashboard-card p,
  .jchp-proof-card p {
    font-size: 16px;
    line-height: 1.58;
  }

  .jchp-story-mini-grid,
  .jchp-industries-cloud,
  .jchp-status-cloud {
    grid-template-columns: 1fr;
  }

  .jchp-timeline-step {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .jchp-timeline-step:not(:last-child)::after {
    left: 49px;
  }

  .jchp-timeline-step h2,
  .jchp-dashboard-card h2,
  .jchp-proof-card h2 {
    font-size: 23px;
  }
}


/* Premium hero benefit chips: direct-child targeting prevents icon spans from inheriting pill styling. */
.jchp-hero-points > span {
  box-sizing: border-box;
}

.jchp-hero-points > span > .dashicons:before {
  display: block;
  line-height: 24px;
}

@media (max-width: 640px) {
  .jchp-hero-points {
    gap: 10px;
  }

  .jchp-hero-points > span {
    min-height: 48px;
    padding: 12px 16px 12px 12px;
  }
}

/* Final premium override for homepage problem section */
.jchp-pain-panel {
  background: linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(13, 63, 143, .07);
}

.jchp-pain-panel__intro {
  padding: 38px;
  display: grid !important;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr);
  gap: 24px;
  align-items: stretch;
}

.jchp-pain-panel__content {
  max-width: 700px;
}

.jchp-pain-panel__content h2 {
  margin: 0 0 16px;
  color: #10345f;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.03;
  letter-spacing: -.05em;
}

.jchp-pain-panel__content p {
  margin: 0;
  color: #4f6278;
  font-size: 19px;
  line-height: 1.6;
}

.jchp-pain-panel__summary {
  background: linear-gradient(180deg, rgba(16, 52, 95, .97) 0%, rgba(22, 58, 103, .96) 100%);
  color: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-shadow: 0 18px 40px rgba(16, 52, 95, .18);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.jchp-pain-panel__summary-label {
  font-size: 12px;
  line-height: 1;
  letter-spacing: .16em;
  text-transform: uppercase;
  font-weight: 800;
  color: rgba(255,255,255,.72);
  margin-bottom: 16px;
}

.jchp-pain-summary-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 14px;
}

.jchp-pain-summary-list li {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
}

.jchp-pain-summary-list .dashicons {
  color: #9fe870;
  width: 18px;
  height: 18px;
  font-size: 18px;
  margin-top: 1px;
}

.jchp-pain-panel .jchp-feature-strip {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0 38px 38px;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.jchp-pain-panel .jchp-feature-strip__item {
  padding: 24px 22px;
  text-align: left;
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 22px;
  box-shadow: 0 12px 28px rgba(13, 63, 143, .05);
  min-height: 100%;
}

.jchp-pain-panel .jchp-feature-strip__item:not(:last-child) {
  border-right: 1px solid rgba(13,63,143,.08);
  border-bottom: 0;
}

.jchp-pain-panel .jchp-strip-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--jchp-primary);
  background: rgba(16, 52, 95, .06);
}

.jchp-pain-panel .jchp-strip-icon .dashicons {
  font-size: 25px;
  width: 25px;
  height: 25px;
}

.jchp-pain-panel .jchp-feature-strip__item h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  color: #17304f;
}

.jchp-pain-panel .jchp-feature-strip__item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: #4f6278;
}

@media (max-width: 1180px) {
  .jchp-pain-panel__intro,
  .jchp-pain-panel .jchp-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jchp-pain-panel__content {
    grid-column: 1 / -1;
    max-width: none;
  }
}

@media (max-width: 860px) {
  .jchp-pain-panel__intro,
  .jchp-pain-panel .jchp-feature-strip {
    grid-template-columns: 1fr;
  }

  .jchp-pain-panel__intro {
    padding: 28px 20px;
  }

  .jchp-pain-panel .jchp-feature-strip {
    padding: 0 20px 20px;
  }
}

@media (max-width: 640px) {
  .jchp-pain-panel .jchp-feature-strip__item,
  .jchp-pain-panel__summary {
    padding: 20px;
  }

  .jchp-pain-panel__content h2 {
    font-size: clamp(30px, 8vw, 36px);
  }

  .jchp-pain-panel__content p {
    font-size: 16px;
  }
}


/* Final premium override for homepage split feature block */
.jchp-split-section {
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: stretch;
}

.jchp-split-copy {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 28px;
  padding: 40px 34px;
  box-shadow: 0 18px 44px rgba(12,31,60,.06);
}

.jchp-split-copy .jchp-section-kicker {
  margin-bottom: 16px;
}

.jchp-split-copy h2 {
  margin: 0 0 16px;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -.055em;
  max-width: 460px;
}

.jchp-split-copy p {
  margin: 0 0 24px;
  font-size: 18px;
  line-height: 1.65;
  color: #50647a;
  max-width: 520px;
}

.jchp-checklist {
  gap: 14px;
}

.jchp-checklist li {
  grid-template-columns: 40px 1fr;
  gap: 14px;
  align-items: start;
  background: rgba(16, 52, 95, .03);
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 18px;
  padding: 16px 16px 16px 14px;
}

.jchp-checklist .dashicons {
  width: 28px;
  height: 28px;
  font-size: 18px;
  margin-top: 0;
  border-radius: 999px;
  background: rgba(104,181,45,.14);
  color: var(--jchp-accent);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jchp-checklist strong {
  font-size: 17px;
  margin-bottom: 5px;
}

.jchp-checklist span:last-child {
  font-size: 14px;
  line-height: 1.6;
}

.jchp-split-visual {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 28px;
  padding: 0;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 20px 50px rgba(12,31,60,.08);
}

.jchp-lower-image {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}

.jchp-split-visual__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: #10345f;
  border: 1px solid rgba(13,63,143,.08);
  box-shadow: 0 12px 24px rgba(12,31,60,.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.jchp-split-visual__meta {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.jchp-split-visual__meta span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(16,52,95,.82);
  color: #ffffff;
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 980px) {
  .jchp-split-section {
    grid-template-columns: 1fr;
  }

  .jchp-lower-image {
    min-height: 320px;
  }
}

@media (max-width: 640px) {
  .jchp-split-copy {
    padding: 28px 20px;
    border-radius: 24px;
  }

  .jchp-split-copy h2 {
    font-size: 34px;
  }

  .jchp-split-copy p {
    font-size: 16px;
  }

  .jchp-checklist li {
    grid-template-columns: 34px 1fr;
    padding: 14px;
  }

  .jchp-split-visual {
    border-radius: 24px;
  }

  .jchp-lower-image {
    min-height: 260px;
  }

  .jchp-split-visual__badge,
  .jchp-split-visual__meta span {
    font-size: 12px;
  }
}


/* Final fix for homepage split visual block image crop / empty area */
.jchp-split-section {
  align-items: start;
}

.jchp-split-visual {
  position: relative;
  align-self: start;
  display: block;
  overflow: hidden;
  min-height: 0;
}

.jchp-split-visual::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 120px;
  background: linear-gradient(180deg, rgba(16, 52, 95, 0) 0%, rgba(16, 52, 95, .58) 100%);
  pointer-events: none;
  z-index: 1;
}

.jchp-lower-image {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  object-fit: contain;
}

.jchp-split-visual__badge {
  z-index: 2;
}

.jchp-split-visual__meta {
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
}

@media (max-width: 980px) {
  .jchp-split-visual::after {
    height: 100px;
  }
}

@media (max-width: 640px) {
  .jchp-split-visual::after {
    height: 92px;
  }

  .jchp-split-visual__meta {
    gap: 8px;
  }
}


/* Homepage split section dual visual stack */
.jchp-split-visual-stack {
  display: grid;
  gap: 18px;
  align-self: start;
}

.jchp-split-secondary-card {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 18px 42px rgba(12,31,60,.07);
}

.jchp-split-secondary-card__badge {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.95);
  color: #10345f;
  border: 1px solid rgba(13,63,143,.08);
  box-shadow: 0 12px 24px rgba(12,31,60,.12);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.jchp-split-secondary-image {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 640px) {
  .jchp-split-visual-stack {
    gap: 14px;
  }

  .jchp-split-secondary-card,
  .jchp-split-visual {
    border-radius: 24px;
  }

  .jchp-split-secondary-card__badge {
    font-size: 12px;
  }
}


/* Final premium override for How It Works hero block */
.jchp-workflow-hero {
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 20px;
  align-items: stretch;
}

.jchp-workflow-copy {
  background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  border: 1px solid rgba(13, 63, 143, .08);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(13, 63, 143, .07);
  padding: clamp(34px, 5vw, 58px);
}

.jchp-workflow-copy h1 {
  max-width: 520px;
}

.jchp-workflow-copy p {
  max-width: 520px;
}

.jchp-workflow-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.jchp-btn--how-primary,
.jchp-btn--how-demo {
  min-height: 56px;
  padding: 16px 24px;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.jchp-btn--how-primary {
  background: #123f74;
  color: #ffffff;
  border: 1px solid #123f74;
  box-shadow: 0 14px 30px rgba(18, 63, 116, .18);
}

.jchp-btn--how-primary:hover,
.jchp-btn--how-primary:focus {
  color: #ffffff;
  background: #0f3564;
}

.jchp-btn--how-demo {
  background: var(--jchp-accent);
  color: #ffffff;
  border: 1px solid rgba(104,181,45,.9);
  box-shadow: 0 14px 30px rgba(104,181,45,.22);
}

.jchp-btn--how-demo:hover,
.jchp-btn--how-demo:focus {
  color: #ffffff;
  background: #5ca52b;
}

.jchp-workflow-snapshot {
  padding: 28px;
  background: linear-gradient(180deg, #103b72 0%, #0f3564 52%, #133f73 100%);
  overflow: hidden;
  position: relative;
}

.jchp-workflow-snapshot::before {
  content: "";
  position: absolute;
  inset: auto -60px -80px auto;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(104,181,45,.22) 0%, rgba(104,181,45,0) 70%);
  pointer-events: none;
}

.jchp-workflow-snapshot__top {
  position: relative;
  z-index: 1;
}

.jchp-workflow-snapshot__kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.14);
  color: rgba(255,255,255,.86);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.jchp-workflow-snapshot h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: clamp(28px, 3.2vw, 38px);
  line-height: 1.08;
  letter-spacing: -.04em;
}

.jchp-workflow-snapshot > p,
.jchp-workflow-snapshot__top p {
  color: rgba(255,255,255,.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0 0 22px;
}

.jchp-workflow-snapshot__list {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}

.jchp-workflow-snapshot__list li {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
}

.jchp-workflow-snapshot__list .dashicons {
  color: #ffb2b2;
  font-size: 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
}

.jchp-workflow-snapshot__list li span:last-child {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.55;
}

.jchp-workflow-snapshot__image-card {
  position: relative;
  z-index: 1;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 20px 40px rgba(7, 23, 45, .18);
  margin: 0 0 20px;
}

.jchp-workflow-snapshot__image {
  display: block;
  width: 100%;
  height: auto;
}

.jchp-workflow-snapshot strong {
  display: block;
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, rgba(104,181,45,.2) 0%, rgba(255,255,255,.12) 100%);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  padding: 16px 18px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 980px) {
  .jchp-workflow-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .jchp-workflow-copy,
  .jchp-workflow-snapshot {
    padding: 22px 18px;
    border-radius: 22px;
  }

  .jchp-workflow-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jchp-btn--how-primary,
  .jchp-btn--how-demo {
    width: 100%;
  }

  .jchp-workflow-snapshot__image-card {
    border-radius: 20px;
  }
}

/* Emergency forced fix: How It Works second CTA must be green and visible */
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-workflow-actions > a:nth-child(2),
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-story-actions > a:nth-child(2),
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-hero-buttons > a:nth-child(2),
.jchp-workflow-hero .jchp-workflow-actions > a:nth-child(2),
.jchp-workflow-hero .jchp-story-actions > a:nth-child(2),
.jchp-workflow-hero .jchp-hero-buttons > a:nth-child(2),
a.jchp-btn.jchp-btn--how-demo {
  background: #68b52d !important;
  background-color: #68b52d !important;
  color: #ffffff !important;
  border: 1px solid #68b52d !important;
  box-shadow: 0 14px 30px rgba(104, 181, 45, .28) !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  min-width: 190px !important;
}

.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-workflow-actions > a:nth-child(2)::before,
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-story-actions > a:nth-child(2)::before,
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-hero-buttons > a:nth-child(2)::before,
.jchp-workflow-hero .jchp-workflow-actions > a:nth-child(2)::before,
.jchp-workflow-hero .jchp-story-actions > a:nth-child(2)::before,
.jchp-workflow-hero .jchp-hero-buttons > a:nth-child(2)::before {
  content: "Try Demo Dashboard";
  color: #ffffff !important;
}

.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-workflow-actions > a:nth-child(2),
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-story-actions > a:nth-child(2),
.jchp-marketing-page .jchp-workflow-hero .jchp-workflow-copy .jchp-hero-buttons > a:nth-child(2),
.jchp-workflow-hero .jchp-workflow-actions > a:nth-child(2),
.jchp-workflow-hero .jchp-story-actions > a:nth-child(2),
.jchp-workflow-hero .jchp-hero-buttons > a:nth-child(2) {
  font-size: 0 !important;
}

.jchp-workflow-hero {
  align-items: start !important;
}

.jchp-workflow-copy {
  align-self: start !important;
  height: auto !important;
}

/* About page premium hero refresh */
.jchp-about-page .jchp-story-hero {
  align-items: stretch !important;
}

.jchp-about-page .jchp-story-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.jchp-about-page .jchp-story-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.jchp-about-page .jchp-story-actions .jchp-btn {
  min-width: 190px;
  min-height: 54px;
  padding: 16px 26px;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.01em;
  text-decoration: none;
}

.jchp-about-page .jchp-story-actions .jchp-btn span {
  display: inline-block;
  line-height: 1.1;
}

.jchp-about-page .jchp-btn--about-primary {
  background: #68b52d;
  color: #ffffff;
  border: 1px solid #68b52d;
  box-shadow: 0 14px 30px rgba(104, 181, 45, .24);
}

.jchp-about-page .jchp-btn--about-secondary {
  background: #ffffff;
  color: #163a67;
  border: 2px solid rgba(13, 63, 143, .22);
  box-shadow: none;
}

.jchp-about-page .jchp-story-hero__panel {
  gap: 20px;
}

.jchp-about-page .jchp-story-panel-visual {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  min-height: 250px;
}

.jchp-about-page .jchp-story-panel-image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  object-position: center top;
}

.jchp-about-page .jchp-story-panel-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 35, 72, .08) 0%, rgba(10, 35, 72, .26) 100%);
  pointer-events: none;
}

.jchp-about-page .jchp-story-panel-badge {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(11, 31, 63, .72);
  border: 1px solid rgba(255,255,255,.16);
  backdrop-filter: blur(8px);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.jchp-about-page .jchp-story-panel-badge .dashicons {
  color: #7ed339;
  width: 18px;
  height: 18px;
  font-size: 18px;
}

@media (max-width: 900px) {
  .jchp-about-page .jchp-story-actions .jchp-btn {
    width: 100%;
  }

  .jchp-about-page .jchp-story-panel-visual,
  .jchp-about-page .jchp-story-panel-image {
    min-height: 220px;
  }
}

/* Final About hero rebuild - premium layout */
.jchp-about-page .jchp-story-hero {
  display: grid !important;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, .98fr) !important;
  gap: 30px !important;
  align-items: start !important;
  margin-bottom: 34px;
}

.jchp-about-page .jchp-about-hero-copy {
  position: relative;
  overflow: hidden;
  padding: clamp(36px, 5vw, 58px) !important;
  border-radius: 32px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid rgba(13,63,143,.08);
  box-shadow: 0 24px 70px rgba(13,63,143,.08);
  display: block !important;
  min-height: 0 !important;
}

.jchp-about-page .jchp-about-hero-copy::after {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  border-radius: 999px;
  left: -90px;
  bottom: -120px;
  background: radial-gradient(circle, rgba(104,181,45,.15) 0%, rgba(104,181,45,0) 70%);
  pointer-events: none;
}

.jchp-about-page .jchp-about-hero-copy h1 {
  max-width: 620px;
  margin: 0 0 20px !important;
  color: #0d3f8f;
  font-size: clamp(42px, 5.1vw, 72px) !important;
  line-height: .96 !important;
  letter-spacing: -.065em !important;
}

.jchp-about-page .jchp-about-hero-copy p {
  max-width: 560px;
  color: #53677e;
  font-size: 18px !important;
  line-height: 1.68 !important;
  margin: 0 !important;
}

.jchp-about-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.jchp-about-proof-row > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.09);
  box-shadow: 0 10px 24px rgba(13,63,143,.05);
  color: #17304f;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 12px;
  white-space: nowrap;
}

.jchp-about-proof-row .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #68b52d;
}

.jchp-about-page .jchp-about-actions {
  margin-top: 28px !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 14px !important;
}

.jchp-about-page .jchp-about-actions .jchp-btn {
  min-height: 56px !important;
  min-width: 190px !important;
  padding: 16px 26px !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  font-weight: 850 !important;
  text-decoration: none !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.jchp-about-page .jchp-about-actions .jchp-btn span {
  color: inherit !important;
  display: inline-block !important;
  font-size: inherit !important;
  line-height: 1 !important;
}

.jchp-about-page .jchp-btn--about-primary {
  background: #68b52d !important;
  color: #ffffff !important;
  border: 1px solid #68b52d !important;
  box-shadow: 0 18px 36px rgba(104,181,45,.24) !important;
}

.jchp-about-page .jchp-btn--about-secondary {
  background: #ffffff !important;
  color: #123f74 !important;
  border: 1px solid rgba(18,63,116,.22) !important;
  box-shadow: 0 14px 28px rgba(13,63,143,.06) !important;
}

.jchp-about-page .jchp-about-hero-panel {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: 28px !important;
  background: linear-gradient(145deg, #0f3564 0%, #123f74 58%, #1f6a5b 132%) !important;
  box-shadow: 0 24px 70px rgba(13,63,143,.16);
  border: 1px solid rgba(255,255,255,.12);
  display: grid !important;
  gap: 20px;
  min-height: 0 !important;
}

.jchp-about-page .jchp-about-hero-panel::before {
  content: "";
  position: absolute;
  inset: -120px -120px auto auto;
  width: 260px;
  height: 260px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(104,181,45,.26) 0%, rgba(104,181,45,0) 70%);
  pointer-events: none;
}

.jchp-about-panel-topline,
.jchp-about-panel-visual,
.jchp-about-panel-cards {
  position: relative;
  z-index: 1;
}

.jchp-about-panel-topline {
  padding: 22px;
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.16);
}

.jchp-about-panel-topline > span {
  display: inline-flex;
  color: rgba(255,255,255,.74);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.jchp-about-panel-topline strong {
  display: block;
  color: #ffffff;
  font-size: clamp(25px, 2.5vw, 36px);
  line-height: 1.05;
  letter-spacing: -.04em;
  margin-bottom: 10px;
}

.jchp-about-panel-topline p {
  margin: 0 !important;
  color: rgba(255,255,255,.82) !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
}

.jchp-about-panel-visual {
  overflow: hidden;
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 24px 46px rgba(4,18,38,.18);
}

.jchp-about-panel-image {
  display: block;
  width: 100%;
  height: auto;
}

.jchp-about-panel-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: -4px 16px 16px;
  padding: 13px 14px;
  border-radius: 16px;
  color: #ffffff;
  background: #123f74;
  box-shadow: 0 14px 28px rgba(18,63,116,.18);
  font-size: 14px;
  font-weight: 800;
  line-height: 1.35;
}

.jchp-about-panel-badge .dashicons {
  width: 18px;
  height: 18px;
  font-size: 18px;
  color: #7ed339;
  flex: 0 0 auto;
}

.jchp-about-panel-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.jchp-about-panel-cards > div {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
}

.jchp-about-panel-cards strong,
.jchp-about-panel-cards span {
  display: block;
}

.jchp-about-panel-cards strong {
  color: #ffffff;
  font-size: 15px;
  line-height: 1.25;
  margin-bottom: 7px;
}

.jchp-about-panel-cards span {
  color: rgba(255,255,255,.76);
  font-size: 13px;
  line-height: 1.45;
}

@media (max-width: 1040px) {
  .jchp-about-page .jchp-story-hero {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 700px) {
  .jchp-about-page .jchp-about-hero-copy,
  .jchp-about-page .jchp-about-hero-panel {
    border-radius: 24px;
    padding: 24px 20px !important;
  }

  .jchp-about-page .jchp-about-hero-copy h1 {
    font-size: clamp(36px, 10vw, 44px) !important;
  }

  .jchp-about-page .jchp-about-actions .jchp-btn {
    width: 100% !important;
  }

  .jchp-about-panel-cards {
    grid-template-columns: 1fr;
  }

  .jchp-about-proof-row > span {
    width: 100%;
  }
}


/* About page final polish: audience list and bottom CTA buttons */
.jchp-about-page .jchp-industries-panel {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(13,63,143,.08);
  border-radius: 30px;
  box-shadow: 0 20px 54px rgba(13,63,143,.06);
}

.jchp-about-page .jchp-industries-cloud {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px;
  align-content: center;
  background: linear-gradient(180deg, #f8fbff 0%, #ffffff 100%);
  border: 1px solid rgba(13,63,143,.07);
  border-radius: 24px;
  padding: 24px;
}

.jchp-about-page .jchp-industries-cloud span {
  position: relative;
  display: flex !important;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: auto;
  padding: 0 0 0 26px !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #17304f;
  font-size: 17px;
  font-weight: 850;
  line-height: 1.35;
  text-align: left !important;
}

.jchp-about-page .jchp-industries-cloud span::before {
  content: "";
  position: absolute;
  left: 0;
  top: .34em;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #68b52d;
  box-shadow: 0 0 0 5px rgba(104,181,45,.13);
}

.jchp-about-page .jchp-final-marketing-cta {
  background: linear-gradient(135deg, #103a6d 0%, #123f74 55%, #174f66 100%) !important;
  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 22px 52px rgba(13,63,143,.14);
}

.jchp-about-page .jchp-final-marketing-cta .jchp-marketing-cta-actions {
  display: grid;
  gap: 14px;
  min-width: 260px;
}

.jchp-about-page .jchp-final-marketing-cta .jchp-btn {
  min-height: 58px;
  border-radius: 16px;
  font-size: 17px;
  font-weight: 850;
  text-decoration: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

.jchp-about-page .jchp-final-marketing-cta .jchp-btn--hero-primary {
  background: #ffffff !important;
  color: #123f74 !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  box-shadow: 0 16px 32px rgba(4,18,38,.18) !important;
}

.jchp-about-page .jchp-final-marketing-cta .jchp-btn--hero-secondary {
  background: #68b52d !important;
  color: #ffffff !important;
  border: 1px solid #68b52d !important;
  box-shadow: 0 18px 36px rgba(104,181,45,.24) !important;
}

.jchp-about-page .jchp-final-marketing-cta .jchp-btn--hero-primary:hover,
.jchp-about-page .jchp-final-marketing-cta .jchp-btn--hero-primary:focus {
  background: #f5f9ff !important;
  color: #123f74 !important;
}

.jchp-about-page .jchp-final-marketing-cta .jchp-btn--hero-secondary:hover,
.jchp-about-page .jchp-final-marketing-cta .jchp-btn--hero-secondary:focus {
  background: #5ca52b !important;
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .jchp-about-page .jchp-industries-cloud {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .jchp-about-page .jchp-industries-cloud span {
    font-size: 16px;
  }

  .jchp-about-page .jchp-final-marketing-cta .jchp-marketing-cta-actions {
    width: 100%;
  }

  .jchp-about-page .jchp-final-marketing-cta .jchp-btn {
    width: 100%;
  }
}


/* Final page polish: visible CTA labels, final CTA colors, and status list styling */
.jchp-workflow-actions .jchp-btn--how-demo,
.jchp-workflow-actions .jchp-btn--how-demo-fixed,
a.jchp-btn.jchp-btn--how-demo-fixed {
  background: #68b52d !important;
  background-color: #68b52d !important;
  color: #ffffff !important;
  border: 1px solid #68b52d !important;
  box-shadow: 0 14px 30px rgba(104,181,45,.28) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-indent: 0 !important;
  min-width: 190px;
}

.jchp-workflow-actions .jchp-btn--how-demo::before,
.jchp-workflow-actions .jchp-btn--how-demo-fixed::before,
a.jchp-btn.jchp-btn--how-demo-fixed::before {
  content: none !important;
  display: none !important;
}

.jchp-workflow-actions .jchp-btn--how-demo span,
.jchp-workflow-actions .jchp-btn--how-demo-fixed span,
a.jchp-btn.jchp-btn--how-demo-fixed span {
  display: inline-block !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn,
.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn span {
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  text-decoration: none !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-pricing {
  background: #ffffff !important;
  color: #10345f !important;
  border: 1px solid rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 30px rgba(4,18,40,.16) !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-pricing span {
  color: #10345f !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-demo {
  background: #68b52d !important;
  color: #ffffff !important;
  border: 1px solid #68b52d !important;
  box-shadow: 0 14px 30px rgba(104,181,45,.28) !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-demo span {
  color: #ffffff !important;
}

.jchp-status-panel .jchp-status-cloud {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 22px !important;
  align-content: start;
  background: transparent !important;
}

.jchp-status-panel .jchp-status-cloud span {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #10345f !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
  text-align: left !important;
}

.jchp-status-panel .jchp-status-cloud span::before {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: #68b52d;
  box-shadow: 0 0 0 5px rgba(104,181,45,.14);
}

@media (max-width: 760px) {
  .jchp-status-panel .jchp-status-cloud {
    grid-template-columns: 1fr;
  }
  .jchp-status-panel .jchp-status-cloud span {
    font-size: 17px !important;
  }
  .jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn,
  .jchp-workflow-actions .jchp-btn--how-demo,
  .jchp-workflow-actions .jchp-btn--how-primary {
    width: 100%;
  }
}


/* Final CTA button shape fix: prevent tiny text-only buttons */
.jchp-final-marketing-cta .jchp-marketing-cta-actions {
  display: flex !important;
  flex-direction: column !important;
  gap: 14px !important;
  align-items: stretch !important;
  justify-content: center !important;
  min-width: 280px !important;
  max-width: 320px !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn {
  width: 100% !important;
  min-width: 240px !important;
  min-height: 58px !important;
  padding: 17px 26px !important;
  border-radius: 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  box-sizing: border-box !important;
  white-space: nowrap !important;
  text-decoration: none !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn span {
  display: inline-block !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-indent: 0 !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-pricing,
.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--hero-primary {
  background: #ffffff !important;
  background-color: #ffffff !important;
  color: #10345f !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  box-shadow: 0 16px 32px rgba(4,18,40,.18) !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-pricing span,
.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--hero-primary span {
  color: #10345f !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-demo,
.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--hero-secondary {
  background: #68b52d !important;
  background-color: #68b52d !important;
  color: #ffffff !important;
  border: 1px solid #68b52d !important;
  box-shadow: 0 18px 36px rgba(104,181,45,.28) !important;
}

.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--final-demo span,
.jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn--hero-secondary span {
  color: #ffffff !important;
}

@media (max-width: 760px) {
  .jchp-final-marketing-cta .jchp-marketing-cta-actions {
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  .jchp-final-marketing-cta .jchp-marketing-cta-actions .jchp-btn {
    min-width: 0 !important;
    width: 100% !important;
  }
}


/* v1.0.25 CTA corrections: no free-trial copy and stable bottom CTA buttons */
.jchp-bottom-cta__actions {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  align-items: stretch !important;
  justify-content: flex-end !important;
  min-width: min(100%, 460px) !important;
}

.jchp-bottom-cta__actions .jchp-btn {
  min-width: 210px !important;
  min-height: 58px !important;
  padding: 16px 26px !important;
  border-radius: 16px !important;
  line-height: 1.15 !important;
  text-align: center !important;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

.jchp-bottom-cta__actions .jchp-btn--bottom-demo {
  background: #ffffff !important;
  color: #10345f !important;
  border: 2px solid rgba(255,255,255,.92) !important;
  box-shadow: 0 14px 30px rgba(4,18,40,.14) !important;
}

@media (max-width: 860px) {
  .jchp-bottom-cta__actions {
    width: 100% !important;
    min-width: 0 !important;
    justify-content: stretch !important;
  }

  .jchp-bottom-cta__actions .jchp-btn {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
  }
}
