.mycahub-en-directory {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 20px;
    font-family: inherit;
}

.mycahub-en-hero {
    margin-bottom: 40px;
}

.mycahub-en-hero h1 {
    color: #003b71;
    font-size: 46px;
    line-height: 1.05;
    margin-bottom: 14px;
}

.mycahub-en-hero p {
    font-size: 18px;
    color: #4b5563;
    max-width: 780px;
}

.mycahub-en-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
}

.mycahub-en-card {
    position: relative;
    width: calc(33.333% - 19px);
    background: #ffffff;
    border: 1px solid #dbe7f3;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0, 59, 113, 0.08);
}

.mycahub-en-card-top {
    padding: 30px 24px 24px;
    min-height: 450px;
}

.mycahub-en-logo-badge {
    position: absolute;
    top: -18px;
    right: 22px;
    width: 120px;
    height: 120px;
    border-radius: 999px;
    background: #ffffff;
    border: 4px solid #ffffff;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    z-index: 2;
}

.mycahub-en-logo-badge img {
    width: 100%;
    height: 100%;
    display: block;
}

.mycahub-en-featured-badge {
    display: inline-block;
    background: #ffb13b;
    color: #061a3a;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    padding: 8px 12px;
    border-radius: 999px;
    margin-bottom: 32px;
}

.mycahub-en-card h2 {
    color: #061a3a;
    font-size: 32px;
    line-height: 1.1;
    margin: 0 110px 18px 0;
    font-weight: 800;
}

.mycahub-en-accent-line {
    width: 48px;
    height: 4px;
    background: #ffb13b;
    border-radius: 99px;
    margin-bottom: 34px;
}

.mycahub-en-info-grid {
    display: flex;
    gap: 12px;
    margin-bottom: 24px;
}

.mycahub-en-info-box {
    width: 50%;
    background: #f5f8fc;
    border-radius: 14px;
    padding: 18px 16px;
}

.mycahub-en-info-label {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 800;
    color: #061a3a;
    margin-bottom: 12px;
}

.mycahub-en-info-box strong {
    display: block;
    color: #061a3a;
    font-size: 18px;
    line-height: 1.25;
}

.mycahub-en-description-box {
    background: #003b71;
    color: #ffffff;
    border-radius: 14px;
    padding: 20px;
    min-height: 110px;
}

.mycahub-en-description-box p {
    margin: 0;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
}

.mycahub-en-founder-strip {
    background: linear-gradient(135deg, #061a3a, #003b71);
    color: #ffffff;
    padding: 22px;
    min-height: 150px;
    display: flex;
    align-items: center;
    gap: 16px;
    border-top-left-radius: 42px;
}

.mycahub-en-founder-photo {
    width: 92px;
    height: 92px;
    border-radius: 999px;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.8);
    background: #dbe7f3;
    flex-shrink: 0;
}

.mycahub-en-founder-photo img {
    width: 100%;
    height: 100%;
    display: block;
}

.mycahub-en-founder-details {
    flex: 1;
    min-width: 0;
}

.mycahub-en-founder-details span {
    display: block;
    color: #ffb13b;
    font-size: 14px;
    margin-bottom: 4px;
}

.mycahub-en-founder-details strong {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 1.2;
}

.mycahub-en-founder-details small {
    display: block;
    color: #ffffff;
    opacity: 0.9;
    margin-top: 3px;
}

.mycahub-en-profile-link {
    color: #ffb13b;
    font-weight: 800;
    text-decoration: none;
    white-space: nowrap;
}

.mycahub-en-profile-link:hover {
    color: #ffffff;
}

@media screen and (max-width: 1100px) {
    .mycahub-en-card {
        width: calc(50% - 14px);
    }
}

@media screen and (max-width: 700px) {
    .mycahub-en-directory {
        padding: 34px 16px;
    }

    .mycahub-en-hero h1 {
        font-size: 34px;
    }

    .mycahub-en-card {
        width: 100%;
    }

    .mycahub-en-card h2 {
        font-size: 28px;
        margin-right: 80px;
    }

    .mycahub-en-logo-badge {
        width: 92px;
        height: 92px;
    }

    .mycahub-en-info-grid {
        flex-direction: column;
    }

    .mycahub-en-info-box {
        width: 100%;
    }

    .mycahub-en-founder-strip {
        flex-wrap: wrap;
    }

    .mycahub-en-profile-link {
        width: 100%;
        margin-top: 10px;
    }
}
.mycahub-en-logo-badge {
    top: 18px;
    right: 22px;
    width: 96px;
    height: 96px;
}

.mycahub-en-card h2 {
    font-size: 28px;
    line-height: 1.08;
    margin-right: 92px;
    word-break: normal;
    overflow-wrap: normal;
}

.mycahub-en-card-top {
    min-height: 430px;
}

.mycahub-en-info-box {
    padding: 14px 12px;
}

.mycahub-en-info-label {
    font-size: 10px;
    margin-bottom: 8px;
}

