/* PAIN POINT PAGE STYLES — shared template for all pain-point pattern pages */

.pain-point-hero {
  min-height: auto;
  display: flex;
  justify-content: flex-start;
  padding: calc(var(--space-section) + 4rem) var(--gutter) var(--space-2xl);
  position: relative;
  background: linear-gradient(135deg, var(--bg-primary) 0%, var(--bg-secondary) 50%, var(--bg-primary) 100%);
}

.pain-point-hero h1 {
  font-size: var(--text-3xl);
  font-family: var(--font-display);
  color: var(--text-primary);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.recognition-list {
  list-style: none;
  padding: 0;
  margin: var(--space-xl) 0 0;
}

.recognition-list li {
  padding: var(--space-md) 0;
  border-bottom: 1px solid var(--border);
  font-size: var(--text-lg);
  color: var(--text-primary);
  line-height: 1.6;
}

.recognition-list li:last-child {
  border-bottom: none;
}

/* Tighten the first content section immediately after the hero */
.pain-point-hero + .section {
  padding-top: var(--space-2xl);
}

.mechanism-prose p {
  font-size: var(--text-lg);
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: var(--space-lg);
}

.mechanism-prose p:last-child {
  margin-bottom: 0;
}

/* Hero CTA */
.hero-cta {
  margin-top: var(--space-xl);
}

/* Mid-page Book a Call CTA */
.section-cta {
  margin-top: var(--space-2xl);
  text-align: center;
}
