.psr-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.psr-section h1, .psr-section h2, .psr-section h3, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.psr-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  padding: 0.85rem 1.8rem;
}
.btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.btn.primary:hover, .btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.btn.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.btn.secondary:hover, .btn.secondary:focus {
  border-color: #ffffff;
  color: #f0af0a;
}

.btn-small {
  padding: 0.65rem 1.25rem;
  font-size: 1rem;
}

.psr-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.psr-section h1, .psr-section h2, .psr-section h3, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.psr-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

.section {
  padding: clamp(72px, 8vw, 110px) min(6vw, 90px);
}
.section:nth-of-type(odd) {
  background-color: #ffffff;
}
.section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.section.section-hero {
  background-color: #253031;
  color: #ffffff;
}

.section-alt {
  padding: 90px min(6vw, 90px);
}
.section-alt:nth-of-type(even) {
  background-color: #f4f4f4;
}

.constrain {
  max-width: 1200px;
  margin: 0 auto;
}

.section h1, .section h2, .section h3, .section h4 {
  margin-bottom: 1rem;
}

.card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #d9d9d9;
}

.card-elevated {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid #d9d9d9;
}

.contrast-card {
  background-color: #2a2e40;
  color: #ffffff;
  border-radius: 12px;
  padding: 32px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}
.contrast-card h3 {
  color: #ffffff;
}

.list-highlight {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.list-highlight ul {
  list-style: disc;
  padding-left: 0;
  margin: 0 0 1.25rem 1.5rem;
}
.list-highlight li {
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.list-highlight li:last-child {
  margin-bottom: 0;
}
.list-highlight p {
  margin: 0;
  color: #666666;
}

.testimonial {
  background-color: #ffffff;
  border-left: 4px solid #f0af0a;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  font-size: 1.1rem;
}
.testimonial strong {
  display: block;
  margin-top: 1rem;
  font-weight: 600;
  color: #2978a0;
}

.list-grid {
  display: grid;
  gap: 32px;
}

.grid {
  display: grid;
  gap: 40px;
}

@media (min-width: 768px) {
  .list-grid.two-col,
  .grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .list-grid.three-col,
  .grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.comparison {
  display: grid;
  gap: 24px;
  margin-top: 2.5rem;
}
@media (min-width: 768px) {
  .comparison {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.comparison-column {
  background: #ffffff;
  border-radius: 12px;
  padding: 32px;
  border: 1px solid #e4e4e4;
}
.comparison-column ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.faq {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
}

.faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.faq-button,
.faq-question {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
}

.faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  background-color: #ffffff;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.faq-item.is-open .faq-toggle {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 40px;
  color: #666666;
}
.faq-item.is-open .faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}

.step-grid,
.steps {
  display: grid;
  gap: 24px;
  margin-top: 2rem;
  counter-reset: step;
}

@media (min-width: 768px) {
  .steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 900px) {
  .step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.step {
  counter-reset: step;
  position: relative;
}
.step::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -18px;
  left: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.step {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 260px;
  position: relative;
}

.step-alt {
  counter-reset: step;
  position: relative;
}
.step-alt::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: -20px;
  left: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.step-alt {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  position: relative;
}

.cta-band,
.cta {
  background-color: #253031;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  padding: clamp(48px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.cta-band h2,
.cta h2 {
  color: #ffffff;
}
.cta-band p,
.cta p {
  color: rgba(255, 255, 255, 0.85);
}
.cta-band h2,
.cta h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.8rem);
}
.cta-band p,
.cta p {
  margin-bottom: 1rem;
  font-size: 1.15rem;
}
.cta-band .btn.secondary,
.cta .btn.secondary {
  border-color: rgba(255, 255, 255, 0.4);
}

.reassurance-callout {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
  padding: 1.75rem 2rem;
  background-color: rgba(41, 120, 160, 0.08);
  border-left: 4px solid #2978a0;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.reassurance-callout p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #253031;
  font-weight: 500;
  text-align: center;
}

.psr-page, .page-wrapper {
  font-family: "Hind", Helvetica, Arial, sans-serif;
  color: #253031;
  background-color: #ffffff;
  line-height: 1.6;
}

.psr-section h1, .psr-section h2, .psr-section h3, .section h1, .section h2, .section h3, .section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #253031;
  margin-top: 0;
}

.psr-overline, .overline {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: #2978a0;
  display: inline-block;
}

:root {
  --psr-teal: #2978a0;
  --psr-gold: #f0af0a;
  --psr-gold-dark: #cc950a;
  --psr-charcoal: #253031;
  --psr-navy: #2a2e40;
  --psr-light: #f4f4f4;
  --psr-mid-gray: #666666;
  --psr-dark-gray: #333333;
  --psr-divider: #d9d9d9;
}

.psr-page {
  line-height: 1.65;
}

.psr-section {
  padding: clamp(72px, 8vw, 110px) min(6vw, 90px);
}
.psr-section:nth-of-type(odd) {
  background-color: #ffffff;
}
.psr-section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.psr-section.psr-hero {
  background-color: #253031;
  color: #ffffff;
}
.psr-section h1, .psr-section h2, .psr-section h3 {
  margin: 0 0 1rem;
}

.psr-constrain {
  max-width: 1200px;
  margin: 0 auto;
}

.psr-overline {
  margin-bottom: 0.5rem;
}

p {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
  color: #666666;
}

ul, ol {
  margin-top: 0 !important;
  margin-bottom: 1rem;
}

ol {
  list-style-type: decimal !important;
  padding-left: 1.5rem !important;
  margin-top: 1rem !important;
}

.psr-list-intro {
  font-size: 1.1rem;
  font-weight: 600;
  color: #253031;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  line-height: 1.4;
}

.psr-surgery-list {
  margin-top: 0;
  margin-bottom: 2rem;
  padding-left: 1.5rem;
  color: #666666;
  list-style-type: disc;
}
.psr-surgery-list li {
  margin-bottom: 0.4rem;
  line-height: 1.6;
}
.psr-surgery-list li:last-child {
  margin-bottom: 0;
}

.psr-reassurance {
  margin-top: 2rem;
  font-style: italic;
  color: #333333;
  line-height: 1.7;
}

.psr-hero .psr-constrain {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}
.psr-hero h1, .psr-hero p {
  color: #ffffff;
}
.psr-hero h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 1rem;
}
.psr-hero p {
  font-size: 1.1rem;
}

.psr-hero-media {
  min-height: 320px;
  border-radius: 16px;
  background: linear-gradient(140deg, rgba(37, 48, 49, 0.8), rgba(37, 48, 49, 0.1)), url("https://www.eastsideidealhealth.com/wp-content/uploads/2025/03/smiling-diverse-female-physiotherapist-treating-ar-2023-11-27-04-50-39-utc.jpg");
  background-size: cover;
  background-position: center;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}

.psr-btn-group {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 1.5rem;
}

.psr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease;
  padding: 0.85rem 1.8rem;
}
.psr-btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.psr-btn.primary:hover, .psr-btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.psr-btn.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.psr-btn.secondary:hover, .psr-btn.secondary:focus {
  border-color: #ffffff;
  color: #f0af0a;
}