.mycahub-en-info-box strong {
    font-size: 15px;
    line-height: 1.25;
    word-break: normal;
    overflow-wrap: normal;
}

.mycahub-en-founder-strip {
    align-items: center;
    gap: 18px;
}

.mycahub-en-founder-photo {
    width: 110px;
    height: 110px;
}

.mycahub-en-founder-details span {
    font-size: 18px;
    color: #ffb13b;
    font-style: italic;
}

.mycahub-en-founder-details strong {
    display: block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.mycahub-en-founder-details small {
    font-size: 22px;
    line-height: 1.15;
}

.mycahub-en-profile-link {
    display: inline-block;
    margin-top: 14px;
    background: rgba(0, 0, 0, 0.18);
    padding: 10px 18px;
    border-radius: 8px;
    color: #ffb13b;
    font-size: 17px;
}
.mycahub-en-card {
    overflow: visible;
    margin-top: 45px;
}

.mycahub-en-card-top {
    overflow: hidden;
    border-radius: 22px 22px 0 0;
    padding-top: 34px;
}

.mycahub-en-logo-badge {
    top: -42px;
    right: 24px;
    width: 118px;
    height: 118px;
    z-index: 5;
}

.mycahub-en-designation {
    display: inline;
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    margin-left: 6px;
    font-style: normal;
    white-space: nowrap;
}

.mycahub-en-founder-details small {
    display: none;
}
.mycahub-en-founder-details strong .mycahub-en-designation {
    display: inline !important;
    color: #ffffff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    font-style: normal !important;
    margin-left: 6px !important;
    white-space: nowrap !important;
}

.mycahub-en-info-grid,
.mycahub-en-info-box,
.mycahub-en-info-label {
    display: none !important;
}

.mycahub-en-tag-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 26px;
}

.mycahub-en-pill {
    display: inline-block;
    border-radius: 999px;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.mycahub-en-pill-category {
    background: #003b71;
    color: #ffffff;
}

.mycahub-en-pill-province {
    background: #ffb13b;
    color: #061a3a;
}

/* Default pills */
.mycahub-en-pill {
    background: #003b71;
    color: #ffffff;
}


/* Province colours */
.mycahub-en-province-western-cape {
    background: #ffb13b;
    color: #061a3a;
}

.mycahub-en-province-gauteng {
    background: #22c55e;
    color: #052e16;
}

.mycahub-en-province-kwazulu-natal {
    background: #06b6d4;
    color: #083344;
}

.mycahub-en-province-eastern-cape {
    background: #a78bfa;
    color: #2e1065;
}

.mycahub-en-province-free-state {
    background: #fde047;
    color: #422006;
}

.mycahub-en-province-northern-cape {
    background: #fb7185;
    color: #4c0519;
}

.mycahub-en-province-limpopo {
    background: #84cc16;
    color: #1a2e05;
}

.mycahub-en-province-mpumalanga {
    background: #f97316;
    color: #431407;
}

.mycahub-en-province-north-west {
    background: #38bdf8;
    color: #082f49;
}

/* Default pills */
.mycahub-en-pill {
    background: #003b71;
    color: #ffffff;
}

/* Category colours */
.mycahub-en-category-software {
    background: #003b71;
    color: #ffffff;
}

.mycahub-en-category-creative-service {
    background: #7c3aed;
    color: #ffffff;
}

.mycahub-en-category-property {
    background: #047857;
    color: #ffffff;
}

.mycahub-en-category-financial-service {
    background: #0f766e;
    color: #ffffff;
}

.mycahub-en-category-retail {
    background: #f59e0b;
    color: #061a3a;
}

.mycahub-en-category-professional-service {
    background: #2563eb;
    color: #ffffff;
}

.mycahub-en-category-technology {
    background: #4f46e5;
    color: #ffffff;
}

.mycahub-en-category-travel {
    background: #0891b2;
    color: #ffffff;
}

.mycahub-en-category-education {
    background: #9333ea;
    color: #ffffff;
}

.mycahub-en-category-manufacturing {
    background: #b45309;
    color: #ffffff;
}

.mycahub-en-category-coaching {
    background: #db2777;
    color: #ffffff;
}

/* Province colours */
.mycahub-en-province-western-cape {
    background: #ffb13b;
    color: #061a3a;
}

.mycahub-en-province-gauteng {
    background: #22c55e;
    color: #052e16;
}

.mycahub-en-province-kwazulu-natal {
    background: #06b6d4;
    color: #083344;
}

.mycahub-en-province-eastern-cape {
    background: #a78bfa;
    color: #2e1065;
}

.mycahub-en-province-free-state {
    background: #fde047;
    color: #422006;
}

.mycahub-en-province-northern-cape {
    background: #fb7185;
    color: #4c0519;
}

.mycahub-en-province-limpopo {
    background: #84cc16;
    color: #1a2e05;
}

.mycahub-en-province-mpumalanga {
    background: #f97316;
    color: #431407;
}

.mycahub-en-province-north-west {
    background: #38bdf8;
    color: #082f49;
}
