
.szrx-intro {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  color: #2c3338;
  max-width: 880px;
  margin: 0 auto;
}
.szrx-intro--top { padding: 1rem 0 1.5rem; }
.szrx-intro--bottom { padding: 3rem 0 2rem; border-top: 1px solid #e5e7eb; margin-top: 2rem; }
.szrx-intro__hero { padding-bottom: 1rem; }
.szrx-intro__hero h2 {
  font-size: 1.875rem; font-weight: 700; line-height: 1.2;
  color: #0f1419; margin: 0; letter-spacing: -0.02em;
}
.szrx-intro__hero::after {
  content: ""; display: block; width: 56px; height: 3px;
  background: #b8935f; margin-top: 1rem;
}
.szrx-intro__body p { font-size: 1.0625rem; line-height: 1.75; color: #3d4148; margin: 0 0 1.25rem 0; }
.szrx-intro--top .szrx-intro__body p:first-of-type::first-letter,
.szrx-intro--bottom .szrx-intro__body p:first-of-type::first-letter {
  float: left; font-size: 3.5rem; line-height: 0.9; font-weight: 700;
  color: #0f1419; margin: 0.5rem 0.75rem -0.25rem 0;
  font-family: Georgia, "Times New Roman", serif;
}
.szrx-intro__body a {
  color: #0f1419; font-weight: 500; text-decoration: none;
  border-bottom: 1px solid #b8935f; padding-bottom: 1px;
  transition: background-color 0.2s ease;
}
.szrx-intro__body a:hover { background-color: rgba(184, 147, 95, 0.12); }
.szrx-intro__cta {
  background: #faf7f0; border-left: 4px solid #b8935f;
  padding: 1rem 1.25rem; margin: 1.5rem 0 0;
  font-size: 1rem; line-height: 1.6;
}
.szrx-intro__cta a { color: #0f1419; font-weight: 500; text-decoration: none; border-bottom: 1px solid #b8935f; }
.szrx-intro__faq { margin-top: 3rem; }
.szrx-intro__faq-eyebrow {
  font-size: 0.75rem; font-weight: 600; letter-spacing: 0.18em;
  text-transform: uppercase; color: #b8935f; margin-bottom: 0.5rem;
}
.szrx-intro__faq h2 {
  font-size: 1.625rem; font-weight: 700; color: #0f1419;
  margin: 0 0 2rem 0; letter-spacing: -0.01em;
}
.szrx-intro__faq-item {
  display: grid; grid-template-columns: 48px 1fr; gap: 1rem;
  margin-bottom: 1.75rem; padding-bottom: 1.75rem;
  border-bottom: 1px solid #f0f1f3;
}
.szrx-intro__faq-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; }
.szrx-intro__faq-num {
  font-size: 0.875rem; font-weight: 600; color: #b8935f; padding-top: 0.25rem;
}
.szrx-intro__faq-item h3 {
  font-size: 1.125rem; font-weight: 600; color: #0f1419;
  margin: 0 0 0.5rem 0; line-height: 1.35;
}
.szrx-intro__faq-item p { font-size: 1rem; line-height: 1.7; color: #4b5563; margin: 0; }
@media (max-width: 600px) {
  .szrx-intro__hero h2 { font-size: 1.5rem; }
  .szrx-intro__faq-item { grid-template-columns: 1fr; gap: 0.25rem; }
  .szrx-intro__faq-num { padding-top: 0; }
}
