/* ===================================================
   IC PAGE - BRIGHT PILL BUTTONS ONLY
   Columns keep their light backgrounds - text stays dark
   =================================================== */

/* Base pill button style for all offer links */
a[href*="mmcic.coreauthenticity.com/courses/offers/"] {
    display: inline-block !important;
    padding: 11px 24px !important;
    margin: 6px 4px !important;
    border-radius: 50px !important;
    font-weight: 800 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    cursor: pointer !important;
    box-shadow: 0 4px 15px rgba(0,0,0,0.25) !important;
    border: none !important;
    transition: all 0.2s ease !important;
}

/* Foundation - Bright Teal/Cyan buttons */
.vc_custom_1780150803981 a[href*="mmcic.coreauthenticity.com/courses/offers/"],
.ic-foundation a[href*="mmcic.coreauthenticity.com/courses/offers/"] {
    background-color: #00acc1 !important;
    color: #ffffff !important;
}
.vc_custom_1780150803981 a[href*="mmcic.coreauthenticity.com/courses/offers/"]:hover,
.ic-foundation a[href*="mmcic.coreauthenticity.com/courses/offers/"]:hover {
    background-color: #007c91 !important;
    color: #ffffff !important;
}

/* Inner Circle - Bright Green buttons */
.vc_custom_1780150821389 a[href*="mmcic.coreauthenticity.com/courses/offers/"],
.ic-inner a[href*="mmcic.coreauthenticity.com/courses/offers/"] {
    background-color: #2e7d32 !important;
    color: #ffffff !important;
}
.vc_custom_1780150821389 a[href*="mmcic.coreauthenticity.com/courses/offers/"]:hover,
.ic-inner a[href*="mmcic.coreauthenticity.com/courses/offers/"]:hover {
    background-color: #1b5e20 !important;
    color: #ffffff !important;
}

/* Momentum - Bright Gold buttons */
.vc_custom_1780150869134 a[href*="mmcic.coreauthenticity.com/courses/offers/"],
.ic-momentum a[href*="mmcic.coreauthenticity.com/courses/offers/"] {
    background-color: #f9a825 !important;
    color: #1a0a00 !important;
}
.vc_custom_1780150869134 a[href*="mmcic.coreauthenticity.com/courses/offers/"]:hover,
.ic-momentum a[href*="mmcic.coreauthenticity.com/courses/offers/"]:hover {
    background-color: #f57f17 !important;
    color: #1a0a00 !important;
}