/* ========================================
 * Healthcare RCM Section Styles
 * Scoped to .healthcare-rcm to avoid conflicts
 * ======================================== */

/* @font-face rules */
@font-face {
    font-family: CameraPlainVariable;
    src: url("https://cdn.gpteng.co/mcp-widgets/v1/fonts/CameraPlainVariable.woff2") format("woff2");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

/* Scoped Variables */
.healthcare-rcm {
    --background: 210 20% 98%;
    --foreground: 215 25% 15%;
    --card: 0 0% 100%;
    --primary: 210 75% 25%;
    --primary-foreground: 0 0% 100%;
    --secondary: 170 45% 40%;
    --secondary-foreground: 0 0% 100%;
    --muted-foreground: 215 15% 45%;
    --accent-foreground: 0 0% 100%;
    --destructive: 0 84% 60%;
    --border: 210 20% 88%;
    --radius: .5rem;
    --gradient-primary: linear-gradient(135deg, hsl(210 75% 25%) 0%, hsl(170 45% 40%) 100%);
}

/* Base Scoped Resets */
.healthcare-rcm *,
.healthcare-rcm ::before,
.healthcare-rcm ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-gradient-from-position: ;
    --tw-gradient-to-position: ;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia: ;
    box-sizing: border-box;
}

.healthcare-rcm * {
    border-color: hsl(var(--border));
}

/* Container */
.healthcare-rcm .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 2rem;
    padding-left: 2rem;
}

@media (min-width: 1400px) {
    .healthcare-rcm .container {
        max-width: 1400px;
    }
}

/* Position Utilities */
.healthcare-rcm .fixed {
    position: fixed;
}

.healthcare-rcm .absolute {
    position: absolute;
}

.healthcare-rcm .relative {
    position: relative;
}

/* Inset Utilities */
.healthcare-rcm .inset-0 {
    inset: 0px;
}

.healthcare-rcm .-bottom-1 {
    bottom: -0.25rem;
}

.healthcare-rcm .-left-2 {
    left: -0.5rem;
}

.healthcare-rcm .-top-2 {
    top: -0.5rem;
}

.healthcare-rcm .bottom-0 {
    bottom: 0px;
}

.healthcare-rcm .bottom-10 {
    bottom: 2.5rem;
}

.healthcare-rcm .left-0 {
    left: 0px;
}

.healthcare-rcm .left-10 {
    left: 2.5rem;
}

.healthcare-rcm .right-0 {
    right: 0px;
}

.healthcare-rcm .right-10 {
    right: 2.5rem;
}

.healthcare-rcm .right-4 {
    right: 1rem;
}

.healthcare-rcm .top-0 {
    top: 0px;
}

.healthcare-rcm .top-20 {
    top: 5rem;
}

.healthcare-rcm .top-4 {
    top: 1rem;
}

/* Z-Index */
.healthcare-rcm .z-10 {
    z-index: 10;
}

.healthcare-rcm .z-50 {
    z-index: 50;
}

.healthcare-rcm .z-\[100\] {
    z-index: 100;
}

/* Margin Utilities */
.healthcare-rcm .mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.healthcare-rcm .mb-1 {
    margin-bottom: 0.25rem;
}

.healthcare-rcm .mb-10 {
    margin-bottom: 2.5rem;
}

.healthcare-rcm .mb-12 {
    margin-bottom: 3rem;
}

.healthcare-rcm .mb-2 {
    margin-bottom: 0.5rem;
}

.healthcare-rcm .mb-3 {
    margin-bottom: 0.75rem;
}

.healthcare-rcm .mb-4 {
    margin-bottom: 1rem;
}

.healthcare-rcm .mb-6 {
    margin-bottom: 1.5rem;
}

.healthcare-rcm .mb-8 {
    margin-bottom: 2rem;
}

.healthcare-rcm .ml-2 {
    margin-left: 0.5rem;
}

