:root {
  --otsps-ink: #18313b;
  --otsps-muted: #5f6f75;
  --otsps-primary: #1f6f78;
  --otsps-primary-dark: #15525a;
  --otsps-sage: #dcebe4;
  --otsps-mint: #eef7f3;
  --otsps-coral: #c86f5a;
  --otsps-cream: #fbfaf6;
  --otsps-line: #dbe6e4;
  --otsps-shadow: 0 22px 70px rgba(24, 49, 59, 0.12);
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: var(--otsps-ink);
  background: var(--otsps-cream);
  font-family: "Inter", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.65;
  overflow-x: hidden;
}

a {
  color: var(--otsps-primary);
}

a:hover {
  color: var(--otsps-primary-dark);
}

.skip-link {
  background: var(--otsps-primary);
  color: #fff;
  left: 1rem;
  padding: 0.65rem 1rem;
  position: fixed;
  top: -4rem;
  z-index: 2000;
}

.skip-link:focus {
  top: 1rem;
}

:focus-visible {
  outline: 3px solid rgba(200, 111, 90, 0.75);
  outline-offset: 3px;
}

.navbar {
  min-height: 86px;
}

.navbar .container {
  gap: 1rem;
}

.brand-lockup {
  align-items: center;
  display: inline-flex;
  gap: 0.8rem;
  min-width: 218px;
}

.brand-mark {
  align-items: center;
  background: var(--otsps-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  height: 48px;
  justify-content: center;
  width: 48px;
}

.brand-lockup strong,
.footer-brand {
  color: var(--otsps-ink);
  display: block;
  font-size: 1.1rem;
  letter-spacing: 0;
  line-height: 1;
  text-decoration: none;
}

.brand-lockup small {
  color: var(--otsps-muted);
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  white-space: normal;
}

.navbar-nav {
  gap: 0.1rem;
}

.nav-link {
  color: var(--otsps-ink);
  font-size: 0.92rem;
  font-weight: 650;
}

.nav-link:hover,
.nav-link:focus {
  color: var(--otsps-primary);
}

.btn {
  border-radius: 999px;
  font-weight: 750;
  padding: 0.74rem 1.25rem;
}

.btn-primary {
  --bs-btn-bg: var(--otsps-primary);
  --bs-btn-border-color: var(--otsps-primary);
  --bs-btn-hover-bg: var(--otsps-primary-dark);
  --bs-btn-hover-border-color: var(--otsps-primary-dark);
}

.btn-outline-primary {
  --bs-btn-color: var(--otsps-primary);
  --bs-btn-border-color: rgba(31, 111, 120, 0.45);
  --bs-btn-hover-bg: var(--otsps-primary);
  --bs-btn-hover-border-color: var(--otsps-primary);
}

.page-shell {
  padding-top: 86px;
}

.hero-section {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.96) 0%, rgba(251, 250, 246, 0.88) 50%, rgba(220, 235, 228, 0.55) 100%),
    radial-gradient(circle at 90% 20%, rgba(200, 111, 90, 0.12), transparent 30%);
  padding: 6rem 0 5rem;
}

.hero-section h1,
.page-hero h1 {
  color: var(--otsps-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.6rem, 6vw, 5.5rem);
  line-height: 0.98;
  margin: 1rem 0 1.35rem;
  max-width: 760px;
}

.lead {
  color: var(--otsps-muted);
  font-size: 1.22rem;
  max-width: 660px;
}

.eyebrow {
  color: var(--otsps-coral);
  display: inline-flex;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 2rem;
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
}

.trust-row span {
  align-items: center;
  color: var(--otsps-muted);
  display: inline-flex;
  gap: 0.45rem;
  font-weight: 700;
}

.hero-media {
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
  min-height: 560px;
  overflow: hidden;
  position: relative;
}

