.ortho-cta { box-sizing: border-box; width: 100%; padding: 48px 24px; background: #f7f5f3; text-align: center; }
.ortho-cta__inner { max-width: 1100px; margin: 0 auto; }
.ortho-cta__title { margin: 0 0 24px; color: #282828; font-size: 28px; font-weight: 500; line-height: 1.5; word-break: keep-all; }
.ortho-cta__button { box-sizing: border-box; display: inline-block; max-width: 100%; padding: 18px 30px; border: 1px solid #635346; border-radius: 6px; background: #635346; color: #fff; font-size: 18px; font-weight: 500; line-height: 1.5; text-decoration: none; word-break: keep-all; }
.ortho-cta__button:hover { background: #4d4036; color: #fff; }
.ortho-cta__button:focus-visible { outline: 3px solid #1f6fbe; outline-offset: 4px; }
.ortho-cta--sub { margin-top: 60px; }
@media (max-width: 768px) {
  .ortho-cta { padding: 32px 20px; }
  .ortho-cta__title { font-size: 22px; margin-bottom: 20px; }
  .ortho-cta__button { padding: 16px 20px; font-size: 16px; }
  .ortho-cta--sub { margin-top: 40px; }
}
