.rtp-hero-strip {
  background: var(--surface);
  border-bottom: 3px solid var(--primary);
  padding: 56px 24px;
  text-align: center;
}

.rtp-hero-strip h1 {
  font-size: 2.25rem;
  color: var(--primary);
  margin-bottom: 12px;
}

.rtp-hero-strip p {
  color: var(--muted);
  max-width: 640px;
  margin: 0 auto;
}

.rtp-stat-row {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 32px;
  flex-wrap: wrap;
}

.rtp-stat {
  text-align: center;
}

.rtp-stat .growth-metric {
  font-size: 2rem;
  display: block;
}

.rtp-stat span:last-child {
  font-size: 0.75rem;
  color: var(--muted);
  text-transform: uppercase;
}

.rtp-content {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 24px 64px;
}

.rtp-content h2 {
  color: var(--primary);
  font-size: 1.375rem;
  margin: 36px 0 16px;
}

.rtp-content h2:first-of-type {
  margin-top: 0;
}

.rtp-content p {
  margin-bottom: 16px;
  line-height: 1.7;
}

.rtp-pullquote {
  font-size: 1.125rem;
  font-style: italic;
  color: var(--text);
  border-left: 4px solid var(--accent);
  padding: 20px 24px;
  margin: 32px 0;
  background: rgba(128, 0, 0, 0.15);
}

.rtp-content ul {
  margin: 0 0 16px 24px;
}

.rtp-content li {
  margin-bottom: 8px;
}

.rtp-decor-wrap {
  overflow: hidden;
  max-width: 100%;
  margin-top: 24px;
}

.rtp-decor-img {
  max-width: 480px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  border: 1px solid var(--border);
}

@media (max-width: 768px) {
  .rtp-stat-row {
    gap: 24px;
  }
}

@media (max-width: 375px) {
  .rtp-decor-wrap {
    max-width: 100%;
  }

  .rtp-decor-img {
    max-height: 200px;
    object-fit: cover;
  }
}