.hero-media img,
.rounded-media {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.hero-note {
  background: rgba(255, 255, 255, 0.94);
  border-left: 5px solid var(--otsps-coral);
  border-radius: 8px;
  bottom: 1.5rem;
  box-shadow: 0 18px 50px rgba(24, 49, 59, 0.16);
  left: 1.5rem;
  max-width: 330px;
  padding: 1rem 1.1rem;
  position: absolute;
}

.hero-note span {
  color: var(--otsps-muted);
  display: block;
  line-height: 1.45;
  margin-top: 0.25rem;
}

.section-pad {
  padding: 5.5rem 0;
}

.soft-band {
  background: var(--otsps-mint);
}

.split-band {
  background: var(--otsps-primary);
  color: #fff;
}

.split-band .section-header p,
.split-band .eyebrow,
.split-band p {
  color: rgba(255, 255, 255, 0.82);
}

.section-header {
  margin-bottom: 2.6rem;
  max-width: 780px;
}

.section-header h2,
.insurance-strip h2,
.service-area-band h2,
.final-cta h2,
.narrow-copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: 0.75rem 0 1rem;
}

.section-header p,
.narrow-copy p,
.insurance-strip p,
.service-area-band p {
  color: var(--otsps-muted);
  font-size: 1.08rem;
  max-width: 720px;
}

.activity-grid,
.who-grid,
.cred-grid,
.condition-list,
.area-list,
.payer-logo-grid,
.steps-row {
  display: grid;
  gap: 1rem;
}

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

.activity-grid div,
.cred-grid div,
.who-grid article,
.area-list span,
.payer-logo-grid span {
  align-items: center;
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  display: flex;
  gap: 0.7rem;
  min-height: 76px;
  padding: 1rem;
}

.activity-grid i,
.cred-grid i,
.who-grid i {
  color: var(--otsps-primary);
  font-size: 1.25rem;
}

.benefit-card,
.service-card,
.testimonial-card,
.therapist-card,
.side-panel {
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(24, 49, 59, 0.07);
  padding: 1.35rem;
}

.benefit-card i,
.icon-pill {
  align-items: center;
  background: var(--otsps-sage);
  border-radius: 50%;
  color: var(--otsps-primary-dark);
  display: inline-flex;
  font-size: 1.45rem;
  height: 54px;
  justify-content: center;
  width: 54px;
}

.benefit-card h3,
.service-card h3,
.condition-list h3,
.condition-list h2,
.testimonial-card strong,
.therapist-card h3 {
  color: var(--otsps-ink);
  font-size: 1.15rem;
  font-weight: 800;
  line-height: 1.25;
  margin: 1rem 0 0.55rem;
}

.benefit-card p,
.service-card p,
.condition-list p,
.testimonial-card span,
.therapist-card p {
  color: var(--otsps-muted);
  margin-bottom: 0;
}

.service-card {
  display: flex;
  flex-direction: column;
  min-height: 300px;
}

.image-service-card {
  overflow: hidden;
  padding: 0;
}

.service-card-media {
  aspect-ratio: 1.18;
  background: var(--otsps-cream);
  overflow: hidden;
}

.service-card-media img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform 220ms ease;
  width: 100%;
}

.service-card-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 1.25rem;
}

.image-service-card .icon-pill {
  border: 5px solid #fff;
  box-shadow: 0 10px 28px rgba(24, 49, 59, 0.12);
  margin-top: -2.35rem;
  position: relative;
}

.image-service-card:hover .service-card-media img {
  transform: scale(1.035);
}

.service-card a {
  font-weight: 800;
  margin-top: auto;
  padding-top: 1rem;
  text-decoration: none;
}

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

.condition-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.condition-list article {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 8px;
  padding: 1.25rem;
}

.steps-row {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps-row article {
  background: #fff;
  border-radius: 8px;
  min-height: 170px;
  padding: 1.25rem;
}

.steps-row span {
  align-items: center;
  background: var(--otsps-coral);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.steps-row h3 {
  font-size: 1.15rem;
  margin-top: 1.2rem;
}

.insurance-strip {
  background: #fff;
}

.payer-logo-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.payer-logo-grid.large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.payer-logo-grid span {
  color: #819094;
  justify-content: center;
  min-height: 100px;
  text-transform: uppercase;
}

.insurance-logo-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.insurance-logo-tile {
  align-items: center;
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: 0 16px 42px rgba(24, 49, 59, 0.06);
  display: flex;
  gap: 0.85rem;
  min-height: 98px;
  padding: 1rem;
}

.insurance-logo-tile img {
  display: block;
  flex: 1 1 auto;
  height: 48px;
  max-width: 170px;
  object-fit: contain;
  width: 100%;
}

.insurance-logo-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--otsps-primary), var(--otsps-primary-dark));
  border-radius: 8px;
  color: #fff;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.9rem;
  font-weight: 900;
  height: 46px;
  justify-content: center;
  letter-spacing: 0;
  width: 46px;
}

