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

.eds-section h1, .eds-section h2, .eds-section h3, .eds-section h4, .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;
}

.eds-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;
}

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

.eds-section h1, .eds-section h2, .eds-section h3, .eds-section h4, .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;
}

.eds-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;
}

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

.eds-section h1, .eds-section h2, .eds-section h3, .eds-section h4, .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;
}

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

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

.eds-section {
  padding: 90px min(6vw, 90px);
}
.eds-section:nth-of-type(even) {
  background-color: #f4f4f4;
}
.eds-constrain {
  max-width: 1200px;
  margin: 0 auto;
}

.eds-overline {
  font-size: 0.85rem;
  margin-bottom: 0.75rem;
}

.eds-hero {
  background-color: #253031;
  color: #ffffff;
  background: linear-gradient(120deg, rgba(37, 48, 49, 0.92), rgba(37, 48, 49, 0.65)), url("https://www.eastsideidealhealth.com/wp-content/uploads/2021/09/ben_shoulder_adjustment.jpg");
  background-size: cover;
  background-position: center;
  padding-top: 120px;
  padding-bottom: 120px;
}
.eds-hero .eds-section-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  align-items: center;
}
.eds-hero h1 {
  color: #ffffff;
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  margin-bottom: 0.75rem;
}
.eds-hero p {
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.85);
}
.eds-hero ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
}
.eds-hero li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 0.65rem;
}
.eds-hero li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #f0af0a;
}

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

.eds-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.75rem;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}
.eds-btn.primary {
  background-color: #f0af0a;
  color: #253031;
}
.eds-btn.primary:hover, .eds-btn.primary:focus {
  background-color: #cc950a;
  color: #ffffff;
}
.eds-btn.secondary {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
.eds-btn.secondary:hover, .eds-btn.secondary:focus {
  border-color: #ffffff;
  color: #f0af0a;
}

.eds-grid {
  display: grid;
  gap: 40px;
}
@media (min-width: 768px) {
  .eds-grid.two-col {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .eds-grid.three-col {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.eds-card-grid {
  margin-top: 2.5rem;
}

.eds-testimonial-grid {
  margin-top: 2.5rem;
}

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

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

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

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

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

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

.eds-step {
  counter-reset: step;
  position: relative;
}
.eds-step::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);
}
.eds-step {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.06);
  position: relative;
}

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

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

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

.eds-faq-toggle {
  width: 36px;
  height: 36px;
  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;
}

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

.eds-provider {
  display: grid;
  gap: 32px;
  align-items: center;
}
@media (min-width: 768px) {
  .eds-provider {
    grid-template-columns: 320px 1fr;
  }
}
.eds-provider img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.18);
  object-fit: cover;
}
.eds-provider p {
  margin-bottom: 1rem;
}
.eds-provider .eds-btn-group {
  margin-top: 1.5rem;
}

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

.eds-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);
}
.eds-cta h2 {
  color: #ffffff;
}
.eds-cta p {
  color: rgba(255, 255, 255, 0.85);
}
.eds-cta {
  padding: 64px 32px;
}
.eds-cta h2 {
  font-size: clamp(2rem, 4vw, 2.75rem);
  margin-bottom: 1rem;
}
.eds-cta p {
  margin-bottom: 2rem;
  font-size: 1.15rem;
}

.eds-contact-meta {
  margin-top: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

/*# sourceMappingURL=ehlers-danlos-therapy.css.map */
