.rtp-hero {
  padding: 56px 24px;
  text-align: center;
  background: var(--surface);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}

.rtp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url('/images/decorative/decor_9.webp') center/cover no-repeat;
  opacity: 0.15;
}

.rtp-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
}

.rtp-hero h1 {
  font-size: clamp(1.6rem, 3.5vw, 2.4rem);
  color: var(--text);
  margin-bottom: 12px;
}

.rtp-hero p {
  color: var(--secondary);
}

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

.rtp-layout h2 {
  font-size: 1.3rem;
  color: var(--primary);
  margin: 28px 0 12px;
}

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

.rtp-layout p {
  color: var(--secondary);
  margin-bottom: 14px;
  line-height: 1.7;
  font-size: 0.96rem;
}

.rtp-table-wrap {
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid var(--border);
  border-radius: 8px;
}

.rtp-table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.85rem;
}

.rtp-table th {
  background: rgba(20, 184, 166, 0.15);
  color: var(--text);
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.rtp-table td {
  padding: 12px 16px;
  color: var(--secondary);
  border-bottom: 1px solid var(--border);
}

.rtp-pullquote {
  padding: 32px;
  margin: 28px 0;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid var(--border);
  border-radius: 8px;
  text-align: center;
}

.rtp-pullquote p {
  font-size: 1.1rem;
  color: var(--text);
  margin-bottom: 0;
  font-style: italic;
}

@media (max-width: 375px) {
  .rtp-hero {
    max-width: 100%;
    overflow: hidden;
  }
}
