/* =====================================================
   DoctorsManagement — Compliance Officer Services
   Extracted from mockup, namespaced under .dmc-compliance-officer
   ===================================================== */

/* =====================================================
   GOOGLE FONTS
   ===================================================== */
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Libre+Franklin:wght@300;400;500;600;700&family=DM+Serif+Display&display=swap');

/* =====================================================
   WRAPPER ISOLATION
   ===================================================== */
.dmc-compliance-officer {
    all: initial;
    display: block;
    font-family: 'Libre Franklin', sans-serif;
    font-weight: 400;
    line-height: 1.7;
    color: #182B49;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    box-sizing: border-box;

    /* CSS Variables */
    --dark-blue: #182B49;
    --primary-blue: #006A96;
    --gold: #C69214;
    --teal: #00C6D7;
    --green: #6E963B;
    --orange: #FC8900;
    --black: #000000;
    --cool-gray: #747678;
    --warm-gray: #B6B1A9;
    --light-gray: #F8F9FB;
    --off-white: #FAFBFC;
    --white: #FFFFFF;
    --font-display: 'Comfortaa', cursive;
    --font-serif: 'DM Serif Display', serif;
    --font-body: 'Libre Franklin', sans-serif;
    --shadow-sm: 0 1px 3px rgba(24, 43, 73, 0.06);
    --shadow-md: 0 4px 16px rgba(24, 43, 73, 0.08);
    --shadow-lg: 0 12px 32px rgba(24, 43, 73, 0.12);
    --shadow-xl: 0 24px 64px rgba(24, 43, 73, 0.16);
}

.dmc-compliance-officer *,
.dmc-compliance-officer *::before,
.dmc-compliance-officer *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.dmc-compliance-officer img {
    max-width: 100%;
    height: auto;
    display: block;
}

.dmc-compliance-officer a {
    color: var(--primary-blue);
    text-decoration: none;
    transition: all 0.3s ease;
}

.dmc-compliance-officer a:hover {
    color: var(--gold);
    text-decoration: none;
}

/* =====================================================
   TYPOGRAPHY
   ===================================================== */
.dmc-compliance-officer h1,
.dmc-compliance-officer h2,
.dmc-compliance-officer h3,
.dmc-compliance-officer h4,
.dmc-compliance-officer h5,
.dmc-compliance-officer h6 {
    font-family: var(--font-display);
    font-weight: 600;
    line-height: 1.25;
    color: var(--dark-blue);
}

.dmc-co-serif-heading {
    font-family: var(--font-serif);
    font-weight: 400;
}

.dmc-compliance-officer h1 { font-size: 48px; }
.dmc-compliance-officer h2 { font-size: 36px; }
.dmc-compliance-officer h3 { font-size: 28px; }
.dmc-compliance-officer h4 { font-size: 22px; }
.dmc-compliance-officer h5 { font-size: 18px; }

.dmc-compliance-officer p {
    margin-bottom: 20px;
    font-size: 17px;
    font-family: var(--font-body);
    line-height: 1.7;
    color: var(--dark-blue);
}

.dmc-co-lead {
    font-size: 19px;
    line-height: 1.8;
    color: var(--cool-gray);
}

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

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

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

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

.dmc-co-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    color: var(--gold);
    margin-bottom: 16px;
    font-family: var(--font-body);
}

/* =====================================================
   BUTTONS
   ===================================================== */
.dmc-co-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 32px;
    font-family: var(--font-display);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    border: 2px solid transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.02em;
    line-height: 1.4;
}

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

.dmc-co-btn-primary {
    background: var(--gold);
    color: var(--dark-blue);
    border-color: var(--gold);
}

.dmc-co-btn-primary:hover {
    background: #d9a116;
    border-color: #d9a116;
    color: var(--dark-blue);
    transform: translateY(-2px);
    box-shadow: var(--shadow-md);
    text-decoration: none;
}

.dmc-co-btn-outline {
    background: transparent;
    color: var(--dark-blue);
    border-color: var(--dark-blue);
}

