/* =====================================================
   DoctorsManagement - Revenue Cycle Management Page CSS
   Scoped under .dmc-rcm wrapper for WordPress isolation
   ===================================================== */

/* =====================================================
   CSS ISOLATION - Wrapper Reset
   ===================================================== */
.dmc-rcm {
    all: initial;
    font-size: 16px;
    font-family: 'Libre Franklin', sans-serif;
    color: #182B49;
    line-height: 1.7;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    width: 100%;
}
.dmc-rcm *, .dmc-rcm *::before, .dmc-rcm *::after {
    box-sizing: border-box;
}

/* =====================================================
   WRAPPER-LEVEL ELEMENT OVERRIDES
   ===================================================== */
.dmc-rcm p {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #182B49;
    margin: 0 0 16px 0;
}
.dmc-rcm h1, .dmc-rcm h2, .dmc-rcm h3, .dmc-rcm h4, .dmc-rcm h5, .dmc-rcm h6 {
    font-family: 'Comfortaa', cursive;
    font-weight: 600;
    line-height: 1.25;
    color: #182B49;
}
.dmc-rcm a {
    color: #006A96;
    text-decoration: none;
    transition: all 0.3s ease;
}
.dmc-rcm a:hover {
    color: #C69214;
    text-decoration: none;
}
.dmc-rcm img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* =====================================================
   TYPOGRAPHY
   ===================================================== */
.dmc-rcm .dmc-rcm-serif-heading {
    font-family: 'DM Serif Display', serif;
    font-weight: 400;
}

.dmc-rcm h1 { font-size: 64px; }
.dmc-rcm h2 { font-size: 44px; }
.dmc-rcm h3 { font-size: 32px; }
.dmc-rcm h4 { font-size: 24px; }
.dmc-rcm h5 { font-size: 18px; }

.dmc-rcm p {
    margin-bottom: 20px;
    font-size: 17px;
}

.dmc-rcm .dmc-rcm-lead {
    font-size: 19px;
    line-height: 1.8;
    color: #747678;
}

/* =====================================================
   LAYOUT UTILITIES
   ===================================================== */
.dmc-rcm .dmc-rcm-container {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 32px;
}

.dmc-rcm .dmc-rcm-container-narrow {
    max-width: 900px;
}

.dmc-rcm .dmc-rcm-section {
    padding: 80px 0;
}

.dmc-rcm .dmc-rcm-section-lg {
    padding: 96px 0;
}

.dmc-rcm .dmc-rcm-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: #C69214;
    margin-bottom: 16px;
}

/* =====================================================
   BUTTONS
   ===================================================== */
