/* ============================
   Industry Members Page Styles
   ============================ */

.im-hero {
    position: relative;
    height: 420px;
    background: url('https://images.unsplash.com/photo-1504711434969-e33886168f5c?w=1400&q=80') center 40% / cover no-repeat;
    display: flex;
    align-items: flex-end;
}

.im-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4) 0%, rgba(5,15,30,0.9) 100%);
}

/* Member Card Override */
.im-member-card {
    flex-direction: column !important;
    text-align: center;
    padding: 0 0 20px 0 !important;
    overflow: hidden;
    border-radius: 16px;
    transition: 0.3s ease;
    border: 1px solid #e8eef6;
}

.im-member-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px rgba(12,93,185,0.15) !important;
}

.im-photo {
    width: 100% !important;
    height: 200px !important;
    aspect-ratio: unset !important;
    border-radius: 0 !important;
    border: none !important;
    object-fit: cover;
    border-bottom: 3px solid #0c5db9 !important;
}

.im-card-info {
    padding: 16px 18px 4px;
    flex: 1;
}

.im-badge {
    display: inline-block;
    background: rgba(12,93,185,0.1);
    color: #0c5db9;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 8px;
    border: 1px solid rgba(12,93,185,0.2);
}

.im-name {
    font-size: 18px !important;
    font-weight: 700;
    color: #0d1b2a;
    margin-bottom: 4px !important;
    line-height: 1.3;
}

.im-role {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 8px;
    font-weight: 500;
}

.im-company {
    font-size: 13px;
    color: #4a5568;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.im-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 13px;
    color: #0c5db9;
    text-decoration: none;
    margin-bottom: 6px;
    font-weight: 600;
}

.im-phone:hover {
    color: #094a92;
}

.im-city {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 12px;
    color: #9ca3af;
}