.insurance-logo-tile strong {
  color: var(--otsps-ink);
  font-size: 1rem;
  font-weight: 850;
  line-height: 1.15;
}

.insurance-logo-tile:has(img) strong {
  border-left: 1px solid var(--otsps-line);
  padding-left: 0.85rem;
}

.insurance-note {
  align-items: center;
  background: var(--otsps-mint);
  border: 1px solid rgba(31, 111, 120, 0.14);
  border-radius: 8px;
  display: flex;
  gap: 0.9rem;
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
}

.insurance-note i {
  color: var(--otsps-primary-dark);
  font-size: 1.35rem;
}

.insurance-note p {
  color: var(--otsps-muted);
  margin: 0;
}

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

.testimonial-card p {
  color: var(--otsps-ink);
  font-size: 1.05rem;
}

.testimonial-card span,
.therapist-card strong {
  display: block;
}

.therapist-card {
  overflow: hidden;
  padding: 0;
}

.therapist-card img {
  aspect-ratio: 4 / 3;
  display: block;
  object-fit: cover;
  width: 100%;
}

.therapist-card div {
  padding: 1.35rem;
}

.service-area-band,
.page-hero {
  background:
    linear-gradient(90deg, rgba(238, 247, 243, 0.98), rgba(255, 255, 255, 0.92)),
    url("https://images.unsplash.com/photo-1604881991720-f91add269bed?auto=format&fit=crop&w=1600&q=80") center/cover;
}

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

.area-list span {
  display: block;
  font-weight: 800;
}

.area-list small {
  color: var(--otsps-muted);
  display: block;
  font-weight: 600;
  margin-top: 0.25rem;
}

.faq-accordion .accordion-item {
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.faq-accordion .accordion-button {
  color: var(--otsps-ink);
  font-weight: 800;
  padding: 1.15rem 1.25rem;
}

.faq-accordion .accordion-button:not(.collapsed) {
  background: var(--otsps-sage);
  box-shadow: none;
}

.final-cta {
  background: #fff;
  padding: 5rem 0;
}

.site-footer {
  background: var(--otsps-ink);
  color: rgba(255, 255, 255, 0.78);
  padding: 4rem 0 2rem;
}

.site-footer h2 {
  color: #fff;
  font-size: 0.9rem;
  font-weight: 850;
  text-transform: uppercase;
}

.site-footer a {
  color: rgba(255, 255, 255, 0.82);
  display: block;
  margin: 0.35rem 0;
  text-decoration: none;
}

.footer-brand {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 850;
  margin-bottom: 0.35rem;
}

.footer-muted {
  max-width: 360px;
}

.social-row {
  display: flex;
  gap: 0.65rem;
}

.social-row span {
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
  margin-top: 3rem;
  padding-top: 1.5rem;
}

.page-hero.compact {
  padding: 5rem 0;
}

.page-hero.compact h1 {
  font-size: clamp(2.4rem, 5vw, 4.7rem);
}

.page-hero.compact p {
  color: var(--otsps-muted);
  font-size: 1.2rem;
  max-width: 760px;
}

.narrow-copy {
  max-width: 850px;
}

.rounded-media {
  aspect-ratio: 5 / 4;
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
}

.form-container {
  max-width: 920px;
}

.contact-direct-card {
  background: var(--otsps-mint);
  border: 1px solid rgba(31, 111, 120, 0.14);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: space-between;
  margin-bottom: 1rem;
  padding: 1rem;
}

.contact-direct-card a {
  align-items: center;
  color: var(--otsps-primary-dark);
  display: inline-flex;
  font-weight: 850;
  gap: 0.5rem;
  text-decoration: none;
}

.otsps-form {
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
  padding: clamp(1.25rem, 4vw, 2.5rem);
}

.form-control,
.form-select {
  border-color: #cbd9d6;
  border-radius: 8px;
  min-height: 52px;
}

textarea.form-control {
  min-height: 150px;
}

.form-label {
  color: var(--otsps-ink);
  font-weight: 750;
}

.side-panel {
  position: sticky;
  top: 110px;
}

.side-panel h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.side-panel a {
  border-top: 1px solid var(--otsps-line);
  display: block;
  font-weight: 750;
  padding: 0.9rem 0;
  text-decoration: none;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    border-top: 1px solid var(--otsps-line);
    margin-top: 1rem;
    padding: 1rem 0;
  }
}

