/* ==========================================================================
   LUTUS PAIN CLINIC - COMPONENTS (AUTHENTIC MEDICAL THEME)
   Clean, light, professional clinical layout with #2b7bb9 and #176c72
   ========================================================================== */

/* --------------------------------------------------------------------------
   HERO SECTION
   -------------------------------------------------------------------------- */
.hero-section {
  position: relative;
  padding: 5rem 0 6rem 0;
  background: var(--bg-light-green-gradient);
  border-bottom: 1px solid var(--bg-light-green-border);
  color: #244643;
  overflow: hidden;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 3.5rem;
  align-items: center;
}

.hero-badge-row {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}

.hero-section .badge-pill {
  background: #d1fae5;
  border: 1px solid #86efac;
  color: #065f46;
}

.hero-title {
  margin-bottom: 1.35rem;
  color: #0c2d2a;
}

.hero-tagline {
  display: block;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  font-weight: 700;
  margin-top: 0.6rem;
  line-height: 1.35;
  white-space: nowrap;
  background: linear-gradient(90deg, #176c72 0%, #059669 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 640px) {
  .hero-tagline {
    white-space: normal;
    font-size: 1.25rem;
  }
}

.hero-subtitle {
  font-size: 1.15rem;
  color: #244643;
  margin-bottom: 2rem;
  max-width: 580px;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-section .btn-secondary {
  background: #ffffff;
  border: 1.5px solid #10b981;
  color: #0c2d2a;
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.12);
}

.hero-section .btn-secondary:hover {
  background: #ecfdf5;
  border-color: #059669;
  color: #059669;
}

.hero-stats-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid rgba(23, 108, 114, 0.18);
}

.stat-item h3 {
  font-size: 1.85rem;
  font-weight: 800;
  color: #059669;
  margin-bottom: 0.2rem;
}

.stat-item p {
  font-size: 0.82rem;
  color: #1e3a38;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 800;
}

.hero-media-wrapper {
  position: relative;
  padding-bottom: 1rem;
}

.hero-media-card {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(16, 185, 129, 0.25);
  box-shadow: 0 20px 45px rgba(12, 45, 42, 0.12);
  background: #ffffff;
}

.hero-media-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: 480px;
  object-fit: cover;
  object-position: center 25%;
  display: block;
  transition: transform 0.5s ease;
}

.hero-floating-badge {
  position: absolute;
  bottom: 0.5rem;
  right: 0.85rem;
  max-width: 380px;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-md);
  padding: 0.85rem 1.15rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
  box-shadow: 0 14px 35px rgba(12, 45, 42, 0.12);
  z-index: 3;
}

.floating-badge-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #d1fae5;
  border: 1px solid #86efac;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059669;
  flex-shrink: 0;
}

.floating-badge-text h4 {
  font-size: 0.96rem;
  color: #0c2d2a;
  margin-bottom: 0.15rem;
  font-weight: 700;
}

.floating-badge-text p {
  font-size: 0.82rem;
  color: #334155;
  margin: 0;
}

/* --------------------------------------------------------------------------
   INTERACTIVE "WHERE DOES IT HURT?" BODY NAVIGATOR
   -------------------------------------------------------------------------- */
.navigator-container {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  box-shadow: var(--shadow-card);
  position: relative;
}

.navigator-container.theme-muted-teal {
  background: var(--bg-muted-teal-gradient);
  border: 1px solid var(--bg-muted-teal-border);
  box-shadow: 0 10px 30px rgba(23, 108, 114, 0.08);
}

.navigator-container.theme-muted-teal h2,
.navigator-container.theme-muted-teal h3 {
  color: #0b1a2e;
}

.navigator-container.theme-navy {
  background: var(--bg-navy-gradient);
  border: 1px solid rgba(16, 185, 129, 0.25);
  color: #244643;
  box-shadow: 0 20px 45px rgba(12, 45, 42, 0.08);
}

.navigator-container.theme-navy h2,
.navigator-container.theme-navy h3 {
  color: #0c2d2a;
}

.navigator-container.theme-navy p {
  color: #244643;
}

.navigator-layout {
  display: grid;
  grid-template-columns: 1.15fr 1.35fr;
  gap: 2.5rem;
  align-items: stretch;
}

.anatomy-panel {
  background: #f8fafc;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
}