.psr-list-grid {
  display: grid;
  gap: 32px;
  margin-top: 2rem !important;
}
@media (min-width: 768px) {
  .psr-list-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .psr-list-grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.psr-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 28px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #d9d9d9;
}

.psr-step-grid {
  display: grid;
  gap: 24px;
  margin-top: 2rem;
  counter-reset: psr-step;
}
@media (min-width: 900px) {
  .psr-step-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.psr-step {
  counter-reset: psr-step;
  position: relative;
}
.psr-step::before {
  counter-increment: psr-step;
  content: counter(psr-step);
  position: absolute;
  top: -18px;
  left: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #2978a0;
  color: #ffffff;
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 24px rgba(41, 120, 160, 0.4);
}
.psr-step {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
  min-height: 260px;
  position: relative;
}

.psr-faq {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
}

.psr-faq-item {
  border-bottom: 1px solid #d9d9d9;
}

.psr-faq-button {
  width: 100%;
  padding: 20px 0;
  text-align: left;
  font-weight: 600;
  font-size: 1.1rem;
  color: #253031;
  background: none;
  border: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.psr-faq-toggle {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #2978a0;
  margin-left: 12px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}
.psr-faq-item.is-open .psr-faq-toggle {
  transform: rotate(45deg);
}

.psr-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
  padding-right: 40px;
  color: #666666;
}
.psr-faq-item.is-open .psr-faq-answer {
  max-height: 400px;
  padding-bottom: 20px;
}

.psr-timeline-band {
  background-color: #f4f4f4;
}

.psr-timeline-widget {
  margin-top: 2.5rem;
  background-color: #ffffff;
  border-radius: 24px;
  padding: clamp(28px, 4vw, 48px);
  box-shadow: 0 30px 65px rgba(37, 48, 49, 0.12);
}

.psr-surgery-selector {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 24px;
}

.psr-surgery-btn {
  padding: 0.65rem 1.25rem;
  border-radius: 999px;
  border: 1px solid #d9d9d9;
  background-color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  color: #253031;
  transition: all 0.2s ease;
}
.psr-surgery-btn[aria-pressed=true] {
  background-color: #2978a0;
  color: #ffffff;
  border-color: #2978a0;
  box-shadow: 0 10px 25px rgba(41, 120, 160, 0.3);
}

.psr-slider-wrapper {
  margin-bottom: 24px;
  position: relative;
}
.psr-slider-wrapper label {
  font-weight: 600;
  color: #333333;
  display: block;
  margin-bottom: 0.5rem;
}

.psr-slider-instruction {
  font-size: 0.85rem;
  color: #666666;
  margin-bottom: 0.75rem;
  font-style: italic;
}

.psr-slider-container {
  position: relative;
  padding: 24px 10px;
  margin: 0 -10px;
}

.psr-slider-wrapper input[type=range] {
  width: 100%;
  height: 8px;
  accent-color: #2978a0;
  cursor: pointer;
  position: relative;
  z-index: 2;
  transition: accent-color 0.2s ease;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  display: block;
}
.psr-slider-wrapper input[type=range]:hover {
  accent-color: #f0af0a;
}
.psr-slider-wrapper input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
}
.psr-slider-wrapper input[type=range]::-webkit-slider-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2978a0;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(41, 120, 160, 0.4), 0 0 0 0 rgba(41, 120, 160, 0.2);
  cursor: pointer;
  transition: all 0.2s ease;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -8px;
  position: relative;
}
.psr-slider-wrapper input[type=range]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(41, 120, 160, 0.5), 0 0 0 4px rgba(41, 120, 160, 0.15);
  background-color: #f0af0a;
}
.psr-slider-wrapper input[type=range]::-moz-range-thumb {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #2978a0;
  border: 3px solid #ffffff;
  box-shadow: 0 2px 8px rgba(41, 120, 160, 0.4);
  cursor: pointer;
  transition: all 0.2s ease;
  -moz-appearance: none;
  appearance: none;
}
.psr-slider-wrapper input[type=range]::-moz-range-thumb:hover {
  transform: scale(1.2);
  box-shadow: 0 4px 12px rgba(41, 120, 160, 0.5), 0 0 0 4px rgba(41, 120, 160, 0.15);
  background-color: #f0af0a;
}
.psr-slider-wrapper input[type=range]::-moz-range-track {
  height: 8px;
  background: transparent;
}

