.vmc-verification-section {
    box-sizing: border-box;
    width: 100%;
}
.vmc-verification-section * {
    box-sizing: border-box;
}
.vmc-container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.vmc-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.vmc-copy,
.vmc-image {
    flex: 1 1 0;
    min-width: 0;
}
.vmc-eyebrow {
    margin: 0 0 16px;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 1.15;
}
.vmc-heading {
    margin: 0 0 24px;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 1.4;
}
.vmc-description {
    margin: 0 0 48px;
    font-size: 1.1rem;
    line-height: 1.6;
}
.vmc-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}
.vmc-feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 0 8px;
    min-width: 0;
}
.vmc-feature:not(:first-child) {
    border-left: 1px solid #e9ecef;
}
.vmc-feature-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    font-size: 20px;
    line-height: 1;
}
.vmc-feature-icon svg,
.vmc-feature-icon i {
    width: 20px;
    height: 20px;
    display: block;
}
.vmc-feature-title {
    margin: 0;
    font-size: 0.85rem;
    font-weight: 700;
    line-height: 1.2;
}
.vmc-feature-subtitle {
    display: block;
    font-size: 0.7rem;
    line-height: 1.25;
}
.vmc-image {
    text-align: right;
}
.vmc-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .vmc-row {
        gap: 40px;
    }
    .vmc-feature {
        width: 50%;
        margin: 8px 0;
    }
    .vmc-feature:nth-child(odd) {
        border-left: 0;
    }
}

@media (max-width: 767px) {
    .vmc-row {
        flex-direction: column;
        align-items: stretch;
    }
    .vmc-copy,
    .vmc-image {
        width: 100%;
    }
    .vmc-eyebrow {
        font-size: 2rem;
    }
    .vmc-heading {
        font-size: 1.35rem;
    }
    .vmc-description {
        font-size: 1rem;
        margin-bottom: 28px;
    }
    .vmc-features {
        align-items: stretch;
    }
    .vmc-feature {
        width: 100%;
        border-left: 0 !important;
        padding: 10px 4px;
    }
    .vmc-image {
        text-align: center;
    }
}

/* VMC Market Challenges Section */
.vmc-market-challenges-section {
    box-sizing: border-box;
    width: 100%;
    padding: 100px 0;
}
.vmc-market-challenges-section * {
    box-sizing: border-box;
}
.vmc-market-container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.vmc-market-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}
.vmc-market-copy,
.vmc-market-image {
    flex: 1 1 0;
    min-width: 0;
}
.vmc-market-copy {
    flex-basis: 50%;
}
.vmc-market-heading {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.25;
    color: #ffffff;
}
.vmc-market-heading-highlight {
    color: #2b7af1;
}
.vmc-market-separator {
    width: 45px;
    height: 3px;
    margin: 0 0 32px;
    border-radius: 2px;
    background-color: #BBC2CC;
}
.vmc-market-description {
    margin: 0;
    color: #d8d8d8;
    font-size: 1.1rem;
    line-height: 1.8;
    font-weight: 400;
}
.vmc-market-image {
    text-align: right;
}
.vmc-market-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
@media (max-width: 1024px) {
    .vmc-market-row {
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .vmc-market-row {
        flex-direction: column;
        align-items: stretch;
    }
    .vmc-market-copy,
    .vmc-market-image {
        width: 100%;
        flex-basis: auto;
    }
    .vmc-market-heading {
        font-size: 1.8rem;
    }
    .vmc-market-description {
        font-size: 1rem;
    }
    .vmc-market-image {
        text-align: center;
    }
}


/* VMC Independence Matters Section */
.vmc-independence-section {
    box-sizing: border-box;
    width: 100%;
    padding: 100px 0;
    background-color: #f4f8fc;
}
.vmc-independence-section * {
    box-sizing: border-box;
}
.vmc-independence-container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.vmc-independence-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
}
.vmc-independence-copy {
    flex: 0 1 32%;
    min-width: 0;
}
.vmc-independence-cards {
    flex: 1 1 68%;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}
.vmc-independence-heading {
    margin: 0 0 16px;
    font-weight: 700;
    color: #0f1c3f;
    font-size: 2.25rem;
    line-height: 1.3;
}
.vmc-independence-heading-highlight {
    color: #1e5ee1;
}
.vmc-independence-separator {
    width: 45px;
    height: 3px;
    margin: 0 0 32px;
    border-radius: 2px;
    background-color: #1e5ee1;
}
.vmc-independence-description {
    margin: 0;
    color: #404a60;
    font-size: 1rem;
    line-height: 1.8;
}
.vmc-independence-description p {
    margin: 0;
}
.vmc-independence-card {
    min-width: 0;
    height: 100%;
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.04);
}
.vmc-independence-icon {
    width: 55px;
    height: 55px;
    margin: 0 0 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(30, 94, 225, 0.1);
    border-radius: 50%;
    color: #1e5ee1;
    line-height: 1;
}
.vmc-independence-icon i {
    font-size: 22px;
}
.vmc-independence-icon svg {
    width: 22px;
    height: 22px;
    display: block;
}
.vmc-independence-card-title {
    margin: 0 0 16px;
    color: #0f1c3f;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.4;
}
.vmc-independence-card-description {
    margin: 0;
    color: #404a60;
    font-size: 0.95rem;
    line-height: 1.6;
}