.anatomy-instructions {
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text-heading);
  margin-bottom: 1.35rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.anatomy-zone-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}

.body-zone-btn {
  background: #ffffff;
  border: 2px solid #e2e8f0;
  color: var(--text-heading);
  padding: 1.15rem 1.4rem;
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: all 0.22s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: left;
  min-height: 72px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  display: flex;
  align-items: center;
  gap: 1.15rem;
  position: relative;
  width: 100%;
}

.zone-btn-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  background: var(--brand-blue-light);
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: all 0.22s ease;
}

.zone-btn-icon svg {
  width: 24px;
  height: 24px;
}

.zone-btn-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.zone-btn-title {
  font-size: 1.06rem;
  font-weight: 700;
  color: var(--text-heading);
  line-height: 1.3;
}

.zone-btn-sub {
  font-size: 0.84rem;
  color: #64748b;
  font-weight: 500;
  line-height: 1.3;
}

.zone-btn-arrow {
  width: 20px;
  height: 20px;
  color: #94a3b8;
  margin-left: auto;
  flex-shrink: 0;
  transition: transform 0.22s ease, color 0.22s ease;
}

.body-zone-btn:hover {
  border-color: var(--brand-blue);
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(43, 123, 185, 0.16);
}

.body-zone-btn:hover .zone-btn-arrow {
  color: var(--brand-blue);
  transform: translateX(4px);
}

.body-zone-btn:hover .zone-btn-icon {
  background: var(--brand-blue);
  color: #ffffff;
}

.body-zone-btn.active {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #1a6296 100%);
  border-color: var(--brand-blue);
  color: #ffffff;
  box-shadow: 0 8px 25px rgba(43, 123, 185, 0.38);
}

.body-zone-btn.active .zone-btn-icon {
  background: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}

.body-zone-btn.active .zone-btn-title {
  color: #ffffff;
}

.body-zone-btn.active .zone-btn-sub {
  color: rgba(255, 255, 255, 0.88);
}

.body-zone-btn.active .zone-btn-arrow {
  color: #ffffff;
  transform: translateX(4px);
}

/* Pain Analysis Result Card */
.pain-result-card {
  background: #ffffff;
  border: 2px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.07);
  animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

.pain-result-header {
  margin-bottom: 1.35rem;
}

.pain-result-header .badge-pill {
  margin-bottom: 0.85rem;
  font-size: 0.88rem;
  padding: 0.45rem 1.1rem;
}

.pain-result-title {
  font-size: 1.85rem;
  color: var(--text-heading);
  margin-bottom: 0.75rem;
  font-weight: 800;
  line-height: 1.25;
}

.pain-result-desc {
  font-size: 1.06rem;
  color: #475569;
  line-height: 1.75;
}

.pain-solutions-block {
  margin: 1.8rem 0;
}

.pain-solutions-label {
  font-size: 0.88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-teal);
  margin-bottom: 0.9rem;
  display: block;
}

.treatment-tags-list {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.treatment-tag {
  background: #f0fdfa;
  border: 1.5px solid rgba(23, 108, 114, 0.28);
  padding: 0.75rem 1.35rem;
  border-radius: var(--radius-sm);
  font-size: 0.98rem;
  font-weight: 700;
  color: var(--brand-teal);
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  transition: all 0.2s ease;
}

.treatment-tag:hover {
  background: rgba(23, 108, 114, 0.16);
  transform: translateY(-1px);
}

.treatment-tag svg {
  width: 18px;
  height: 18px;
  color: var(--brand-teal);
  flex-shrink: 0;
}

.pain-result-metrics {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  background: #f8fafc;
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 1.35rem 1.75rem;
  margin-bottom: 1.8rem;
}

.metric-box span {
  display: block;
  font-size: 0.82rem;
  color: var(--text-muted);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
  margin-bottom: 0.35rem;
}

.metric-box strong {
  display: block;
  font-size: 1.35rem;
  color: var(--brand-blue);
  font-weight: 800;
}

.pain-result-actions {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}

.pain-result-actions .btn {
  padding: 1.35rem 2.5rem;
  font-size: 1.15rem;
  font-weight: 800;
  border-radius: var(--radius-md);
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  cursor: pointer;
  text-decoration: none;
  transition: all var(--transition);
}

.pain-result-actions .btn-primary {
  background: linear-gradient(135deg, var(--brand-blue) 0%, #1b6196 100%);
  color: #ffffff;
  border: none;
  box-shadow: 0 10px 28px rgba(43, 123, 185, 0.38);
  flex: 1 1 auto;
}

.pain-result-actions .btn-primary:hover {
  background: linear-gradient(135deg, #246ea7 0%, #15517e 100%);
  box-shadow: 0 14px 34px rgba(43, 123, 185, 0.48);
  transform: translateY(-2px);
}

.pain-result-actions .btn-secondary {
  background: #ffffff;
  color: var(--text-heading);
  border: 2px solid var(--border-light);
}

.pain-result-actions .btn-secondary:hover {
  border-color: var(--brand-blue);
  color: var(--brand-blue);
  background: #f8fafc;
  transform: translateY(-2px);
}

/* --------------------------------------------------------------------------
   TREATMENTS & TECHNOLOGY SHOWCASE
   -------------------------------------------------------------------------- */
.treatments-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.treatment-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: all var(--transition);
  box-shadow: var(--shadow-subtle);
}

.treatment-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 123, 185, 0.4);
  box-shadow: var(--shadow-hover);
}