.psr-slider-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  position: relative;
}

.psr-slider-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #d9d9d9;
  background-color: #ffffff;
  color: #2978a0;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  flex-shrink: 0;
}
.psr-slider-arrow:hover:not(:disabled) {
  background-color: #2978a0;
  color: #ffffff;
  border-color: #2978a0;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(41, 120, 160, 0.3);
}
.psr-slider-arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.psr-slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  color: #666666;
  margin-top: 8px;
  gap: 8px;
  flex-wrap: wrap;
}

.psr-slider-label-btn {
  background: none;
  border: none;
  color: #666666;
  font-size: 0.9rem;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 4px;
  transition: all 0.2s ease;
  text-align: center;
  flex: 1;
  min-width: 0;
}
.psr-slider-label-btn:hover {
  color: #2978a0;
  background-color: rgba(41, 120, 160, 0.1);
  font-weight: 600;
}
.psr-slider-label-btn.active {
  color: #2978a0;
  font-weight: 600;
  background-color: rgba(41, 120, 160, 0.15);
  box-shadow: 0 0 0 2px rgba(41, 120, 160, 0.2);
  animation: psr-pulse 2s ease-in-out infinite;
}

@keyframes psr-pulse {
  0%, 100% {
    box-shadow: 0 0 0 2px rgba(41, 120, 160, 0.2);
  }
  50% {
    box-shadow: 0 0 0 4px rgba(41, 120, 160, 0.1);
  }
}
.psr-phase-card {
  border: 1px solid #d9d9d9;
  border-radius: 18px;
  padding: 28px;
  background-color: #ffffff;
  transition: opacity 0.25s ease;
}
.psr-phase-card h3 {
  margin-bottom: 0.35rem;
}
.psr-phase-card p {
  color: #333333;
}

.psr-phase-columns {
  display: grid;
  gap: 24px;
  margin: 1.5rem 0;
}
@media (min-width: 768px) {
  .psr-phase-columns {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.psr-phase-section h4 {
  font-family: "Oswald", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
  color: #2978a0;
}
.psr-phase-section ul {
  padding-left: 18px;
  margin: 0;
  color: #666666;
}
.psr-phase-section li {
  margin-bottom: 0.4rem;
}

.psr-phase-reassurance {
  margin-top: 1rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 1rem;
  color: #666666;
}

.psr-phase-cta {
  margin-top: 1.25rem;
  padding-top: 1.25rem;
  border-top: 1px solid #d9d9d9;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}
.psr-phase-cta button {
  background-color: #f0af0a;
  color: #253031;
  border: none;
  border-radius: 999px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.psr-disclaimer {
  font-size: 0.85rem;
  color: #666666;
  margin-top: 2rem !important;
}

.psr-holistic-list ul {
  list-style: disc;
  padding-left: 1.25rem;
  color: #666666;
  margin-bottom: 0.75rem;
}

.psr-cta-band {
  background-color: #253031;
  color: #ffffff;
  text-align: center;
  border-radius: 18px;
  padding: clamp(48px, 6vw, 72px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.2);
}
.psr-cta-band h2 {
  color: #ffffff;
}
.psr-cta-band p {
  color: rgba(255, 255, 255, 0.85);
}
.psr-cta-band h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.psr-reassurance-callout {
  margin-top: 2rem !important;
  margin-bottom: 0 !important;
  padding: 1.75rem 2rem;
  background-color: rgba(41, 120, 160, 0.08);
  border-left: 4px solid #2978a0;
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.psr-reassurance-callout p {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #253031;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 600px) {
  .psr-phase-columns {
    grid-template-columns: 1fr;
  }
  .psr-section {
    padding: 64px 24px;
  }
  .psr-phase-cta {
    flex-direction: column;
    align-items: flex-start;
  }
}

/*# sourceMappingURL=post-surgery-rehab.css.map */
