.hero-band {
  position: relative;
  margin-top: -88px;
  padding-top: 88px;
  overflow: clip;
}

.hero-band::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 45%;
  background: url("/images/andy_and_hamish_fade_left.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  content: "";
  opacity: 0.98;
  pointer-events: none;
  z-index: 0;
}

.hero-section {
  position: relative;
  padding-top: 4.25rem;
  z-index: 1;
}

.hero-title {
  max-width: 12ch;
  margin-bottom: 1.25rem;
  font-size: clamp(2.8rem, 5vw, 4.8rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.hero-subtitle {
  max-width: 36rem;
  color: var(--pm-copy);
  font-size: 1.15rem;
  line-height: 1.8;
}

.hero-stage {
  position: relative;
  min-height: 36rem;
}

.proof-strip-section {
  position: relative;
  padding-bottom: 1rem;
  z-index: 1;
}

.pm-home .section-heading .pm-section-subtitle {
  margin-left: 0;
  text-align: left;
}

.proof-strip-card {
  display: flex;
  gap: 1rem;
  padding: 1.35rem;
}

.proof-strip-card h2 {
  margin: 0 0 0.45rem;
  font-size: 1.35rem;
  font-weight: 800;
}

.proof-strip-card p {
  margin: 0;
  color: var(--pm-copy);
  line-height: 1.65;
}

.content-card,
.pillar-card,
.use-case-card,
.step-card,
.adoption-card {
  padding: 1.6rem;
}

.content-card h3,
.pillar-card h3,
.use-case-card h3,
.step-card h3,
.adoption-card h3 {
  margin: 1.15rem 0 0.8rem;
  font-size: 1.28rem;
  font-weight: 800;
}

.content-card p,
.pillar-card p,
.use-case-card p,
.step-card p,
.adoption-card p {
  margin: 0;
  color: var(--pm-copy);
  line-height: 1.72;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: var(--pm-green);
  color: #ffffff;
  font-weight: 800;
}

.adoption-section .pm-section-title {
  max-width: 12ch;
}

.insights-section .pm-section-title {
  max-width: 12ch;
}

.insight-grid-card {
  padding: 1.4rem;
}

.insight-tile {
  height: 100%;
  padding: 1rem;
  border-radius: 1.2rem;
  background: #f8fbf6;
  border: 1px solid rgba(29, 143, 58, 0.1);
}

.insight-tile span {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--pm-green-dark);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.insight-tile strong {
  display: block;
  line-height: 1.45;
}

.final-cta-card {
  padding: 3rem 1.5rem;
}

@media (max-width: 991.98px) {
  .hero-band {
    margin-top: -80px;
    padding-top: 80px;
  }

  .hero-band::before {
    content: none;
  }

  .hero-title,
  .adoption-section .pm-section-title,
  .insights-section .pm-section-title {
    max-width: none;
  }

  .hero-visual-column {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .hero-section {
    padding-top: 2.5rem;
  }

  .proof-strip-card {
    flex-direction: column;
  }

  .final-cta-card {
    padding: 2.2rem 1.15rem;
  }
}