.treatment-card-image {
  position: relative;
  height: 230px;
  overflow: hidden;
}

.treatment-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.5s ease;
}

.treatment-card:hover .treatment-card-image img {
  transform: scale(1.05);
}

.card-category-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-full);
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--brand-blue);
  text-transform: uppercase;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.card-price-badge {
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  background: var(--brand-teal);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 10px rgba(23, 108, 114, 0.3);
}

.treatment-card-body {
  padding: 1.75rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.treatment-card-title {
  font-size: 1.25rem;
  margin-bottom: 0.75rem;
  color: var(--text-heading);
}

.treatment-card-excerpt {
  font-size: 0.94rem;
  color: #475569;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.treatment-features-list {
  list-style: none;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.treatment-feature-item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.88rem;
  color: #334155;
}

.treatment-feature-item svg {
  width: 15px;
  height: 15px;
  color: var(--brand-teal);
  flex-shrink: 0;
}

.treatment-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.2rem;
  border-top: 1px solid var(--border-light);
}

.learn-more-link {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.learn-more-link:hover {
  color: var(--brand-blue-hover);
  gap: 0.65rem;
}

/* --------------------------------------------------------------------------
   CLINICIAN SPECIALISTS (VISAGH, AKHILA, MARTA)
   -------------------------------------------------------------------------- */
.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

.clinician-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: all var(--transition);
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-subtle);
  height: 100%;
}

.clinician-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-hover);
}

.clinician-img-box {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 4.8;
  background: #f1f5f9;
  overflow: hidden;
}

.clinician-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.5s ease;
}

.clinician-card:hover .clinician-img-box img {
  transform: scale(1.03);
}

.clinician-reg-badges {
  position: absolute;
  bottom: 0.85rem;
  left: 0.85rem;
  right: 0.85rem;
  display: flex;
  gap: 0.45rem;
  flex-wrap: wrap;
  z-index: 2;
}

