/* 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;
  }

  /* Role Icons - Invert Mode */
  html[data-contrast="invert"] .role-icon-box i {
    color: #ffffff !important; /* Rendered White -> Visual Black */
  }

  /* 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,
  html[data-contrast="light"] .role-icon-box 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;
  }

  /* Super Nuclear Fix for Conditions Arrows - All Modes */
  html[data-contrast] .conditions-grid .condition-item-card:hover .condition-arrow i,
  html[data-contrast] .conditions-grid .condition-item-card:hover .condition-arrow i::before,
  html[data-contrast] .conditions-grid .condition-item-card .condition-arrow i,
  html[data-contrast] .conditions-grid .condition-item-card .condition-arrow i::before {
    filter: none !important;
    -webkit-filter: none !important;
    background: transparent !important;
    background-image: none !important;
    mask-image: none !important;
    -webkit-mask-image: none !important;
    transform: none !important;
    opacity: 1 !important;
    font-family: "Font Awesome 6 Free", "Font Awesome 5 Free", "Font Awesome 6 Solid", "Font Awesome 5 Solid" !important;
    font-weight: 900 !important;
    font-style: normal !important;
    font-variant: normal !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-shadow: none !important;
    box-shadow: none !important;
  }

  /* Specific Dark Mode Fix for Arrows visibility */
  html[data-contrast="dark"] .conditions-grid .condition-item-card .condition-arrow i {
    color: #ffffff !important;
  }

  /* Nuclear Hover Fix for Light Mode Arrows & Cards */
  html[data-contrast="light"] .conditions-grid .condition-item-card,
  html[data-contrast="light"] .conditions-grid .condition-item-card:hover,
  html[data-contrast="light"] .conditions-grid .condition-item-card *,
  html[data-contrast="light"] .conditions-grid .condition-item-card:hover * {
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html[data-contrast="light"] .conditions-grid .condition-item-card:hover .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"] .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;
    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 & Cards */
  html[data-contrast="dark"] .conditions-grid .condition-item-card,
  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover,
  html[data-contrast="dark"] .conditions-grid .condition-item-card *,
  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover * {
    text-decoration: none !important;
    box-shadow: none !important;
  }

  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover {
    border-color: #22d3ee !important;
    transform: translateY(-8px) !important;
    background-color: rgba(255, 255, 255, 0.08) !important;
  }

  html[data-contrast="dark"] .conditions-grid .condition-item-card:hover .condition-arrow {
    background-color: rgba(255, 255, 255, 0.1) !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: #ffffff !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 */
  }

  /* Icon Hover - Invert mode (Procedure Steps) - Parent Level Trigger */
  html[data-contrast="invert"] .procedure-step-item:hover .procedure-step-icon 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"] .role-icon i {
    color: #ffff00 !important;
    /* Bright Yellow */
    filter: invert(100%) hue-rotate(180deg) !important;
    /* Double invert to restore yellow */
  }

  /* 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;
  }

  /* Invert Contrast Mode - Safety Section */
  html[data-contrast="invert"] .safety-icon i {
    color: #ffff00 !important;
    /* Bright Yellow */
    filter: invert(100%) hue-rotate(180deg) !important;
    /* Double invert to restore yellow */
  }

  /* 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(4, 1fr);
    gap: 30px;
    margin-bottom: 50px;
  }

  @media (max-width: 991px) {
    .results-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 576px) {
    .results-grid {
      grid-template-columns: 1fr;
    }
  }

  .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: all 0.3s ease;
    box-shadow: none;
  }

  .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;
  }

  /* Final CTA Button (Primary) - Dark Mode Contrast Fix - Nuclear Override */
  html[data-contrast="dark"] .final-cta-section a.final-cta-btn,
  html[data-contrast="dark"] .final-cta-section .cta-btn-text {
    background-color: #ffff00 !important;
    color: #000000 !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 700 !important;
    padding: 18px 45px !important;
    border-radius: 50px !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;
  }

  /* Light Contrast Mode - Final CTA Section */
  html[data-contrast="light"] .final-cta-section a.final-cta-btn,
  html[data-contrast="light"] .final-cta-section .cta-btn-text {
    background-color: #000000 !important;
    color: #ffffff !important;
    border: none !important;
    text-decoration: none !important;
    display: inline-block !important;
    font-weight: 700 !important;
    padding: 18px 45px !important;
    border-radius: 50px !important;
  }

  /* Alignment Overrides - Final CTA Section moved to global block */