.dmc-rcm .dmc-rcm-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: 'Comfortaa', cursive;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-btn:hover {
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-btn-primary {
    background: #C69214;
    color: #182B49;
    border-color: #C69214;
}

.dmc-rcm .dmc-rcm-btn-primary:hover {
    background: #d9a116;
    border-color: #d9a116;
    color: #182B49;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-btn-outline {
    background: transparent;
    color: #182B49;
    border-color: #182B49;
}

.dmc-rcm .dmc-rcm-btn-outline:hover {
    background: #182B49;
    color: #FFFFFF;
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-btn-white {
    background: #FFFFFF;
    color: #182B49;
    border-color: #FFFFFF;
}

.dmc-rcm .dmc-rcm-btn-white:hover {
    background: #C69214;
    border-color: #C69214;
    color: #182B49;
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-btn-lg {
    padding: 18px 40px;
    font-size: 16px;
}

/* =====================================================
   HEADER
   ===================================================== */
.dmc-rcm .dmc-rcm-site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #FFFFFF;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-site-header.scrolled {
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
}

.dmc-rcm .dmc-rcm-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
}

.dmc-rcm .dmc-rcm-logo img {
    height: 48px;
}

.dmc-rcm .dmc-rcm-header-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.dmc-rcm .dmc-rcm-header-phone {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #182B49;
    font-weight: 600;
    font-size: 16px;
}

.dmc-rcm .dmc-rcm-header-phone:hover {
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-header-phone svg {
    width: 20px;
    height: 20px;
    color: #006A96;
}

/* =====================================================
   HERO SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-hero {
    padding: 160px 0 96px;
    background: #182B49;
    position: relative;
    overflow: hidden;
}

.dmc-rcm .dmc-rcm-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.dmc-rcm .dmc-rcm-hero::after {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(circle, rgba(0, 198, 215, 0.1) 0%, transparent 60%);
    pointer-events: none;
}

.dmc-rcm .dmc-rcm-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.dmc-rcm .dmc-rcm-hero-content {
    color: #FFFFFF;
}

.dmc-rcm .dmc-rcm-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(198, 146, 20, 0.15);
    border: 1px solid rgba(198, 146, 20, 0.3);
    border-radius: 50px;
    font-size: 13px;
    font-weight: 600;
    color: #C69214;
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-hero-badge svg {
    width: 18px;
    height: 18px;
}

/* Hero h1 - double-class specificity to override WP theme */
.dmc-rcm .dmc-rcm-hero h1 {
    color: #FFFFFF;
    margin-bottom: 24px;
    font-size: 64px;
}

.dmc-rcm .dmc-rcm-hero h1 span {
    color: #C69214;
}

/* Hero description - double-class specificity to override WP theme */
.dmc-rcm .dmc-rcm-hero-description {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 540px;
}

.dmc-rcm .dmc-rcm-hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.dmc-rcm .dmc-rcm-hero-stats {
    display: flex;
    gap: 48px;
}

.dmc-rcm .dmc-rcm-hero-stat {
    text-align: center;
}

.dmc-rcm .dmc-rcm-hero-stat-number {
    font-family: 'DM Serif Display', serif;
    font-size: 40px;
    color: #C69214;
    line-height: 1;
    margin-bottom: 4px;
}

.dmc-rcm .dmc-rcm-hero-stat-label {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.dmc-rcm .dmc-rcm-hero-form-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 40px;
    box-shadow: 0 24px 64px rgba(24, 43, 73, 0.16);
}

.dmc-rcm .dmc-rcm-hero-form-card h3 {
    margin-bottom: 8px;
    color: #182B49;
}

.dmc-rcm .dmc-rcm-hero-form-card > p {
    color: #747678;
    font-size: 15px;
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-hero-form-card .dmc-rcm-btn {
    width: 100%;
}

/* =====================================================
   TRUST BADGES
   ===================================================== */
.dmc-rcm .dmc-rcm-trust-badges {
    background: #182B49;
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dmc-rcm .dmc-rcm-badges-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 48px;
    flex-wrap: wrap;
}

.dmc-rcm .dmc-rcm-badge-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
}

.dmc-rcm .dmc-rcm-badge-item svg {
    width: 22px;
    height: 22px;
    color: #C69214;
}

/* =====================================================
   WHAT IS RCM SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-what-is-section {
    background: #FFFFFF;
}

.dmc-rcm .dmc-rcm-what-is-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.dmc-rcm .dmc-rcm-what-is-content h2 {
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-what-is-content > p {
    color: #747678;
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-what-is-image {
    position: relative;
}

.dmc-rcm .dmc-rcm-what-is-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
}

.dmc-rcm .dmc-rcm-what-is-badge {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: #FFFFFF;
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    display: flex;
    align-items: center;
    gap: 16px;
}

.dmc-rcm .dmc-rcm-what-is-badge-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, #6E963B, #00C6D7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmc-rcm .dmc-rcm-what-is-badge-icon svg {
    width: 24px;
    height: 24px;
    color: #FFFFFF;
}

.dmc-rcm .dmc-rcm-what-is-badge-text strong {
    display: block;
    font-size: 20px;
    color: #182B49;
}

.dmc-rcm .dmc-rcm-what-is-badge-text span {
    font-size: 13px;
    color: #747678;
}

/* =====================================================
   RCM PROCESS SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-process-section {
    background: #F8F9FB;
}

.dmc-rcm .dmc-rcm-process-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.dmc-rcm .dmc-rcm-process-header h2 {
    margin-bottom: 16px;
}

.dmc-rcm .dmc-rcm-process-header p {
    color: #747678;
    font-size: 18px;
}

.dmc-rcm .dmc-rcm-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.dmc-rcm .dmc-rcm-process-card {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
    border-top: 4px solid #006A96;
    transition: all 0.3s ease;
    position: relative;
}

.dmc-rcm .dmc-rcm-process-card:hover {
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    transform: translateY(-4px);
}

.dmc-rcm .dmc-rcm-process-card-number {
    position: absolute;
    top: -16px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: #C69214;
    color: #182B49;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Comfortaa', cursive;
    font-weight: 700;
    font-size: 20px;
}

.dmc-rcm .dmc-rcm-process-card-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #006A96, #00C6D7);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.dmc-rcm .dmc-rcm-process-card-icon svg {
    width: 28px;
    height: 28px;
    color: #FFFFFF;
}

.dmc-rcm .dmc-rcm-process-card h4 {
    margin-bottom: 12px;
    color: #006A96;
}

.dmc-rcm .dmc-rcm-process-card p {
    color: #747678;
    margin-bottom: 0;
    font-size: 15px;
}

/* =====================================================
   COMMON FINDINGS SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-findings-section {
    background: #182B49;
    position: relative;
    overflow: hidden;
}

.dmc-rcm .dmc-rcm-findings-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.dmc-rcm .dmc-rcm-findings-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
}

.dmc-rcm .dmc-rcm-findings-header h2 {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.dmc-rcm .dmc-rcm-findings-header p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
}

.dmc-rcm .dmc-rcm-findings-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

.dmc-rcm .dmc-rcm-finding-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 28px;
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-finding-card:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #C69214;
    transform: translateY(-4px);
}

.dmc-rcm .dmc-rcm-finding-card-icon {
    width: 48px;
    height: 48px;
    background: #C69214;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.dmc-rcm .dmc-rcm-finding-card-icon svg {
    width: 24px;
    height: 24px;
    color: #182B49;
}

.dmc-rcm .dmc-rcm-finding-card h5 {
    color: #FFFFFF;
    margin-bottom: 8px;
    font-size: 16px;
}

.dmc-rcm .dmc-rcm-finding-card p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0;
    font-size: 14px;
}

/* =====================================================
   IMPORTANCE SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-importance-section {
    background: #FFFFFF;
}

.dmc-rcm .dmc-rcm-importance-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: start;
}

.dmc-rcm .dmc-rcm-importance-content h2 {
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-importance-content > p {
    color: #747678;
    margin-bottom: 32px;
}

.dmc-rcm .dmc-rcm-importance-list {
    display: grid;
    gap: 24px;
}

.dmc-rcm .dmc-rcm-importance-item {
    display: flex;
    gap: 16px;
    padding: 24px;
    background: #F8F9FB;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-importance-item:hover {
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
    transform: translateX(4px);
}

.dmc-rcm .dmc-rcm-importance-item-icon {
    width: 56px;
    height: 56px;
    background: #FFFFFF;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
}

.dmc-rcm .dmc-rcm-importance-item-icon svg {
    width: 28px;
    height: 28px;
    color: #006A96;
}

.dmc-rcm .dmc-rcm-importance-item h5 {
    margin-bottom: 4px;
    color: #182B49;
}

.dmc-rcm .dmc-rcm-importance-item p {
    font-size: 15px;
    color: #747678;
    margin-bottom: 0;
}

.dmc-rcm .dmc-rcm-importance-cards {
    display: grid;
    gap: 24px;
}

.dmc-rcm .dmc-rcm-importance-card {
    background: #F8F9FB;
    border-radius: 12px;
    padding: 32px;
    border-left: 4px solid #C69214;
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-importance-card:hover {
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    transform: translateX(4px);
}

.dmc-rcm .dmc-rcm-importance-card h5 {
    color: #006A96;
    margin-bottom: 12px;
}

.dmc-rcm .dmc-rcm-importance-card p {
    font-size: 15px;
    color: #747678;
    margin-bottom: 0;
}

/* =====================================================
   BENEFITS SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-benefits-section {
    background: #F8F9FB;
}

.dmc-rcm .dmc-rcm-benefits-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.dmc-rcm .dmc-rcm-benefits-header h2 {
    margin-bottom: 16px;
}

.dmc-rcm .dmc-rcm-benefits-header p {
    color: #747678;
    font-size: 18px;
}

.dmc-rcm .dmc-rcm-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.dmc-rcm .dmc-rcm-benefit-card {
    background: #FFFFFF;
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-benefit-card:hover {
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    transform: translateY(-4px);
}

.dmc-rcm .dmc-rcm-benefit-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, #C69214, #FC8900);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.dmc-rcm .dmc-rcm-benefit-card-icon svg {
    width: 32px;
    height: 32px;
    color: #FFFFFF;
}

.dmc-rcm .dmc-rcm-benefit-card h5 {
    margin-bottom: 8px;
    color: #182B49;
}

.dmc-rcm .dmc-rcm-benefit-card p {
    font-size: 15px;
    color: #747678;
    margin-bottom: 0;
}

/* =====================================================
   WHY CHOOSE SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-why-section {
    background: #FFFFFF;
}

.dmc-rcm .dmc-rcm-why-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}

.dmc-rcm .dmc-rcm-why-content h2 {
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-why-content > p {
    color: #747678;
    margin-bottom: 32px;
}

.dmc-rcm .dmc-rcm-why-features {
    display: grid;
    gap: 24px;
}

.dmc-rcm .dmc-rcm-why-feature {
    display: flex;
    gap: 16px;
}

.dmc-rcm .dmc-rcm-why-feature-icon {
    width: 56px;
    height: 56px;
    background: #F8F9FB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dmc-rcm .dmc-rcm-why-feature-icon svg {
    width: 28px;
    height: 28px;
    color: #006A96;
}

.dmc-rcm .dmc-rcm-why-feature h5 {
    margin-bottom: 4px;
}

.dmc-rcm .dmc-rcm-why-feature p {
    font-size: 15px;
    color: #747678;
    margin-bottom: 0;
}

.dmc-rcm .dmc-rcm-services-highlight {
    background: #F8F9FB;
    border-radius: 16px;
    padding: 32px;
}

.dmc-rcm .dmc-rcm-services-highlight h4 {
    margin-bottom: 24px;
    color: #006A96;
}

.dmc-rcm .dmc-rcm-services-list {
    display: grid;
    gap: 16px;
}

.dmc-rcm .dmc-rcm-service-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px;
    background: #FFFFFF;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-service-item:hover {
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
    transform: translateX(4px);
}

.dmc-rcm .dmc-rcm-service-item svg {
    width: 20px;
    height: 20px;
    color: #6E963B;
    flex-shrink: 0;
}

.dmc-rcm .dmc-rcm-service-item span {
    font-size: 15px;
    color: #182B49;
}

/* =====================================================
   RELATED POSTS
   ===================================================== */
.dmc-rcm .dmc-rcm-related-section {
    background: #F8F9FB;
}

.dmc-rcm .dmc-rcm-related-header {
    text-align: center;
    margin-bottom: 48px;
}

.dmc-rcm .dmc-rcm-related-header h2 {
    margin-bottom: 16px;
}

.dmc-rcm .dmc-rcm-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.dmc-rcm .dmc-rcm-related-card {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-related-card:hover {
    box-shadow: 0 12px 32px rgba(24, 43, 73, 0.12);
    transform: translateY(-4px);
}

.dmc-rcm .dmc-rcm-related-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.dmc-rcm .dmc-rcm-related-card-content {
    padding: 24px;
}

.dmc-rcm .dmc-rcm-related-date {
    font-size: 13px;
    color: #747678;
    margin-bottom: 8px;
}

.dmc-rcm .dmc-rcm-related-card h5 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 1.4;
}

.dmc-rcm .dmc-rcm-related-card h5 a {
    color: #182B49;
}

.dmc-rcm .dmc-rcm-related-card h5 a:hover {
    color: #006A96;
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-related-author {
    font-size: 13px;
    color: #006A96;
}

/* =====================================================
   CTA BANNER
   ===================================================== */
.dmc-rcm .dmc-rcm-cta-banner {
    background: #182B49;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dmc-rcm .dmc-rcm-cta-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.dmc-rcm .dmc-rcm-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.dmc-rcm .dmc-rcm-cta-content h2 {
    color: #FFFFFF;
    margin-bottom: 16px;
}

.dmc-rcm .dmc-rcm-cta-content p {
    color: rgba(255, 255, 255, 0.85);
    font-size: 20px;
    margin-bottom: 32px;
}

.dmc-rcm .dmc-rcm-cta-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
}

/* =====================================================
   CONTACT SECTION
   ===================================================== */
.dmc-rcm .dmc-rcm-contact-section {
    background: #FFFFFF;
}

.dmc-rcm .dmc-rcm-contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
}

.dmc-rcm .dmc-rcm-contact-info h2 {
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-contact-info > p {
    color: #747678;
    margin-bottom: 32px;
}

.dmc-rcm .dmc-rcm-contact-methods {
    display: grid;
    gap: 24px;
}

.dmc-rcm .dmc-rcm-contact-method {
    display: flex;
    align-items: center;
    gap: 16px;
}

.dmc-rcm .dmc-rcm-contact-method-icon {
    width: 56px;
    height: 56px;
    background: #F8F9FB;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 3px rgba(24, 43, 73, 0.06);
}

.dmc-rcm .dmc-rcm-contact-method-icon svg {
    width: 24px;
    height: 24px;
    color: #006A96;
}

.dmc-rcm .dmc-rcm-contact-method-text strong {
    display: block;
    margin-bottom: 2px;
}

.dmc-rcm .dmc-rcm-contact-method-text a,
.dmc-rcm .dmc-rcm-contact-method-text span {
    color: #747678;
    font-size: 15px;
}

.dmc-rcm .dmc-rcm-contact-method-text a:hover {
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-contact-form-wrapper {
    background: #F8F9FB;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 16px rgba(24, 43, 73, 0.08);
}

.dmc-rcm .dmc-rcm-contact-form-wrapper h3 {
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-contact-form-wrapper .dmc-rcm-btn {
    width: 100%;
}

.dmc-rcm .dmc-rcm-contact-form-wrapper textarea {
    min-height: 120px;
    resize: vertical;
}

/* =====================================================
   FOOTER
   ===================================================== */
.dmc-rcm .dmc-rcm-site-footer {
    background: #182B49;
    padding: 64px 0 32px;
}

.dmc-rcm .dmc-rcm-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 48px;
    margin-bottom: 48px;
}

.dmc-rcm .dmc-rcm-footer-brand img {
    height: 48px;
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
}

.dmc-rcm .dmc-rcm-footer-brand p {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    margin-bottom: 24px;
}

.dmc-rcm .dmc-rcm-footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    margin-bottom: 12px;
}

.dmc-rcm .dmc-rcm-footer-contact-item svg {
    width: 18px;
    height: 18px;
    color: #C69214;
}

.dmc-rcm .dmc-rcm-footer-column h5 {
    color: #FFFFFF;
    margin-bottom: 20px;
    font-size: 16px;
}

.dmc-rcm .dmc-rcm-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dmc-rcm .dmc-rcm-footer-links li {
    margin-bottom: 10px;
}

.dmc-rcm .dmc-rcm-footer-links a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 15px;
    transition: all 0.3s ease;
}

.dmc-rcm .dmc-rcm-footer-links a:hover {
    color: #C69214;
    text-decoration: none;
}

.dmc-rcm .dmc-rcm-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dmc-rcm .dmc-rcm-footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 0;
    font-size: 14px;
}