.reg-pill {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(43, 123, 185, 0.25);
  font-size: 0.73rem;
  font-weight: 700;
  padding: 0.3rem 0.65rem;
  border-radius: var(--radius-full);
  color: var(--brand-blue);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.clinician-info {
  padding: 1.75rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.clinician-name {
  font-size: 1.3rem;
  color: var(--text-heading);
  margin-bottom: 0.25rem;
}

.clinician-role {
  font-size: 0.88rem;
  color: var(--brand-blue);
  font-weight: 700;
  margin-bottom: 1rem;
}

.clinician-bio {
  font-size: 0.92rem;
  line-height: 1.65;
  color: #334155;
  margin-bottom: 1.25rem;
  flex-grow: 1;
}

.clinician-specialties {
  display: flex;
  gap: 0.4rem;
  flex-wrap: wrap;
  padding-top: 1rem;
  border-top: 1px solid var(--border-light);
  margin-top: auto;
}

.spec-chip {
  background: var(--bg-alt);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  padding: 0.25rem 0.55rem;
  font-size: 0.78rem;
  color: #334155;
  font-weight: 600;
}

/* --------------------------------------------------------------------------
   DETAILED CLINICIAN PROFILE CARDS (ABOUT US & TEAM PAGE)
   -------------------------------------------------------------------------- */
.team-profile-list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}

.team-profile-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: grid;
  grid-template-columns: 340px 1fr;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.team-profile-card:hover {
  border-color: rgba(43, 123, 185, 0.4);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.profile-sidebar {
  background: #f8fafc;
  border-right: 1px solid var(--border-light);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.profile-photo-wrapper {
  width: 220px;
  height: 240px;
  border-radius: var(--radius-md);
  overflow: hidden;
  margin-bottom: 1.5rem;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  border: 3px solid #ffffff;
  background: #e2e8f0;
}

.profile-photo-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.profile-sidebar .clinician-name {
  font-size: 1.45rem;
  font-weight: 800;
  color: #0c2d2a;
  margin-bottom: 0.35rem;
}

.profile-sidebar .clinician-role {
  font-size: 0.92rem;
  font-weight: 700;
  color: var(--brand-blue);
  margin-bottom: 1.25rem;
}

.profile-credentials-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  width: 100%;
  margin-bottom: 1.75rem;
}

.cred-badge {
  background: #ffffff;
  border: 1px solid rgba(43, 123, 185, 0.25);
  border-radius: var(--radius-full);
  padding: 0.4rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: #0c2d2a;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
}

.cred-badge svg {
  color: var(--brand-blue);
  flex-shrink: 0;
}

.profile-sidebar .btn {
  width: 100%;
  margin-top: auto;
}

.profile-main-content {
  padding: 2.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.profile-section-block {
  margin-bottom: 1.75rem;
}

.profile-section-block:last-child {
  margin-bottom: 0;
}

.profile-block-title {
  font-size: 1.05rem;
  font-weight: 700;
  color: #0c2d2a;
  margin-bottom: 0.65rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.profile-block-title svg {
  color: var(--brand-blue);
}

.profile-main-content p {
  color: #334155;
  font-size: 0.96rem;
  line-height: 1.75;
  margin-bottom: 1rem;
}

.profile-main-content p:last-child {
  margin-bottom: 0;
}

.conditions-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0.65rem;
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
}

.condition-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.9rem;
  color: #1e293b;
  background: #f8fafc;
  padding: 0.5rem 0.85rem;
  border-radius: var(--radius-sm);
  border: 1px solid var(--border-light);
  font-weight: 500;
}

.condition-item svg {
  color: #059669;
  flex-shrink: 0;
}

.quote-highlight {
  border-left: 3px solid var(--brand-blue);
  background: #f0f7ff;
  padding: 1rem 1.25rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-style: italic;
  color: #1e293b;
  font-size: 0.95rem;
  line-height: 1.6;
  margin-top: 1rem;
}

@media (max-width: 960px) {
  .team-profile-card {
    grid-template-columns: 1fr;
  }
  .profile-sidebar {
    border-right: none;
    border-bottom: 1px solid var(--border-light);
    padding: 2rem 1.5rem;
  }
  .profile-main-content {
    padding: 2rem 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   PRICING & PACKAGE CALCULATOR
   -------------------------------------------------------------------------- */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  align-items: stretch;
}

.pricing-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 2.2rem;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all var(--transition);
  box-shadow: var(--shadow-subtle);
}

.pricing-card:hover {
  transform: translateY(-4px);
  border-color: rgba(43, 123, 185, 0.4);
  box-shadow: var(--shadow-hover);
}

.pricing-card.featured {
  border-color: var(--brand-blue);
  border-width: 2px;
  box-shadow: 0 12px 35px rgba(43, 123, 185, 0.15);
}

.featured-ribbon {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--brand-blue);
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 0.3rem 1.1rem;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  box-shadow: 0 4px 10px rgba(43, 123, 185, 0.3);
}

.pricing-card-header {
  margin-bottom: 1.25rem;
  text-align: center;
}

.pricing-plan-title {
  font-size: 1.3rem;
  color: var(--text-heading);
  margin-bottom: 0.5rem;
}

.pricing-price-wrap {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.25rem;
  margin: 1rem 0 0.5rem 0;
}

.price-currency {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--brand-blue);
}

.price-amount {
  font-size: 3.25rem;
  font-weight: 800;
  color: var(--text-heading);
  line-height: 1;
}

