/* Dark Contrast Mode Support for Clinical Section */
  html[data-contrast="dark"] .clinical-card-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .clinical-card {
    background: #000000 !important;
    border: 1px solid #ffff00 !important;
    box-shadow: none !important;
  }
  html[data-contrast="dark"] .clinical-card-content::before {
    background-color: #ffff00 !important;
    opacity: 1 !important;
  }
  html[data-contrast="dark"] .motif-icon {
    color: #ffff00 !important;
    opacity: 0.2 !important; /* Slightly more visible but still atmospheric */
  }

  /* Text Scaling Support for Clinical Section */
  /* Level 1 (120%) */
  body.acc-text-x1 .clinical-heading { font-size: 50px !important; }
  body.acc-text-x1 .clinical-text p { font-size: 22px !important; }
  body.acc-text-x1 .btn-default span { font-size: 22px !important; }
  body.acc-text-x1 .overview-title { font-size: 48px !important; }
  body.acc-text-x1 .overview-intro-text { font-size: 22px !important; }
  body.acc-text-x1 .overview-note { font-size: 20px !important; }
  body.acc-text-x1 .benefit-text { font-size: 20px !important; }
  body.acc-text-x1 .overview-footer-note p { font-size: 20px !important; }

  /* Level 2 (140%) */
  body.acc-text-x2 .clinical-heading { font-size: 58px !important; }
  body.acc-text-x2 .clinical-text p { font-size: 26px !important; }
  body.acc-text-x2 .btn-default span { font-size: 26px !important; }
  body.acc-text-x2 .overview-title { font-size: 56px !important; }
  body.acc-text-x2 .overview-intro-text { font-size: 26px !important; }
  body.acc-text-x2 .overview-note { font-size: 24px !important; }
  body.acc-text-x2 .benefit-text { font-size: 24px !important; }
  body.acc-text-x2 .overview-footer-note p { font-size: 24px !important; }

  /* Level 3 (175%) */
  body.acc-text-x3 .clinical-heading { font-size: 72px !important; }
  body.acc-text-x3 .clinical-text p { font-size: 32px !important; }
  body.acc-text-x3 .btn-default span { font-size: 32px !important; }
  body.acc-text-x3 .overview-title { font-size: 70px !important; }
  body.acc-text-x3 .overview-intro-text { font-size: 32px !important; }
  body.acc-text-x3 .overview-note { font-size: 28px !important; }
  body.acc-text-x3 .benefit-text { font-size: 28px !important; }
  body.acc-text-x3 .overview-footer-note p { font-size: 28px !important; }

  /* Invert Mode Support - Generic State */
  html[data-contrast="invert"] .benefit-icon i {
    color: #ffffff !important; /* Rendered White -> Visual Black */
    filter: none !important;
  }

  /* Hover State - Normal & Dark Mode */
  .benefit-card:hover .benefit-icon i {
    color: var(--primary-color) !important;
  }

  /* Hover State - Invert Mode */
  html[data-contrast="invert"] .benefit-card:hover .benefit-icon i {
    color: #000000 !important; /* Rendered Black -> Visual White */
    filter: none !important;
  }

  /* Safety Icon Invert Mode Support */
  html[data-contrast="invert"] .safety-icon i,
  html[data-contrast="invert"] .safety-card:hover .safety-icon i {
    color: #ffffff !important; /* Rendered White -> Visual Black */
    filter: none !important;
  }

  /* Info Icon Invert Mode Support */
  html[data-contrast="invert"] .fa-circle-info {
    background-color: var(--primary-color) !important; /* Rendered White -> Visual Black */
    color: #000000 !important;             /* Rendered Black -> Visual White i */
    filter: none !important;
    padding: 2px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  /* Light Contrast Mode Support */
  html[data-contrast="light"] .overview-note,
  html[data-contrast="light"] .overview-note i {
    color: #000000 !important;
  }
  /* Conditions Section Support */
  html[data-contrast="light"] .conditions-section {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .condition-arrow {
    background-color: rgba(0, 0, 0, 0.05) !important;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
  html[data-contrast="light"] .condition-arrow i {
    color: #000000 !important;
    filter: brightness(0) !important;
  }
  /* Nuclear Hover Fix for Light Mode Arrows */
  html[data-contrast="light"] .conditions-grid .condition-item-card:hover .condition-arrow {
    background-color: #ffffff !important;
    border: 1px solid #000000 !important;
  }
  html[data-contrast="light"] .conditions-grid .condition-item-card:hover .condition-arrow i,
  html[data-contrast="light"] .conditions-grid .condition-item-card:hover .condition-arrow i::before {
    color: #000000 !important;
    background-color: transparent !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important; /* Force FA solid rendering to avoid square block bug */
    content: "\f061" !important; /* Explicitly re-declare the right arrow unicode */
    filter: none !important;
    text-decoration: none !important;
  }
  
  .condition-item-description {
    font-size: 0.95rem;
    color: var(--text-color);
    margin: 5px 0 0 0;
    line-height: 1.5;
    opacity: 0.8;
  }

  /* Text Scaling Support - Level 1 (120%) */
  body.acc-text-x1 .conditions-subtitle { font-size: 1.15rem !important; }
  body.acc-text-x1 .conditions-title { font-size: 3.6rem !important; }
  body.acc-text-x1 .conditions-desc { font-size: 1.5rem !important; }
  body.acc-text-x1 .condition-name { font-size: 1.6rem !important; }
  body.acc-text-x1 .condition-item-description { font-size: 1.15rem !important; }
  body.acc-text-x1 .conditions-note p { font-size: 1.5rem !important; }

  /* Level 2 (140%) */
  body.acc-text-x2 .conditions-subtitle { font-size: 1.35rem !important; }
  body.acc-text-x2 .conditions-title { font-size: 4.2rem !important; }
  body.acc-text-x2 .conditions-desc { font-size: 1.75rem !important; }
  body.acc-text-x2 .condition-name { font-size: 1.9rem !important; }
  body.acc-text-x2 .condition-item-description { font-size: 1.35rem !important; }
  body.acc-text-x2 .conditions-note p { font-size: 1.75rem !important; }

  /* Level 3 (175%) */
  body.acc-text-x3 .conditions-subtitle { font-size: 1.65rem !important; }
  body.acc-text-x3 .conditions-title { font-size: 5.2rem !important; }
  body.acc-text-x3 .conditions-desc { font-size: 2.2rem !important; }
  body.acc-text-x3 .condition-name { font-size: 2.3rem !important; }
  body.acc-text-x3 .condition-item-description { font-size: 1.65rem !important; }
  body.acc-text-x3 .conditions-note p { font-size: 2.2rem !important; }

  /* Condition Arrows - Invert Mode */
  html[data-contrast="invert"] .condition-arrow i {
    color: #ffff00 !important; /* Bright Yellow */
    filter: invert(100%) hue-rotate(180deg) !important; /* Double invert to restore yellow */
  }

  /* Condition Arrows - Hover (Normal/Dark) */
  .condition-item-card:hover .condition-arrow {
    background-color: #ffffff !important;
  }
  .condition-item-card:hover .condition-arrow i {
    color: #000000 !important;
  }

  /* Condition Arrows - Hover (Invert) - Nuclear Fix for Glitches */
  html[data-contrast="invert"] .conditions-grid .condition-item-card:hover .condition-arrow {
    background-color: #000000 !important; /* Rendered Black -> Visual White circle */
    border: 1px solid #ffffff !important; /* Rendered White -> Visual Black border */
  }

  html[data-contrast="invert"] .conditions-grid .condition-item-card:hover .condition-arrow i,
  html[data-contrast="invert"] .conditions-grid .condition-item-card:hover .condition-arrow i::before {
    color: #ffffff !important; /* Rendered White -> Visual Black arrow */
    background-color: transparent !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    filter: none !important;
    text-decoration: none !important;
  }

  /* Dark Contrast Mode Support */
  html[data-contrast="dark"] .conditions-section {
    background-color: #000000 !important; /* True Black Background */
  }
  html[data-contrast="dark"] .conditions-subtitle {
    color: #22d3ee !important; /* Cyan accent for dark mode */
  }
  html[data-contrast="dark"] .conditions-title,
  html[data-contrast="dark"] .conditions-desc,
  html[data-contrast="dark"] .conditions-note p {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .condition-item-card {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  }
  html[data-contrast="dark"] .condition-name {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .condition-item-description {
    color: #cbd5e1 !important; /* Light gray for visibility */
    opacity: 0.9 !important;
  }
  html[data-contrast="dark"] .condition-arrow {
    background-color: rgba(255, 255, 255, 0.1) !important;
  }
  html[data-contrast="dark"] .condition-arrow i {
    color: #ffffff !important;
    filter: none !important; /* Prevent yellow override */
  }
  /* Nuclear Hover Fix for Dark Mode Arrows */
  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover {
    border-color: #22d3ee !important;
    transform: translateY(-8px) !important;
  }
  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover .condition-arrow {
    background-color: #ffff00 !important;
  }
  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover .condition-arrow i,
  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover .condition-arrow i::before {
    color: #000000 !important;
    background-color: transparent !important;
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    content: "\f061" !important; /* Explicitly re-declare the right arrow unicode */
    filter: none !important;
    text-decoration: none !important;
  }
  html[data-contrast="dark"] .condition-item-card.text-only {
    background-color: rgba(255, 255, 255, 0.03) !important;
  }
  html[data-contrast="dark"] .conditions-note {
    background-color: rgba(255, 255, 255, 0.05) !important;
    padding: 24px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
  }

  /* Procedure Steps Section Styling */
  .procedure-steps-section {
    padding: 100px 0;
    background-color: var(--primary-color); /* Updated to Brand Primary Color */
    position: relative;
    overflow: hidden;
  }

  .procedure-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }

  .procedure-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff; /* Updated to White */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .procedure-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .procedure-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
    margin-bottom: 0;
  }

  .procedure-timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
  }

  .procedure-timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #ffffff, transparent);
    transform: translateX(-50%);
    opacity: 0.3;
  }

  .procedure-step-item {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
    padding-right: 50%;
    width: 100%;
  }

  .procedure-step-item:nth-child(even) {
    justify-content: flex-start;
    padding-right: 0;
    padding-left: 50%;
  }

  .procedure-step-dot {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    border: 4px solid #ffffff;
    border-radius: 50%;
    transform: translateX(-50%);
    z-index: 2;
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.1);
  }

  .procedure-step-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 90%;
    transition: all 0.4s ease;
    border: 1px solid rgba(255, 255, 255, 0.2);
    position: relative;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .procedure-step-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
  }

  .procedure-step-header {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
  }

  .procedure-step-icon {
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 15px;
    flex-shrink: 0;
  }

  .procedure-step-number {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    opacity: 0.8;
    display: block;
    margin-bottom: 5px;
  }

  .procedure-step-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
  }

  .procedure-step-text {
    font-size: 1.05rem;
    color: #ffffff;
    line-height: 1.6;
    margin: 0;
    opacity: 0.95;
  }

  .procedure-footer {
    text-align: center;
    margin-top: 40px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .procedure-footer p {
    font-size: 1.1rem;
    color: #ffffff;
    line-height: 1.6;
    margin-bottom: 0;
    font-weight: 500;
  }

  /* Text Scaling - Procedure Steps */
  body.acc-text-x1 .procedure-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .procedure-title { font-size: 3rem !important; }
  body.acc-text-x1 .procedure-desc { font-size: 1.4rem !important; }
  body.acc-text-x1 .procedure-step-title { font-size: 1.7rem !important; }
  body.acc-text-x1 .procedure-step-text { font-size: 1.25rem !important; }
  body.acc-text-x1 .procedure-footer p { font-size: 1.3rem !important; }

  body.acc-text-x2 .procedure-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .procedure-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .procedure-desc { font-size: 1.6rem !important; }
  body.acc-text-x2 .procedure-step-title { font-size: 2rem !important; }
  body.acc-text-x2 .procedure-step-text { font-size: 1.45rem !important; }
  body.acc-text-x2 .procedure-footer p { font-size: 1.5rem !important; }

  body.acc-text-x3 .procedure-subtitle { font-size: 1.9rem !important; }
  body.acc-text-x3 .procedure-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .procedure-desc { font-size: 2rem !important; }
  body.acc-text-x3 .procedure-step-title { font-size: 2.5rem !important; }
  body.acc-text-x3 .procedure-step-text { font-size: 1.8rem !important; }
  body.acc-text-x3 .procedure-footer p { font-size: 1.9rem !important; }

  /* Dark Contrast Mode - Procedure Steps */
  html[data-contrast="dark"] .procedure-steps-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .procedure-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .procedure-title,
  html[data-contrast="dark"] .procedure-desc,
  html[data-contrast="dark"] .procedure-step-title,
  html[data-contrast="dark"] .procedure-step-text,
  html[data-contrast="dark"] .procedure-footer p {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .procedure-step-card,
  html[data-contrast="dark"] .procedure-footer {
    background-color: #000000 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  html[data-contrast="dark"] .procedure-step-number {
    background-color: transparent !important;
    background: none !important;
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .procedure-step-icon {
    background-color: rgba(34, 211, 238, 0.1) !important;
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .procedure-step-dot {
    background-color: #000000 !important;
    border-color: #22d3ee !important;
  }

  /* Light Contrast Mode - Procedure Steps */
  html[data-contrast="light"] .procedure-steps-section,
  html[data-contrast="light"] .procedure-step-card,
  html[data-contrast="light"] .procedure-footer {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .procedure-subtitle,
  html[data-contrast="light"] .procedure-title,
  html[data-contrast="light"] .procedure-desc,
  html[data-contrast="light"] .procedure-step-title,
  html[data-contrast="light"] .procedure-step-text,
  html[data-contrast="light"] .procedure-footer p {
    color: #000000 !important;
  }
  html[data-contrast="light"] .procedure-step-icon {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
  }
  html[data-contrast="light"] .procedure-step-dot {
    border-color: #000000 !important;
  }

  /* Invert Contrast Mode - Procedure Steps */
  html[data-contrast="invert"] .procedure-step-icon i {
    color: #ffff00 !important; /* Bright Yellow */
    filter: invert(100%) hue-rotate(180deg) !important; /* Double invert to restore yellow */
  }
  
  html[data-contrast="invert"] .procedure-step-item:hover .procedure-step-icon i,
  html[data-contrast="invert"] .procedure-step-card:hover .procedure-step-icon i,
  html[data-contrast="invert"] .procedure-step-icon:hover i {
    color: #000000 !important; /* Rendered Black -> Visual White */
    filter: none !important;
  }

  html[data-contrast="invert"] .procedure-step-dot {
    border-color: #ffff00 !important; /* Bright Yellow */
  }

  @media (max-width: 768px) {
    .procedure-timeline::before {
      left: 30px;
    }
    .procedure-step-item, .procedure-step-item:nth-child(even) {
      padding-left: 70px;
      padding-right: 0;
      justify-content: flex-start;
    }
    .procedure-step-dot {
      left: 30px;
    }
    .procedure-step-card {
      width: 100%;
    }
  }

  /* Text Alignment Support - Procedure Steps */
  body.acc-align-left .procedure-intro,
  body.acc-align-left .procedure-step-card,
  body.acc-align-left .procedure-footer {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  body.acc-align-left .procedure-step-header {
    justify-content: flex-start !important;
  }

  body.acc-align-center .procedure-intro,
  body.acc-align-center .procedure-step-card,
  body.acc-align-center .procedure-footer {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.acc-align-center .procedure-step-header {
    justify-content: center !important;
  }

  body.acc-align-right .procedure-intro,
  body.acc-align-right .procedure-step-card,
  body.acc-align-right .procedure-footer {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  body.acc-align-right .procedure-step-header {
    justify-content: flex-end !important;
  }

  /* Role in Pain Management Section Styling */
  .role-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
  }

  .role-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }

  .role-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color); /* Updated to Primary Color */
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .role-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color); /* Updated to Primary Color */
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .role-desc {
    font-size: 1.15rem;
    color: #334155; /* Darker Slate for improved legibility */
    line-height: 1.6;
    margin-bottom: 0;
  }

  .role-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  .role-card {
    background: #f8fafc;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    height: 100%;
  }

  .role-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
    border-color: var(--primary-color);
    background: #ffffff;
  }

  .role-card-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .role-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(26, 35, 126, 0.05);
    color: var(--primary-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-right: 20px;
    flex-shrink: 0;
  }

  .role-card-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-color); /* Updated to Primary Color */
    margin: 0;
  }

  .role-card-text {
    font-size: 1.1rem;
    color: #334155; /* Darker Slate for card text */
    line-height: 1.7;
    margin: 0;
    opacity: 0.9;
  }

  .role-footer-note {
    background-color: #f1f5f9;
    padding: 30px;
    border-radius: 16px;
    border-left: 5px solid var(--primary-color); /* Back to Primary */
    max-width: 1000px;
    margin: 40px auto 0;
  }

  .role-footer-note p {
    font-size: 1.1rem;
    color: #1e293b; /* Stronger dark slate for note */
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
  }

  /* Text Scaling - Role Section */
  body.acc-text-x1 .role-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .role-title { font-size: 3rem !important; }
  body.acc-text-x1 .role-desc { font-size: 1.4rem !important; }
  body.acc-text-x1 .role-card-title { font-size: 1.9rem !important; }
  body.acc-text-x1 .role-card-text { font-size: 1.3rem !important; }
  body.acc-text-x1 .role-footer-note p { font-size: 1.3rem !important; }

  body.acc-text-x2 .role-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .role-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .role-desc { font-size: 1.6rem !important; }
  body.acc-text-x2 .role-card-title { font-size: 2.24rem !important; }
  body.acc-text-x2 .role-card-text { font-size: 1.5rem !important; }
  body.acc-text-x2 .role-footer-note p { font-size: 1.5rem !important; }

  body.acc-text-x3 .role-subtitle { font-size: 1.9rem !important; }
  body.acc-text-x3 .role-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .role-desc { font-size: 2rem !important; }
  body.acc-text-x3 .role-card-title { font-size: 2.8rem !important; }
  body.acc-text-x3 .role-card-text { font-size: 1.9rem !important; }
  body.acc-text-x3 .role-footer-note p { font-size: 1.9rem !important; }

  /* Dark Contrast Mode - Role Section */
  html[data-contrast="dark"] .role-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .role-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .role-title,
  html[data-contrast="dark"] .role-desc,
  html[data-contrast="dark"] .role-card-title,
  html[data-contrast="dark"] .role-card-text,
  html[data-contrast="dark"] .role-footer-note p {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .role-card,
  html[data-contrast="dark"] .role-footer-note {
    background-color: #000000 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  html[data-contrast="dark"] .role-card:hover {
    background-color: rgba(255, 255, 255, 0.05) !important;
    border-color: #22d3ee !important;
  }
  html[data-contrast="dark"] .role-icon {
    background-color: rgba(34, 211, 238, 0.1) !important;
    color: #22d3ee !important;
  }

  /* Light Contrast Mode - Role Section */
  html[data-contrast="light"] .role-section,
  html[data-contrast="light"] .role-card,
  html[data-contrast="light"] .role-footer-note {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .role-subtitle,
  html[data-contrast="light"] .role-title,
  html[data-contrast="light"] .role-desc,
  html[data-contrast="light"] .role-card-title,
  html[data-contrast="light"] .role-card-text,
  html[data-contrast="light"] .role-footer-note p {
    color: #000000 !important;
  }
  html[data-contrast="light"] .role-icon {
    background-color: rgba(0, 0, 0, 0.05) !important;
    color: #000000 !important;
  }
  html[data-contrast="light"] .role-card {
    border-color: #000000 !important;
  }

  /* Invert Contrast Mode - Role Section */
  html[data-contrast="invert"] section.role-section { filter: invert(100%) hue-rotate(180deg) !important; background-color: #000000 !important; }
  html[data-contrast="invert"] .role-section .container,
  html[data-contrast="invert"] .role-card,
  html[data-contrast="invert"] .role-footer-note,
  html[data-contrast="invert"] .safety-card { background-color: #000000 !important; border-color: rgba(255, 255, 0, 0.4) !important; }

  html[data-contrast="invert"] .role-title,
  html[data-contrast="invert"] .role-subtitle,
  html[data-contrast="invert"] .role-desc { color: #ffffff !important; filter: none !important; }

  html[data-contrast="invert"] .role-card-title,
  html[data-contrast="invert"] .role-card-text,
  html[data-contrast="invert"] .safety-card-text,
  html[data-contrast="invert"] .role-footer-note p,
  html[data-contrast="invert"] .safety-title { color: #ffffff !important; filter: none !important; }

  html[data-contrast="invert"] .role-icon,
  html[data-contrast="invert"] .safety-icon { background-color: #0b1111 !important; border: 1px solid rgb(255, 255, 0) !important; }

  html[data-contrast="invert"] .role-icon i { color: #ffffff !important; filter: none !important; }

  /* Text Alignment Support - Role Section */
  body.acc-align-left .role-intro,
  body.acc-align-left .role-card,
  body.acc-align-left .role-footer-note {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
  }
  body.acc-align-left .role-card-header {
    justify-content: flex-start !important;
  }

  body.acc-align-center .role-intro,
  body.acc-align-center .role-card,
  body.acc-align-center .role-footer-note {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.acc-align-center .role-card-header {
    justify-content: center !important;
  }

  body.acc-align-right .role-intro,
  body.acc-align-right .role-card,
  body.acc-align-right .role-footer-note {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
  body.acc-align-right .role-card-header {
    justify-content: flex-end !important;
  }

  @media (max-width: 991px) {
    .role-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Image Guidance & Safety Section Styling */
  .safety-section {
    padding: 100px 0;
    background-color: var(--primary-color); /* Updated to Brand Primary Color */
    position: relative;
    overflow: hidden;
  }

  .safety-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }

  .safety-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .safety-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .safety-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin-bottom: 0;
  }

  .safety-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  .safety-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .safety-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
  }

  .safety-icon {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .safety-card:hover .safety-icon {
    transform: rotateY(360deg);
  }

  .safety-card-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
  }

  .safety-conclusion {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .safety-conclusion p {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
  }

  /* Text Scaling - Safety Section */
  body.acc-text-x1 .safety-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .safety-title { font-size: 3rem !important; }
  body.acc-text-x1 .safety-desc { font-size: 1.4rem !important; }
  body.acc-text-x1 .safety-card-text { font-size: 1.3rem !important; }
  body.acc-text-x1 .safety-conclusion p { font-size: 1.4rem !important; }

  body.acc-text-x2 .safety-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .safety-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .safety-desc { font-size: 1.6rem !important; }
  body.acc-text-x2 .safety-card-text { font-size: 1.5rem !important; }
  body.acc-text-x2 .safety-conclusion p { font-size: 1.6rem !important; }

  body.acc-text-x3 .safety-subtitle { font-size: 1.95rem !important; }
  body.acc-text-x3 .safety-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .safety-desc { font-size: 2rem !important; }
  body.acc-text-x3 .safety-card-text { font-size: 1.9rem !important; }
  body.acc-text-x3 .safety-conclusion p { font-size: 2rem !important; }

  /* Dark Contrast Mode - Safety Section */
  html[data-contrast="dark"] .safety-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .safety-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .safety-title,
  html[data-contrast="dark"] .safety-desc,
  html[data-contrast="dark"] .safety-card-text,
  html[data-contrast="dark"] .safety-conclusion p {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .safety-card {
    background-color: #000000 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  html[data-contrast="dark"] .safety-card:hover {
    border-color: #22d3ee !important;
  }
  html[data-contrast="dark"] .safety-icon {
    background-color: rgba(34, 211, 238, 0.1) !important;
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .safety-conclusion {
    background: rgba(255, 255, 255, 0.05) !important;
  }

  /* Light Contrast Mode - Safety Section */
  html[data-contrast="light"] .safety-section,
  html[data-contrast="light"] .safety-card {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .safety-subtitle,
  html[data-contrast="light"] .safety-title,
  html[data-contrast="light"] .safety-desc,
  html[data-contrast="light"] .safety-card-text,
  html[data-contrast="light"] .safety-conclusion p {
    color: #000000 !important;
  }
  html[data-contrast="light"] .safety-card {
    border-color: #000000 !important;
  }
  html[data-contrast="light"] .safety-icon {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  html[data-contrast="light"] .safety-conclusion {
    background: rgba(0, 0, 0, 0.05) !important;
  }

  /* Safety Icons Managed Above */

  /* Text Alignment Support - Safety Section */
  body.acc-align-left .safety-intro,
  body.acc-align-left .safety-card,
  body.acc-align-left .safety-conclusion {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    align-items: flex-start !important;
  }

  body.acc-align-center .safety-intro,
  body.acc-align-center .safety-card,
  body.acc-align-center .safety-conclusion {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center !important;
  }

  body.acc-align-right .safety-intro,
  body.acc-align-right .safety-card,
  body.acc-align-right .safety-conclusion {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    align-items: flex-end !important;
  }

  @media (max-width: 991px) {
    .safety-grid {
      grid-template-columns: 1fr;
    }
    .safety-card {
      padding: 30px;
    }
  }
  /* Physician Expertise Section Styling */
  .expert-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
  }

  /* Physician Expertise Section Styling */
  .expert-section {
    padding: 100px 0 160px; /* Increased bottom padding to clear overlap */
    background-color: #ffffff;
    position: relative;
    z-index: 1;
  }

  .expert-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }

  .expert-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .expert-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .expert-card {
    background: #f8fafc;
    border-radius: 24px;
    border-left: 8px solid var(--primary-color);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.05);
    max-width: 1100px;
    margin: 0 auto;
    transition: all 0.4s ease;
    overflow: hidden;
    display: flex;
    align-items: stretch;
  }

  .expert-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
  }

  .expert-image-col {
    flex: 0 0 350px;
    background-color: #f0f4f8;
    position: relative;
    overflow: hidden;
  }

  .expert-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }

  .expert-card:hover .expert-image-col img {
    transform: scale(1.05);
  }

  .expert-content-block {
    flex: 1;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .expert-text {
    font-size: 1.15rem;
    color: #334155;
    line-height: 1.7;
    margin-bottom: 25px;
  }

  .expert-text:last-of-type {
    margin-bottom: 35px;
  }

  .expert-cta-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }

  /* Resetting btn-default specifics for expert card if needed */
  .expert-section .btn-default span {
    padding: 15px 35px;
  }

  /* Text Scaling - Expert Section */
  body.acc-text-x1 .expert-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .expert-title { font-size: 3rem !important; }
  body.acc-text-x1 .expert-text { font-size: 1.4rem !important; }
  body.acc-text-x1 .expert-section .btn-default span { font-size: 1.3rem !important; }
  body.acc-text-x1 .expert-image-col { flex-basis: 400px !important; }

  body.acc-text-x2 .expert-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .expert-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .expert-text { font-size: 1.6rem !important; }
  body.acc-text-x2 .expert-section .btn-default span { font-size: 1.5rem !important; }
  body.acc-text-x2 .expert-image-col { flex-basis: 450px !important; }

  body.acc-text-x3 .expert-subtitle { font-size: 1.95rem !important; }
  body.acc-text-x3 .expert-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .expert-text { font-size: 2rem !important; }
  body.acc-text-x3 .expert-section .btn-default span { font-size: 1.8rem !important; }
  body.acc-text-x3 .expert-image-col { flex-basis: 500px !important; }

  /* Dark Contrast Mode - Expert Section */
  html[data-contrast="dark"] .expert-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .expert-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .expert-title,
  html[data-contrast="dark"] .expert-text {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .expert-section .btn-default {
    background-color: transparent !important;
    border: 2px solid #ffff00 !important;
    color: #ffff00 !important;
  }
  html[data-contrast="dark"] .expert-section .btn-default span {
    color: #ffff00 !important;
  }
  html[data-contrast="dark"] .expert-card {
    background-color: #000000 !important;
    border-color: #22d3ee !important;
    border-width: 1px 1px 1px 8px !important;
    border-style: solid !important;
  }
  html[data-contrast="dark"] .expert-image-col {
    background-color: #1a1a1a !important;
  }
  html[data-contrast="dark"] .expert-image-col img {
    filter: grayscale(20%) brightness(90%) !important;
  }

  /* Light Contrast Mode - Expert Section */
  html[data-contrast="light"] .expert-section,
  html[data-contrast="light"] .expert-card {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .expert-subtitle,
  html[data-contrast="light"] .expert-title,
  html[data-contrast="light"] .expert-text {
    color: #000000 !important;
  }
  html[data-contrast="light"] .expert-section .btn-default {
    background-color: transparent !important;
    border: 2px solid #000000 !important;
    color: #000000 !important;
  }
  html[data-contrast="light"] .expert-section .btn-default span {
    color: #000000 !important;
  }
  html[data-contrast="light"] .expert-card {
    border: 2px solid #000000 !important;
    border-left-width: 8px !important;
  }
  html[data-contrast="light"] .expert-image-col img {
    filter: grayscale(100%) !important;
    border-right: 2px solid #000000 !important;
  }

  /* Invert Contrast Mode - Expert Section */
  html[data-contrast="invert"] .expert-section .btn-default {
    background: #ffff00 !important;
    color: #000000 !important;
  }
  html[data-contrast="invert"] .expert-image-col img {
    filter: invert(100%) hue-rotate(180deg) !important;
  }

  /* Text Alignment Support - Expert Section */
  body.acc-align-left .expert-intro,
  body.acc-align-left .expert-card,
  body.acc-align-left .expert-content-block,
  body.acc-align-left .expert-cta-wrap {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
  }

  body.acc-align-center .expert-intro,
  body.acc-align-center .expert-card,
  body.acc-align-center .expert-content-block,
  body.acc-align-center .expert-cta-wrap {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    align-items: center !important;
  }

  body.acc-align-right .expert-intro,
  body.acc-align-right .expert-card,
  body.acc-align-right .expert-content-block,
  body.acc-align-right .expert-cta-wrap {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    justify-content: flex-end !important;
    align-items: flex-end !important;
  }
  /* Results & Expectations Section Styling */
  .results-section {
    padding: 100px 0 160px; /* Increased bottom padding to clear overlap */
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
  }

  .results-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }

  .results-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .results-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .results-desc {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.6;
    margin-bottom: 0;
  }

  .results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  .results-card {
    background: rgba(255, 255, 255, 0.1);
    padding: 35px 30px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .results-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.15);
  }

  .results-icon {
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    color: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  }

  .results-card:hover .results-icon {
    transform: rotateY(360deg);
  }

  .results-card-text {
    font-size: 1.1rem;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
  }

  .results-footer {
    text-align: center;
    max-width: 850px;
    margin: 0 auto;
    padding: 25px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .results-footer p {
    font-size: 1.15rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
  }

  /* Text Scaling - Results Section */
  body.acc-text-x1 .results-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .results-title { font-size: 3rem !important; }
  body.acc-text-x1 .results-desc { font-size: 1.4rem !important; }
  body.acc-text-x1 .results-card-text { font-size: 1.3rem !important; }
  body.acc-text-x1 .results-footer p { font-size: 1.4rem !important; }

  body.acc-text-x2 .results-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .results-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .results-desc { font-size: 1.6rem !important; }
  body.acc-text-x2 .results-card-text { font-size: 1.5rem !important; }
  body.acc-text-x2 .results-footer p { font-size: 1.6rem !important; }

  body.acc-text-x3 .results-subtitle { font-size: 1.95rem !important; }
  body.acc-text-x3 .results-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .results-desc { font-size: 2rem !important; }
  body.acc-text-x3 .results-card-text { font-size: 1.9rem !important; }
  body.acc-text-x3 .results-footer p { font-size: 2rem !important; }

  /* Dark Contrast Mode - Results Section */
  html[data-contrast="dark"] .results-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .results-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .results-title,
  html[data-contrast="dark"] .results-desc,
  html[data-contrast="dark"] .results-card-text,
  html[data-contrast="dark"] .results-footer p {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .results-card {
    background-color: #000000 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  html[data-contrast="dark"] .results-card:hover {
    border-color: #22d3ee !important;
  }
  html[data-contrast="dark"] .results-icon {
    background-color: rgba(34, 211, 238, 0.1) !important;
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .results-footer {
    background: rgba(255, 255, 255, 0.05) !important;
  }

  /* Light Contrast Mode - Results Section */
  html[data-contrast="light"] .results-section,
  html[data-contrast="light"] .results-card {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .results-subtitle,
  html[data-contrast="light"] .results-title,
  html[data-contrast="light"] .results-desc,
  html[data-contrast="light"] .results-card-text,
  html[data-contrast="light"] .results-footer p {
    color: #000000 !important;
  }
  html[data-contrast="light"] .results-card {
    border-color: #000000 !important;
  }
  html[data-contrast="light"] .results-icon {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  html[data-contrast="light"] .results-footer {
    background: rgba(0, 0, 0, 0.05) !important;
  }

  /* Invert Contrast Mode - Results Section */
  html[data-contrast="invert"] .results-icon {
    color: #22d3ee !important;
  }

  /* Text Alignment Support - Results Section */
  body.acc-align-left .results-intro,
  body.acc-align-left .results-card,
  body.acc-align-left .results-footer {
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    align-items: flex-start !important;
  }

  body.acc-align-center .results-intro,
  body.acc-align-center .results-card,
  body.acc-align-center .results-footer {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    align-items: center !important;
  }

  body.acc-align-right .results-intro,
  body.acc-align-right .results-card,
  body.acc-align-right .results-footer {
    text-align: right !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    align-items: flex-end !important;
  }

  @media (max-width: 991px) {
    .results-grid {
      grid-template-columns: 1fr;
    }
  }
  /* Related Treatments Section Styling */
  .related-section {
    padding: 100px 0 160px; /* Increased bottom padding to clear overlap */
    background-color: #ffffff;
    position: relative;
  }

  .related-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
  }

  .related-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .related-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .related-desc {
    font-size: 1.15rem;
    color: var(--text-color);
    line-height: 1.6;
    margin-bottom: 0;
  }

  .related-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .related-item-card {
    display: flex;
    flex-direction: column;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    padding: 30px 25px;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    height: 100%;
    text-decoration: none !important;
  }

  .related-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(2, 48, 71, 0.1);
    border-color: var(--primary-color);
    background: #ffffff;
  }

  .related-card-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(2, 48, 71, 0.05);
    color: var(--primary-color);
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
    transition: all 0.4s ease;
  }

  .related-item-card:hover .related-card-icon {
    background-color: var(--primary-color);
    color: #ffffff;
    transform: rotateY(360deg);
  }

  .related-card-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 15px;
    line-height: 1.3;
  }

  .related-card-arrow {
    margin-top: auto;
    color: var(--primary-color);
    font-size: 0.9rem;
    transition: transform 0.3s ease;
  }

  .related-item-card:hover .related-card-arrow {
    transform: translateX(5px);
  }

  /* Text Scaling - Related Section */
  body.acc-text-x1 .related-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .related-title { font-size: 3rem !important; }
  body.acc-text-x1 .related-desc { font-size: 1.4rem !important; }
  body.acc-text-x1 .related-card-name { font-size: 1.3rem !important; }

  body.acc-text-x2 .related-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .related-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .related-desc { font-size: 1.6rem !important; }
  body.acc-text-x2 .related-card-name { font-size: 1.5rem !important; }

  body.acc-text-x3 .related-subtitle { font-size: 1.95rem !important; }
  body.acc-text-x3 .related-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .related-desc { font-size: 2rem !important; }
  body.acc-text-x3 .related-card-name { font-size: 1.9rem !important; }

  /* Dark Contrast Mode - Related Section */
  html[data-contrast="dark"] .related-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .related-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .related-title,
  html[data-contrast="dark"] .related-desc,
  html[data-contrast="dark"] .related-card-name,
  html[data-contrast="dark"] .related-card-arrow {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .related-item-card {
    background-color: #000000 !important;
    border-color: rgba(255, 255, 255, 0.2) !important;
  }
  html[data-contrast="dark"] .related-item-card:hover {
    border-color: #ffff00 !important;
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .related-item-card:hover .related-card-name,
  html[data-contrast="dark"] .related-item-card:hover .related-card-arrow {
    color: #ffff00 !important;
  }
  html[data-contrast="dark"] .related-card-icon {
    background-color: rgba(34, 211, 238, 0.1) !important;
    color: #22d3ee !important;
  }

  /* Light Contrast Mode - Related Section */
  html[data-contrast="light"] .related-section,
  html[data-contrast="light"] .related-item-card {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .related-subtitle,
  html[data-contrast="light"] .related-title,
  html[data-contrast="light"] .related-desc,
  html[data-contrast="light"] .related-card-name,
  html[data-contrast="light"] .related-card-arrow {
    color: #000000 !important;
  }
  html[data-contrast="light"] .related-item-card {
    border-color: #000000 !important;
  }
  html[data-contrast="light"] .related-card-icon {
    background-color: #000000 !important;
    color: #ffffff !important;
  }

  /* Invert Contrast Mode - Related Section */
  html[data-contrast="invert"] .related-card-icon,
  html[data-contrast="invert"] .related-card-arrow {
    color: #22d3ee !important;
  }
  html[data-contrast="invert"] .related-item-card:hover .related-card-icon {
    color: #000000 !important;
  }

  /* Text Alignment Support - Related Section */
  body.acc-align-left .related-intro,
  body.acc-align-left .related-item-card {
    text-align: left !important;
    align-items: flex-start !important;
  }
  body.acc-align-left .related-card-icon {
    margin-left: 0 !important;
  }

  body.acc-align-center .related-intro,
  body.acc-align-center .related-item-card {
    text-align: center !important;
    align-items: center !important;
  }
  body.acc-align-center .related-card-icon {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body.acc-align-right .related-intro,
  body.acc-align-right .related-item-card {
    text-align: right !important;
    align-items: flex-end !important;
  }
  body.acc-align-right .related-card-icon {
    margin-right: 0 !important;
  }

  @media (max-width: 991px) {
    .related-grid {
      grid-template-columns: 1fr 1fr;
    }
  }

  @media (max-width: 575px) {
    .related-grid {
      grid-template-columns: 1fr;
    }
  }

  /* Spine Care Options Section Styling (Dark Theme Refinement) */
  .options-section {
    padding: 120px 0 260px;
    background-color: var(--primary-color);
    position: relative;
    overflow: hidden;
  }

  /* Decorative glow for dark theme */
  .options-section::after {
    content: '';
    position: absolute;
    bottom: -150px;
    right: -150px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(34, 211, 238, 0.1) 0%, transparent 70%);
    z-index: 0;
  }

  .options-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 60px;
    position: relative;
    z-index: 1;
  }

  .options-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: #22d3ee;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .options-title {
    font-size: 2.8rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 25px;
    line-height: 1.2;
  }

  .options-desc {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
    margin-bottom: 0;
  }

  .options-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .options-card {
    display: block;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 24px;
    padding: 60px 45px;
    text-decoration: none !important;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    overflow: hidden;
    text-align: center;
  }

  .options-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
    border-color: #22d3ee;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  }

  .options-card-icon {
    font-size: 3rem;
    color: #22d3ee;
    margin-bottom: 25px;
    transition: all 0.5s ease;
  }

  .options-card:hover .options-card-icon {
    transform: scale(1.1) rotateY(360deg);
    color: #ffffff;
  }

  .options-card-name {
    font-size: 1.6rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    transition: all 0.5s ease;
  }

  .options-card-link {
    display: inline-flex;
    align-items: center;
    color: #22d3ee;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.5s ease;
  }

  .options-card-link i {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }

  .options-card:hover .options-card-link {
    color: #ffffff;
    background-color: rgba(34, 211, 238, 0.2);
    padding: 5px 20px;
    border-radius: 50px;
  }

  .options-card:hover .options-card-link i {
    transform: translateX(5px);
  }

  /* Text Scaling - Options Section */
  body.acc-text-x1 .options-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .options-title { font-size: 3.3rem !important; }
  body.acc-text-x1 .options-desc { font-size: 1.45rem !important; }
  body.acc-text-x1 .options-card-name { font-size: 1.9rem !important; }
  body.acc-text-x1 .options-card-link { font-size: 1.3rem !important; }

  body.acc-text-x2 .options-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .options-title { font-size: 3.8rem !important; }
  body.acc-text-x2 .options-desc { font-size: 1.7rem !important; }
  body.acc-text-x2 .options-card-name { font-size: 2.2rem !important; }
  body.acc-text-x2 .options-card-link { font-size: 1.5rem !important; }

  body.acc-text-x3 .options-subtitle { font-size: 1.95rem !important; }
  body.acc-text-x3 .options-title { font-size: 4.8rem !important; }
  body.acc-text-x3 .options-desc { font-size: 2.1rem !important; }
  body.acc-text-x3 .options-card-name { font-size: 2.7rem !important; }
  body.acc-text-x3 .options-card-link { font-size: 1.9rem !important; }

  /* Dark Contrast Mode - Options Section */
  html[data-contrast="dark"] .options-section {
    background: #000000 !important;
  }
  html[data-contrast="dark"] .options-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="dark"] .options-title,
  html[data-contrast="dark"] .options-desc {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .options-card {
    background-color: #000000 !important;
    border-color: rgba(255, 255, 255, 0.3) !important;
  }
  html[data-contrast="dark"] .options-card-name,
  html[data-contrast="dark"] .options-card-icon,
  html[data-contrast="dark"] .options-card-link {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .options-card:hover {
    border-color: #ffff00 !important;
  }
  html[data-contrast="dark"] .options-card:hover .options-card-name,
  html[data-contrast="dark"] .options-card:hover .options-card-icon,
  html[data-contrast="dark"] .options-card:hover .options-card-link {
    color: #ffff00 !important;
  }

  /* Light Contrast Mode - Options Section */
  html[data-contrast="light"] .options-section,
  html[data-contrast="light"] .options-card {
    background: #ffffff !important;
  }
  html[data-contrast="light"] .options-subtitle,
  html[data-contrast="light"] .options-title,
  html[data-contrast="light"] .options-desc,
  html[data-contrast="light"] .options-card-name,
  html[data-contrast="light"] .options-card-icon,
  html[data-contrast="light"] .options-card-link {
    color: #000000 !important;
  }
  html[data-contrast="light"] .options-card {
    border-color: #000000 !important;
  }

  /* Invert Contrast Mode - Options Section */
  html[data-contrast="invert"] .options-card-icon,
  html[data-contrast="invert"] .options-card-link {
    color: #22d3ee !important;
  }
  html[data-contrast="invert"] .options-card:hover .options-card-icon,
  html[data-contrast="invert"] .options-card:hover .options-card-link {
    color: #000000 !important;
  }

  /* Text Alignment Support - Options Section */
  body.acc-align-left .options-intro,
  body.acc-align-left .options-card {
    text-align: left !important;
    align-items: flex-start !important;
  }
  body.acc-align-center .options-intro,
  body.acc-align-center .options-card {
    text-align: center !important;
    align-items: center !important;
  }
  body.acc-align-right .options-intro,
  body.acc-align-right .options-card {
    text-align: right !important;
    align-items: flex-end !important;
  }

  @media (max-width: 767px) {
    .options-grid {
      grid-template-columns: 1fr;
    }
    .options-card {
      padding: 40px 25px;
    }
    .options-title {
      font-size: 2.2rem;
    }
  }

  /* FAQ Section Styling */
  .faq-section {
    padding: 100px 0;
    background-color: #ffffff;
    position: relative;
  }

  .faq-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
  }

  .faq-subtitle {
    display: block;
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 0;
  }

  .faq-accordion-container {
    max-width: 900px;
    margin: 0 auto;
  }

  .facet-faq-accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 10px !important;
    margin-bottom: 30px;
    overflow: hidden;
    transition: background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
    box-shadow: none;
  }

  .facet-faq-accordion .accordion-collapse.collapsing,
  .facet-faq-accordion .collapsing,
  .facet-faq-accordion .accordion-collapse:not(.show) {
    overflow: hidden !important;
  }

  .facet-faq-accordion .accordion-item:last-child {
    margin-bottom: 0;
  }

  .facet-faq-accordion .accordion-button {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--primary-color);
    padding: 20px 50px 20px 20px;
    background-color: var(--secondary-color);
    box-shadow: none;
    border: none;
    transition: all 0.3s ease;
    position: relative;
  }

  .facet-faq-accordion .accordion-button:not(.collapsed) {
    background-color: var(--primary-color);
    color: var(--white-color);
    border-bottom: 1px solid var(--divider-color);
  }

  .facet-faq-accordion .accordion-button::after {
    background-image: none;
    content: '\f077';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 20px;
    color: var(--white-color);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transition: all 0.3s ease;
  }

  .facet-faq-accordion .accordion-button.collapsed::after {
    transform: translateY(-50%) rotate(-180deg);
    color: var(--primary-color);
  }

  .facet-faq-accordion .accordion-body {
    padding: 20px 50px 20px 20px;
    font-size: 1.15rem;
    color: var(--white-color);
    line-height: 1.7;
    background-color: var(--primary-color);
  }

  .facet-faq-accordion .accordion-body p {
    color: var(--white-color);
    margin: 0;
  }

  /* Text Scaling - FAQ Section */
  body.acc-text-x1 .faq-subtitle { font-size: 1.3rem !important; }
  body.acc-text-x1 .faq-title { font-size: 3rem !important; }
  body.acc-text-x1 .accordion-button { font-size: 1.5rem !important; }
  body.acc-text-x1 .accordion-body { font-size: 1.4rem !important; }

  body.acc-text-x2 .faq-subtitle { font-size: 1.5rem !important; }
  body.acc-text-x2 .faq-title { font-size: 3.5rem !important; }
  body.acc-text-x2 .accordion-button { font-size: 1.7rem !important; }
  body.acc-text-x2 .accordion-body { font-size: 1.6rem !important; }

  body.acc-text-x3 .faq-subtitle { font-size: 1.95rem !important; }
  body.acc-text-x3 .faq-title { font-size: 4.4rem !important; }
  body.acc-text-x3 .accordion-button { font-size: 2.2rem !important; }
  body.acc-text-x3 .accordion-body { font-size: 2rem !important; }

  /* Dark Contrast Mode - FAQ Section */
  html[data-contrast="dark"] .faq-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .faq-subtitle {
    color: #ffff00 !important;
  }
  html[data-contrast="dark"] .faq-title {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .accordion-item {
    background-color: #000000 !important;
    border: 1px solid #ffffff !important;
  }
  html[data-contrast="dark"] .accordion-button {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .accordion-button:not(.collapsed) {
    background-color: #22d3ee !important;
    color: #000000 !important;
  }
  html[data-contrast="dark"] .accordion-body {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .accordion-body p {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .accordion-button::after {
    color: #ffffff !important;
  }
  html[data-contrast="dark"] .accordion-button:not(.collapsed)::after {
    color: #000000 !important;
  }

  /* Light Contrast Mode - FAQ Section */
  html[data-contrast="light"] .faq-section {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .accordion-item {
    border: 1px solid #000000 !important;
  }
  html[data-contrast="light"] .accordion-button {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  html[data-contrast="light"] .accordion-button:not(.collapsed) {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  html[data-contrast="light"] .accordion-body {
    background-color: #ffffff !important;
  }
  html[data-contrast="light"] .accordion-body p {
    color: #000000 !important;
  }
  html[data-contrast="light"] .accordion-button::after {
    color: #000000 !important;
  }
  html[data-contrast="light"] .accordion-button:not(.collapsed)::after {
    color: #ffffff !important;
  }

  /* Invert Contrast Mode - FAQ Section */
  html[data-contrast="invert"] .faq-subtitle {
    color: #22d3ee !important;
  }
  html[data-contrast="invert"] .accordion-button:not(.collapsed) {
    color: #22d3ee !important;
  }
  html[data-contrast="invert"] .accordion-button.collapsed::after {
    color: #22d3ee !important;
  }

  /* Text Alignment Support - FAQ and CTA Section */
  body.acc-align-left .faq-intro,
  body.acc-align-left .facet-faq-accordion,
  body.acc-align-left .final-cta-section { text-align: left !important; }
  body.acc-align-center .faq-intro,
  body.acc-align-center .facet-faq-accordion,
  body.acc-align-center .final-cta-section { text-align: center !important; }
  body.acc-align-right .faq-intro,
  body.acc-align-right .facet-faq-accordion,
  body.acc-align-right .final-cta-section { text-align: right !important; }

  /* Final CTA Section Styling (Footer Blend) */
  .final-cta-section {
    padding: 100px 0 120px;
    background-color: var(--primary-color);
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 10;
  }

  .final-cta-container {
    max-width: 850px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .final-cta-title {
    font-size: 2.75rem;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.2;
    color: #ffffff;
  }

  .final-cta-text {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.9);
  }

  .final-cta-btn {
    display: inline-block;
    padding: 18px 45px;
    margin-top: 80px;
    background-color: var(--secondary-color);
    color: var(--primary-color);
    font-size: 1.1rem;
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }

  .final-cta-btn:hover {
    background-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    color: var(--primary-color);
  }

  /* Footer Blend Overrides */
  footer.main-footer {
    margin-top: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    padding-top: 60px !important;
  }

  /* Text Scaling - Final CTA Section */
  body.acc-text-x1 .final-cta-title { font-size: 3.3rem !important; }
  body.acc-text-x1 .final-cta-text { font-size: 1.5rem !important; }
  body.acc-text-x1 .final-cta-btn { font-size: 1.3rem !important; }

  body.acc-text-x2 .final-cta-title { font-size: 3.8rem !important; }
  body.acc-text-x2 .final-cta-text { font-size: 1.75rem !important; }
  body.acc-text-x2 .final-cta-btn { font-size: 1.5rem !important; }

  body.acc-text-x3 .final-cta-title { font-size: 4.8rem !important; }
  body.acc-text-x3 .final-cta-text { font-size: 2.1rem !important; }
  body.acc-text-x3 .final-cta-btn { font-size: 1.9rem !important; }

  /* Contrast Overrides - Final CTA Section */
  html[data-contrast="dark"] .final-cta-section {
    background-color: #000000 !important;
  }
  html[data-contrast="dark"] .final-cta-section a.final-cta-btn,
  html[data-contrast="dark"] .final-cta-section .btn-default,
  html[data-contrast="dark"] .final-cta-section .cta-btn-text {
    background-color: #ffff00 !important;
    color: #000000 !important;
  }
  
  html[data-contrast="dark"] .final-cta-section a.final-cta-btn {
    padding: 18px 45px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    border: none !important;
    text-decoration: none !important;
  }

  html[data-contrast="dark"] .final-cta-section a.final-cta-btn:hover,
  html[data-contrast="dark"] .final-cta-section .btn-default:hover,
  html[data-contrast="dark"] .final-cta-section a.final-cta-btn:hover .cta-btn-text,
  html[data-contrast="dark"] .final-cta-section .btn-default:hover .cta-btn-text {
    background-color: #ffffff !important;
    color: #000000 !important;
  }

  /* Light Contrast Mode - Final CTA Section */
  html[data-contrast="light"] .final-cta-section {
    background-color: #ffffff !important;
    color: #000000 !important;
  }
  html[data-contrast="light"] .final-cta-text {
    color: #000000 !important;
  }
  html[data-contrast="light"] .final-cta-title {
    color: #000000 !important;
  }
  html[data-contrast="light"] .final-cta-section a.final-cta-btn,
  html[data-contrast="light"] .final-cta-section .btn-default,
  html[data-contrast="light"] .final-cta-section .cta-btn-text {
    background-color: #000000 !important;
    color: #ffffff !important;
  }
  html[data-contrast="light"] .final-cta-section a.final-cta-btn {
    padding: 18px 45px !important;
    border-radius: 50px !important;
    display: inline-block !important;
    font-weight: 700 !important;
    border: none !important;
    text-decoration: none !important;
  }

  html[data-contrast="light"] .final-cta-section a.final-cta-btn:hover,
  html[data-contrast="light"] .final-cta-section .btn-default:hover,
  html[data-contrast="light"] .final-cta-section a.final-cta-btn:hover .cta-btn-text,
  html[data-contrast="light"] .final-cta-section .btn-default:hover .cta-btn-text {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #000000 !important;
  }


  
  /* Alignment Overrides - Final CTA Section moved to global block */

  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR CLINICAL SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Stack elements vertically and clean up spacing */
    .clinical-card-section .row {
      display: flex;
      flex-direction: column;
    }
    
    /* Ensure content takes full width and reduces padding for small screens */
    .clinical-card {
      padding: 30px 20px;
      text-align: center;
    }
    
    .clinical-card-content {
      padding-left: 0;
      margin-bottom: 30px; /* Space between text and visual block */
    }
    
    /* Tighten typography gaps */
    .clinical-heading {
      font-size: 28px;
      margin-bottom: 20px;
      line-height: 1.3;
    }
    
    .clinical-text p {
      font-size: 16px;
      margin-bottom: 15px;
    }
    
    /* Center the action button */
    .clinical-card-section .service-cta {
      text-align: center !important;
      margin-top: 10px !important;
    }
    
    /* Re-center and slightly scale down the visual motif to fit mobile viewports */
    .clinical-visuals {
      display: flex;
      justify-content: center;
      margin-top: 20px;
      min-height: auto;
    }
    
    .diagnostic-motif-container {
      width: 220px;
      height: 220px;
      margin: 0 auto;
    }
    
    /* Scale down the massive motif icons so they don't break horizontal flow */
    .diagnostic-motif-container .motif-main { font-size: 90px; }
    .diagnostic-motif-container .motif-float-1 { font-size: 30px; }
    .diagnostic-motif-container .motif-float-2 { font-size: 26px; }
    .diagnostic-motif-container .motif-float-3 { font-size: 22px; }
  }

  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR PROCEDURE OVERVIEW SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce massive 100px padding to 55px on tiny screens */
    .procedure-overview-section {
      padding: 55px 0;
    }

    /* Left column heading block: reduce bottom margin prior to cards */
    .overview-heading-block {
      margin-bottom: 30px;
      padding-right: 0;
    }

    /* Column Reset - Convert layout strictly to vertical stack */
    .procedure-overview-section .row {
      display: flex;
      flex-direction: column;
    }

    /* Eyebrow: tighten letter-spacing on narrow screens */
    .overview-eyebrow {
      font-size: 0.75rem;
      letter-spacing: 1.5px;
      margin-bottom: 10px;
    }

    /* Title: scale 2.5rem down to 1.6rem for mobile readability */
    .overview-title {
      font-size: 1.6rem;
      line-height: 1.25;
      margin-bottom: 18px;
    }

    /* Intro text: tighten for density */
    .overview-intro-text {
      font-size: 0.95rem;
      line-height: 1.65;
      margin-bottom: 14px;
    }

    /* Info note box: compact padding */
    .overview-note {
      font-size: 0.9rem;
      padding: 12px 14px;
    }

    /* Benefits grid: Enforce 1 column layout with minimal gap */
    .benefits-grid {
      grid-template-columns: 1fr;
      gap: 12px;
    }

    /* Benefit cards: slightly reduce the 30px padding internally */
    .benefit-card {
      padding: 18px;
    }

    /* Card hover: disable vertical jump animation on touch devices */
    .benefit-card:hover {
      transform: none;
    }

    /* Icon box: Scale down from 48px to 38px */
    .benefit-icon {
      width: 38px;
      height: 38px;
      font-size: 16px;
      margin-bottom: 14px;
      border-radius: 8px;
    }

    /* Benefit text: shrink slightly */
    .benefit-text {
      font-size: 0.9rem;
      line-height: 1.5;
    }

    .overview-footer-note {
      margin-top: 20px !important;
      font-size: 0.95rem !important;
    }
  }

  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR CONDITIONS TREATED SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: 120px → 55px padding */
    .conditions-section {
      padding: 55px 0;
    }

    /* Intro block: reduce bottom separation */
    .conditions-intro {
      margin-bottom: 30px;
    }

    /* Subtitle */
    .conditions-subtitle {
      font-size: 0.75rem;
      letter-spacing: 1.5px;
      margin-bottom: 12px;
    }

    /* Title: 3rem → 1.65rem — prevents overflow on all-caps text at 320px */
    .conditions-title {
      font-size: 1.65rem;
      line-height: 1.25;
      margin-bottom: 14px;
    }

    /* Description */
    .conditions-desc {
      font-size: 1rem;
      max-width: 100%;
    }

    /* Condition cards: reduce generous 32px padding */
    .condition-item-card {
      padding: 20px 16px;
      border-radius: 12px;
    }

    /* Card hover: disable translateY on touch */
    .condition-item-card:hover {
      transform: none;
    }

    /* Card arrow: scale down slightly */
    .condition-arrow {
      width: 36px;
      height: 36px;
      font-size: 13px;
      flex-shrink: 0;
    }

    /* Disable arrow translateX on touch */
    .condition-item-card:hover .condition-arrow {
      transform: none;
    }

    /* Condition name */
    .condition-name {
      font-size: 1.05rem;
    }

    /* Conditions grid: reduce gap */
    .conditions-grid {
      grid-template-columns: 1fr;
      gap: 12px;
      margin-bottom: 30px;
    }

    /* Bottom note box: reduce large 40px desktop padding */
    .conditions-note {
      padding: 22px 18px;
      border-radius: 10px;
    }

    .conditions-note p {
      font-size: 0.95rem;
      line-height: 1.6;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR PROCEDURE STEPS SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px to 50px */
    .procedure-steps-section {
      padding: 50px 0;
    }

    /* Intro: reduce separation */
    .procedure-intro {
      margin-bottom: 30px;
    }

    /* Subtitle scaling */
    .procedure-subtitle {
      font-size: 1rem;
    }

    /* Title scaling: prevent lengthy all-caps headers from forcing scroll */
    .procedure-title {
      font-size: 1.8rem;
    }

    .procedure-desc {
      font-size: 1rem;
    }

    /* Timeline line: Maintain thin profile and ensure position is stable */
    .procedure-timeline::before {
      left: 20px;
    }

    /* Conversion to strictly single-column mobile stack */
    .procedure-step-item, .procedure-step-item:nth-child(even) {
      padding-left: 50px !important;
      padding-right: 0 !important;
      justify-content: flex-start !important;
      margin-bottom: 40px;
    }

    /* Dot alignment for the new single-column stack */
    .procedure-step-dot {
      left: 20px !important;
      width: 16px;
      height: 16px;
      border-width: 3px;
    }

    /* Step Card: tighten internal density */
    .procedure-step-card {
      padding: 20px;
      width: 100%;
      border-radius: 16px;
    }

    /* Card hover: disable lift on mobile for UX stability */
    .procedure-step-card:hover {
      transform: none;
    }

    /* Step Header: scale title and icon box */
    .procedure-step-header {
      margin-bottom: 10px;
    }

    .procedure-step-icon {
      width: 40px;
      height: 40px;
      font-size: 1.25rem;
      border-radius: 8px;
    }

    .procedure-step-title {
      font-size: 1.2rem;
    }

    .procedure-step-text {
      font-size: 0.95rem;
    }

    /* Footer box: remove large 30px desktop padding */
    .procedure-footer {
      padding: 20px;
      margin-top: 20px;
    }

    .procedure-footer p {
      font-size: 0.95rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR ROLE SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px to 55px */
    .role-section {
      padding: 55px 0;
    }

    /* Intro: reduce separation */
    .role-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .role-subtitle {
      font-size: 1rem;
    }

    /* Title scaling */
    .role-title {
      font-size: 1.8rem;
    }

    .role-desc {
      font-size: 1rem;
    }

    /* Grid: stack vertically */
    .role-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 30px;
    }

    /* Card: reduce padding and density */
    .role-card {
      padding: 25px;
      border-radius: 16px;
    }

    /* Card hover: disable lift for UX stability */
    .role-card:hover {
      transform: none;
    }

    /* Icon scaling */
    .role-icon {
      width: 50px;
      height: 50px;
      font-size: 1.5rem;
      border-radius: 12px;
      margin-right: 15px;
    }

    .role-card-title {
      font-size: 1.25rem;
    }

    .role-card-text {
      font-size: 0.95rem;
    }

    /* Footer note: reduce padding and density */
    .role-footer-note {
      padding: 20px;
      margin-top: 20px;
    }

    .role-footer-note p {
      font-size: 0.95rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR SAFETY SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px to 55px */
    .safety-section {
      padding: 55px 0;
    }

    /* Intro: reduce separation */
    .safety-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .safety-subtitle {
      font-size: 1rem;
    }

    /* Title scaling */
    .safety-title {
      font-size: 1.8rem;
    }

    .safety-desc {
      font-size: 1rem;
    }

    /* Grid: stack vertically */
    .safety-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 30px;
    }

    /* Card: reduce padding and density */
    .safety-card {
      padding: 25px;
      border-radius: 16px;
    }

    /* Card hover: disable lift for UX stability */
    .safety-card:hover {
      transform: none;
    }

    /* Icon scaling */
    .safety-icon {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
      margin-bottom: 15px;
    }

    .safety-card-text {
      font-size: 1rem;
    }

    /* Conclusion box: reduce padding and density */
    .safety-conclusion {
      padding: 20px;
    }

    .safety-conclusion p {
      font-size: 1rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR EXPERT SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px 0 160px to 55px 0 60px */
    .expert-section {
      padding: 55px 0 60px;
    }

    /* Intro: reduce separation */
    .expert-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .expert-subtitle {
      font-size: 1rem;
    }

    /* Title scaling */
    .expert-title {
      font-size: 1.8rem;
    }

    /* Expert Card: stack column */
    .expert-card {
      flex-direction: column;
      border-left: none;
      border-top: 6px solid var(--primary-color);
      border-radius: 20px;
    }

    /* Hover: disable lift for UX stability */
    .expert-card:hover {
      transform: none;
    }

    /* Image: fixed height for stacked layout */
    .expert-image-col {
      flex: 0 0 280px;
    }

    /* Content block: reduce padding */
    .expert-content-block {
      padding: 30px 20px;
      text-align: center;
    }

    .expert-text {
      font-size: 1rem;
      margin-bottom: 20px;
    }

    .expert-text:last-of-type {
      margin-bottom: 30px;
    }

    /* CTA alignment */
    .expert-cta-wrap {
      justify-content: center;
    }

    .expert-section .btn-default span {
      padding: 12px 25px;
      font-size: 0.95rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR RESULTS SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px 0 160px to 55px 0 60px */
    .results-section {
      padding: 55px 0 60px;
    }

    /* Intro: reduce separation */
    .results-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .results-subtitle {
      font-size: 1rem;
    }

    /* Title scaling */
    .results-title {
      font-size: 1.8rem;
    }

    .results-desc {
      font-size: 1rem;
    }

    /* Grid: stack vertically */
    .results-grid {
      grid-template-columns: 1fr;
      gap: 20px;
      margin-bottom: 30px;
    }

    /* Card: reduce padding and density */
    .results-card {
      padding: 25px;
      border-radius: 16px;
    }

    /* Card hover: disable lift for UX stability */
    .results-card:hover {
      transform: none;
    }

    /* Icon scaling */
    .results-icon {
      width: 60px;
      height: 60px;
      font-size: 1.5rem;
      margin-bottom: 15px;
    }

    .results-card-text {
      font-size: 1rem;
    }

    /* Footer box: reduce padding and density */
    .results-footer {
      padding: 20px;
    }

    .results-footer p {
      font-size: 1rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR RELATED TREATMENTS SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px 0 160px to 55px 0 60px */
    .related-section {
      padding: 55px 0 60px;
    }

    /* Intro: reduce separation */
    .related-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .related-subtitle {
      font-size: 1rem;
    }

    /* Title scaling */
    .related-title {
      font-size: 1.8rem;
    }

    .related-desc {
      font-size: 1rem;
    }

    /* Grid: stack vertically */
    .related-grid {
      grid-template-columns: 1fr;
      gap: 15px;
    }

    /* Card: horizontal row layout for mobile */
    .related-item-card {
      flex-direction: row;
      align-items: center;
      text-align: left;
      padding: 15px 20px;
      border-radius: 12px;
    }

    /* Hover: disable lift for UX stability */
    .related-item-card:hover {
      transform: none;
    }

    /* Icon: smaller and positioned for Row */
    .related-card-icon {
      width: 45px;
      height: 45px;
      flex: 0 0 45px;
      font-size: 1.2rem;
      margin: 0 15px 0 0; /* Right margin for row */
      border-radius: 10px;
    }

    /* Name scaling */
    .related-card-name {
      font-size: 1rem;
      margin-bottom: 0;
      flex: 1;
    }

    /* Arrow */
    .related-card-arrow {
      margin-top: 0;
      margin-left: 10px;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR SPINE CARE OPTIONS SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 120px 0 260px to 60px 0 80px */
    .options-section {
      padding: 60px 0 80px;
    }

    /* Decorative glow: shrink for smaller screens */
    .options-section::after {
      width: 250px;
      height: 250px;
      bottom: -100px;
      right: -100px;
    }

    /* Intro: reduce separation and density */
    .options-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .options-subtitle {
      font-size: 1rem;
      margin-bottom: 10px;
    }

    /* Title scaling */
    .options-title {
      font-size: 1.8rem;
      margin-bottom: 15px;
    }

    /* Description scaling */
    .options-desc {
      font-size: 1rem;
    }

    /* Grid: gap reduction (layout already stacks from 767px query) */
    .options-grid {
      gap: 20px;
    }

    /* Card: reduce padding for mobile viewports */
    .options-card {
      padding: 35px 25px;
      border-radius: 20px;
    }

    /* Hover: disable lift for UX stability */
    .options-card:hover {
      transform: none;
    }

    /* Icon scaling */
    .options-card-icon {
      font-size: 2.2rem;
      margin-bottom: 20px;
    }

    /* Name scaling */
    .options-card-name {
      font-size: 1.3rem;
      margin-bottom: 15px;
    }

    /* Link scaling */
    .options-card-link {
      font-size: 1rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR FAQ SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px to 50px */
    .faq-section {
      padding: 50px 0;
    }

    /* Intro: reduce separation and density */
    .faq-intro {
      margin-bottom: 35px;
    }

    /* Subtitle scaling */
    .faq-subtitle {
      font-size: 1rem;
    }

    /* Title scaling */
    .faq-title {
      font-size: 1.8rem;
    }

    /* Accordion spacing */
    .facet-faq-accordion .accordion-item {
      margin-bottom: 15px;
    }

    /* Accordion Button: scale font and adjust padding for mobile */
    .facet-faq-accordion .accordion-button {
      font-size: 17px;
      padding: 15px 40px 15px 15px;
    }

    .facet-faq-accordion .accordion-button::after {
      right: 15px;
      font-size: 16px;
    }

    /* Accordion Body: scale font and adjust padding */
    .facet-faq-accordion .accordion-body {
      padding: 15px;
      font-size: 1rem;
    }
  }
  /* ==========================================================================
     MOBILE SPECIFIC (≤480px) OVERRIDES FOR FINAL CTA SECTION
     ========================================================================== */
  @media (max-width: 480px) {
    /* Section: reduce vertical padding from 100px 0 120px to 60px 0 70px */
    .final-cta-section {
      padding: 60px 0 70px;
    }

    /* Title scaling */
    .final-cta-title {
      font-size: 1.8rem;
      margin-bottom: 20px;
    }

    /* Text scaling */
    .final-cta-text {
      font-size: 1rem;
    }

    /* Button spacing: reduce the massive top margin */
    .final-cta-section .btn-default {
      margin-top: 40px;
    }
  }