.dmc-co-btn-outline:hover {
    background: var(--dark-blue);
    color: var(--white);
    text-decoration: none;
}

.dmc-co-btn-white {
    background: var(--white);
    color: var(--dark-blue);
    border-color: var(--white);
}

.dmc-co-btn-white:hover {
    background: var(--gold);
    border-color: var(--gold);
    color: var(--dark-blue);
    text-decoration: none;
}

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

/* =====================================================
   HERO SECTION
   ===================================================== */
.dmc-co-hero {
    padding: 160px 0 96px;
    background: linear-gradient(135deg, var(--dark-blue) 0%, #1e3a5f 50%, var(--primary-blue) 100%);
    position: relative;
    overflow: hidden;
}

.dmc-co-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-co-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-co-hero-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 64px;
    align-items: center;
    position: relative;
    z-index: 1;
}

.dmc-co-hero-content {
    color: var(--white);
}

.dmc-co-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: var(--gold);
    margin-bottom: 24px;
    font-family: var(--font-body);
}

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

.dmc-compliance-officer .dmc-co-hero h1 {
    color: #FFFFFF;
    margin-bottom: 24px;
}

.dmc-compliance-officer .dmc-co-hero h1 span {
    color: var(--gold);
}

.dmc-compliance-officer .dmc-co-hero-description {
    font-size: 19px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 32px;
    max-width: 540px;
}

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

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

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

.dmc-co-hero-stat-number {
    font-family: var(--font-serif);
    font-size: 40px;
    color: var(--gold);
    line-height: 1;
    margin-bottom: 4px;
}

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

.dmc-co-hero-form-card {
    background: var(--white);
    border-radius: 16px;
    padding: 40px;
    box-shadow: var(--shadow-xl);
}

.dmc-co-hero-form-card h3 {
    margin-bottom: 8px;
}

.dmc-co-hero-form-card > p {
    color: var(--cool-gray);
    font-size: 15px;
    margin-bottom: 24px;
}

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

/* Gravity Forms inside hero card */
.dmc-co-hero-form-card .gform_wrapper {
    margin: 0;
    padding: 0;
}

/* =====================================================
   TRUST BADGES
   ===================================================== */
.dmc-co-trust-badges {
    background: var(--dark-blue);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

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

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

.dmc-co-badge-item svg {
    width: 22px;
    height: 22px;
    color: var(--gold);
}

/* =====================================================
   WHAT IS SECTION
   ===================================================== */
.dmc-co-what-is-section {
    background: var(--white);
}

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

.dmc-compliance-officer .dmc-co-what-is-content h2 {
    margin-bottom: 24px;
}

.dmc-co-what-is-content > p {
    color: var(--cool-gray);
    margin-bottom: 24px;
}

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

.dmc-co-what-is-image img {
    width: 100%;
    border-radius: 16px;
    box-shadow: var(--shadow-lg);
}

.dmc-co-what-is-badge {
    position: absolute;
    bottom: -24px;
    left: -24px;
    background: var(--white);
    padding: 20px 24px;
    border-radius: 12px;
    box-shadow: var(--shadow-lg);
    display: flex;
    align-items: center;
    gap: 16px;
}

.dmc-co-what-is-badge-icon {
    width: 48px;
    height: 48px;
    background: linear-gradient(135deg, var(--primary-blue), var(--teal));
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dmc-co-what-is-badge-icon svg {
    width: 24px;
    height: 24px;
    color: var(--white);
}

.dmc-co-what-is-badge-text strong {
    display: block;
    font-size: 20px;
    color: var(--dark-blue);
    font-family: var(--font-body);
}

.dmc-co-what-is-badge-text span {
    font-size: 13px;
    color: var(--cool-gray);
    font-family: var(--font-body);
}

/* =====================================================
   SERVICES SECTION
   ===================================================== */
.dmc-co-services-section {
    background: var(--light-gray);
}

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

.dmc-co-services-header h2 {
    margin-bottom: 16px;
}

.dmc-co-services-header p {
    color: var(--cool-gray);
    font-size: 18px;
}

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

.dmc-co-service-card {
    background: var(--white);
    border-radius: 16px;
    padding: 32px;
    box-shadow: var(--shadow-sm);
    border-top: 4px solid var(--primary-blue);
    transition: all 0.3s ease;
    text-align: center;
}

.dmc-co-service-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.dmc-co-service-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--primary-blue), var(--teal));
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.dmc-co-service-card-icon svg {
    width: 32px;
    height: 32px;
    color: var(--white);
}