.pricing-plan-desc {
  font-size: 0.9rem;
  color: #334155;
  min-height: 44px;
}

.pricing-savings-badge {
  display: inline-block;
  background: var(--brand-teal-light);
  border: 1px solid rgba(23, 108, 114, 0.3);
  color: var(--brand-teal);
  font-size: 0.8rem;
  font-weight: 700;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  margin-top: 0.5rem;
}

.pricing-card-features {
  list-style: none;
  margin: 1.5rem 0 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  flex-grow: 1;
}

.pricing-feature-item {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 0.92rem;
  color: #334155;
}

.pricing-feature-item svg {
  width: 16px;
  height: 16px;
  color: var(--brand-blue);
  flex-shrink: 0;
  margin-top: 3px;
}

/* Dynamic Package Calculator Widget */
.calculator-box {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-lg);
  padding: 2.5rem;
  margin-top: 3.5rem;
  box-shadow: var(--shadow-card);
}

.calculator-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.calc-controls label {
  display: block;
  font-weight: 700;
  margin-bottom: 0.75rem;
  color: var(--text-heading);
}

.calc-slider-wrapper {
  margin: 1.5rem 0;
}

.calc-range {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #e2e8f0;
  outline: none;
  accent-color: var(--brand-blue);
}

.calc-ticks {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

.calc-result-panel {
  background: var(--bg-alt);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 2rem;
  text-align: center;
}

.calc-result-cost {
  font-size: 3rem;
  font-weight: 800;
  color: var(--brand-blue);
  margin: 0.5rem 0;
}

.calc-savings-alert {
  color: var(--brand-teal);
  font-weight: 700;
  font-size: 0.95rem;
  margin-bottom: 1.2rem;
}

/* --------------------------------------------------------------------------
   CLINICAL PROCESS (PATIENT JOURNEY)
   -------------------------------------------------------------------------- */
.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.8rem;
}

.process-step-card {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  padding: 2rem 1.6rem;
  transition: all var(--transition);
  box-shadow: var(--shadow-subtle);
}

.process-step-card:hover {
  transform: translateY(-4px);
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-hover);
}

.process-step-number {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  background: var(--brand-blue-light);
  border: 1px solid rgba(43, 123, 185, 0.25);
  color: var(--brand-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.process-step-title {
  font-size: 1.15rem;
  color: var(--text-heading);
  margin-bottom: 0.5rem;
}

.process-step-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #334155;
}

/* --------------------------------------------------------------------------
   FAQ ACCORDION
   -------------------------------------------------------------------------- */
.faq-wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.faq-item {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  overflow: hidden;
  transition: border-color var(--transition);
}

.faq-item.active {
  border-color: var(--brand-blue);
  box-shadow: var(--shadow-subtle);
}

.faq-question {
  width: 100%;
  padding: 1.25rem 1.5rem;
  background: none;
  border: none;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.02rem;
  font-weight: 700;
  color: var(--text-heading);
  cursor: pointer;
  gap: 1rem;
}

.faq-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--bg-alt);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--brand-blue);
  transition: transform var(--transition);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  background: var(--brand-blue);
  color: #ffffff;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding 0.35s ease;
  padding: 0 1.5rem;
}

.faq-item.active .faq-answer {
  max-height: 350px;
  padding: 0 1.5rem 1.5rem 1.5rem;
}

.faq-answer p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #334155;
}

/* --------------------------------------------------------------------------
   INTERACTIVE BOOKING & INQUIRY MODAL / FORM
   -------------------------------------------------------------------------- */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 21, 23, 0.65);
  backdrop-filter: blur(4px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  opacity: 0;
  pointer-events: none;
  transition: all var(--transition);
}

.modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.modal-dialog {
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  max-width: 600px;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  padding: 2.5rem;
  position: relative;
  transform: scale(0.96);
  transition: transform 0.3s ease;
}

.modal-overlay.active .modal-dialog {
  transform: scale(1);
}

.modal-close-btn {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: #f1f5f9;
  border: none;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal-close-btn:hover {
  background: #e2e8f0;
  color: var(--text-heading);
}

/* Form Styles */
.form-group {
  margin-bottom: 1.25rem;
}

.form-label {
  display: block;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--text-heading);
  margin-bottom: 0.45rem;
}

