/* Spinal condition long-form article (facetogenic page, etc.) */

.sca-hero-sub {
  font-family: "Open Sans", sans-serif;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  line-height: 1.5;
  margin: 12px 0 0;
  max-width: 820px;
}

.inner-page .sub-hd-text-wrp h1 {
  font-size: clamp(1.55rem, 2.8vw, 2.35rem);
  line-height: 1.25;
}

.sca-page .sca-article {
  color: #1a2a44;
  font-family: "Open Sans", sans-serif;
  font-size: 1.05rem;
  line-height: 1.75;
}

.sca-article h2 {
  font-family: "Outfit", sans-serif;
  color: #0A1E44;
  font-size: 1.65rem;
  font-weight: 600;
  margin: 2.25rem 0 0.85rem;
}

.sca-article h3 {
  font-family: "Outfit", sans-serif;
  color: #0A1E44;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 1.75rem 0 0.65rem;
}

.sca-article p {
  margin-bottom: 1rem;
}

.sca-lead {
  font-size: 1.12rem;
  color: #243656;
}

.sca-list {
  margin: 0 0 1.25rem;
  padding-left: 1.2rem;
}

.sca-list li {
  margin-bottom: 0.65rem;
}

.sca-promise {
  font-style: italic;
  color: #2A3D5F;
  border-left: 3px solid #2594F6;
  padding: 0.75rem 0 0.75rem 1rem;
  margin: 1.75rem 0 2rem;
}

/* Callouts: blue = key point, gold = video, grey = contact */
.sca-callout {
  border-radius: 14px;
  padding: 1.25rem 1.4rem;
  margin: 1.75rem 0;
  box-shadow: 0 8px 24px rgba(10, 30, 68, 0.08);
}

.sca-callout-label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.sca-callout-title {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.15rem;
  color: #0A1E44;
}

.sca-callout-blue {
  background: linear-gradient(180deg, #eef6ff 0%, #e3f0ff 100%);
  border: 1px solid #b7d7f7;
}

.sca-callout-blue .sca-callout-label {
  color: #1769b8;
}

.sca-callout-gold {
  background: linear-gradient(180deg, #fff8e8 0%, #ffefd0 100%);
  border: 1px solid #f0d48a;
}

.sca-callout-gold .sca-callout-label {
  color: #a66b00;
}

.sca-callout-grey {
  background: linear-gradient(180deg, #f4f6f9 0%, #e9eef5 100%);
  border: 1px solid #cfd8e6;
}

.sca-callout-grey .sca-callout-label,
.sca-cta-heading {
  color: #0A1E44;
}

.sca-cta-heading {
  font-family: "Outfit", sans-serif;
  font-size: 1.45rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.sca-video {
  width: 100%;
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  overflow: hidden;
  background: #0A1E44;
}

.sca-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/* Treatment ladder table → stacked cards on mobile */
.sca-table-wrap {
  margin: 1.5rem 0 2rem;
  overflow-x: auto;
  border-radius: 12px;
  border: 1px solid #d5deea;
  background: #fff;
}

.sca-ladder-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
  margin: 0;
}

.sca-ladder-table th,
.sca-ladder-table td {
  padding: 0.85rem 1rem;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #e4ebf4;
  font-size: 0.95rem;
}

.sca-ladder-table thead th {
  background: #0A1E44;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  white-space: nowrap;
}

.sca-ladder-table tbody tr:nth-child(even) {
  background: #f7fafc;
}

.sca-ladder-table tbody tr:last-child td {
  border-bottom: 0;
}

.sca-ladder-table td:first-child {
  font-weight: 700;
  color: #2594F6;
  width: 3.5rem;
}

.sca-contact-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 1.25rem;
}

.sca-contact-list li {
  display: flex;
  gap: 0.65rem;
  align-items: flex-start;
  margin-bottom: 0.65rem;
}

.sca-contact-list i {
  color: #2594F6;
  margin-top: 0.2rem;
}

.sca-contact-list a {
  color: #0A1E44;
  font-weight: 600;
}

.sca-contact-list a:hover {
  color: #2594F6;
}

.sca-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 0.5rem;
}

.sca-btn-outline {
  background: transparent !important;
  color: #0A1E44 !important;
  border: 2px solid #0A1E44 !important;
}

.sca-btn-outline:hover {
  background: #0A1E44 !important;
  color: #fff !important;
}

.sca-related {
  margin: 2rem 0 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dbe3ee;
}

.sca-related-label {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #0A1E44;
  margin-bottom: 0.5rem;
}

.sca-related ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}