.dmc-rcm .dmc-rcm-footer-bottom a {
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.dmc-rcm .dmc-rcm-footer-bottom a:hover {
    color: #C69214;
    text-decoration: none;
}

/* =====================================================
   RESPONSIVE STYLES
   ===================================================== */
@media (max-width: 1200px) {
    .dmc-rcm .dmc-rcm-process-grid,
    .dmc-rcm .dmc-rcm-findings-grid,
    .dmc-rcm .dmc-rcm-benefits-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .dmc-rcm .dmc-rcm-hero-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dmc-rcm .dmc-rcm-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .dmc-rcm .dmc-rcm-hero-buttons {
        justify-content: center;
    }

    .dmc-rcm .dmc-rcm-hero-stats {
        justify-content: center;
    }

    .dmc-rcm .dmc-rcm-hero-form-card {
        max-width: 500px;
        margin: 0 auto;
    }

    .dmc-rcm .dmc-rcm-what-is-grid,
    .dmc-rcm .dmc-rcm-importance-grid,
    .dmc-rcm .dmc-rcm-why-grid,
    .dmc-rcm .dmc-rcm-contact-grid {
        grid-template-columns: 1fr;
    }

    .dmc-rcm .dmc-rcm-related-grid {
        grid-template-columns: 1fr;
    }

    .dmc-rcm .dmc-rcm-footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .dmc-rcm .dmc-rcm-what-is-badge {
        position: static;
        margin-top: 24px;
    }
}

@media (max-width: 768px) {
    .dmc-rcm .dmc-rcm-header-phone {
        display: none;
    }

    .dmc-rcm .dmc-rcm-hero {
        padding: 128px 0 64px;
    }

    .dmc-rcm .dmc-rcm-hero-stats {
        flex-direction: column;
        gap: 24px;
    }

    .dmc-rcm .dmc-rcm-badges-inner {
        flex-direction: column;
        gap: 16px;
    }

    .dmc-rcm .dmc-rcm-process-grid,
    .dmc-rcm .dmc-rcm-findings-grid,
    .dmc-rcm .dmc-rcm-benefits-grid {
        grid-template-columns: 1fr;
    }

    .dmc-rcm .dmc-rcm-cta-buttons {
        flex-direction: column;
        align-items: center;
    }

    .dmc-rcm .dmc-rcm-footer-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .dmc-rcm .dmc-rcm-footer-bottom {
        flex-direction: column;
        gap: 16px;
        text-align: center;
    }
}