.dmc-co-service-card h4 {
    margin-bottom: 12px;
    color: var(--primary-blue);
}

.dmc-co-service-card p {
    color: var(--cool-gray);
    margin-bottom: 0;
    font-size: 15px;
}

/* =====================================================
   TRAINING SECTION
   ===================================================== */
.dmc-co-training-section {
    background: var(--white);
}

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

.dmc-compliance-officer .dmc-co-training-content h2 {
    margin-bottom: 24px;
}

.dmc-co-training-content > p {
    color: var(--cool-gray);
    margin-bottom: 32px;
}

.dmc-co-training-benefits {
    display: grid;
    gap: 20px;
}

.dmc-co-training-benefit {
    display: flex;
    gap: 16px;
    padding: 20px;
    background: var(--light-gray);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.dmc-co-training-benefit:hover {
    box-shadow: var(--shadow-md);
    transform: translateX(4px);
}

.dmc-co-training-benefit-icon {
    width: 48px;
    height: 48px;
    background: var(--white);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: var(--shadow-sm);
}

.dmc-co-training-benefit-icon svg {
    width: 24px;
    height: 24px;
    color: var(--primary-blue);
}

.dmc-co-training-benefit h5 {
    margin-bottom: 4px;
    color: var(--dark-blue);
}

.dmc-co-training-benefit p {
    font-size: 15px;
    color: var(--cool-gray);
    margin-bottom: 0;
}

.dmc-co-training-image-stack {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dmc-co-training-image-stack img {
    border-radius: 12px;
    height: 200px;
    object-fit: cover;
    width: 100%;
}

.dmc-co-training-image-stack img:first-child {
    grid-column: span 2;
    height: 250px;
}

/* =====================================================
   PROCESS SECTION
   ===================================================== */
.dmc-co-process-section {
    background: var(--dark-blue);
    position: relative;
    overflow: hidden;
}

.dmc-co-process-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-co-process-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
    position: relative;
    z-index: 1;
}

.dmc-co-process-header h2 {
    color: var(--white);
    margin-bottom: 16px;
}

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

.dmc-co-process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    position: relative;
    z-index: 1;
}

.dmc-co-process-step {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    transition: all 0.3s ease;
}

.dmc-co-process-step:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: var(--gold);
    transform: translateY(-4px);
}

.dmc-co-step-number {
    width: 56px;
    height: 56px;
    background: var(--gold);
    color: var(--dark-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-display);
    font-weight: 700;
    font-size: 24px;
    margin: 0 auto 20px;
}

.dmc-co-process-step h4 {
    color: var(--white);
    margin-bottom: 12px;
    font-size: 18px;
}

.dmc-co-process-step p {
    color: rgba(255, 255, 255, 0.75);
    margin-bottom: 0;
    font-size: 15px;
}

/* =====================================================
   FRACTIONAL CO SECTION
   ===================================================== */
.dmc-co-fractional-section {
    background: var(--light-gray);
}

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

.dmc-compliance-officer .dmc-co-fractional-content h2 {
    margin-bottom: 24px;
}

.dmc-co-fractional-content > p {
    color: var(--cool-gray);
    margin-bottom: 32px;
}

.dmc-co-fractional-features {
    display: grid;
    gap: 16px;
}

.dmc-co-fractional-feature {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
}

.dmc-co-fractional-feature svg {
    width: 24px;
    height: 24px;
    color: var(--green);
    flex-shrink: 0;
}

.dmc-co-fractional-feature span {
    font-size: 16px;
    color: var(--dark-blue);
    font-family: var(--font-body);
}

.dmc-co-fractional-cards {
    display: grid;
    gap: 24px;
}