.healthcare-rcm .mt-0\.5 {
    margin-top: 0.125rem;
}

.healthcare-rcm .mt-1 {
    margin-top: 0.25rem;
}

.healthcare-rcm .mt-6 {
    margin-top: 1.5rem;
}

/* Display Utilities */
.healthcare-rcm .flex {
    display: flex;
}

.healthcare-rcm .inline-flex {
    display: inline-flex;
}

.healthcare-rcm .grid {
    display: grid;
}

.healthcare-rcm .hidden {
    display: none;
}

/* Height Utilities */
.healthcare-rcm .h-0\.5 {
    height: 0.125rem;
}

.healthcare-rcm .h-1 {
    height: 0.25rem;
}

.healthcare-rcm .h-10 {
    height: 2.5rem;
}

.healthcare-rcm .h-11 {
    height: 2.75rem;
}

.healthcare-rcm .h-12 {
    height: 3rem;
}

.healthcare-rcm .h-14 {
    height: 3.5rem;
}

.healthcare-rcm .h-16 {
    height: 4rem;
}

.healthcare-rcm .h-20 {
    height: 5rem;
}

.healthcare-rcm .h-24 {
    height: 6rem;
}

.healthcare-rcm .h-32 {
    height: 8rem;
}

.healthcare-rcm .h-4 {
    height: 1rem;
}

.healthcare-rcm .h-48 {
    height: 12rem;
}

.healthcare-rcm .h-5 {
    height: 1.25rem;
}

.healthcare-rcm .h-6 {
    height: 1.5rem;
}

.healthcare-rcm .h-64 {
    height: 16rem;
}

.healthcare-rcm .h-7 {
    height: 1.75rem;
}

.healthcare-rcm .h-8 {
    height: 2rem;
}

.healthcare-rcm .h-9 {
    height: 2.25rem;
}

.healthcare-rcm .max-h-screen {
    max-height: 100vh;
}

.healthcare-rcm .min-h-screen {
    min-height: 100vh;
}

/* Width Utilities */
.healthcare-rcm .w-0 {
    width: 0px;
}

.healthcare-rcm .w-10 {
    width: 2.5rem;
}

.healthcare-rcm .w-12 {
    width: 3rem;
}

.healthcare-rcm .w-14 {
    width: 3.5rem;
}

.healthcare-rcm .w-16 {
    width: 4rem;
}

.healthcare-rcm .w-24 {
    width: 6rem;
}

.healthcare-rcm .w-32 {
    width: 8rem;
}

.healthcare-rcm .w-4 {
    width: 1rem;
}

.healthcare-rcm .w-48 {
    width: 12rem;
}

.healthcare-rcm .w-5 {
    width: 1.25rem;
}

.healthcare-rcm .w-6 {
    width: 1.5rem;
}

.healthcare-rcm .w-64 {
    width: 16rem;
}

.healthcare-rcm .w-7 {
    width: 1.75rem;
}

.healthcare-rcm .w-8 {
    width: 2rem;
}

.healthcare-rcm .w-full {
    width: 100%;
}

/* Max Width Utilities */
.healthcare-rcm .max-w-2xl {
    max-width: 42rem;
}

.healthcare-rcm .max-w-3xl {
    max-width: 48rem;
}

.healthcare-rcm .max-w-4xl {
    max-width: 56rem;
}

.healthcare-rcm .max-w-5xl {
    max-width: 64rem;
}

.healthcare-rcm .max-w-6xl {
    max-width: 72rem;
}

.healthcare-rcm .max-w-sm {
    max-width: 24rem;
}

/* Flex Utilities */
.healthcare-rcm .flex-1 {
    flex: 1 1 0%;
}

.healthcare-rcm .flex-shrink-0,
.healthcare-rcm .shrink-0 {
    flex-shrink: 0;
}