.form-control {
  width: 100%;
  padding: 0.8rem 1rem;
  background: #ffffff;
  border: 1px solid var(--border-light);
  border-radius: var(--radius-sm);
  color: var(--text-heading);
  font-size: 0.95rem;
  outline: none;
  transition: all var(--transition);
}

.form-control:focus {
  border-color: var(--brand-blue);
  box-shadow: 0 0 0 3px rgba(43, 123, 185, 0.15);
}

.form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.accessibility-notice {
  background: #fffbeb;
  border: 1px solid #fde68a;
  border-radius: var(--radius-sm);
  padding: 1rem;
  margin-top: 1rem;
  font-size: 0.85rem;
  color: #92400e;
}

/* Responsive Overrides */
@media (max-width: 1024px) {
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-media-card img {
    height: 380px;
  }

  .navigator-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .treatments-grid, .team-grid, .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .calculator-inner {
    grid-template-columns: 1fr;
    gap: 1.8rem;
  }
}

@media (max-width: 680px) {
  .treatments-grid, .team-grid, .pricing-grid, .process-grid {
    grid-template-columns: 1fr;
  }

  .hero-stats-strip {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .anatomy-zone-buttons {
    grid-template-columns: 1fr;
  }

  .pain-result-actions {
    flex-direction: column;
    width: 100%;
  }

  .pain-result-actions .btn {
    width: 100%;
  }

  .form-row-2 {
    grid-template-columns: 1fr;
  }

  .navigator-container, .modal-dialog {
    padding: 1.5rem;
  }
}

/* --------------------------------------------------------------------------
   PARALLAX EFFECTS & FLOATING DEPTH
   -------------------------------------------------------------------------- */
.parallax-wrapper {
  position: relative;
  overflow: hidden;
}

.parallax-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(70px);
  opacity: 0.55;
  z-index: 0;
  will-change: transform;
  transition: transform 0.1s linear;
}

.parallax-orb-hero {
  width: 550px;
  height: 550px;
  top: -100px;
  right: -100px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.16) 0%, rgba(23, 108, 114, 0.1) 55%, transparent 70%);
}

.parallax-orb-treatments {
  width: 600px;
  height: 600px;
  top: 15%;
  left: -200px;
  background: radial-gradient(circle, rgba(23, 108, 114, 0.14) 0%, rgba(16, 185, 129, 0.08) 50%, transparent 70%);
}

.parallax-orb-pathway {
  width: 500px;
  height: 500px;
  bottom: -150px;
  right: -50px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.12) 0%, rgba(23, 108, 114, 0.08) 60%, transparent 70%);
}

[data-parallax] {
  will-change: transform;
  transition: transform 0.08s cubic-bezier(0, 0, 0.2, 1);
}

/* --------------------------------------------------------------------------
   HORIZONTAL SCROLL TREATMENT SECTION (MUTED TEAL BACKGROUND)
   -------------------------------------------------------------------------- */
.treatment-carousel-section {
  position: relative;
  padding: 5.5rem 0;
  background: var(--bg-muted-teal-gradient);
  border-top: 1px solid var(--bg-muted-teal-border);
  border-bottom: 1px solid var(--bg-muted-teal-border);
  overflow: hidden;
  transition: transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.85s ease;
}

.treatment-carousel-section.zoom-in-ready {
  transform: scale(0.96);
  opacity: 0.88;
}

.treatment-carousel-section.zoom-in-active {
  transform: scale(1);
  opacity: 1;
}

.treatment-carousel-section h2 {
  color: #0b1a2e;
}

.treatment-carousel-section p {
  color: #1e293b;
}

.treatment-carousel-section .badge-pill {
  background: #d8ecee;
  border: 1px solid rgba(23, 108, 114, 0.28);
  color: var(--brand-teal);
}

.carousel-header-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.2rem;
  flex-wrap: wrap;
}

.carousel-header-info {
  max-width: 680px;
}