.sca-related a {
  color: #1769b8;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.sca-disclaimer {
  font-size: 0.85rem;
  color: #6a7a92;
  margin-top: 1.5rem;
  margin-bottom: 0;
}

.sca-faq {
  margin: 1rem 0 2rem;
}

.sca-faq .accordion-button {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  color: #0A1E44;
}

@media (max-width: 767.98px) {
  .sca-table-wrap {
    border: 0;
    background: transparent;
    overflow: visible;
  }

  .sca-ladder-table {
    min-width: 0;
  }

  .sca-ladder-table thead {
    display: none;
  }

  .sca-ladder-table,
  .sca-ladder-table tbody,
  .sca-ladder-table tr,
  .sca-ladder-table td {
    display: block;
    width: 100%;
  }

  .sca-ladder-table tr {
    background: #fff;
    border: 1px solid #d5deea;
    border-radius: 12px;
    margin-bottom: 0.85rem;
    padding: 0.85rem 1rem;
    box-shadow: 0 6px 16px rgba(10, 30, 68, 0.06);
  }

  .sca-ladder-table td {
    border: 0;
    padding: 0.35rem 0;
  }

  .sca-ladder-table td:first-child {
    width: auto;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin-bottom: 0.35rem;
  }

  .sca-ladder-table td:first-child::before {
    content: "Step ";
  }

  .sca-ladder-table td:not(:first-child)::before {
    content: attr(data-label);
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6a7a92;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 0.15rem;
  }

  .sca-cta-actions {
    flex-direction: column;
  }

  .sca-cta-actions .rounded-btn {
    width: 100%;
    text-align: center;
  }
}

.sca-reviewed {
  font-size: 0.9rem;
  color: #6a7a92;
  margin-bottom: 1.25rem;
}

.sca-reviewed a {
  color: #1769b8;
  font-weight: 600;
}

.sca-callout-red {
  background: linear-gradient(180deg, #fff1f1 0%, #ffe4e4 100%);
  border: 1px solid #f0b4b4;
}

.sca-callout-red .sca-callout-label {
  color: #b42318;
}

.sca-callout-warn {
  background: linear-gradient(180deg, #fff8e8 0%, #ffefd0 100%);
  border: 2px solid #d97706;
}

.sca-callout-warn .sca-callout-label {
  color: #92400e;
}

.sca-mid-cta {
  margin-top: 0.5rem;
}

.sca-refs h2 {
  margin-top: 2rem;
}

.sca-refs a {
  color: #1769b8;
}

.sca-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  display: flex;
  gap: 0.5rem;
  padding: 0.65rem 0.75rem calc(0.65rem + env(safe-area-inset-bottom));
  background: rgba(10, 30, 68, 0.96);
  box-shadow: 0 -6px 20px rgba(10, 30, 68, 0.25);
}

.sca-sticky-cta a {
  flex: 1;
  text-align: center;
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 0.7rem 0.5rem;
  border-radius: 10px;
  background: #2594F6;
}

.sca-sticky-cta a:last-child {
  background: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.55);
}

.sca-page {
  padding-bottom: 5rem;
}

@media (min-width: 768px) {
  .sca-page {
    padding-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .sca-compare-table td:first-child::before {
    content: none !important;
  }
}