@media (max-width: 991px) {
    .vmc-independence-row {
        flex-direction: column;
        align-items: stretch;
        gap: 40px;
    }
    .vmc-independence-copy,
    .vmc-independence-cards {
        width: 100%;
        flex-basis: auto;
    }
}

@media (max-width: 767px) {
    .vmc-independence-section {
        padding: 72px 0;
    }
    .vmc-independence-heading {
        font-size: 1.8rem;
    }
    .vmc-independence-cards {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .vmc-independence-card {
        min-width: 0;
        padding: 30px 24px;
    }
}


/* VMC Trusted Verification Section */
.vmc-trusted-verification-section {
    box-sizing: border-box;
    width: 100%;
    padding: 80px 0;
}
.vmc-trusted-verification-section * {
    box-sizing: border-box;
}
.vmc-trusted-container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.vmc-trusted-row {
    display: grid;
    grid-template-columns: minmax(0, var(--vmc-trusted-copy-width, 1fr)) minmax(0, 1fr);
    align-items: center;
    gap: 60px;
}
.vmc-trusted-copy,
.vmc-trusted-image {
    width: 100%;
    min-width: 0;
}
.vmc-trusted-copy {
    max-width: 100%;
}
.vmc-trusted-heading {
    margin: 0 0 24px;
    color: #ffffff;
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 1.2;
}
.vmc-trusted-separator {
    width: 45px;
    height: 3px;
    margin: 0 0 24px;
    border-radius: 2px;
    background-color: #BBC2CC;
}
.vmc-trusted-description {
    margin: 0 0 40px;
    color: #d1d9e6;
    font-size: 1.1rem;
    line-height: 1.6;
}
.vmc-trusted-feature-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.vmc-trusted-feature {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    width: 100%;
    min-width: 0;
    padding: 16px;
    background-color: #0a1f44;
    border: 1px solid #1a3668;
    border-radius: 12px;
}
.vmc-trusted-feature-icon {
    width: 54px;
    height: 54px;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 10px;
    color: #0b5ed7;
    line-height: 1;
}
.vmc-trusted-feature-icon i {
    font-size: 24px;
}
.vmc-trusted-feature-icon svg {
    width: 24px;
    height: 24px;
    display: block;
}
.vmc-trusted-feature-content {
    flex: 1 1 auto;
    min-width: 0;
}
.vmc-trusted-feature-title {
    margin: 0 0 4px;
    color: #ffffff;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.35;
}
.vmc-trusted-feature-description {
    margin: 0;
    color: #aebacd;
    font-size: 0.85rem;
    line-height: 1.5;
}
.vmc-trusted-image {
    text-align: right;
}
.vmc-trusted-image img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

@media (max-width: 1024px) {
    .vmc-trusted-row {
        gap: 40px;
    }
}
@media (max-width: 767px) {
    .vmc-trusted-row {
        grid-template-columns: 1fr !important;
        align-items: stretch;
    }
    .vmc-trusted-copy,
    .vmc-trusted-image {
        width: 100%;
    }
    .vmc-trusted-heading {
        font-size: 1.95rem;
    }
    .vmc-trusted-description {
        font-size: 1rem;
        margin-bottom: 28px;
    }
    .vmc-trusted-feature {
        gap: 14px;
        padding: 14px;
    }
    .vmc-trusted-feature-icon {
        width: 50px;
        height: 50px;
    }
    .vmc-trusted-image {
        text-align: center;
    }
}

/* VMC Mission CTA Section */
.vmc-mission-cta-section {
    box-sizing: border-box;
    width: 100%;
    padding: 80px 0;
    background-color: #ffffff;
}
.vmc-mission-cta-section * {
    box-sizing: border-box;
}
.vmc-mission-cta-container {
    width: 100%;
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.vmc-mission-content {
    text-align: center;
}
.vmc-mission-heading {
    margin: 0 0 16px;
    color: #111111;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.35;
    letter-spacing: -0.5px;
    text-align: center;
}
.vmc-mission-text {
    max-width: 900px;
    margin: 0 auto 48px;
    color: #333333;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}
.vmc-mission-text p {
    margin: 0;
}
.vmc-mission-cta-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 50px 20px;
    background-color: #f4f6f9;
    border-radius: 16px;
    text-align: center;
}
.vmc-mission-cta-heading {
    margin: 0 0 24px;
    color: #000000;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.5px;
    text-align: center;
}
.vmc-mission-cta-btn {
    display: inline-block;
    padding: 12px 35px;
    border: 0;
    border-radius: 8px;
    background: linear-gradient(180deg, #357ebd 0%, #255b8e 100%);
    color: #ffffff !important;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}
.vmc-mission-cta-btn:hover,
.vmc-mission-cta-btn:focus {
    background: linear-gradient(180deg, #255b8e 0%, #1a4269 100%);
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

@media (max-width: 767px) {
    .vmc-mission-cta-section {
        padding: 64px 0;
    }
    .vmc-mission-heading {
        font-size: 1.5rem;
    }
    .vmc-mission-text {
        margin-bottom: 32px;
        font-size: 1.05rem;
    }
    .vmc-mission-cta-box {
        padding: 36px 18px;
    }
    .vmc-mission-cta-heading {
        font-size: 1.8rem;
    }
}
