/**
 * Premium — badges, destacados, ranking, visibilidad.
 */

.mp-premium-badge {
	display: inline-flex;
	align-items: center;
	padding: 2px 7px;
	margin: 0 3px 3px 0;
	border-radius: 5px;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	background: #f1f5f9;
	color: #475569;
	border: 1px solid #e2e8f0;
}

.mp-premium-badge--premium,
.mp-premium-badge--premium_partner {
	background: #f5f3ff;
	color: #6d28d9;
	border-color: #ddd6fe;
}

.mp-premium-badge--enterprise,
.mp-premium-badge--enterprise_partner {
	background: #0f172a;
	color: #fff;
	border-color: #334155;
}

.mp-premium-badge--top_rated { background: #fffbeb; color: #b45309; border-color: #fde68a; }
.mp-premium-badge--fast_response { background: #ecfdf5; color: #047857; border-color: #a7f3d0; }
.mp-premium-badge--featured_primary,
.mp-premium-badge--featured_secondary { background: #eff6ff; color: #1d4ed8; border-color: #bfdbfe; }

.mp-provider-card__badges-row {
	display: flex;
	flex-wrap: wrap;
	gap: 2px;
	margin-top: 4px;
}

.mp-featured-provider--primary {
	border: 2px solid #7c3aed;
	box-shadow: 0 8px 24px rgba(124, 58, 237, 0.12);
}

.mp-featured-provider--secondary {
	border-color: #93c5fd;
}

.mp-visibility-score {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: #64748b;
}

.mp-visibility-score__bar {
	width: 64px;
	height: 4px;
	background: #e2e8f0;
	border-radius: 2px;
	overflow: hidden;
}

.mp-visibility-score__bar span {
	display: block;
	height: 100%;
	background: linear-gradient(90deg, #2563eb, #7c3aed);
}

.mp-ranking-card {
	padding: 16px;
	border-radius: 12px;
	border: 1px solid #e2e8f0;
	background: #fff;
}

.mp-top-provider-list {
	display: grid;
	gap: 12px;
}

.mp-top-provider-item {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px;
	border-radius: 10px;
	background: #f8fafc;
}

.mp-top-provider-item__rank {
	font-weight: 700;
	color: var(--mp-primary, #0066ff);
	min-width: 28px;
}

.mp-recommended-block {
	margin: 32px 0;
}

.mp-profile-premium {
	padding: 24px 0;
	border-top: 1px solid #e2e8f0;
}

.mp-profile-premium h2 {
	font-size: 1.25rem;
	margin-bottom: 12px;
}

.mp-lead-priority-hint {
	font-size: 12px;
	color: #64748b;
}

.mp-plan-impact {
	margin-top: 12px;
	padding: 12px;
	border-radius: 8px;
	background: #f8fafc;
	font-size: 13px;
}

.mp-plan-impact li {
	margin: 4px 0;
}

.mp-catalog-featured--primary .mp-catalog-section-head__title::after {
	content: ' · Principal';
	font-size: 0.75em;
	color: #7c3aed;
	font-weight: 600;
}