@media (max-width: 991px) {
  .hero-section,
  .section-pad {
    padding: 4rem 0;
  }

  .hero-media {
    min-height: 440px;
  }

  .activity-grid,
  .who-grid,
  .condition-list,
  .steps-row,
  .cred-grid,
  .area-list,
  .payer-logo-grid.large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .hero-section .row,
  .section-pad .row,
  .page-hero .row {
    margin-left: 0;
    margin-right: 0;
  }

  .brand-lockup {
    min-width: auto;
  }

  .brand-lockup small {
    max-width: 145px;
  }

  .hero-section,
  .page-hero.compact {
    padding: 3.25rem 0;
  }

  .hero-media {
    min-height: 360px;
  }

  .hero-note {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .hero-actions .btn,
  .final-cta .btn {
    width: 100%;
  }

  .activity-grid,
  .who-grid,
  .condition-list,
  .steps-row,
  .cred-grid,
  .area-list,
  .payer-logo-grid,
  .payer-logo-grid.large {
    grid-template-columns: 1fr;
  }
}

.home-hero {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.9) 48%, rgba(220, 235, 228, 0.55) 100%),
    url("https://images.unsplash.com/photo-1604881991720-f91add269bed?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.home-hero h1 {
  max-width: 820px;
}

.elevated-media {
  border: 10px solid #fff;
}

.premium-note {
  border-left-color: var(--otsps-primary);
}

.hero-stat-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 2rem;
  max-width: 640px;
}

.hero-stat-row span {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  color: var(--otsps-muted);
  display: block;
  line-height: 1.25;
  min-height: 84px;
  padding: 1rem;
}

.hero-stat-row strong {
  color: var(--otsps-ink);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.trust-strip {
  background: #fff;
  padding: 1.25rem 0;
}

.trust-card {
  background: var(--otsps-cream);
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  min-height: 190px;
  padding: 1.25rem;
}

.trust-card i {
  color: var(--otsps-primary);
  font-size: 1.6rem;
}

.trust-card h2 {
  font-size: 1.05rem;
  font-weight: 850;
  margin: 0.9rem 0 0.4rem;
}

.trust-card p {
  color: var(--otsps-muted);
  margin: 0;
}

.about-band {
  background: #fff;
}

.compact-activities div {
  min-height: 64px;
}

.journey-band {
  background: var(--otsps-mint);
}

.journey-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.journey-grid article {
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(24, 49, 59, 0.07);
  min-height: 260px;
  padding: 1.35rem;
}

.journey-grid span {
  color: var(--otsps-coral);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 1.25rem;
}

.journey-grid h3,
.appointment-panel h3 {
  font-size: 1.2rem;
  font-weight: 850;
  line-height: 1.25;
}

.journey-grid p,
.appointment-panel p,
.cta-copy {
  color: var(--otsps-muted);
}

.services-showcase {
  background: #fff;
}

.conversion-band {
  background: var(--otsps-primary);
  color: #fff;
}

.conversion-band .eyebrow,
.conversion-band p {
  color: rgba(255, 255, 255, 0.82);
}

.conversion-band h2,
.locations-overview h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.7rem);
  line-height: 1.05;
}

.appointment-panel {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
  color: var(--otsps-ink);
  padding: clamp(1.35rem, 4vw, 2rem);
}

.appointment-fields {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.35rem 0;
}

.appointment-fields span {
  background: var(--otsps-mint);
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  color: var(--otsps-muted);
  font-weight: 750;
  min-height: 56px;
  padding: 0.95rem 1rem;
}

.who-band .who-grid article {
  color: var(--otsps-ink);
}

.refined-who-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.locations-overview {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98), rgba(238, 247, 243, 0.92)),
    url("https://images.unsplash.com/photo-1573164713988-8665fc963095?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.location-cards span {
  align-items: flex-start;
  flex-direction: column;
  gap: 0.25rem;
  min-height: 112px;
}

.location-cards i {
  color: var(--otsps-coral);
  font-size: 1.2rem;
}