/* Transform Utilities */
.healthcare-rcm .-translate-x-1\/2 {
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.healthcare-rcm .-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.healthcare-rcm .translate-x-1\/2 {
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.healthcare-rcm .translate-y-1\/2 {
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.healthcare-rcm .scale-x-0 {
    --tw-scale-x: 0;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.healthcare-rcm .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Flex Direction */
.healthcare-rcm .flex-col {
    flex-direction: column;
}

.healthcare-rcm .flex-col-reverse {
    flex-direction: column-reverse;
}

.healthcare-rcm .flex-wrap {
    flex-wrap: wrap;
}

/* Align Items */
.healthcare-rcm .items-start {
    align-items: flex-start;
}

.healthcare-rcm .items-center {
    align-items: center;
}

/* Justify Content */
.healthcare-rcm .justify-center {
    justify-content: center;
}

.healthcare-rcm .justify-between {
    justify-content: space-between;
}

/* Gap Utilities */
.healthcare-rcm .gap-12 {
    gap: 3rem;
}

.healthcare-rcm .gap-2 {
    gap: 0.5rem;
}

.healthcare-rcm .gap-3 {
    gap: 0.75rem;
}

.healthcare-rcm .gap-4 {
    gap: 1rem;
}

.healthcare-rcm .gap-6 {
    gap: 1.5rem;
}

.healthcare-rcm .gap-8 {
    gap: 2rem;
}

/* Space Utilities */
.healthcare-rcm .space-x-2> :not([hidden])~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
    margin-left: calc(.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.healthcare-rcm .space-y-2> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem * var(--tw-space-y-reverse));
}

.healthcare-rcm .space-y-3> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
}

.healthcare-rcm .space-y-4> :not([hidden])~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

/* Overflow */
.healthcare-rcm .overflow-hidden {
    overflow: hidden;
}

/* White Space */
.healthcare-rcm .whitespace-nowrap {
    white-space: nowrap;
}

/* Border Radius */
.healthcare-rcm .rounded-2xl {
    border-radius: 1rem;
}

.healthcare-rcm .rounded-full {
    border-radius: 9999px;
}

.healthcare-rcm .rounded-lg {
    border-radius: var(--radius);
}

.healthcare-rcm .rounded-md {
    border-radius: calc(var(--radius) - 2px);
}

.healthcare-rcm .rounded-xl {
    border-radius: 0.75rem;
}

/* Border */
.healthcare-rcm .border {
    border-width: 1px;
}

.healthcare-rcm .border-t {
    border-top-width: 1px;
}

/* Border Colors */
.healthcare-rcm .border-\[rgb\(21\,34\,176\)\],
.healthcare-rcm .border-blog-heading {
    --tw-border-opacity: 1;
    border-color: rgb(21 34 176 / var(--tw-border-opacity, 1));
}

.healthcare-rcm .border-gray-100 {
    --tw-border-opacity: 1;
    border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}

.healthcare-rcm .border-primary {
    border-color: hsl(var(--primary));
}

.healthcare-rcm .border-primary-foreground\/10 {
    border-color: hsl(var(--primary-foreground) / .1);
}

/* Background Colors */
.healthcare-rcm .\!bg-blue-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-cyan-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(207 250 254 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-emerald-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-indigo-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-orange-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-purple-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-rose-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 228 230 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-sky-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(224 242 254 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .\!bg-violet-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(237 233 254 / var(--tw-bg-opacity, 1)) !important;
}

.healthcare-rcm .bg-\[rgb\(21\,34\,176\)\] {
    --tw-bg-opacity: 1;
    background-color: rgb(21 34 176 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-\[rgb\(21\,34\,176\)\]\/10 {
    background-color: rgba(21, 34, 176, 0.1);
}

.healthcare-rcm .bg-amber-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 243 199 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-background {
    background-color: hsl(var(--background));
}

.healthcare-rcm .bg-card\/95 {
    background-color: hsl(var(--card) / .95);
}

.healthcare-rcm .bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-orange-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-primary {
    background-color: hsl(var(--primary));
}

.healthcare-rcm .bg-primary-foreground\/10 {
    background-color: hsl(var(--primary-foreground) / .1);
}

.healthcare-rcm .bg-red-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-secondary {
    background-color: hsl(var(--secondary));
}

.healthcare-rcm .bg-teal-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(204 251 241 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-teal-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-teal-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.healthcare-rcm .bg-white\/10 {
    background-color: rgba(255, 255, 255, 0.1);
}

.healthcare-rcm .bg-white\/20 {
    background-color: rgba(255, 255, 255, 0.2);
}

/* Gradients */
.healthcare-rcm .bg-gradient-to-br {
    background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}

.healthcare-rcm .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.healthcare-rcm .from-\[rgb\(21\,34\,176\)\] {
    --tw-gradient-from: rgb(21, 34, 176) var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(21 34 176 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.healthcare-rcm .to-\[rgb\(21\,34\,176\)\]\/50 {
    --tw-gradient-to: rgb(21 34 176 / .5) var(--tw-gradient-to-position);
}

.healthcare-rcm .to-\[rgb\(21\,34\,176\)\]\/80 {
    --tw-gradient-to: rgb(21 34 176 / .8) var(--tw-gradient-to-position);
}

/* Padding */
.healthcare-rcm .p-2 {
    padding: 0.5rem;
}

.healthcare-rcm .p-4 {
    padding: 1rem;
}

.healthcare-rcm .p-6 {
    padding: 1.5rem;
}

.healthcare-rcm .px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.healthcare-rcm .px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.healthcare-rcm .px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.healthcare-rcm .py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.healthcare-rcm .py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.healthcare-rcm .py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.healthcare-rcm .py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.healthcare-rcm .py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.healthcare-rcm .py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.healthcare-rcm .pb-12 {
    padding-bottom: 3rem;
}

.healthcare-rcm .pr-12 {
    padding-right: 3rem;
}

.healthcare-rcm .pt-24 {
    padding-top: 6rem;
}

/* Text Align */
.healthcare-rcm .text-center {
    text-align: center;
}

/* Font Family */
.healthcare-rcm .font-display {
    font-family: Inter, sans-serif;
}

/* Font Size */
.healthcare-rcm .text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.healthcare-rcm .text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.healthcare-rcm .text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.healthcare-rcm .text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.healthcare-rcm .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.healthcare-rcm .text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.healthcare-rcm .text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

/* Font Weight */
.healthcare-rcm .font-bold {
    font-weight: 700;
}

.healthcare-rcm .font-medium {
    font-weight: 500;
}

.healthcare-rcm .font-semibold {
    font-weight: 600;
}

/* Line Height */
.healthcare-rcm .leading-relaxed {
    line-height: 1.625;
}

.healthcare-rcm .leading-tight {
    line-height: 1.25;
}

/* Text Colors */
.healthcare-rcm .text-\[rgb\(20\,24\,76\)\] {
    --tw-text-opacity: 1;
    color: rgb(20 24 76 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-\[rgb\(20\,24\,76\)\]\/60 {
    color: rgba(20, 24, 76, 0.6);
}

.healthcare-rcm .text-\[rgb\(21\,34\,176\)\] {
    --tw-text-opacity: 1;
    color: rgb(21 34 176 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-\[rgb\(21\,34\,176\)\]\/80 {
    color: rgba(21, 34, 176, 0.8);
}

.healthcare-rcm .text-amber-500 {
    --tw-text-opacity: 1;
    color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-amber-600 {
    --tw-text-opacity: 1;
    color: rgb(217 119 6 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-blue-500 {
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-cyan-500 {
    --tw-text-opacity: 1;
    color: rgb(6 182 212 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-emerald-500 {
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-foreground {
    color: hsl(var(--foreground));
}

.healthcare-rcm .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-green-500 {
    --tw-text-opacity: 1;
    color: rgb(34 197 94 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-indigo-500 {
    --tw-text-opacity: 1;
    color: rgb(99 102 241 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-muted-foreground {
    color: hsl(var(--muted-foreground));
}

.healthcare-rcm .text-orange-500 {
    --tw-text-opacity: 1;
    color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-primary {
    color: hsl(var(--primary));
}

.healthcare-rcm .text-primary-foreground {
    color: hsl(var(--primary-foreground));
}

.healthcare-rcm .text-primary-foreground\/60 {
    color: hsl(var(--primary-foreground) / .6);
}

.healthcare-rcm .text-primary-foreground\/70 {
    color: hsl(var(--primary-foreground) / .7);
}

.healthcare-rcm .text-primary-foreground\/80 {
    color: hsl(var(--primary-foreground) / .8);
}

.healthcare-rcm .text-purple-500 {
    --tw-text-opacity: 1;
    color: rgb(168 85 247 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-rose-500 {
    --tw-text-opacity: 1;
    color: rgb(244 63 94 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-secondary-foreground {
    color: hsl(var(--secondary-foreground));
}

.healthcare-rcm .text-sky-500 {
    --tw-text-opacity: 1;
    color: rgb(14 165 233 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-teal-500 {
    --tw-text-opacity: 1;
    color: rgb(20 184 166 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-teal-600 {
    --tw-text-opacity: 1;
    color: rgb(13 148 136 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-violet-500 {
    --tw-text-opacity: 1;
    color: rgb(139 92 246 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .text-white\/30 {
    color: rgba(255, 255, 255, 0.3);
}

.healthcare-rcm .text-white\/70 {
    color: rgba(255, 255, 255, 0.7);
}

.healthcare-rcm .text-white\/90 {
    color: rgba(255, 255, 255, 0.9);
}

/* Opacity */
.healthcare-rcm .opacity-5 {
    opacity: 0.05;
}

.healthcare-rcm .opacity-80 {
    opacity: 0.8;
}

/* Shadow */
.healthcare-rcm .shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Blur */
.healthcare-rcm .blur-3xl {
    --tw-blur: blur(64px);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

/* Backdrop */
.healthcare-rcm .backdrop-blur-md {
    --tw-backdrop-blur: blur(12px);
    backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

/* Transitions */
.healthcare-rcm .transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.healthcare-rcm .transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.healthcare-rcm .transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.healthcare-rcm .duration-200 {
    transition-duration: 0.2s;
}

.healthcare-rcm .duration-300 {
    transition-duration: 0.3s;
}

/* Custom Component Classes */
.healthcare-rcm .bg-gradient-primary {
    background: var(--gradient-primary);
}

.healthcare-rcm .rcm-heading {
    font-family: Inter, sans-serif;
    color: rgb(21, 34, 176);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.healthcare-rcm .rcm-text {
    font-family: Inter, sans-serif;
    color: rgb(20, 24, 76);
    line-height: 1.75;
}

.healthcare-rcm .rcm-card {
    background: rgb(255, 255, 255);
    border-radius: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px;
    transition: 0.3s;
}

.healthcare-rcm .rcm-card:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px;
    transform: translateY(-2px);
}

.healthcare-rcm .rcm-icon-container {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: rgba(21, 34, 176, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.healthcare-rcm .rcm-step-number {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgb(21, 34, 176);
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.875rem;
}

.healthcare-rcm .rcm-cycle-container {
    position: relative;
    width: 280px;
    height: 280px;
    margin: 0px auto;
}

.healthcare-rcm .rcm-cycle-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 55%;
    height: 55%;
    border-radius: 50%;
    background: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 10;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 20px;
}

.healthcare-rcm .rcm-cycle-segment {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.healthcare-rcm .rcm-stage-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px;
    z-index: 20;
}

.healthcare-rcm .rcm-stage-label {
    position: absolute;
    font-weight: 600;
    white-space: nowrap;
    z-index: 20;
}

.healthcare-rcm .rcm-stage-number {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.75rem;
    color: rgb(255, 255, 255);
    z-index: 25;
}

/* Hover States */
.healthcare-rcm .hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.healthcare-rcm .hover\:border-\[rgb\(21\,34\,176\)\]\/30:hover {
    border-color: rgba(21, 34, 176, 0.3);
}

.healthcare-rcm .hover\:bg-\[rgb\(21\,34\,176\)\]\/10:hover {
    background-color: rgba(21, 34, 176, 0.1);
}

.healthcare-rcm .hover\:bg-\[rgb\(21\,34\,176\)\]\/90:hover {
    background-color: rgba(21, 34, 176, 0.9);
}

.healthcare-rcm .hover\:bg-primary:hover {
    background-color: hsl(var(--primary));
}

.healthcare-rcm .hover\:bg-primary-foreground\/10:hover {
    background-color: hsl(var(--primary-foreground) / .1);
}

.healthcare-rcm .hover\:bg-secondary:hover {
    background-color: hsl(var(--secondary));
}

.healthcare-rcm .hover\:bg-secondary\/90:hover {
    background-color: hsl(var(--secondary) / .9);
}

.healthcare-rcm .hover\:text-\[rgb\(21\,34\,176\)\]:hover {
    --tw-text-opacity: 1;
    color: rgb(21 34 176 / var(--tw-text-opacity, 1));
}

.healthcare-rcm .hover\:text-accent-foreground:hover {
    color: hsl(var(--accent-foreground));
}

.healthcare-rcm .hover\:text-primary:hover {
    color: hsl(var(--primary));
}

.healthcare-rcm .hover\:text-primary-foreground:hover {
    color: hsl(var(--primary-foreground));
}

.healthcare-rcm .hover\:text-secondary:hover {
    color: hsl(var(--secondary));
}

.healthcare-rcm .hover\:text-secondary-foreground:hover {
    color: hsl(var(--secondary-foreground));
}

.healthcare-rcm .hover\:shadow-lg:hover {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Group Hover */
.healthcare-rcm .group:hover .group-hover\:w-full {
    width: 100%;
}

.healthcare-rcm .group:hover .group-hover\:scale-x-100 {
    --tw-scale-x: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

/* Disabled States */
.healthcare-rcm .disabled\:pointer-events-none:disabled {
    pointer-events: none;
}

.healthcare-rcm .disabled\:opacity-50:disabled {
    opacity: 0.5;
}

/* Responsive Breakpoints */
@media (min-width: 640px) {
    .healthcare-rcm .sm\:bottom-0 {
        bottom: 0px;
    }

    .healthcare-rcm .sm\:right-0 {
        right: 0px;
    }

    .healthcare-rcm .sm\:right-6 {
        right: 1.5rem;
    }

    .healthcare-rcm .sm\:top-6 {
        top: 1.5rem;
    }

    .healthcare-rcm .sm\:top-auto {
        top: auto;
    }

    .healthcare-rcm .sm\:mb-10 {
        margin-bottom: 2.5rem;
    }

    .healthcare-rcm .sm\:mb-12 {
        margin-bottom: 3rem;
    }

    .healthcare-rcm .sm\:mb-16 {
        margin-bottom: 4rem;
    }

    .healthcare-rcm .sm\:mb-2 {
        margin-bottom: 0.5rem;
    }

    .healthcare-rcm .sm\:mb-3 {
        margin-bottom: 0.75rem;
    }

    .healthcare-rcm .sm\:mb-4 {
        margin-bottom: 1rem;
    }

    .healthcare-rcm .sm\:mb-6 {
        margin-bottom: 1.5rem;
    }

    .healthcare-rcm .sm\:mb-8 {
        margin-bottom: 2rem;
    }

    .healthcare-rcm .sm\:h-10 {
        height: 2.5rem;
    }

    .healthcare-rcm .sm\:h-12 {
        height: 3rem;
    }

    .healthcare-rcm .sm\:h-14 {
        height: 3.5rem;
    }

    .healthcare-rcm .sm\:h-16 {
        height: 4rem;
    }

    .healthcare-rcm .sm\:h-20 {
        height: 5rem;
    }

    .healthcare-rcm .sm\:h-32 {
        height: 8rem;
    }

    .healthcare-rcm .sm\:h-48 {
        height: 12rem;
    }

    .healthcare-rcm .sm\:h-5 {
        height: 1.25rem;
    }

    .healthcare-rcm .sm\:h-6 {
        height: 1.5rem;
    }

    .healthcare-rcm .sm\:h-8 {
        height: 2rem;
    }

    .healthcare-rcm .sm\:w-10 {
        width: 2.5rem;
    }

    .healthcare-rcm .sm\:w-12 {
        width: 3rem;
    }

    .healthcare-rcm .sm\:w-14 {
        width: 3.5rem;
    }

    .healthcare-rcm .sm\:w-16 {
        width: 4rem;
    }

    .healthcare-rcm .sm\:w-20 {
        width: 5rem;
    }

    .healthcare-rcm .sm\:w-32 {
        width: 8rem;
    }

    .healthcare-rcm .sm\:w-48 {
        width: 12rem;
    }

    .healthcare-rcm .sm\:w-5 {
        width: 1.25rem;
    }

    .healthcare-rcm .sm\:w-6 {
        width: 1.5rem;
    }

    .healthcare-rcm .sm\:w-8 {
        width: 2rem;
    }

    .healthcare-rcm .sm\:w-auto {
        width: auto;
    }

    .healthcare-rcm .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }

    .healthcare-rcm .sm\:flex-row {
        flex-direction: row;
    }

    .healthcare-rcm .sm\:flex-col {
        flex-direction: column;
    }

    .healthcare-rcm .sm\:gap-3 {
        gap: 0.75rem;
    }

    .healthcare-rcm .sm\:gap-4 {
        gap: 1rem;
    }

    .healthcare-rcm .sm\:gap-6 {
        gap: 1.5rem;
    }

    .healthcare-rcm .sm\:gap-8 {
        gap: 2rem;
    }

    .healthcare-rcm .sm\:space-y-3> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.75rem * var(--tw-space-y-reverse));
    }

    .healthcare-rcm .sm\:space-y-6> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
    }

    .healthcare-rcm .sm\:rounded-3xl {
        border-radius: 1.5rem;
    }

    .healthcare-rcm .sm\:p-6 {
        padding: 1.5rem;
    }

    .healthcare-rcm .sm\:p-8 {
        padding: 2rem;
    }

    .healthcare-rcm .sm\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .healthcare-rcm .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .healthcare-rcm .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

    .healthcare-rcm .sm\:py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .healthcare-rcm .sm\:py-6 {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }

    .healthcare-rcm .sm\:pb-16 {
        padding-bottom: 4rem;
    }

    .healthcare-rcm .sm\:pr-16 {
        padding-right: 4rem;
    }

    .healthcare-rcm .sm\:pt-28 {
        padding-top: 7rem;
    }

    .healthcare-rcm .sm\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .healthcare-rcm .sm\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .healthcare-rcm .sm\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .healthcare-rcm .sm\:text-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .healthcare-rcm .sm\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .healthcare-rcm .sm\:text-sm {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .healthcare-rcm .sm\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .healthcare-rcm .rcm-icon-container {
        width: 5rem;
        height: 5rem;
    }

    .healthcare-rcm .rcm-step-number {
        width: 2.25rem;
        height: 2.25rem;
        font-size: 1rem;
    }

    .healthcare-rcm .rcm-cycle-container {
        width: 360px;
        height: 360px;
    }
}

@media (min-width: 768px) {
    .healthcare-rcm .md\:mb-12 {
        margin-bottom: 3rem;
    }

    .healthcare-rcm .md\:mb-16 {
        margin-bottom: 4rem;
    }

    .healthcare-rcm .md\:mb-20 {
        margin-bottom: 5rem;
    }

    .healthcare-rcm .md\:block {
        display: block;
    }

    .healthcare-rcm .md\:h-12 {
        height: 3rem;
    }

    .healthcare-rcm .md\:h-24 {
        height: 6rem;
    }

    .healthcare-rcm .md\:w-12 {
        width: 3rem;
    }

    .healthcare-rcm .md\:w-24 {
        width: 6rem;
    }

    .healthcare-rcm .md\:max-w-\[420px\] {
        max-width: 420px;
    }

    .healthcare-rcm .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0px, 1fr));
    }

    .healthcare-rcm .md\:flex-row {
        flex-direction: row;
    }

    .healthcare-rcm .md\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .healthcare-rcm .md\:gap-8 {
        gap: 2rem;
    }

    .healthcare-rcm .md\:space-y-8> :not([hidden])~ :not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(2rem * var(--tw-space-y-reverse));
    }

    .healthcare-rcm .md\:p-10 {
        padding: 2.5rem;
    }

    .healthcare-rcm .md\:p-12 {
        padding: 3rem;
    }

    .healthcare-rcm .md\:p-8 {
        padding: 2rem;
    }

    .healthcare-rcm .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .healthcare-rcm .md\:pb-20 {
        padding-bottom: 5rem;
    }

    .healthcare-rcm .md\:pt-32 {
        padding-top: 8rem;
    }

    .healthcare-rcm .md\:text-left {
        text-align: left;
    }

    .healthcare-rcm .md\:text-right {
        text-align: right;
    }

    .healthcare-rcm .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem;
    }

    .healthcare-rcm .md\:text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

    .healthcare-rcm .md\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .healthcare-rcm .md\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .healthcare-rcm .md\:text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

    .healthcare-rcm .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {
    .healthcare-rcm .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }

    .healthcare-rcm .lg\:flex {
        display: flex;
    }

    .healthcare-rcm .lg\:hidden {
        display: none;
    }

    .healthcare-rcm .lg\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0px, 1fr));
    }

    .healthcare-rcm .lg\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .healthcare-rcm .lg\:py-24 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }

    .healthcare-rcm .lg\:pb-24 {
        padding-bottom: 6rem;
    }

    .healthcare-rcm .lg\:pt-36 {
        padding-top: 9rem;
    }

    .healthcare-rcm .lg\:text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }

    .healthcare-rcm .lg\:text-5xl {
        font-size: 3rem;
        line-height: 1;
    }

    .healthcare-rcm .lg\:text-6xl {
        font-size: 3.75rem;
        line-height: 1;
    }

    .healthcare-rcm .rcm-icon-container {
        width: 6rem;
        height: 6rem;
    }

    .healthcare-rcm .rcm-step-number {
        width: 2.5rem;
        height: 2.5rem;
    }

    .healthcare-rcm .rcm-cycle-container {
        width: 450px;
        height: 450px;
    }
}

/* SVG Icon Utilities */
.healthcare-rcm .\[\&_svg\]\:pointer-events-none svg {
    pointer-events: none;
}

.healthcare-rcm .\[\&_svg\]\:size-4 svg {
    width: 1rem;
    height: 1rem;
}

.healthcare-rcm .\[\&_svg\]\:shrink-0 svg {
    flex-shrink: 0;
}

.healthcare-rcm .\[\&\>svg\~\*\]\:pl-7>svg~* {
    padding-left: 1.75rem;
}

/* Link Styles */
.healthcare-rcm a {
    color: inherit;
    text-decoration: inherit;
}

.healthcare-rcm button {
    cursor: pointer;
}

/* Image & SVG */
.healthcare-rcm img,
.healthcare-rcm svg,
.healthcare-rcm video,
.healthcare-rcm canvas {
    display: block;
    vertical-align: middle;
}