.carousel-nav-controls {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.carousel-arrow-btn {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid var(--bg-muted-teal-border);
  background: #ffffff;
  color: var(--brand-teal);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(23, 108, 114, 0.08);
  transition: all 0.22s ease;
}

.carousel-arrow-btn:hover {
  background: var(--brand-teal);
  color: #ffffff;
  border-color: var(--brand-teal);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(23, 108, 114, 0.25);
}

.carousel-arrow-btn:active {
  transform: translateY(0);
}

.carousel-track-container {
  position: relative;
  width: 100%;
}

/* Left & Right Soft Edge Fog Vignettes for continuous seamless flow */
.carousel-track-container::before,
.carousel-track-container::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 72px;
  z-index: 4;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.carousel-track-container::before {
  left: 0;
  background: linear-gradient(to right, rgba(237, 246, 247, 0.98) 0%, rgba(237, 246, 247, 0.6) 50%, transparent 100%);
}

.carousel-track-container::after {
  right: 0;
  background: linear-gradient(to left, rgba(226, 239, 241, 0.98) 0%, rgba(226, 239, 241, 0.6) 50%, transparent 100%);
}

@media (max-width: 640px) {
  .carousel-track-container::before,
  .carousel-track-container::after {
    width: 28px;
  }
}

.treatment-scroll-track {
  display: flex;
  gap: 1.65rem;
  overflow-x: auto;
  scroll-behavior: auto;
  padding: 1.25rem 0.5rem 2.25rem 0.5rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  cursor: grab;
}

.treatment-scroll-track.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  scroll-snap-type: none;
}

.treatment-scroll-track::-webkit-scrollbar {
  display: none;
}

/* Base Treatment Card with Smooth Fluid Scale & Shadow Transition */
.treatment-scroll-card {
  flex: 0 0 360px;
  max-width: 360px;
  scroll-snap-align: center;
  background: #ffffff;
  border: 1.5px solid #d5e8ea;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 6px 20px rgba(23, 108, 114, 0.07);
  display: flex;
  flex-direction: column;
  transform: scale(0.96);
  opacity: 0.90;
  transition: transform 0.45s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.45s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.4s ease, border-color 0.35s ease;
  will-change: transform, opacity, box-shadow;
}

/* Active Centered Card & Hover Card Zoom-In Flow State */
.treatment-scroll-card.is-active,
.treatment-scroll-card:hover {
  transform: scale(1.035) translateY(-8px);
  opacity: 1;
  border-color: var(--brand-teal);
  box-shadow: 0 22px 48px rgba(23, 108, 114, 0.18);
  z-index: 2;
}

.scroll-card-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  overflow: hidden;
  background: #e2e8f0;
}

.scroll-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.treatment-scroll-card.is-active .scroll-card-img-wrap img,
.treatment-scroll-card:hover .scroll-card-img-wrap img {
  transform: scale(1.08);
}

.scroll-card-badge {
  position: absolute;
  top: 1rem;
  left: 1rem;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(6px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-full);
  padding: 0.25rem 0.75rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--brand-blue);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.scroll-card-fee {
  position: absolute;
  bottom: 0.85rem;
  right: 0.85rem;
  background: var(--brand-teal);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.3rem 0.75rem;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 10px rgba(23, 108, 114, 0.3);
}

.scroll-card-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.scroll-card-title {
  font-size: 1.22rem;
  margin-bottom: 0.65rem;
  color: var(--text-heading);
  line-height: 1.35;
}

.scroll-card-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: #334155;
  margin-bottom: 1.15rem;
  flex-grow: 1;
}

.scroll-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1.35rem;
}

.scroll-tag {
  background: #f1f5f9;
  border: 1px solid #e2e8f0;
  color: #334155;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.25rem 0.55rem;
  border-radius: var(--radius-sm);
}

.scroll-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.1rem;
  border-top: 1px solid var(--border-light);
  margin-top: auto;
}

.scroll-card-link {
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--brand-blue);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: gap 0.2s ease;
}

.scroll-card-link:hover {
  color: var(--brand-blue-hover);
  gap: 0.65rem;
}

.scroll-card-btn {
  padding: 0.45rem 0.9rem;
  font-size: 0.82rem;
  border-radius: var(--radius-sm);
}

/* Progress bar under carousel */
.carousel-progress-wrap {
  margin-top: 0.5rem;
  width: 100%;
  height: 4px;
  background: #e2e8f0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.carousel-progress-bar {
  height: 100%;
  width: 20%;
  background: linear-gradient(90deg, var(--brand-teal), var(--light-green-glow));
  border-radius: 4px;
  transition: width 0.15s ease-out;
}

@media (max-width: 768px) {
  .treatment-scroll-card {
    flex: 0 0 85vw;
    max-width: 330px;
  }
}

