.ortho-section,
.ortho-pain-section,
.ortho-cta {
  padding: 70px 0;
}

.ortho-section--compact {
  padding: 34px 0;
}

.ortho-pain-section {
  background: #f7f9fb;
}

.ortho-container {
  max-width: 1180px;
}

.ortho-section-heading {
  margin-bottom: 36px;
  max-width: 820px;
}

.ortho-section-title {
  color: var(--wr-navy);
  font-size: clamp(2rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.25;
  margin: 14px 0 0;
}

.ortho-section-intro {
  color: #4c5b66;
  font-size: 1.08rem;
  line-height: 1.85;
  margin: 18px 0 0;
}

.ortho-pain-grid,
.ortho-warning-grid,
.ortho-detail-grid,
.ortho-related-grid {
  display: grid;
  gap: 22px;
}

.ortho-pain-grid,
.ortho-warning-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ortho-pain-card,
.ortho-warning-card,
.ortho-detail-card,
.ortho-lead-card {
  background: #fff;
  border: 1px solid rgba(219, 228, 239, 0.8);
  border-radius: 8px;
  box-shadow: var(--wr-shadow);
  padding: 26px;
}

.ortho-pain-card {
  color: inherit;
  display: flex;
  flex-direction: column;
  min-height: 220px;
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ortho-pain-card:hover,
.ortho-pain-card:focus-visible {
  border-color: var(--wr-teal);
  box-shadow: var(--wr-shadow-lg);
  outline: 0;
  transform: translateY(-3px);
}

.ortho-pain-card h3,
.ortho-warning-card h3,
.ortho-detail-card h2 {
  color: var(--wr-navy);
  font-size: 1.15rem;
  font-weight: 900;
  line-height: 1.45;
  margin: 0 0 12px;
}

.ortho-pain-card p,
.ortho-warning-card p,
.ortho-detail-card p,
.ortho-lead-card p {
  color: #4c5b66;
  font-size: 1rem;
  line-height: 1.8;
  margin: 0;
}

.ortho-pain-card span {
  color: var(--wr-teal);
  font-weight: 900;
  margin-top: auto;
  padding-top: 20px;
}

.ortho-inline-cta {
  align-items: center;
  background: #fff;
  border-left: 4px solid var(--wr-teal);
  border-radius: 8px;
  box-shadow: var(--wr-shadow);
  display: flex;
  gap: 22px;
  justify-content: space-between;
  margin-top: 30px;
  padding: 24px;
}

.ortho-inline-cta p {
  color: #4c5b66;
  line-height: 1.8;
  margin: 0;
}

.ortho-cta {
  background: linear-gradient(135deg, var(--wr-navy), #1f6f8b);
  color: #fff;
  text-align: center;
}

.ortho-cta .ortho-container {
  max-width: 920px;
}

.ortho-cta .ortho-section-title,
.ortho-cta p {
  color: #fff;
}

.ortho-cta p {
  font-size: 1.05rem;
  line-height: 1.85;
  margin: 18px auto 0;
}

.ortho-btn {
  background: #fff;
  border-radius: 6px;
  color: var(--wr-navy);
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  margin-top: 26px;
  min-height: 48px;
  padding: 13px 22px;
}

.ortho-btn:hover,
.ortho-btn:focus-visible {
  color: var(--wr-navy);
  opacity: 0.92;
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}

.ortho-urgent-note {
  background: rgba(212, 169, 78, 0.14);
  border: 1px solid rgba(212, 169, 78, 0.35);
  border-radius: 8px;
  color: #5f4614;
  line-height: 1.75;
  margin-top: 28px;
  padding: 18px 20px;
}

.ortho-page .wr-page-hero p:not(.wr-eyebrow) {
  max-width: 820px;
}

.ortho-lead-card {
  margin-bottom: 24px;
}

.ortho-detail-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 24px;
}

.ortho-detail-card ul {
  color: #4c5b66;
  line-height: 1.8;
  margin: 0;
  padding-left: 1.2em;
}

.ortho-detail-card li + li {
  margin-top: 8px;
}

.ortho-related {
  background: #fff;
}

.ortho-related-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ortho-related-grid a {
  background: var(--wr-cloud);
  border: 1px solid var(--wr-border);
  border-radius: 8px;
  color: var(--wr-navy);
  font-weight: 900;
  padding: 18px;
}

.ortho-related-grid a:hover,
.ortho-related-grid a:focus-visible {
  border-color: var(--wr-teal);
  color: var(--wr-teal);
  outline: 0;
}

.ortho-faq {
  background: #f7f9fb;
}

.ortho-faq-list {
  background: #fff;
  border: 1px solid var(--wr-border);
  border-radius: 8px;
  box-shadow: var(--wr-shadow);
  overflow: hidden;
}

.ortho-faq-item + .ortho-faq-item {
  border-top: 1px solid var(--wr-border);
}

.ortho-faq-item h3 {
  margin: 0;
}

.ortho-faq-question {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--wr-navy);
  cursor: pointer;
  display: flex;
  font: inherit;
  font-size: 1.05rem;
  font-weight: 900;
  gap: 16px;
  justify-content: space-between;
  line-height: 1.55;
  padding: 22px 24px;
  text-align: left;
  width: 100%;
}

.ortho-faq-question:focus-visible {
  outline: 3px solid rgba(42, 166, 164, 0.35);
  outline-offset: -3px;
}

.ortho-faq-icon {
  align-items: center;
  background: rgba(42, 166, 164, 0.12);
  border-radius: 999px;
  color: var(--wr-teal);
  display: inline-flex;
  flex: 0 0 30px;
  height: 30px;
  justify-content: center;
}

.ortho-faq-question[aria-expanded="true"] .ortho-faq-icon {
  background: var(--wr-teal);
  color: #fff;
}

.ortho-faq-answer {
  color: #4c5b66;
  line-height: 1.85;
  padding: 0 24px 24px;
}

.ortho-faq-answer p {
  margin: 0;
}

.ortho-disclaimer {
  background: #f7f9fb;
  border: 1px solid var(--wr-border);
  border-radius: 8px;
  color: #65727d;
  font-size: 0.92rem;
  line-height: 1.8;
  margin-top: 30px;
  padding: 18px;
}

@media (max-width: 1020px) {
  .ortho-pain-grid,
  .ortho-warning-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ortho-section,
  .ortho-pain-section,
  .ortho-cta {
    padding: 52px 0;
  }

  .ortho-pain-grid,
  .ortho-warning-grid,
  .ortho-detail-grid,
  .ortho-related-grid {
    grid-template-columns: 1fr;
  }

  .ortho-inline-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .ortho-pain-card {
    min-height: auto;
  }
}
