.agent-search-section{padding:2rem 0;background:var(--light)}.search-box{background:var(--white);padding:1.5rem;border-radius:1rem;box-shadow:var(--shadow)}.featured-agents-section{padding:4rem 0;background:var(--white)}.agent-card-premium{background:var(--white);border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow);transition:var(--transition);position:relative;height:100%}.agent-card-premium:hover{transform:translateY(-10px);box-shadow:var(--shadow-xl)}.agent-badge-premium{position:absolute;top:1rem;left:1rem;background:linear-gradient(135deg,#ffc107 0%,#ff9800 100%);color:var(--dark);padding:.35rem .75rem;border-radius:2rem;font-size:.75rem;font-weight:700;z-index:2}.agent-image-premium{position:relative;height:280px;overflow:hidden}.agent-image-premium img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.agent-card-premium:hover .agent-image-premium img{transform:scale(1.05)}.agent-rating{position:absolute;bottom:1rem;right:1rem;background:var(--white);padding:.35rem .75rem;border-radius:2rem;font-weight:600;color:var(--warning);display:flex;align-items:center;gap:.25rem}.agent-content-premium{padding:1.5rem;text-align:center}.agent-content-premium h4{font-size:1.25rem;font-weight:600;margin-bottom:.25rem}.agent-specialty{color:var(--primary);font-size:.9rem;margin-bottom:1rem}.agent-stats-premium{display:flex;justify-content:center;gap:1.5rem;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--gray-200)}.agent-stats-premium .stat{text-align:center}.agent-stats-premium .number{display:block;font-weight:700;color:var(--dark);font-size:1.1rem}.agent-stats-premium .label{font-size:.75rem;color:var(--gray-500)}.agent-location{color:var(--gray-600);font-size:.9rem;margin-bottom:1rem}.agent-location i{color:var(--primary)}.all-agents-section{padding:4rem 0;background:var(--light)}.results-count{color:var(--gray-600);font-size:.9rem}.results-count strong{color:var(--dark)}.agent-card-list{background:var(--white);border-radius:1rem;padding:1.5rem;box-shadow:var(--shadow);transition:var(--transition)}.agent-card-list:hover{box-shadow:var(--shadow-lg)}.agent-header{display:flex;gap:1rem;margin-bottom:1rem}.agent-header img{width:70px;height:70px;border-radius:50%;object-fit:cover}.agent-info{flex:1}.agent-info h5{margin-bottom:.25rem}.agent-info .verified{display:block;color:var(--success);font-size:.8rem;margin-bottom:.25rem}.agent-info .rating{color:var(--warning);font-size:.85rem;font-weight:500}.agent-body{margin-bottom:1rem}.agent-body p{margin-bottom:.5rem;color:var(--gray-600);font-size:.9rem}.agent-body i{color:var(--primary);margin-right:.5rem}.agent-footer{display:flex;gap:.75rem}.agent-footer .btn{flex:1}.agent-profile-header{padding:120px 0 60px;background:linear-gradient(135deg,var(--primary) 0%,var(--accent) 100%);color:var(--white)}.agent-profile-card{display:flex;align-items:center;gap:2rem}.agent-profile-photo{width:150px;height:150px;border-radius:50%;border:5px solid var(--white);object-fit:cover}.agent-profile-info h1{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.agent-profile-info .title{font-size:1.1rem;opacity:.9;margin-bottom:1rem}.agent-profile-stats{display:flex;gap:2rem}.agent-profile-stats .stat{text-align:center}.agent-profile-stats .number{display:block;font-size:1.75rem;font-weight:700}.agent-profile-stats .label{font-size:.9rem;opacity:.8}@media(max-width:991.98px){.agent-profile-card{flex-direction:column;text-align:center}.agent-profile-stats{justify-content:center}.agent-profile-info h1{font-size:1.75rem}}@media(max-width:767.98px){.agent-card-premium{margin-bottom:1.5rem}.agent-footer{flex-direction:column}}