.locations-hero {
  background:
    linear-gradient(90deg, rgba(238, 247, 243, 0.98), rgba(255, 255, 255, 0.9)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.cta-copy {
  font-size: 1.1rem;
  max-width: 720px;
}

@media (max-width: 991px) {
  .hero-stat-row,
  .journey-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .hero-stat-row,
  .journey-grid,
  .appointment-fields,
  .refined-who-grid {
    grid-template-columns: 1fr;
  }

  .trust-card,
  .journey-grid article {
    min-height: auto;
  }
}

.simple-hero {
  background:
    linear-gradient(115deg, rgba(251, 250, 246, 0.98) 0%, rgba(251, 250, 246, 0.94) 47%, rgba(238, 247, 243, 0.72) 100%),
    url("https://images.unsplash.com/photo-1604881991720-f91add269bed?auto=format&fit=crop&w=1800&q=80") center/cover;
  min-height: auto;
  padding: 5.75rem 0 4.75rem;
  position: relative;
}

.simple-hero h1 {
  font-size: clamp(2.85rem, 6vw, 5.35rem);
  max-width: 760px;
}

.simple-hero .lead {
  max-width: 560px;
}

.simple-media {
  border: 12px solid #fff;
  min-height: 500px;
  overflow: visible;
}

.simple-media img {
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.mini-proof span {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(31, 111, 120, 0.16);
  border-radius: 999px;
  color: var(--otsps-primary-dark);
  font-size: 0.92rem;
  font-weight: 800;
  padding: 0.55rem 0.85rem;
}

.floating-care-card {
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  bottom: -1.6rem;
  box-shadow: 0 20px 55px rgba(24, 49, 59, 0.16);
  display: grid;
  gap: 0.25rem;
  left: -1.3rem;
  max-width: 310px;
  padding: 1.15rem;
  position: absolute;
}

.floating-care-card i {
  align-items: center;
  background: var(--otsps-sage);
  border-radius: 50%;
  color: var(--otsps-primary-dark);
  display: inline-flex;
  font-size: 1.25rem;
  height: 44px;
  justify-content: center;
  margin-bottom: 0.35rem;
  width: 44px;
}

.floating-care-card strong {
  color: var(--otsps-ink);
  font-weight: 850;
}

.floating-care-card span {
  color: var(--otsps-muted);
  line-height: 1.45;
}

.simple-strip {
  background: linear-gradient(180deg, #fff 0%, var(--otsps-cream) 100%);
  padding: 2rem 0;
}

.simple-card {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(24, 49, 59, 0.06);
  padding: 1.4rem;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.simple-card:hover {
  box-shadow: 0 22px 58px rgba(24, 49, 59, 0.11);
  transform: translateY(-3px);
}

.simple-card i {
  color: var(--otsps-primary);
  font-size: 1.55rem;
}

.simple-card h2 {
  font-size: 1.1rem;
  font-weight: 850;
  margin: 0.85rem 0 0.35rem;
}

.simple-card p,
.simple-about p,
.simple-feature p {
  color: var(--otsps-muted);
  margin-bottom: 0;
}

.about-mini-panel {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
  padding: clamp(1.35rem, 4vw, 2rem);
}

.about-mini-panel h3 {
  color: var(--otsps-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.6rem, 3vw, 2.35rem);
  line-height: 1.08;
  margin: 0.7rem 0 0.85rem;
}

.about-mini-panel p {
  color: var(--otsps-muted);
  margin-bottom: 0;
}

.simple-about,
.simple-services {
  background: #fff;
}

.simple-about {
  background:
    linear-gradient(90deg, #fff 0%, #fff 52%, rgba(238, 247, 243, 0.55) 100%);
}

.simple-about h2,
.simple-services h2,
.simple-process h2,
.simple-feature h2,
.simple-final h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4vw, 3.6rem);
  line-height: 1.05;
  margin: 0.75rem 0 1rem;
}

.simple-list {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.simple-list span {
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(24, 49, 59, 0.05);
  color: var(--otsps-ink);
  font-weight: 750;
  padding: 1rem;
}

.therapy-list {
  display: grid;
  gap: 0.85rem;
  list-style: none;
  margin: 1.5rem 0 0;
  padding: 0;
}

.therapy-list li {
  align-items: flex-start;
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  color: var(--otsps-ink);
  display: flex;
  gap: 0.7rem;
  padding: 0.9rem 1rem;
}

.therapy-list li::before {
  color: var(--otsps-primary);
  content: "✓";
  font-weight: 900;
}

.simple-heading-row {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.services-heading-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: flex-end;
}

.service-carousel-controls {
  display: flex;
  gap: 0.45rem;
}

.service-carousel-btn {
  align-items: center;
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 50%;
  color: var(--otsps-primary-dark);
  display: inline-flex;
  height: 44px;
  justify-content: center;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
  width: 44px;
}

.service-carousel-btn:hover {
  background: var(--otsps-primary);
  border-color: var(--otsps-primary);
  color: #fff;
  transform: translateY(-1px);
}

.service-carousel-btn:disabled {
  background: #fff;
  border-color: var(--otsps-line);
  color: rgba(90, 111, 114, 0.45);
  cursor: not-allowed;
  transform: none;
}

.home-service-carousel {
  --service-gap: 1.5rem;
  --service-visible: 3;
}

.home-service-window {
  overflow: hidden;
}

.home-service-track {
  display: flex;
  gap: var(--service-gap);
  transition: transform 280ms ease;
  will-change: transform;
}

.home-service-slide {
  flex: 0 0 calc((100% - (var(--service-gap) * (var(--service-visible) - 1))) / var(--service-visible));
  min-width: 0;
}

.service-carousel-pagination {
  align-items: center;
  display: flex;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.25rem;
}

.service-carousel-dots {
  display: flex;
  gap: 0.45rem;
}

.service-carousel-dot {
  background: rgba(31, 111, 120, 0.22);
  border: 0;
  border-radius: 50%;
  height: 10px;
  padding: 0;
  width: 10px;
}

.service-carousel-dot.is-active {
  background: var(--otsps-primary);
  transform: scale(1.18);
}

.service-carousel-pagination span {
  color: var(--otsps-muted);
  font-size: 0.92rem;
  font-weight: 750;
}

.simple-process {
  background:
    linear-gradient(180deg, var(--otsps-mint) 0%, rgba(238, 247, 243, 0.56) 100%);
}

.simple-steps {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 2rem;
}

.simple-steps article {
  background: #fff;
  border: 1px solid var(--otsps-line);
  border-radius: 8px;
  box-shadow: 0 16px 45px rgba(24, 49, 59, 0.06);
  min-height: 140px;
  padding: 1.2rem;
}

.simple-steps span {
  color: var(--otsps-coral);
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 2rem;
  font-weight: 850;
  line-height: 1;
  margin-bottom: 1rem;
}

.simple-steps h3 {
  font-size: 1.1rem;
  font-weight: 850;
}

.simple-info-band {
  background:
    linear-gradient(90deg, rgba(251, 250, 246, 0.98), rgba(255, 255, 255, 0.94)),
    url("https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&w=1800&q=80") center/cover;
}

.simple-feature {
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(219, 230, 228, 0.9);
  border-radius: 8px;
  box-shadow: var(--otsps-shadow);
  padding: clamp(1.5rem, 4vw, 2.4rem);
}

.simple-final {
  background:
    linear-gradient(135deg, rgba(31, 111, 120, 0.98), rgba(21, 82, 90, 0.98)),
    url("https://images.unsplash.com/photo-1584515933487-779824d29309?auto=format&fit=crop&w=1800&q=80") center/cover;
  color: #fff;
}

.simple-final .eyebrow,
.simple-final .cta-copy {
  color: rgba(255, 255, 255, 0.82);
}

.simple-final .btn-primary {
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-color: var(--otsps-primary-dark);
  --bs-btn-hover-bg: var(--otsps-mint);
  --bs-btn-hover-border-color: var(--otsps-mint);
}

@media (max-width: 991px) {
  .insurance-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-service-carousel {
    --service-visible: 2;
  }

  .simple-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .simple-heading-row {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .insurance-logo-grid {
    grid-template-columns: 1fr;
  }

  .insurance-note {
    align-items: flex-start;
  }

  .home-service-carousel {
    --service-visible: 1;
  }

  .services-heading-actions {
    justify-content: space-between;
    width: 100%;
  }

  .simple-media {
    min-height: 320px;
    overflow: hidden;
  }

  .floating-care-card {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .simple-list,
  .simple-steps {
    grid-template-columns: 1fr;
  }
}