.dmc-co-fractional-card {
    background: var(--white);
    border-radius: 12px;
    padding: 24px;
    border-left: 4px solid var(--gold);
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.dmc-co-fractional-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateX(4px);
}

.dmc-co-fractional-card h5 {
    color: var(--primary-blue);
    margin-bottom: 8px;
}

.dmc-co-fractional-card p {
    font-size: 15px;
    color: var(--cool-gray);
    margin-bottom: 0;
}

/* =====================================================
   WHY CHOOSE SECTION
   ===================================================== */
.dmc-co-why-section {
    background: var(--white);
}

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

.dmc-compliance-officer .dmc-co-why-content h2 {
    margin-bottom: 24px;
}

.dmc-co-why-content > p {
    color: var(--cool-gray);
    margin-bottom: 32px;
}

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

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

.dmc-co-why-feature-icon {
    width: 56px;
    height: 56px;
    background: var(--light-gray);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.dmc-co-why-feature-icon svg {
    width: 28px;
    height: 28px;
    color: var(--primary-blue);
}

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

.dmc-co-why-feature p {
    font-size: 15px;
    color: var(--cool-gray);
    margin-bottom: 0;
}

.dmc-co-team-preview {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.dmc-co-team-member {
    text-align: center;
    background: var(--light-gray);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.dmc-co-team-member:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.dmc-co-team-member img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 16px;
    border: 3px solid var(--white);
}

.dmc-co-team-member h5 {
    margin-bottom: 4px;
    font-size: 16px;
}

.dmc-co-team-member span {
    font-size: 13px;
    color: var(--cool-gray);
    font-family: var(--font-body);
}

/* =====================================================
   IMPORTANCE SECTION
   ===================================================== */
.dmc-co-importance-section {
    background: var(--light-gray);
}

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

.dmc-co-importance-header h2 {
    margin-bottom: 16px;
}

.dmc-co-importance-header p {
    color: var(--cool-gray);
    font-size: 18px;
}

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

.dmc-co-importance-card {
    background: var(--white);
    border-radius: 12px;
    padding: 32px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.dmc-co-importance-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

.dmc-co-importance-card-icon {
    width: 64px;
    height: 64px;
    background: linear-gradient(135deg, var(--gold), var(--orange));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.dmc-co-importance-card-icon svg {
    width: 32px;
    height: 32px;
    color: var(--white);
}

.dmc-co-importance-card h5 {
    margin-bottom: 8px;
    color: var(--dark-blue);
}

.dmc-co-importance-card p {
    font-size: 15px;
    color: var(--cool-gray);
    margin-bottom: 0;
}

/* =====================================================
   FAQ SECTION
   ===================================================== */
.dmc-co-faq-section {
    background: var(--white);
}

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

.dmc-co-faq-header h2 {
    margin-bottom: 16px;
}

.dmc-co-faq-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
}

.dmc-co-faq-item {
    background: var(--light-gray);
    border-radius: 12px;
    padding: 32px;
    border-top: 4px solid var(--primary-blue);
}

.dmc-co-faq-item h4 {
    color: var(--primary-blue);
    margin-bottom: 16px;
    font-size: 18px;
}

.dmc-co-faq-item p {
    color: var(--cool-gray);
    margin-bottom: 0;
    font-size: 15px;
}

.dmc-co-faq-item ul {
    list-style: none;
    margin-top: 16px;
}

.dmc-co-faq-item ul li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    padding: 6px 0;
    font-size: 15px;
    color: var(--cool-gray);
    font-family: var(--font-body);
}

.dmc-co-faq-item ul li::before {
    content: '\2022';
    color: var(--gold);
    font-weight: bold;
}

/* =====================================================
   RELATED POSTS
   ===================================================== */
.dmc-co-related-section {
    background: var(--light-gray);
}

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

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

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

.dmc-co-related-card {
    background: var(--white);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.dmc-co-related-card:hover {
    box-shadow: var(--shadow-lg);
    transform: translateY(-4px);
}

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

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

.dmc-co-related-date {
    font-size: 13px;
    color: var(--cool-gray);
    margin-bottom: 8px;
    font-family: var(--font-body);
}

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

.dmc-co-related-card h5 a {
    color: var(--dark-blue);
    text-decoration: none;
}

.dmc-co-related-card h5 a:hover {
    color: var(--primary-blue);
    text-decoration: none;
}

.dmc-co-related-author {
    font-size: 13px;
    color: var(--primary-blue);
    font-family: var(--font-body);
}

/* =====================================================
   CTA BANNER
   ===================================================== */
.dmc-co-cta-banner {
    background: var(--dark-blue);
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.dmc-co-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-co-cta-content {
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.dmc-co-cta-content h2 {
    color: var(--white);
    margin-bottom: 16px;
}

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

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

/* =====================================================
   CONTACT SECTION
   ===================================================== */
.dmc-co-contact-section {
    background: var(--white);
}

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

.dmc-compliance-officer .dmc-co-contact-info h2 {
    margin-bottom: 24px;
}

.dmc-co-contact-info > p {
    color: var(--cool-gray);
    margin-bottom: 32px;
}

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

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

.dmc-co-contact-method-icon {
    width: 56px;
    height: 56px;
    background: var(--light-gray);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-sm);
}

.dmc-co-contact-method-icon svg {
    width: 24px;
    height: 24px;
    color: var(--primary-blue);
}

.dmc-co-contact-method-text strong {
    display: block;
    margin-bottom: 2px;
    font-family: var(--font-body);
    color: var(--dark-blue);
}

.dmc-co-contact-method-text a,
.dmc-co-contact-method-text span {
    color: var(--cool-gray);
    font-size: 15px;
    font-family: var(--font-body);
}

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

.dmc-co-contact-form-wrapper {
    background: var(--light-gray);
    border-radius: 12px;
    padding: 40px;
    box-shadow: var(--shadow-md);
}

.dmc-co-contact-form-wrapper h3 {
    margin-bottom: 24px;
    color: var(--dark-blue);
}

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

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

/* Gravity Forms inside contact wrapper */
.dmc-co-contact-form-wrapper .gform_wrapper {
    margin: 0;
    padding: 0;
}

/* =====================================================
   FORM STYLES
   ===================================================== */
.dmc-co-form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.dmc-co-form-group {
    margin-bottom: 16px;
}

.dmc-co-form-group label {
    display: block;
    margin-bottom: 6px;
    font-weight: 500;
    font-size: 14px;
    color: var(--dark-blue);
    font-family: var(--font-body);
}

.dmc-co-form-group input,
.dmc-co-form-group select,
.dmc-co-form-group textarea {
    width: 100%;
    padding: 14px 16px;
    font-family: var(--font-body);
    font-size: 16px;
    border: 2px solid #e2e8f0;
    border-radius: 8px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
    background: var(--light-gray);
}

.dmc-co-form-group input:focus,
.dmc-co-form-group select:focus,
.dmc-co-form-group textarea:focus {
    outline: none;
    border-color: var(--primary-blue);
    box-shadow: 0 0 0 3px rgba(0, 106, 150, 0.1);
    background: var(--white);
}

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

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

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

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

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

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

    .dmc-co-what-is-grid,
    .dmc-co-training-grid,
    .dmc-co-fractional-grid,
    .dmc-co-why-grid,
    .dmc-co-contact-grid {
        grid-template-columns: 1fr;
    }

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

    .dmc-co-team-preview {
        grid-template-columns: 1fr;
        max-width: 300px;
        margin: 0 auto;
    }

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

    .dmc-co-faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .dmc-co-section {
        padding: 64px 0;
    }

    .dmc-co-section-lg {
        padding: 64px 0;
    }

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

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

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

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

    .dmc-co-services-grid,
    .dmc-co-process-steps,
    .dmc-co-importance-grid {
        grid-template-columns: 1fr;
    }

    .dmc-co-training-image-stack {
        grid-template-columns: 1fr;
    }

    .dmc-co-training-image-stack img:first-child {
        grid-column: span 1;
    }

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

    .dmc-co-container {
        padding: 0 20px;
    }
}
